FreeBSD 6.1 produces different printf output than glibc.
[pspp] / ChangeLog
1 2007-04-04  Bruno Haible  <bruno@clisp.org>
2
3         * tests/test-vasnprintf-posix.c (test_function): Allow two possible
4         results for "%010a" of Infinity and NaN.
5         * tests/test-vasprintf-posix.c (test_function): Likewise.
6         * tests/test-snprintf-posix.h (test_function): Likewise.
7         * tests/test-sprintf-posix.h (test_function): Likewise.
8         * tests/test-fprintf-posix.h (test_function): Remove these tests.
9         * tests/test-fprintf-posix.out: Update.
10         Needed for FreeBSD 6.1.
11
12 2007-04-04  Bruno Haible  <bruno@clisp.org>
13
14         * DEPENDENCIES: Remove mentions of tar and gzip, since they are not
15         directly used by the gnulib modules nor by gnulib-tool.
16
17 2007-04-04  Paul Eggert  <eggert@cs.ucla.edu>
18
19         * DEPENDENCIES: Give overall description of version dependency
20         desirability.  Use more-typical names for apps.
21         Add shell, coreutils, diffutils, grep, tar, gzip.
22
23 2007-04-04  Simon Josefsson  <simon@josefsson.org>
24
25         * MODULES.html.sh: Rename crypto modules.  Remove iconvme.
26
27 2007-04-04  Karl Berry  <karl@gnu.org>
28
29         * MODULES.html.sh (func_module): missing '.
30
31 2007-04-03  Bruno Haible  <bruno@clisp.org>
32
33         * modules/argmatch-tests (Makefile.am): New variable
34         test_argmatch_LDADD.
35         * modules/argp-tests (Makefile.am): New variable test_argp_LDADD.
36         * modules/array-list-tests (Makefile.am): New variable
37         test_array_list_LDADD.
38         * modules/array-oset-tests (Makefile.am): New variable
39         test_array_oset_LDADD.
40         * modules/avltree-list-tests (Makefile.am): New variable
41         test_avltree_list_LDADD.
42         * modules/avltree-oset-tests (Makefile.am): New variable
43         test_avltree_oset_LDADD.
44         * modules/avltreehash-list-tests (Makefile.am): New variable
45         test_avltreehash_list_LDADD.
46         * modules/canonicalize-lgpl-tests (Makefile.am): New variable
47         test_canonicalize_lgpl_LDADD.
48         * modules/carray-list-tests (Makefile.am): New variable
49         test_carray_list_LDADD.
50         * modules/dirname-tests (Makefile.am): New variable
51         test_dirname_LDADD.
52         * modules/linked-list-tests (Makefile.am): New variable
53         test_linked_list_LDADD.
54         * modules/linkedhash-list-tests (Makefile.am): New variable
55         test_linkedhash_list_LDADD.
56         * modules/rbtree-list-tests (Makefile.am): New variable
57         test_rbtree_list_LDADD.
58         * modules/rbtree-oset-tests (Makefile.am): New variable
59         test_rbtree_oset_LDADD.
60         * modules/rbtreehash-list-tests (Makefile.am): New variable
61         test_rbtreehash_list_LDADD.
62         * modules/xvasprintf-tests (Makefile.am): New variable
63         test_xvasprintf_LDADD.
64         Reported by Eric Blake.
65
66 2007-04-03  Eric Blake  <ebb9@byu.net>
67
68         * DEPENDENCIES: Weaken m4 requirements.
69
70 2007-04-03  Bruno Haible  <bruno@clisp.org>
71
72         * modules/frexp-tests (configure.ac): Remove AC_SUBST.
73         * modules/isnanl-tests (configure.ac): Likewise.
74
75 2007-04-03  Ben Pfaff  <blp@gnu.org>
76
77         * modules/iconv_open: Add $(srcdir)/ to source directory
78         references in Makefile fragments that call gperf, to fix VPATH
79         builds.
80
81 2007-04-03  Bruno Haible  <bruno@clisp.org>
82
83         * modules/ldexpl (Depends-on): Add isnanl, remove isnanl-nolibm.
84         * lib/ldexpl.c: Undo last change.
85
86 2007-04-03  Bruno Haible  <bruno@clisp.org>
87
88         * modules/printf-frexpl (Depends-on): Undo last change.
89         (Files): Add m4/ldexpl.m4.
90
91 2007-04-03  Bruno Haible  <bruno@clisp.org>
92
93         * m4/isnanl.m4 (gl_FUNC_ISNANL): Substitute ISNANL_LIBM.
94         * modules/isnanl (Link): New section.
95
96         * m4/frexp.m4 (gl_FUNC_FREXP): Substitute FREXP_LIBM.
97         * modules/frexp (Link): New section.
98
99         * m4/frexpl.m4 (gl_FUNC_FREXPL): Substitute FREXPL_LIBM.
100         * modules/frexpl (Link): New section.
101
102         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Substitute LDEXPL_LIBM.
103         * modules/ldexpl (Link): New section.
104
105 2007-04-03  Bruno Haible  <bruno@clisp.org>
106
107         * modules/TEMPLATE-EXTENDED: New file.
108         * gnulib-tool (func_all_modules, func_verify_module): Exclude it.
109
110 2007-04-03  Bruno Haible  <bruno@clisp.org>
111
112         * DEPENDENCIES: New file.
113         Suggested by Simon Josefsson.
114
115 2007-04-03  Bruno Haible  <bruno@clisp.org>
116
117         * doc/gnulib.texi: Escape @.
118
119 2007-04-03  James Youngman  <jay@gnu.org>
120         and Paul Eggert  <eggert@cs.ucla.edu>
121
122         * lib/stat-time.h (get_stat_birthtime): Check for zero-valued
123         birthtime on all systems that have birthtime, not just those which
124         use st_birthtimensec rather than st_birthtim.  Putting zero in
125         st_birthtim.tv_sec is how (for example) FreeBSD/x86 6.1 indicates
126         that the birth time is not available for files on an NFS mount.
127
128 2007-04-03  Simon Josefsson  <simon@josefsson.org>
129
130         * modules/memxor: Move back from crypto/, suggested by Bruno.
131         * modules/crypto/hmac-sha1: Fix memxor dependency.
132
133         * modules/crypto/gc: Moved from ../.
134
135 2007-04-02  Eric Blake  <ebb9@byu.net>
136
137         * lib/ldexpl.c (includes): Avoid libm.
138
139         * modules/printf-frexpl (Depends-on): Depend on ldexpl.
140
141 2007-04-02  Bruno Haible  <bruno@clisp.org>
142
143         * lib/sysexit_.h (EX_OK): Disable the EX_OK definition from <unistd.h>
144         on IRIX.
145
146 2007-04-02  Bruno Haible  <bruno@clisp.org>
147
148         * m4/intdiv0.m4 (gt_INTDIV0): Avoid performing the test for real on
149         x86 or x86_64 platforms running MacOS X.
150         Reported by Ryan Schmidt <@ryandesign.com>.
151
152 2007-04-02  Bruno Haible  <bruno@clisp.org>
153
154         * m4/intdiv0.m4 (gt_INTDIV0): When cross-compiling, treat x86_64 like
155         i386.
156
157 2007-04-01  Simon Josefsson  <simon@josefsson.org>
158
159         * modules/crypto/arcfour: Moved from ../.
160         * modules/crypto/arcfour-tests: Moved from ../.
161         * modules/crypto/arctwo: Moved from ../.
162         * modules/crypto/arctwo-tests: Moved from ../.
163         * modules/crypto/des: Moved from ../.
164         * modules/crypto/des-tests: Moved from ../.
165         * modules/crypto/gc-arcfour: Moved from ../.
166         * modules/crypto/gc-arcfour-tests: Moved from ../.
167         * modules/crypto/gc-arctwo: Moved from ../.
168         * modules/crypto/gc-arctwo-tests: Moved from ../.
169         * modules/crypto/gc-des: Moved from ../.
170         * modules/crypto/gc-des-tests: Moved from ../.
171         * modules/crypto/gc-hmac-md5: Moved from ../.
172         * modules/crypto/gc-hmac-md5-tests: Moved from ../.
173         * modules/crypto/gc-hmac-sha1: Moved from ../.
174         * modules/crypto/gc-hmac-sha1-tests: Moved from ../.
175         * modules/crypto/gc-md2: Moved from ../.
176         * modules/crypto/gc-md2-tests: Moved from ../.
177         * modules/crypto/gc-md4: Moved from ../.
178         * modules/crypto/gc-md4-tests: Moved from ../.
179         * modules/crypto/gc-md5: Moved from ../.
180         * modules/crypto/gc-md5-tests: Moved from ../.
181         * modules/crypto/gc-pbkdf2-sha1: Moved from ../.
182         * modules/crypto/gc-pbkdf2-sha1-tests: Moved from ../.
183         * modules/crypto/gc-random: Moved from ../.
184         * modules/crypto/gc-rijndael: Moved from ../.
185         * modules/crypto/gc-rijndael-tests: Moved from ../.
186         * modules/crypto/gc-sha1: Moved from ../.
187         * modules/crypto/gc-sha1-tests: Moved from ../.
188         * modules/crypto/gc-tests: Moved from ../.
189         * modules/crypto/hmac-md5: Moved from ../.
190         * modules/crypto/hmac-md5-tests: Moved from ../.
191         * modules/crypto/hmac-sha1: Moved from ../.
192         * modules/crypto/hmac-sha1-tests: Moved from ../.
193         * modules/crypto/md2: Moved from ../.
194         * modules/crypto/md2-tests: Moved from ../.
195         * modules/crypto/md4: Moved from ../.
196         * modules/crypto/md4-tests: Moved from ../.
197         * modules/crypto/md5: Moved from ../.
198         * modules/crypto/md5-tests: Moved from ../.
199         * modules/crypto/memxor: Moved from ../.
200         * modules/crypto/rijndael: Moved from ../.
201         * modules/crypto/rijndael-tests: Moved from ../.
202         * modules/crypto/sha1: Moved from ../.
203
204 2007-03-30  James Youngman  <jay@gnu.org>
205
206         * tests/test-stat-time.c (prepare_test): use chmod() rather than
207         rename() to change the ctime of a file (because ctime is unaffected
208         by rename on jfs2 on AIX 5.1).
209         (main): Start by doing cleanup, in case a previous run failed leaving
210         test files behind.
211
212 2007-03-31  Bruno Haible  <bruno@clisp.org>
213
214         Support old proprietary implementations of iconv.
215         * modules/iconv_open: New file.
216         * lib/iconv_.h: New file.
217         * m4/iconv_h.m4: New file.
218         * lib/iconv_open.c: New file.
219         * lib/iconv_open-aix.gperf: New file.
220         * lib/iconv_open-hpux.gperf: New file.
221         * lib/iconv_open-irix.gperf: New file.
222         * lib/iconv_open-osf.gperf: New file.
223         * m4/iconv_open.m4: New file.
224         * modules/linebreak (Depends-on): Add iconv_open.
225         * modules/striconv (Depends-on): Likewise.
226         * modules/striconveh (Depends-on): Likewise.
227         * modules/unicodeio (Depends-on): Likewise.
228         * lib/striconveh.h (mem_cd_iconveh, str_cd_iconveh): Allow cd to be
229         (iconv_t)(-1).
230         * lib/striconveh.c (mem_cd_iconveh_internal): Use an indirect
231         conversion if cd is (iconv_t)(-1).
232         (mem_iconveh, str_iconveh): Don't fail just because a direct conversion
233         is not possible.
234
235 2007-03-31  Bruno Haible  <bruno@clisp.org>
236
237         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
238         work on Solaris either. Protect also second use of "autodetect_jp".
239
240 2007-03-31  Bruno Haible  <bruno@clisp.org>
241
242         * m4/frexpl.m4 (gl_FUNC_FREXPL): Set HAVE_DECL_FREXPL to 0 when
243         the function is not present.
244
245 2007-03-31  Bruno Haible  <bruno@clisp.org>
246
247         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Set HAVE_DECL_LDEXPL to 0 when
248         the function is not present.
249
250 2007-03-31  Bruno Haible  <bruno@clisp.org>
251
252         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-29 patch. Test also against
253         a bug in HP-UX iconv_open().
254
255 2007-03-31  Bruno Haible  <bruno@clisp.org>
256
257         * MODULES.html.sh (func_module): Don't show gnulib-common.m4.
258         (Mathematics <math.h>): New section, add fpieee.
259         (Input/output <stdio.h>): Add fseterr.
260         (Mathematics <math.h>): New section, add printf-frexp.
261         (Container data structures): Add sublist.
262         (Core language properties): Add fpucw, inline.
263         (Functions for greatest-width integer types <inttypes.h>): Add
264         imaxabs, imaxdiv, inttypes.
265         (Mathematics <math.h>): Add frexp, frexpl, isnan-nolibm, isnanl,
266         isnanl-nolibm, ldexp.
267         (Mathematics <math.h>): New section, add printf-frexpl.
268         (Support for systems lacking POSIX:2001): Add fprintf-posix,
269         printf-posix, snprintf-posix, sprintf-posix, string, search, socklen,
270         sys_select, sys_socket, vasnprintf-posix, vasprintf-posix,
271         vfprintf-posix, vprintf-posix, vsnprintf-posix, vsprintf-posix.
272         (Unicode string functions): Add unistr/u*-mbtoucr.
273         (Java): Add javacomp-script, javaexec-script.
274         (C#): Add csharpcomp-script, csharpexec-script.
275         (Support for building libraries and executables): Add havelib,
276         relocatable-*.
277         (Support for maintaining and releasing projects): Renamed from
278         'Support for maintaining and release projects'. Add announce-gen.
279
280 2007-03-31  Bruno Haible  <bruno@clisp.org>
281
282         * README: Talk primarily about git.
283         (git and CVS): Renamed from CVS.
284         * doc/gnulib.texi (Introduction, Build robot for gnulib): Mention that
285         gnulib is available through git.
286         * doc/gnulib-tool.texi (CVS Issues): Mention git and svn as well.
287
288 2007-03-30  Bruno Haible  <bruno@clisp.org>
289
290         * lib/alloca_.h: Change prefix of double-inclusion guard macro to _GL_.
291         * lib/poll_.h: Likewise.
292         * lib/stat_.h: Likewise.
293         * lib/sys_time_.h: Likewise.
294         * lib/sysexit_.h: Likewise.
295         * lib/glob_.h: Prefix double-inclusion guard macro with _GL_.
296         * lib/stdbool_.h: Likewise.
297         * lib/byteswap_.h: Add double-inclusion guard.
298
299 2007-03-30  Sergey Poznyakoff  <gray@mirddin.farlep.net>
300
301         * lib/sysexit_.h: Prefix double-inclusion guard macro with _GNULIB.
302
303 2007-03-30  Karl Berry  <karl@gnu.org>
304
305         * config/srclist-update: double space after USA in the license
306         substitution, since that's how it's usually (?) written.
307
308 2007-03-30  Paul Eggert  <eggert@cs.ucla.edu>
309
310         * lib/write-any-file.c (can_write_any_file): Fix else-else bug
311         reported by Bruno Haible.
312
313 2007-03-29  Bruno Haible  <bruno@clisp.org>
314
315         * m4/iconv.m4 (AM_ICONV_LINK): Require AC_CANONICAL_HOST. Test against
316         a bug in AIX iconv().
317
318 2007-03-29  Bruno Haible  <bruno@clisp.org>
319
320         * modules/ldexpl-tests: New file.
321         * tests/test-ldexpl.c: New file.
322
323 2007-03-29  Bruno Haible  <bruno@clisp.org>
324
325         * lib/ldexpl.c: Include fpucw.h.
326         (ldexpl): Use BEGIN/END_LONG_DOUBLE_ROUNDING. Skip the last unneeded
327         multiplication.
328         * modules/ldexpl (Depends-on): Add fpucw.
329
330 2007-03-29  Bruno Haible  <bruno@clisp.org>
331
332         * modules/ldexpl: New file.
333         * m4/ldexpl.m4: New file.
334         * lib/math_.h (ldexpl): Define to a replacement if REPLACE_LDEXPL is
335         set.
336         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize also GNULIB_LDEXPL,
337         REPLACE_LDEXPL.
338         * modules/math (Makefile.am): Substitute also GNULIB_LDEXPL,
339         REPLACE_LDEXPL.
340         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
341         gl_FUNC_LDEXPL_WORKS.
342         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Remove test for ldexpl.
343         * modules/mathl (Files): Remove lib/ldexpl.c.
344         (Depends-on): Add ldexpl.
345
346 2007-03-29  Bruno Haible  <bruno@clisp.org>
347
348         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Declare frexpl.
349
350 2007-03-29  Bruno Haible  <bruno@clisp.org>
351
352         * tests/test-striconveh.c (main): Don't assume that a direct conversion
353         between ISO-8859-1 and ISO-8859-2 is possible. Needed for OSF/1, IRIX
354         and possibly also HP-UX.
355         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
356         work on AIX, IRIX, HP-UX, OSF/1.
357         * tests/uniconv/test-u16-conv-from-enc.c (main): Likewise.
358         * tests/uniconv/test-u16-strconv-from-enc.c (main): Likewise.
359         * tests/uniconv/test-u32-conv-from-enc.c (main): Likewise.
360         * tests/uniconv/test-u32-strconv-from-enc.c (main): Likewise.
361         * tests/uniconv/test-u8-conv-from-enc.c (main): Likewise.
362         * tests/uniconv/test-u8-strconv-from-enc.c (main): Likewise.
363
364 2007-03-29  Bruno Haible  <bruno@clisp.org>
365
366         * tests/test-stat-time.c: Include <fcntl.h>, not <sys/fcntl.h>.
367
368 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
369
370         * lib/acl-internal.h (acl_get_fd, acl_set_fd): undef before defining,
371         to work around a problem on OSF/1 5.1 reported by Bruno Haible.
372
373 2007-03-29  Eric Blake  <ebb9@byu.net>
374
375         * lib/acl-internal.h: Remove redundant include.
376         (ACL_NOT_WELL_SUPPORTED): Also filter on EBUSY, returned by
377         Cygwin when a file is locked.
378
379 2007-03-29  Bruno Haible  <bruno@clisp.org>
380
381         * lib/vasprintf.c [IN_LIBASPRINTF]: Include different specification
382         file.
383         * lib/asprintf.c [IN_LIBASPRINTF]: Likewise.
384
385 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
386
387         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Don't bother to
388         try to remove a parent directory if the child couldn't be removed
389         (except for the first rmdir, which could fail because the child
390         doesn't exist).  Problem reported by Jeff Blaine in
391         <http://lists.gnu.org/archive/html/bug-tar/2007-03/msg00014.html>.
392
393 2007-03-28  Bruno Haible  <bruno@clisp.org>
394
395         * lib/striconveh.c (utf8conv_carefully): New function.
396         (mem_cd_iconveh_internal): Invoke it.
397
398 2007-03-28  Bruno Haible  <bruno@clisp.org>
399
400         * lib/striconveh.c (mem_cd_iconveh_internal): Use u8_mbtoucr instead
401         of u8_mbtouc in order to distinguish invalid and incomplete UTF-8
402         input.
403         * modules/striconveh (Depends-on): Add unistr/u8-mbtoucr. Replace
404         utf8-ucs4 with unistr/u8-mbtouc. Replace ucs4-utf8 with
405         unistr/u8-uctomb.
406
407 2007-03-28  Bruno Haible  <bruno@clisp.org>
408
409         * modules/unistr/u8-mbtoucr: New file.
410         * lib/unistr/u8-mbtoucr.c: New file.
411         * modules/unistr/u16-mbtoucr: New file.
412         * lib/unistr/u16-mbtoucr.c: New file.
413         * modules/unistr/u16-mbtoucr: New file.
414         * lib/unistr/u16-mbtoucr.c: New file.
415         * lib/unistr.h (u8_mbtoucr, u16_mbtoucr, u32_mbtoucr): New declarations.
416
417 2007-03-27  Simon Josefsson  <simon@josefsson.org>
418             Bruno Haible  <bruno@clisp.org>
419
420         * m4/vasprintf.m4: Convert AC_SUBST into shell variable for
421         REPLACE_VASPRINTF.  Set HAVE_VASPRINTF.  Add
422         AC_REQUIRE([gl_STDIO_H_DEFAULTS]).
423
424         * m4/stdio_h.m4: Add stubs for vasprintf too.
425
426         * modules/stdio: Support vasprintf in sed command.
427
428         * modules/vasprintf: Depend on stdio for prototypes.  Remove
429         vasprintf.h.  Add stdio module indicator.
430
431         * lib/stdio_.h: Declare asprintf and vasprintf, based on
432         vasprintf.h.
433
434         * lib/vasprintf.h: File removed.
435
436         * lib/asprintf.c: Use stdio.h instead of vasprintf.h.
437         * lib/vasprintf.c: Ditto.
438         * lib/xvasprintf.c: Ditto.
439         * tests/test-vasprintf-posix.c: Ditto.
440         * tests/test-vasprintf.c: Ditto.
441
442 2007-03-27  Bruno Haible  <bruno@clisp.org>
443
444         Make vasnprintf multithread-safe.
445         * lib/vasnprintf.c (decimal_point_char): New function.
446         (VASNPRINTF): Use it.
447         Suggested by Simon Josefsson.
448
449 2007-03-27  Eric Blake  <ebb9@byu.net>
450
451         Support sub-second birthtime on cygwin.
452         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Also check for st_birthtim.
453         * lib/stat-time.h (STAT_TIMESPEC): Adjust comments.
454         (get_stat_birthtime): Also work with st_birthtim.
455
456 2007-03-27  Paul Eggert  <eggert@cs.ucla.edu>
457
458         * lib/stat-time.h (USE_BIRTHTIME): Remove.
459         (get_stat_atime_ns, get_stat_ctime_ns, get_stat_mtime_ns):
460         (get_stat_birthtime_ns): Do not try to use "spare" fields.
461         (get_stat_birthtime_ns): Simplify compile-time tests.
462         (get_stat_birthtime): Change the API to look like
463         get_stat_mtime etc., except return a negative tv_nsec on error.
464         * m4/stat-time.m4 (gl_STAT_TIME, gl_STAT_BIRTHTIME):
465         Don't check for "spare" fields.
466         (gl_STAT_BIRTHTIME): Don't check for struct stat.st_birthtimespec.tv_sec
467         or for struct stat.st_birthtime, as these tests aren't used.
468         * tests/test-stat-time.c (test_birthtime): Adjust to new API.
469
470 2007-03-27  Bruno Haible  <bruno@clisp.org>
471
472         * lib/stat-time.h: Include <sys/stat.h>.
473
474 2007-03-27  James Youngman  <jay@gnu.org>
475
476         * lib/stat-time.h (get_stat_birthtime): New function for
477           retrieving st_birthtime as provided by UFS2 (hence *BSD).
478         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Probe for st_birthtime
479           and its variants.
480         * modules/stat-time (configure.ac): call gl_STAT_BIRTHTIME.
481         * modules/stat-time-test: New file.
482         * tests/test-stat-time.c: New test, devised by Bruno Haible.
483
484 2007-03-26  Bruno Haible  <bruno@clisp.org>
485
486         Better support of signalling NaNs.
487         * lib/atanl.c: Include isnanl.h.
488         (atanl): Perform test for NaN at the beginning of the function and
489         through a call to isnanl.
490         * lib/cosl.c: Include isnanl.h.
491         (cosl): Perform test for NaN at the beginning of the function and
492         through a call to isnanl.
493         * lib/ldexpl.c: Include isnanl.h.
494         (ldexpl): Perform test for NaN through a call to isnanl.
495         * lib/logl.c: Include isnanl.h.
496         (logl): Perform test for NaN at the beginning of the function and
497         through a call to isnanl.
498         * lib/sinl.c: Include isnanl.h.
499         (sinl): Perform test for NaN at the beginning of the function and
500         through a call to isnanl.
501         * lib/sqrtl.c: Include isnanl.h.
502         (sqrtl): Perform test for NaN at the beginning of the function and
503         through a call to isnanl.
504         * lib/tanl.c: Include isnanl.h.
505         (tanl): Perform test for NaN at the beginning of the function and
506         through a call to isnanl.
507         * lib/trigl.c (ieee754_rem_pio2l): Remove test for NaN.
508         * modules/mathl (Depends-on): Add isnanl.
509
510 2007-03-26  Eric Blake  <ebb9@byu.net>
511
512         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Fix
513         regression in logic sense of previous patch.
514
515 2007-03-26  Bruno Haible  <bruno@clisp.org>
516
517         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Don't use
518         unportable shell command "if ! ...".
519         Reported by Ralf Wildenhues.
520
521 2007-03-25  Bruno Haible  <bruno@clisp.org>
522
523         * lib/sysexit_,h: If HAVE_SYSEXITS_H is defined, include the original
524         <sysexits.h> file, and only add EX_CONFIG.
525         * m4/sysexits.m4 (gl_SYSEXITS): If <sysexits.h> exists, check its
526         absolute file name and whether it is sufficient. Substitute also
527         HAVE_SYSEXITS_H and ABSOLUTE_SYSEXITS_H.
528         * modules/sysexits (Makefile.am): Substitute HAVE_SYSEXITS_H and
529         ABSOLUTE_SYSEXITS_H into sysexits.h.
530
531 2007-03-25  Bruno Haible  <bruno@clisp.org>
532
533         * lib/getaddrinfo.c (getaddrinfo): Don't access hints->ai_flags when
534         hints is NULL.
535
536 2007-03-25  Bruno Haible  <bruno@clisp.org>
537
538         * lib/uniconv/u8-conv-from-enc.c (u8_conv_from_encoding): Add a cast.
539         * lib/uniconv/u8-strconv-to-enc.c (u8_strconv_to_encoding): Likewise.
540
541 2007-03-25  Bruno Haible  <bruno@clisp.org>
542
543         * lib/vasnprintf.c: Include langinfo.h.
544         (VASNPRINTF): Prefer nl_langinfo over localeconv, since it's more
545         multithread-safe.
546         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): New macro.
547         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke it.
548         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
549         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
550         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
551         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
552         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
553         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX: Likewise.
554         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
555         Reported by Simon Josefsson.
556
557 2007-03-25  Bruno Haible  <bruno@clisp.org>
558
559         * lib/printf-parse.c [!IN_LIBINTL]: Include <stdint.h>, for intmax_t.
560         (PRINTF_PARSE): Make the support for size specifier 'j' unconditional.
561         * modules/vasnprintf (Depends-on): Add stdint.
562
563 2007-03-25  Bruno Haible  <bruno@clisp.org>
564
565         * modules/fpieee: New file.
566         * m4/fpieee.m4: New file.
567         * modules/isnan-nolibm (Depends-on): Add fpieee.
568         * modules/isnanl-nolibm (Depends-on): Add fpieee.
569         * modules/isnanl (Depends-on): Add fpieee.
570
571 2007-03-25  Bruno Haible  <bruno@clisp.org>
572
573         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Test also finite numbers.
574
575 2007-03-25  Bruno Haible  <bruno@clisp.org>
576
577         Avoid test failures on IRIX 6.5.
578         * tests/test-frexpl.c (MIN_NORMAL_EXP): New macro.
579         (main): Use it.
580         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP): New
581         macros.
582         (main): Use them.
583
584 2007-03-25  Bruno Haible  <bruno@clisp.org>
585
586         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): New macro.
587         (gl_FUNC_FREXPL): Invoke it. Set REPLACE_FREXPL to 1 if it frexpl
588         exists but doesn't work.
589         * lib/math_.h (frexpl): Define as a replacement macro if REPLACE_FREXPL
590         is set. Don't provide a prototype if REPLACE_FREXPL is not set.
591         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_FREXPL.
592         * modules/math (Makefile.am) Substibute also REPLACE_FREXPL into math.h.
593
594 2007-03-25  Bruno Haible  <bruno@clisp.org>
595
596         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Add check whether frexp(inf)
597         returns inf. Needed on IRIX 6.5.
598
599 2007-03-25  Bruno Haible  <bruno@clisp.org>
600
601         * tests/test-frexpl.c: Include isnanl-nolibm.h.
602         (main): Use isnanl instead of x != x idiom.
603         * modules/frexpl-tests (Depends-on): Add isnanl-nolibm.
604
605         * tests/test-frexp.c: Include isnan.h.
606         (main): Use isnan instead of x != x idiom.
607         * modules/frexp-tests (Depends-on): Add isnan-nolibm.
608
609 2007-03-25  Bruno Haible  <bruno@clisp.org>
610
611         * tests/test-frexp.c (NaN): New function/macro.
612         (main): Use it instead of 0.0 / 0.0.
613         * tests/test-isnan.c (NaN): New function/macro.
614         (main): Use it instead of 0.0 / 0.0.
615         * tests/test-vasnprintf-posix.c (NaN): New function/macro.
616         (test_function): Use it instead of 0.0 / 0.0.
617         * tests/test-vasprintf-posix.c (NaN): New function/macro.
618         (test_function): Use it instead of 0.0 / 0.0.
619         * tests/test-snprintf-posix.h (NaN): New function/macro.
620         (test_function): Use it instead of 0.0 / 0.0.
621         * tests/test-sprintf-posix.h (NaN): New function/macro.
622         (test_function): Use it instead of 0.0 / 0.0.
623         * tests/test-fprintf-posix.h (NaN): New function/macro.
624         (test_function): Use it instead of 0.0 / 0.0.
625         * tests/test-printf-posix.h (NaN): New function/macro.
626         (test_function): Use it instead of 0.0 / 0.0.
627
628         * lib/isnan.c (FUNC): Work around a DEC C compiler bug.
629
630 2007-03-25  Bruno Haible  <bruno@clisp.org>
631
632         * lib/glob_.h: Include <sys/stat.h>. Avoids warnings on AIX 5.1.
633
634 2007-03-25  Bruno Haible  <bruno@clisp.org>
635
636         * lib/regexec.c (merge_state_with_log): Make static.
637
638 2007-03-25  Bruno Haible  <bruno@clisp.org>
639
640         * lib/trigl.c (kernel_rem_pio2): Make static.
641
642 2007-03-25  Bruno Haible  <bruno@clisp.org>
643
644         * lib/sincosl.c (sincosl_table): Make static.
645
646 2007-03-25  Bruno Haible  <bruno@clisp.org>
647
648         * lib/argp.h (__restrict): Define to empty, rather than to 'restrict',
649         if the compiler does not support C99.
650
651 2007-03-25  Bruno Haible  <bruno@clisp.org>
652
653         * modules/time (Makefile.am): Ensure all rule action lines start with a
654         tab.
655
656 2007-03-24  Bruno Haible  <bruno@clisp.org>
657
658         * modules/tsearch-tests: New file.
659         * tests/test-tsearch.sh: New file.
660         * tests/test-tsearch.c: New file, mostly copied from glibc.
661
662         * modules/search-tests: New file.
663         * tests/test-search.c: New file.
664
665         * modules/search: New file.
666         * lib/search_.h: New file, incorporating lib/tsearch.h.
667         * m4/search_h.m4: New file.
668         * lib/tsearch.h: Remove file.
669         * lib/tsearch.c: Include search.h instead of tsearch.h.
670         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Require gl_SEARCH_H_DEFAULTS. Set
671         HAVE_TSEARCH.
672         * modules/tsearch (Files): Remove lib/tsearch.h.
673         (Depends-on): Add search.
674         (configure.ac): Invoke gl_SEARCH_MODULE_INDICATOR.
675         (Include): Change tsearch.h into search.h.
676
677 2007-03-24  Bruno Haible  <bruno@clisp.org>
678
679         * modules/fpucw: New file.
680         * lib/fpucw.h: New file.
681         * lib/frexp.c: Include fpucw.h.
682         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
683         (FUNC): Use them.
684         * lib/printf-frexp.c: Include fpucw.h.
685         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
686         (FUNC): Use them.
687         * lib/vasnprintf.c: Include fpucw.h.
688         (VASNPRINTF): Invoke BEGIN/END_LONG_DOUBLE_ROUNDING around the
689         'long double' calculations.
690         * tests/test-frexpl.c: Include fpucw.h.
691         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
692         * tests/test-printf-frexpl.c: Include fpucw.h.
693         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
694         * modules/frexpl (Depends-on): Add fpucw.
695         * modules/printf-frexpl (Depends-on): Likewise.
696         * modules/fprintf-posix (Depends-on): Likewise.
697         * modules/snprintf-posix (Depends-on): Likewise.
698         * modules/sprintf-posix (Depends-on): Likewise.
699         * modules/vasnprintf-posix (Depends-on): Likewise.
700         * modules/vasprintf-posix (Depends-on): Likewise.
701         * modules/vfprintf-posix (Depends-on): Likewise.
702         * modules/vsnprintf-posix (Depends-on): Likewise.
703         * modules/vsprintf-posix (Depends-on): Likewise.
704         * modules/frexpl-tests (Depends-on): Likewise.
705         * modules/printf-frexpl-tests (Depends-on): Likewise.
706
707 2007-03-24  Bruno Haible  <bruno@clisp.org>
708
709         * lib/float+.h: New file.
710         * lib/isnan.c: Include float+.h.
711         (SIZE): New macro.
712         (FUNC): Compare only SIZE bytes of the value.
713         * lib/vasnprintf.c: Include float+.h.
714         (VASNPRINTF): When comparing agains +0.0L or +0.0, compare only
715         SIZEOF_LDBL or SIZEOF_DBL bytes.
716         * modules/isnan-nolibm (Files): Add lib/float+.h.
717         * modules/isnanl-nolibm (Files): Add lib/float+.h.
718         * modules/isnanl (Files): Add lib/float+.h.
719         * modules/vasnprintf (Files): Add lib/float+.h.
720
721 2007-03-24  Bruno Haible  <bruno@clisp.org>
722
723         * lib/vasnprintf.c [!HAVE_LONG_DOUBLE]: Include printf-frexp.h. Don't
724         include isnanl-nolibm.h.
725
726 2007-03-24  Bruno Haible  <bruno@clisp.org>
727
728         * tests/test-read-file.c (main): Don't produce spurious output for
729         expected situations. Make the test fail if it encountered unexpected
730         results.
731
732 2007-03-24  Bruno Haible  <bruno@clisp.org>
733
734         * m4/locale-fr.m4 (gt_LOCALE_FR): Remove the special-casing of NetBSD,
735         since its fr_FR.ISO8859-1 locale wouldn't pass the tests.
736
737 2007-03-24  Bruno Haible  <bruno@clisp.org>
738
739         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Fix last change.
740
741 2007-03-24  Bruno Haible  <bruno@clisp.org>
742
743         * modules/unistr/base (Depends-on): Remove utf8-ucs4-unsafe,
744         utf16-ucs4-unsafe, utf8-ucs4, utf16-ucs4, ucs4-utf8, ucs4-utf16.
745
746         * modules/unistr/u8-mbtouc: Add source files from module utf8-ucs4.
747         * modules/utf8-ucs4: Turn into a symbolic link to module
748         unistr/u8-mbtouc.
749
750         * modules/unistr/u8-mbtouc-unsafe: Add source files from module
751         utf8-ucs4-unsafe.
752         * modules/utf8-ucs4-unsafe: Turn into a symbolic link to module
753         unistr/u8-mbtouc-unsafe.
754
755         * modules/unistr/u16-mbtouc: Add source files from module utf16-ucs4.
756         * modules/utf16-ucs4: Turn into a symbolic link to module
757         unistr/u16-mbtouc.
758
759         * modules/unistr/u16-mbtouc-unsafe: Add source files from module
760         utf16-ucs4-unsafe.
761         * modules/utf16-ucs4-unsafe: Turn into a symbolic link to module
762         unistr/u16-mbtouc-unsafe.
763
764         * modules/unistr/u8-uctomb: Add source files from module utf4-utf8.
765         * modules/ucs4-utf8: Turn into a symbolic link to module
766         unistr/u8-ubtomb.
767
768         * modules/unistr/u16-uctomb: Add source files from module utf4-utf16.
769         * modules/ucs4-utf16: Turn into a symbolic link to module
770         unistr/u16-ubtomb.
771
772 2007-03-24  Bruno Haible  <bruno@clisp.org>
773
774         * lib/unistr/u8-mbtouc-aux.c: Renamed from lib/unistr/utf8-ucs4.c.
775         Enable the function only if HAVE_INLINE.
776         * lib/unistr/u8-mbtouc-unsafe-aux.c: Renamed from
777         lib/unistr/utf8-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
778         * lib/unistr/u16-mbtouc-aux.c: Renamed from lib/unistr/utf16-ucs4.c.
779         Enable the function only if HAVE_INLINE.
780         * lib/unistr/u16-mbtouc-unsafe-aux.c: Renamed from
781         lib/unistr/utf16-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
782         * lib/unistr/u8-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf8.c.
783         Enable the function only if HAVE_INLINE.
784         * lib/unistr/u16-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf16.c.
785         Enable the function only if HAVE_INLINE.
786         * modules/utf8-ucs4: Update.
787         * modules/utf8-ucs4-unsafe: Update.
788         * modules/utf16-ucs4: Update.
789         * modules/utf16-ucs4-unsafe: Update.
790         * modules/ucs4-utf8: Update.
791         * modules/ucs4-utf16: Update.
792
793 2007-03-24  Bruno Haible  <bruno@clisp.org>
794
795         * lib/utf8-ucs4.h: Remove file.
796         * lib/utf8-ucs4-unsafe.h: Remove file.
797         * lib/utf16-ucs4.h: Remove file.
798         * lib/utf16-ucs4-unsafe.h: Remove file.
799         * lib/ucs4-utf8.h: Remove file.
800         * lib/ucs4-utf16.h: Remove file.
801         * lib/unistr.h: Include their previous contents.
802         * m4/utf-ucs4.m4: Remove file.
803         * m4/ucs4-utf.m4: Remove file.
804         * modules/utf8-ucs4 (Files): Remove lib/utf8-ucs4.h.
805         (Depends-on): Add unistr/base.
806         (configure.ac): Remove gl_UTF_UCS4.
807         (Makefile.am): Update.
808         (Include): Change to unistr.h.
809         * modules/utf8-ucs4-unsafe (Files): Remove lib/utf8-ucs4-unsafe.h.
810         (Depends-on): Add unistr/base.
811         (configure.ac): Remove gl_UTF_UCS4.
812         (Makefile.am): Update.
813         (Include): Change to unistr.h.
814         * modules/utf16-ucs4 (Files): Remove lib/utf16-ucs4.h.
815         (Depends-on): Add unistr/base.
816         (configure.ac): Remove gl_UTF_UCS4.
817         (Makefile.am): Update.
818         (Include): Change to unistr.h.
819         * modules/utf16-ucs4-unsafe (Files): Remove lib/utf16-ucs4-unsafe.h.
820         (Depends-on): Add unistr/base.
821         (configure.ac): Remove gl_UTF_UCS4.
822         (Makefile.am): Update.
823         (Include): Change to unistr.h.
824         * modules/ucs4-utf8 (Files): Remove lib/ucs4-utf8.h.
825         (Depends-on): Add unistr/base.
826         (configure.ac): Remove gl_UCS4_UTF.
827         (Makefile.am): Update.
828         (Include): Change to unistr.h.
829         * modules/ucs4-utf16 (Files): Remove lib/ucs4-utf16.h.
830         (Depends-on): Add unistr/base.
831         (configure.ac): Remove gl_UCS4_UTF.
832         (Makefile.am): Update.
833         (Include): Change to unistr.h.
834         * lib/unistr/utf8-ucs4.c: Include unistr.h instead of utf8-ucs4.h.
835         * lib/unistr/utf8-ucs4-unsafe.c: Include unistr.h instead of
836         utf8-ucs4-unsafe.h.
837         * lib/unistr/utf16-ucs4.c: Include unistr.h instead of utf16-ucs4.h.
838         * lib/unistr/utf16-ucs4-unsafe.c: Include unistr.h instead of
839         utf16-ucs4-unsafe.h.
840         * lib/unistr/ucs4-utf8.c: Include unistr.h instead of ucs4-utf8.h.
841         * lib/unistr/ucs4-utf16.c: Include unistr.h instead of ucs4-utf16.h.
842         * lib/unistr/u8-chr.c: Don't include ucs4-utf8.h.
843         * lib/unistr/u8-strchr.c: Likewise.
844         * lib/unistr/u8-strrchr.c: Likewise.
845         * lib/unistr/u16-chr.c: Don't include ucs4-utf16.h.
846         * lib/unistr/u16-strchr.c: Likewise.
847         * lib/unistr/u16-strrchr.c: Likewise.
848         * lib/striconveh.c: Update.
849         * lib/linebreak.c: Update.
850
851 2007-03-24  Bruno Haible  <bruno@clisp.org>
852
853         * lib/argp-help.c (fill_in_uparams, canon_doc_option): Cast the
854         arguments of isspace, isalpha, isalnum, isdigit to 'unsigned char'.
855
856 2007-03-22  Bruno Haible  <bruno@clisp.org>
857
858         * lib/strptime.c (__strptime_internal): Use ANSI C syntax.
859
860 2007-03-23  Paul Eggert  <eggert@cs.ucla.edu>
861
862         * MODULES.html.sh (File system functions): New module write-any-file.
863         * modules/write-any-file, lib/write-any-file.c, lib/write-any-file.h:
864         * m4/write-any-file.m4: New files.
865
866 2007-03-23  Eric Blake  <ebb9@byu.net>
867
868         * gnulib-tool: Rearrange space-tab sequences, since some editors
869         like to eat them.
870
871 2007-03-23  Eric Blake  <ebb9@byu.net>
872
873         * lib/version-etc.c (version_etc_va): Update license wording to
874         be more concise.  Recommended by Richard Stallman.
875
876 2007-03-22  Bruno Haible  <bruno@clisp.org>
877
878         * lib/poll.c (MSG_PEEK): New fallback definition.
879
880 2007-03-22  Bruno Haible  <bruno@clisp.org>
881
882         * modules/sys_socket-tests (configure.ac): Check for shutdown function.
883         * tests/test-sys_socket.c (a): Test only if shutdown() exists.
884         (main): Update.
885         Fixes a compilation error on BeOS.
886
887 2007-03-22  Bruno Haible  <bruno@clisp.org>
888
889         * modules/frexpl-tests: New file.
890         * tests/test-frexpl.c: New file.
891
892         * modules/frexpl: New file.
893         * m4/frexpl.m4: New file.
894         * modules/math (Makefile.am): Also substitute GNULIB_FREXPL into math.h.
895         * lib/math_.h (frexpl): Test GNULIB_FREXPL instead of GNULIB_MATHL.
896         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FREXPL.
897         * modules/mathl (Files): Remove lib/frexpl.c, lib/frexp.c.
898         (Depends-on): Add frexpl. Remove isnanl-nolibm.
899         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Don't test for frexpl.
900
901 2007-03-22  Bruno Haible  <bruno@clisp.org>
902
903         * lib/frexpl.c: Share code with lib/frexp.c.
904         * modules/mathl (Files): Add lib/frexp.c.
905         (Depends-on): Add isnanl-nolibm.
906
907 2007-03-22  Bruno Haible  <bruno@clisp.org>
908
909         * modules/printf-frexp (Files): Add m4/frexp.m4.
910         * m4/printf-frexp.m4 (gl_FUNC_PRINTF_FREXP): Define HAVE_FREXP_IN_LIBC
911         only if the found frexp function actually works.
912
913 2007-03-22  Bruno Haible  <bruno@clisp.org>
914
915         * lib/frexp.c: Remove older implementation that uses divisions.
916
917 2007-03-21  Bruno Haible  <bruno@clisp.org>
918
919         * modules/frexp-tests: New file.
920         * tests/test-frexp.c: New file.
921
922         * modules/frexp: New file.
923         * lib/frexp.c: New file.
924         * m4/frexp.m4: New file.
925         * lib/math_.h (frexp): New declaration.
926         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Also initialize GNULIB_FREXP and
927         REPLACE_FREXP.
928         * modules/math (math.h): Also substitute GNULIB_FREXP, REPLACE_FREXP.
929
930 2007-03-21  Bruno Haible  <bruno@clisp.org>
931
932         * modules/isnanl-tests: New file.
933         * tests/test-isnanl.c: New file.
934
935         * modules/isnanl: New file.
936         * lib/isnanl.h: New file.
937         * m4/isnanl.m4 (gl_FUNC_ISNANL): New macro.
938         (gl_FUNC_ISNANL_NO_LIBM): Invoke gl_HAVE_ISNANL_NO_LIBM,
939         gl_FUNC_ISNANL_WORKS.
940         (gl_HAVE_ISNANL_NO_LIBM, gl_HAVE_ISNANL_IN_LIBM, gl_FUNC_ISNANL_WORKS):
941         New macros.
942
943 2007-03-21  Bruno Haible  <bruno@clisp.org>
944
945         * modules/isnanl-nolibm (Files): Add lib/isnanl-nolibm.h, remove
946         lib/isnanl.h.
947         (Include): Update.
948         * lib/isnanl-nolibm.h: Renamed from lib/isnanl.h.
949         * lib/vasnprintf.c: Update.
950         * modules/isnanl-nolibm-tests (Files): Add tests/test-isnanl-nolibm.c,
951         tests/test-isnanl.h, remove tests/test-isnanl.c.
952         (Makefile.am): Update.
953         * tests/test-isnanl-nolibm.c: New file.
954         * tests/test-isnanl.h: New file.
955         * tests/test-isnanl.c: Remove file.
956
957 2007-03-21  Jim Meyering  <jim@meyering.net>
958
959         When trying to open ".", treat ESTALE like EACCES.
960         * lib/savewd.c (savewd_save): Resort to forking not just upon
961         failure with EACCES, but also when errno is ESTALE.
962
963 2007-03-20  Bruno Haible  <bruno@clisp.org>
964
965         * lib/string_.h (strndup): Enable declaration also if HAVE_STRNDUP.
966         Needed on AIX 5.1. Reported by Matthew Woehlke.
967
968 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
969
970         Suggestions by Bruno Haible:
971         * lib/acl-internal.h: Include "gettext.h" rather than rolling
972         our own.
973         (ACL_NOT_WELL_SUPPORTED): Parenthesize arg when used.
974         * modules/acl (Depends-on): Add gettext.
975
976 2007-03-19  Bruno Haible  <bruno@clisp.org>
977
978         * modules/iconvme: Remove file.
979         * lib/iconvme.h: Remove file.
980         * lib/iconvme.c: Remove file.
981         * m4/iconvme.m4: Remove file.
982
983 2007-03-19  Bruno Haible  <bruno@clisp.org>
984
985         * doc/relocatable-maint.texi: Break long shell script line.
986         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
987
988 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
989
990         Add limited support for Solaris 10 ZFS-style ACLs: just enough to
991         handle file_has_acl.
992         * lib/acl-internal.h, lib/acl_entries.c, lib/file-has-acl.c: New files.
993         * lib/acl.c: Move header inclusions and related macro defns into
994         lib/acl-internal.h.
995         (S_ISLNK): Remove defn, since that's now done for us.
996         (file_has_acl): Move to lib/file-has-acl.c.
997         Call acl_trivial if available.  This is the crucial part of the fix.
998         (acl_entries): Move to lib/acl_entries.c.  Now extern, since it's
999         shared within the library.  Rewrite a bit, partly to make it compatible
1000         with the GNU coding style.
1001         * m4/acl.m4 (AC_FUNC_ACL): Add AC_LIBOBJ([file-has-acl]).
1002         Remove unnecessary double-quotes.
1003         Don't test for acl_to_text; the build will catch that.
1004         Replace acl_entries if it doesn't exist and it is needed.
1005         Check for -lsec and acl_trivial (as used on Solaris 10).
1006         * modules/acl (Files): Add lib/acl-internal.h, lib/acl_entries.c,
1007         lib/file-has-acl.c.
1008         (Depends-on): Add sys_stat, for S_ISLNK.
1009
1010 2007-03-19  Ben Pfaff  <blp@gnu.org>
1011
1012         * doc/gnulib.texi: Fix typos.
1013         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
1014
1015 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
1016
1017         * lib/getcwd.c (__getcwd): Remove redundant comparison of buf to NULL.
1018         If size is zero here, buf must be zero.
1019
1020 2007-03-19  Simon Josefsson  <simon@josefsson.org>
1021
1022         * des.c: Remove weak_keys_chksum.  Reported by Bruno Haible
1023         <bruno@clisp.org>.
1024
1025 2007-03-18  Bruno Haible  <bruno@clisp.org>
1026
1027         * lib/vasnprintf.c (VASNPRINTF): Undo first part of last patch.
1028         Suggested by Eric Blake.
1029
1030 2007-03-18  Ben Pfaff  <blp@gnu.org>
1031
1032         * doc/relocatable.texi: Recommend using as prefix a directory
1033         that does not exist and will never be created.  Based on
1034         discussion with Bruno Haible, Ralf Wildenhues, Matthew Woehlke,
1035         and others.
1036
1037 2007-03-17  Bruno Haible  <bruno@clisp.org>
1038
1039         * lib/fchownat.c: Include lchown.h.
1040
1041 2007-03-17  Bruno Haible  <bruno@clisp.org>
1042
1043         Fix endless loop when the given allocated size was > INT_MAX.
1044         * lib/vasnprintf.c (EOVERFLOW): New fallback definition.
1045         (VASNPRINTF): Fail with EOVERFLOW when the given allocated size is
1046         larger than INT_MAX, or when it grow to a value larger than INT_MAX.
1047         * lib/vsprintf.c (vsprintf): Don't pass a size > INT_MAX to vasnprintf.
1048         * lib/sprintf.c (sprintf): Likewise.
1049
1050 2007-03-17  Bruno Haible  <bruno@clisp.org>
1051
1052         * tests/test-argp-2.sh (func_compare): Output a context diff.
1053
1054 2007-03-17  Bruno Haible  <bruno@clisp.org>
1055
1056         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Check also the
1057         locale's decimal-point character.
1058
1059 2007-03-17  Bruno Haible  <bruno@clisp.org>
1060
1061         * lib/vasnprintf.c (VASNPRINTF): Clear out the memory used for arg_mem
1062         before comparing it. Needed because on some platforms (e.g. x86) a
1063         'long double' occupies less bytes than sizeof (long double).
1064
1065 2007-03-17  Bruno Haible  <bruno@clisp.org>
1066
1067         * tests/test-crc.c (main): Make printf statements 64-bit clean.
1068         * tests/test-gc-pbkdf2-sha1.c (main): Likewise.
1069         * tests/test-getaddrinfo.c (simple): Likewise.
1070         * tests/test-read-file.c (main): Likewise.
1071
1072 2007-03-17  Bruno Haible  <bruno@clisp.org>
1073
1074         * tests/test-dirname.c (main): Make printf statements 64-bit clean.
1075
1076 2007-03-17  Bruno Haible  <bruno@clisp.org>
1077
1078         * tests/test-xvasprintf.c (test_xvasprintf, test_xasprintf): Remove
1079         unused variable.
1080
1081 2007-03-17  Bruno Haible  <bruno@clisp.org>
1082
1083         * tests/test-c-strcasecmp.c: Include c-strcase.h.
1084         * tests/test-c-strncasecmp.c: Likewise.
1085
1086 2007-03-17  Bruno Haible  <bruno@clisp.org>
1087
1088         * modules/stdlib (Depends-on): Add unistd.
1089         * lib/stdlib_.h: Include <unistd.h> if mkstemp is desired.
1090         Needed for MacOS X 10.3.
1091
1092 2007-03-17  Bruno Haible  <bruno@clisp.org>
1093
1094         * lib/unistr/u-strdup.h: Include <stdlib.h>.
1095
1096 2007-03-17  Bruno Haible  <bruno@clisp.org>
1097
1098         * lib/unistr/u-cpy-alloc.h: Include <stdlib.h>.
1099
1100 2007-03-17  Bruno Haible  <bruno@clisp.org>
1101
1102         * gnulib-tool (func_import): Update .cvsignore and .gitignore files
1103         to reflect files copied from gnulib (with or without modifications).
1104         Suggested by Jim Meyering.
1105
1106 2007-03-17  Eric Blake  <ebb9@byu.net>
1107
1108         * NEWS: Document stdlib change from 2007-02-18.
1109
1110 2007-03-17  Jim Meyering  <jim@meyering.net>
1111
1112         Detect use of AC_CONFIG_AUX_DIR also when its argument is quoted.
1113         * build-aux/bootstrap: Put ""s around use of $build_aux, in case
1114         someone uses a name containing shell meta-characters.
1115         Reported by Alfred M. Szmidt.
1116
1117         * build-aux/bootstrap: Don't use \> in grep regexp.  For HP-UX.
1118
1119 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
1120
1121         * build-aux/bootstrap (with_gettext): New variable.  Run autopoint
1122         and copy gettext configuration files only if configure.ac contains
1123         a use of AM_GNU_GETTEXT_VERSION.
1124
1125 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
1126
1127         * build-aux/bootstrap (gnulib_name): New variable.
1128         (gnulib_tool_options): Use it.
1129
1130 2007-03-13  Simon Josefsson  <simon@josefsson.org>
1131
1132         * tests/test-des.c: Use new namespace.
1133
1134 2007-03-15  Bruno Haible  <bruno@clisp.org>
1135
1136         * lib/dummy.c (gl_dummy_symbol): Renamed from 'dummy'.
1137         Reported by James Youngman <jay@gnu.org>.
1138
1139 2007-03-15  Bruno Haible  <bruno@clisp.org>
1140
1141         * lib/glob.c (glob): Add 'restrict' so that prototype matches the
1142         declared prototype. Needed with cc on OSF/1 5.1.
1143
1144 2007-03-15  Bruno Haible  <bruno@clisp.org>
1145
1146         * lib/gl_list.h (gl_listelement_dispose_fn): New type.
1147         (gl_list_create_empty, gl_list_create): Add dispose_fn argument.
1148         (struct gl_list_implementation): Add dispose_fn argument to the
1149         'create_empty', 'create' methods.
1150         (struct gl_list_impl_base): Add field 'dispose_fn'.
1151         * lib/gl_list.c (gl_list_create_empty, gl_list_create): Add dispose_fn
1152         argument.
1153         * lib/gl_array_list.c (gl_array_create_empty, gl_array_create): Add
1154         dispose_fn argument.
1155         (gl_array_remove_node, gl_array_remove_at, gl_array_list_free): Call
1156         dispose_fn on the dropped values.
1157         * lib/gl_carray_list.c (gl_carray_create_empty, gl_carray_create): Add
1158         dispose_fn argument.
1159         (gl_carray_remove_at, gl_carray_list_free): Call dispose_fn on the
1160         dropped values.
1161         * lib/gl_anyavltree_list2.h (gl_tree_create): Add dispose_fn argument.
1162         (gl_tree_remove_node): Call dispose_fn on the dropped value.
1163         * lib/gl_anyrbtree_list2.h (gl_tree_create): Add dispose_fn argument.
1164         (gl_tree_remove_node): Call dispose_fn on the dropped value.
1165         * lib/gl_anytree_list2.h (gl_tree_create_empty): Add dispose_fn
1166         argument.
1167         (gl_tree_list_free): Call dispose_fn on the dropped values.
1168         * lib/gl_anytreehash_list2.h (gl_tree_list_free): Call dispose_fn on
1169         the dropped values.
1170         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
1171         Add dispose_fn argument.
1172         (gl_linked_remove_node, gl_linked_remove_at, gl_linked_list_free):
1173         Call dispose_fn on the dropped values.
1174         * lib/gl_sublist.c (gl_sublist_create_empty, gl_sublist_create_fill):
1175         Add dispose_fn argument.
1176         (gl_sublist_create): Initialize the 'dispose_fn' field.
1177         * lib/clean-temp.c (create_temp_dir, register_fd): Update.
1178         * tests/test-array_list.c (main): Update.
1179         * tests/test-carray_list.c (main): Update.
1180         * tests/test-avltree_list.c (main): Update.
1181         * tests/test-rbtree_list.c (main): Update.
1182         * tests/test-avltreehash_list.c (main): Update.
1183         * tests/test-rbtreehash_list.c (main): Update.
1184         * tests/test-linked_list.c (main): Update.
1185         * tests/test-linkedhash_list.c (main): Update.
1186         * tests/test-array_oset.c (main): Update.
1187
1188 2007-03-15  Bruno Haible  <bruno@clisp.org>
1189
1190         * lib/gl_oset.h (gl_setelement_dispose_fn): New type.
1191         (gl_oset_create_empty): Add dispose_fn argument.
1192         (struct gl_oset_implementation): Add dispose_fn argument to
1193         'create_empty' method.
1194         (struct gl_oset_impl_base): Add dispose_fn field.
1195         * lib/gl_oset.c (gl_oset_create_empty): Add dispose_fn argument.
1196         * lib/gl_array_oset.c (gl_array_create_empty): Add dispose_fn argument.
1197         (gl_array_remove_at, gl_array_free): Call dispose_fn on the dropped
1198         values.
1199         * lib/gl_anytree_oset.h (gl_tree_create_empty): Add dispose_fn argument.
1200         (gl_tree_oset_free): Call dispose_fn on the dropped values.
1201         * lib/gl_avltree_oset.c (gl_tree_remove_node): Call dispose_fn on the
1202         dropped value.
1203         * lib/gl_rbtree_oset.c (gl_tree_remove_node): Call dispose_fn on the
1204         dropped value.
1205         * tests/test-array_oset.c (main): Update.
1206         * tests/test-avltree_oset.c (main): Update.
1207         * tests/test-rbtree_oset.c (main): Update.
1208         * lib/gl_anytreehash_list1.h (add_to_bucket): Update.
1209
1210 2007-03-13  Bruno Haible  <bruno@clisp.org>
1211
1212         * tests/test-stdbool.c (i): Update after last patch.
1213
1214 2007-03-12  Bruno Haible  <bruno@clisp.org>
1215
1216         * lib/quotearg.c: Include <wctype.h> early, before the definition of
1217         the iswprint macro. Needed on Solaris 2.5.1.
1218
1219 2007-03-12  Bruno Haible  <bruno@clisp.org>
1220
1221         * tests/test-printf-frexp.c (main): Declare x as volatile.
1222
1223 2007-03-12  Simon Josefsson  <simon@josefsson.org>
1224
1225         * doc/gnulib.texi (Build robot for gnulib): New section.
1226
1227 2007-03-12  Jim Meyering  <jim@meyering.net>
1228
1229         * build-aux/bootstrap: New file.
1230         * build-aux/bootstrap.conf: New file, from coreutils.
1231
1232 2007-03-11  Bruno Haible  <bruno@clisp.org>
1233
1234         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Require AC_C_INLINE.
1235
1236 2007-03-12  Simon Josefsson  <simon@josefsson.org>
1237
1238         * lib/des.h, lib/des.c, lib/gc-gnulib.c: Use gl_ namespace, to
1239         avoid collisions with 'des_setkey'.  Reported by Bruno Haible
1240         <bruno@clisp.org>.  Also change 'tripledes_' to '3des_'.
1241
1242 2007-03-11  Bruno Haible  <bruno@clisp.org>
1243
1244         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): If the test program fails to
1245         compile, set LOCALE_TR_UTF8 to 'none' instead of empty.
1246
1247 2007-03-11  Bruno Haible  <bruno@clisp.org>
1248
1249         * lib/stdint_.h (INT64_MIN, INTMAX_MIN): Avoid using the ~INT..._MAX
1250         formula. Needed for SunPRO C 5.0.
1251
1252 2007-03-11  Bruno Haible  <bruno@clisp.org>
1253
1254         * modules/long-options (Depends-on): Add getopt.
1255
1256 2007-03-11  Bruno Haible  <bruno@clisp.org>
1257
1258         * modules/modechange (Depends-on): Add stdbool.
1259
1260 2007-03-11  Bruno Haible  <bruno@clisp.org>
1261
1262         * modules/i-ring (Depends-on): Add stdbool.
1263
1264 2007-03-11  Bruno Haible  <bruno@clisp.org>
1265
1266         * modules/gc-des (Depends-on): Add stdbool.
1267
1268 2007-03-11  Bruno Haible  <bruno@clisp.org>
1269
1270         * m4/mktime.m4 (gl_PREREQ_MKTIME): Require AC_C_INLINE.
1271
1272 2007-03-11  Bruno Haible  <bruno@clisp.org>
1273
1274         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Require AC_C_RESTRICT.
1275
1276 2007-03-11  Bruno Haible  <bruno@clisp.org>
1277
1278         * lib/unistr/u32-mbtouc-unsafe.c (u32_mbtouc_unsafe): Fix syntax error.
1279
1280 2007-03-11  Bruno Haible  <bruno@clisp.org>
1281
1282         * lib/vasnprintf.c (sprintf): Undefine.
1283
1284 2007-03-11  Bruno Haible  <bruno@clisp.org>
1285
1286         * lib/isnan.c (rpl_isnan, rpl_isnanl): Work around bug regarding
1287         initializers in SunPRO C and Compaq C compilers.
1288
1289 2007-03-11  Bruno Haible  <bruno@clisp.org>
1290
1291         * lib/gl_array_oset.c (gl_array_iterator_next): Make pointer
1292         decrementing code ANSI C compliant.
1293
1294 2007-03-11  Bruno Haible  <bruno@clisp.org>
1295
1296         * lib/dummy.c [__sun]: Define a dummy variable, not just a typedef.
1297         Needed for Solaris 2.5.1 ranlib and SunPRO C 5.0.
1298
1299 2007-03-11  Bruno Haible  <bruno@clisp.org>
1300
1301         * tests/test-stdbool.c (s, d, e, xlcbug): Disable checks that gnulib's
1302         <stdbool.h> substitute doesn't pass.
1303
1304 2007-03-11  Bruno Haible  <bruno@clisp.org>
1305
1306         * lib/vasnprintf.c (snprintf): Undefine. Avoids an endless recursion.
1307
1308 2007-03-11  Bruno Haible  <bruno@clisp.org>
1309
1310         * gnulib-tool (func_create_megatestdir): Create also an autobuild
1311         script, for submission to autobuild.josefsson.org.
1312
1313 2007-03-10  Bruno Haible  <bruno@clisp.org>
1314
1315         * modules/canonicalize-lgpl-tests: New file.
1316         * tests/test-canonicalize-lgpl.sh: New file.
1317         * tests/test-canonicalize-lgpl.c: New file.
1318
1319         * modules/c-strcase-tests: New file.
1320         * tests/test-c-strcase.sh: New file.
1321         * tests/test-c-strcasecmp.c: New file.
1322         * tests/test-c-strncasecmp.c: New file.
1323
1324         * modules/atexit-tests: New file.
1325         * tests/test-atexit.sh: New file.
1326         * tests/test-atexit.c: New file.
1327
1328 2007-03-10  Bruno Haible  <bruno@clisp.org>
1329
1330         * tests/test-binary-io.sh: Use temporary filenames that are not so
1331         likely to clash with those of other tests (in a parallel make).
1332         * tests/test-binary-io.c: Likewise.
1333
1334 2007-03-10  Bruno Haible  <bruno@clisp.org>
1335
1336         * lib/fseterr.c (fseterr): Port to Solaris/SPARC64. Deactivate the
1337         fallback; use #error instead.
1338         Suggested by Simon Josefsson.
1339
1340 2007-03-10  Bruno Haible  <bruno@clisp.org>
1341
1342         * gnulib-tool (func_create_testdir): Treat MOSTLYCLEANFILES like
1343         CLEANFILES. Put spaces in each line of $cleaned_files, not only the
1344         first and the last.
1345
1346 2007-03-10  Bruno Haible  <bruno@clisp.org>
1347
1348         * lib/stdint_.h (uint_least64_t): Fix typo in last patch.
1349
1350 2007-03-10  Bruno Haible  <bruno@clisp.org>
1351
1352         * modules/snprintf-posix-tests (EXTRA_DIST): New variable. Needed for
1353         "make distcheck".
1354         * modules/sprintf-posix-tests (EXTRA_DIST): Likewise.
1355         * modules/vsnprintf-posix-tests (EXTRA_DIST): Likewise.
1356         * modules/vsprintf-posix-tests (EXTRA_DIST): Likewise.
1357
1358 2007-03-10  Bruno Haible  <bruno@clisp.org>
1359
1360         * modules/allocsa-tests (test_allocsa_SOURCES): Remove redundant
1361         variable.
1362         * modules/dirname-tests (test_dirname_SOURCES): Remove redundant
1363         variable.
1364
1365 2007-03-09  Eric Blake  <ebb9@byu.net>
1366         and Matthew Woehlke  <mw_triad@users.sourceforge.net>  (tiny change)
1367
1368         * lib/stdint_.h (int64_t, uint64_t): Don't undefine if 64-bit
1369         types are not being provided by gnulib.
1370         (GL_INT64_T, GL_UINT64_T): New witnesses of whether gnulib 64-bit
1371         types are supported.
1372
1373 2007-03-10  Bruno Haible  <bruno@clisp.org>
1374
1375         * lib/stdio_.h (__attribute__): New macro.
1376         (fprintf, vfprintf, printf, vprintf, snprintf, vsnprintf, sprintf,
1377         vsprintf): Specify __attribute__ __format__ for GCC.
1378         Suggested by Eric Blake.
1379
1380 2007-03-09  Bruno Haible  <bruno@clisp.org>
1381
1382         * modules/printf-posix-tests: New file.
1383         * tests/test-printf-posix.sh: New file.
1384         * tests/test-printf-posix.c: New file.
1385
1386         * modules/printf-posix: New file.
1387         * lib/printf.c: New file.
1388         * m4/printf-posix-rpl.m4: New file.
1389         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_PRINTF_POSIX,
1390         REPLACE_PRINTF.
1391         * lib/stdio_.h (printf): New declaration.
1392         (format, __format__, ____printf____, ____scanf____, ____strftime____,
1393         ____strfmon____): New macros.
1394         * modules/stdio (Makefile.am): Substitute also GNULIB_PRINTF_POSIX,
1395         REPLACE_PRINTF.
1396
1397 2007-03-09  Bruno Haible  <bruno@clisp.org>
1398
1399         * tests/test-vasnprintf-posix2.sh: New file.
1400         * tests/test-vasnprintf-posix2.c: New file.
1401         * modules/vasnprintf-posix-tests (Files): Add them and m4/locale-fr.m4.
1402         (configure.ac): Invoke gt_LOCALE_FR and gt_LOCALE_FR_UTF8.
1403         (Makefile.am): Activate test-vasnprintf-posix2.sh.
1404
1405         * lib/vasnprintf.c (VASNPRINTF): For the 'a' and 'A' directives, use
1406         a locale dependent decimal point, rather than always '.'.
1407
1408 2007-03-09  Eric Blake  <ebb9@byu.net>
1409
1410         * lib/stdlib_.h (EXIT_FAILURE): GNU code expects this to be 1, in
1411         spite of platforms like Tandem/NSK that define it to -1.
1412
1413 2007-03-08  Bruno Haible  <bruno@clisp.org>
1414
1415         * modules/vprintf-posix-tests: New file.
1416         * tests/test-vprintf-posix.sh: New file.
1417         * tests/test-vprintf-posix.c: New file.
1418         * tests/test-printf-posix.h: New file.
1419
1420         * modules/vprintf-posix: New file.
1421         * lib/vprintf.c: New file.
1422         * m4/vprintf-posix.m4: New file.
1423         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VPRINTF_POSIX,
1424         REPLACE_VPRINTF.
1425         * lib/stdio_.h (vprintf): New declaration.
1426         * modules/stdio (Makefile.am): Substitute also GNULIB_VPRINTF_POSIX,
1427         REPLACE_VPRINTF.
1428
1429 2007-03-08  Bruno Haible  <bruno@clisp.org>
1430
1431         * modules/fprintf-posix-tests: New file.
1432         * tests/test-fprintf-posix.sh: New file.
1433         * tests/test-fprintf-posix.c: New file.
1434
1435         * modules/fprintf-posix: New file.
1436         * lib/fprintf.c: New file.
1437         * m4/fprintf-posix.m4: New file.
1438         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FPRINTF_POSIX,
1439         REPLACE_FPRINTF.
1440         * lib/stdio_.h (fprintf): New declaration.
1441         * modules/stdio (Makefile.am): Substitute also GNULIB_FPRINTF_POSIX,
1442         REPLACE_FPRINTF.
1443
1444 2007-03-08  Bruno Haible  <bruno@clisp.org>
1445
1446         * modules/vfprintf-posix-tests: New file.
1447         * tests/test-vfprintf-posix.sh: New file.
1448         * tests/test-vfprintf-posix.c: New file.
1449         * tests/test-fprintf-posix.h: New file.
1450         * tests/test-fprintf-posix.out: New file.
1451
1452         * modules/vfprintf-posix: New file.
1453         * lib/vfprintf.c: New file.
1454         * m4/vfprintf-posix.m4: New file.
1455         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VFPRINTF_POSIX,
1456         REPLACE_VFPRINTF.
1457         * lib/stdio_.h (vfprintf): New declaration.
1458         * modules/stdio (Makefile.am): Substitute also GNULIB_VFPRINTF_POSIX,
1459         REPLACE_VFPRINTF.
1460
1461 2007-03-08  Bruno Haible  <bruno@clisp.org>
1462
1463         * lib/stdio_.h: Treat __need___FILE like __need_FILE.
1464
1465 2007-03-08  Bruno Haible  <bruno@clisp.org>
1466
1467         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Use 'case' statements
1468         instead of 'expr' invocations.
1469         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
1470         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
1471         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
1472         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
1473         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
1474         Suggested by Paul Eggert.
1475
1476 2007-03-08  Bruno Haible  <bruno@clisp.org>
1477
1478         * modules/fseterr-tests: New file.
1479         * tests/test-fseterr.c: New file.
1480
1481         * modules/fseterr: New file.
1482         * lib/fseterr.h: New file.
1483         * lib/fseterr.c: New file.
1484
1485 2007-03-08  Bruno Haible  <bruno@clisp.org>
1486
1487         * lib/fnmatch_.h: Convert tabs in the middle of lines to spaces.
1488         * lib/getopt_.h: Likewise.
1489         * lib/mbswidth.h: Likewise.
1490         * lib/setenv.h: Likewise.
1491         * lib/vasnprintf.h: Likewise.
1492         * lib/vasprintf.h: Likewise.
1493         * lib/verror.h: Likewise.
1494         * lib/xsetenv.h: Likewise.
1495         * lib/xvasprintf.h: Likewise.
1496
1497 2007-03-08  Jim Meyering  <jim@meyering.net>
1498
1499         * users.txt: Add parted.
1500
1501         * ChangeLog: Restore 1500 lines mistakenly removed from the end.
1502
1503 2007-03-07  Bruno Haible  <bruno@clisp.org>
1504
1505         * m4/printf.m4: Make the shell script snippets copy&pastable.
1506
1507 2007-03-02  Bruno Haible  <bruno@clisp.org>
1508
1509         * lib/netinet_in_.h: New file.
1510         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Test whether netinet/in.h
1511         is self-contained. Set ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H.
1512         * modules/netinet_in (Files): Add lib/netinet_in_.h.
1513         (Depends-on): Add absolute-header.
1514         (Makefile.am): Substitute ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H
1515         into netinet/in.h.
1516
1517 2007-03-03  Bruno Haible  <bruno@clisp.org>
1518
1519         * lib/sys_select_.h: New file.
1520         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SELECT): Test whether sys/select.h
1521         is self-contained. Set ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H.
1522         * modules/sys_select (Files): Add lib/sys_select_.h.
1523         (Depends-on): Add absolute-header.
1524         (Makefile.am): Substitute ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H
1525         into sys/select.h.
1526
1527 2007-03-02  Bruno Haible  <bruno@clisp.org>
1528
1529         * lib/socket_.h: If sys/socket.h exists, include that and <sys/types.h>
1530         before it. Turn HAVE_WINSOCK2_H and HAVE_WS2TCPIP_H into configute-time
1531         values.
1532         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Test also whether
1533         <sys/socket.h> is self-contained. Set ABSOLUTE_SYS_SOCKET_H,
1534         HAVE_SYS_SOCKET_H, HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H.
1535         * modules/sys_socket (Depends-on): Add absolute-header.
1536         (Makefile.am): Substitute ABSOLUTE_SYS_SOCKET_H, HAVE_SYS_SOCKET_H,
1537         HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H into sys/socket.h.
1538         (Include): Remove requirement of inclusion of <sys/types.h>.
1539
1540 2007-03-02  Bruno Haible  <bruno@clisp.org>
1541
1542         * lib/byteswap_.h (bswap_32): Fix formula.
1543
1544 2007-03-06  Bruno Haible  <bruno@clisp.org>
1545
1546         * modules/sprintf-posix-tests: New file.
1547         * tests/test-sprintf-posix.c: New file.
1548
1549         * modules/sprintf-posix: New file.
1550         * lib/sprintf.c: New file.
1551         * m4/sprintf-posix.m4: New file.
1552         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_SPRINTF_POSIX,
1553         REPLACE_SPRINTF.
1554         * lib/stdio_.h (sprintf): New declaration.
1555         * modules/stdio (Makefile.am): Substitute also GNULIB_SPRINTF_POSIX,
1556         REPLACE_SPRINTF.
1557
1558 2007-03-06  Bruno Haible  <bruno@clisp.org>
1559
1560         * modules/vsprintf-posix-tests: New file.
1561         * tests/test-vsprintf-posix.c: New file.
1562         * tests/test-sprintf-posix.h: New file.
1563
1564         * modules/vsprintf-posix: New file.
1565         * lib/vsprintf.c: New file.
1566         * m4/vsprintf-posix.m4: New file.
1567         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VSPRINTF_POSIX,
1568         REPLACE_VSPRINTF.
1569         * lib/stdio_.h (vsprintf): New declaration.
1570         * modules/stdio (Makefile.am): Substitute also GNULIB_VSPRINTF_POSIX,
1571         REPLACE_VSPRINTF.
1572
1573 2007-03-06  Bruno Haible  <bruno@clisp.org>
1574
1575         * modules/vsnprintf (Depend-on): Remove minmax.
1576
1577 2007-03-06  Bruno Haible  <bruno@clisp.org>
1578
1579         * modules/snprintf-posix-tests: New file.
1580         * tests/test-snprintf-posix.c: New file.
1581
1582         * modules/snprintf-posix: New file.
1583         * m4/snprintf-posix.m4: New file.
1584         * m4/snprintf.m4 (gl_REPLACE_SNPRINTF): New macro, extracted from
1585         gl_FUNC_SNPRINTF.
1586         (gl_FUNC_SNPRINTF): Invoke it.
1587         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_SNPRINTF.
1588         * lib/stdio_.h (snprintf): Define as a replacement if REPLACE_SNPRINTF
1589         is set.
1590         * modules/stdio (Makefile.am): Substitute also REPLACE_SNPRINTF.
1591
1592 2007-03-06  Bruno Haible  <bruno@clisp.org>
1593
1594         * modules/vsnprintf-posix-tests: New file.
1595         * tests/test-vsnprintf-posix.c: New file.
1596         * tests/test-snprintf-posix.h: New file.
1597
1598         * modules/vsnprintf-posix: New file.
1599         * m4/vsnprintf-posix.m4: New file.
1600         * m4/vsnprintf.m4 (gl_REPLACE_VSNPRINTF): New macro, extracted from
1601         gl_FUNC_VSNPRINTF.
1602         (gl_FUNC_VSNPRINTF): Invoke it.
1603         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_VSNPRINTF.
1604         * lib/stdio_.h (vsnprintf): Define as a replacement if
1605         REPLACE_VSNPRINTF is set.
1606         * modules/stdio (Makefile.am): Substitute also REPLACE_VSNPRINTF.
1607
1608 2007-03-06  Bruno Haible  <bruno@clisp.org>
1609
1610         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Test for vasnprintf here.
1611         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): ... not here.
1612
1613 2007-03-06  Bruno Haible  <bruno@clisp.org>
1614
1615         * lib/math_.h (acosl): Declare also if HAVE_DECL_ACOSL is set.
1616         (asinl): Declare also if HAVE_DECL_ASINL is set.
1617         (atanl): Declare also if HAVE_DECL_ATANL is set.
1618         (ceill): Declare also if HAVE_DECL_CEILL is set.
1619         (cosl): Declare also if HAVE_DECL_COSL is set.
1620         (expl): Declare also if HAVE_DECL_EXPL is set.
1621         (floorl): Declare also if HAVE_DECL_FLOORL is set.
1622         (frexpl): Declare also if HAVE_DECL_FREXPL is set.
1623         (ldexpl): Declare also if HAVE_DECL_LDEXPL is set.
1624         (logl): Declare also if HAVE_DECL_LOGL is set.
1625         (sinl): Declare also if HAVE_DECL_SINL is set.
1626         (sqrtl): Declare also if HAVE_DECL_SQRTL is set.
1627         (tanl): Declare also if HAVE_DECL_TANL is set.
1628         * modules/math (Makefile.am): Substitute the values of HAVE_DECL_*.
1629         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Set HAVE_DECL_* to 1.
1630         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Fix tests for the
1631         declaration of frexpl, ldexpl.
1632         * modules/printf-frexpl (Depends-on): Add math.
1633         * lib/printf-frexp.c (frexpl, ldexpl): Undo last change.
1634
1635 2007-03-05  Bruno Haible  <bruno@clisp.org>
1636
1637         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Also test whether
1638         frexpl and ldexpl are declared.
1639         * lib/printf-frexp.c (frexpl, ldexpl): Provide fallback declarations.
1640
1641 2007-03-05  Bruno Haible  <bruno@clisp.org>
1642
1643         * gnulib-tool (func_get_automake_snippet): Don't synthesize an
1644         EXTRA_lib_SOURCES augmentation for the relocatable-prog-wrapper module.
1645
1646 2007-03-05  Bruno Haible  <bruno@clisp.org>
1647
1648         * lib/stdio_.h: Include <stddef.h>.
1649
1650 2007-03-05  Bruno Haible  <bruno@clisp.org>
1651
1652         * m4/printf.m4 (gl_SNPRINTF_DIRECTIVE_N): New macro.
1653
1654 2007-03-05  Bruno Haible  <bruno@clisp.org>
1655
1656         * m4/printf.m4: Update with info about OpenBSD 3.9, HP-UX 10.20,
1657         NetBSD 4, from Ralf Wildenhues.
1658
1659 2007-03-04  Bruno Haible  <bruno@clisp.org>
1660
1661         * lib/vasprintf.h: Update #if logic for the case when the functions
1662         exist but are overridden.
1663
1664 2007-03-04  Bruno Haible  <bruno@clisp.org>
1665
1666         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Exclude two buggy
1667         implementations: glibc-2.4 and MacOS X 10.3.
1668         * tests/test-vasnprintf-posix.c (test_function): Test also the case
1669         that exhibits the bugs in glibc-2.4 and MacOS X 10.3.
1670         * tests/test-vasprintf-posix.c (test_function): Likewise.
1671
1672 2007-03-04  Bruno Haible  <bruno@clisp.org>
1673
1674         * modules/vasprintf-posix-tests: New file.
1675         * tests/test-vasprintf-posix.c: New file.
1676
1677         * modules/vasprintf-posix: New file.
1678         * lib/vasprintf.h (asprintf, vasprintf): Rename if REPLACE_VASPRINTF is
1679         defined.
1680         * m4/vasprintf-posix.m4: New file.
1681         * m4/vasprintf.m4 (gl_REPLACE_VASPRINTF): New macro, extracted from
1682         gl_FUNC_VASPRINTF.
1683         (gl_FUNC_VASPRINTF): Invoke it.
1684         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Define REPLACE_VASNPRINTF
1685         here.
1686         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Not here.
1687
1688 2007-03-04  Bruno Haible  <bruno@clisp.org>
1689
1690         * lib/sys_time_.h: Rename GETTIMEOFDAY_REPLACEMENT to
1691         REPLACE_GETTIMEOFDAY.
1692         * modules/sys_time (Makefile.am): Likewise.
1693         * m4/sys_time_h.m4: Likewise.
1694         * m4/gettimeofday.m4: Likewise.
1695
1696 2007-03-04  Bruno Haible  <bruno@clisp.org>
1697
1698         * modules/vasnprintf-posix-tests: New file.
1699         * tests/test-vasnprintf-posix.c: New file.
1700
1701         * modules/vasnprintf-posix: New file.
1702         * lib/vasnprintf.c: Include isnan.h, isnanl.h, printf-frexp.h,
1703         printf-frexpl.h.
1704         (VASNPRINTF): Handle the 'a' and 'A' directives here, if needed.
1705         * lib/vasnprintf.h (asnprintf, vasnprintf): Rename if
1706         REPLACE_VASNPRINTF is defined.
1707         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): New macro, extracted from
1708         gl_FUNC_VASNPRINTF.
1709         (gl_FUNC_VASNPRINTF): Invoke it.
1710         * m4/vasnprintf-posix.m4: New file.
1711         * m4/printf.m4: New file.
1712
1713 2007-03-04  Bruno Haible  <bruno@clisp.org>
1714
1715         Compile progreloc.c only if --enable-relocatable is specified.
1716         * m4/relocatable.m4 (gl_RELOCATABLE): Arrange to compile progreloc.c
1717         if --enable-relocatable was specified.
1718         * modules/relocatable-prog (Makefile.am): Remove progreloc.c from
1719         lib_SOURCES.
1720
1721 2007-03-04  Jim Meyering  <jim@meyering.net>
1722
1723         * lib/acl.c (ACL_NOT_WELL_SUPPORTED): New macro.
1724         Use it consistently, rather than enumerating errno constants.
1725
1726 2007-03-04  Bruno Haible  <bruno@clisp.org>
1727
1728         * modules/xvasprintf-tests: New file.
1729         * tests/test-xvasprintf.c: New file.
1730
1731         * modules/vasprintf-tests: New file.
1732         * tests/test-vasprintf.c: New file.
1733
1734         * modules/vasnprintf-tests: New file.
1735         * tests/test-vasnprintf.c: New file.
1736
1737         * modules/vsnprintf-tests: New file.
1738         * tests/test-vsnprintf.c: New file.
1739
1740         * modules/snprintf-tests: New file.
1741         * tests/test-snprintf.c: New file.
1742
1743 2007-03-04  Bruno Haible  <bruno@clisp.org>
1744
1745         Compile relocatable.c only if --enable-relocatable is specified.
1746         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY_BODY): Renamed from
1747         gl_RELOCATABLE_LIBRARY.
1748         (gl_RELOCATABLE_LIBRARY, gl_RELOCATABLE_LIBRARY_SEPARATE): New macros.
1749         * m4/relocatable.m4 (gl_RELOCATABLE): Invoke gl_RELOCATABLE_LIBRARY.
1750         (gl_RELOCATABLE_BODY): Require gl_RELOCATABLE_LIBRARY_BODY instead of
1751         gl_RELOCATABLE_LIBRARY.
1752         * modules/relocatable-lib (configure.ac): Invoke gl_RELOCATABLE_LIBRARY.
1753         (Makefile.am): Remove lib_SOURCES.
1754         * modules/relocatable-lib-lgpl (configure.ac): Invoke
1755         gl_RELOCATABLE_LIBRARY.
1756         (Makefile.am): Remove lib_SOURCES.
1757         * modules/relocatable-prog (Makefile.am): Don't compile relocatable.c
1758         always.
1759         * modules/relocatable-prog-wrapper (configure.ac): Invoke
1760         gl_RELOCATABLE_LIBRARY_SEPARATE instead of gl_RELOCATABLE_LIBRARY.
1761
1762 2007-03-04  Bruno Haible  <bruno@clisp.org>
1763
1764         * modules/argmatch-tests: New file.
1765         * tests/test-argmatch.c: New file.
1766
1767         * tests/test-allocsa.c (main): Halve the number of loop runs.
1768
1769         * modules/alloca-opt-tests: New file.
1770         * tests/test-alloca-opt.c: New file.
1771
1772 2007-03-04  Jim Meyering  <jim@meyering.net>
1773
1774         Work around difference between Linux ACLs and Solaris 10 ZFS.
1775         * lib/acl.c (set_acl): Revert to using chmod_or_fchmod also
1776         for EINVAL.
1777
1778 2007-03-03  Bruno Haible  <bruno@clisp.org>
1779
1780         * modules/relocatable-prog (Depends-on): Add back progreloc's
1781         dependencies: canonicalize-lgpl, xalloc, xreadlink, stdbool, unistd.
1782
1783 2007-03-03  Bruno Haible  <bruno@clisp.org>
1784
1785         * modules/relocatable-lib-lgpl: Renamed from modules/relocatable-lib.
1786         * modules/relocatable-lib: New file.
1787
1788 2007-03-03  Bruno Haible  <bruno@clisp.org>
1789
1790         * modules/relocatable-prog: Renamed from modules/relocatable.
1791         * doc/relocatable-maint.texi: Talk about module 'relocatable-prog'.
1792
1793 2007-03-03  Bruno Haible  <bruno@clisp.org>
1794
1795         * modules/relocatable-script (Files): Add doc/relocatable.texi,
1796         m4/relocatable-lib.m4.
1797         (Depends-on): Remove 'relocatable'.
1798         (configure.ac): Add gl_RELOCATABLE_NOP.
1799
1800 2007-03-03  Bruno Haible  <bruno@clisp.org>
1801
1802         * modules/relocatable-prog-wrapper: New file.
1803         * modules/relocatable (Depends-on): Add it. Remove all other
1804         dependencies except progname.
1805         (Files): Remove build-aux/install-reloc, lib/relocwrapper.c.
1806
1807         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): New macro.
1808         (gl_FUNC_STRERROR): Nop.
1809         * lib/strerror.c: Compile the file only if !HAVE_STRERROR.
1810
1811         * m4/setenv.m4 (gl_FUNC_SETENV_SEPARATE): New macro.
1812         * lib/setenv.c: Compile the file only if _LIBC || !HAVE_SETENV.
1813
1814         * m4/readlink.m4 (gl_FUNC_READLINK_SEPARATE): New macro.
1815         (gl_FUNC_READLINK): Update.
1816
1817         * m4/canonicalize-lgpl.m4 (gl_CANONICALIZE_LGPL_SEPARATE): New macro.
1818
1819 2007-03-03  Bruno Haible  <bruno@clisp.org>
1820
1821         * lib/xreadlink.c: Include <unistd.h> unconditionally.
1822         * modules/xreadlink (Depends-on): Add unistd.
1823         * modules/xreadlink-with-size (Depends-on): Likewise.
1824
1825 2007-03-03  Bruno Haible  <bruno@clisp.org>
1826
1827         * m4/setenv.m4 (gl_FUNC_SETENV, gl_FUNC_UNSETENV): New macros,
1828         extracted from gt_FUNC_SETENV.
1829         (gt_FUNC_SETENV): Remove macro.
1830         * modules/setenv (configure.ac): Add gl_FUNC_SETENV, gl_FUNC_UNSETENV,
1831         remove gt_FUNC_SETENV.
1832
1833 2007-03-03  Bruno Haible  <bruno@clisp.org>
1834
1835         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY): Define
1836         ENABLE_RELOCATABLE here.
1837         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): Don't define it here.
1838
1839 2007-03-03  Bruno Haible  <bruno@clisp.org>
1840
1841         * modules/rbtreehash-list-tests (Depends-on): Add progname.
1842         * tests/test-rbtreehash_list.c: Include progname.h.
1843         (main): Call set_program_name.
1844
1845         * modules/rbtree-oset-tests (Depends-on): Add progname.
1846         * tests/test-rbtree_oset.c: Include progname.h.
1847         (main): Call set_program_name.
1848
1849         * modules/rbtree-list-tests (Depends-on): Add progname.
1850         * tests/test-rbtree_list.c: Include progname.h.
1851         (main): Call set_program_name.
1852
1853         * modules/linked-list-tests (Depends-on): Add progname.
1854         * tests/test-linked_list.c: Include progname.h.
1855         (main): Call set_program_name.
1856
1857 2007-03-03  Bruno Haible  <bruno@clisp.org>
1858
1859         * lib/glob-libc.h (_Restrict_): New macro, copied from lib/regex.h.
1860         All uses of __restrict changed to _Restrict_.
1861         * lib/glob_.h (__restrict): Remove macro.
1862
1863 2007-03-02  Bruno Haible  <bruno@clisp.org>
1864
1865         * modules/gettext (configure.ac): Require gettext infrastructure
1866         from version 0.16.1.
1867
1868 2007-03-02  Bruno Haible  <bruno@clisp.org>
1869
1870         * modules/linkedhash-list-tests (Depends-on): Add progname.
1871         * tests/test-linkedhash_list.c: Include progname.h.
1872         (main): Call set_program_name.
1873
1874         * modules/carray-list-tests (Depends-on): Add progname.
1875         * tests/test-carray_list.c: Include progname.h.
1876         (main): Call set_program_name.
1877
1878         * modules/avltreehash-list-tests (Depends-on): Add progname.
1879         * tests/test-avltreehash_list.c: Include progname.h.
1880         (main): Call set_program_name.
1881
1882         * modules/avltree-oset-tests (Depends-on): Add progname.
1883         * tests/test-avltree_oset.c: Include progname.h.
1884         (main): Call set_program_name.
1885
1886         * modules/avltree-list-tests (Depends-on): Add progname.
1887         * tests/test-avltree_list.c: Include progname.h.
1888         (main): Call set_program_name.
1889
1890         * modules/array-oset-tests (Depends-on): Add progname.
1891         * tests/test-array_oset.c: Include progname.h.
1892         (main): Call set_program_name.
1893
1894         * modules/array-list-tests (Depends-on): Add progname.
1895         * tests/test-array_list.c: Include progname.h.
1896         (main): Call set_program_name.
1897
1898         * modules/argp-tests (Depends-on): Add progname.
1899         * tests/test-argp.c: Include argp.h first. Include progname.h.
1900         (main): Call set_program_name.
1901
1902 2007-03-02  Paul Eggert  <eggert@cs.ucla.edu>
1903
1904         * doc/gnulib-tool.texi (Initial import): Reword description of
1905         _FILE_OFFSET_BITS and _GNU_SOURCE, since they sometimes have a
1906         limited effect even if defined after the first system include.
1907
1908 2007-03-01  Bruno Haible  <bruno@clisp.org>
1909
1910         * build-aux/config.libpath: Update to libtool-1.5.22.
1911         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
1912
1913 2007-03-01  Bruno Haible  <bruno@clisp.org>
1914
1915         * doc/relocatable-maint.texi: Recommend to set foo_CPPFLAGS, not
1916         foo_CFLAGS.
1917         Reported by Ralf Wildenhues.
1918
1919 2007-03-01  Bruno Haible  <bruno@clisp.org>
1920
1921         * build-aux/install-reloc: Remove object files left over by some
1922         compilers.
1923         Reported by Ralf Wildenhues.
1924
1925 2007-03-01  Bruno Haible  <bruno@clisp.org>
1926
1927         * build-aux/install-reloc: Break long lines.
1928
1929 2007-03-01  Bruno Haible  <bruno@clisp.org>
1930
1931         * doc/relocatable.texi: Document that it may not work on OpenBSD.
1932         Reported by Ralf Wildenhues.
1933
1934 2007-03-01  Bruno Haible  <bruno@clisp.org>
1935
1936         * doc/gnulib-tool.texi (Initial import): Remove paragraph about
1937         include ordering constraints.
1938
1939 2007-03-01  Paul Eggert  <eggert@cs.ucla.edu>
1940
1941         Followup to the 2007-02-12 patch, using suggestions from Bruno Haible in
1942         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00136.html>.
1943         * doc/gnulib-tool.texi (Initial import): Mention _FILE_OFFSET_BITS
1944         as another example.
1945         * lib/time_.h: Fix misspelling.
1946         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
1947         Require gl_HEADER_TIME_H_DEFAULTS.
1948         * m4/strptime.m4 (gl_FUNC_STRPTIME): Likewise.
1949         * m4/time_r.m4 (gl_TIME_R): Likewise.
1950         * m4/timegm.m4 (gl_FUNC_TIMEGM): Likewise.
1951
1952 2007-03-01  Bruno Haible  <bruno@clisp.org>
1953
1954         * m4/utimecmp.m4 (gl_UTIMECMP): Don't require gl_TIMESPEC.
1955         * m4/utimens.m4 (gl_UTIMENS): Likewise.
1956
1957 2007-03-01  Jim Meyering  <jim@meyering.net>
1958
1959         * modules/xreadlink (Maintainer): Add my name.
1960         * modules/xreadlink-with-size (Depends-on): Alphabetize.
1961
1962 2007-02-26  Ben Pfaff  <blp@cs.stanford.edu>
1963             Bruno Haible  <bruno@clisp.org>
1964
1965         * build-aux/install-reloc: Compile also c-ctype.c.
1966         * build-aux/relocatable.sh.in: New file.
1967         * doc/relocatable.texi: New file.
1968         * doc/relocatable-maint.texi: New file.
1969         * doc/gnulib.texi: Include relocatable-maint.texi.
1970         * lib/progreloc.c: Include unistd.h unconditionally.
1971         * lib/relocwrapper.c: Include unistd.h unconditionally.
1972         Include c-ctype.h.
1973         (add_dotbin): Use c_tolower.
1974         * m4/relocatable-lib.m4: New file, extracted from m4/relocatable.m4.
1975         (gl_RELOCATABLE_LIBRARY): Renamed from AC_RELOCATABLE_LIBRARY.
1976         (gl_RELOCATABLE_NOP): Renamed from AC_RELOCATABLE_NOP.
1977         * m4/relocatable.m4 (AC_RELOCATABLE_LIBRARY, AC_RELOCATABLE_NOP): Move
1978         to m4/relocatable-lib.m4.
1979         (gl_RELOCATABLE): Renamed from AC_RELOCATABLE. Set also
1980         RELOCATABLE_CONFIG_H_DIR, RELOCATABLE_SRC_DIR, RELOCATABLE_BUILD_DIR.
1981         (gl_RELOCATABLE_BODY): Renamed from AC_RELOCATABLE_BODY. Don't
1982         require obsolete macro AC_EXEEXT. Don't check for unistd.h. Don't set
1983         SET_RELOCATABLE. Instead set RELOCATABLE_LDFLAGS, INSTALL_PROGRAM_ENV.
1984         * modules/relocatable: New file.
1985         * modules/relocatable-lib: New file.
1986         * modules/relocatable-script: New file.
1987
1988 2007-02-28  Bruno Haible  <bruno@clisp.org>
1989
1990         Import --enable-relocatable infrastructure.
1991         * build-aux/config.libpath: New file, from GNU gettext.
1992         * build-aux/install-reloc: New file, from GNU gettext.
1993         * build-aux/reloc-ldflags: New file, from GNU gettext.
1994         * lib/relocatable.h: New file, from GNU gettext.
1995         * lib/relocatable.c: New file, from GNU gettext.
1996         * lib/relocwrapper.c: New file, from GNU gettext.
1997         * m4/relocatable.m4: New file, from GNU gettext.
1998
1999 2007-02-28  Bruno Haible  <bruno@clisp.org>
2000
2001         * MODULES.html.sh (File system functions): Add xreadlink-with-size.
2002
2003         * modules/xreadlink: New file, from GNU gettext with modifications.
2004         * lib/xreadlink.c: New file, from GNU gettext.
2005         * lib/xreadlink.h: Add comments.
2006         (xreadlink): New declaration.
2007
2008         * modules/xreadlink-with-size: Renamed from modules/xreadlink.
2009         (Files): Remove m4/xreadlink.m4. Replace lib/xreadlink.c with
2010         lib/xreadlink-with-size.c.
2011         (configure.ac): Remove gl_XREADLINK invocation.
2012         (Makefile.am): Augment lib_SOURCES.
2013         * m4/xreadlink.m4: Remove file.
2014         * lib/xreadlink-with-size.c: Renamed from lib/xreadlink.c.
2015         (xreadlink_with_size): Renamed from xreadink.
2016         * lib/xreadlink.h (xreadlink_with_size): Renamed from xreadink.
2017         * modules/canonicalize (Depends-on): Replace xreadlink with
2018         xreadlink-with-size.
2019         * lib/canonicalize.c (canonicalize_filename_mode): Update.
2020
2021 2007-02-25  Jim Meyering  <jim@meyering.net>
2022
2023         * build-aux/announce-gen: When complaining about excess arguments,
2024         list them.
2025
2026 2007-02-25  Paul Eggert  <eggert@cs.ucla.edu>
2027
2028         * README: Document signed integer overflow situation more
2029         accurately.
2030
2031 2007-02-25  Bruno Haible  <bruno@clisp.org>
2032
2033         * lib/vasnprintf.c (VASNPRINTF): Fix estimate of size needed for a
2034         'a' or 'A' conversion.
2035
2036 2007-02-25  Bruno Haible  <bruno@clisp.org>
2037
2038         * modules/filename: Renamed from modules/pathname.
2039         (Files): Replace lib/pathname.h with lib/filename.h. Replace
2040         lib/concatpath.c with lib/concat-filename.c.
2041         (Makefile.am): Update.
2042         (Include): Replace pathname.h with filename.h.
2043         * lib/filename.h: Renamed from lib/pathname.h.
2044         (concatenated_filename): Renamed from concatenated_pathname.
2045         * lib/concat-filename.c: Renamed from lib/concatpath.c.
2046         (concatenated_filename): Renamed from concatenated_pathname.
2047         * lib/findprog.c: Include filename.h instead of pathname.h.
2048         (find_in_path): Update.
2049         * lib/javacomp.c: Include filename.h instead of pathname.h.
2050         (is_envjavac_gcj43_usable, is_envjavac_oldgcj_14_14_usable,
2051         is_envjavac_oldgcj_14_13_usable, is_envjavac_nongcj_usable,
2052         is_gcj_present, is_gcj43_usable, is_oldgcj_14_14_usable,
2053         is_oldgcj_14_13_usable, is_javac_usable): Update.
2054         * lib/javaexec.c: Include filename.h instead of pathname.h.
2055         (execute_java_class): Update.
2056         * modules/findprog: Update.
2057         * modules/javacomp: Update.
2058         * modules/javaexec: Update.
2059         * MODULES.html.sh (File system functions): Add 'filename', remove
2060         'pathname'.
2061
2062 2007-02-25  Bruno Haible  <bruno@clisp.org>
2063
2064         * modules/printf-frexpl-tests: New file.
2065         * tests/test-printf-frexpl.c: New file.
2066
2067         * modules/printf-frexpl: New file.
2068         * lib/printf-frexpl.h: New file.
2069         * lib/printf-frexpl.c: New file.
2070         * m4/printf-frexpl.m4: New file.
2071
2072 2007-02-25  Bruno Haible  <bruno@clisp.org>
2073
2074         * modules/printf-frexp-tests: New file.
2075         * tests/test-printf-frexp.c: New file.
2076
2077         * modules/printf-frexp: New file.
2078         * lib/printf-frexp.h: New file.
2079         * lib/printf-frexp.c: New file.
2080         * m4/printf-frexp.m4: New file.
2081
2082 2007-02-25  Bruno Haible  <bruno@clisp.org>
2083
2084         Assume automake >= 1.10 for the tests.
2085         * modules/arcfour-tests (TESTS): Remove $(EXEEXT) suffix.
2086         * modules/arctwo-tests: Likewise.
2087         * modules/argp-tests: Likewise.
2088         * modules/avltree-list-tests: Likewise.
2089         * modules/avltree-oset-tests: Likewise.
2090         * modules/avltreehash-list-tests: Likewise.
2091         * modules/carray-list-tests: Likewise.
2092         * modules/crc-tests: Likewise.
2093         * modules/des-tests: Likewise.
2094         * modules/gc-arcfour-tests: Likewise.
2095         * modules/gc-arctwo-tests: Likewise.
2096         * modules/gc-des-tests: Likewise.
2097         * modules/gc-hmac-md5-tests: Likewise.
2098         * modules/gc-hmac-sha1-tests: Likewise.
2099         * modules/gc-md2-tests: Likewise.
2100         * modules/gc-md4-tests: Likewise.
2101         * modules/gc-md5-tests: Likewise.
2102         * modules/gc-pbkdf2-sha1-tests: Likewise.
2103         * modules/gc-rijndael-tests: Likewise.
2104         * modules/gc-sha1-tests: Likewise.
2105         * modules/gc-tests: Likewise.
2106         * modules/getaddrinfo-tests: Likewise.
2107         * modules/hmac-md5-tests: Likewise.
2108         * modules/hmac-sha1-tests: Likewise.
2109         * modules/linked-list-tests: Likewise.
2110         * modules/linkedhash-list-tests: Likewise.
2111         * modules/lock-tests: Likewise.
2112         * modules/md2-tests: Likewise.
2113         * modules/md4-tests: Likewise.
2114         * modules/md5-tests: Likewise.
2115         * modules/rbtree-list-tests: Likewise.
2116         * modules/rbtree-oset-tests: Likewise.
2117         * modules/rbtreehash-list-tests: Likewise.
2118         * modules/read-file-tests: Likewise.
2119         * modules/rijndael-tests: Likewise.
2120         * modules/stdint-tests: Likewise.
2121         * modules/tls-tests: Likewise.
2122
2123 2007-02-24  Bruno Haible  <bruno@clisp.org>
2124
2125         * lib/isnanl.h (isnanl): Define through isnan if isnan is a macro.
2126         * m4/isnan.m4 (gl_FUNC_ISNAN_NO_LIBM): Don't check for isnan as a
2127         function; instead check whether isnan with a double argument links.
2128         * m4/isnanl.m4 (gl_FUNC_ISNANL_NO_LIBM): Don't check for isnanl as a
2129         function; instead check whether isnan with a 'long double' argument
2130         links.
2131         Reported by Eric Blake <ebb9@byu.net>.
2132
2133 2007-02-24  Bruno Haible  <bruno@clisp.org>
2134
2135         * lib/isnan.c: Support the 'long double' case if USE_LONG_DOUBLE is
2136         defined.
2137         * lib/isnanl.c: Remove all code. Just include isnan.c.
2138         * modules/isnanl-nolibm (Files): Add lib/isnan.c.
2139
2140 2007-02-25  Jim Meyering  <jim@meyering.net>
2141
2142         Avoid conflicting types for 'unsetenv' on FreeBSD.
2143         * lib/putenv.c (_unsetenv): Rename from "unsetenv", to avoid
2144         conflicting with FreeBSD's (5.0 and 6.1) function declaration
2145         in stdlib.h.
2146
2147 2007-02-24  Bruno Haible  <bruno@clisp.org>
2148
2149         * modules/isnanl-nolibm-tests: New file.
2150         * tests/test-isnanl.c: New file.
2151
2152         * modules/isnanl-nolibm: New file.
2153         * lib/isnanl.h: New file.
2154         * lib/isnanl.c: New file.
2155         * m4/isnanl.m4: New file.
2156
2157 2007-02-24  Bruno Haible  <bruno@clisp.org>
2158
2159         * modules/isnan-nolibm-tests: New file.
2160         * tests/test-isnan.c: New file.
2161
2162         * modules/isnan-nolibm: New file.
2163         * lib/isnan.h: New file.
2164         * lib/isnan.c: New file.
2165         * m4/isnan.m4: New file.
2166
2167 2007-02-24  Bruno Haible  <bruno@clisp.org>
2168
2169         * lib/frexpl.c (frexpl): Correct return values for x = 1.0L. Don't
2170         assume that an exponent fits in 20 bits.
2171
2172 2007-02-24  Jim Meyering  <jim@meyering.net>
2173
2174         * m4/regex.m4: Update the description of the configure-time option,
2175         --without-included-regex, to state accurately what the defaults are,
2176         and perhaps to give people an idea why using this option is risky.
2177
2178 2007-02-24  Paul Eggert  <eggert@cs.ucla.edu>
2179
2180         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check for a nanosleep that
2181         loops on small arguments.  This attempts to avoid the problem
2182         Bruno Haible reported for AIX 4.3.2 in
2183         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00309.html>.
2184
2185 2007-02-23  Bruno Haible  <bruno@clisp.org>
2186
2187         * m4/perl.m4 (gl_PERL): Require version 5.005, not 5.003.
2188         Needed for help2man.
2189
2190 2007-02-23  Karl Berry  <karl@gnu.org>
2191
2192         * doc/gnulib-tool.texi (CVS Issues): mention that when foo_.h
2193         exists, foo.h should be cvs-ignored, not committed.
2194
2195 2007-02-23  Eric Blake  <ebb9@byu.net>
2196
2197         * lib/getdate.h (includes):  Include <time.h>, not "timespec.h".
2198         * lib/stat-time.h (includes): Likewise.
2199         * lib/utimecmp.c (includes): Likewise.
2200         * lib/utimens.h (includes): Likewise.
2201         * lib/getdate.y (includes): Also include "timespec.h" for use
2202         internal to the module.
2203         * modules/utimens (Depends-on): Revert yesterday's patch.
2204         * modules/nanosleep (Depends-on): Add missing dependency.
2205
2206 2007-02-22  Bruno Haible  <bruno@clisp.org>
2207
2208         * lib/glob.c: Don't include getlogin_r.h.
2209
2210 2007-02-22  Jim Meyering  <jim@meyering.net>
2211
2212         * modules/utimens (Depends-on): Add timespec, required for
2213         utimens.h's inclusion of timespec.h.
2214
2215 2007-02-21  Paul Eggert  <eggert@cs.ucla.edu>
2216
2217         * lib/getcwd.c (__getcwd): Undo previous change; it mishandled
2218         long unreadable paths in GNU/Linux.  Problem reported by Andreas
2219         Schwab in
2220         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00261.html>.
2221         I'll try to think of a better way to fix the Solaris problem.
2222
2223         * lib/getcwd.c (__getcwd): Don't assume getcwd (NULL, 0) works
2224         like glibc; on Solaris 10, it fails with errno == EINVAL.
2225         POSIX says the behavior is unspecified if the first argument is NULL,
2226         so play it safe and never pass NULL to the system getcwd.
2227
2228 2007-02-21  Jim Meyering  <jim@meyering.net>
2229
2230         * lib/gettimeofday.c (rpl_gettimeofday): Remove declaration
2231         of gettimeofday.  It would conflict with the one now always
2232         provided via sys_time_.h.  Reported by Matthew Woehlke, as
2233         an IRIX 6.5 build failure.
2234
2235 2007-02-20  Paul Eggert  <eggert@cs.ucla.edu>
2236
2237         Minor fixups to port to Solaris 10 with Sun C 5.8.
2238         * lib/getcwd.c [!_LIBC]: Include dirfd.h, since we use dirfd.
2239         * modules/getcwd (Depends-on): Add dirfd.
2240         * lib/putenv.c (putenv): #undef it.
2241         (rpl_putenv): New decl.
2242         (malloc, free): Include <stdlib.h> rather than prototyping separately.
2243
2244 2007-02-20  Bruno Haible  <bruno@clisp.org>
2245
2246         * modules/stdio-tests: New file.
2247         * tests/test-stdio.c: New file.
2248
2249         * modules/vsnprintf (Files): Remove lib/vsnprintf.h.
2250         (Depends-on): Add stdio.
2251         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
2252         (Include): Use <stdio.h> instead of vsnprintf.h.
2253         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
2254         HAVE_DECL_VSNPRINTF.
2255         * lib/vsnprintf.c: Include <stdio.h> instead of vsnprintf.h.
2256
2257         * modules/snprintf (Files): Remove lib/snprintf.h.
2258         (Depends-on): Add stdio.
2259         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
2260         (Include): Use <stdio.h> instead of snprintf.h.
2261         * m4/snprintf.m4 (gl_FUNC_SNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
2262         HAVE_DECL_SNPRINTF.
2263         * lib/snprintf.c: Include <stdio.h> instead of snprintf.h.
2264         * lib/getaddrinfo.c: Likewise.
2265
2266         * modules/stdio: New file.
2267         * lib/stdio_.h: New file, incorporating snprintf.h and vsnprintf.h.
2268         * lib/snprintf.h: Remove file.
2269         * lib/vsnprintf.h: Remove file.
2270         * lib/.cppi-disable: Remove snprintf.h.
2271         * m4/stdio_h.m4: New file.
2272         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdio.
2273
2274 2007-02-20  Jim Meyering  <jim@meyering.net>
2275
2276         * lib/ftruncate.c [HAVE_CHSIZE]: Document that this code is
2277         used by e.g., mingw.  From Bruno Haible.
2278
2279 2007-02-19  Bruno Haible  <bruno@clisp.org>
2280
2281         * lib/string_.h: Use "#pragma GCC system_header" to suppress some gcc
2282         warnings.
2283         Reported by Ben Pfaff <blp@cs.stanford.edu>.
2284
2285 2007-02-19  Bruno Haible  <bruno@clisp.org>
2286
2287         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Don't request a complaint mail
2288         from mingw users.
2289
2290 2007-02-19  Bruno Haible  <bruno@clisp.org>
2291
2292         * lib/stdlib_.h: Use "#pragma GCC system_header" to suppress some gcc
2293         warnings.
2294         Reported by Joel E. Denny <jdenny@ces.clemson.edu> via Paul Eggert.
2295
2296 2007-02-19  Jim Meyering  <jim@meyering.net>
2297
2298         Don't use FD after a successful "fdopendir (fd)".
2299         * lib/getcwd.c (__getcwd) [AT_FDCWD]: fdopendir (fd) usually closes fd.
2300         Reset it by calling dirfd on the just-obtained DIR*.
2301
2302         * m4/ftruncate.m4: Adjust comment to give this module a 3-year reprieve.
2303         Prompted by a report from Bruno Haible that mingw lacks ftruncate.
2304
2305 2007-02-18  Bruno Haible  <bruno@clisp.org>
2306
2307         * lib/readlink.c: Include <unistd.h>.
2308         * m4/readlink.m4 (gl_FUNC_READLINK): Require gl_UNISTD_H_DEFAULTS. Set
2309         HAVE_READLINK.
2310         * modules/readlink (Depends-on): Add unistd.
2311         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
2312         (Include): Add <unistd.h>.
2313
2314         * lib/getlogin_r.h: Remove file.
2315         * lib/getlogin_r.c: Include <unistd.h> instead of getlogin_r.h.
2316         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE): Remove macro.
2317         (gl_GETLOGIN_R): Inline it here. Require gl_UNISTD_H_DEFAULTS. Set
2318         HAVE_DECL_GETLOGIN_R.
2319         * modules/getlogin_r (Files): Remove lib/getlogin_r.h.
2320         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
2321         (Include): Use <unistd.h> instead of getlogin_r.h.
2322
2323         * lib/getcwd.h: Remove file.
2324         * lib/getcwd.c: Include <unistd.h> instead of getcwd.h.
2325         * lib/xgetcwd.c: Likewise.
2326         * m4/getcwd.m4 (gl_FUNC_GETCWD): Require gl_UNISTD_H_DEFAULTS. Set
2327         REPLACE_GETCWD. Don't define __GETCWD_PREFIX.
2328         * modules/getcwd (Files): Remove lib/getcwd.h.
2329         (Depends-on): Add unistd.
2330         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
2331         (Include): Use <unistd.h> instad of getcwd.h.
2332
2333         * lib/ftruncate.c: Include <unistd.h> first.
2334         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Require gl_UNISTD_H_DEFAULTS.
2335         Set HAVE_FTRUNCATE.
2336         * modules/ftruncate (Depends-on): Add unistd.
2337         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
2338
2339         * lib/fchdir.c: Include <unistd.h> first.
2340         * lib/dirent_.h: Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT.
2341         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_UNISTD_H_DEFAULTS instead
2342         of gl_HEADER_UNISTD_DEFAULTS. Set REPLACE_FCHDIR. Don't set UNISTD_H.
2343         * modules/fchdir (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
2344         (Makefile.am): Substitute also REPLACE_FCHDIR into dirent.h.
2345
2346         * lib/dup2.c: Include <unistd.h> first.
2347         * m4/dup2.m4 (gl_FUNC_DUP2): Require gl_UNISTD_H_DEFAULTS. Set
2348         HAVE_DUP2.
2349         * modules/dup2 (Depends-on): Add unistd.
2350         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
2351
2352         * lib/chown.c: Include <unistd.h> first. Undefine chown later.
2353         * m4/chown.m4 (gl_FUNC_CHOWN): Require gl_UNISTD_H_DEFAULTS. Set
2354         REPLACE_CHOWN. Don't define chown as a macro here.
2355         * modules/chown (Depends-on): Add unistd.
2356         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
2357
2358         * lib/unistd_.h: Test HAVE_UNISTD_H determined at configure time.
2359         Add definition for GL_LINK_WARNING.
2360         (chown, dup2): New declarations.
2361         (fchdir): Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT. Provide optional
2362         link warning.
2363         (ftruncate): New declaration.
2364         (getcwd): New declaration, taken from old getcwd.h.
2365         (getlogin_r): New declaration, taken from old getlogin_r.h.
2366         (readlink): New declaration.
2367         * m4/unistd_h.m4 (gl_UNISTD_H): Renamed from gl_HEADER_UNISTD. Don't
2368         set UNISTD_H. Inline gl_PREREQ_UNISTD. Set HAVE_UNISTD_H.
2369         (gl_PREREQ_UNISTD): Remove macro.
2370         (gl_UNISTD_MODULE_INDICATOR): New macro.
2371         (gl_UNISTD_H_DEFAULTS): Renamed from gl_HEADER_UNISTD_DEFAULTS. Set
2372         many new variables. Don't set UNISTD_H.
2373         * modules/unistd (Description): Change.
2374         (Depends-on): Add link-warning.
2375         (configure.ac): Update.
2376         (Makefile.am): Create unistd.h always. Substitute many new variables
2377         into it.
2378
2379 2007-02-18  Bruno Haible  <bruno@clisp.org>
2380
2381         * lib/stdlib_.h (getsubopt): New declaration, copied from getsubopt.h.
2382         * modules/stdlib (stdlib.h): Also substitute GNULIB_GETSUBOPT and
2383         HAVE_GETSUBOPT.
2384         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Also initialize
2385         GNULIB_GETSUBOPT and HAVE_GETSUBOPT.
2386         * lib/getsubopt.h: Remove file.
2387         * modules/getsubopt (Files): Remove lib/getsubopt.h.
2388         (Depends-on): Add stdlib.
2389         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
2390         (Includes): Use <stdlib.h> instead of getsubopt.h.
2391         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Require gl_STDLIB_H_DEFAULTS.
2392         Set HAVE_GETSUBOPT.
2393         * lib/getsubopt.c: Don't include getsubopt.h.
2394
2395 2007-02-18  Bruno Haible  <bruno@clisp.org>
2396
2397         * modules/fchdir (Depends-on): Add dup2.
2398
2399 2007-02-18  Bruno Haible  <bruno@clisp.org>
2400
2401         * lib/stdlib_.h: Handle glibc's special invocation convention
2402         specially.
2403
2404 2007-02-18  Bruno Haible  <bruno@clisp.org>
2405
2406         * modules/stdlib-tests: New file.
2407         * tests/test-stdlib.c: New file.
2408
2409         * modules/mkstemp (Files): Remove lib/mkstemp.h.
2410         (Depends-on): Add stdlib.
2411         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
2412         (Includes): Use <stdlib.h> instead of mkstemp.h.
2413         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require gl_STDLIB_H_DEFAULTS. Set
2414         REPLACE_MKSTEMP. Remove definition of __MKSTEMP_PREFIX.
2415         * lib/mkstemp.c: Don't include mkstemp.h.
2416         * lib/mkstemp-safer.c: Include <stdlib.h> instead of mkstemp.h.
2417         * lib/stdlib--.h: Don't include mkstemp.h.
2418
2419         * modules/mkdtemp (Files): Remove lib/mkdtemp.h.
2420         (Depends-on): Add stdlib.
2421         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
2422         (Includes): Use <stdlib.h> instead of mkdtemp.h.
2423         * m4/mkdtemp.m4 (gt_FUNC_MKDTEMP): Require gl_STDLIB_H_DEFAULTS. Set
2424         HAVE_MKDTEMP.
2425         * lib/mkdtemp.c: Don't include mkdtemp.h.
2426         * lib/clean-temp.c: Don't include mkdtemp.h.
2427
2428         * modules/exit (Files): Remove lib/exit.h.
2429         (Depends-on): Add stdlib.
2430         (Makefile.am): Remove lib_SOURCES.
2431         (Include): Use <stdlib.h> instead of exit.h.
2432         * lib/argmatch.c: Don't include exit.h.
2433         * lib/execute.c: Likewise.
2434         * lib/pagealign_alloc.c: Likewise.
2435         * lib/pipe.c: Likewise.
2436         * lib/wait-process.c: Likewise.
2437         * lib/copy-file.c: Include <stdlib.h> instead of exit.h.
2438         * lib/exitfail.c: Likewise.
2439         * lib/savewd.c: Likewise.
2440         * lib/xsetenv.c: Likewise.
2441
2442         * modules/stdlib: New file.
2443         * lib/stdlib_.h: New file, incorporating exit.h, mkdtemp.h, mkstemp.h
2444         and extra comments about mkstemp().
2445         * lib/exit.h: Remove file.
2446         * lib/mkdtemp.h: Remove file.
2447         * lib/mkstemp.h: Remove file.
2448         * m4/stdlib_h.m4: New file.
2449         * MODULES.html.sh (Support for systems lacking ANSI C 89): Add stdlib.
2450
2451 2007-02-18  Bruno Haible  <bruno@clisp.org>
2452
2453         * modules/math-tests: New file.
2454         * tests/test-math.c: New file.
2455
2456         * modules/math: New file.
2457         * modules/mathl (Files): Remove lib/mathl.h.
2458         (Depends-on): Add math.
2459         (Makefile.am): Don't mention mathl.h.
2460         (Include): Use <math.h> instead of mathl.h.
2461         * lib/math_.h: New file.
2462         * lib/mathl.h: Remove file.
2463         * lib/acosl.c: Include <config.h> and <math.h> first. Don't include
2464         mathl.h.
2465         * lib/asinl.c: Likewise.
2466         * lib/atanl.c: Likewise.
2467         * lib/ceill.c: Likewise.
2468         * lib/cosl.c: Likewise.
2469         * lib/expl.c: Likewise.
2470         * lib/floorl.c: Likewise.
2471         * lib/frexpl.c: Likewise.
2472         * lib/ldexpl.c: Likewise.
2473         * lib/logl.c: Likewise.
2474         * lib/sincosl.c: Likewise.
2475         * lib/sinl.c: Likewise.
2476         * lib/sqrtl.c: Likewise.
2477         * lib/tanl.c: Likewise.
2478         * lib/trigl.c: Likewise.
2479         * m4/math_h.m4: New file.
2480         * MODULES.html.sh (Mathematics): Add math.
2481
2482 2007-02-17  Bruno Haible  <bruno@clisp.org>
2483
2484         * modules/wctype-tests: New file.
2485         * tests/test-wctype.c: New file.
2486
2487         * modules/wchar-tests: New file.
2488         * tests/test-wchar.c: New file.
2489
2490         * modules/unistd-tests: New file.
2491         * tests/test-unistd.c: New file.
2492
2493         * modules/time-tests: New file.
2494         * tests/test-time.c: New file.
2495
2496         * modules/sysexits-tests: New file.
2497         * tests/test-sysexits.c: New file.
2498
2499         * modules/sys_time-tests: New file.
2500         * tests/test-sys_time.c: New file.
2501
2502         * modules/sys_stat-tests: New file.
2503         * tests/test-sys_stat.c: New file.
2504
2505         * modules/sys_socket-tests: New file.
2506         * tests/test-sys_socket.c: New file.
2507
2508         * modules/sys_select-tests: New file.
2509         * tests/test-sys_select.c: New file.
2510
2511         * modules/string-tests: New file.
2512         * tests/test-string.c: New file.
2513
2514         * modules/stdbool-tests: New file.
2515         * tests/test-stdbool.c: New file.
2516
2517         * modules/netinet_in-tests: New file.
2518         * tests/test-netinet_in.c: New file.
2519
2520         * modules/inttypes-tests: New file.
2521         * tests/test-inttypes.c: New file.
2522
2523         * modules/fcntl-tests: New file.
2524         * tests/test-fcntl.c: New file.
2525
2526         * modules/byteswap-tests: New file.
2527         * tests/test-byteswap.c: New file.
2528
2529         * modules/arpa_inet-tests: New file.
2530         * tests/test-arpa_inet.c: New file.
2531
2532 2007-02-17  Bruno Haible  <bruno@clisp.org>
2533
2534         * lib/inttypes_.h: Add definition for GL_LINK_WARNING.
2535         (imaxabs, imaxdiv, strtoimax, strtoumax): Don't declare the function
2536         if the corresponding module is not enabled. Emit link warnings if
2537         the function is used nevertheless.
2538         * m4/inttypes.m4 (gl_INTTYPES_H): Never use the existing <inttypes.h>.
2539         Don't AC_SUBST HAVE_DECL_IMAXABS, HAVE_DECL_IMAXDIV,
2540         HAVE_DECL_STRTOIMAX, HAVE_DECL_STRTOUMAX.
2541         (gl_INTTYPES_MODULE_INDICATOR, gl_INTTYPES_H_DEFAULTS): New macros.
2542         * modules/inttypes (Depends-on): Add link-warning.
2543         (Makefile.am): Copy the contents of build-aux/link-warning.h into
2544         inttypes.h. Substitute also GNULIB_IMAXABS, GNULIB_IMAXDIV,
2545         GNULIB_STRTOIMAX, GNULIB_STRTOUMAX.
2546         * modules/imaxabs (configure.ac): Invoke gl_INTTYPES_MODULE_INDICATOR.
2547         * modules/imaxdiv (configure.ac): Likewise.
2548         * modules/strtoimax (configure.ac): Likewise.
2549         * modules/strtoumax (configure.ac): Likewise.
2550
2551 2007-02-17  Bruno Haible  <bruno@clisp.org>
2552
2553         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Include the contents of
2554         gl_STRING_MODULE_INDICATOR_DEFAULTS.
2555         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Remove macro.
2556         (gl_HEADER_STRING_H_BODY, gl_STRING_MODULE_INDICATOR): Update.
2557
2558 2007-02-17  Bruno Haible  <bruno@clisp.org>
2559
2560         * modules/link-warning: New file.
2561         * build-aux/link-warning.h: New file, extracted from lib/string_.h.
2562         * lib/string_.h (GL_LINK_WARNING): Remove definition.
2563         * modules/string (Depends-on): Add link-warning.
2564         (Makefile.am): Copy the contents of build-aux/link-warning.h into
2565         string.h.
2566         * MODULES.html.sh (Support for building libraries and executables): Add
2567         link-warning.
2568
2569 2007-02-17  Bruno Haible  <bruno@clisp.org>
2570
2571         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strcasecmp,
2572         strncasecmp, strchr, strchrnul, strdup, strndup, strnlen, strcspn,
2573         strpbrk, strspn, strrchr, strsep, strstr, strcasestr, strtok_r): Break
2574         long lines.
2575
2576 2007-02-17  Ben Pfaff  <blp@cs.stanford.edu>
2577             Bruno Haible  <bruno@clisp.org>
2578
2579         * modules/tmpfile: New file.
2580         * lib/tmpfile.c: New file.
2581         * m4/tmpfile.m4: New file.
2582         * MODULES.html.sh (func_all_modules): New section "Input/output".
2583
2584 2007-02-15  Bruno Haible  <bruno@clisp.org>
2585
2586         * lib/clean-temp.c [WIN32 && !CYGWIN]: Include <windows.h>.
2587         (supports_delete_on_close): New function.
2588         (open_temp, fopen_temp): Use _O_TEMPORARY when supported.
2589
2590 2007-02-14  Bruno Haible  <bruno@clisp.org>
2591
2592         * modules/mbspcasecmp-tests: New file.
2593         * tests/test-mbspcasecmp.sh: New file.
2594         * tests/test-mbspcasecmp.c: New file.
2595
2596         New module mbspcasecmp.
2597         * modules/mbspcasecmp: New file.
2598         * lib/mbspcasecmp.c: New file.
2599         * lib/string_.h (strncasecmp): Change warning message.
2600         (mbspcasecmp): New declaration.
2601         * m4/mbspcasecmp.m4: New file.
2602         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
2603         GNULIB_MBSPCASECMP.
2604         * modules/string (string.h): Also substitute GNULIB_MBSPCASECMP.
2605         * MODULES.html.sh (Internationalization functions): Add mbspcasecmp.
2606
2607 2007-02-14  Bruno Haible  <bruno@clisp.org>
2608
2609         * modules/mbsncasecmp-tests: New file.
2610         * tests/test-mbsncasecmp.sh: New file.
2611         * tests/test-mbsncasecmp.c: New file.
2612
2613         New module mbsncasecmp.
2614         * modules/mbsncasecmp: New file.
2615         * lib/mbsncasecmp.c: New file.
2616         * lib/string_.h (mbsncasecmp): New declaration.
2617         * m4/mbsncasecmp.m4: New file.
2618         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
2619         GNULIB_MBSNCASECMP.
2620         * modules/string (string.h): Also substitute GNULIB_MBSNCASECMP.
2621         * MODULES.html.sh (Internationalization functions): Add mbsncasecmp.
2622
2623 2007-02-14  Paul Eggert  <eggert@cs.ucla.edu>
2624
2625         * lib/exclude.c (FNM_EXTMATCH): Define if system does not.
2626         Verify that it doesn't overlap with our flags.
2627         (fnmatch_no_wildcards): Don't use strcasecmp or strncasecmp, which
2628         do not have the desired effect in multibyte locales; instead, use
2629         mbscasecmp.
2630         * modules/exclude (Depends-on): Depend on mbscasecmp, not strcase.
2631         Add dependency on xalloc.  Depend on fnmatch, not fnmatch-gnu, since
2632         we don't require GNU fnmatch ourselves (if our users require it, they
2633         should do so explicitly).
2634
2635         Fix regex code so it doesn't rely on strcasecmp.
2636         * lib/regex_internal.h: Include <langinfo.h> only if _LIBC is defined.
2637         Otherwise, include gnulib's langinfo.h.
2638         * lib/regcomp.c (init_dfa): Don't use strcasecmp, as it can have
2639         undesirable behavior in non-C locales.  Instead, rely on localecharset.
2640         * m4/regex.m4 (gl_PREREQ_REGEX): Don't require AM_LANGINFO_CODESET.
2641         * modules/regex (FILES): Remove m4/codeset.m4.
2642         (Depends-on): Add localcharset.  Remove strcase.
2643
2644 2007-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2645
2646         * m4/unlinkdir.m4 (gl_UNLINKDIR): Fix m4 quoting bug.
2647         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Likewise.
2648
2649 2007-02-13  Bruno Haible  <bruno@clisp.org>
2650
2651         * m4/intdiv0.m4 (gt_INTDIV0): Assume ANSI C. Fix underquoting bug.
2652         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
2653
2654 2007-02-12  Bruno Haible  <bruno@clisp.org>
2655
2656         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
2657         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): If
2658         GNULIB_POSIXCHECK and the gnulib module not enabled, provoke a link-
2659         time warning rather than a link error.
2660
2661 2007-02-12  Bruno Haible  <bruno@clisp.org>
2662
2663         * m4/locale-fr.m4 (gt_LOCALE_FR): Fix m4 quoting bug.
2664         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
2665         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
2666
2667 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
2668
2669         * lib/string_.h (strncasecmp): Fix typo: this macro takes 3
2670         args, not 2.
2671
2672 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
2673
2674         New module 'time', so that apps can include <time.h> as per
2675         POSIX and GNU instead of separate include files like time_r.h
2676         and timegm.h.  This implementation tries out a simpler approach
2677         for replacing decls in standard include files (as compared to
2678         the string module), somewhat as an experiment.
2679
2680         * config/srclist.txt: Comment out mktime.c for now.
2681         * doc/gnulib-tool.texi (Initial import): Don't use time_r as an example
2682         since it doesn't apply any more.  Use generic wording instead.
2683         * MODULES.html.sh (Support for systems lacking POSIX:2001): New module
2684         'time'.
2685         * lib/time_.h, m4/time_h.m4, modules/time: New files.
2686         * lib/strptime.h, lib/time_r.h, lib/timegm.h: Remove.
2687         * lib/mktime.c: Include config.h depending on _LIBC, not HAVE_CONFIG_H.
2688         Don't include <sys/types.h>; no longer needed since we assume C89.
2689         * lib/mktime.c: Don't include "time_r.h"; no longer needed.
2690         * lib/strftime.c: Likewise.
2691         * lib/time_r.c: Likewise.
2692         * lib/nanosleep.c (nanosleep): #undef after include files, not before.
2693         * lib/nanosleep.c: Include <time.h> first, to check interface.
2694         * lib/strptime.c: Likewise.
2695         * lib/time_r.c: Likewise.
2696         * lib/timegm.c: Likewise.
2697         * lib/strptime.c: Don't include strptime.h or time_r.h; no longer
2698         needed.
2699         * lib/timegm.c: Don't include timegm.h; no longer needed.
2700         * lib/timespec.h: Don't include <sys/time.h> before <time.h>;
2701         time.h now handles any problems in that area.
2702         (struct timespec, nanosleep): Remove; time.h now arranges for these.
2703         * lib/xnanosleep.c: Don't include timespec.h; no longer needed now
2704         that time.h defines struct timespec.
2705         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check that nanosleep is declared.
2706         Set REPLACE_NANOSLEEP.  Don't AC_DEFINE nanosleep; the time module now
2707         handles that.
2708         * m4/strptime.m4 (gl_FUNC_STPRTIME): Set REPLACE_STRPTIME.
2709         * m4/time_r.m4 (gl_TIME_R): Don't define HAVE_TIME_R_POSIX; no longer
2710         needed.  Set REPLACE_LOCALTIME.
2711         * m4/timegm.m4 (gl_FUNC_TIMEGM): Set REPLACE_TIMEGM.
2712         * m4/timespec.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Move to time_h.m4.
2713         (gl_TIMESPEC): Don't check for sys/time.h or struct timespec or
2714         nanosleep; time_h.m4 now does that.  Don't require
2715         gl_USE_SYSTEM_EXTENSIONS; no longer needed directly, and the time
2716         module handles this now.
2717         * modules/getdate (Depends-on): Remove timespec.  Add time.
2718         * modules/nanosleep (Depends-on): Likewise.
2719         * modules/stat-time (Depends-on): Likewise.
2720         * modules/nanosleep (Include): Include time.h, not timespec.h.
2721         * modules/strptime (Files): Remove lib/strptime.h.
2722         (Depends-on): Add extensions, time.
2723         (Include): Include time.h, not strptime.h.
2724         * modules/time_r (Files): Remove lib/time_r.h.
2725         (Depends-on): Add time.
2726         (Include): Include time.h, not time_r.h.
2727         * modules/timegm: Likewise.
2728         * modules/timespec (Description): Now does timespec-related decls
2729         of our own, instead of struct timespec itself.
2730         (Depends-on): Add time; remove extensions.
2731         (Maintainer): Add self.
2732         * modules/utimecmp (Depends-on): Add time; remove timespec.
2733         * modules/utimens (Depends-on): Likewise.
2734         * modules/xnanosleep (Depends-on): Likewise.
2735
2736 2007-02-11  Bruno Haible  <bruno@clisp.org>
2737
2738         * lib/c-strstr.c: Include allocsa.h.
2739         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
2740         * lib/c-strcasestr.c: Include allocsa.h.
2741         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
2742         * lib/strcasestr.c: Include allocsa.h.
2743         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
2744         * lib/mbsstr.c: Include allocsa.h.
2745         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
2746         allocsa/freesa instead of malloc/free.
2747         * lib/mbscasestr.c: Include allocsa.h.
2748         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
2749         allocsa/freesa instead of malloc/free.
2750         * modules/c-strstr (Depends-on): Add allocsa.
2751         * modules/c-strcasestr (Depends-on): Likewise.
2752         * modules/strcasestr (Depends-on): Likewise.
2753         * modules/mbsstr (Depends-on): Likewise.
2754         * modules/mbscasestr (Depends-on): Likewise.
2755
2756 2007-02-11  Bruno Haible  <bruno@clisp.org>
2757
2758         * lib/mbsspn.c (mbsspn): Fix bug. Remove unnecessary strlen call.
2759
2760         * modules/mbsspn-tests: New file.
2761         * tests/test-mbsspn.sh: New file.
2762         * tests/test-mbsspn.c: New file.
2763
2764 2007-02-11  Bruno Haible  <bruno@clisp.org>
2765
2766         * lib/mbspbrk.c (mbspbrk): Remove unneeded cast.
2767
2768         * modules/mbspbrk-tests: New file.
2769         * tests/test-mbspbrk.sh: New file.
2770         * tests/test-mbspbrk.c: New file.
2771
2772 2007-02-11  Bruno Haible  <bruno@clisp.org>
2773
2774         * lib/mbscspn.c (mbscspn): Remove unnecessary strlen call and
2775         unneeded cast.
2776
2777         * modules/mbscspn-tests: New file.
2778         * tests/test-mbscspn.sh: New file.
2779         * tests/test-mbscspn.c: New file.
2780
2781 2007-02-11  Bruno Haible  <bruno@clisp.org>
2782
2783         * modules/mbscasecmp-tests: New file.
2784         * tests/test-mbscasecmp.sh: New file.
2785         * tests/test-mbscasecmp.c: New file.
2786
2787 2007-02-11  Bruno Haible  <bruno@clisp.org>
2788
2789         Ensure O(n) worst-case complexity of mbscasestr.
2790         * lib/mbscasestr.c: Include stdbool.h.
2791         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
2792         functions.
2793         (mbscasestr): Add some bookkeeping. Invoke knuth_morris_pratt_* when
2794         the bookkeeping indicates that it's worth it.
2795         * modules/mbscasestr (Depends-on): Add stdbool, mbslen, strnlen.
2796
2797         * modules/mbscasestr-tests: New file.
2798         * tests/test-mbscasestr1.c: New file.
2799         * tests/test-mbscasestr2.sh: New file.
2800         * tests/test-mbscasestr2.c: New file.
2801         * tests/test-mbscasestr3.sh: New file.
2802         * tests/test-mbscasestr3.c: New file.
2803         * tests/test-mbscasestr4.sh: New file.
2804         * tests/test-mbscasestr4.c: New file.
2805         * m4/locale-tr.m4: New file.
2806
2807 2007-02-11  Bruno Haible  <bruno@clisp.org>
2808
2809         Ensure O(n) worst-case complexity of mbsstr.
2810         * lib/mbsstr.c: Include stdbool.h.
2811         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
2812         functions.
2813         (mbsstr): Add some bookkeeping. Invoke knuth_morris_pratt_* when the
2814         bookkeeping indicates that it's worth it.
2815         * modules/mbsstr (Depends-on): Add stdbool, mbslen, strnlen.
2816
2817         * modules/mbsstr-tests: New file.
2818         * tests/test-mbsstr1.c: New file.
2819         * tests/test-mbsstr2.sh: New file.
2820         * tests/test-mbsstr2.c: New file.
2821         * tests/test-mbsstr3.sh: New file.
2822         * tests/test-mbsstr3.c: New file.
2823         * m4/locale-fr.m4: New file.
2824
2825 2007-02-11  Bruno Haible  <bruno@clisp.org>
2826
2827         * lib/mbsrchr.c (mbsrchr): Fix bug.
2828
2829         * modules/mbsrchr-tests: New file.
2830         * tests/test-mbsrchr.sh: New file.
2831         * tests/test-mbsrchr.c: New file.
2832
2833 2007-02-11  Bruno Haible  <bruno@clisp.org>
2834
2835         * lib/mbschr.c (mbschr): Fix bug.
2836
2837         * modules/mbschr-tests: New file.
2838         * tests/test-mbschr.sh: New file.
2839         * tests/test-mbschr.c: New file.
2840         * m4/locale-zh.m4: New file.
2841
2842 2007-02-11  Bruno Haible  <bruno@clisp.org>
2843
2844         Support for copying multibyte string iterators.
2845         * lib/mbiter.h: Include <string.h>.
2846         (mbiter_multi_copy): New function.
2847         (mbi_copy): New macro.
2848         * lib/mbuiter.h: Include <string.h>.
2849         (mbuiter_multi_copy): New function.
2850         (mbui_copy): New macro.
2851
2852 2007-02-11  Bruno Haible  <bruno@clisp.org>
2853
2854         New module mbslen.
2855         * modules/mbslen: New file.
2856         * lib/mbslen.c: New file.
2857         * lib/string_.h (mbslen): New declaration.
2858         * m4/mbslen.m4: New file.
2859         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
2860         GNULIB_MBSLEN.
2861         * modules/string (string.h): Also substitute GNULIB_MBSLEN.
2862         * MODULES.html.sh (Internationalization functions): Add mbslen.
2863
2864 2007-02-11  Bruno Haible  <bruno@clisp.org>
2865
2866         Ensure O(n) worst-case complexity of strcasestr substitute.
2867         * lib/strcasestr.c: Include stdbool.h.
2868         (knuth_morris_pratt): New function.
2869         (strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when the
2870         bookkeeping indicates that it's worth it.
2871         * modules/strcasestr (Depends-on): Add stdbool, strnlen.
2872
2873         * modules/strcasestr-tests: New file.
2874         * tests/test-strcasestr.c: New file.
2875
2876 2007-02-11  Bruno Haible  <bruno@clisp.org>
2877
2878         Ensure O(n) worst-case complexity of c_strcasestr.
2879         * lib/c-strcasestr.c: Include stdbool.h, string.h.
2880         (knuth_morris_pratt): New function.
2881         (c_strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when
2882         the bookkeeping indicates that it's worth it.
2883         * modules/c-strcasestr (Depends-on): Add stdbool, strnlen.
2884
2885         * modules/c-strcasestr-tests: New file.
2886         * tests/test-c-strcasestr.c: New file.
2887
2888 2007-02-11  Bruno Haible  <bruno@clisp.org>
2889
2890         Ensure O(n) worst-case complexity of c_strstr.
2891         * lib/c-strstr.c: Include stdbool.h, string.h.
2892         (knuth_morris_pratt): New function.
2893         (c_strstr): Add some bookkeeping. Invoke knuth_morris_pratt when the
2894         bookkeeping indicates that it's worth it.
2895         * modules/c-strstr (Depends-on): Add stdbool, strnlen.
2896
2897         * lib/c-strstr.c: Complete rewrite for maintainability.
2898
2899         * modules/c-strstr-tests: New file.
2900         * tests/test-c-strstr.c: New file.
2901
2902 2007-02-11  Bruno Haible  <bruno@clisp.org>
2903
2904         * m4/javacomp.m4 (gt_JAVACOMP): Work around a 'tr' bug in coreutils
2905         5.2.1 and earlier, whereby \055 was treated just like the range
2906         delimiter '-'.
2907         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
2908
2909 2007-02-08  Bruno Haible  <bruno@clisp.org>
2910
2911         * modules/regex (Depends-on): Add stdbool.
2912         Reported by Dalibor Topic <robilad@kaffe.org>.
2913
2914 2007-02-05  Paul Eggert  <eggert@cs.ucla.edu>
2915
2916         * m4/regex.m4 (gl_REGEX): Check for glibc bug #3957.
2917         Prefer returning from main to exiting from it.
2918         Remove unnecessary parens after sizeof.
2919
2920 2007-02-05  Bruno Haible  <bruno@clisp.org>
2921
2922         New module mbssep.
2923         * modules/mbssep: New file.
2924         * lib/mbssep.c: New file.
2925         * lib/string_.h (strsep): Add a conditional link warning.
2926         (mbssep): New declaration.
2927         * m4/mbssep.m4: New file.
2928         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
2929         GNULIB_MBSSEP.
2930         * modules/string (string.h): Also substitute GNULIB_MBSSEP.
2931         * MODULES.html.sh (Internationalization functions): Add mbssep.
2932
2933 2007-02-05  Bruno Haible  <bruno@clisp.org>
2934
2935         * lib/strsep.c (strsep): Fix actions in case of no delimiters.
2936         Optimize search in case of 1 delimiter.
2937
2938 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
2939
2940         * lib/acl.h: Include sys/types.h before sys/acl.h.
2941
2942 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
2943
2944         Merge upstream fix for glibc bugzilla #3957:
2945
2946         2007-02-05  Jakub Jelinek  <jakub@redhat.com>
2947
2948         * lib/regcomp.c (parse_bracket_exp): Set '\n' bit rather than '\0'
2949         bit for RE_HAT_LISTS_NOT_NEWLINE.
2950         (build_charclass_op): Remove bogus comment.
2951
2952 2007-02-05  Simon Josefsson  <simon@josefsson.org>
2953
2954         * lib/gc.h, lib/gc-libgcrypt.c: Support SHA-256/384/512.
2955
2956 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
2957
2958         * lib/getsubopt.c [!_LIBC]: Include config.h and getsubopt.h.
2959         * lib/memmem.c [!defined _LIBC]: Include config.h.
2960
2961 2007-02-04  Bruno Haible  <bruno@clisp.org>
2962
2963         * lib/string_.h (GL_LINK_WARNING2): Put the word "warning:" into the
2964         warning message.
2965
2966 2007-02-04  Bruno Haible  <bruno@clisp.org>
2967
2968         New module mbstok_r.
2969         * modules/mbstok_r: New file.
2970         * lib/mbstok_r.c: New file.
2971         * lib/string_.h (strtok_r): Change argument names to match the
2972         comments. Add a conditional link warning.
2973         (mbstok_r): New declaration.
2974         * m4/mbstok_r.m4: New file.
2975         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
2976         GNULIB_MBSTOK_R.
2977         * modules/string (string.h): Also substitute GNULIB_MBSTOK_R.
2978         * MODULES.html.sh (Internationalization functions): Add mbstok_r.
2979
2980 2007-02-04  Bruno Haible  <bruno@clisp.org>
2981
2982         New module mbsspn.
2983         * modules/mbsspn: New file.
2984         * lib/mbsspn.c: New file.
2985         * lib/string_.h (strspn): Add a conditional link warning.
2986         (mbsspn): New declaration.
2987         * m4/mbsspn.m4: New file.
2988         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
2989         GNULIB_MBSSPN.
2990         * modules/string (string.h): Also substitute GNULIB_MBSSPN.
2991         * MODULES.html.sh (Internationalization functions): Add mbsspn.
2992
2993 2007-02-04  Bruno Haible  <bruno@clisp.org>
2994
2995         New module mbspbrk.
2996         * modules/mbspbrk: New file.
2997         * lib/mbspbrk.c: New file.
2998         * lib/string_.h (strpbrk): Add a conditional link warning.
2999         (mbspbrk): New declaration.
3000         * m4/mbspbrk.m4: New file.
3001         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
3002         GNULIB_MBSPBRK.
3003         * modules/string (string.h): Also substitute GNULIB_MBSPBRK.
3004         * MODULES.html.sh (Internationalization functions): Add mbspbrk.
3005
3006 2007-02-04  Bruno Haible  <bruno@clisp.org>
3007
3008         New module mbscspn.
3009         * modules/mbscspn: New file.
3010         * lib/mbscspn.c: New file.
3011         * lib/string_.h (strcspn): Add a conditional link warning.
3012         (mbscspn): New declaration.
3013         * m4/mbscspn.m4: New file.
3014         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
3015         GNULIB_MBSCSPN.
3016         * modules/string (string.h): Also substitute GNULIB_MBSCSPN.
3017         * MODULES.html.sh (Internationalization functions): Add mbscspn.
3018
3019 2007-02-04  Bruno Haible  <bruno@clisp.org>
3020
3021         New module mbscasestr, reduced goal of strcasestr.
3022         * modules/mbscasestr: New file.
3023         * lib/mbscasestr.c: New file, copied from lib/strcasestr.c.
3024         (mbscasestr): Renamed from strcasestr.
3025         * lib/strcasestr.c: Don't include mbuiter.h.
3026         (strcasestr): Remove support for multibyte locales.
3027         * lib/string_.h (strcasestr): Don`t rename. Declare only if missing.
3028         Change the conditional link warning.
3029         (mbscasestr): New declaration.
3030         * m4/mbscasestr.m4: New file.
3031         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Enable the replacement only if
3032         the system does not have strcasestr. Set HAVE_STRCASESTR instead of
3033         REPLACE_STRCASESTR.
3034         (gl_PREREQ_STRCASESTR): Don't require gl_FUNC_MBRTOWC.
3035         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
3036         HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
3037         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSCASESTR.
3038         * modules/string (string.h): Also substitute GNULIB_MBSCASESTR.
3039         Substitute HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
3040         * modules/strcasestr (Files): Remove m4/mbrtowc.m4.
3041         (Depends-on): Remove mbuiter.
3042         * MODULES.html.sh (Internationalization functions): Add mbscasestr.
3043
3044 2007-02-04  Bruno Haible  <bruno@clisp.org>
3045
3046         Simplify handling of strncasecmp.
3047         * lib/string_.h (strncasecmp): Remove test for GNULIB_STRCASE. Change
3048         the conditional link warning.
3049         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
3050         HAVE_STRCASECMP, not REPLACE_STRCASECMP.
3051         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Don't initialize GNULIB_STRCASE.
3052         * modules/strcase (configure.ac): Don't invoke
3053         gl_STRING_MODULE_INDICATOR.
3054         * modules/string (string.h): Don't substitute GNULIB_STRCASE.
3055
3056 2007-02-04  Bruno Haible  <bruno@clisp.org>
3057
3058         New module mbscasecmp, reduced goal of strcasecmp.
3059         * modules/mbscasecmp: New file.
3060         * lib/mbscasecmp.c: New file, copied from lib/strcasecmp.c.
3061         (mbscasecmp): Renamed from strcasecmp.
3062         * lib/strcasecmp.c: Don't include mbuiter.h.
3063         (strcasecmp): Remove support for multibyte locales.
3064         * lib/string_.h (strcasecmp): Don`t rename. Declare only if missing.
3065         Change the conditional link warning.
3066         (mbscasecmp): New declaration.
3067         * m4/mbscasecmp.m4: New file.
3068         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Enable the replacement only if
3069         the system lacks strcasecmp. Set HAVE_STRCASECMP instead of
3070         REPLACE_STRCASECMP.
3071         (gl_PREREQ_STRCASECMP): Don't require gl_FUNC_MBRTOWC.
3072         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
3073         GNULIB_MBSCASECMP.
3074         * modules/string (string.h): Also substitute GNULIB_MBSCASECMP.
3075         Substitute HAVE_STRCASECMP instead of REPLACE_STRCASECMP.
3076         * modules/strcase (Files): Remove m4/mbrtowc.m4.
3077         (Depends-on): Remove mbuiter.
3078         * MODULES.html.sh (Internationalization functions): Add mbscasecmp.
3079
3080 2007-02-04  Bruno Haible  <bruno@clisp.org>
3081
3082         New module mbsstr. Remove module strstr.
3083         * modules/mbsstr: New file.
3084         * modules/strstr: Remove file.
3085         * lib/mbsstr.c: Renamed from lib/strstr.c.
3086         (mbsstr): Renamed from strstr.
3087         * lib/string_.h (strstr): Remove declaration. Change the conditional
3088         link warning.
3089         (mbsstr): New declaration.
3090         * m4/mbsstr.m4: New file.
3091         * m4/strstr.m4: Remove file.
3092         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Don't initialize
3093         REPLACE_STRSTR.
3094         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSSTR.
3095         Don't initialize GNULIB_STRSTR.
3096         * modules/string (string.h): Also substitute GNULIB_MBSSTR. Don't
3097         substitute GNULIB_STRSTR and REPLACE_STRSTR.
3098         * MODULES.html.sh (Internationalization functions): Add mbsstr.
3099         (Support for systems lacking ANSI C 89): Remove strstr.
3100
3101 2007-02-04  Bruno Haible  <bruno@clisp.org>
3102
3103         New module mbsrchr.
3104         * modules/mbsrchr: New file.
3105         * lib/mbsrchr.c: New file.
3106         * lib/string_.h (strrchr): Add a conditional link warning.
3107         (mbsrchr): New declaration.
3108         * m4/mbsrchr.m4: New file.
3109         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
3110         GNULIB_MBSRCHR.
3111         * modules/string (string.h): Also substitute GNULIB_MBSRCHR.
3112         * MODULES.html.sh (Internationalization functions): Add mbsrchr.
3113
3114 2007-02-04  Bruno Haible  <bruno@clisp.org>
3115
3116         New module mbschr.
3117         * modules/mbschr: New file.
3118         * lib/mbschr.c: New file.
3119         * lib/string_.h (strchr): Add a conditional link warning.
3120         (mbschr): New declaration.
3121         * m4/mbschr.m4: New file.
3122         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
3123         GNULIB_MBSCHR.
3124         * modules/string (string.h): Also substitute GNULIB_MBSCHR.
3125         * MODULES.html.sh (Internationalization functions): Add mbschr.
3126
3127 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
3128
3129         * lib/stdbool_.h: Mention that bool bit-fields aren't supported.
3130
3131         * modules/stdarg (configure.ac-early): Require AC_PROG_CC_STDC.
3132
3133 2007-02-04  Bruno Haible  <bruno@clisp.org>
3134
3135         New module description section 'configure.ac-early'.
3136         * gnulib-tool (sed_extract_prog): Recognize configure.ac-early.
3137         (func_get_autoconf_early_snippet): New function.
3138         (func_import, func_create_testdir): Use it. Remove special cases for
3139         modules 'extensions' and 'lock'.
3140         * modules/extensions (configure.ac-early): Require
3141         gl_USE_SYSTEM_EXTENSIONS.
3142         * modules/lock (configure.ac-early): Require gl_LOCK_EARLY.
3143
3144 2007-02-04  Bruno Haible  <bruno@clisp.org>
3145
3146         Make use of gcj-4.3's -fsource and -ftarget option.
3147         * m4/javacomp.m4 (gt_JAVACOMP): Test whether gcj is in version >= 4.3,
3148         and if so try the options -fsource and -ftarget.
3149         * lib/javacomp.c (compile_using_gcj): Add fsource_option,
3150         source_version, ftarget_option, target_version arguments.
3151         (is_envjavac_gcj43, is_envjavac_gcj43_usable): New functions.
3152         (is_envjavac_oldgcj_14_14_usable): Renamed from
3153         is_envjavac_gcj_14_14_usable.
3154         (is_envjavac_oldgcj_14_13_usable): Renamed from
3155         is_envjavac_gcj_14_13_usable.
3156         (is_gcj_present): Update.
3157         (is_gcj_43, is_gcj43_usable): New functions.
3158         (is_oldgcj_14_14_usable): Renamed from is_gcj_14_14_usable. Update.
3159         (is_oldgcj_14_13_usable): Renamed from is_gcj_14_13_usable. Update.
3160         (compile_java_class): Test whether gcj is in version >= 4.3, and if so
3161         try the options -fsource and -ftarget.
3162
3163 2007-02-03  Paul Eggert  <eggert@cs.ucla.edu>
3164
3165         * lib/xalloc.h (x2nrealloc): Fix an unlikely bug in the overflow
3166         checking code.  Set N = ceil (1.5 * N) rather than to a slightly
3167         larger value.
3168
3169 2007-02-03  Jim Meyering  <jim@meyering.net>
3170
3171         Give tools a better chance to allocate space for very large buffers.
3172         * lib/xalloc.h (x2nrealloc): Use 3/2, not 2, as buffer size factor.
3173
3174         Make pwd and readlink work also when run with an unreadable parent dir
3175         on systems with openat support.
3176         * lib/getcwd.c (__getcwd) [HAVE_PARTLY_WORKING_GETCWD]: Use the system
3177         provided getcwd function, even when we have openat support.
3178         Reported by Dmitry V. Levin in <http://bugzilla.redhat.com/227168>.
3179
3180 2007-02-02  Bruno Haible  <bruno@clisp.org>
3181
3182         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
3183         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): Provoke a link
3184         error only if GNULIB_POSIXCHECK is defined. Needed to avoid artificial
3185         portability problems if one of these functions is only used on specific
3186         platforms.
3187         Reported by Paul Eggert.
3188
3189 2007-02-02  Paul Eggert  <eggert@cs.ucla.edu>
3190
3191         Avoid mempcpy in the regex code, as the string.h mempcpy stuff
3192         is causing more trouble than it's curing.
3193         * lib/regex_internal.h (__mempcpy): Remove.
3194         * lib/regcomp.c (regerror): Rewrite to avoid the need for mempcpy
3195         (and make the code a tad smaller to boot).
3196         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for mempcpy.
3197
3198 2007-02-02  Jim Meyering  <jim@meyering.net>
3199
3200         * modules/arpa_inet: Put AC_PROG_MKDIR_P in the configure.ac:
3201         section, not in the Makefile.am: one.
3202
3203 2007-02-02  Eric Blake  <ebb9@byu.net>
3204
3205         * lib/strchrnul.c: Always include config.h first.
3206
3207         * modules/mountlist (Depends-on): Revert 2007-01-31 change,
3208         gnulib strstr is not necessary here.
3209
3210 2007-02-02  Simon Josefsson  <simon@josefsson.org>
3211
3212         * m4/socklen.m4: Fix typo.
3213
3214 2007-02-02  Eric Blake  <ebb9@byu.net>
3215
3216         * modules/arpa_inet (Makefile.am): Use MKDIR_P to avoid races.
3217         * modules/netinet_in (Makefile.am): Likewise.
3218
3219 2007-02-01  Bruno Haible  <bruno@clisp.org>
3220
3221         * lib/string_.h (GL_LINK_WARNING): New macro.
3222         (strcasecmp, strstr, strcasestr): If provided by the system,
3223         conditionally define as a macro that leads to a warning instead of to
3224         an error.
3225         (strncasecmp): Conditionally define as a macro that leads to a warning.
3226
3227 2007-02-01  Karl Berry  <karl@gnu.org>
3228
3229         * config/srclist.txt (strtok_r.c): lose sync, no more strtok_r.h.
3230
3231 2007-02-01  Bruno Haible  <bruno@clisp.org>
3232
3233         * MODULES.html.sh (Unicode string functions): Update after 2007-01-27
3234         renamings.
3235
3236 2007-02-01  Eric Blake  <ebb9@byu.net>
3237
3238         * modules/regex (Depends-on): Revert dependence on mempcpy.
3239         * lib/regex_internal.h [! _LIBC && !__mempcpy]: Undo string
3240         module's definition of mempcpy.
3241         Reported by Paul Eggert.
3242
3243 2007-02-01  Paul Eggert  <eggert@cs.ucla.edu>
3244
3245         * lib/string_.h: If the gnulib module XYZ is not present, undefine
3246         the symbol XYZ before redefining it.  This fixes a problem with
3247         programs that don't use XYZ, when compiled on systems that define
3248         XYZ to something else.
3249
3250 2007-01-31  Paul Eggert  <eggert@cs.ucla.edu>
3251
3252         * lib/mkdir-p.c (make_dir_parents): Close a race condition that
3253         occurs when "mkdir -m foo" creates a setgid directory that is (1)
3254         writeable to group or other and (2) is intended to have a special
3255         mode bit that is set or cleared.  In such a case, the directory
3256         should be neither group- nor other-writeable until the special
3257         mode bits are right.
3258
3259 2007-01-31  Eric Blake  <ebb9@byu.net>
3260
3261         * modules/mountlist (Depends-on): Add strstr.
3262
3263         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): Correct m4 usage
3264         bug.
3265         * modules/string (Makefile.am): Remove redundant replacement.
3266         * modules/regex (Depends-on): Add mempcpy.
3267
3268 2007-01-31  Bruno Haible  <bruno@clisp.org>
3269
3270         New module description field 'Link'.
3271         * gnulib-tool (func_usage): Document --extract-link-directive.
3272         (sed_extract_prog): Recognize 'Link' directive.
3273         (func_get_link_directive): New function.
3274         (func_import): Show summary of link directives.
3275         Handle --extract-link-directive option.
3276         * modules/acl (Link): New section.
3277         * modules/clock-time (Link): New section.
3278         * modules/euidaccess (Link): New section.
3279         * modules/gettext (Link): New section.
3280         * modules/iconv (Link): New section.
3281         * modules/lock (Link): New section.
3282         * modules/nanosleep (Link): New section.
3283         * modules/readline (Link): New section.
3284
3285 2007-01-27  Bruno Haible  <bruno@clisp.org>
3286
3287         Enforce the use of gnulib modules for unportable <string.h> functions.
3288         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): New macro.
3289         (gl_STRING_MODULE_INDICATOR_DEFAULTS): New macro.
3290         (gl_HEADER_STRING_H_BODY): Require it.
3291         * lib/string_.h: If the gnulib module XYZ is not present, redefine
3292         the symbol XYZ to one that gives a link error.
3293         * modules/string (Makefile.am): Also substitute the GNULIB_* variables.
3294         * modules/memmem (configure.ac): Invoke gl_STRING_MODULE_INDICATOR.
3295         * modules/mempcpy (configure.ac): Likewise.
3296         * modules/memrchr (configure.ac): Likewise.
3297         * modules/stpcpy (configure.ac): Likewise.
3298         * modules/stpncpy (configure.ac): Likewise.
3299         * modules/strcase (configure.ac): Likewise.
3300         * modules/strcasestr (configure.ac): Likewise.
3301         * modules/strchrnul (configure.ac): Likewise.
3302         * modules/strdup (configure.ac): Likewise.
3303         * modules/strndup (configure.ac): Likewise.
3304         * modules/strnlen (configure.ac): Likewise.
3305         * modules/strpbrk (configure.ac): Likewise.
3306         * modules/strsep (configure.ac): Likewise.
3307         * modules/strstr (configure.ac): Likewise.
3308         * modules/strtok_r (configure.ac): Likewise.
3309
3310 2007-01-31  Jean-Louis Martineau  <martineau@zmanda.com>  (tiny change)
3311
3312         * lib/gai_strerror.c (values): Add EAI_OVERFLOW.
3313
3314 2007-01-30  Jim Meyering  <jim@meyering.net>
3315
3316         * lib/mpsort.c (mpsort): Remove spurious "return" in void function.
3317
3318 2007-01-29  Bruno Haible  <bruno@clisp.org>
3319
3320         * lib/allocsa.h: Use '#if HAVE_*' instead of '#ifdef HAVE_*'.
3321         * lib/execute.c: Likewise.
3322         * lib/pipe.c: Likewise.
3323         * lib/printf-args.h: Likewise.
3324         * lib/printf-args.c: Likewise.
3325         * lib/printf-parse.c: Likewise.
3326         * lib/vasnprintf.c: Likewise.
3327
3328 2007-01-29  Eric Blake  <ebb9@byu.net>
3329
3330         * lib/memrchr.c: Assume <string.h> unconditionally, to pull in
3331         declaration.
3332
3333 2007-01-29  Paul Eggert  <eggert@cs.ucla.edu>
3334
3335         * lib/strptime.h (strptime): Use 'restrict' for args where
3336         POSIX requires this.
3337         * lib/strptime.c (strptime): Likewise.
3338         Change license notice from LGPL to GPL, since gnulib-tool will
3339         change this as needed.
3340         Include <config.h> if _LIBC is not defined, not if HAVE_CONFIG_H is
3341         defined.
3342         Include "strptime.h" first, to check interface.
3343         Do not #undef _LIBC and _NL_CURRENT.
3344         Do not include <stdlib.h>; no longer needed.
3345         Include "time_r.h" and declare ptime_locale_status
3346         only if _LIBC is not defined.
3347         (__P): Remove unused macro.
3348         (match_string): Bring back glibc version, but use it only if _LIBC
3349         is defined.
3350         (__strptime_internal): Compile tm_gmtoff code if _LIBC is defined, too.
3351         Remove unnecessary assertion and abort() call.
3352         Use #ifdef _NL_CURRENT rather than #if 0, for benefit of glibc.
3353         * m4/strptime.m4: Fix serial number comment.
3354         (gl_FUNC_STRPTIME): Require AC_C_RESTRICT, gl_TM_GMTOFF.
3355         * modules/strptime (Files): Add m4/tm_gmtoff.m4.
3356         (Depends-on): Add time_r.
3357
3358 2007-01-29  Bruno Haible  <bruno@clisp.org>
3359
3360         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
3361         strptime.
3362         * modules/strptime (Depends-on): Add stdbool.
3363         * lib/strptime.h: Include <time.h> always. Add comments.
3364
3365 2007-01-29  Yoann Vandoorselaere  <yoann@prelude-ids.org>
3366
3367         * modules/strptime: New file.
3368         * lib/strptime.h: New file.
3369         * lib/strptime.c: New file.
3370         * m4/strptime.m4: New file.
3371
3372 2007-01-28  Paul Eggert  <eggert@cs.ucla.edu>
3373
3374         * MODULES.html.sh: New module mpsort.
3375         * lib/mpsort.c, lib/mpsort.h, m4/mpsort.m4, modules/mpsort: New files.
3376
3377         * lib/regex.h (_Restrict_): Renamed from __restrict, to avoid
3378         a circularity problem with HP-UX ia64 reported by Bob Proulx in
3379         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00394.html>.
3380         All uses changed.
3381         (_Restrict_arr_): Renamed from __restrict_arr, for similar reasons.
3382         All uses changed.
3383         * lib/regcomp.c, lib/regexec.c: Change all uses from __restrict
3384         to _Restrict_.
3385         * lib/regexec.c (regexec): Declare pmatch with _Restrict_arr_, so that
3386         the parameter matches the prototype.
3387
3388 2007-01-28  Jim Meyering  <jim@meyering.net>
3389
3390         * modules/sys_time (Makefile.am) [MOSTLYCLEANFILES]: Do use
3391         sys/time.h here, reverting that part of the previous patch:
3392         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/8959>.
3393
3394 2007-01-28  Bruno Haible  <bruno@clisp.org>
3395
3396         * modules/sys_time (Makefile.am): Build sys/time.h only when it's the
3397         value of $(SYS_TIME_H).
3398         [MOSTLYCLEANFILES]: Now that sys/time.h is created only when needed,
3399         remove it conditionally, too. [added by Jim Meyering]
3400         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Set SYS_TIME_H.
3401         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
3402         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Set SYS_TIME_H when setting
3403         GETTIMEOFDAY_REPLACEMENT to 1.
3404
3405 2007-01-28  Bruno Haible  <bruno@clisp.org>
3406
3407         * m4/unistd_h.m4 (gl_HEADER_UNISTD_DEFAULTS): New macro.
3408         (gl_HEADER_UNISTD): Require it. Don't set UNISTD_H to empty here.
3409         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_HEADER_UNISTD_DEFAULTS.
3410         Set UNISTD_H instead of UNISTD_H2.
3411         * modules/fchdir (BUILT_SOURCES): Drop $(UNISTD_H2).
3412
3413 2007-01-28  Bruno Haible  <bruno@clisp.org>
3414
3415         * modules/mbchar (Makefile.am): Add mbchar.c to lib_SOURCES.
3416         * m4/mbchar.m4 (gl_MBCHAR): Remove AC_LIBOBJ invocation.
3417
3418 2007-01-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3419
3420         * gnulib-tool (func_emit_lib_Makefile_am, func_add_or_update)
3421         (func_create_testdir): Ensure C locale for `grep' and `tr'
3422         character ranges.
3423         (func_create_megatestdir): Avoid one `grep'.  Fix bug in
3424         ACLOCAL_AMFLAGS parsing state machine.
3425
3426 2007-01-27  Bruno Haible  <bruno@clisp.org>
3427
3428         * modules/unistr/base: Update.
3429
3430 2007-01-27  Bruno Haible  <bruno@clisp.org>
3431
3432         Rename u32-mbtouc -> u32-mbtouc-unsafe, u32-mbtouc-safe -> u32-mbtouc,
3433         u32_mbtouc -> u32_mbtouc_unsafe, u32_mbtouc_safe -> u32_mbtouc.
3434         * modules/unistr/u32-mbtouc-unsafe: Renamed from
3435         modules/unistr/u32-mbtouc.
3436         * lib/unistr/u32-mbtouc-unsafe.c: Renamed from lib/unistr/u32-mbtouc.c.
3437         * lib/unistr.h: Update.
3438         * lib/linebreak.c: Update.
3439         * modules/unistr/u32-mbtouc: Renamed from
3440         modules/unistr/u32-mbtouc-safe.
3441         * lib/unistr/u32-mbtouc.c: Renamed from lib/unistr/u32-mbtouc-safe.c.
3442         * lib/unistr.h: Update.
3443         * lib/unistr/u32-to-u8.c: Update.
3444         * lib/unistr/u32-to-u16.c: Update.
3445
3446 2007-01-27  Bruno Haible  <bruno@clisp.org>
3447
3448         Rename utf16-ucs4 -> utf16-ucs4-unsafe, utf16-ucs4-safe -> utf16-ucs4,
3449         u16_mbtouc -> u16_mbtouc_unsafe, u16_mbtouc_safe -> u16_mbtouc.
3450         * modules/utf16-ucs4-unsafe: Renamed from modules/utf16-ucs4.
3451         * lib/utf16-ucs4-unsafe.h: Renamed from lib/utf16-ucs4.h.
3452         * lib/unistr/utf16-ucs4-unsafe.c: Renamed from lib/unistr/utf16-ucs4.c.
3453         * modules/unistr/u16-mbtouc-unsafe: Renamed from
3454         modules/unistr/u16-mbtouc.
3455         * lib/unistr/u16-mbtouc-unsafe.c: Renamed from lib/unistr/u16-mbtouc.c.
3456         * lib/unistr.h: Update.
3457         * lib/linebreak.c: Update.
3458         * modules/linebreak: Update.
3459         * modules/utf16-ucs4: Renamed from modules/utf16-ucs4-safe.
3460         * lib/utf16-ucs4.h: Renamed from lib/utf16-ucs4-safe.h.
3461         * lib/unistr/utf16-ucs4.c: Renamed from lib/unistr/utf16-ucs4-safe.c.
3462         * modules/unistr/u16-mbtouc: Renamed from
3463         modules/unistr/u16-mbtouc-safe.
3464         * lib/unistr/u16-mbtouc.c: Renamed from lib/unistr/u16-mbtouc-safe.c.
3465         * lib/unistr.h: Update.
3466         * lib/unistr/u16-to-u8.c: Update.
3467         * modules/unistr/u16-to-u8: Update.
3468         * lib/unistr/u16-to-u32.c: Update.
3469         * modules/unistr/u16-to-u32: Update.
3470
3471 2007-01-27  Bruno Haible  <bruno@clisp.org>
3472
3473         Rename utf8-ucs4 -> utf8-ucs4-unsafe, utf8-ucs4-safe -> utf8-ucs4,
3474         u8_mbtouc -> u8_mbtouc_unsafe, u8_mbtouc_safe -> u8_mbtouc.
3475         * modules/utf8-ucs4-unsafe: Renamed from modules/utf8-ucs4.
3476         * lib/utf8-ucs4-unsafe.h: Renamed from lib/utf8-ucs4.h.
3477         * lib/unistr/utf8-ucs4-unsafe.c: Renamed from lib/unistr/utf8-ucs4.c.
3478         * modules/unistr/u8-mbtouc-unsafe: Renamed from
3479         modules/unistr/u8-mbtouc.
3480         * lib/unistr/u8-mbtouc-unsafe.c: Renamed from lib/unistr/u8-mbtouc.c.
3481         * lib/unistr.h: Update.
3482         * lib/striconveh.c: Update.
3483         * modules/striconveh: Update.
3484         * lib/linebreak.c: Update.
3485         * modules/linebreak: Update.
3486         * modules/utf8-ucs4: Renamed from modules/utf8-ucs4-safe.
3487         * lib/utf8-ucs4.h: Renamed from lib/utf8-ucs4-safe.h.
3488         * lib/unistr/utf8-ucs4.c: Renamed from lib/unistr/utf8-ucs4-safe.c.
3489         * modules/unistr/u8-mbtouc: Renamed from modules/unistr/u8-mbtouc-safe.
3490         * lib/unistr/u8-mbtouc.c: Renamed from lib/unistr/u8-mbtouc-safe.c.
3491         * lib/unistr.h: Update.
3492         * lib/striconveh.c: Update.
3493         * modules/striconveh: Update.
3494         * lib/unistr/u8-to-u16.c: Update.
3495         * modules/unistr/u8-to-u16: Update.
3496         * lib/unistr/u8-to-u32.c: Update.
3497         * modules/unistr/u8-to-u32: Update.
3498
3499 2007-01-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3500
3501         Sync from Libtool.
3502         * lib/argz.c: Do not include strings.h nor memory.h, include
3503         string.h unconditionally.  Patch by Simon Josefsson.
3504
3505 2007-01-27  Bruno Haible  <bruno@clisp.org>
3506
3507         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): New macro, extracted
3508         from gl_HEADER_STRING_H_BODY.
3509         (gl_HEADER_STRING_H_BODY): Require it.
3510         * m4/memmem.m4 (gl_FUNC_MEMMEM): Require gl_HEADER_STRING_H_DEFAULTS.
3511         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
3512         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
3513         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
3514         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
3515         * m4/strcase.m4 (gl_FUNC_STRCASECMP, gl_FUNC_STRNCASECMP): Likewise.
3516         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
3517         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
3518         * m4/strdup.m4 (gl_FUNC_STRDUP): Likewise.
3519         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
3520         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
3521         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Likewise.
3522         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
3523         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
3524         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
3525
3526 2007-01-27  Bruno Haible  <bruno@clisp.org>
3527
3528         * gnulib-tool (func_emit_lib_Makefile_am): If $for_test is true, turn
3529         check_PROGRAMS into noinst_PROGRAMS.
3530         (func_emit_tests_Makefile_am): Likewise. Also don't initialize
3531         check_PROGRAMS in this case.
3532         (func_import): Set for_test to false.
3533         (func_create_testdir): Set for_test to true.
3534
3535 2007-01-27  Yoann Vandoorselaere <yoann.v@prelude-ids.com>
3536             Bruno Haible  <bruno@clisp.org>
3537
3538         * modules/strcasestr (Files): Remove lib/strcasestr.h.
3539         (Depends-on): Add string.
3540         (Includes): Use <string.h> instead of strcasestr.h.
3541         * modules/string (Makefile.am): Also substitute the value of
3542         REPLACE_STRCASESTR.
3543         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Don't define strcasestr here;
3544         assume strcasestr is declared in <string.h> not <strings.h>. Also
3545         set REPLACE_STRCASESTR.
3546         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Provide a default value for
3547         REPLACE_STRCASESTR.
3548         * lib/strcasestr.h: Remove file.
3549         * lib/strcasestr.c: Include <string.h> instead of strcasestr.h.
3550         * lib/string_.h (strcasestr): New declaration.
3551
3552 2007-01-27  Bruno Haible  <bruno@clisp.org>
3553
3554         * lib/string_.h: Use 'extern'.
3555
3556 2007-01-27  Jim Meyering  <jim@meyering.net>
3557
3558         * lib/regex_internal.c (re_string_reconstruct): Remove declaration
3559         of set-but-not-used local, "q".
3560
3561         * lib/mempcpy.c: Include <config.h> before <string.h>.
3562         This fixes a compilation error on HP-UX, due to the system's
3563         "restrict"-using mempcpy prototype.
3564
3565 2007-01-26  Bruno Haible  <bruno@clisp.org>
3566
3567         Small optimization.
3568         * lib/javacomp.c: Include c-strstr.h.
3569          (is_envjavac_gcj): Use c_strstr instead of strstr.
3570         * modules/javacomp (Depends-on): Add c-strstr, remove strstr.
3571
3572 2007-01-26  Bruno Haible  <bruno@clisp.org>
3573
3574         * MODULES.html.sh (Unicode string functions): Add the new modules.
3575
3576         * modules/uniconv/u32-strconv-to-locale: New file.
3577         * lib/uniconv/u32-strconv-to-locale.c: New file.
3578
3579         * modules/uniconv/u16-strconv-to-locale: New file.
3580         * lib/uniconv/u16-strconv-to-locale.c: New file.
3581
3582         * modules/uniconv/u8-strconv-to-locale: New file.
3583         * lib/uniconv/u8-strconv-to-locale.c: New file.
3584
3585         * modules/uniconv/u32-strconv-from-locale: New file.
3586         * lib/uniconv/u32-strconv-from-locale.c: New file.
3587
3588         * modules/uniconv/u16-strconv-from-locale: New file.
3589         * lib/uniconv/u16-strconv-from-locale.c: New file.
3590
3591         * modules/uniconv/u8-strconv-from-locale: New file.
3592         * lib/uniconv/u8-strconv-from-locale.c: New file.
3593
3594         * modules/uniconv/u32-strconv-to-enc: New file.
3595         * lib/uniconv/u32-strconv-to-enc.c: New file.
3596         * modules/uniconv/u32-strconv-to-enc-tests: New file.
3597         * tests/uniconv/test-u32-strconv-to-enc.c: New file.
3598
3599         * modules/uniconv/u16-strconv-to-enc: New file.
3600         * lib/uniconv/u16-strconv-to-enc.c: New file.
3601         * lib/uniconv/u-strconv-to-enc.h: New file.
3602         * modules/uniconv/u16-strconv-to-enc-tests: New file.
3603         * tests/uniconv/test-u16-strconv-to-enc.c: New file.
3604
3605         * modules/uniconv/u8-strconv-to-enc: New file.
3606         * lib/uniconv/u8-strconv-to-enc.c: New file.
3607         * modules/uniconv/u8-strconv-to-enc-tests: New file.
3608         * tests/uniconv/test-u8-strconv-to-enc.c: New file.
3609
3610         * modules/uniconv/u32-strconv-from-enc: New file.
3611         * lib/uniconv/u32-strconv-from-enc.c: New file.
3612         * modules/uniconv/u32-strconv-from-enc-tests: New file.
3613         * tests/uniconv/test-u32-strconv-from-enc.c: New file.
3614
3615         * modules/uniconv/u16-strconv-from-enc: New file.
3616         * lib/uniconv/u16-strconv-from-enc.c: New file.
3617         * modules/uniconv/u16-strconv-from-enc-tests: New file.
3618         * tests/uniconv/test-u16-strconv-from-enc.c: New file.
3619
3620         * modules/uniconv/u8-strconv-from-enc: New file.
3621         * lib/uniconv/u8-strconv-from-enc.c: New file.
3622         * lib/uniconv/u-strconv-from-enc.h: New file.
3623         * modules/uniconv/u8-strconv-from-enc-tests: New file.
3624         * tests/uniconv/test-u8-strconv-from-enc.c: New file.
3625
3626         * modules/uniconv/u32-conv-from-enc: New file.
3627         * lib/uniconv/u32-conv-from-enc.c: New file.
3628         * modules/uniconv/u32-conv-from-enc-tests: New file.
3629         * tests/uniconv/test-u32-conv-from-enc.c: New file.
3630
3631         * modules/uniconv/u16-conv-from-enc: New file.
3632         * lib/uniconv/u16-conv-from-enc.c: New file.
3633         * lib/uniconv/u-conv-from-enc.h: New file.
3634         * modules/uniconv/u16-conv-from-enc-tests: New file.
3635         * tests/uniconv/test-u16-conv-from-enc.c: New file.
3636
3637         * modules/uniconv/u8-conv-from-enc: New file.
3638         * lib/uniconv/u8-conv-from-enc.c: New file.
3639         * modules/uniconv/u8-conv-from-enc-tests: New file.
3640         * tests/uniconv/test-u8-conv-from-enc.c: New file.
3641
3642         * modules/uniconv/base: New file.
3643         * lib/uniconv.h: New file.
3644
3645 2007-01-26  Paul Eggert  <eggert@cs.ucla.edu>
3646
3647         * doc/gnulib-tool.texi (Initial import): Update to match current
3648         behavior with strdup module.
3649         * lib/.cppi-disable: Remove strcase.h, strdup.h, strndup.h, strnlen.h.
3650         * lib/memmem.h: Remove; all uses removed.  This is now done
3651         by <string.h>.
3652         * lib/mempcpy.h: Likewise.
3653         * lib/memrchr.h: Likewise.
3654         * lib/stpcpy.h: Likewise.
3655         * lib/stpncpy.h: Likewise.
3656         * lib/strcase.h: Likewise.
3657         * lib/strchrnul.h: Likewise.
3658         * lib/strdup.h: Likewise.
3659         * lib/strndup.h: Likewise.
3660         * lib/strnlen.h: Likewise.
3661         * lib/strpbrk.h: Likewise.
3662         * lib/strsep.h: Likewise.
3663         * lib/strstr.h: Likewise.
3664         * lib/strtok_r.h: Likewise.
3665         * lib/string_.h: New file.
3666         * lib/argp-namefrob.h: Don't include no-longer-existent include files.
3667         Rely on <string.h> instead.
3668         * lib/canon-host.c: Likewise.
3669         * lib/chdir-long.c: Likewise.
3670         * lib/concatpath.c: Likewise.
3671         * lib/exclude.c: Likewise.
3672         * lib/fchdir.c: Likewise.
3673         * lib/getaddrinfo.c: Likewise.
3674         * lib/getcwd.c: Likewise.
3675         * lib/getsubopt.c: Likewise.
3676         * lib/glob.c: Likewise.
3677         * lib/hard-locale.c: Likewise.
3678         * lib/iconvme.c: Likewise.
3679         * lib/javacomp.c: Likewise.
3680         * lib/mempcpy.c: Likewise.
3681         * lib/memrchr.c: Likewise.
3682         * lib/regex_internal.h: Likewise.
3683         * lib/stpncpy.c: Likewise.
3684         * lib/strcasecmp.c: Likewise.
3685         * lib/strchrnul.c: Likewise.
3686         * lib/strdup.c: Likewise.
3687         * lib/striconv.c: Likewise.
3688         * lib/striconveh.c: Likewise.
3689         * lib/striconveha.c: Likewise.
3690         * lib/strncasecmp.c: Likewise.
3691         * lib/strndup.c: Likewise.
3692         * lib/strnlen.c: Likewise.
3693         * lib/strsep.c: Likewise.
3694         * lib/strstr.c: Likewise.
3695         * lib/strtok_r.c: Likewise.
3696         * lib/userspec.c: Likewise.
3697         * lib/w32spawn.h: Likewise.
3698         * lib/xstrndup.c: Likewise.
3699         * lib/mountlist.c (strstr): Remove decl.
3700         * m4/string_h.m4: New file.
3701         * m4/memmem.m4 (gl_FUNC_MEMMEM): Set HAVE_DECL_MEMMEM if necessary.
3702         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Set HAVE_MEMPCPY if necessary.
3703         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Set HAVE_MEMRCHR
3704         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Set HAVE_STPCPY if necessary.
3705         * m4/stpncpy.m4 (gl_PREREQ_STPNCPY): Set HAVE_STPNCPY if necessary.
3706         * m4/strcase.m4 (gl_FUNC_STRCASECMP):
3707         Set REPLACE_STRCASECMP if necessary.
3708         (gl_FUNC_STRNCASECMP): Set HAVE_DECL_STRNCASECMP if necessary.
3709         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Set HAVE_STRCHRNUL if necessary.
3710         * m4/strdup.m4 (gl_FUNC_STRDUP): Set HAVE_DECL_STRDUP if necessary.
3711         * m4/strndup.m4 (gl_FUNC_STRNDUP): Set HAVE_DECL_STRNLEN and
3712         HAVE_DECL_STRDUP if necessary.
3713         (gl_PREREQ_STRNLEN): Don't bother to check for strnlen decl,
3714         since gl_FUNC_STRNDUP does that now.
3715         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Set HAVE_DECL_STRNLEN if necessary.
3716         Check for decl here...
3717         (gl_PREREQ_STRNLEN): ... not here.
3718         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Set HAVE_STRPBRK if necessary.
3719         * m4/strsep.m4 (gl_FUNC_STRSEP): Set HAVE_STRSEP if necessary.
3720         * m4/strstr.m4 (gl_FUNC_STRSTR): Set REPLACE_STRSTR if necessary.
3721         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Set HAVE_DECL_STRTOK_R if
3722         necessary.
3723         * modules/string: New file.
3724         * modules/memmem (Files): Remove special-purpose include file.
3725         (Depends-on): Add string.
3726         (Include): Include <string.h>, not the removed file.
3727         * modules/mempcpy: Likewise.
3728         * modules/memrchr: Likewise.
3729         * modules/stpcpy: Likewise.
3730         * modules/stpncpy: Likewise.
3731         * modules/strcase: Likewise.
3732         * modules/strchrnul: Likewise.
3733         * modules/strdup: Likewise.
3734         * modules/strndup: Likewise.
3735         * modules/strnlen: Likewise.
3736         * modules/strpbrk: Likewise.
3737         * modules/strsep: Likewise.
3738         * modules/strstr: Likewise.
3739         * modules/strtok_r: Likewise.
3740         * tests/test-dirname.c: Don't include "strdup.h", since
3741         <string.h> now suffices.
3742         * tests/test-memmem.c: Don't include "memmem.h", since
3743         <string.h> now suffices.
3744
3745 2007-01-25  Bruno Haible  <bruno@clisp.org>
3746
3747         * lib/striconveh.c (mem_cd_iconveh_internal): Ignore *lengthp if
3748         *resultp is 0.
3749
3750         * lib/unistr/u16-to-u8.c (u16_to_u8): Fix u8_uctomb invocation.
3751         * lib/unistr/u32-to-u8.c (u32_to_u8): Likewise.
3752         * lib/unistr/u8-to-u16.c (u8_to_u16): Fix u16_uctomb invocation.
3753         * lib/unistr/u32-to-u16.c (u32_to_u16): Likewise.
3754
3755         * modules/unistr/u8-to-u16 (Depends-on): Add missing modules.
3756         * modules/unistr/u8-to-u32 (Depends-on): Add missing modules.
3757         * modules/unistr/u16-to-u8 (Depends-on): Add missing modules.
3758         * modules/unistr/u16-to-u32 (Depends-on): Add missing modules.
3759         * modules/unistr/u32-to-u8 (Depends-on): Add missing modules.
3760         * modules/unistr/u32-to-u16 (Depends-on): Add missing modules.
3761
3762 2007-01-24  Bruno Haible  <bruno@clisp.org>
3763
3764         Don't AC_REQUIRE autoconf macros that invoke AC_LIBOBJ. See
3765         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00279.html>.
3766         * m4/argp.m4 (gl_ARGP): Invoke, don't require, gl_GETOPT_SUBSTITUTE.
3767         * m4/fts.m4 (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): Invoke, don't require,
3768         gl_FUNC_FTS_CORE.
3769         (gl_FUNC_FTS_CORE): Invoke, don't require, gl_FUNC_OPENAT.
3770         * m4/lstat.m4 (gl_FUNC_LSTAT): Invoke, don't require,
3771         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
3772         * m4/memcmp.m4 (gl_FUNC_MEMCMP): Invoke, don't require, AC_FUNC_MEMCMP.
3773         * m4/mktime.m4 (gl_FUNC_MKTIME): Invoke, don't require, AC_FUNC_MKTIME.
3774         * m4/openat.m4 (gl_FUNC_OPENAT): Invoke, don't require,
3775         gl_FUNC_FCHOWNAT.
3776         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Invoke, don't require,
3777         gl_FUNC_STRFTIME.
3778         * m4/strtod.m4 (gl_FUNC_STRTOD): Invoke, don't require, AC_FUNC_STRTOD.
3779         Reported by Ralf Wildenhues.
3780
3781 2007-01-24  Bruno Haible  <bruno@clisp.org>
3782
3783         Drop AC_REQUIRE calls that are redundant with the module dependencies.
3784         * m4/canon-host.m4 (gl_PREREQ_CANON_HOST): Don't require
3785         gl_GETADDRINFO.
3786         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Don't require AM_STDBOOL_H,
3787         gl_FUNC_MEMPCPY, gl_FUNC_OPENAT, gl_FUNC_MEMRCHR.
3788         * m4/openat.m4 (gl_PREREQ_OPENAT): Don't require gl_SAVE_CWD.
3789
3790 2007-01-24  Paul Eggert  <eggert@cs.ucla.edu>
3791
3792         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Add test for glibc bug 361.
3793         Don't use 'exit'; just return from 'main'.
3794         (_AC_LIBOBJ_FNMATCH): Check for headers and functions just once.
3795
3796         * lib/fnmatch_.h: Readjust white space and comments to match
3797         glibc, to avoid spurious diffs.
3798
3799 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
3800
3801         * lib/fnmatch_loop.c (internal_fnmatch) [!_LIBC]: #if-out the
3802         2004-12-01 change by Jakub Jelinek, since this code won't compile
3803         if !LIBC.  Problem reported by Bob Proulx.
3804
3805 2007-01-23  Bruno Haible  <bruno@clisp.org>
3806
3807         * lib/striconveh.c: Include c-strcaseeq.h.
3808         (mem_iconveh, str_iconveh): Use STRCASEEQ instead of c_strcasecmp.
3809         * modules/striconveh (Depends-on): Add c-strcaseeq.
3810
3811 2007-01-23  Bruno Haible  <bruno@clisp.org>
3812
3813         * MODULES.html.sh (String handling): Add streq, c-strcaseeq.
3814
3815         * modules/c-strcaseeq: New file.
3816         * lib/c-strcaseeq.h: New file.
3817
3818         * modules/streq: New file.
3819         * lib/streq.h: New file.
3820
3821 2007-01-23  Bruno Haible  <bruno@clisp.org>
3822
3823         * modules/striconveha-tests: New file.
3824         * tests/test-striconveha.c: New file.
3825
3826         * lib/striconveha.h: Include <stdbool.h>.
3827         (mem_iconveha, str_iconveha): Add 'transliterate' argument.
3828         * lib/striconveha.c: Include allocsa.h, strdup.h, c-strcase.h.
3829         (mem_iconveha_notranslit): Renamed from mem_iconveha.
3830         (mem_iconveha): New function.
3831         (str_iconveha_notranslit): Renamed from str_iconveha.
3832         (str_iconveha): New function.
3833         * modules/striconveha (Depends-on): Add stdbool, allocsa, strdup,
3834         c-strcase.
3835
3836 2007-01-23  Bruno Haible  <bruno@clisp.org>
3837
3838         * lib/striconveha.c (mem_iconveha): Fix endless recursion. Try all
3839         encodings without forgiving before trying any encoding with handler.
3840         (str_iconveha): Try all encodings without forgiving before trying any
3841         encoding with handler.
3842
3843 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
3844
3845         Import the following changes from libc.
3846
3847         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
3848
3849         * lib/fnmatch_loop.c: Adjust for changed secondary hash function.
3850
3851         2004-12-01  Jakub Jelinek  <jakub@redhat.com>
3852
3853         * lib/fnmatch_loop.c (internal_fnmatch): Clear is_seqval after
3854         normal_bracket label.
3855
3856         2004-09-01  Jakub Jelinek  <jakub@redhat.com>
3857
3858         [BZ #361]
3859         * lib/fnmatch_loop.c (FCT): For backslash between brackets, branch
3860         to normal_bracket after fetching the next character.
3861
3862 2007-01-22  Bruno Haible  <bruno@clisp.org>
3863
3864         * lib/striconveh.h (mem_cd_iconveh, mem_iconveh): Add 'offsets'
3865         argument.
3866         * lib/striconveh.c (iconv_carefully_1): New function.
3867         (mem_cd_iconveh_internal, mem_cd_iconveh, mem_iconveh): Add 'offsets'
3868         argument.
3869         (str_cd_iconveh): Update.
3870         * lib/striconveha.h (mem_iconveha): Add 'offsets' argument.
3871         * lib/striconveha.c (mem_iconveha): Add 'offsets' argument.
3872         * tests/test-striconveh.c (MAGIC): New macro.
3873         (new_offsets): New function.
3874         (main): Test call with and without offsets.
3875
3876 2007-01-22  Bruno Haible  <bruno@clisp.org>
3877
3878         * modules/sys_stat (Makefile.am): Use @MKDIR_P@ instead of $(MKDIR_P).
3879         * modules/sys_select (Makefile.am): Likewise.
3880         * modules/sys_socket (Makefile.am): Likewise.
3881         * modules/sys_time (Makefile.am): Likewise.
3882
3883 2007-01-22  Paul Eggert  <eggert@cs.ucla.edu>
3884
3885         * modules/gettimeofday (License): Change from GPL to LGPL, since
3886         gettimeofday is a library function.
3887
3888 2007-01-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
3889
3890         * lib/poll.c (rpl_poll): Don't check against FD_SETSIZE under Win32.
3891
3892 2007-01-21  Bruno Haible  <bruno@clisp.org>
3893
3894         * m4/gnulib-common.m4 (AC_PROG_MKDIR_P): New macro.
3895
3896 2007-01-21  Bruno Haible  <bruno@clisp.org>
3897
3898         * modules/striconveha: New file.
3899         * lib/striconveha.h: New file.
3900         * lib/striconveha.c: New file.
3901         * MODULES.html.sh (Internationalization functions): Add striconveha.
3902         * lib/striconv.c (str_iconv): Optimize the case of an empty input
3903         string.
3904         * lib/striconveh.c (mem_iconveh, str_iconveh): Likewise.
3905
3906 2007-01-21  Bruno Haible  <bruno@clisp.org>
3907
3908         * lib/striconv.c (str_iconv): Guarantee errno is set when strdup fails.
3909         * lib/striconveh.c (str_iconveh): Likewise.
3910
3911 2007-01-21  Bruno Haible  <bruno@clisp.org>
3912
3913         * lib/striconveh.h (mem_iconveh): New declaration.
3914         * lib/striconveh.c (mem_iconveh): New function.
3915         * tests/test-striconveh.c (main): Add tests for mem_iconveh.
3916
3917 2007-01-21  Bruno Haible  <bruno@clisp.org>
3918
3919         * lib/xstriconv.h (xmem_cd_iconv): Change specification.
3920
3921         * lib/striconveh.h (mem_cd_iconveh): Change specification.
3922         * lib/striconveh.c (mem_cd_iconveh): Don't free the user-supplied
3923         original result buffer.
3924         (str_cd_iconveh): Update.
3925         * tests/test-striconveh.c (main): Update.
3926
3927         * lib/striconv.h (mem_cd_iconv): Change specification.
3928         * lib/striconv.c (mem_cd_iconv): Don't free the user-supplied original
3929         result buffer.
3930         (str_cd_iconv): Update.
3931         * tests/test-striconv.c (main): Update.
3932
3933 2007-01-21  Bruno Haible  <bruno@clisp.org>
3934
3935         * gnulib-tool: Fix test whether sed is GNU sed supporting --posix.
3936
3937 2007-01-20  Jim Meyering  <jim@meyering.net>
3938
3939         * lib/userspec.c (parse_with_separator): If a user or group string
3940         starts with "+", skip the corresponding name-to-ID look-up, since
3941         such a look-up must fail: user and group names may not include "+".
3942
3943 2007-01-19  Paul Eggert  <eggert@cs.ucla.edu>
3944
3945         * lib/poll.c: Include sys/time.h and time.h unconditionally,
3946         since we now assume the sys_time module.
3947         * m4/poll.m4 (gl_PREREQ_POLL): Don't require AC_HEADER_TIME or
3948         check for sys/time.h; no longer needed.
3949         * modules/poll (Depends-on): Depend on sys_time.
3950
3951 2007-01-18  Bruno Haible  <bruno@clisp.org>
3952
3953         * m4/mktime.m4 (AC_FUNC_MKTIME): Remove test for <sys/time.h>.
3954         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
3955
3956         * m4/tempname.m4 (gl_PREREQ_TEMPNAME): Remove tests for sys/time.h and
3957         gettimeofday.
3958
3959         * tests/test-gettimeofday.c: Include <time.h>.
3960         (dummy): Remove variable.
3961
3962         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Renamed from
3963         gl_HEADER_SYS_TIME_H.
3964         (gl_HEADER_SYS_TIME_H): New macro.
3965
3966         * lib/sys_time_.h: Test GETTIMEOFDAY_REPLACEMENT instead of
3967         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
3968         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY,
3969         gl_FUNC_GETTIMEOFDAY_CLOBBER): Set GETTIMEOFDAY_REPLACEMENT instead of
3970         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
3971         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H): Initialize
3972         GETTIMEOFDAY_REPLACEMENT instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE
3973         and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
3974         * modules/sys_time (sys/time.h): Substitute GETTIMEOFDAY_REPLACEMENT
3975         instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and
3976         GETTIMEOFDAY_CLOBBERS_LOCALTIME.
3977
3978         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Undo the
3979         last change; it caused a compilation error when cross-compiling to
3980         Cygwin.
3981
3982 2007-01-18  Jim Meyering  <jim@meyering.net>
3983
3984         Use "$(MKDIR_P) sys", not race-prone "test -d sys || mkdir sys".
3985         * modules/sys_stat (Makefile.am): Use "$(MKDIR_P) sys", rather
3986         than the race-prone "test -d sys || mkdir sys".
3987         (configure.ac): Use AC_PROG_MKDIR_P.
3988         * modules/sys_select: Likewise.
3989         * modules/sys_socket: Likewise.
3990         * modules/sys_time: Likewise.
3991
3992 2007-01-18  Eric Blake  <ebb9@byu.net>
3993
3994         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Also
3995         replace gettimeofday.
3996         * lib/gettimeofday.c (rpl_gettimeofday): Declare with replacement
3997         name, to avoid infinite recursion.
3998
3999 2007-01-17  Paul Eggert  <eggert@cs.ucla.edu>
4000
4001         * MODULES.html.sh (Support for systems lacking POSIX:2001): New
4002         module sys_time.
4003         * lib/gethrxtime.c: Include <sys/time.h>, since we can no longer
4004         assume timespec.h defines struct timeval.
4005         * lib/settime.c: Likewise.
4006         * lib/utimens.c: Likewise.
4007         * lib/gettime.c (gettime): Remove test against HAVE_GETTIMEOFDAY,
4008         since we now assume the gettimeofday module.
4009         * lib/tempname.c (__gen_tempname): Likewise.
4010         * lib/gettimeofday.h: Remove.
4011         * lib/gettimeofday.c: Include <sys/time.h> instead of "gettimeofday.h".
4012         Don't include <sys/types.h> and <stdlib.h>; shouldn't be needed.
4013         Include <time.h>, for 'time()'.
4014         (localtime_buffer_addr): Also use this workaround if
4015         TZSET_CLOBBERS_LOCALTIME.  Set to a dummy static variable by default,
4016         to simplify the uses.  All uses changed.
4017         (localtime, gmtime, tzset, gettimeofday): Reformat slightly so
4018         that #undef is inside {}, and 'const' follows type name consistently.
4019         (tzset): Define replacement only if TZSET_CLOBBERS_LOCALTIME.
4020         (gettimeofday): Do not use the maximum possible value for
4021         tv->tv_usec, since that might break usages other than ls.c.
4022         Instead, we'll leave ls.c alone.  This undoes today's patch
4023         by Bruno.  Add a compile-time warning for 1s-clock resolution;
4024         we've never observed the problem but might as well keep the
4025         canary.
4026         * lib/nanosleep.c: Include timespec.h first, for interface check.
4027         * lib/nanosleep.c: Include <sys/time.h> unconditionally, since we
4028         now assume the sys_time module.
4029         * lib/tempname.c: Likewise.
4030         * lib/timespec.h: Likewise.
4031         * lib/nanosleep.c: Don't worry about TIME_WITH_SYS_TIME; no longer
4032         needed.
4033         * lib/strftime.c: Likewise.
4034         * lib/timespec.h: Likewise.
4035         * lib/posixtm.c: Include posixtm.h first, for interface check.
4036         Don't worry about TM_IN_SYS_TIME; that's wayyy obsolete.
4037         * lib/posixtm.h: Include stdbool.h and time.h, for proper interface.
4038         * lib/strftime.c: Don't include <sys/types.h>; shouldn't be needed.
4039         * lib/sys_time_.h: New file.
4040         * lib/timespec.h (struct timespec): Use long int, not long.
4041         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
4042         (gl_FUNC_GETTIMEOFDAY_CLOBBER, gl_PREREQ_GETTIMEOFDAY):
4043         Remove obsolescent call to AC_HEADER_TIME.
4044         * m4/mktime.m4 (AC_FUNC_MKTIME): Likewise.
4045         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
4046         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
4047         * m4/timespec.m4 (gl_TIMESPEC, gl_CHECK_TYPE_STRUCT_TIMESPEC):
4048         Likewise.
4049         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Likewise.
4050         * m4/utimbuf.m4 (gl_CHECK_TYPE_STRUCT_UTIMBUF): Likewise.
4051         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): Move sys/time.h tests
4052         into the sys_time module.  Check for gettimeofday just once.
4053         Prefix our variables with gl_, not with ac_ or jm_.  Tighten test
4054         for gettimeofday signature to just check the signature.  Merely
4055         compile it, since linking doesn't test signature.  Improve test for
4056         whether gettimeofday.o is actually needed.
4057         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Renamed from
4058         AC_FUNC_GETTIMEOFDAY_CLOBBER.  All uses changed.  Use
4059         AC_RUN_IFELSE rather than AC_TRY_RUN.  If clobbering, set
4060         and define GETTIMEOFDAY_CLOBBERS_LOCALTIME.
4061         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Don't define
4062         GETTIMEOFDAY_CLOBBERS_LOCALTIME; that's gl_FUNC_GETTIMEOFDAY_CLOBBER's
4063         job.  Don't define tzset; that's gl_FUNC_TZSET_CLOBBER's job.
4064         * m4/mktime.m4 (AC_FUNC_MKTIME): Just include <time.h> rather
4065         than worrying about sys/time.h.
4066         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
4067         Don't bother worrying about TIME_WITH_SYS_TIME.
4068         * m4/stat-time.m4 (gl_STAT_TIME): Likewise.
4069         * m4/posixtm.m4 (gl_POSIXTM): Remove obsolescent call to AC_STRUCT_TM.
4070         * m4/sys_time_h.m4: New file.
4071         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Require gl_HEADER_SYS_TIME_H.
4072         Don't include sys/time.h.  Return from main rather than exiting.
4073         Define TZSET_CLOBBERS_LOCALTIME, for consistency with other names;
4074         all uses changed.
4075         * modules/gethrxtime (Depends-on): Add sys_time.
4076         * modules/gettime (Depends-on): Likewise.
4077         * modules/gettimeofday (Depends-on): Likewise.
4078         * modules/nanosleep (Depends-on): Likewise.
4079         * modules/settime (Depends-on): Likewise.
4080         * modules/tempname (Depends-on): Likewise.
4081         * modules/utimens (Depends-on): Likewise.
4082         * modules/gettimeofday (Files): Remove lib/gettimeofday.h.
4083         (Include:) Change back to <sys/time.h>.
4084         (Maintainer:) Add self.
4085         * modules/sys_time: New file.
4086         * modules/tempname (Depends-on): Add gettimeofday.
4087         * tests/test-gettimeofday.c: Include <sys/time.h>
4088         rather than gettimeofday.h.
4089
4090 2007-01-17  Bruno Haible  <bruno@clisp.org>
4091
4092         * gnulib-tool (func_get_license): Revert last patch. Instead, let
4093         the license default to GPL.
4094         (func_create_testdir): Don't complain if a module is LGPL and its
4095         tests module depends on GPLed modules.
4096
4097 2007-01-17  Bruno Haible  <bruno@clisp.org>
4098
4099         * lib/gettimeofday.c (gettimeofday): Add code for the case
4100         HAVE_GETTIMEOFDAY && !GETTIMEOFDAY_CLOBBERS_LOCALTIME. Use the
4101         maximum possible value for tv->tv_usec, rather than the minimum one.
4102
4103 2005-10-08  Martin Lambers  <marlam@marlam.de>
4104 2005-10-08  Paul Eggert  <eggert@cs.ucla.edu>
4105 2007-01-16  Bruno Haible  <bruno@clisp.org>
4106
4107         * modules/gettimeofday (Files): Add lib/gettimeofday.h.
4108         (configure.ac): Remove AC_FUNC_GETTIMEOFDAY_CLOBBER. Add
4109         gl_FUNC_GETTIMEOFDAY.
4110         (Include): Add gettimeofday.h.
4111         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): New macro.
4112         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't invoke gl_PREREQ_GETTIMEOFDAY.
4113         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Define
4114         GETTIMEOFDAY_CLOBBERS_LOCALTIME. Invoke gl_PREREQ_GETTIMEOFDAY here.
4115         (gl_PREREQ_GETTIMEOFDAY): Check for <sys/timeb.h> and _ftime.
4116         * lib/gettimeofday.h: New file.
4117         * lib/gettimeofday.c: Include <sys/timeb.h>.
4118         (localtime_buffer_addr, rpl_localtime, rpl_gmtime, rpl_tzset): Define
4119         only if GETTIMEOFDAY_CLOBBERS_LOCALTIME.
4120         (rpl_gettimeofday) [!HAVE_GETTIMEOFDAY]: Use _ftime() when available;
4121         fall back on time().
4122
4123         * tests/test-gettimeofday.c: New file.
4124         * modules/gettimeofday-tests: New file.
4125
4126 2007-01-16  Eric Blake  <ebb9@byu.net>
4127
4128         * modules/fnmatch (Depends-on): Depend on wchar.
4129         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Assume <wchar.h>.
4130         * m4/fnmatch.m4: Likewise.
4131         * modules/mbchar (Makefile.am): Assume <wchar.h>.
4132         * m4/mbchar.m4: Likewise.
4133         * modules/mbswidth (Depends-on): Depend on wchar.
4134         * lib/mbswidth.c: Assume <wchar.h>.
4135         * m4/mbswidth.m4: Likewise.
4136         * modules/quotearg (Depends-on): Depend on wchar.
4137         * lib/quotearg.c: Assume <wchar.h>.
4138         * m4/quotearg.m4: Likewise.
4139         * modules/regex (Depends-on): Depend on wchar.
4140         * lib/regex_internal.h: Assume <wchar.h>.
4141         * m4/regex.m4: Likewise.
4142         * modules/stdint (Depends-on): Depend on wchar.
4143         * lib/stdint_.h [!defined WCHAR_MIN]: Assume <wchar.h>.
4144         * m4/stdint.m4: Likewise.
4145         * tests/test-stdint.c [HAVE_WINT_T]: Likewise.
4146         * modules/strftime (Depends-on): Depend on wchar.
4147         * lib/strftime.c (DO_MULTIBYTE): Assume <wchar.h>.
4148         * modules/strtol (Depends-on): Depend on wchar.
4149         * lib/strtol.c: Assume <wchar.h>.
4150         * modules/wcwidth (Depends-on): Depend on wchar.
4151         * lib/wcwidth.h: Assume <wchar.h>.
4152         * m4/wcwidth.m4: Likewise.
4153
4154 2007-01-16  Bruno Haible  <bruno@clisp.org>
4155
4156         * modules/csharpexec-script: New, created from...
4157         * modules/csharpexec: ... this.
4158
4159 2007-01-16  Paolo Bonzini  <bonzini@gnu.org>
4160
4161         * modules/javaexec-script: New, created from...
4162         * modules/javaexec: ... this.
4163
4164 2007-01-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
4165
4166         * modules/poll (Dependencies): Add sys_select.
4167
4168 2007-01-15  Jim Meyering  <jim@meyering.net>
4169
4170         * m4/readutmp.m4 (gl_READUTMP): Work around AIX 4.3 struct-
4171         redefinition bug when using both <utmp.h> and <utmpx.h> headers.
4172         * lib/readutmp.h: Likewise.  Reported by Daniel Richard G. in
4173         <http://article.gmane.org/gmane.comp.gnu.core-utils.bugs/9415>.
4174
4175 2007-01-15  Bruno Haible  <bruno@clisp.org>
4176
4177         * modules/striconveh: New file.
4178         * lib/striconveh.h: New file.
4179         * lib/striconveh.c: New file.
4180         * MODULES.html.sh (Internationalization functions): Add striconveh.
4181
4182         * modules/striconveh-tests: New file.
4183         * tests/test-striconveh.c: New file.
4184
4185 2007-01-15  Bruno Haible  <bruno@clisp.org>
4186
4187         * lib/striconv.c (str_cd_iconv): Use the first algorithm if iconv is
4188         not from GNU libiconv or GNU libc.
4189
4190 2007-01-15  Bruno Haible  <bruno@clisp.org>
4191
4192         * doc/gnulib-intro.texi (Copyright): Explain the different license
4193         terms for module descriptions, autoconf macros, tests, documentation.
4194
4195 2007-01-14  Bruno Haible  <bruno@clisp.org>
4196
4197         * modules/striconv-tests: New file.
4198         * tests/test-striconv.c: New file.
4199
4200 2007-01-14  Bruno Haible  <bruno@clisp.org>
4201
4202         * modules/iconv-tests: New file.
4203         * tests/test-iconv.c: New file.
4204
4205 2007-01-14  Bruno Haible  <bruno@clisp.org>
4206
4207         * gnulib-tool (func_get_license): For test modules, use the license of
4208         the main module.
4209
4210 2007-01-14  Bruno Haible  <bruno@clisp.org>
4211
4212         * modules/iconv (Include): Clarify that <iconv.h> can only be included
4213         if iconv is found to exist.
4214
4215 2007-01-14  Bruno Haible  <bruno@clisp.org>
4216
4217         * modules/c-ctype-tests: New file.
4218         * tests/test-c-ctype.c: New file.
4219
4220 2007-01-14  Bruno Haible  <bruno@clisp.org>
4221
4222         * modules/binary-io-tests: New file.
4223         * tests/test-binary-io.sh: New file.
4224         * tests/test-binary-io.c: New file.
4225
4226 2007-01-14  Bruno Haible  <bruno@clisp.org>
4227
4228         * modules/array-oset-tests: New file.
4229         * tests/test-array_oset.c: New file.
4230
4231 2007-01-14  Bruno Haible  <bruno@clisp.org>
4232
4233         * modules/array-list-tests: New file.
4234         * tests/test-array_list.c: New file.
4235
4236 2007-01-14  Bruno Haible  <bruno@clisp.org>
4237
4238         * gnulib-tool (func_create_testdir): Don't unnecessarily run configure
4239         and make.
4240         Reported by Simon Josefsson in
4241         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00139.html>
4242
4243 2007-01-14  Bruno Haible  <bruno@clisp.org>
4244
4245         * modules/allocsa-tests: New file.
4246         * tests/test-allocsa.c: New file.
4247
4248 2007-01-14  Bruno Haible  <bruno@clisp.org>
4249
4250         * modules/fchdir (Depends-on): Add absolute-header.
4251         * modules/unistd (Depends-on): Likewise.
4252
4253 2006-12-30  Bruno Haible  <bruno@clisp.org>
4254
4255         * modules/fchdir: New file.
4256         * modules/unistd (Files): Add lib/unistd_.h.
4257         (Makefile.am): Generate unistd.h from unistd_.h.
4258         * lib/fchdir.c: New file.
4259         * lib/dirent_.h: New file.
4260         * lib/unistd_.h: New file.
4261         * lib/fcntl_.h (open) [FCHDIR_REPLACEMENT]: New replacement.
4262         * m4/fchdir.m4: New file.
4263         * m4/unistd_h.m4 (gl_PREREQ_UNISTD): New macro.
4264         (gl_HEADER_UNISTD): Invoke it.
4265         * lib/dup-safer.c (dup_safer) [FCHDIR_REPLACEMENT]: Use the dup
4266         function.
4267         * lib/backupfile.c (opendir, closedir): Undefine.
4268         * lib/chown.c (open, close): Undefine.
4269         * lib/clean-temp.c (open, close): Undefine.
4270         * lib/copy-file.c (open, close): Undefine.
4271         * lib/execute.c (open, close): Undefine.
4272         * lib/fsusage.c (open, close): Undefine.
4273         * lib/gc-gnulib.c (open, close): Undefine.
4274         * lib/getcwd.c (opendir, closedir): Undefine.
4275         * lib/glob.c (opendir, closedir): Undefine.
4276         * lib/javacomp.c (open, close): Undefine.
4277         * lib/mountlist.c (open, close, opendir, closedir): Undefine.
4278         * lib/openat-proc.c (open, close): Undefine.
4279         * lib/pagealign_alloc.c (open, close): Undefine.
4280         * lib/pipe.c (open, close): Undefine.
4281         * lib/progreloc.c (open, close): Undefine.
4282         * lib/savedir.c (opendir, closedir): Undefine.
4283         * lib/utime.c (open, close): Undefine.
4284         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add fchdir.
4285
4286 2007-01-10  Bruno Haible  <bruno@clisp.org>
4287
4288         * lib/striconv.c (mem_cd_iconv): Align the temporary buffer.
4289
4290 2007-01-12  Eric Blake  <ebb9@byu.net>
4291
4292         Provide a robust <wchar.h>.  Further simplifications are now
4293         possible in other modules, but not included here.
4294         * modules/wchar: New module.
4295         * m4/wchar.m4: New file.
4296         * lib/wchar_.h: Likewise.
4297         * modules/mbchar (Depends-on): Depend on wchar, as the first use
4298         of the new module.
4299         * MODULES.html.sh (Extended multibyte and wide character utilities):
4300         New section.
4301
4302 2007-01-12  Paul Eggert  <eggert@cs.ucla.edu>
4303
4304         * lib/xreadlink.c (SYMLINK_MAX) [!defined SYMLINK_MAX]: Define
4305         to a reasonable default for memory allocation.
4306         (xreadlink): Don't allocate a huge buffer, to work around a buggy
4307         file system that reports garbage st_size values for symlinks.
4308         Problem reported by Liyang Hu.
4309
4310 2007-01-11  Simon Josefsson  <simon@josefsson.org>
4311
4312         * gnulib-tool (func_all_modules): Exclude all .* files (e.g.,
4313         Emacs .#* auto-save files).
4314
4315 2007-01-11  Bruno Haible  <bruno@clisp.org>
4316
4317         * gnulib-tool (func_all_modules): Exclude all files inside the CVS
4318         directory.
4319
4320 2007-01-10  Paul Eggert  <eggert@cs.ucla.edu>
4321
4322         Use @...@ consistently in lib/wctype_.h.
4323         * lib/wctype_.h [HAVE_WINT_T]: Go back to using @...@, but rely
4324         on it being set to 1 or 0.
4325         * m4/wctype.m4 (gl_WCTYPE_H): Set HAVE_WINT_T to 1 or 0, and
4326         go back to AC_SUBSTing it.
4327         * modules/wctype (Makefile.am): Undo previous change.
4328
4329 2007-01-10  Eric Blake  <ebb9@byu.net>
4330
4331         * lib/wctype_.h [HAVE_WINT_T]: Rely on AC_DEFINE.
4332         * m4/wctype.m4 (gl_WCTYPE_H): No need to AC_SUBST(HAVE_WINT_T).
4333         * modules/wctype (Makefile.am): Likewise.
4334         Reported by Chris McGuire.
4335
4336 2007-01-10  Jim Meyering  <jim@meyering.net>
4337
4338         fts.c: a small readability/maintainability improvement
4339         * lib/fts.c (fts_read): Make this code slightly more readable and
4340         maintainable by hoisting the "sp->fts_cur = p" assignments to
4341         immediately follow the statements that set P.  Derived from
4342         the patch by Miloslav Trmac in http://bugzilla.redhat.com/222089.
4343
4344 2007-01-10  Eric Blake  <ebb9@byu.net>
4345
4346         * lib/wctype_.h [HAVE_WINT_T]: Include <stddef.h> before
4347         <wchar.h>, to work around BSDI bug in BSD/OS 4.0.1.
4348         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
4349         * m4/wint_t.m4 (gt_TYPE_WINT_T): Likewise.
4350         Reported by Chris McGuire.
4351
4352 2007-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4353
4354         * gnulib-tool (func_all_modules): Use POSIX conforming escaping
4355         in sed script.
4356
4357 2007-01-09  Bruno Haible  <bruno@clisp.org>
4358
4359         * MODULES.html.sh: Accept options --cvs-urls, --git-urls.
4360         (repo_url_prefix, repo_url_suffix, repo_url_suffix_repl): New
4361         variables.
4362         (func_module): Use them.
4363
4364 2007-01-09  Bruno Haible  <bruno@clisp.org>
4365
4366         * modules/unistr/base: New file.
4367         * lib/unistr.h: New file.
4368
4369         * modules/unistr/u8-to-u16: New file.
4370         * lib/unistr/u8-to-u16.c: New file.
4371
4372         * modules/unistr/u8-to-u32: New file.
4373         * lib/unistr/u8-to-u32.c: New file.
4374
4375         * modules/unistr/u16-to-u8: New file.
4376         * lib/unistr/u16-to-u8.c: New file.
4377
4378         * modules/unistr/u16-to-u32: New file.
4379         * lib/unistr/u16-to-u32.c: New file.
4380
4381         * modules/unistr/u32-to-u8: New file.
4382         * lib/unistr/u32-to-u8.c: New file.
4383
4384         * modules/unistr/u32-to-u16: New file.
4385         * lib/unistr/u32-to-u16.c: New file.
4386
4387         * modules/unistr/u8-check: New file.
4388         * modules/unistr/u16-check: New file.
4389         * modules/unistr/u32-check: New file.
4390         * lib/unistr/u8-check.c: New file.
4391         * lib/unistr/u16-check.c: New file.
4392         * lib/unistr/u32-check.c: New file.
4393
4394         * modules/unistr/u8-chr: New file.
4395         * modules/unistr/u16-chr: New file.
4396         * modules/unistr/u32-chr: New file.
4397         * lib/unistr/u8-chr.c: New file.
4398         * lib/unistr/u16-chr.c: New file.
4399         * lib/unistr/u32-chr.c: New file.
4400
4401         * modules/unistr/u8-cmp: New file.
4402         * modules/unistr/u16-cmp: New file.
4403         * modules/unistr/u32-cmp: New file.
4404         * lib/unistr/u8-cmp.c: New file.
4405         * lib/unistr/u16-cmp.c: New file.
4406         * lib/unistr/u32-cmp.c: New file.
4407
4408         * modules/unistr/u8-cpy: New file.
4409         * modules/unistr/u16-cpy: New file.
4410         * modules/unistr/u32-cpy: New file.
4411         * lib/unistr/u8-cpy.c: New file.
4412         * lib/unistr/u16-cpy.c: New file.
4413         * lib/unistr/u32-cpy.c: New file.
4414         * lib/unistr/u-cpy.h: New file.
4415
4416         * modules/unistr/u8-cpy-alloc: New file.
4417         * modules/unistr/u16-cpy-alloc: New file.
4418         * modules/unistr/u32-cpy-alloc: New file.
4419         * lib/unistr/u8-cpy-alloc.c: New file.
4420         * lib/unistr/u16-cpy-alloc.c: New file.
4421         * lib/unistr/u32-cpy-alloc.c: New file.
4422         * lib/unistr/u-cpy-alloc.h: New file.
4423
4424         * modules/unistr/u8-endswith: New file.
4425         * modules/unistr/u16-endswith: New file.
4426         * modules/unistr/u32-endswith: New file.
4427         * lib/unistr/u8-endswith.c: New file.
4428         * lib/unistr/u16-endswith.c: New file.
4429         * lib/unistr/u32-endswith.c: New file.
4430         * lib/unistr/u-endswith.h: New file.
4431
4432         * modules/unistr/u8-mblen: New file.
4433         * modules/unistr/u16-mblen: New file.
4434         * modules/unistr/u32-mblen: New file.
4435         * lib/unistr/u8-mblen.c: New file.
4436         * lib/unistr/u16-mblen.c: New file.
4437         * lib/unistr/u32-mblen.c: New file.
4438
4439         * modules/unistr/u8-mbtouc: New file.
4440         * modules/unistr/u16-mbtouc: New file.
4441         * modules/unistr/u32-mbtouc: New file.
4442         * lib/unistr/u8-mbtouc.c: New file.
4443         * lib/unistr/u16-mbtouc.c: New file.
4444         * lib/unistr/u32-mbtouc.c: New file.
4445
4446         * modules/unistr/u8-mbtouc-safe: New file.
4447         * modules/unistr/u16-mbtouc-safe: New file.
4448         * modules/unistr/u32-mbtouc-safe: New file.
4449         * lib/unistr/u8-mbtouc-safe.c: New file.
4450         * lib/unistr/u16-mbtouc-safe.c: New file.
4451         * lib/unistr/u32-mbtouc-safe.c: New file.
4452
4453         * modules/unistr/u8-move: New file.
4454         * modules/unistr/u16-move: New file.
4455         * modules/unistr/u32-move: New file.
4456         * lib/unistr/u8-move.c: New file.
4457         * lib/unistr/u16-move.c: New file.
4458         * lib/unistr/u32-move.c: New file.
4459         * lib/unistr/u-move.h: New file.
4460
4461         * modules/unistr/u8-next: New file.
4462         * modules/unistr/u16-next: New file.
4463         * modules/unistr/u32-next: New file.
4464         * lib/unistr/u8-next.c: New file.
4465         * lib/unistr/u16-next.c: New file.
4466         * lib/unistr/u32-next.c: New file.
4467
4468         * modules/unistr/u8-prev: New file.
4469         * modules/unistr/u16-prev: New file.
4470         * modules/unistr/u32-prev: New file.
4471         * lib/unistr/u8-prev.c: New file.
4472         * lib/unistr/u16-prev.c: New file.
4473         * lib/unistr/u32-prev.c: New file.
4474
4475         * modules/unistr/u8-set: New file.
4476         * modules/unistr/u16-set: New file.
4477         * modules/unistr/u32-set: New file.
4478         * lib/unistr/u8-set.c: New file.
4479         * lib/unistr/u16-set.c: New file.
4480         * lib/unistr/u32-set.c: New file.
4481         * lib/unistr/u-set.h: New file.
4482
4483         * modules/unistr/u8-startswith: New file.
4484         * modules/unistr/u16-startswith: New file.
4485         * modules/unistr/u32-startswith: New file.
4486         * lib/unistr/u8-startswith.c: New file.
4487         * lib/unistr/u16-startswith.c: New file.
4488         * lib/unistr/u32-startswith.c: New file.
4489         * lib/unistr/u-startswith.h: New file.
4490
4491         * modules/unistr/u8-stpcpy: New file.
4492         * modules/unistr/u16-stpcpy: New file.
4493         * modules/unistr/u32-stpcpy: New file.
4494         * lib/unistr/u8-stpcpy.c: New file.
4495         * lib/unistr/u16-stpcpy.c: New file.
4496         * lib/unistr/u32-stpcpy.c: New file.
4497         * lib/unistr/u-stpcpy.h: New file.
4498
4499         * modules/unistr/u8-stpncpy: New file.
4500         * modules/unistr/u16-stpncpy: New file.
4501         * modules/unistr/u32-stpncpy: New file.
4502         * lib/unistr/u8-stpncpy.c: New file.
4503         * lib/unistr/u16-stpncpy.c: New file.
4504         * lib/unistr/u32-stpncpy.c: New file.
4505         * lib/unistr/u-stpncpy.h: New file.
4506
4507         * modules/unistr/u8-strcat: New file.
4508         * modules/unistr/u16-strcat: New file.
4509         * modules/unistr/u32-strcat: New file.
4510         * lib/unistr/u8-strcat.c: New file.
4511         * lib/unistr/u16-strcat.c: New file.
4512         * lib/unistr/u32-strcat.c: New file.
4513         * lib/unistr/u-strcat.h: New file.
4514
4515         * modules/unistr/u8-strchr: New file.
4516         * modules/unistr/u16-strchr: New file.
4517         * modules/unistr/u32-strchr: New file.
4518         * lib/unistr/u8-strchr.c: New file.
4519         * lib/unistr/u16-strchr.c: New file.
4520         * lib/unistr/u32-strchr.c: New file.
4521
4522         * modules/unistr/u8-strcmp: New file.
4523         * modules/unistr/u16-strcmp: New file.
4524         * modules/unistr/u32-strcmp: New file.
4525         * lib/unistr/u8-strcmp.c: New file.
4526         * lib/unistr/u16-strcmp.c: New file.
4527         * lib/unistr/u32-strcmp.c: New file.
4528
4529         * modules/unistr/u8-strcpy: New file.
4530         * modules/unistr/u16-strcpy: New file.
4531         * modules/unistr/u32-strcpy: New file.
4532         * lib/unistr/u8-strcpy.c: New file.
4533         * lib/unistr/u16-strcpy.c: New file.
4534         * lib/unistr/u32-strcpy.c: New file.
4535         * lib/unistr/u-strcpy.h: New file.
4536
4537         * modules/unistr/u8-strcspn: New file.
4538         * modules/unistr/u16-strcspn: New file.
4539         * modules/unistr/u32-strcspn: New file.
4540         * lib/unistr/u8-strcspn.c: New file.
4541         * lib/unistr/u16-strcspn.c: New file.
4542         * lib/unistr/u32-strcspn.c: New file.
4543         * lib/unistr/u-strcspn.h: New file.
4544
4545         * modules/unistr/u8-strdup: New file.
4546         * modules/unistr/u16-strdup: New file.
4547         * modules/unistr/u32-strdup: New file.
4548         * lib/unistr/u8-strdup.c: New file.
4549         * lib/unistr/u16-strdup.c: New file.
4550         * lib/unistr/u32-strdup.c: New file.
4551         * lib/unistr/u-strdup.h: New file.
4552
4553         * modules/unistr/u8-strlen: New file.
4554         * modules/unistr/u16-strlen: New file.
4555         * modules/unistr/u32-strlen: New file.
4556         * lib/unistr/u8-strlen.c: New file.
4557         * lib/unistr/u16-strlen.c: New file.
4558         * lib/unistr/u32-strlen.c: New file.
4559         * lib/unistr/u-strlen.h: New file.
4560
4561         * modules/unistr/u8-strmblen: New file.
4562         * modules/unistr/u16-strmblen: New file.
4563         * modules/unistr/u32-strmblen: New file.
4564         * lib/unistr/u8-strmblen.c: New file.
4565         * lib/unistr/u16-strmblen.c: New file.
4566         * lib/unistr/u32-strmblen.c: New file.
4567
4568         * modules/unistr/u8-strmbtouc: New file.
4569         * modules/unistr/u16-strmbtouc: New file.
4570         * modules/unistr/u32-strmbtouc: New file.
4571         * lib/unistr/u8-strmbtouc.c: New file.
4572         * lib/unistr/u16-strmbtouc.c: New file.
4573         * lib/unistr/u32-strmbtouc.c: New file.
4574
4575         * modules/unistr/u8-strncat: New file.
4576         * modules/unistr/u16-strncat: New file.
4577         * modules/unistr/u32-strncat: New file.
4578         * lib/unistr/u8-strncat.c: New file.
4579         * lib/unistr/u16-strncat.c: New file.
4580         * lib/unistr/u32-strncat.c: New file.
4581         * lib/unistr/u-strncat.h: New file.
4582
4583         * modules/unistr/u8-strncmp: New file.
4584         * modules/unistr/u16-strncmp: New file.
4585         * modules/unistr/u32-strncmp: New file.
4586         * lib/unistr/u8-strncmp.c: New file.
4587         * lib/unistr/u16-strncmp.c: New file.
4588         * lib/unistr/u32-strncmp.c: New file.
4589
4590         * modules/unistr/u8-strncpy: New file.
4591         * modules/unistr/u16-strncpy: New file.
4592         * modules/unistr/u32-strncpy: New file.
4593         * lib/unistr/u8-strncpy.c: New file.
4594         * lib/unistr/u16-strncpy.c: New file.
4595         * lib/unistr/u32-strncpy.c: New file.
4596         * lib/unistr/u-strncpy.h: New file.
4597
4598         * modules/unistr/u8-strnlen: New file.
4599         * modules/unistr/u16-strnlen: New file.
4600         * modules/unistr/u32-strnlen: New file.
4601         * lib/unistr/u8-strnlen.c: New file.
4602         * lib/unistr/u16-strnlen.c: New file.
4603         * lib/unistr/u32-strnlen.c: New file.
4604         * lib/unistr/u-strnlen.h: New file.
4605
4606         * modules/unistr/u8-strpbrk: New file.
4607         * modules/unistr/u16-strpbrk: New file.
4608         * modules/unistr/u32-strpbrk: New file.
4609         * lib/unistr/u8-strpbrk.c: New file.
4610         * lib/unistr/u16-strpbrk.c: New file.
4611         * lib/unistr/u32-strpbrk.c: New file.
4612         * lib/unistr/u-strpbrk.h: New file.
4613
4614         * modules/unistr/u8-strrchr: New file.
4615         * modules/unistr/u16-strrchr: New file.
4616         * modules/unistr/u32-strrchr: New file.
4617         * lib/unistr/u8-strrchr.c: New file.
4618         * lib/unistr/u16-strrchr.c: New file.
4619         * lib/unistr/u32-strrchr.c: New file.
4620
4621         * modules/unistr/u8-strspn: New file.
4622         * modules/unistr/u16-strspn: New file.
4623         * modules/unistr/u32-strspn: New file.
4624         * lib/unistr/u8-strspn.c: New file.
4625         * lib/unistr/u16-strspn.c: New file.
4626         * lib/unistr/u32-strspn.c: New file.
4627         * lib/unistr/u-strspn.h: New file.
4628
4629         * modules/unistr/u8-strstr: New file.
4630         * modules/unistr/u16-strstr: New file.
4631         * modules/unistr/u32-strstr: New file.
4632         * lib/unistr/u8-strstr.c: New file.
4633         * lib/unistr/u16-strstr.c: New file.
4634         * lib/unistr/u32-strstr.c: New file.
4635         * lib/unistr/u-strstr.h: New file.
4636
4637         * modules/unistr/u8-strtok: New file.
4638         * modules/unistr/u16-strtok: New file.
4639         * modules/unistr/u32-strtok: New file.
4640         * lib/unistr/u8-strtok.c: New file.
4641         * lib/unistr/u16-strtok.c: New file.
4642         * lib/unistr/u32-strtok.c: New file.
4643         * lib/unistr/u-strtok.h: New file.
4644
4645         * modules/unistr/u8-uctomb: New file.
4646         * modules/unistr/u16-uctomb: New file.
4647         * modules/unistr/u32-uctomb: New file.
4648         * lib/unistr/u8-uctomb.c: New file.
4649         * lib/unistr/u16-uctomb.c: New file.
4650         * lib/unistr/u32-uctomb.c: New file.
4651
4652         * MODULES.html.sh (Unicode string functions): Add the new modules.
4653
4654 2007-01-08  Bruno Haible  <bruno@clisp.org>
4655
4656         * gnulib-tool (func_all_modules): Use find, not ls, to traverse the
4657         modules directory. Filter out CVS, ChangeLog, COPYING, README also from
4658         subdirectories.
4659
4660 2007-01-08  Karl Berry  <karl@gnu.org>
4661
4662         * doc/error.texi: mention that main() fns must set program_name
4663         when progname is used.
4664
4665 2007-01-08  Paul Eggert  <eggert@cs.ucla.edu>
4666
4667         * m4/wctype.m4 (gl_WCTYPE_H): Compute ABSOLUTE_WCTYPE_H even if
4668         WCTYPE_H is empty, for the benefit of builds from non-distclean
4669         directories.  Problem reported by Eric Blake in
4670         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00157.html>.
4671
4672 2007-01-08  Bruno Haible  <bruno@clisp.org>
4673
4674         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Remove
4675         PROVIDE_CANONICALIZE_FILENAME_MODE macro definition.
4676         * lib/canonicalize.h: Test GNULIB_CANONICALIZE instead of
4677         PROVIDE_CANONICALIZE_FILENAME_MODE.
4678         * modules/canonicalize (configure.ac): Use gl_MODULE_INDICATOR.
4679
4680 2007-01-08  Bruno Haible  <bruno@clisp.org>
4681
4682         * m4/fts.m4 (gl_FUNC_FTS_LGPL): Remove _LGPL_PACKAGE macro definition.
4683         * lib/fts_.h (_LGPL_PACKAGE): Remove macro.
4684         Use !GNULIB_FTS instead of _LGPL_PACKAGE.
4685         * lib/fts.c: Likewise.
4686         * modules/fts (configure.ac): Use gl_MODULE_INDICATOR.
4687
4688 2006-12-25  Bruno Haible  <bruno@clisp.org>
4689
4690         * modules/utf8-ucs4-safe: New file.
4691         * lib/utf8-ucs4-safe.h: New file.
4692         * lib/unistr/utf8-ucs4-safe.c: New file.
4693
4694         * modules/utf16-ucs4-safe: New file.
4695         * lib/utf16-ucs4-safe.h: New file.
4696         * lib/unistr/utf16-ucs4-safe.c: New file.
4697
4698         * MODULES.html.sh (Unicode string functions): Add the new modules.
4699
4700 2007-01-08  Bruno Haible  <bruno@clisp.org>
4701
4702         * modules/utf8-ucs4 (Files, lib_SOURCES): Add unistr/utf8-ucs4.c.
4703         (Depends-on): Add unitypes.
4704         * lib/utf8-ucs4.h: Add double-inclusion guard. Include unitypes.h.
4705         (u8_mbtouc_aux): Move out to separate file.
4706         (u8_mbtouc): Use ucs4_t, uint8_t types.
4707         * lib/unistr/utf8-ucs4.c: New file.
4708
4709         * modules/utf16-ucs4 (Files, lib_SOURCES): Add unistr/utf16-ucs4.c.
4710         (Depends-on): Add unitypes.
4711         * lib/utf16-ucs4.h: Add double-inclusion guard. Include unitypes.h.
4712         (u16_mbtouc_aux): Move out to separate file.
4713         (u16_mbtouc): Use ucs4_t, uint16_t types.
4714         * lib/unistr/utf16-ucs4.c: New file.
4715
4716         * modules/ucs4-utf8 (Files, lib_SOURCES): Add unistr/ucs4-utf8.c.
4717         (Depends-on): Add unitypes.
4718         * lib/ucs4-utf8.h: Add double-inclusion guard. Include unitypes.h.
4719         (u8_uctomb_aux): Move out to separate file.
4720         (u8_uctomb): Use ucs4_t, uint8_t types.
4721         * lib/unistr/ucs4-utf8.c: New file.
4722
4723         * modules/ucs4-utf16 (Files, lib_SOURCES): Add unistr/ucs4-utf16.c.
4724         (Depends-on): Add unitypes.
4725         * lib/ucs4-utf16.h: Add double-inclusion guard. Include unitypes.h.
4726         (u16_uctomb_aux): Move out to separate file.
4727         (u16_uctomb): Use ucs4_t, uint16_t types.
4728         * lib/unistr/ucs4-utf16.c: New file.
4729
4730 2006-12-25  Bruno Haible  <bruno@clisp.org>
4731
4732         * modules/unitypes: New file.
4733         * lib/unitypes.h: New file.
4734         * MODULES.html.sh (func_all_modules): New section "Unicode string
4735         functions". Move ucs4-utf8, ucs4-utf16, utf8-ucs4, utf16-ucs4 to
4736         this section. Add unitypes.
4737
4738 2007-01-08  Bruno Haible  <bruno@clisp.org>
4739
4740         Avoid variable names that conflict with those from libtool.
4741         * m4/lib-link.m4 (AC_LIB_RPATH, AC_LIB_LINKFLAGS_BODY,
4742         AC_LIB_LINKFLAGS_FROM_LIBS): Rename libext to acl_libext,
4743         shlibext to acl_shlibext, libname_spec to acl_libname_spec,
4744         library_names_spec to acl_library_names_spec, hardcode_* to
4745         acl_hardcode_*.
4746         Reported by Ralf Wildenhues.
4747
4748 2007-01-08  Bruno Haible  <bruno@clisp.org>
4749
4750         * m4/gc-arcfour.m4 (gl_GC_ARCFOUR): Remove GC_USE_ARCFOUR macro
4751         definition.
4752         * m4/gc-arctwo.m4 (gl_GC_ARCTWO): Remove GC_USE_ARCTWO macro
4753         definition.
4754         * m4/gc-des.m4 (gl_GC_DES): Remove GC_USE_DES macro definition.
4755         * m4/gc-hmac-md5.m4 (gl_GC_HMAC_MD5): Remove GC_USE_HMAC_MD5 macro
4756         definition.
4757         * m4/gc-hmac-sha1.m4 (gl_GC_HMAC_SHA1): Remove GC_USE_HMAC_SHA1 macro
4758         definition.
4759         * m4/gc-md2.m4 (gl_GC_MD2): Remove GC_USE_MD2 macro definition.
4760         * m4/gc-md4.m4 (gl_GC_MD4): Remove GC_USE_MD4 macro definition.
4761         * m4/gc-md5.m4 (gl_GC_MD5): Remove GC_USE_MD5 macro definition.
4762         * m4/gc-random.m4 (gl_GC_RANDOM): Remove GC_USE_RANDOM macro
4763         definition.
4764         * m4/gc-rijndael.m4 (gl_GC_RIJNDAEL): Remove GC_USE_RIJNDAEL macro
4765         definition.
4766         * m4/gc-sha1.m4 (gl_GC_SHA1): Remove GC_USE_SHA1 macro definition.
4767         * lib/gc-gnulib.c: Use GNULIB_GC_<algorithm> instead of
4768         GC_USE_<algorithm>.
4769         * lib/gc-libgcrypt.c: Likewise.
4770         * modules/gc-arcfour (configure.ac): Use gl_MODULE_INDICATOR.
4771         * modules/gc-arctwo (configure.ac): Likewise.
4772         * modules/gc-des (configure.ac): Likewise.
4773         * modules/gc-hmac-md5 (configure.ac): Likewise.
4774         * modules/gc-hmac-sha1 (configure.ac): Likewise.
4775         * modules/gc-md2 (configure.ac): Likewise.
4776         * modules/gc-md4 (configure.ac): Likewise.
4777         * modules/gc-md5 (configure.ac): Likewise.
4778         * modules/gc-random (configure.ac): Likewise.
4779         * modules/gc-rijndael (configure.ac): Likewise.
4780         * modules/gc-sha1 (configure.ac): Likewise.
4781
4782 2007-01-08  Bruno Haible  <bruno@clisp.org>
4783
4784         * m4/close-stream.m4 (gl_CLOSE_STREAM): Remove GNULIB_CLOSE_STREAM
4785         macro definition.
4786         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Remove GNULIB_FCNTL_SAFER macro
4787         definition.
4788         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Remove GNULIB_FOPEN_SAFER macro
4789         definition.
4790         * modules/close-stream (configure.ac): Invoke gl_MODULE_INDICATOR.
4791         * modules/fcntl-safer (configure.ac): Likewise.
4792         * modules/fopen-safer (configure.ac): Likewise.
4793         * modules/fwriteerror (configure.ac): Likewise. Remove explicit
4794         GNULIB_FWRITEERROR macro definition.
4795
4796 2007-01-08  Bruno Haible  <bruno@clisp.org>
4797
4798         * m4/gnulib-common.m4: New file.
4799         * gnulib-tool (func_get_autoconf_snippet): Undo last change.
4800         (func_get_filelist): Add m4/gnulib-common.m4.
4801
4802 2007-01-08  Bruno Haible  <bruno@clisp.org>
4803
4804         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Simplify the sorting
4805         command.
4806
4807 2007-01-08  Jim Meyering  <jim@meyering.net>
4808
4809         Use a more robust test for a "can't happen" condition.
4810         * lib/fts.c (fts_read): Revert the change of 2006-11-22, since it
4811         narrowed the st_size value.  Presuming the "can't happen" condition
4812         is true, that narrowing could conceivably convert an invalid st_size
4813         value into a valid one.  Instead, use a change based on Matthew
4814         Woehlke's original patch.
4815
4816         Slight readability improvement: use an assert-like macro
4817         in place of literal "abort ()" uses.
4818         * lib/fts.c (fts_assert): Define.
4819         (fts_set_stat_required, cwd_advance_fd, fts_read, fd_ring_check):
4820         Use this macro instead of a bare 'abort'.
4821
4822 2007-01-05  Paul Eggert  <eggert@cs.ucla.edu>
4823
4824         Don't worry about using IRIX 5.3's wctype.h broken definitions;
4825         simply work around them.
4826         * lib/wctype_.h: Remove test for HAVE_WCTYPE_CTMP_BUG.
4827         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph, iswlower):
4828         (iswprint, iswpunct, iswspace, iswupper, iswxdigit): Undef before
4829         declaring.
4830         Don't bother to define as macros, since the standard doesn't require it.
4831         * m4/wctype.m4 (WCTYPE_H, ABSOLUTE_WCTYPE_H): Simplify, since we no
4832         longer worry about IRIX 5.3.
4833         (HAVE_WCTYPE_CTMP_BUG): Remove.
4834
4835 2007-01-04  Paul Eggert  <eggert@cs.ucla.edu>
4836
4837         * lib/wctype_.h (_ctmp_) [HAVE_WCTYPE_CTMP_BUG]: Now of type wchar_t,
4838         not wint_t.  Also, include <ctype.h>, to fix another IRIX bug.
4839         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
4840         Problems reported by Georg Schwarz for IRIX 5.3.
4841
4842         * gnulib-tool (autoconf_minversion): Take the maximum version number
4843         found, not the minimum.  Problem reported by James Youngman.
4844
4845 2007-01-03  Karl Berry  <karl@gnu.org>
4846
4847         * doc/error.texi: new file, explaining interaction with progname.
4848         * doc/gnulib.texi: include it.  Update copyright.
4849
4850 2007-01-03  Simon Josefsson  <simon@josefsson.org>
4851
4852         * gnulib-tool (func_create_testdir): Run AC_CANONICAL_BUILD and
4853         AC_CANONICAL_HOST, to improve autobuild outputs.
4854
4855 2007-01-03  Paolo Bonzini  <bonzini@gnu.org>
4856             Yoann Vandoorselaere <yoann.v@prelude-ids.com>
4857
4858         * lib/poll.c (poll): Use recv on Mac OS X to distinguish connected
4859         sockets, server sockets, and other file descriptors.  Count errors
4860         to compute the return value.  Reorder the code a bit to be easier
4861         to follow.  Don't set event bits that were not requested (except
4862         POLLERR and POLLHUP).
4863
4864 2007-01-01  Bruno Haible  <bruno@clisp.org>
4865
4866         * modules/lchmod (Include): Require lchmod.h, not lchown.h.
4867
4868 2007-01-03  Jim Meyering  <jim@meyering.net>
4869
4870         * modules/fts-lgpl (Depends-on): Add i-ring.  Reported by Bruno Haible.
4871
4872 2007-01-02  Bruno Haible  <bruno@clisp.org>
4873
4874         * modules/settime (Include): Require timespec.h.
4875         * modules/nanosleep (Include): Likewise.
4876
4877 2007-01-01  Bruno Haible  <bruno@clisp.org>
4878
4879         * gnulib-tool (func_emit_copyright_notice): Bump year.
4880         (func_get_autoconf_snippet): Emit a GNULIB_<modulename> macro.
4881
4882 2007-01-01  Bruno Haible  <bruno@clisp.org>
4883
4884         Improve support for OpenBSD.
4885         * build-aux/config.rpath (libname_spec): Export.
4886         (library_names_spec): New variable. Export.
4887         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Extract libname_spec and
4888         library_names_spec from the config.rpath output. Locate shared library
4889         through the name pattern in library_names_spec.
4890
4891 2007-01-01  Eric Blake  <ebb9@byu.net>
4892
4893         * lib/version-etc.c (COPYRIGHT_YEAR): Bump for new year.
4894
4895 2006-12-30  Paul Eggert  <eggert@cs.ucla.edu>
4896
4897         * gnulib-tool (SORT): Remove, since we no longer assume GNU sort.
4898         Rewrite so as not to assume GNU sort or "tail -1".  Also, don't
4899         assume the C locale, and avoid an "eval" that could cause trouble.
4900         Problem with SORT reported by Bob Proulx.
4901
4902         * lib/getpagesize.h (getpagesize) [defined __amigaos4__]:
4903         Define.  Trivial patch from Henning Nielsen Lund, originally
4904         sent to bug-grep@gnu.org today.
4905
4906 2006-12-29  Paul Eggert  <eggert@cs.ucla.edu>
4907
4908         * lib/acl.h: Include sys/types.h and sys/stat.h, for mode_t and
4909         struct stat.  Problem reported by Henning Nielsen Lund.
4910         * lib/acl.c: Include acl.h first, to check interface.  Don't
4911         bother to include sys/types.h and sys/stat.h again.
4912
4913 2006-12-28  Paul Eggert  <eggert@cs.ucla.edu>
4914
4915         Import the following change from libc; problem reported by
4916         Sven Verdoolaege.
4917
4918         2005-10-13  Ulrich Drepper  <drepper@redhat.com>
4919
4920         [BZ #1373]
4921         * lib/argp.h: Remove __NTH for __argp_usage inline function.
4922
4923 2006-12-28  Jim Meyering  <jim@meyering.net>
4924
4925         * build-aux/announce-gen: Do not assume that the package
4926         builds any of tar.gz, tar.bz2, and .xdelta files.
4927         Suggestion from Simon Josefsson.
4928
4929 2006-12-28  Simon Josefsson  <simon@josefsson.org>
4930
4931         * modules/announce-gen: New file.
4932
4933 2006-12-27  Paul Eggert  <eggert@cs.ucla.edu>
4934
4935         * lib/mbchar.h: Just include <wctype.h>; the wctype module
4936         handles its gotchas now.
4937         * lib/mbswidth.c: Likewise.
4938         * lib/wcwidth.h: Likewise.
4939         * m4/mbchar.m4 (gl_MBCHAR): Don't bother checking for wctype.h
4940         and iswcntrl; the wctype module does this stuff now.
4941         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
4942         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
4943         * modules/mbchar (Depends-on): Add wctype.
4944         * modules/mbswidth (Depends-on): Likewise.
4945         * modules/wcwidth (Depends-on): Likewise.
4946
4947 2006-12-27  Eric Blake  <ebb9@byu.net>
4948
4949         * lib/fnmatch.c: Reinstate inclusion of <wchar.h>, since this
4950         module uses more than what <wctype.h> is required to provide.
4951
4952 2006-12-26  Eric Blake  <ebb9@byu.net>
4953
4954         * gnulib-tool (sed_extract_prog): Avoid space-tab.
4955
4956 2006-12-26  Eric Blake  <ebb9@byu.net>
4957
4958         * modules/absolute-header: New module.
4959         * modules/fcntl (Depends-on): Depend on it.
4960         * modules/inttypes (Depends-on): Likewise.
4961         * modules/stdint (Depends-on): Likewise.
4962         * modules/sys_stat (Depends-on): Likewise.
4963         * modules/wctype (Depends-on): Likewise.
4964         * MODULES.html.sh (Support for building libraries and
4965         executables): Document it.
4966
4967 2006-12-25  Paul Eggert  <eggert@cs.ucla.edu>
4968
4969         * gnulib-tool (SED): Remove, undoing previous change.
4970         The problem was that it broke coreutils on Solaris, because
4971         "sed --posix" leaked into a makefile.
4972         (sed): New alias, if 'alias' and GNU sed.
4973
4974 2006-12-24  Jim Meyering  <jim@meyering.net>
4975
4976         Work around an fchownat bug in glibc-2.4:
4977         http://lists.ubuntu.com/archives/ubuntu-users/2006-September/093218.html
4978         This bug would cause "chown -RP ... DIR" to follow symlinks in DIR,
4979         in spite of the -P option.
4980         * m4/openat.m4 (gl_FUNC_FCHOWNAT, gl_FUNC_FCHOWNAT_DEREF_BUG):
4981         New macros.
4982         (gl_PREREQ_OPENAT): Require gl_FUNC_FCHOWNAT.
4983         * modules/openat (Files): Add lib/fchownat.c.
4984         * lib/openat.c (fchownat): Don't define here.  Move to...
4985         * lib/fchownat.c: ...this new file.
4986
4987 2006-12-23  Paul Eggert  <eggert@cs.ucla.edu>
4988
4989         Fix bug reported by Bruno Haible in
4990         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00228.html>
4991         where quotearg.c didn't compile on Mac OS X 10.2 because it
4992         lacks <wchar.h> and wint_t.
4993         * lib/wctype_.h (__wctype_wint_t): New type.
4994         Include <stdio.h>, <time.h>, <wchar.h> only if HAVE_WINT_T.
4995         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph):
4996         (iswlower, iswprint, iswpunct, iswspace, iswupper, ixwxdigit):
4997         Arg is now of type __wctype_wint_t, not wint_t.
4998         * m4/wctype.m4 (gl_WCTYPE_H): Require gt_TYPE_WINT_T, and
4999         substitute HAVE_WINT_T.
5000         * modules/wctype (Files): Add m4/wint_t.m4.
5001         (wctype.h): Substitute HAVE_WINT_T.
5002
5003 2006-12-23  Bruno Haible  <bruno@clisp.org>
5004
5005         * lib/safe-read.h [C++]: Wrap declarations in extern "C".
5006
5007 2006-12-23  Bruno Haible  <bruno@clisp.org>
5008
5009         * lib/canonicalize-lgpl.c (__realpath): Test HAVE_READLINK instead of
5010         S_ISLNK.
5011         Needed because gnulib's sys/stat.h replacement defines S_ISLNK on
5012         mingw.
5013
5014 2006-12-22  Bruno Haible  <bruno@clisp.org>
5015
5016         * lib/copy-file.c: Include acl.h.
5017         (copy_file_preserving) [USE_ACL]: Use copy_acl instead of chmod.
5018         Close the file descriptors only after being done with copy_acl.
5019         * modules/copy-file (Depends-on): Add acl.
5020
5021 2006-12-22  Bruno Haible  <bruno@clisp.org>
5022
5023         * gnulib-tool (SED): New variable.
5024         Use $SED instead of sed everywhere.
5025
5026 2006-12-22  Bruno Haible  <bruno@clisp.org>
5027
5028         * modules/no-c++: New file.
5029         * m4/no-c++.m4: New file.
5030         * MODULES.html.sh (Support for building libraries and executables):
5031         Add no-c++.
5032
5033 2006-12-22  Paul Eggert  <eggert@cs.ucla.edu>
5034
5035         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
5036         Include <limits.h>, and use its INT_MAX to rewrite the
5037         j loop so that it does not overflow 'int'.  Problem reported by
5038         Ralf Wildenhues in
5039         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00084.html>.
5040         Play it safe by shifting left by 1 rather than multiplying by 2,
5041         as GCC is less likely to optimize this away when the value
5042         is signed (when it assumes overflow leads to undefined behavior).
5043         Also, don't assume time_t uses two's complement.
5044
5045 2006-12-21  Paul Eggert  <eggert@cs.ucla.edu>
5046
5047         * MODULES.html.sh: New module wctype.
5048         * lib/wctype_.h, m4/wctype.m4, modules/wctype: New files.
5049         * lib/fnmatch.c: Don't bother to include <wchar.h> before
5050         <wctype.h>, since the new wctype module should fix this.
5051         * lib/quotearg.c: Include <wctype.h> unconditionally, since
5052         the wctype module should arrange for it.
5053         * lib/regex_internal.h: Likewise.
5054         * m4/quotearg.m4 (gl_QUOTEARG): Don't check for wctype.h or iswprint,
5055         since the wctype module should handle this now.
5056         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for wctype.h.
5057         * modules/fnmatch (Depends-on): Add wctype.
5058         * modules/quotearg (Depends-on): Likewise.
5059         * modules/regex (Depends-on): Likewise.
5060
5061 2006-12-19  Bruno Haible  <bruno@clisp.org>
5062
5063         * lib/strdup.h [C++]: Wrap definitions in extern "C".
5064         Suggested by Lorenzo Bettini <bettini@dsi.unifi.it>.
5065
5066 2006-12-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5067
5068         * modules/savewd (Depends-on): Fix dependency on fcntl.
5069
5070 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
5071
5072         * m4/stdint.m4 (gl_STDINT_H): Set STDINT_H to empty if stdint.h
5073         conforms to C99, rather than relying on the user's environment
5074         setting of STDINT_H.
5075
5076 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
5077         and Eric Blake  <ebb9@byu.net>
5078
5079         * lib/dirname.h (DOUBLE_SLASH_IS_DISTINCT_ROOT): Default to 0, not 1.
5080         This is more consistent with the other defines here.
5081         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT):
5082         Port to z/OS.  Problem reported by Paul Gilmartin.
5083         Change local vars to use gl_ prefix rather than ac_.
5084         Don't define DOUBLE_SLASH_IS_DISTINCT_ROOT to 0, for consistency
5085         with other defines.
5086         * modules/double-slash-root: New module.
5087         * modules/dirname (Files): Remove m4/double-slash-root.m4.
5088         (Depends-on): Add double-slash-root.
5089         * MODULES.html.sh (File system functions): Mention new module.
5090
5091 2006-12-14  Paul Eggert  <eggert@cs.ucla.edu>
5092
5093         * lib/yesno.c [!ENABLE_NLS]: Don't include getline.h.
5094         (yesno) [!ENABLE_NLS]: Don't invoke getline or rpmatch.
5095         This is for the benefit of gzip, which doesn't do i18n.
5096
5097 2006-12-12  Jim Meyering  <jim@meyering.net>
5098
5099         * m4/acl.m4 (gl_ACL_GET_FILE): Fix logic error.
5100         Reported by Andreas Schwab <schwab@suse.de>.
5101
5102 2006-12-12  Bruno Haible  <bruno@clisp.org>
5103
5104         Merge these changes.
5105         2006-09-05  Bruno Haible  <bruno@clisp.org>
5106         * lib/iconvme.c (iconv_string): No need to save and restore errno when
5107         iconv_alloc succeeded.
5108         (iconv_alloc): Don't assume that malloc() or realloc(), when failing,
5109         sets errno to ENOMEM. (malloc on GNU/kFreeBSD doesn't.) No need to
5110         test for " && dest " at the end - dest is always != NULL there. Call
5111         iconv with 4xNULL arguments initially, to reset the state. Call iconv
5112         with 2xNULL arguments, also to flush the state storage. Handle the
5113         IRIX iconv behaviour. Realloc the final result, to throw away unused
5114         memory.
5115
5116 2006-12-11  Paul Eggert  <eggert@cs.ucla.edu>
5117
5118         * m4/openat.m4 (gl_FUNC_OPENAT): Don't compile mkdirat
5119         and fchmodat unconditionally, since glibc 2.4 has them.
5120         Problem reported by Arkadiusz Miskiewicz.
5121
5122 2006-12-10  Bruno Haible  <bruno@clisp.org>
5123
5124         * gnulib-tool (func_import): Show the include files only for those
5125         modules that are copied and specified.
5126         Reported by Karl Berry.
5127
5128 2006-12-08  Jim Meyering  <jim@meyering.net>
5129
5130         * build-aux/announce-gen ($VERSION): Don't use of $Revision...$.
5131         Instead, use Emacs' time-stamp write hook.  Note that the time is UTC.
5132
5133         * build-aux/announce-gen: Add two new options, both optional:
5134         --bootstrap-tools=TOOL_LIST
5135               a comma-separated list of tools, e.g.,
5136               autoconf,automake,bison,gnulib
5137         --gnulib-snapshot-date=DATE
5138               if gnulib is in the bootstrap tool list,
5139               then report this as the snapshot date.
5140               If not specified, use the current date/time.
5141               If you specify a date here, be sure it's UTC.
5142
5143 2006-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5144
5145         * tests/test-argp-2.sh: Fix test to match actual output.
5146         (func_compare): Fix sed script to be portable.
5147
5148 2006-12-05  Paul Eggert  <eggert@cs.ucla.edu>
5149
5150         * lib/utimens.c (futimens) [HAVE_BUGGY_NFS_TIME_STAMPS]: Add a
5151         workaround for this case.  It is not autoconfigured now; offhand
5152         it's hard to see how to autoconfigure it.
5153
5154 2006-12-03  Paul Eggert  <eggert@cs.ucla.edu>
5155
5156         * lib/mkdir-p.c (make_dir_parents): Fix race condition when making
5157         a directory that is about to be chowned.  Such a directory's
5158         initial file permissions should permit the owner only and this
5159         should not be changed until after the chown, since the group and
5160         other bits would be incorrect if they granted permission before
5161         the chown.
5162
5163         Fix porting problem for iswctype reported by Georg Schwarz in:
5164         http://lists.gnu.org/archive/html/bug-coreutils/2006-12/msg00017.html
5165         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Require HAVE_ISWCTYPE, too.
5166         * lib/regex_internal.h (RE_ENABLE_I18N): Likewise.
5167         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for iswctype, too.
5168         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
5169
5170 2006-12-03  Jim Meyering  <jim@meyering.net>
5171
5172         * lib/fts.c (fts_load): Don't set sp->fts_dev here, since
5173         p->fts_statp may not yet be defined.
5174         (fts_read): Instead, set it in the caller, once p->fts_statp is
5175         sure to be defined, and corresponds to a top-level directory.
5176         This bug made du -x fail.  Here's the coreutils test case:
5177         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commit;h=ba45154d8e9f
5178         Reported by Mike Frysinger.
5179
5180 2006-12-01  Jim Meyering  <jim@meyering.net>
5181
5182         * modules/savewd (Depends-on): Add fcntl_h to avoid self-test
5183         build failure due to missing definition of HAVE_WORKING_O_NOFOLLOW.
5184         Reported by Simon Josefsson.
5185
5186 2006-11-30  Jim Meyering  <jim@meyering.net>
5187
5188         * m4/warning.m4: Use the all-permissive copyright notice
5189         recommended by RMS (rather than LGPL).
5190         * m4/vararrays.m4: Likewise.
5191         * m4/flexmember.m4: Likewise.
5192
5193 2006-11-29  Bruno Haible  <bruno@clisp.org>
5194
5195         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
5196         noinst_LIBRARIES. Augment noinst_LIBRARIES and noinst_LTLIBRARIES
5197         using +=.
5198         Reported by Simon Josefsson <simon@josefsson.org>.
5199
5200 2006-11-28  James Youngman <jay@gnu.org>
5201
5202         * README: Advise users that they might find the bug-gnulib@gnu.org
5203         and autotools-announce@gnu.org mailing lists useful.
5204
5205 2006-11-28  Bruno Haible  <bruno@clisp.org>
5206
5207         * m4/ptrdiff_max.m4: Remove file.
5208
5209 2006-11-21  Bruno Haible  <bruno@clisp.org>
5210
5211         * m4/eoverflow.m4 (gl_EOVERFLOW): Use AC_COMPUTE_INT instead of
5212         _AC_COMPUTE_INT.
5213         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
5214         * m4/ptrdiff_max.m4 (gl_PTRDIFF_MAX): Use AC_COMPUTE_INT instead of
5215         _AC_COMPUTE_INT.
5216         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
5217         * m4/size_max.m4 (gl_SIZE_MAX): Use AC_COMPUTE_INT instead of
5218         _AC_COMPUTE_INT.
5219         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
5220
5221 2006-11-28  Jim Meyering  <jim@meyering.net>
5222
5223         * lib/regcomp.c (parse_branch): Rename local, exp->expr, to avoid
5224         warning from "gcc -Wshadow" about shadowing the builtin.
5225
5226 2006-11-27  Bruno Haible  <bruno@clisp.org>
5227
5228         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): Use AC_COMPUTE_INT instead of
5229         _AC_COMPUTE_INT.
5230         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
5231
5232 2006-11-27  Bruno Haible  <bruno@clisp.org>
5233             Paul Eggert  <eggert@cs.ucla.edu>
5234
5235         * lib/regex.h (__restrict_arr): Redo logic of #if, for clarity.
5236
5237 2006-11-26  Bruno Haible  <bruno@clisp.org>
5238
5239         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
5240         noinst_LTLIBRARIES.
5241
5242 2006-11-27  Paul Eggert  <eggert@cs.ucla.edu>
5243             Bruno Haible  <bruno@clisp.org>
5244
5245         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to 0
5246         if compiling with "gcc -ansi".
5247
5248 2006-11-26  Paul Eggert  <eggert@cs.ucla.edu>
5249
5250         Fix some incompatibilities with gcc -ansi -pedantic.
5251         * lib/regex.h (__restrict_arr): Don't use the [restrict] syntax
5252         if compiling pedantically with GCC, unless it's C99 or later.
5253         Don't trust sys/cdefs.h's definition of __restrict_arr, either, as
5254         it mishandles gcc -ansi -pedantic as well.
5255         * lib/regex_internal.h (re_token_t): Don't use enum bitfields
5256         if gcc -pedantic.
5257         * lib/regexec.c (check_node_accept_bytes): Don't use auto
5258         initializers for struct if -pedantic, unless it's C99 or later.
5259
5260 2006-11-25  Nix  <nix@esperi.org.uk>  (tiny change)
5261
5262         * m4/fcntl_h.m4 (gl_FCNTL_H): Test the atime, not the mtime.
5263         Don't close an fd more than once. Identical atimes indicate
5264         success, not failure.
5265
5266 2006-11-22  Robinson Mittmann <bob@hoplon.com>  (tiny change)
5267
5268         * lib/sincosl.c (kernel_sinl): Fix typo in threshold.
5269
5270 2006-11-23  Jim Meyering  <jim@meyering.net>
5271
5272         * build-aux/announce-gen: New file.  From coreutils.
5273
5274 2006-11-22  Jim Meyering  <jim@meyering.net>
5275
5276         Work around a compile-time error from the HP-UX 11.00 /bin/cc.
5277         * lib/fts.c (enum Fts_stat): Give this previously-anon enum a name.
5278         (fts_read): Use a temporary to narrow the overused st_size member
5279         before using it in a switch statement.  Reported by Matthew Woehlke.
5280
5281         * m4/clock_time.m4 (gl_CLOCK_TIME): Quote AC_SUBST argument.
5282         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Likewise.
5283
5284 2006-11-20  Bruno Haible  <bruno@clisp.org>
5285
5286         * gettext.m4 (AM_GNU_GETTEXT): Revert 2005-07-28 patch: Use
5287         changequote instead of pairs of brackets.
5288         Reported by Andreas Schwab <schwab@suse.de>.
5289
5290 2006-11-21  Jim Meyering  <jim@meyering.net>
5291
5292         * lib/fts.c (fts_safe_changedir): Move a declaration "up",
5293         so as to remain compatible with older compilers.
5294         Patch from Michael Deutschmann.
5295
5296 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
5297
5298         * MODULES.html.sh (File system functions): Add openat.
5299
5300         * lib/openat.h (rpl_fstatat): New macro, if
5301         [HAVE_OPENAT && ! LSTAT_FOLLOWS_SLASHED_SYMLINK.
5302         (fstatat): Define to rpl_fstatat under the same conditions,
5303         unless COMPILING_FSTATAT.
5304         * m4/openat.m4 (gl_FUNC_OPENAT): Compile fstatat.c too, if fstatat
5305         seems to have the bug.
5306         * lib/fstatat.c: New file.
5307         * modules/openat (Files): Add it.
5308
5309 2006-11-20  Bruno Haible  <bruno@clisp.org>
5310
5311         * Makefile: New file.
5312
5313 2006-11-20  Jim Meyering  <jim@meyering.net>
5314
5315         The beginnings of syntax-related checks for gnulib.
5316         * lib/Makefile: New file.
5317         * lib/t-idcache: New script.  Ensure that the two halves of
5318         idcache.c stay in sync.
5319
5320         * lib/idcache.c: Adjust comments in user- and group- portions to
5321         be more accurate, and to be consistent with one another.
5322
5323 2006-11-20  Jim Meyering  <jim@meyering.net>
5324
5325         * lib/idcache.c: Restore most of the 2006-11-06 patch, so as to
5326         continue using the flexible array member (thus, this module performs
5327         half as many malloc calls), with the addition that...
5328         (getgroup, getuser): Consistently record a non-match via an empty
5329         "name" string, and map an empty string match to a NULL return value.
5330         * modules/idcache (Depends-on): Re-add flexmember.
5331
5332         * lib/idcache.c (getuser): Remove all uses of the register keyword.
5333         (getuidbyname, getgroup, getgidbyname): Likewise.
5334
5335         Use cleaner syntax: NULL rather than 0.
5336         * lib/idcache.c (getuidbyname, getgidbyname): Return NULL, not 0.
5337
5338 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
5339
5340         * lib/idcache.c: Undo most recent patch, dated 2006-11-06.
5341         It mishandled the case where the group was missing.
5342         Problem reported by Greg Schafer.
5343         * modules/idcache: Likewise.
5344
5345 2006-11-18  Jim Meyering  <jim@meyering.net>
5346
5347         * check-module (%exempt_header): Add exception for some
5348         conditionally-included headers.
5349
5350         * modules/i-ring (Depends-on): Add verify.
5351         (License): Change to LGPL.
5352
5353 2006-11-16  Paul Eggert  <eggert@cs.ucla.edu>
5354
5355         * modules/getaddinfo (Depends-on): Remove inttostr; add snprintf.
5356         * lib/getaddrinfo.c: Include snprintf.h rather than intprops.h
5357         and inttostr.h.  Use snprintf rather than uinttostr, so that
5358         LGPLed code doesn't depend on GPLed.
5359
5360 2006-11-17  Paul Eggert  <eggert@cs.ucla.edu>
5361
5362         * modules/inline (License): Change from GPL to LGPL.
5363
5364 2006-11-17  Jim Meyering  <jim@meyering.net>
5365
5366         * modules/d-type (License): Switch to LGPL.
5367
5368 2006-11-15  Bruno Haible  <bruno@clisp.org>
5369
5370         * m4/alloca.m4 (gl_FUNC_ALLOCA): Fix the AC_CACHE_CHECK message.
5371
5372 2006-11-15  Eric Blake  <ebb9@byu.net>
5373
5374         * m4/allocsa.m4 (gl_ALLOCSA): Don't invoke macro already picked up by
5375         the module dependency.
5376
5377 2006-11-15  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
5378             Bruno Haible  <bruno@clisp.org>
5379
5380         * gnulib-tool (func_create_testdir): Add license consistency check.
5381
5382 2006-11-15  Eric Blake  <ebb9@byu.net>
5383
5384         * m4/alloca.m4 (gl_FUNC_ALLOCA): Use AC_CACHE_CHECK to avoid a
5385         random "(cached)" in configure output.
5386
5387 2006-11-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5388
5389         * m4/inttypes.m4 (gl_INTTYPES_H): Use AC_CACHE_CHECK so that the
5390         test for conforming inttypes.h is both announced and cached.
5391
5392         * MODULES.html.sh (seen_modules, seen_files): New variables.
5393         (func_module): Rewrite to use a few less gnulib-tool and sed
5394         invocations.  Avoid a couple of quadratic algorithms for ...
5395         (missed_modules, missed_files): ... these, with ...
5396         (func_append, func_tmpdir): ... these new functions, from
5397         gnulib-tool.  Analogously, install traps for cleanup.
5398
5399         * tests/test-gc.c (main): Remove unused variables.
5400         * tests/test-read-file.c: Include stdlib.h, for 'free'.
5401
5402 2006-11-14  Paul Eggert  <eggert@cs.ucla.edu>
5403
5404         * modules/inttostr (License): Change to LGPL.
5405
5406 2006-11-14  Eric Blake  <ebb9@byu.net>
5407
5408         * modules/tempname (License): Change to LGPL.
5409
5410 2006-11-14  Eric Blake  <ebb9@byu.net>
5411
5412         * doc/functions.texi (Function Portability): *printf functions on
5413         Cygwin now understand all POSIX size specifiers.
5414
5415 2006-11-14  Bruno Haible  <bruno@clisp.org>
5416
5417         * modules/c-ctype (License): Change to LGPL.
5418
5419 2006-11-12  Bruno Haible  <bruno@clisp.org>
5420
5421         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
5422         AC_LIB_LINKFLAGS_BODY): Also set a LIB${NAME}_PREFIX variable. Needed
5423         for GNOME libraries, for which the include files are installed in
5424         subdirectories of $prefix/include.
5425
5426 2006-11-12  Bruno Haible  <bruno@clisp.org>
5427
5428         * m4/lib-link.m4: Require at least autoconf-2.54.
5429         (AC_LIB_LINKFLAGS_BODY) [autoconf < 2.61]: Turn dots into the library
5430         name to underscores for the --with option.
5431
5432 2006-11-13  Bruno Haible  <bruno@clisp.org>
5433
5434         * gnulib-tool (func_create_testdir): Set gl_source_base correctly in
5435         the tests directory.
5436         Reported by Ralf Wildenhues.
5437
5438 2006-11-13  Bruno Haible  <bruno@clisp.org>
5439
5440         * gnulib-tool (func_emit_initmacro_start): Also override AC_LIBSOURCES.
5441         (func_emit_initmacro_end): Undo the override here.
5442         (func_emit_initmacro_done): Emit a definition for gl_LIBSOURCES.
5443         Works around the famous automake error in coreutils.
5444
5445 2006-11-13  Eric Blake  <ebb9@byu.net>
5446
5447         * lib/gl_anytree_oset.h (gl_tree_search_atleast): Return the
5448         element, not its node.
5449
5450 2006-11-12  Bruno Haible  <bruno@clisp.org>
5451
5452         * gnulib-tool (func_emit_lib_Makefile_am): Replace occurrences of
5453         '$(top_srcdir)/build-aux/', taking into account the real auxdir.
5454
5455 2006-11-12  Bruno Haible  <bruno@clisp.org>
5456
5457         * gnulib-tool: New option --local-symlink.
5458         (func_usage): Document it.
5459         (lsymbolic): New variable.
5460         (func_import, func_create_testdir): If --symlink was not specified,
5461         test whether --local-symlink was specified and the file comes from
5462         the local_gnulib_dir.
5463
5464 2006-11-12  Bruno Haible  <bruno@clisp.org>
5465
5466         * gnulib-tool (func_ln): New function.
5467         (func_ln_if_changed, func_create_testdir): Use it instead of "ln -s".
5468
5469 2006-11-12  Bruno Haible  <bruno@clisp.org>
5470
5471         Finish support for source files in subdirectories.
5472         * gnulib-tool (func_emit_lib_Makefile_am): If some of the source files
5473         are in subdirectories, set uses_subdirs and add 'subdir-objects' to
5474         AUTOMAKE_OPTIONS.
5475         (func_import, func_create_testdir): Invoke AM_PROG_CC_C_O in this case.
5476
5477 2006-11-12  Bruno Haible  <bruno@clisp.org>
5478
5479         * gnulib-tool (func_get_automake_snippet): Synthesize also an
5480         EXTRA_lib_SOURCES augmentation.
5481         (func_emit_lib_Makefile_am): Initialize EXTRA_lib..._SOURCES to empty.
5482
5483 2006-11-12  Jim Meyering  <jim@meyering.net>
5484
5485         Make fts (in FTS_CWDFD mode) more efficient by caching a few open
5486         file descriptors.  This also averts a failure on systems with
5487         native openat support when a traversed directory lacks "x" access.
5488         * lib/fts_.h: Include "i-ring.h"
5489         (struct FTS) [fts_fd_ring]: New member.
5490         * lib/fts.c (RESTORE_INITIAL_CWD): Also call fd_ring_clear.
5491         (FCHDIR): Add parentheses.
5492         (fd_ring_check, fd_ring_print) [!FTS_DEBUG]: Define away.
5493         (cwd_advance_fd): Add a 3rd parameter.  Adjust all callers.
5494         When descending, rather than simply closing the previous
5495         fts_cwd_fd value, push that file descriptor onto the ring.
5496         (same_fd, fd_ring_print, fd_ring_check) [FTS_DEBUG]: New functions.
5497         (fts_open): Initialize the new fd_ring member.
5498         (fts_close): Clear the ring.
5499         (fts_safe_changedir): When possible, use our new fd_ring to skip
5500         the diropen and fstat and dev/ino comparison that would normally
5501         accompany a virtual `chdir ("..")'.
5502
5503         * modules/fts (Depends-on): Add i-ring.
5504         * modules/i-ring: New module.
5505         * lib/i-ring.c, lib/i-ring.h, lib/i-ring-test.c: New files.
5506         * m4/i-ring.m4: New file.
5507
5508 2006-11-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5509
5510         * gnulib-tool (func_create_testdir): Fix replacement of
5511         `build-aux' in configure.ac.  Run autotools in gltests
5512         subdirectory.
5513         (func_create_testdir, func_create_megatestdir, test): There is
5514         no need for '--force' in most autotool invocations in a new
5515         tree.  Actually fail the whole test if any of the tools, or the
5516         configure or make stages fail.
5517
5518         Sync from Automake.
5519         * build-aux/gnupload: Revert last change.  Add pointer to upload
5520         instructions of the GNU Maintenance Instructions.
5521         Suggestion by Karl Berry.
5522
5523 2006-11-10  Jim Meyering  <jim@meyering.net>
5524
5525         * lib/fts.c [FTS_DEBUG]: Don't try to print a pointer via %s.
5526
5527 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
5528
5529         * lib/gettext.h (dgettext, dcgettext, ngettext) [! ENABLE_NLS]:
5530         (dngettext, dcngettext, bindtextdomain) [! ENABLE_NLS]:
5531         (bind_textdomain_codeset) [! ENABLE_NLS]:
5532         Evaluate all the arguments.  That way, callers get compatible behavior
5533         if the arguments have side effects.  Also, it avoids some GCC
5534         diagnostics in some cases; Joel E. Denny reported problems when Bison
5535         was configured with --enable-gcc-warnigs.
5536
5537 2006-11-10  Jim Meyering  <jim@meyering.net>
5538
5539         * m4/inline.m4 (gl_INLINE): Check with the compiler, not cpp, so that
5540         relevant options in CFLAGS (like -O, -fno-inline) are taken into
5541         account.
5542
5543 2006-11-10  Jim Meyering  <jim@meyering.net>
5544
5545         * modules/inline: New file/module.
5546         * modules/xalloc (Files): Remove m4/inline.m4.
5547         (Depends-on): Add inline, instead.
5548         * modules/oset: Likewise.
5549         * modules/list: Likewise.
5550
5551 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
5552
5553         * lib/stdint_.h (uintmax_t): Fix typo: int64_t -> uint64_t.
5554         Problem reported by Matthew Woehlke.
5555
5556 2006-11-09  Bruno Haible  <bruno@clisp.org>
5557
5558         * lib/tempname.c (gen_tempname): Remove variant that invokes
5559         __gen_tempname.
5560         * m4/tempname.m4 (gl_FUNC_GEN_TEMPNAME): Don't test for
5561         __gen_tempname.
5562
5563 2006-11-08  Bruno Haible  <bruno@clisp.org>
5564
5565         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Set ac_cv_type_long_long_int
5566         to 'yes' instead of 'cross-compiling'.
5567
5568 2006-11-08  Paul Eggert  <eggert@cs.ucla.edu>
5569
5570         * lib/quotearg.h (quotearg_free): New decl.
5571         * lib/quotearg.c (quotearg_free): New function.
5572         (slot0, nslots, slotvec0, slotvec):
5573         Now file-scope so that quotearg_free can get at them.
5574
5575 2006-11-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5576
5577         Sync from Automake.
5578         * build-aux/gnupload: Add missing 'gnu' to example URL.
5579         Report by Karl Berry.
5580
5581 2006-11-08  Bruno Haible  <bruno@clisp.org>
5582
5583         * m4/inline.m4 (gl_INLINE): Also test __NO_INLINE__.
5584         Suggested by Paul Eggert.
5585
5586 2006-11-08  Jim Meyering  <jim@meyering.net>
5587
5588         * lib/fts.c [!_LGPL_PACKAGE]: Don't include fcntl--.h twice.
5589         It's already included if !_LIBC.
5590         (fts_safe_changedir): Add a comment.
5591
5592 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
5593
5594         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Detect bug in
5595         Tandem NonStop Kernel (OSS) cc -O circa 2004, reported by
5596         Matthew Woehlke.
5597
5598         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Move
5599         definitions up, to avoid colliding with change below.
5600         (static_inline) [HAVE_INLINE]: New macro.
5601         (xnmalloc, xnrealloc, x2nrealloc, xcharalloc):
5602         Provide extern decls when !HAVE_INLINE.  Do not define unless
5603         static_inline is defined, either by us or by xmalloc.c.  Use
5604         static_inline rather than static inline.
5605         (XCALLOC): Optimize sizeof(T) = 1 case.
5606         * lib/xmalloc.c (static_inline) [!HAVE_INLINE]: New macro.
5607
5608 2006-11-07  Bruno Haible  <bruno@clisp.org>
5609
5610         * lib/xalloc.h (XNMALLOC): Restore optimization of sizeof(T) = 1 case.
5611         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require gl_INLINE instead of
5612         AC_C_INLINE.
5613         * modules/xalloc (Files): Add m4/inline.m4.
5614
5615 2006-11-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5616
5617         * README: Fix typo.
5618         * doc/gnulib.texi (Miscellaneous Notes): Likewise, rename...
5619         (Miscellanous Notes): ...from this.
5620
5621 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
5622
5623         * m4/flexmember.m4 (AC_C_FLEXIBLE_ARRAY_MEMBER):
5624         Mention that offsetof should be used instead of sizeof.
5625         From Bruno Haible.
5626
5627 2006-11-07  Bruno Haible  <bruno@clisp.org>
5628
5629         * lib/w32spawn.h (prepare_spawn): Use XNMALLOC instead of xmalloc.
5630
5631 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
5632
5633         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
5634         * lib/gl_anyavltree_list2.h (create_subtree_with_contents):
5635         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
5636         (gl_tree_add_before, gl_tree_add_after):
5637         Use XMALLOC instead of xmalloc, and XCALLOC instead of xzalloc.
5638         * lib/gl_anyhash_list2.h (hash_resize): Likewise.
5639         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
5640         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before):
5641         (gl_linked_add_after, gl_linked_add_at): Likewise.
5642         * lib/gl_anyrbtree_list2.h (create_subtree_with_contents):
5643         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
5644         (gl_tree_add_before, gl_tree_add_after): Likewise.
5645         * lib/gl_anytree_list2.h (gl_tree_create_empty): Likewise.
5646         * lib/gl_anytree_oset.h (gl_tree_create_empty): Likewise.
5647         * lib/gl_anytreehash_list1.h (add_to_bucket): Likewise.
5648
5649 2006-11-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5650
5651         * lib/gl_oset.h: Use C comment style, not C++ comment style.
5652
5653 2006-11-06  Bruno Haible  <bruno@clisp.org>
5654
5655         * m4/inline.m4: New file.
5656         * m4/gl_list.m4 (gl_LIST): Require gl_INLINE.
5657         * modules/list (Files): Add m4/inline.m4.
5658         * modules/oset (Files): Likewise.
5659
5660 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
5661
5662         * lib/idcache.c: Include <stddef.h>, for offsetof.
5663         (struct userid.name): Change from char * to a flexible array member.
5664         All uses changed.
5665         * modules/idcache (Depends-on): Add flexmember.
5666
5667         * MODULES.html.sh (Core language properties): New module flexmember.
5668         * modules/flexmember, m4/flexmember.m4: New files.
5669
5670         * lib/xalloc.h (xnmalloc, xnrealloc, x2nrealloc): Now static
5671         inline functions that are identical with the old xnmalloc_inline,
5672         xnrealloc_inline, x2nrealloc_inline of lib/xmalloc.c.  This is so
5673         that we can avoid some unnecessary integer multiplications and
5674         divisions in the common case where the element size is known at
5675         compile time.
5676         (XNMALLOC) [HAVE_INLINE]: Remove special case, which is no longer
5677         needed.
5678         (xnboundedmalloc): Remove.
5679         (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Use lower-case letters for
5680         arguments, for consistency with rest of this header.
5681         (xcharalloc): Rewrite using XNMALLOC.
5682         * lib/xmalloc.c (xnmalloc_inline, xnmalloc, xnrealloc_inline):
5683         (xnrealloc, x2nrealloc_inline, x2nrealloc): Remove.  The *_inline
5684         versions have been moved to lib/xalloc.h and renamed to be the
5685         non-*_inline versions.
5686         (xmalloc, xrealloc): Implement without reference to the xnmalloc
5687         and xnrealloc functions, since those functions are now inline and
5688         now call us.
5689         (x2realloc): Invoke x2realloc, not x2realloc_inline, to accommodate
5690         renaming described above.
5691         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Remove AC_C_INLINE since
5692         xmalloc.c no longer uses inline directly.  gl_PREREQ_XALLOC now
5693         captures the dependency in AC_C_INLINE.
5694
5695         New module canonicalize-lgpl, proposed by Charles Wilson in
5696         <http://lists.gnu.org/archive/html/bug-gnulib/2006-11/msg00020.html>
5697         with a few small changes afterwards.
5698         * MODULES.html.sh (File system functions): New module
5699         canonicalize-lgpl.
5700         * lib/canonicalize.h: Add comments for canonicalize_filename_mode
5701         and canonicalize_file_name.
5702         * lib/canonicalize-lgpl.c, m4/canonicalize-lgpl.m4:
5703         * modules/canonicalize-lgpl: New files.
5704
5705 2006-11-05  Bruno Haible  <bruno@clisp.org>
5706
5707         * gnulib-tool (func_import, func_create_testdir): Create directories
5708         also for files in subdirectories of lib/.
5709
5710 2006-11-05  Bruno Haible  <bruno@clisp.org>
5711
5712         * lib/gl_array_list.c (gl_array_iterator_next): Make pointer decrement
5713         ANSI C compliant.
5714
5715 2006-11-03  Bruno Haible  <bruno@clisp.org>
5716
5717         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
5718         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require AC_C_INLINE.
5719         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): New macros.
5720         (xnboundedmalloc): New inline function.
5721         * lib/classpath.c (new_classpath): Use XNMALLOC instead of xmalloc.
5722         * lib/clean-temp.c (create_temp_dir): Use XNMALLOC, XMALLOC instead of
5723         xmalloc.
5724         * lib/concatpath.c (concatenated_pathname): Use XNMALLOC instead of
5725         xmalloc.
5726         * lib/fatal-signal.c (at_fatal_signal): Use XNMALLOC instead of xmalloc.
5727         * lib/findprog.c (find_in_path): Use XNMALLOC instead of xmalloc.
5728         * lib/gl_array_list.c (gl_array_create_empty): Use XMALLOC instead of
5729         xmalloc.
5730         (gl_array_create): Use XNMALLOC, XMALLOC instead of xmalloc.
5731         * lib/gl_array_oset.c (gl_array_create_empty): Use XNMALLOC instead of
5732         xmalloc.
5733         * lib/gl_avltree_oset.c (gl_tree_add_first, gl_tree_add_before,
5734         gl_tree_add_after): Use XMALLOC instead of xmalloc.
5735         * lib/gl_carray_list.c (gl_carray_create_empty): Use XMALLOC instead of
5736         xmalloc.
5737         (gl_carray_create): Use XNMALLOC, XMALLOC instead of xmalloc.
5738         * lib/gl_rbtree_oset.c (gl_tree_add_first, gl_tree_add_before,
5739         gl_tree_add_after): Use XMALLOC instead of xmalloc.
5740         * lib/gl_sublist.c (gl_sublist_create): Use XMALLOC instead of xmalloc.
5741         * lib/pagealign_alloc.c (new_memnode): Use XMALLOC instead of xmalloc.
5742         * lib/sh-quote.c (shell_quote_argv): Use XNMALLOC instead of xmalloc.
5743         * lib/xvasprintf.c (xstrcat): Use XNMALLOC instead of xmalloc.
5744
5745 2006-11-03  Bruno Haible  <bruno@clisp.org>
5746
5747         * lib/c-ctype.h [C++]: Define functions without name mangling.
5748         * lib/fwriteerror.h [C++]: Likewise.
5749         * lib/gcd.h [C++]: Likewise.
5750         * lib/linebreak.h [C++]: Likewise.
5751
5752 2006-11-03  Paul Eggert  <eggert@cs.ucla.edu>
5753
5754         * lib/canonicalize.h: (canonicalize_mode_t, CAN_EXISTING):
5755         (CAN_ALL_BUT_LAST, CAN_MISSING, canonicalize_filename_mode):
5756         Define only if PROVIDE_CANONICALIZE_FILENAME_MODE is defined.
5757         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
5758         Check for functions and headers just once.
5759         Check for declaration of canonicalize_file_name.
5760         Define PROVIDE_CANONICALIZE_FILENAME_MODE.
5761
5762 2006-11-02  Charles Wilson  <cygwin@cwilson.fastmail.fm>
5763
5764         * gnulib-tool (func_import): Fix typo in actioncmd.
5765
5766 2006-11-02  Bruno Haible  <bruno@clisp.org>
5767
5768         * gnulib-tool (func_get_automake_snippet): Interpret a backslash-
5769         newline sequence in the Makefile.am snippet as a space, like "make"
5770         does.
5771         Reported by Roger Persson <perrog@gmail.com>.
5772
5773 2006-11-01  Bruno Haible  <bruno@clisp.org>
5774
5775         * m4/strcase.m4 (gl_FUNC_STRNCASECMP): Check whether strncasecmp is
5776         already declared in <string.h>.
5777         * lib/strcase.h (strncasecmp): Don't declare it if yes.
5778
5779 2006-11-01  Bruno Haible  <bruno@clisp.org>
5780
5781         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Don't define strcasecmp here.
5782         * lib/strcase.h: Include <string.h>.
5783         (strcasecmp): Define to rpl_strcasecmp here.
5784
5785 2006-11-01  Bruno Haible  <bruno@clisp.org>
5786
5787         * lib/printf-parse.c (PRINTF_PARSE): Cast malloc/realloc results.
5788
5789 2006-11-01  Eric Blake  <ebb9@byu.net>
5790
5791         * lib/mkstemp-safer.c (mkstemp_safer): Allow C++ compilation.
5792
5793         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Allow C++ configuration.
5794
5795 2006-10-29  Bruno Haible  <bruno@clisp.org>
5796
5797         Make it compile in C++ mode.
5798         * lib/full-write.c (full_rw): Add a cast.
5799
5800 2006-11-01  Bruno Haible  <bruno@clisp.org>
5801
5802         * gnulib-tool (func_get_automake_snippet): Change sed_combine_lines to
5803         be POSIX compliant.
5804         Reported by Roger Persson <perrog@gmail.com>.
5805
5806 2006-11-01  Eric Blake  <ebb9@byu.net>
5807
5808         * lib/getopt_.h: Fix comments.
5809
5810 2006-10-31  Eric Blake  <ebb9@byu.net>
5811
5812         * modules/tmpdir (Depends-on): Add sys_stat.
5813         * modules/mkdtemp (Depends-on): Add tempname, drop unistd.
5814         * lib/mkdtemp.c (gen_tempname): Remove; tempname covers this.
5815         * lib/tmpdir.c (S_ISDIR): Simplify, thanks to sys_stat.
5816         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Simplify, thanks to
5817         tempname.
5818
5819 2006-10-31  Paul Eggert  <eggert@cs.ucla.edu>
5820
5821         Avoid some C++ diagnostics reported by Bruno Haible.
5822         * lib/quotearg.c (clone_quoting_options): Use xmemdup rather than
5823         xmalloc.
5824         (quotearg_alloc): Use xcharalloc rather than xmalloc.
5825         (struct slotvec): Move to top level.
5826         (quotearg_n_options): Rewrite to avoid xmalloc.
5827         * lib/xalloc.h (xcharalloc): New function.
5828         * (xrealloc, xnrealloc, x2realloc, x2nrealloc, xmemdup):
5829         [defined __cplusplus]: Add function template that provides result
5830         type propagation.  This part of the change is from Bruno Haible.
5831
5832 2006-10-29  Bruno Haible  <bruno@clisp.org>
5833
5834         Make it compile in C++ mode.
5835         * lib/striconv.c (mem_cd_iconv): Cast malloc/realloc result.
5836         * lib/strnlen1.c (strnlen1): Cast memchr result.
5837         * lib/mbchar.h (mb_copy): Rename arguments to 'new_mbc', 'old_mbc'.
5838         * lib/clean-temp.c (string_equals, string_hash): Add casts.
5839         (create_temp_dir): Rename local variable 'template'.
5840         (compile_csharp_using_sscli): Add cast.
5841         * lib/fatal-signal.c (at_fatal_signal): Cast xmalloc result.
5842         * lib/findprog.c (find_in_path): Likewise.
5843         * lib/linebreak.c (mbs_width_linebreaks): Cast malloc result.
5844         * lib/wait-process.c (register_slave_subprocess): Likewise.
5845
5846 2006-10-22  Bruno Haible  <bruno@clisp.org>
5847
5848         * modules/tsearch: New file.
5849         * lib/tsearch.h: New file.
5850         * lib/tsearch.c: New file, from glibc-2.5 with small modifications.
5851         * m4/tsearch.m4: New file.
5852         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add tsearch.
5853
5854 2006-10-29  Eric Blake  <ebb9@byu.net>
5855
5856         * lib/arcfour.c: Assume config.h.
5857         * lib/arctwo.c: Likewise.
5858         * lib/base64.c: Likewise.
5859         * lib/check-version.c: Likewise.
5860         * lib/crc.c: Likewise.
5861         * lib/des.c: Likewise.
5862         * lib/gc-gnulib.c: Likewise.
5863         * lib/gc-libgcrypt.c: Likewise.
5864         * lib/gc-pbkdf2-sha1.c: Likewise.
5865         * lib/getaddrinfo.c: Likewise.
5866         * lib/getdelim.c: Likewise.
5867         * lib/getline.c: Likewise.
5868         * lib/hmac-md5.c: Likewise.
5869         * lib/hmac-sha1.c: Likewise.
5870         * lib/iconvme.c: Likewise.
5871         * lib/md2.c: Likewise.
5872         * lib/md4.c: Likewise.
5873         * lib/memxor.c: Likewise.
5874         * lib/read-file.c: Likewise.
5875         * lib/readline.c: Likewise.
5876         * lib/rijndael-alg-fst.c: Likewise.
5877         * lib/rijndael-api-fst.c: Likewise.
5878         * lib/xgetdomainname.c: Likewise.
5879
5880 2006-10-28  Eric Blake  <ebb9@byu.net>
5881
5882         * lib/xstrndup.c: Assume config.h.
5883
5884 2006-10-27  Paul Eggert  <eggert@cs.ucla.edu>
5885
5886         Move stat.h-substitute stuff from lib/stat-macros.h to lib/stat_.h.
5887         stat-macros.h is now for our own macros, whereas stat_h is for
5888         macros in the <sys/stat.h> name space.
5889         * lib/stat-macros.h: Remove copyright notice, as this file is now tiny.
5890         (STAT_MACROS_H): Remove.
5891         (S_IFMT, S_ISBLK, S_ISCHR, S_ISDIR, S_ISFIFO, S_ISLNK, S_ISNAM):
5892         (S_ISMPB, S_ISMPC, S_ISNWK, S_ISREG, S_ISSOCK, S_ISDOOR, S_ISPORT):
5893         (S_TYPEISMQ, S_TYPEISTMO, S_TYPEISSEM, S_TYPEISSHM, S_ISCTG, S_ISOFD):
5894         (S_ISOFL, S_ISWHT, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IRGRP):
5895         (S_IROTH, S_IWUSR, S_IWGRP, S_IWOTH, S_IXUSR, S_IXGRP, S_IXOTH):
5896         (S_IRWXU, S_IRWXG, S_IRWXO, S_IXUGO, S_IRWXUGO):
5897         Move these macros to ...
5898         * lib/stat_.h: here.  Don't include stat-macros.h.
5899         * lib/canonicalize.c: Don't include stat-macros.h.
5900         * lib/chown.c: Likewise.
5901         * lib/euidaccess.c: Likewise.
5902         * lib/file-type.c: Likewise.
5903         * lib/filemode.c: Likewise.
5904         * lib/glob.c: Likewise.
5905         * lib/isapipe.c: Likewise.
5906         * lib/lchown.c: Likewise.
5907         * lib/lstat.c: Likewise.
5908         * lib/mkdir-p.c: Likewise.
5909         * lib/rmdir.c: Likewise.
5910         * m4/lchown.m4 (gl_FUNC_LCHOWN): Don't require gl_STAT_MACROS.
5911         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Don't check for io.h
5912         unless mkdir isn't declared, to speed up 'configure'.
5913         Always create sys/stat.h, since it's unlikely any real sys/stat.h
5914         would define all the S_* symbols.
5915         * modules/canonicalize (Depends-on):
5916         Depend on sys_stat, not stat-macros.
5917         * modules/chown: Likewise.
5918         * modules/euidaccess: Likewise.
5919         * modules/filemode: Likewise.
5920         * modules/file-type: Likewise.
5921         * modules/glob: Likewise.
5922         * modules/isapipe: Likewise.
5923         * modules/lchown: Likewise.
5924         * modules/lstat: Likewise.
5925         * modules/mkancesdirs: Likewise.
5926         * modules/rmdir: Likewise.
5927         * modules/mkdir-p (Depends-on): Also depend on sys_stat.
5928         * modules/modechange: Likewise.
5929         * modules/stat-macros (Files): Remove m4/stat-macros.m4.
5930         (configure.ac): Remove gl_STAT_MACROS.
5931         * modules/sys_stat (Depends-on): Remove stat-macros.
5932
5933 2006-10-27  Bruno Haible  <bruno@clisp.org>
5934
5935         * m4/signed.m4: Remove file.
5936         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS_: Remove bh_C_SIGNED
5937         invocation.
5938         * modules/vasnprintf (Files): Remove m4/signed.m4.
5939
5940 2006-10-27  Bruno Haible  <bruno@clisp.org>
5941
5942         Update to GNU gettext 0.16.
5943         * modules/gettext (Files): Add m4/intl.m4, m4/intldir.m4. Remove
5944         m4/inttypes-h.m4, m4/signed.m4.
5945         * m4/gettext.m4: Update to GNU gettext 0.16.
5946         * m4/intl.m4: New file, from GNU gettext.
5947         * m4/intldir.m4: New file, from GNU gettext.
5948         * config/srclist.txt: Update
5949
5950 2006-10-27  Eric Blake  <ebb9@byu.net>
5951
5952         * MODULES.html.sh: Document tempname.
5953         * modules/mkstemp (Depends-on): Add tempname, and drop transitive
5954         dependencies.
5955         (Files): Move lib/tempname.c...
5956         * modules/tempname: ...to this new module.
5957         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Remove tempname checks.
5958         (gl_PREREQ_TEMPNAME): Move...
5959         * m4/tempname.m4: ...to this new file.
5960         * lib/mkstemp.c (includes) [!_LIBC]: Use tempname.h.
5961         * modules/sys_stat (Depends-on): Add stat-macros.
5962         * lib/stat_.h (includes): Pick up stat macros.
5963         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Replace <sys/stat.h>
5964         if stat macros are broken.
5965         * lib/tempname.c (includes): No need to include "stat-macros.h".
5966         (__gen_tempname) [!_LIBC]: Expose as gen_tempname.
5967         (direxists, __path_search) [!_LIBC]: Don't compile these in
5968         gnulib; the tmpdir module covers that.
5969         * lib/tempname.h: New file.
5970
5971 2006-10-26  Paul Eggert  <eggert@cs.ucla.edu>
5972
5973         * COPYING: Explain how gnulib-tool converts licence headers.
5974         Almost all wording by Eric Blake.
5975
5976 2006-10-25  Paul Eggert  <eggert@cs.ucla.edu>
5977
5978         * lib/mbchar.h (is_basic_table): Make read-only.
5979         * lib/mbchar.c (is_basic_table): Likewise.
5980         Reported by John Darrington.
5981
5982 2006-10-25  Bruno Haible  <bruno@clisp.org>
5983
5984         * lib/progname.h (set_program_name): Undefine before defining.
5985
5986 2006-10-25  Bruno Haible  <bruno@clisp.org>
5987
5988         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to
5989         false for non-gcc C++ compilers.
5990         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
5991
5992 2006-10-24  Bruno Haible  <bruno@clisp.org>
5993
5994         * lib/striconv.c (mem_cd_iconv, str_cd_iconv): Treat all non-GNU
5995         iconv implementations like Irix iconv.
5996
5997 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
5998
5999         * modules/vararrays: New file.
6000         * m4/vararrays.m4: New file, taken from diffutils.
6001         * MODULES.html.sh: New module vararrays.
6002
6003 2006-10-24  Karl Berry  <karl@gnu.org>
6004
6005         * doc/gnulib-intro.texi: --- instead of --; non-naive naive.
6006         Don't call GNU Unix.
6007
6008 2006-10-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6009
6010         * users.txt: Add Libtool.
6011
6012         Sync from Libtool:
6013
6014         2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
6015
6016         * lib/argz.c: Remove check for HAVE_CONFIG_H, to conform
6017         to gnulib's policy of including config.h unconditionally.
6018
6019 2006-10-24  Bruno Haible  <bruno@clisp.org>
6020
6021         * modules/wcwidth (Files): Add m4/wint_t.m4.
6022         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gt_TYPE_WINT_T.
6023         * lib/wcwidth.h (iswprint): Use 'int' if 'wint_t' is not defined.
6024
6025 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
6026
6027         * lib/getdate.y (yyerror): Make the arguments pointer-to-const,
6028         to pacify GCC with some -W flags enabled.  Problem reported by
6029         Bruno Haible.
6030
6031 2006-10-24  Jim Meyering  <jim@meyering.net>
6032
6033         * MODULES.html.sh: Remove uinttostr.  It's not a module.
6034         Reported by Karl Berry.
6035
6036 2006-10-23  Bruno Haible  <bruno@clisp.org>
6037
6038         * lib/fts.c (fts_build): Move variable declaration, for C89 compliance.
6039
6040 2006-10-24  Bruno Haible  <bruno@clisp.org>
6041
6042         * lib/gl_list.h: Use C comment style, not C++ comment style.
6043
6044 2006-10-23  Eric Blake  <ebb9@byu.net>
6045
6046         * lib/getaddrinfo.c (includes): Add missing include.
6047
6048 2006-10-23  Bruno Haible  <bruno@clisp.org>
6049             Paul Eggert  <eggert@cs.ucla.edu>
6050
6051         Ability to rename obstack_free.
6052         * lib/obstack.h (__obstack_free): New macro. Declare instead of
6053         obstack_free.
6054         (obstack_free): Invoke the __obstack_free macro.
6055         * lib/obstack.c (obstack_free): Use __obstack_free macro.
6056
6057 2006-10-23  Bruno Haible  <bruno@clisp.org>
6058             Paul Eggert  <eggert@cs.ucla.edu>
6059
6060         * lib/argp.h (argp_parse, __argp_parse): Comment out the identifiers
6061         __argc, __argv from the declaration. (They are defined as macros on
6062         mingw.)
6063
6064 2006-10-22  Bruno Haible  <bruno@clisp.org>
6065
6066         * doc/gnulib-intro.texi: New file.
6067         * doc/gnulib.texi: Include it.
6068
6069 2006-10-21  Bruno Haible  <bruno@clisp.org>
6070
6071         * doc/gnulib.texi: Split the chapter "Gnulib" into 3 chapters
6072         "Introduction", "Miscellanous Notes", "Particular Modules".
6073
6074 2006-10-21  Bruno Haible  <bruno@clisp.org>
6075
6076         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
6077         Change mostlyclean-local rule to avoid sh syntax error from bash
6078         versions 2.00..2.05 when $(MOSTLYCLEANDIRS) is empty.
6079
6080 2006-10-23  Jim Meyering  <jim@meyering.net>
6081
6082         * lib/getaddrinfo.c (getnameinfo): Use new lightweight uinttostr,
6083         in place of snprintf.
6084
6085         * modules/inttostr (Files): Add lib/uinttostr.c.
6086         * lib/uinttostr.c (inttostr): New file/function.
6087         * lib/inttostr.h (uinttostr): Declare.
6088         * m4/inttostr.m4: Add AC_LIBOBJ([uinttostr]).
6089         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
6090         Add uinttostr.
6091         * modules/getaddrinfo (Depends-on): Remove snprintf.  Add inttostr.
6092
6093 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
6094
6095         * lib/canonicalize.c (ELOOP): Define if not already defined.
6096         Problem reported by Bruno Haible in
6097         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00282.html>.
6098
6099 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
6100
6101         * lib/stdint_.h [defined _AIX]: Don't include <sys/types.h>.
6102         Problem reported by Perry Smith and Ville Laurikari.
6103
6104         * lib/getndelim2.c (SSIZE_MAX): Use same defn that getdelim.c
6105         uses.
6106
6107 2006-10-19  Bruno Haible  <bruno@clisp.org>
6108
6109         * lib/getndelim2.c (SSIZE_MAX): Provide fallback definition. Needed
6110         for mingw.
6111
6112 2006-10-19  Bruno Haible  <bruno@clisp.org>
6113
6114         * lib/openat-priv.h (EOPNOTSUPP): Provide fallback definition.
6115         Needed for mingw.
6116
6117 2006-10-19  Bruno Haible  <bruno@clisp.org>
6118
6119         * m4/size_max.m4 (gl_SIZE_MAX): Cache the result.
6120
6121 2006-10-19  Bruno Haible  <bruno@clisp.org>
6122
6123         * m4/allocsa.m4 (gl_ALLOCSA): Invoke gl_FUNC_ALLOCA, don't AC_REQUIRE
6124         it.
6125
6126 2006-10-19  Bruno Haible  <bruno@clisp.org>
6127
6128         * m4/alloca.m4 (gl_FUNC_ALLOCA): Cache the result of the AC_EGREP_CPP
6129         invocation.
6130
6131 2006-10-19  Bruno Haible  <bruno@clisp.org>
6132
6133         * gnulib-tool (func_create_testdir): Don't include ftruncate and
6134         mountlist by default.
6135
6136 2006-10-16  Bruno Haible  <bruno@clisp.org>
6137
6138         * lib/c-strstr.c: Include c-strstr.h.
6139
6140 2006-10-18  Charles Wilson  <cygwin@cwilson.fastmail.fm>
6141
6142         * gnulib-tool: Don't clobber $sourcebase when $local_gnulib_dir ends
6143         in a slash.
6144
6145 2006-10-18  Bruno Haible  <bruno@clisp.org>
6146
6147         * lib/lock.h [C++]: Wrap definitions in extern "C".
6148
6149 2006-10-18  Bruno Haible  <bruno@clisp.org>
6150
6151         * gnulib-tool (func_emit_initmacro_end): Remove duplicates from the
6152         gl_LIBOBJS list.
6153
6154 2006-10-18  Bruno Haible  <bruno@clisp.org>
6155
6156         * lib/findprog.c (find_in_path): Avoid "gcc -Wwrite-strings" warning.
6157
6158 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>
6159
6160         * lib/xstrtol.h: Include gettext.h.
6161         (_STRTOL_ERROR): Wrap English-language formats inside gettext.
6162         Problem reported by Eric Blake.
6163         * modules/xstrtol (Depends-on): Add gettext-h.
6164
6165 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>  (tiny change)
6166
6167         * lib/strftime.c (advance): New macro.
6168         (add): Use it to avoid adding 0 to a FILE *.  FILE can be an
6169         incomplete type, so you can't add 0 to it.  Problem and patch
6170         reported by Eelco Dolstra for dietlibc.
6171
6172 2006-10-18  Jim Meyering  <jim@meyering.net>
6173
6174         * lib/readutmp.c (desirable_utmp_entry): Use "bool" as the
6175         type for a local, and rename it: s/up/user_proc/.
6176
6177 2006-10-18  Sergey Poznyakoff  <gray@gnu.org.ua>
6178
6179         * lib/readutmp.c (desirable_utmp_entry): Implement new flag:
6180         READ_UTMP_USER_PROCESS.
6181         * lib/readutmp.h (READ_UTMP_USER_PROCESS): New flag
6182
6183 2006-10-17  Paul Eggert  <eggert@cs.ucla.edu>
6184
6185         * lib/localcharset.c: Do not check HAVE_SETLOCALE.
6186         * m4/localcharset.m4 (gl_LOCALCHARSET): Don't check for setlocale.
6187
6188 2006-10-17  Eric Blake  <ebb9@byu.net>
6189
6190         * lib/sigprocmask.c (sigprocmask): Fix typo.
6191
6192         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Fix typo.
6193
6194         * modules/clean-temp (Makefile.am): Don't add to make output...
6195         (configure.ac): ...instead define SIGNAL_SAFE_LIST inside
6196         config.h.
6197
6198 2006-10-17  Bruno Haible  <bruno@clisp.org>
6199
6200         * lib/gettext.h (gettext, ngettext, pgettext, npgettext): Define
6201         differently if DEFAULT_TEXT_DOMAIN is set.
6202
6203 2006-10-16  Bruno Haible  <bruno@clisp.org>
6204
6205         * lib/clean-temp.c: Include fwriteerror.h.
6206
6207 2006-10-16  Bruno Haible  <bruno@clisp.org>
6208
6209         * getndelim2.m4 (gl_GETNDELIM2): Remove 2003-10-23 hack.
6210
6211 2006-10-16  Bruno Haible  <bruno@clisp.org>
6212
6213         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Also test for sigset_t.
6214         * lib/sigprocmask.h: Include <sys/types.h>.
6215         (sigset_t): Use the system's definition if present.
6216
6217 2006-10-17  Eric Blake  <ebb9@byu.net>
6218
6219         * lib/xvasprintf.c (includes): Assume config.h.
6220         * lib/xasprintf.c (includes): Likewise.
6221
6222 2006-10-16  Paul Eggert  <eggert@cs.ucla.edu>
6223
6224         * lib/fsusage.c (PROPAGATE_ALL_ONES): Don't assume uintmax_t is
6225         at least as wide as intmax_t.
6226
6227 2006-10-16  Alexandre Duret-Lutz  <adl@gnu.org>
6228
6229         (Imported from Automake.)
6230         * build-aux/gnupload: Update to version 1.1 of directive file.
6231
6232 2006-10-16  Eric Blake  <ebb9@byu.net>
6233
6234         * modules/configmake (Makefile.am): Add pkglibexecdir support, to
6235         match Automake 1.10a.
6236
6237 2006-10-14  Bruno Haible  <bruno@clisp.org>
6238
6239         * modules/sigprocmask: New file.
6240         * lib/sigprocmask.h: New file.
6241         * lib/sigprocmask.c: New file.
6242         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Renamed from
6243         gt_SIGNALBLOCKING. When not defining HAVE_POSIX_SIGNALBLOCKING,
6244         request sigprocmask.o.
6245         (gl_PREREQ_SIGPROCMASK): New macro.
6246         * modules/fatal-signal (Files): Remove m4/signalblocking.m4.
6247         (Depends-on): Add sigprocmask.
6248         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Don't require
6249         gt_SIGNALBLOCKING. Test for 'raise' only once.
6250         * lib/fatal-signal.c: Include sigprocmask.h.
6251         (fatal_signal_set, init_fatal_signal_set, block_fatal_signals,
6252         unblock_fatal_signals): Define always.
6253         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
6254         sigprocmask.
6255
6256 2006-10-14  Paul Eggert  <eggert@cs.ucla.edu>
6257
6258         Sync from Automake.
6259         * build-aux/install-sh (posix_mkdir): Reject FreeBSD 6.1 mkdir -p -m,
6260         which incorrectly sets the mode of an existing destination
6261         directory.  In some cases the unpatched install-sh could do the
6262         equivalent of "chmod 777 /" or "chmod 0 /" on a buggy FreeBSD
6263         system.  We hope this is rare in practice, but it's clearly worth
6264         fixing.  Problem reported by Alex Unleashed in
6265         <http://lists.gnu.org/archive/html/bug-autoconf/2006-10/msg00012.html>.
6266         Also, don't bother to check for -m bugs unless we're using -m;
6267         suggested by Stepan Kasal.
6268
6269 2006-10-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6270
6271         Sync from Automake.
6272         * build-aux/depcomp (gcc3): Put dependency extraction flags before the
6273         `-c' flag, so they appear at the same position as in %FASTDEP%
6274         mode in depend2.am.  Fixes build failure for FreeBSD's c89,
6275         which ignores unknown options only after the first non-option.
6276         Bug report against M4 by Nelson H. F. Beebe.
6277
6278 2006-10-13  Jim Meyering  <jim@meyering.net>
6279
6280         Fix a bug in yesterday's change.
6281         * lib/fts.c (fts_open): When using FTS_XDEV|FTS_NOSTAT,
6282         p->fts_statp->st_dev would be used uninitialized.
6283         Ensures that we always call fts_stat on the very first entry.
6284         Miklos Szeredi reported that find -xdev stopped working.
6285
6286 2006-10-12  Bruno Haible  <bruno@clisp.org>
6287
6288         * gnulib-tool (func_get_automake_snippet): Append an automatically
6289         computed EXTRA_DIST augmentation.
6290         * modules/acl (Makefile.am): Remove EXTRA_DIST augmentation.
6291         * modules/alloca-opt (Makefile.am): Likewise.
6292         * modules/allocsa (Makefile.am): Likewise.
6293         * modules/arcfour (Makefile.am): Likewise.
6294         * modules/arctwo (Makefile.am): Likewise.
6295         * modules/argmatch (Makefile.am): Likewise.
6296         * modules/argz (Makefile.am): Likewise.
6297         * modules/atexit (Makefile.am): Likewise.
6298         * modules/backupfile (Makefile.am): Likewise.
6299         * modules/byteswap (Makefile.am): Likewise.
6300         * modules/c-strtod (Makefile.am): Likewise.
6301         * modules/c-strtold (Makefile.am): Likewise.
6302         * modules/calloc (Makefile.am): Likewise.
6303         * modules/canon-host (Makefile.am): Likewise.
6304         * modules/canonicalize (Makefile.am): Likewise.
6305         * modules/chdir-long (Makefile.am): Likewise.
6306         * modules/chdir-safer (Makefile.am): Likewise.
6307         * modules/check-version (Makefile.am): Likewise.
6308         * modules/chown (Makefile.am): Likewise.
6309         * modules/cloexec (Makefile.am): Likewise.
6310         * modules/close-stream (Makefile.am): Likewise.
6311         * modules/closeout (Makefile.am): Likewise.
6312         * modules/crc (Makefile.am): Likewise.
6313         * modules/csharpexec (Makefile.am): Likewise.
6314         * modules/cycle-check (Makefile.am): Likewise.
6315         * modules/des (Makefile.am): Likewise.
6316         * modules/dev-ino (Makefile.am): Likewise.
6317         * modules/dirfd (Makefile.am): Likewise.
6318         * modules/dirname (Makefile.am): Likewise.
6319         * modules/dup2 (Makefile.am): Likewise.
6320         * modules/eealloc (Makefile.am): Likewise.
6321         * modules/error (Makefile.am): Likewise.
6322         * modules/euidaccess (Makefile.am): Likewise.
6323         * modules/exclude (Makefile.am): Likewise.
6324         * modules/exitfail (Makefile.am): Likewise.
6325         * modules/fcntl-safer (Makefile.am): Likewise.
6326         * modules/fcntl (Makefile.am): Likewise.
6327         * modules/file-type (Makefile.am): Likewise.
6328         * modules/fileblocks (Makefile.am): Likewise.
6329         * modules/filemode (Makefile.am): Likewise.
6330         * modules/filenamecat (Makefile.am): Likewise.
6331         * modules/fnmatch (Makefile.am): Likewise.
6332         * modules/fopen-safer (Makefile.am): Likewise.
6333         * modules/fpending (Makefile.am): Likewise.
6334         * modules/fprintftime (Makefile.am): Likewise.
6335         * modules/free (Makefile.am): Likewise.
6336         * modules/fsusage (Makefile.am): Likewise.
6337         * modules/ftruncate (Makefile.am): Likewise.
6338         * modules/fts (Makefile.am): Likewise.
6339         * modules/gc-arcfour (Makefile.am): Likewise.
6340         * modules/gc-des (Makefile.am): Likewise.
6341         * modules/gc-hmac-md5 (Makefile.am): Likewise.
6342         * modules/gc-hmac-sha1 (Makefile.am): Likewise.
6343         * modules/gc-md4 (Makefile.am): Likewise.
6344         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
6345         * modules/gc-sha1 (Makefile.am): Likewise.
6346         * modules/gc (Makefile.am): Likewise.
6347         * modules/getaddrinfo (Makefile.am): Likewise.
6348         * modules/getcwd (Makefile.am): Likewise.
6349         * modules/getdelim (Makefile.am): Likewise.
6350         * modules/getdomainname (Makefile.am): Likewise.
6351         * modules/getgroups (Makefile.am): Likewise.
6352         * modules/gethostname (Makefile.am): Likewise.
6353         * modules/gethrxtime (Makefile.am): Likewise.
6354         * modules/getline (Makefile.am): Likewise.
6355         * modules/getloadavg (Makefile.am): Likewise.
6356         * modules/getlogin_r (Makefile.am): Likewise.
6357         * modules/getndelim2 (Makefile.am): Likewise.
6358         * modules/getopt (Makefile.am): Likewise.
6359         * modules/getpagesize (Makefile.am): Likewise.
6360         * modules/getpass-gnu (Makefile.am): Likewise.
6361         * modules/getpass (Makefile.am): Likewise.
6362         * modules/getsubopt (Makefile.am): Likewise.
6363         * modules/gettime (Makefile.am): Likewise.
6364         * modules/gettimeofday (Makefile.am): Likewise.
6365         * modules/getugroups (Makefile.am): Likewise.
6366         * modules/getusershell (Makefile.am): Likewise.
6367         * modules/glob (Makefile.am): Likewise.
6368         * modules/group-member (Makefile.am): Likewise.
6369         * modules/hard-locale (Makefile.am): Likewise.
6370         * modules/hash (Makefile.am): Likewise.
6371         * modules/hmac-md5 (Makefile.am): Likewise.
6372         * modules/hmac-sha1 (Makefile.am): Likewise.
6373         * modules/human (Makefile.am): Likewise.
6374         * modules/idcache (Makefile.am): Likewise.
6375         * modules/imaxabs (Makefile.am): Likewise.
6376         * modules/imaxdiv (Makefile.am): Likewise.
6377         * modules/inet_ntop (Makefile.am): Likewise.
6378         * modules/inet_pton (Makefile.am): Likewise.
6379         * modules/intprops (Makefile.am): Likewise.
6380         * modules/inttostr (Makefile.am): Likewise.
6381         * modules/inttypes (Makefile.am): Likewise.
6382         * modules/isapipe (Makefile.am): Likewise.
6383         * modules/javaversion (Makefile.am): Likewise.
6384         * modules/lchmod (Makefile.am): Likewise.
6385         * modules/lchown (Makefile.am): Likewise.
6386         * modules/localcharset (Makefile.am): Likewise.
6387         * modules/long-options (Makefile.am): Likewise.
6388         * modules/lstat (Makefile.am): Likewise.
6389         * modules/malloc (Makefile.am): Likewise.
6390         * modules/mathl (Makefile.am): Likewise.
6391         * modules/mbchar (Makefile.am): Likewise.
6392         * modules/md2 (Makefile.am): Likewise.
6393         * modules/md4 (Makefile.am): Likewise.
6394         * modules/md5 (Makefile.am): Likewise.
6395         * modules/memcasecmp (Makefile.am): Likewise.
6396         * modules/memchr (Makefile.am): Likewise.
6397         * modules/memcmp (Makefile.am): Likewise.
6398         * modules/memcoll (Makefile.am): Likewise.
6399         * modules/memcpy (Makefile.am): Likewise.
6400         * modules/memmem (Makefile.am): Likewise.
6401         * modules/memmove (Makefile.am): Likewise.
6402         * modules/mempcpy (Makefile.am): Likewise.
6403         * modules/memrchr (Makefile.am): Likewise.
6404         * modules/memset (Makefile.am): Likewise.
6405         * modules/memxor (Makefile.am): Likewise.
6406         * modules/mkancesdirs (Makefile.am): Likewise.
6407         * modules/mkdir-p (Makefile.am): Likewise.
6408         * modules/mkdir (Makefile.am): Likewise.
6409         * modules/mkdtemp (Makefile.am): Likewise.
6410         * modules/mkstemp (Makefile.am): Likewise.
6411         * modules/mktime (Makefile.am): Likewise.
6412         * modules/modechange (Makefile.am): Likewise.
6413         * modules/mountlist (Makefile.am): Likewise.
6414         * modules/nanosleep (Makefile.am): Likewise.
6415         * modules/obstack (Makefile.am): Likewise.
6416         * modules/openat (Makefile.am): Likewise.
6417         * modules/pagealign_alloc (Makefile.am): Likewise.
6418         * modules/pathmax (Makefile.am): Likewise.
6419         * modules/physmem (Makefile.am): Likewise.
6420         * modules/poll (Makefile.am): Likewise.
6421         * modules/posixtm (Makefile.am): Likewise.
6422         * modules/posixver (Makefile.am): Likewise.
6423         * modules/putenv (Makefile.am): Likewise.
6424         * modules/quote (Makefile.am): Likewise.
6425         * modules/quotearg (Makefile.am): Likewise.
6426         * modules/raise (Makefile.am): Likewise.
6427         * modules/read-file (Makefile.am): Likewise.
6428         * modules/readline (Makefile.am): Likewise.
6429         * modules/readlink (Makefile.am): Likewise.
6430         * modules/readtokens (Makefile.am): Likewise.
6431         * modules/readutmp (Makefile.am): Likewise.
6432         * modules/realloc (Makefile.am): Likewise.
6433         * modules/regex (Makefile.am): Likewise.
6434         * modules/rename-dest-slash (Makefile.am): Likewise.
6435         * modules/rename (Makefile.am): Likewise.
6436         * modules/rijndael (Makefile.am): Likewise.
6437         * modules/rmdir (Makefile.am): Likewise.
6438         * modules/rpmatch (Makefile.am): Likewise.
6439         * modules/safe-read (Makefile.am): Likewise.
6440         * modules/safe-write (Makefile.am): Likewise.
6441         * modules/same-inode (Makefile.am): Likewise.
6442         * modules/same (Makefile.am): Likewise.
6443         * modules/save-cwd (Makefile.am): Likewise.
6444         * modules/savedir (Makefile.am): Likewise.
6445         * modules/setenv (Makefile.am): Likewise.
6446         * modules/settime (Makefile.am): Likewise.
6447         * modules/sha1 (Makefile.am): Likewise.
6448         * modules/sig2str (Makefile.am): Likewise.
6449         * modules/snprintf (Makefile.am): Likewise.
6450         * modules/stat-macros (Makefile.am): Likewise.
6451         * modules/stat-time (Makefile.am): Likewise.
6452         * modules/stdbool (Makefile.am): Likewise.
6453         * modules/stdint (Makefile.am): Likewise.
6454         * modules/stdlib-safer (Makefile.am): Likewise.
6455         * modules/stpcpy (Makefile.am): Likewise.
6456         * modules/stpncpy (Makefile.am): Likewise.
6457         * modules/strcase (Makefile.am): Likewise.
6458         * modules/strcasestr (Makefile.am): Likewise.
6459         * modules/strchrnul (Makefile.am): Likewise.
6460         * modules/strcspn (Makefile.am): Likewise.
6461         * modules/strdup (Makefile.am): Likewise.
6462         * modules/strerror (Makefile.am): Likewise.
6463         * modules/strftime (Makefile.am): Likewise.
6464         * modules/strndup (Makefile.am): Likewise.
6465         * modules/strnlen (Makefile.am): Likewise.
6466         * modules/strpbrk (Makefile.am): Likewise.
6467         * modules/strsep (Makefile.am): Likewise.
6468         * modules/strstr (Makefile.am): Likewise.
6469         * modules/strtod (Makefile.am): Likewise.
6470         * modules/strtoimax (Makefile.am): Likewise.
6471         * modules/strtok_r (Makefile.am): Likewise.
6472         * modules/strtol (Makefile.am): Likewise.
6473         * modules/strtoll (Makefile.am): Likewise.
6474         * modules/strtoul (Makefile.am): Likewise.
6475         * modules/strtoull (Makefile.am): Likewise.
6476         * modules/strtoumax (Makefile.am): Likewise.
6477         * modules/strverscmp (Makefile.am): Likewise.
6478         * modules/sys_socket (Makefile.am): Likewise.
6479         * modules/sys_stat (Makefile.am): Likewise.
6480         * modules/sysexits (Makefile.am): Likewise.
6481         * modules/time_r (Makefile.am): Likewise.
6482         * modules/timegm (Makefile.am): Likewise.
6483         * modules/timespec (Makefile.am): Likewise.
6484         * modules/tmpfile-safer (Makefile.am): Likewise.
6485         * modules/trim (Makefile.am): Likewise.
6486         * modules/unistd-safer (Makefile.am): Likewise.
6487         * modules/unlinkdir (Makefile.am): Likewise.
6488         * modules/unlocked-io (Makefile.am): Likewise.
6489         * modules/userspec (Makefile.am): Likewise.
6490         * modules/utime (Makefile.am): Likewise.
6491         * modules/utimecmp (Makefile.am): Likewise.
6492         * modules/utimens (Makefile.am): Likewise.
6493         * modules/vasnprintf (Makefile.am): Likewise.
6494         * modules/vasprintf (Makefile.am): Likewise.
6495         * modules/vsnprintf (Makefile.am): Likewise.
6496         * modules/xalloc (Makefile.am): Likewise.
6497         * modules/xgetcwd (Makefile.am): Likewise.
6498         * modules/xnanosleep (Makefile.am): Likewise.
6499         * modules/xreadlink (Makefile.am): Likewise.
6500         * modules/xstrtod (Makefile.am): Likewise.
6501         * modules/xstrtol (Makefile.am): Likewise.
6502         * modules/xstrtold (Makefile.am): Likewise.
6503         * modules/yesno (Makefile.am): Likewise.
6504         * modules/getdate (Makefile.am): Don't add getdate.h to EXTRA_DIST.
6505
6506 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
6507
6508         * modules/error (Makefile.am): Distribute files through
6509         EXTRA_DIST, not lib_SOURCES.
6510
6511 2006-10-12  Eric Blake  <ebb9@byu.net>
6512
6513         * modules/error (Makefile.am): Distribute files in /lib.
6514         * modules/obstack (Makefile.am): Likewise.
6515
6516 2006-10-12  Bruno Haible  <bruno@clisp.org>
6517
6518         * modules/acl (Makefile.am): Distribute all files in lib/ through
6519         EXTRA_DIST.
6520         * modules/arcfour (Makefile.am): Likewise.
6521         * modules/arctwo (Makefile.am): Likewise.
6522         * modules/argmatch (Makefile.am): Likewise.
6523         * modules/argz (Makefile.am): Likewise.
6524         * modules/atexit (Makefile.am): Likewise.
6525         * modules/backupfile (Makefile.am): Likewise.
6526         * modules/c-strtod (Makefile.am): Likewise.
6527         * modules/c-strtold (Makefile.am): Likewise.
6528         * modules/calloc (Makefile.am): Likewise.
6529         * modules/canon-host (Makefile.am): Likewise.
6530         * modules/canonicalize (Makefile.am): Likewise.
6531         * modules/chdir-long (Makefile.am): Likewise.
6532         * modules/chdir-safer (Makefile.am): Likewise.
6533         * modules/check-version (Makefile.am): Likewise.
6534         * modules/chown (Makefile.am): Likewise.
6535         * modules/cloexec (Makefile.am): Likewise.
6536         * modules/close-stream (Makefile.am): Likewise.
6537         * modules/closeout (Makefile.am): Likewise.
6538         * modules/crc (Makefile.am): Likewise.
6539         * modules/cycle-check (Makefile.am): Likewise.
6540         * modules/des (Makefile.am): Likewise.
6541         * modules/dirfd (Makefile.am): Likewise.
6542         * modules/dirname (Makefile.am): Likewise.
6543         * modules/dup2 (Makefile.am): Likewise.
6544         * modules/euidaccess (Makefile.am): Likewise.
6545         * modules/exclude (Makefile.am): Likewise.
6546         * modules/exitfail (Makefile.am): Likewise.
6547         * modules/fcntl-safer (Makefile.am): Likewise.
6548         * modules/file-type (Makefile.am): Likewise.
6549         * modules/fileblocks (Makefile.am): Likewise.
6550         * modules/filemode (Makefile.am): Likewise.
6551         * modules/filenamecat (Makefile.am): Likewise.
6552         * modules/fnmatch (Makefile.am): Likewise.
6553         * modules/fopen-safer (Makefile.am): Likewise.
6554         * modules/fpending (Makefile.am): Likewise.
6555         * modules/fprintftime (Makefile.am): Likewise.
6556         * modules/free (Makefile.am): Likewise.
6557         * modules/fsusage (Makefile.am): Likewise.
6558         * modules/ftruncate (Makefile.am): Likewise.
6559         * modules/fts (Makefile.am): Likewise.
6560         * modules/gc (Makefile.am): Likewise.
6561         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
6562         * modules/getaddrinfo (Makefile.am): Likewise.
6563         * modules/getcwd (Makefile.am): Likewise.
6564         * modules/getdelim (Makefile.am): Likewise.
6565         * modules/getdomainname (Makefile.am): Likewise.
6566         * modules/getgroups (Makefile.am): Likewise.
6567         * modules/gethostname (Makefile.am): Likewise.
6568         * modules/gethrxtime (Makefile.am): Likewise.
6569         * modules/getline (Makefile.am): Likewise.
6570         * modules/getloadavg (Makefile.am): Likewise.
6571         * modules/getlogin_r (Makefile.am): Likewise.
6572         * modules/getopt (Makefile.am): Likewise.
6573         * modules/getpass (Makefile.am): Likewise.
6574         * modules/getpass-gnu (Makefile.am): Likewise.
6575         * modules/getsubopt (Makefile.am): Likewise.
6576         * modules/gettime (Makefile.am): Likewise.
6577         * modules/gettimeofday (Makefile.am): Likewise.
6578         * modules/getugroups (Makefile.am): Likewise.
6579         * modules/getusershell (Makefile.am): Likewise.
6580         * modules/glob (Makefile.am): Likewise.
6581         * modules/group-member (Makefile.am): Likewise.
6582         * modules/hard-locale (Makefile.am): Likewise.
6583         * modules/hash (Makefile.am): Likewise.
6584         * modules/hmac-md5 (Makefile.am): Likewise.
6585         * modules/hmac-sha1 (Makefile.am): Likewise.
6586         * modules/human (Makefile.am): Likewise.
6587         * modules/idcache (Makefile.am): Likewise.
6588         * modules/imaxabs (Makefile.am): Likewise.
6589         * modules/imaxdiv (Makefile.am): Likewise.
6590         * modules/inet_ntop (Makefile.am): Likewise.
6591         * modules/inet_pton (Makefile.am): Likewise.
6592         * modules/inttostr (Makefile.am): Likewise.
6593         * modules/isapipe (Makefile.am): Likewise.
6594         * modules/lchown (Makefile.am): Likewise.
6595         * modules/long-options (Makefile.am): Likewise.
6596         * modules/lstat (Makefile.am): Likewise.
6597         * modules/malloc (Makefile.am): Likewise.
6598         * modules/mathl (Makefile.am): Likewise.
6599         * modules/mbchar (Makefile.am): Likewise.
6600         * modules/md2 (Makefile.am): Likewise.
6601         * modules/md4 (Makefile.am): Likewise.
6602         * modules/md5 (Makefile.am): Likewise.
6603         * modules/memcasecmp (Makefile.am): Likewise.
6604         * modules/memchr (Makefile.am): Likewise.
6605         * modules/memcmp (Makefile.am): Likewise.
6606         * modules/memcoll (Makefile.am): Likewise.
6607         * modules/memcpy (Makefile.am): Likewise.
6608         * modules/memmem (Makefile.am): Likewise.
6609         * modules/memmove (Makefile.am): Likewise.
6610         * modules/mempcpy (Makefile.am): Likewise.
6611         * modules/memrchr (Makefile.am): Likewise.
6612         * modules/memset (Makefile.am): Likewise.
6613         * modules/memxor (Makefile.am): Likewise.
6614         * modules/mkancesdirs (Makefile.am): Likewise.
6615         * modules/mkdir (Makefile.am): Likewise.
6616         * modules/mkdir-p (Makefile.am): Likewise.
6617         * modules/mkdtemp (Makefile.am): Likewise.
6618         * modules/mkstemp (Makefile.am): Likewise.
6619         * modules/mktime (Makefile.am): Likewise.
6620         * modules/modechange (Makefile.am): Likewise.
6621         * modules/mountlist (Makefile.am): Likewise.
6622         * modules/nanosleep (Makefile.am): Likewise.
6623         * modules/openat (Makefile.am): Likewise.
6624         * modules/pagealign_alloc (Makefile.am): Likewise.
6625         * modules/physmem (Makefile.am): Likewise.
6626         * modules/poll (Makefile.am): Likewise.
6627         * modules/posixtm (Makefile.am): Likewise.
6628         * modules/posixver (Makefile.am): Likewise.
6629         * modules/putenv (Makefile.am): Likewise.
6630         * modules/quote (Makefile.am): Likewise.
6631         * modules/quotearg (Makefile.am): Likewise.
6632         * modules/raise (Makefile.am): Likewise.
6633         * modules/read-file (Makefile.am): Likewise.
6634         * modules/readline (Makefile.am): Likewise.
6635         * modules/readlink (Makefile.am): Likewise.
6636         * modules/readtokens (Makefile.am): Likewise.
6637         * modules/readutmp (Makefile.am): Likewise.
6638         * modules/realloc (Makefile.am): Likewise.
6639         * modules/regex (Makefile.am): Likewise.
6640         * modules/rename (Makefile.am): Likewise.
6641         * modules/rename-dest-slash (Makefile.am): Likewise.
6642         * modules/rijndael (Makefile.am): Likewise.
6643         * modules/rmdir (Makefile.am): Likewise.
6644         * modules/rpmatch (Makefile.am): Likewise.
6645         * modules/safe-read (Makefile.am): Likewise.
6646         * modules/safe-write (Makefile.am): Likewise.
6647         * modules/same (Makefile.am): Likewise.
6648         * modules/save-cwd (Makefile.am): Likewise.
6649         * modules/savedir (Makefile.am): Likewise.
6650         * modules/setenv (Makefile.am): Likewise.
6651         * modules/settime (Makefile.am): Likewise.
6652         * modules/sha1 (Makefile.am): Likewise.
6653         * modules/sig2str (Makefile.am): Likewise.
6654         * modules/snprintf (Makefile.am): Likewise.
6655         * modules/stdlib-safer (Makefile.am): Likewise.
6656         * modules/stpcpy (Makefile.am): Likewise.
6657         * modules/stpncpy (Makefile.am): Likewise.
6658         * modules/strcase (Makefile.am): Likewise.
6659         * modules/strcasestr (Makefile.am): Likewise.
6660         * modules/strchrnul (Makefile.am): Likewise.
6661         * modules/strcspn (Makefile.am): Likewise.
6662         * modules/strdup (Makefile.am): Likewise.
6663         * modules/strerror (Makefile.am): Likewise.
6664         * modules/strftime (Makefile.am): Likewise.
6665         * modules/strndup (Makefile.am): Likewise.
6666         * modules/strnlen (Makefile.am): Likewise.
6667         * modules/strpbrk (Makefile.am): Likewise.
6668         * modules/strsep (Makefile.am): Likewise.
6669         * modules/strstr (Makefile.am): Likewise.
6670         * modules/strtod (Makefile.am): Likewise.
6671         * modules/strtoimax (Makefile.am): Likewise.
6672         * modules/strtok_r (Makefile.am): Likewise.
6673         * modules/strtol (Makefile.am): Likewise.
6674         * modules/strtoll (Makefile.am): Likewise.
6675         * modules/strtoul (Makefile.am): Likewise.
6676         * modules/strtoull (Makefile.am): Likewise.
6677         * modules/strtoumax (Makefile.am): Likewise.
6678         * modules/strverscmp (Makefile.am): Likewise.
6679         * modules/time_r (Makefile.am): Likewise.
6680         * modules/timegm (Makefile.am): Likewise.
6681         * modules/tmpfile-safer (Makefile.am): Likewise.
6682         * modules/unistd-safer (Makefile.am): Likewise.
6683         * modules/unlinkdir (Makefile.am): Likewise.
6684         * modules/userspec (Makefile.am): Likewise.
6685         * modules/utime (Makefile.am): Likewise.
6686         * modules/utimecmp (Makefile.am): Likewise.
6687         * modules/utimens (Makefile.am): Likewise.
6688         * modules/vasnprintf (Makefile.am): Likewise.
6689         * modules/vasprintf (Makefile.am): Likewise.
6690         * modules/vsnprintf (Makefile.am): Likewise.
6691         * modules/xalloc (Makefile.am): Likewise.
6692         * modules/xgetcwd (Makefile.am): Likewise.
6693         * modules/xnanosleep (Makefile.am): Likewise.
6694         * modules/xreadlink (Makefile.am): Likewise.
6695         * modules/xstrtod (Makefile.am): Likewise.
6696         * modules/xstrtol (Makefile.am): Likewise.
6697         * modules/xstrtold (Makefile.am): Likewise.
6698         * modules/yesno (Makefile.am): Likewise.
6699
6700 2006-10-12  Jim Meyering  <jim@meyering.net>
6701
6702         * m4/getloadavg.m4: Revert the change below.
6703
6704         * m4/getloadavg.m4 (gl_GETLOADAVG): Test for the existence of
6705         lib/getloadavg.c using "ls -L", not "test -f".  The latter would
6706         fail with a symlink, which is what coreutils' ./bootstrap now
6707         creates by default.
6708
6709 2006-10-12  Bruno Haible  <bruno@clisp.org>
6710
6711         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): Don't define for MSVC or
6712         mingw.
6713         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX): Handle
6714         MSVC and mingw explicitly.
6715
6716 2006-10-11  Simon Josefsson  <jas@extundo.com>
6717             Bruno Haible  <bruno@clisp.org>
6718
6719         Add support for multiple gnulib-tool invocations in the scope of a
6720         single configure.ac file.
6721         * gnulib-tool (func_emit_lib_Makefile_am): In the _LIBADD variable,
6722         use a private [LT]LIBOBJS variant. Define a _DEPENDENCIES variable
6723         with the same contents as the _LIBADD variable.
6724         (func_emit_initmacro_start, func_emit_initmacro_end,
6725         func_emit_initmacro_done): New functions.
6726         (func_import, func_create_testdir): Invoke them. Allow the identifiers
6727         gl_LIBOBJS and gl_LTLIBOBJS.
6728
6729 2006-10-11  Bruno Haible  <bruno@clisp.org>
6730
6731         * gnulib-tool (GETTEXTPATH, AUTOHEADER, AUTOPOINT): New variables.
6732         (func_create_testdir): Don't create po/Makefile.am, don't invoke
6733         autoreconf. Instead, invoke autopoint explicitly but move back the
6734         *.m4 files from gnulib.
6735
6736 2006-10-11  Bruno Haible  <bruno@clisp.org>
6737
6738         * gnulib-tool (func_usage): Make module names after --create-testdir
6739         optional.
6740         (func_create_testdir): If no module was specified, use nearly all
6741         modules.
6742
6743 2006-10-12  Jim Meyering  <jim@meyering.net>
6744
6745         Big performance improvement for fts-based tools that use FTS_NOSTAT.
6746         Avoid spurious inode-mismatch problems on non-POSIX file systems.
6747         Details: http://article.gmane.org/gmane.comp.lib.gnulib.bugs/7416
6748         * lib/fts_.h (FTS_DEFER_STAT): Define new flag.
6749         (FTS_OPTIONMASK): Extend the mask to reflect this addition.
6750         * lib/fts.c (DT_IS_KNOWN, DT_MUST_BE): Define.
6751         (FTS_NO_STAT_REQUIRED, FTS_STAT_REQUIRED): Define.
6752         (fts_set_stat_required): New function.
6753         (fts_open): Defer the calls to fts_stat, if possible or requested.
6754         Move the code that maps a command-line fts_info value FTS_DOT to FTS_D
6755         into fts_stat itself.
6756         (fts_read): Perform any required (deferred) fts_stat call.
6757         (fts_build): Likewise, for the directory we're about to open and read.
6758         In the readdir loop, carefully decide whether each entry will require
6759         an eventual call to fts_stat, using dirent.d_type info if available.
6760         (fts_stat): Move the test for whether to honor FTS_COMFOLLOW on
6761         a command line argument into this function.  Update all callers.
6762         Map a return value of FTS_DOT to FTS_D for a command line argument.
6763         * modules/fts (Depends-on): Add d-type.  Alphabetize.
6764         Thanks to Miklos Szeredi for his tenacity and for the initial
6765         bug report about "find" failing on a FUSE-based file system.
6766
6767         * lib/fts.c (fts_open): Use consistent indentation.
6768
6769 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
6770
6771         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Renamed from
6772         gl_USE_SYSTEM_EXTENSIONS, to fix a coreutils bootstrap failure
6773         reported by Jim Meyering.  All uses of cache variables renamed
6774         to match Autoconf's.
6775         (gl_USE_SYSTEM_EXTENSIONS): New macro, which simply requires
6776         the other one.
6777
6778         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH):
6779         Fix misspelling in diagnostic.
6780
6781 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
6782
6783         * lib/mkdir-p.c (HAVE_FCHMOD): Define to false if not already
6784         defined.  Problem reported by Matthew Woehlke.
6785
6786         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): New macro.
6787         Add support for Tandem NonStop R series.
6788         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX):
6789         Use new macro.
6790
6791         * lib/rename-dest-slash.c: Include stdbool.h but not string.h.
6792         (has_trailing_slash): Omit size arg; all callers changed.
6793         Omit 'inline', since it doesn't help performance and we'd
6794         need to configure it.
6795         Don't count //, ///, etc. as having a trailing slash.
6796         As a side effect, this removes a C99ism reported by Matthew Woehlke.
6797         (rpl_rename_dest_slash): On failure, use rename's errno rather
6798         than (in some cases) an incorrect or junk errno.
6799         Simplify code by removing need to compute length; this does
6800         cause it to make two passes instead of one over the file name,
6801         but it's worth it.
6802
6803         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Undo previous
6804         change, since Autoconf's version may no longer be appropriate now
6805         that we are using CVS Autoconf's version.  Add support for Tandem.
6806
6807 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
6808             Bruno Haible  <bruno@clisp.org>
6809
6810         * lib/allocsa.h (sa_alignment_longlong, sa_alignment_max): Test
6811         HAVE_LONG_LONG_INT instead of HAVE_LONG_LONG.
6812         * m4/allocsa.m4 (gl_ALLOCSA): Invoke AC_TYPE_LONG_LONG_INT instead of
6813         gl_AC_TYPE_LONG_LONG.
6814
6815         * lib/printf-args.h (arg_type, argument): Test HAVE_LONG_LONG_INT
6816         instead of HAVE_LONG_LONG.
6817         * lib/printf-args.c (printf_fetchargs): Likewise.
6818         * lib/printf-parse.c (PRINTF_PARSE): Likewise.
6819         * lib/vasnprintf.c (VASNPRINTF): Likewise.
6820         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS, gl_PREREQ_PRINTF_PARSE,
6821         gl_PREREQ_VASNPRINTF): Invoke AC_TYPE_LONG_LONG_INT instead of
6822         gl_AC_TYPE_LONG_LONG.
6823
6824 2006-10-11  Bruno Haible  <bruno@clisp.org>
6825
6826         * m4/longlong.m4: Add comments.
6827         * m4/ulonglong.m4: Likewise.
6828
6829 2006-10-10  Bruno Haible  <bruno@clisp.org>
6830
6831         Make it possible to #define stpcpy, strdup to aliases.
6832         * lib/stpcpy.c (stpcpy) [!_LIBC]: Don't undefine.
6833         * lib/strdup.c (strdup) [!_LIBC]: Don't undefine.
6834
6835 2006-10-10  Bruno Haible  <bruno@clisp.org>
6836
6837         Make it possible to #define gcd to an alias.
6838         * lib/gcd.c: Include config.h.
6839
6840 2006-10-10  Bruno Haible  <bruno@clisp.org>
6841
6842         Make it possible to #define c_isascii to an alias.
6843         * lib/c-ctype.h: Don't define the macros if NO_C_CTYPE_MACROS is
6844         defined. Undefine the macros before defining them, to avoid gcc
6845         warnings.
6846         * lib/c-ctype.c: Include config.h. Don't undefine the macros; instead,
6847         define NO_C_CTYPE_MACROS early.
6848
6849 2006-10-10  Bruno Haible  <bruno@clisp.org>
6850
6851         Make it possible to #define set_program_name to an alias.
6852         * lib/progname.c: Don't undefine set_program_name; instead, undefine
6853         ENABLE_RELOCATABLE early.
6854
6855 2006-10-10  Paul Eggert  <eggert@cs.ucla.edu>
6856
6857         Port to Tandem NSK OSS, which has 64-bit signed int but at most
6858         32-bit unsigned int.  Problem reported by Matthew Woehlke in:
6859         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00062.html
6860         More generally, don't assume that 64-bit signed int is available
6861         if unsigned int is, and vice versa.
6862         * lib/inttypes_.h (_PRIu64_PREFIX, _SCNu64_PREFIX): Depend on
6863         unsigned symbols, not on their signed counterparts.
6864         * lib/stdint_.h (uint64_t, uint_least64_t, uint_fast64_t, uintmax_t):
6865         (UINT64_MAX, UINT_LEAST64_MAX, UINT_FAST64_MAX, UINTMAX_MAX):
6866         (UINT64_C, UINTMAX_C):
6867         Likewise.
6868         * lib/strtoimax.c (strtoll): Depend on signed symbols, not their
6869         unsigned counterparts.
6870         (Have_long_long, Unsigned): New macros.
6871         (Int): Renamed from INT.
6872         (strtoimax): Use the new macros.
6873         * m4/stdint.m4 (gl_STDINT_H): Require AC_TYPE_UNSIGNED_LONG_LONG_INT
6874         and substitute HAVE_UNSIGNED_LONG_LONG_INT.
6875         * modules/inttypes (inttypes.h): Substitute
6876         HAVE_UNSIGNED_LONG_LONG_INT.
6877         * modules/stdint (stdint.h): Likewise.
6878         (Files): Add m4/ulonglong.m4.
6879
6880 2006-10-10  Bruno Haible  <bruno@clisp.org>
6881
6882         Fix a gcc -Wshadow warning.
6883         * lib/gl_anyhash_list2.h (hash_resize): Rename local variable 'index'
6884         to 'bucket'.
6885         * lib/gl_anylinked_list2.h (gl_linked_search_from_to,
6886         gl_linked_indexof_from_to): Likewise.
6887         * lib/gl_linkedhash_list.c (add_to_bucket, remove_from_bucket):
6888         Likewise.
6889         * lib/gl_anytreehash_list1.h (add_to_bucket, remove_from_bucket):
6890         Likewise.
6891         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Likewise.
6892         Reported by Eric Blake.
6893
6894 2006-10-09  Paul Eggert  <eggert@cs.ucla.edu>
6895
6896         * lib/filemode.h [HAVE_DECL_STRMODE]: Include unistd.h too,
6897         for NetBSD.  Problem reported by Bruno Haible.
6898
6899 2006-10-09  Jim Meyering  <jim@meyering.net>
6900
6901         * lib/lchown.c: Include <sys/stat.h> before "stat-macros.h".
6902         Patch from Bruno Haible.
6903
6904 2006-10-09  Jim Meyering  <jim@meyering.net>
6905
6906         * lib/fts-cycle.c (leave_dir): When "leaving" a top level directory due
6907         to FTS_SKIP, don't copy the parent's uninitialized dev/ino values.
6908         Trigger with e.g., mkdir d && valgrind ./chmod u+rwx d d
6909
6910 2006-10-08  Paul Eggert  <eggert@cs.ucla.edu>
6911
6912         Don't include <config.h> twice; this doesn't work in some cases,
6913         e.g., when config.h has "#define intmax_t long long int" and
6914         we include <config.h>, <inttypes.h>, <config.h> in that order.
6915         Problem reported by Matthew Woehlke in:
6916         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00073.html
6917         * lib/fprintftime.c: Don't include config.h or fprintftime.h.
6918         * lib/fts-cycle.c: Don't include config.h.
6919         * lib/strftime.c: Include fprintftime.h if FPRINTFTIME is defined.
6920         * lib/xstrtoimax.c: Remove copyright notice since it's short tnow.
6921         Don't include config.h or xstrtol.h.  Define STRTOL_T_MINIMUM
6922         and STRTOL_T_MAXIMUM unconditionally, since we now assume gnulib
6923         inttypes.h.
6924         * lib/xstrtoumax.c: Likewise.
6925         * lib/xstrtol.c: Include config.h and xstrtol.h after defining
6926         __strtol and the like, so that this module is more like its siblings.
6927         (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [! defined STRTOL_T_MINIMUM]:
6928         Remove; no longer needed now that we assume gnulib inttypes.h.
6929
6930 2006-10-08  Bruno Haible  <bruno@clisp.org>
6931
6932         * doc/gnulib-tool.texi: Emphasize the drawbacks of the --symlink
6933         option.
6934
6935 2006-10-07  Jim Meyering  <jim@meyering.net>
6936
6937         * modules/inttypes (inttypes.h): Revert what seems to have been
6938         an inadvertent part of today's change: use "|", not "/" in the
6939         substitution for the "/"-containing string, $(ABSOLUTE_INTTYPES_H).
6940
6941 2006-10-07  Bruno Haible  <bruno@clisp.org>
6942
6943         * modules/sublist: New file.
6944
6945 2006-10-07  Bruno Haible  <bruno@clisp.org>
6946
6947         * modules/alloca-opt (alloca.h): Add a "DO NOT EDIT" comment.
6948         * modules/argz (argz.h): Likewise.
6949         * modules/arpa_inet (arpa/inet.h): Likewise.
6950         * modules/byteswap (byteswap.h): Likewise.
6951         * modules/configmake (configmake.h): Likewise.
6952         * modules/fcntl (fcntl.h): Likewise.
6953         * modules/fnmatch (fnmatch.h): Likewise.
6954         * modules/getopt (getopt.h): Likewise.
6955         * modules/glob (glob.h): Likewise.
6956         * modules/inttypes (inttypes.h): Likewise.
6957         * modules/netinet_in (netinet/in.h): Likewise.
6958         * modules/poll (poll.h): Likewise.
6959         * modules/stdbool (stdbool.h): Likewise.
6960         * modules/stdint (stdint.h): Likewise.
6961         * modules/sys_select (sys/select.h): Likewise.
6962         * modules/sys_socket (sys/socket.h): Likewise.
6963         * modules/sys_stat (sys/stat.h): Likewise.
6964         * modules/sysexits (sysexits.h): Likewise.
6965         * modules/unistd (unistd.h): Likewise.
6966         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
6967         Add a "DO NOT EDIT" comment to the generated file.
6968         (func_import): Likewise for gnulib-comp.m4.
6969
6970 2006-10-07  Bruno Haible  <bruno@clisp.org>
6971
6972         * lib/gl_sublist.h: New file.
6973         * lib/gl_sublist.c: New file.
6974
6975 2006-10-06  Paul Eggert  <eggert@cs.ucla.edu>
6976
6977         * lib/mkancesdirs.c (mkancesdirs): Pass to MAKE_DIR both the full file
6978         name (relative to the original working directory) and the file
6979         name component (relative to the temporary working directory).  All
6980         callers changed.
6981         * lib/mkancesdirs.h (mkancesdirs): Adjust prototype to match.
6982         * lib/mkdir-p.c (make_dir_parents): Likewise.
6983         * lib/mkdir-p.h (make_dir_parents): Likewise.
6984
6985 2006-10-06  Eric Blake  <ebb9@byu.net>
6986
6987         Define several macros for use by the clean-temp module.
6988         * m4/close-stream.m4 (gl_CLOSE_STREAM): Define GNULIB_CLOSE_STREAM.
6989         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Define GNULIB_FCNTL_SAFER.
6990         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Define GNULIB_FOPEN_SAFER.
6991
6992         * lib/clean-temp.h (close_stream_temp): New declaration.
6993         * lib/clean-temp.c (includes): Pull in headers according to what
6994         other modules are in use.
6995         (close_stream_temp) [GNULIB_CLOSE_STREAM]: New function.
6996
6997 2006-10-06  Bruno Haible  <bruno@clisp.org>
6998
6999         * lib/javacomp.c (write_temp_file): Use fopen_temp, fwriteerror_temp
7000         instead of fopen, fwriteerror.
7001
7002 2006-10-06  Bruno Haible  <bruno@clisp.org>
7003
7004         * lib/clean-temp.h (cleanup_temp_file, cleanup_temp_subdir,
7005         cleanup_temp_dir_contents, cleanup_temp_dir): Change return type to
7006         int.
7007         * lib/clean-temp.c (do_unlink, do_rmdir, cleanup_temp_file,
7008         cleanup_temp_subdir, cleanup_temp_dir_contents, cleanup_temp_dir):
7009         Return an error indicator.
7010         Suggested by Eric Blake.
7011
7012 2006-10-06  Bruno Haible  <bruno@clisp.org>
7013
7014         * lib/clean-temp.c (PATH_MAX): Provide a fallback for GNU Hurd.
7015         Reported by Eric Blake.
7016
7017 2006-10-06  Bruno Haible  <bruno@clisp.org>
7018
7019         * modules/closeout (Description): Mention stderr too.
7020
7021 2006-10-06  Bruno Haible  <bruno@clisp.org>
7022         and Paul Eggert  <eggert@cs.ucla.edu>
7023
7024         * lib/closeout.c (close_stdout): Also close stderr.
7025         * lib/closeout.h: Update comment.
7026
7027 2006-10-05  Paul Eggert  <eggert@cs.ucla.edu>
7028
7029         Fix some Darwin-7.9.0 porting problems reported by Bruno Haible in
7030         <http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00063.html>.
7031         * lib/dirchownmod.c: Include lchown.h.
7032         * lib/lchown.c: Don't include files that lchown.h now includes.
7033         Don't declare chown, since lchown.h now does that.
7034         * lib/lchown.h: Include errno.h, sys/types.h, unistd.h.
7035         (lchown): Define to rpl_chown if lchown is declared but
7036         does not exist.  Declare using a prototype if lchown is not
7037         declared.  Add a copyright notice.
7038         * lib/mkstemp.h: Include <unistd.h>.
7039         * lib/openat.c: Include lchown.h.
7040
7041         * lib/fcntl_.h (O_NOFOLLOW): Don't depend on O_NOFOLLOW_IS_INEFFECTIVE;
7042         we now test for that separately.
7043         * lib/fts.c (fts_safe_changedir): Inspect HAVE_WORKING_O_NOFOLLOW
7044         rather than O_NOFOLLOW, when testing whether it's possible to
7045         avoid a race condition reliably.
7046         * lib/savewd.c (savewd_chdir): Likewise.
7047
7048         Remove macros that are no longer needed now that stdint.h is
7049         reliable.
7050         * lib/fsusage.c (UINTMAX_MAX): Remove.
7051         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Remove.
7052         * lib/utimecmp.c (SIZE_MAX): Remove.
7053
7054         * m4/lchown.m4 (gl_FUNC_LCHOWN): Check whether lchown is declared.
7055
7056         * m4/fcntl_h.m4 (gl_FCNTL_H): Define HAVE_WORKING_O_NOFOLLOW instead
7057         of O_NOFOLLOW_IS_INEFFECTIVE.  Define HAVE_WORKING_O_NOATIME if
7058         O_NOATIME works.
7059
7060 2006-10-05  Bruno Haible  <bruno@clisp.org>
7061
7062         * lib/gl_list.h (gl_sortedlist_search_from_to,
7063         gl_sortedlist_indexof_from_to): New declarations.
7064         (gl_list_implementation): New fields sortedlist_search_from_to,
7065         sortedlist_indexof_from_to.
7066         (gl_sortedlist_search_from_to, gl_sortedlist_indexof_from_to): New
7067         inline functions.
7068         * lib/gl_list.c (gl_sortedlist_search_from_to,
7069         gl_sortedlist_indexof_from_to): New functions.
7070         * lib/gl_array_list.c (gl_array_sortedlist_indexof_from_to): New
7071         function.
7072         (gl_array_sortedlist_indexof, gl_array_sortedlist_search): Use it.
7073         (gl_array_sortedlist_search_from_to): New function.
7074         (gl_array_list_implementation): Update.
7075         * lib/gl_carray_list.c (gl_carray_sortedlist_indexof_from_to): New
7076         function.
7077         (gl_carray_sortedlist_indexof, gl_carray_sortedlist_search): Use it.
7078         (gl_carray_sortedlist_search_from_to): New function.
7079         (gl_carray_list_implementation): Update.
7080         * lib/gl_anylinked_list2.h (gl_linked_sortedlist_search_from_to,
7081         gl_linked_sortedlist_indexof_from_to): New functions.
7082         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
7083         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
7084         * lib/gl_anytree_list2.h (gl_tree_sortedlist_search_from_to,
7085         gl_tree_sortedlist_indexof_from_to): New functions.
7086         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
7087         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
7088         Update.
7089         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
7090         * lib/gl_rbtreehash_list.c (gl_avltreehash_list_implementation):
7091         Update.
7092
7093 2006-10-05  Bruno Haible  <bruno@clisp.org>
7094
7095         * lib/gl_list.h (gl_list_search_from, gl_list_search_from_to,
7096         gl_list_indexof_from, gl_list_indexof_from_to): New declarations.
7097         (struct gl_list_implementation): Add fields search_from_to,
7098         indexof_from_to. Remove fields search, indexof.
7099         (gl_list_search): Use the search_from_to method.
7100         (gl_list_search_from, gl_list_search_from_to): New functions.
7101         (gl_list_indexof): Use the indexof_from_to method.
7102         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
7103         * lib/gl_list.c (gl_list_search): Use the search_from_to method.
7104         (gl_list_search_from, gl_list_search_from_to): New functions.
7105         (gl_list_indexof): Use the indexof_from_to method.
7106         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
7107         * lib/gl_array_list.c (gl_array_indexof_from_to): Renamed from
7108         gl_array_indexof. Add start_index, end_index arguments.
7109         (gl_array_search_from_to): Renamed from gl_array_search. Add
7110         start_index, end_index arguments.
7111         (gl_array_remove, gl_array_list_implementation): Update.
7112         * lib/gl_carray_list.c (gl_carray_indexof_from_to): Renamed from
7113         gl_carray_indexof. Add start_index, end_index arguments.
7114         (gl_carray_search_from_to): Renamed from gl_carray_search. Add
7115         start_index, end_index arguments.
7116         (gl_carray_remove, gl_carray_list_implementation): Update.
7117         * lib/gl_anylinked_list2.h (gl_linked_search_from_to): Renamed from
7118         gl_linked_search. Add start_index, end_index arguments.
7119         (gl_linked_indexof_from_to): Renamed from gl_linked_indexof. Add
7120         start_index, end_index arguments.
7121         (gl_linked_remove): Update.
7122         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
7123         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
7124         * lib/gl_anytree_list1.h (iterstack_item_t): Change type of 'rightp'
7125         field to 'size_t'.
7126         * lib/gl_anytree_list2.h (gl_tree_search_from_to): Renamed from
7127         gl_tree_search. Add start_index, end_index arguments.
7128         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
7129         start_index, end_index arguments.
7130         (gl_tree_remove): Update.
7131         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
7132         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
7133         * lib/gl_anytreehash_list1.h (compare_position_threshold): New
7134         function.
7135         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Renamed from
7136         gl_tree_search. Add start_index, end_index arguments.
7137         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
7138         start_index, end_index arguments.
7139         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
7140         Update.
7141         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
7142
7143 2006-10-05  Bruno Haible  <bruno@clisp.org>
7144
7145         * modules/fwriteerror (configure.ac): Define GNULIB_FWRITEERROR.
7146
7147         * lib/clean-temp.h (open_temp, fopen_temp, close_temp, fclose_temp,
7148         fwriteerror_temp): New declarations.
7149         * lib/clean-temp.c (uintptr_t): Provide fallback definition.
7150         (descriptors): New variable.
7151         (cleanup): First, close the descriptors.
7152         (register_fd, unregister_fd, open_temp, fopen_temp, close_temp,
7153         fclose_temp, fwriteerror_temp): New functions.
7154
7155 2006-10-04  Jim Meyering  <jim@meyering.net>
7156
7157         * lib/fts.c (fts_open): Tiny comment change.
7158
7159 2006-10-04  Bruno Haible  <bruno@clisp.org>
7160
7161         Make it possible to invoke AC_GNU_SOURCE after gl_LOCK_EARLY.
7162         * m4/lock.m4 (gl_LOCK_EARLY_BODY): New macro, extracted code from
7163         gl_LOCK_BODY.
7164         (gl_LOCK_EARLY): Require gl_LOCK_EARLY_BODY, not gl_LOCK_BODY.
7165         (gl_LOCK_BODY): Remove settings of CPPFLAGS, now done in
7166         gl_LOCK_EARLY_BODY.
7167         (gl_LOCK): Require gl_LOCK_BODY.
7168
7169 2006-10-04  Bruno Haible  <bruno@clisp.org>
7170
7171         * lib/gl_oset.h (gl_setelement_threshold_fn): New type.
7172         (gl_oset_search_atleast): New declaration.
7173         (struct gl_oset_implementation): Add field 'search_atleast'.
7174         (gl_oset_search_atleast): New inline function.
7175         * lib/gl_oset.c (gl_oset_search_atleast): New function.
7176         * lib/gl_array_oset.c (gl_array_search_atleast): New function.
7177         (gl_array_oset_implementation): Update.
7178         * lib/gl_anytree_oset.h (gl_tree_search_atleast): New function.
7179         * lib/gl_avltree_oset.c (gl_avltree_oset_implementation): Update.
7180         * lib/gl_rbtree_oset.c (gl_rbtree_oset_implementation): Update.
7181
7182 2006-10-04  Bruno Haible  <bruno@clisp.org>
7183
7184         * lib/fatal-signal.c (fatal_signals) [WOE32]: Add the SIGBREAK signal.
7185
7186 2006-10-03  Bruno Haible  <bruno@clisp.org>
7187
7188         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Renamed
7189         from gl_avltreehash_list_implementation.
7190
7191 2006-10-03  Bruno Haible  <bruno@clisp.org>
7192
7193         * lib/gl_oset.c (gl_oset_add): Fix return type.
7194
7195 2006-10-02  Paolo Bonzini  <bonzini@gnu.org>  (tiny change)
7196
7197         * lib/quotearg.c (mbstate_t) [!HAVE_MBRTOWC]: #define to int.
7198
7199 2006-10-02  Eric Blake  <ebb9@byu.net>
7200
7201         * modules/strnlen (Depends-on): Add extensions.
7202
7203 2006-10-02  Eric Blake  <ebb9@byu.net>
7204
7205         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use autoconf's
7206         definition in 2.60+.
7207
7208 2006-10-02  Dmitry V. Levin  <ldv@altlinux.org>
7209
7210         * lib/fts.c (fts_close, fts_build, fts_palloc): Remove redundant
7211         checks.
7212
7213 2006-10-02  Bruno Haible  <bruno@clisp.org>
7214
7215         * gnulib-tool (func_emit_lib_Makefile_am): Don't add no-dependencies
7216         to the AUTOMAKE_OPTIONS.
7217         Reported by Jim Meyering.
7218
7219 2006-09-29  Paul Eggert  <eggert@cs.ucla.edu>
7220
7221         Work around bug in Solaris 10 /proc file system:
7222         /proc/self/fd/NNN/.. isn't the parent directory of
7223         the directory whose file descriptor is NNN.  This needs to
7224         be worked around at run time, not compile time, since a
7225         program might be built on Solaris 8, where things work, and
7226         run on Solaris 10.
7227         * lib/openat-priv.h (BUILD_PROC_NAME): Remove.  All callers changed
7228         to use the following interface instead:
7229         (OPENAT_BUFFER_SIZE): New macro.
7230         (openat_proc_name): New function.
7231         * lib/at-func.c (AT_FUNC_NAME): Adjust to above changes.
7232         * lib/openat.c (openat_permissive, openat_needs_fchdir, fdopendir):
7233         Likewise.
7234         * lib/openat-proc.c: New file.
7235         * modules/openat (Files): Add lib/openat-proc.c.
7236         (Depends-on): Add same-inode, stdbool.
7237         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBOBJ(openat-proc).
7238
7239 2006-09-29  Bruno Haible  <bruno@clisp.org>
7240
7241         * lib/fwriteerror.h (fwriteerror_no_ebadf): New declaration.
7242         * lib/(do_fwriteerror): Renamed from fwriteerror. Add ignore_ebadf
7243         argument. Set stdout_closed before testing for ferror, not after.
7244         (fwriteerror, fwriteerror_no_ebadf): New functions.
7245
7246 2006-09-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7247
7248         * m4/intmax.m4 (gt_TYPE_INTMAX_T): Avoid unused variables warning.
7249
7250 2006-09-28  Paolo Bonzini  <bonzini@gnu.org>
7251
7252         * lib/poll.c (rpl_poll) [__APPLE__]: Use FIONREAD instead of MSG_PEEK.
7253         * m4/poll.m4: Look for sys/ioctl.h and sys/filio.h.
7254
7255 2006-09-28  Jim Meyering  <jim@meyering.net>
7256
7257         * lib/mkdir-p.c: Include "dirchownmod.h", not "dirchownmod.c".
7258         Include <unistd.h>.
7259
7260 2006-09-28  Bruno Haible  <bruno@clisp.org>
7261
7262         * modules/avltreehash-list (Depends-on): Add stdint, remove size_max.
7263         * modules/linkedhash-list (Depends-on): Likewise.
7264         * modules/rbtreehash-list (Depends-on): Likewise.
7265
7266 2006-09-28  Bruno Haible  <bruno@clisp.org>
7267
7268         * lib/strndup.h: Simplify the redefinition of strndup.
7269         (_GL_CONCAT, _GL_XCONCAT, __STRNDUP_ID): Remove macros.
7270         * m4/strndup.m4 (gl_FUNC_STRNDUP): Don't define __STRNDUP_PREFIX.
7271
7272 2006-09-28  Bruno Haible  <bruno@clisp.org>
7273
7274         * lib/gl_avltreehash_list.c: Include <stdint.h> instead of size_max.h.
7275         * lib/gl_linkedhash_list.c: Likewise.
7276         * lib/gl_rbtreehash_list.c: Likewise.
7277
7278 2006-09-27  Paul Eggert  <eggert@cs.ucla.edu>
7279
7280         * lib/canon-host.c (canon_host_r): Work around bug in Darwin 7.9.0
7281         getaddrinfo.
7282
7283         * lib/__fpending.h: Don't include <stdio_ext.h> unless
7284         HAVE_DECL___FPENDING.  This avoids a bug with lsbcc, where
7285         it causes <stdio_ext.h> to cause a compile-time error.
7286         Problem reported by Nelson H. F. Beebe.
7287         * lib/getpass.c: Likewise, except for HAVE_DECL___FSETLOCKING instead
7288         of HAVE_DECL___PENDING.
7289
7290         * m4/fpending.m4 (gl_FUNC_FPENDING): Check for stdio_ext at most once.
7291         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for __fsetlocking's
7292         declaration.
7293
7294 2006-09-27  Jim Meyering  <jim@meyering.net>
7295
7296         This file could end up with a definition for a function
7297         named __strndup, rather than rpl_strndup on a system with
7298         incomplete weak_alias support.
7299         * lib/strndup.c (strndup): Rename from __strndup.
7300         Remove #defines that used to map __strndup to strndup.
7301         Don't use K&R prototypes.
7302         Remove LIBC-related code, since this file is not sync'd with glibc.
7303         * lib/strndup.h: Revamp, accordingly.
7304         * m4/strndup.m4: Modernize.
7305
7306 2006-09-26  Paul Eggert  <eggert@cs.ucla.edu>
7307
7308         * modules/savewd (Depends-on): Add 'raise'.
7309         * lib/savewd.c: Include <signal.h>, for 'raise'.
7310
7311 2006-09-26  Jim Meyering  <jim@meyering.net>
7312
7313         * m4/acl.m4 (AC_FUNC_ACL): Disable ACL support altogether
7314         when we detect Darwin 8.7.0's acl_get_file bug.
7315         Rearrange to perform the new (below) run-test while $LIBS
7316         contains any acl-related library.  Set USE_ACL at the end.
7317         (gl_ACL_GET_FILE): New function.
7318
7319 2006-09-26  Eric Blake  <ebb9@byu.net>
7320
7321         * lib/verror.c: Include <config.h> unconditionally.
7322
7323 2006-09-25  Paul Eggert  <eggert@cs.ucla.edu>
7324
7325         * modules/clock-time (Maintainer): Add self.
7326         * modules/getlogin_r (Depends-on): Add extensions.
7327
7328 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7329
7330         * modules/clock-time: New module.
7331         * modules/nanosleep (Depends-on): Add clock-time.
7332         * modules/gethrxtime (Depends-on): Likewise.
7333         * modules/gettime (Depends-on): Likewise.
7334         * modules/settime (Depends-on): Likewise.
7335
7336         * modules/fts-lgpl: Depend on openat.
7337         * modules/mkancesdirs: Depend on savewd.
7338         * modules/mkdir-p: Likewise.
7339
7340 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7341
7342         * m4/host-os.m4 (gl_HOST_OS): Require AC_CANONICAL_HOST.
7343
7344         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Rename cache variable from
7345         `gl_have_arbitrary_file_name_length_limit' to
7346         `gl_cv_have_arbitrary_file_name_length_limit', so that caching
7347         actually works between configure runs.
7348
7349 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7350             Bruno Haible  <bruno@clisp.org>
7351
7352         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Include <string.h>.
7353
7354 2006-09-25  Jim Meyering  <jim@meyering.net>
7355
7356         * m4/fcntl_h.m4 (gl_FCNTL_H): Fix typo in test for failed open.
7357         This typo caused coreutils/tests/dd/misc to fail on Darwin 8.7.0.
7358
7359 2006-09-25  Eric Blake  <ebb9@byu.net>
7360
7361         * gnulib-tool (func_import, func_create_testdir): Fix typos in
7362         exec's in 2006-09-18 patch when shuffling fds.
7363
7364 2006-09-25  Bruno Haible  <bruno@clisp.org>
7365
7366         * m4/getloadavg.m4 (gl_GETLOADAVG): Fix directory in error message.
7367         Reported by Jim Meyering.
7368
7369 2006-09-24  Jim Meyering  <jim@meyering.net>
7370
7371         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Don't use '>' to
7372         compare a pointer against a literal "0".  That caused failures with
7373         at least HP-UX's hpcc.
7374
7375 2006-09-22  Simon Josefsson  <jas@extundo.com>
7376
7377         * modules/gc-sha1:
7378         * modules/gc-md4:
7379         * modules/gc-hmac-sha1:
7380         * modules/gc-hmac-md5:
7381         * modules/gc-des:
7382         * modules/gc-arcfour: Distribute more files.
7383
7384 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7385
7386         * lib/gl_anylinked_list2.h [lint] (gl_linked_iterator)
7387         (gl_linked_iterator_from_to): Initialize struct completely.
7388         * lib/gl_anytree_list2.h [lint] (gl_tree_iterator): Likewise.
7389         (gl_tree_iterator_from_to): Likewise
7390         * lib/gl_anytree_oset.h [lint] (gl_tree_iterator): Likewise.
7391         * lib/gl_array_list.c [lint] (gl_array_iterator)
7392         (gl_array_iterator_from_to): Likewise.
7393         * lib/gl_array_oset.c [lint] (gl_array_iterator): Likewise.
7394         * lib/gl_carray_list.c [lint] (gl_carray_iterator)
7395         (gl_carray_iterator_from_to): Likewise.
7396
7397         * lib/gc-gnulib.c [GC_USE_HMAC_SHA1]: include hmac.h for hmac_sha1.
7398         * lib/md4.c (md4_process_block): Remove unused variable.
7399         * lib/rijndael-api-fst.c (rijndaelBlockDecrypt): GCC suggests
7400         parentheses for clarity.
7401
7402 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7403
7404         * modules/bison-i18n (Depends-on): Add gettext.
7405
7406 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7407
7408         * m4/fsusage.m4 (gl_STATFS_TRUNCATES): Avoid unused variable.
7409         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Likewise.
7410         * m4/jm-winsz1.m4 (gl_HEADER_TIOCGWINSZ_IN_TERMIOS_H): Likewise;
7411         also add missing comma that caused broken test.
7412         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Include
7413         stdlib.h, for `abort'.
7414         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Avoid unused
7415         variables.
7416         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Check for and
7417         include unistd.h if present, for `rmdir'.
7418         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Avoid unused
7419         variables.
7420         * m4/putenv.m4 (gl_FUNC_PUTENV): Rewrite using AC_RUN_IFELSE, and
7421         in the process include standard headers for prototypes.
7422         * m4/readutmp.m4 (gl_READUTMP): Require AC_GNU_SOURCE, so utmpxname
7423         gets declared on GNU/Linux.
7424         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Check for and include
7425         unistd.h, for `rmdir'.
7426         * m4/time_r.m4 (gl_TIME_R): Avoid unused variables.
7427
7428         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Avoid expression that is
7429         always true.
7430         * m4/strndup.m4 (gl_FUNC_STRNDUP): include stdlib.h, for `free'.
7431
7432         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Avoid gcc -Wall warnings.
7433
7434 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7435
7436         * gnulib-tool (func_version): Create output all at once.  This
7437         may help avoid triggering unnecessary SIGPIPEs, and at any
7438         rate it doesn't hurt.
7439
7440 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7441             Bruno Haible  <bruno@clisp.org>
7442
7443         * m4/lock.m4 (gl_LOCK_BODY): Avoid unused variables warning.
7444         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
7445         * m4/signed.m4 (bh_C_SIGNED): Likewise.
7446
7447         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): New macro.
7448         (gl_FUNC_VASPRINTF): Invoke it.
7449
7450 2006-09-22  Bruno Haible  <bruno@clisp.org>
7451
7452         * m4/getloadavg.m4 (gl_GETLOADAVG): Expect the directory of
7453         getloadavg.c as first argument.
7454
7455 2006-09-22  Bruno Haible  <bruno@clisp.org>
7456
7457         * gnulib-tool (func_import, func_create_testdir): Set gl_source_base
7458         at the beginning of the gl_INIT macro.
7459         * modules/getloadavg (configure.ac): Pass $gl_source_base to
7460         gl_GETLOADAVG.
7461
7462 2006-09-22  Bruno Haible  <bruno@clisp.org>
7463
7464         * gnulib-tool (func_create_megatestdir): Don't include the config-h
7465         module.
7466         Suggested by Ralf Wildenhues.
7467
7468 2006-09-20  Paul Eggert  <eggert@cs.ucla.edu>
7469
7470         Import this patch from libc:
7471
7472         2006-09-06  Jakub Jelinek  <jakub@redhat.com>
7473
7474         * lib/regex_internal.c (re_string_reconstruct): Handle
7475         offset < pstr->valid_raw_len && pstr->offsets_needed case.
7476         Ensure no bytes read before raw_mbs array.  Pass a saved copy of
7477         pstr->valid_len - 1 rather than pstr->valid_raw_len - 1 to
7478         re_string_context_at.
7479
7480         * m4/regex.m4 (gl_REGEX): Check for locale.h, since the test
7481         now requires it.
7482         (gl_PREREQ_REGEX): Don't check for locale.h any more, since
7483         gl_REGEX now does it for us.
7484         (gl_REGEX): Add test taken from
7485         http://sourceware.org/ml/libc-hacker/2006-09/msg00008.html.
7486
7487         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require AC_SYS_LARGEFILE.
7488         Check that large offsets work.  Modernize Autoconf usages.
7489         Prefer "yes" to mean a good thing rather than a bad.
7490         Don't put "#define mkstemp" in config.h, as this might interfere
7491         with standard system headers that "#define mkstemp mkstemp64".
7492
7493         * modules/mkstemp (Depends-on): Add extensions, so that
7494         mkstemp is visible on some platforms.
7495         (Makefile.am): Add mkstemp.h to EXTRA_DIST.
7496         (Include): Change to "mkstemp.h" from <stdlib.h>.
7497         (Files): Add mkstemp.h.
7498
7499         * lib/mkstemp.h: New file, since some standard headers
7500         #define mkstemp.
7501         * lib/mkstemp.c: Revamp to put the !_LIBC code together.
7502         Include "mkstemp.h".
7503         Make the _LIBC code resemble glibc original more,
7504         e.g., use K&R style.
7505         * lib/mkstemp-safer.c: Include "mkstemp.h" instead of <stdlib.h>.
7506         (mkstemp): Remove, since mkstemp.h does this for us.
7507         * lib/stdlib--.h: Include mkstemp.h.
7508
7509         Import this patch from libc:
7510
7511         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
7512
7513         * lib/tempname.c (__gen_tempname): Change attempts_min
7514         into a macro.  Use preprocessor to decide how to initialize
7515         attempts [Coverity CID 67].
7516
7517 2006-09-20  Bruno Haible  <bruno@clisp.org>
7518
7519         * lib/mkdtemp.c: Import from libc.
7520         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
7521                 * sysdeps/posix/tempname.c (__gen_tempname): Change
7522                 attempts_min into a macro.  Use preprocessor to decide how to
7523                 initialize attempts [Coverity CID 67].
7524         2001-11-27  Paul Eggert  <eggert@twinsun.com>
7525                 * sysdeps/posix/tempname.c (__gen_tempname): Try at least
7526                 ATTEMPTS_MIN or TMP_MAX times, whichever is greater.
7527
7528 2006-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7529
7530         * gnulib-tool (func_exit): New function, to allow to pass the
7531         exit status portably through the trap.  Use everywhere.
7532         (--help, --version): Signal a write error.
7533         (trap): catch SIGPIPE, for write errors.
7534         Exit at the end of the trap, with the correct exit status.
7535
7536 2006-09-19  Karl Berry  <karl@gnu.org>
7537
7538         * doc/gnulib.texi: note about the license texinfo files.
7539
7540 2006-09-19  Eric Blake  <ebb9@byu.net>
7541
7542         * gnulib-tool: Avoid space-tab.
7543
7544 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
7545
7546         * lib/getaddrinfo.c (getaddrinfo) [defined HAVE_IPV6]: Fix typo
7547         that prevented coreutils 6.1 from building.  Problem reported
7548         by Petter Reinholdtsen.
7549
7550 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
7551
7552         * gnulib-tool (avoidlist): Fix typo that broke options like
7553         --avoid=lock that are used by coreutils bootstrap.
7554
7555 2006-09-18  Mark D. Baushke  <mdb@gnu.org>
7556
7557         * m4/inttypes.m4 (gl_INTTYPES_H): Quote "test" args
7558         more systematically.
7559
7560 2006-09-18  Jim Meyering  <jim@meyering.net>
7561
7562         * lib/savewd.c (savewd_restore): Don't shadow: s/status/child_status/.
7563
7564 2006-09-18  Bruno Haible  <bruno@clisp.org>
7565
7566         * modules/inttypes (Files): Remove m4/inttypes-h.m4.
7567
7568 2006-09-18  Bruno Haible  <bruno@clisp.org>
7569
7570         * m4/inttypes-h.m4 (gl_HEADER_INTTYPES_H): Remove macro.
7571         * m4/inttypes-pri.m4: Require autoconf >= 2.52.
7572         (gt_INTTYPES_PRI): Invoke AC_CHECK_HEADERS on inttypes.h. Test
7573         ac_cv_header_inttypes_h instead of gl_cv_header_inttypes_h.
7574         * m4/gettext.m4: Require autoconf >= 2.52.
7575         (gt_INTL_SUBDIR_CORE): Invoke AC_CHECK_HEADERS on inttypes.h.
7576         * m4/inttypes.m4 (gl_INTTYPES_H): Test ac_cv_header_inttypes_h instead
7577         of gl_cv_header_inttypes_h.
7578
7579 2006-09-18  Bruno Haible  <bruno@clisp.org>
7580
7581         * lib/javaversion.c: Include configmake.h.
7582
7583 2006-09-18  Bruno Haible  <bruno@clisp.org>
7584
7585         * gnulib-tool (func_import, func_create_testdir): Use exec tricks to
7586         avoid that the while loops be executed in a subshell.
7587
7588 2006-09-18  Bruno Haible  <bruno@clisp.org>
7589
7590         * MODULES.html.sh (func_module): Break long lines.
7591         Suggested by Bruce Korb <bkorb@gnu.org>.
7592
7593 2006-09-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7594
7595         Speed up by a factor of 1.12.
7596         * gnulib-tool (nl): New variable.
7597         (func_import): Rewrite include directive extraction to only read each
7598         directive once.
7599
7600 2006-09-17  Bruno Haible  <bruno@clisp.org>
7601
7602         * modules/javaversion (Makefile.am): Remove DEFS setting.
7603         (Depends-on): Add configmake, for PKGDATADIR definition.
7604
7605 2006-09-17  Bruno Haible  <bruno@clisp.org>
7606
7607         * gnulib-tool (func_create_testdir): Rewrite all files at once.
7608
7609 2006-09-17  Bruno Haible  <bruno@clisp.org>
7610
7611         * gnulib-tool (func_append): New function, stolen from libtool.m4.
7612         (func_modules_transitive_closure, func_modules_add_dummy,
7613         func_modules_to_filelist, func_import, func_create_testdir,
7614         func_create_megatestdir, ...): Use it wherever possible.
7615         Suggested by Ralf Wildenhues.
7616
7617 2006-09-16  Karl Berry  <karl@gnu.org>
7618
7619         * doc/fdl.texi (ADDENDUM): switch to @heading from @appendixsubsec,
7620         to avoid sectioning errors.
7621         * doc/lgpl.texi, gpl.texi (Copying): downcase @unnumbered title.
7622         [ifinfo]: blank line after @center-ed titles.
7623         * doc/lgpl.texi (Library Copying): Rename main node to GNU LGPL.
7624         Spell FSF address consistently with others.
7625         (These changes approved by rms.)
7626
7627 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7628
7629         Speed up by a factor of 1.61.
7630         * gnulib-tool (func_modules_transitive_closure): Rewrite to not check
7631         already checked module names again.
7632
7633 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7634
7635         Speed up by a factor of 1.13.
7636         * gnulib-tool (func_import): Rewrite all old_files at once; likewise
7637         for new_files, and the input to func_add_or_update.
7638
7639 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7640
7641         * gnulib-tool (func_all_modules, func_modules_to_filelist, func_import,
7642         func_create_testdir, ...): Change 'sort | uniq' to 'sort -u'.
7643
7644 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
7645
7646         * modules/mkancesdirs (Depends-on): Add fcntl.
7647         * modules/savewd: New file.
7648         * MODULES.html.sh (File system functions): Add savewd.
7649
7650         * modules/configmake (Makefile.am): Add support for the
7651         Automake-supplied PKGLIBDIR, PKGINCLUDEDIR, PKGDATADIR.
7652
7653 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
7654
7655         * m4/savewd.m4: New file.
7656
7657 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
7658
7659         * lib/dirchownmod.c: Don't include fcntl.h; no longer needed.
7660         (dirchownmod): New arg FD.  All callers changed.
7661         Use FD rather than opening the directory ourself, as opening is
7662         now the caller's responsibility.
7663         * lib/dirchownmod.h: Likewise.
7664         * lib/mkancesdirs.c: Include <sys/types.h>, for portability to older
7665         hosts that require <sys/types.h> before <sys/stat.h>.  Include
7666         fcntl.h, savewd.h, and unistd.h, not dirname.h and stat-macros.h.
7667         (test_dir): Remove.
7668         (mkancesdirs): Return length of prefix of FILE that has already
7669         been made, or -2 if there is a child doing the work.  Redo
7670         algorithm so that it is O(N) rather than O(N**2).  Optimize away
7671         ".", and treat ".." specially since it might stray back into
7672         already-created areas.  Use a subprocess if necessary.  New arg
7673         WD; all users changed.  MAKE_DIR function should now return 1
7674         if it creates a directory that is not readable.  Return -2 if
7675         a child process is spun off.
7676         * lib/mkancesdirs.h: Include <stddef.h>, for ptrdiff_t.
7677         Adjust signature to match code.
7678         * lib/mkdir-p.c: Include dirname.h, for IS_ABSOLUTE_FILE_NAME.
7679         (make_dir_parents): Use a subprocess if necessary.  New arg WD;
7680         all users changed.
7681         * lib/savewd.c, lib/savewd.h: New files.
7682
7683 2006-09-15  Jim Meyering  <jim@meyering.net>
7684
7685         * modules/rename-dest-slash: New module.
7686         * MODULES.html.sh (posix_compat): Add it here.
7687
7688         * modules/rename: Reflect vb_FUNC_RENAME -> gl_FUNC_RENAME change.
7689
7690 2006-09-15  Jim Meyering  <jim@meyering.net>
7691
7692         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH): New
7693         file.
7694
7695         * m4/rename.m4 (gl_FUNC_RENAME): Rename from vb_FUNC_RENAME.
7696
7697 2006-09-15  Jim Meyering  <jim@meyering.net>
7698
7699         * lib/rename-dest-slash.c (has_trailing_slash): Use
7700         FILE_SYSTEM_PREFIX_LEN, for non-POSIX systems.
7701         (rpl_rename_dest_slash): Perform the cheaper trailing slash
7702         test before testing whether SRC is a directory.
7703         Suggestions from Bruno Haible.
7704
7705         Avoid a warning about an unused variable.
7706         * lib/regex_internal.c (re_dfa_add_node): Move declaration of "type"
7707         into the #ifdef block where it's used.
7708
7709         * lib/rename-dest-slash.c: New file.
7710
7711 2006-09-14  Bruno Haible  <bruno@clisp.org>
7712
7713         * lib/allocsa.c: Include <config.h> unconditionally.
7714         * lib/asnprintf.c: Likewise.
7715         * lib/asprintf.c: Likewise.
7716         * lib/c-strcasecmp.c: Likewise.
7717         * lib/c-strcasestr.c: Likewise.
7718         * lib/c-strncasecmp.c: Likewise.
7719         * lib/c-strstr.c: Likewise.
7720         * lib/classpath.c: Likewise.
7721         * lib/clean-temp.c: Likewise.
7722         * lib/concatpath.c: Likewise.
7723         * lib/copy-file.c: Likewise.
7724         * lib/csharpcomp.c: Likewise.
7725         * lib/csharpexec.c: Likewise.
7726         * lib/execute.c: Likewise.
7727         * lib/fatal-signal.c: Likewise.
7728         * lib/findprog.c: Likewise.
7729         * lib/fwriteerror.c: Likewise.
7730         * lib/gl_array_list.c: Likewise.
7731         * lib/gl_array_oset.c: Likewise.
7732         * lib/gl_avltree_list.c: Likewise.
7733         * lib/gl_avltree_oset.c: Likewise.
7734         * lib/gl_avltreehash_list.c: Likewise.
7735         * lib/gl_carray_list.c: Likewise.
7736         * lib/gl_linked_list.c: Likewise.
7737         * lib/gl_linkedhash_list.c: Likewise.
7738         * lib/gl_list.c: Likewise.
7739         * lib/gl_oset.c: Likewise.
7740         * lib/gl_rbtree_list.c: Likewise.
7741         * lib/gl_rbtree_oset.c: Likewise.
7742         * lib/gl_rbtreehash_list.c: Likewise.
7743         * lib/imaxabs.c: Likewise.
7744         * lib/imaxdiv.c: Likewise.
7745         * lib/javacomp.c: Likewise.
7746         * lib/javaexec.c: Likewise.
7747         * lib/javaversion.c: Likewise.
7748         * lib/linebreak.c: Likewise.
7749         * lib/localcharset.c: Likewise.
7750         * lib/lock.c: Likewise.
7751         * lib/mbchar.c: Likewise.
7752         * lib/mbswidth.c: Likewise.
7753         * lib/mkdtemp.c: Likewise.
7754         * lib/pipe.c: Likewise.
7755         * lib/printf-args.c: Likewise.
7756         * lib/printf-parse.c: Likewise.
7757         * lib/progname.c: Likewise.
7758         * lib/progreloc.c: Likewise.
7759         * lib/readlink.c: Likewise.
7760         * lib/sh-quote.c: Likewise.
7761         * lib/stpcpy.c: Likewise.
7762         * lib/stpncpy.c: Likewise.
7763         * lib/strcasecmp.c: Likewise.
7764         * lib/strcasestr.c: Likewise.
7765         * lib/strcspn.c: Likewise.
7766         * lib/striconv.c: Likewise.
7767         * lib/strncasecmp.c: Likewise.
7768         * lib/strnlen1.c: Likewise.
7769         * lib/strstr.c: Likewise.
7770         * lib/strtok_r.c: Likewise.
7771         * lib/tls.c: Likewise.
7772         * lib/tmpdir.c: Likewise.
7773         * lib/unicodeio.c: Likewise.
7774         * lib/unsetenv.c: Likewise.
7775         * lib/vasnprintf.c: Likewise.
7776         * lib/vasprintf.c: Likewise.
7777         * lib/wait-process.c: Likewise.
7778         * lib/xallocsa.c: Likewise.
7779         * lib/xsetenv.c: Likewise.
7780         * lib/xstriconv.c: Likewise.
7781
7782 2006-09-13  Simon Josefsson  <jas@extundo.com>
7783
7784         * m4/getdate.m4: Don't AC_LIBOBJ([getdate]), automake takes care of
7785         that internally, suggested by Ralf Wildenhues
7786         <Ralf.Wildenhues@gmx.de>.
7787
7788 2006-09-13  Simon Josefsson  <jas@extundo.com>
7789
7790         * gnulib-tool (func_emit_lib_Makefile_am): Use $(LIBOBJS), not
7791         @LIBOBJS@.
7792         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
7793
7794 2006-09-13  Paul Eggert  <eggert@cs.ucla.edu>
7795
7796         * lib/_fpending.c: Include <config.h> unconditionally, since we no
7797         longer worry about uses that don't define HAVE_CONFIG_H.
7798         * lib/acl.c, lib/alloca.c, lib/argmatch.c, lib/atexit.c:
7799         * lib/backupfile.c, lib/basename.c, lib/c-stack.c, lib/c-strtod.c:
7800         * lib/calloc.c,lib/ canon-host.c, lib/canonicalize.c, lib/chdir-long.c:
7801         * lib/chdir-safer.c, lib/chown.c, lib/cloexec.c, lib/close-stream.c:
7802         * lib/closeout.c, lib/creat-safer.c, lib/cycle-check.c, lib/diacrit.c:
7803         * lib/dirchownmod.c, lib/dirfd.c, lib/dirname.c, lib/dup-safer.c:
7804         * lib/dup2.c, lib/error.c, lib/euidaccess.c, lib/exclude.c:
7805         * lib/exitfail.c, lib/fchmodat.c, lib/fchown-stub.c, lib/fd-safer.c:
7806         * lib/file-type.c, lib/fileblocks.c, lib/filemode.c, lib/filenamecat.c:
7807         * lib/fnmatch.c, lib/fopen-safer.c, lib/fprintftime.c, lib/free.c:
7808         * lib/fsusage.c, lib/ftruncate.c, lib/fts-cycle.c, lib/fts.c:
7809         * lib/full-write.c, lib/gai_strerror.c, lib/getcwd.c, lib/getdate.y:
7810         * lib/getdomainname.c, lib/getgroups.c, lib/gethostname.c:
7811         * lib/gethrxtime.c, lib/getloadavg.c, lib/getlogin_r.c:
7812         * lib/getndelim2.c, lib/getnline.c, lib/getopt.c, lib/getopt1.c:
7813         * lib/getpass.c, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c:
7814         * lib/getusershell.c, lib/glob.c, lib/group-member.c:
7815         * lib/hard-locale.c, lib/hash-pjw.c, lib/hash.c, lib/human.c:
7816         * lib/idcache.c, lib/inet_ntop.c, lib/inet_pton.c, lib/inttostr.c:
7817         * lib/isdir.c, lib/lchown.c, lib/linebuffer.c, lib/long-options.c:
7818         * lib/lstat.c, lib/malloc.c, lib/md5.c, lib/memcasecmp.c, lib/memchr.c:
7819         * lib/memcmp.c, lib/memcoll.c, lib/memcpy.c, lib/memmove.c:
7820         * lib/memrchr.c, lib/mkancesdirs.c, lib/mkdir-p.c, lib/mkdir.c:
7821         * lib/mkdirat.c, lib/mkstemp-safer.c, lib/mkstemp.c, lib/modechange.c:
7822         * lib/mountlist.c, lib/nanosleep.c, lib/obstack.c, lib/open-safer.c:
7823         * lib/openat-die.c, lib/openat.c, lib/pagealign_alloc.c, lib/physmem.c:
7824         * lib/pipe-safer.c, lib/posixtm.c, lib/posixver.c, lib/putenv.c:
7825         * lib/quote.c, lib/quotearg.c, lib/raise.c, lib/readtokens.c:
7826         * lib/readtokens0.c, lib/readutmp.c, lib/realloc.c, lib/regex.c:
7827         * lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c:
7828         * lib/same.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c:
7829         * lib/settime.c, lib/sha1.c, lib/sig2str.c, lib/snprintf.c:
7830         * lib/strdup.c, lib/strerror.c, lib/strftime.c, lib/stripslash.c:
7831         * lib/strndup.c, lib/strnlen.c, lib/strpbrk.c, lib/strtod.c:
7832         * lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c:
7833         * lib/time_r.c, lib/timegm.c, lib/tmpfile-safer.c, lib/unlinkdir.c:
7834         * lib/userspec.c, lib/utime.c, lib/utimecmp.c, lib/utimens.c:
7835         * lib/version-etc-fsf.c, lib/version-etc.c, lib/xalloc-die.c:
7836         * lib/xgetcwd.c, lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c:
7837         * lib/xnanosleep.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtoimax.c:
7838         * lib/xstrtol.c, lib/xstrtoumax.c, lib/yesno.c:
7839         Likewise.
7840
7841 2006-09-13  Eric Blake  <ebb9@byu.net>
7842
7843         * lib/getopt.c: Fix typo in last commit.
7844
7845 2006-09-12  Sergey Poznyakoff  <gray@gnu.org.ua>
7846
7847         * lib/argp-help.c (argp_doc): Make sure NULL is not passed to
7848         dgettext.
7849
7850 2006-09-12  Jim Meyering  <jim@meyering.net>
7851
7852         * lib/nanosleep.c: Include <sys/types.h> before sys/select.h, to avoid
7853         compilation failure (due to use of pid_t in latter) on NetBSD 1.6.
7854         Reported by Nelson H. F. Beebe.
7855
7856 2006-09-10  Sergey Poznyakoff  <gray@gnu.org.ua>
7857
7858         * lib/argp-parse.c (__argp_parse) [!_LIBC]: Make sure
7859         program_invocation_name and program_invocation_short_name are
7860         initialized.
7861         * lib/argp-namefrob.h: Move declarations of program_invocation_name
7862         and program_invocation_short_name to argp.h, so they are visible
7863         to user programs.
7864         * lib/argp.h: Likewise
7865
7866 2006-09-10  Bruno Haible  <bruno@clisp.org>
7867
7868         * modules/mkdtemp (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
7869         m4/inttypes_h.m4, m4/uintmax_t.m4.
7870
7871 2006-09-10  Bruno Haible  <bruno@clisp.org>
7872
7873         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Don't require
7874         gl_AC_TYPE_UINTMAX_T.
7875
7876 2006-09-10  Bruno Haible  <bruno@clisp.org>
7877
7878         * lib/mkdtemp.c: Include <stdint.h> always. Don't include <inttypes.h>.
7879
7880 2006-09-09  Sergey Poznyakoff  <gray@gnu.org.ua>
7881
7882         * lib/argp.h (struct argp): Document the N_("..") "\v" N_("..")
7883         convention.  Text proposed by Bruno Haible.
7884         (struct argp_option): Document the use of N_() wrappers.
7885
7886         * lib/argp-help.c (argp_doc): Split the untranslated doc string on
7887         '\v', and translate the two parts separately, instead of feeding
7888         the whole string to gettext.  This allows to exclude
7889         '\v' from the strings visible to the translator by writing doc
7890         strings as N_("..") "\v" N_("..").
7891
7892 2006-09-09  Paul Eggert  <eggert@cs.ucla.edu>
7893
7894         * config/srclist.txt: Undo latest change; the bug was fixed.
7895
7896 2006-09-09  Bruno Haible  <bruno@clisp.org>
7897
7898         * gnulib-tool (func_emit_lib_Makefile_am): Eliminate lib_LDFLAGS
7899         assignments if building a library without libtool.
7900         (func_emit_tests_Makefile_am): Likewise. Handle lib_* variables as
7901         in func_emit_lib_Makefile_am.
7902         (func_import): When building a static library libfoo.a, arrange to
7903         define variables LIBFOO_LIBDEPS and LIBFOO_LTLIBDEPS.
7904         (func_create_testdir): Likewise.
7905         * modules/gc (configure.ac, Makefile.am): If building statically,
7906         augment gl_libdeps and gl_ltlibdeps instead of lib_LDFLAGS.
7907         * modules/iconvme (configure.ac, Makefile.am): Likewise.
7908         * modules/striconv (configure.ac, Makefile.am): Likewise.
7909         Based on a suggestion by Ralf Wildenhues.
7910
7911 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
7912
7913         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
7914         Check for unistd.h too, since Autoconf doesn't assume POSIX.
7915         Also:
7916
7917         2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
7918         Add year_2050_test to catch glibc bug 2821
7919         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
7920
7921         2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
7922         Prefer #ifdef to #if.
7923
7924         2006-04-02  Paul Eggert  <eggert@cs.ucla.edu>
7925         Return from 'main' instead of calling 'exit'.
7926
7927 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
7928
7929         * lib/mktime.c (guess_time_tm): Fix bug where mktime
7930         returned the maximum time_t value rather than (time_t) -1.
7931         Problem originally reported by William Bardwell
7932         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
7933
7934         * lib/isapipe.h (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
7935         Moved to here ...
7936         * lib/isapipe.c (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
7937         ... from here.
7938
7939 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
7940
7941         * config/srclist.txt: Temporarily comment out mktime.c until glibc bug
7942         2821 is fixed.
7943
7944 2006-09-08  Jim Meyering  <jim@meyering.net>
7945
7946         Don't make generated files read-only.  That would bother too many
7947         people.  However, do retain the ability to work when targets are
7948         read-only: remove the destination and temporary files before writing
7949         them (when generated via sed or echo), or by using the -f option for
7950         both cp and mv commands.  Suggestion to use -f from Paul Eggert.
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-08  Jim Meyering  <jim@meyering.net>
7959
7960         Avoid new build failure on FreeBSD 6.0.
7961         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Include
7962         <sys/param.h> when testing whether getmntinfo uses statvfs.  Patch by
7963         Pavel Tsekov, in <http://savannah.gnu.org/bugs/?17643>.
7964
7965 2006-09-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7966
7967         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't use plain echo.
7968
7969 2006-09-07  Jim Meyering  <jim@meyering.net>
7970
7971         Fix global typo in last change: use chmod u-w, not chmod u-x.
7972         Spotted by Paul Eggert and Bruce Korb.
7973         * modules/alloca-opt, modules/argz, modules/arpa_inet:
7974         * modules/byteswap, modules/configmake, modules/fcntl:
7975         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
7976         * modules/localcharset, modules/netinet_in, modules/poll:
7977         * modules/stdbool, modules/stdint, modules/sys_select:
7978         * modules/sys_socket, modules/sys_stat, modules/sysexits:
7979
7980 2006-09-06  Jim Meyering  <jim@meyering.net>
7981
7982         Make generated files be read-only.
7983         * modules/alloca-opt (Makefile.am): Work also when $@ is read-only.
7984         Ensure that each generated file is now read-only.
7985         * modules/argz: Likewise.
7986         * modules/arpa_inet: Likewise.
7987         * modules/byteswap: Likewise.
7988         * modules/configmake: Likewise.
7989         * modules/fcntl: Likewise.
7990         * modules/fnmatch: Likewise.
7991         * modules/getopt: Likewise.
7992         * modules/glob: Likewise.
7993         * modules/inttypes: Likewise.
7994         * modules/netinet_in: Likewise.
7995         * modules/poll: Likewise.
7996         * modules/stdbool: Likewise.
7997         * modules/stdint: Likewise.
7998         * modules/sys_select: Likewise.
7999         * modules/sys_socket: Likewise.
8000         * modules/sys_stat: Likewise.
8001         * modules/sysexits: Likewise.
8002         * modules/localcharset: Same as above, but continue using temporary
8003         file named "t-$@" (why different?) rather than the "$@-t" used
8004         everywhere else.
8005
8006         * modules/sysexits (Makefile.am): Replace literal occurrences
8007         of "sysexit.h" more readable, and more consistent, "$@".
8008
8009 2006-09-06  Bruno Haible  <bruno@clisp.org>
8010
8011         * modules/striconv: New file.
8012         * modules/xstriconv: New file.
8013         * MODULES.html.sh (Internationalization functions): Add striconv,
8014         xstriconv.
8015
8016 2006-09-06  Bruno Haible  <bruno@clisp.org>
8017
8018         * modules/gc (Makefile.am): Augment lib_LDFLAGS, not lib_LIBADD.
8019         * modules/iconvme (Makefile.am): Likewise. Also handle the case of
8020         not using libtool correctly.
8021
8022 2006-09-06  Bruno Haible  <bruno@clisp.org>
8023
8024         * lib/striconv.h: New file.
8025         * lib/striconv.c: New file, merging iconvme.c with GNU gettext's
8026         iconvstring.c.
8027         * lib/xstriconv.h: New file.
8028         * lib/xstriconv.c: New file.
8029
8030 2006-09-06  Bruno Haible  <bruno@clisp.org>
8031
8032         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
8033         lib_..._LDFLAGS.
8034
8035 2006-09-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8036
8037         * lib/argz_.h: Sync from Libtool.
8038
8039         2006-09-04  George Bosilca <bosilca@cs.utk.edu>
8040                 and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
8041
8042         * lib/libltdl/argz_.h: It's __cplusplus, not _cplusplus.
8043
8044 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
8045
8046         * modules/trim: New file.
8047
8048 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
8049
8050         * lib/trim.h: New file.
8051         * lib/trim.c: New file.
8052
8053 2006-09-05  Bruno Haible  <bruno@clisp.org>
8054
8055         * MODULES.html.sh (String handling): Add trim.
8056
8057 2006-09-04  Karl Berry  <karl@gnu.org>
8058
8059         * config/srclist.txt (signed.m4, gettext.m4): changes not propagated
8060         until next release.
8061
8062 2006-09-03  Bruno Haible  <bruno@clisp.org>
8063
8064         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Locate mingw shared libraries
8065         correctly.
8066
8067 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
8068
8069         * m4/getloadavg.m4 (gl_GETLOADAVG): Use CONFIGURING_GETLOADAVG,
8070         not gl_GETLOADAVG.  Omit unneeded semicolons.
8071         Problems reported by Ralf Wildenhues in
8072         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
8073         (gl_PREREQ_GETLOADAVG): Use AC_DEFUN, not m4_define.  Put
8074         at the end, which is the usual gnulib style.
8075
8076         * m4/fstypename.m4 (gl_FSTYPENAME): Use AC_CHECK_MEMBERS instead
8077         of doing all the work ourselves.
8078         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Don't check for
8079         sys/statvfs.h since the code doesn't use HAVE_SYS_STATVFS_H.
8080
8081 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
8082
8083         * lib/getloadavg.c: Use CONFIGURING_GETLOADAVG, not gl_GETLOADAVG.
8084         Problem reported by Ralf Wildenhues in
8085         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
8086
8087         * lib/mountlist.c: All uses of HAVE_F_FSTYPENAME_IN_STATFS replaced by
8088         HAVE_STRUCT_STATFS_F_FSTYPENAME.
8089
8090 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
8091
8092         * gnulib-tool (func_emit_lib_Makefile_am): Fix typos in
8093         yesterday's patch by changing test -n to test -z.
8094
8095 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
8096
8097         * modules/getloadavg (Files): Add m4/getloadavg.m4.
8098         (configure.ac): AC_FUNC_GETLOADAVG -> gl_GETLOADAVG, as
8099         the former is now obsolescent.
8100
8101         * modules/chdir-long (Depends-on): Add fcntl.
8102
8103 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
8104
8105         * m4/fnmatch.m4: Add comment that Autoconf AC_FUNC_FNMATCH is
8106         obsolescent, and programs should use gnulib instead.
8107         * m4/getloadavg.m4: New file, with contents taken from Autoconf
8108         but with prefixes changed.
8109
8110 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
8111
8112         * lib/getloadavg.c [defined gl_GETLOADAVG]: Don't include config.h
8113         or stdbool.h, because they might not exist while configuring.
8114
8115         * lib/chdir-long.c: Include <fcntl.h>, for O_DIRECTORY.
8116         Don't include unistd.h or limits.h; not needed, since chdir-long.h
8117         does that for us.
8118         (O_DIRECTORY): Remove.
8119
8120 2006-08-31  Eric Blake  <ebb9@byu.net>
8121
8122         * gnulib-tool: Don't let emacs change spaces to TAB.
8123
8124 2006-08-31  Bruno Haible  <bruno@clisp.org>
8125
8126         * gnulib-tool: When calling func_import more than once, do it in a
8127         subshell.
8128         Reported by Eric Blake <ebb9@byu.net>.
8129
8130 2006-08-31  Bruno Haible  <bruno@clisp.org>
8131
8132         * gnulib-tool (nl): Remove variable.
8133         (sed_transform_lib_file): Use more robust test for config-h module.
8134         (func_import): Fix typo in 2006-08-25 patch.
8135
8136 2006-08-31  Bruno Haible  <bruno@clisp.org>
8137
8138         * gnulib-tool (func_emit_lib_Makefile_am): When --makefile-name was
8139         specified, augment Makefile.am variables instead of assigning them.
8140
8141 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
8142
8143         Work around a bug in both the Linux and SunOS 64-bit kernels:
8144         nanosleep mishandles sleeps for longer than 2**31 seconds.
8145         Problem reported by Frank v Waveren in
8146         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
8147         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Require gl_CLOCK_TIME.
8148         Check for nanosleep bug.
8149         (LIB_NANOSLEEP): Append clock_gettime library if needed.
8150
8151 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
8152
8153         Work around a bug in both the Linux and SunOS 64-bit kernels:
8154         nanosleep mishandles sleeps for longer than 2**31 seconds.
8155         Problem reported by Frank v Waveren in
8156         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
8157         * lib/nanosleep.c (BILLION): New constant.
8158         (getnow) [HAVE_BUG_BIG_NANOSLEEP]: New functions.
8159         (rpl_nanosleep) [HAVE_BUG_BIG_NANOSLEEP]: Completely new
8160         implementation.
8161
8162 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
8163
8164         * modules/nanosleep (Depends-on): Add gettime.
8165
8166 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
8167         and Simon Josefsson  <jas@extundo.com>
8168         and Oskar Liljeblad  <oskar@osk.mine.nu>
8169
8170         * MODULES.html.sh (Support for building documentation): Add gpl, lgpl.
8171         * gnulib-tool (func_import): New license type 'unmodifiable license
8172         text'.
8173         * modules/fdl: Use it.  Longer description.
8174         * module/gpl, module/lgpl: New files.
8175
8176 2006-08-30  Jim Meyering  <jim@meyering.net>
8177
8178         * lib/isapipe.c (isapipe): Rename local s/fd/fd_pair/ to avoid
8179         shadowing the parameter.
8180
8181 2006-08-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8182
8183         Sync from Libtool:
8184
8185         2006-08-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8186
8187         * lib/libltdl/argz.c: Use `#ifdef HAVE_CONFIG_H', to facilitate code
8188         sharing with gnulib.  Report by Eric Blake.
8189
8190 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
8191
8192         * modules/isapipe: New file.
8193         * MODULES.html.sh (File descriptor based Input/Output): Add isapipe.
8194
8195 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
8196
8197         * modules/configmake (Makefile.am): Add a comment, and omit
8198         the CONFIGMAKE_ prefix from generated macro names.  Suggested
8199         by Bruno Haible.
8200
8201 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
8202
8203         * m4/isapipe.m4: New file.
8204
8205 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
8206
8207         * lib/isapipe.c, lib/isapipe.h: New files.
8208
8209 2006-08-29  Jim Meyering  <jim@meyering.net>
8210
8211         * modules/configmake (Makefile.am): Make configmake.h depend on
8212         Makefile.  Otherwise, a stale configmake.h could hang around.
8213
8214 2006-08-29  Eric Blake  <ebb9@byu.net>
8215
8216         * lib/error.c (error_at_line, print_errno_message): Match libc, after
8217         resolution of upstream bug 3044.
8218
8219 2006-08-29  Bruno Haible  <bruno@clisp.org>
8220
8221         * modules/localcharset (Depends-on): Add configmake.
8222         (Makefile.am): Remove setting of LIBDIR through DEFS.
8223
8224 2006-08-29  Bruno Haible  <bruno@clisp.org>
8225
8226         * lib/localcharset.c: Include configmake.h in order to get LIBDIR
8227         defined.
8228
8229 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
8230
8231         * modules/fcntl: New file.
8232         * modules/chdir-safer (Depends-on): Add fcntl.
8233         * modules/fts: Likewise.
8234         * modules/mkdir-p: Likewise.
8235
8236         * modules/stdint (Makefile.am): Do not substitute ABSOLUTE_INTTYPES_H.
8237         This undoes the most recent change, since we're now addressing the
8238         problem in a different way.
8239
8240         * gnulib-tool (emit_lib_Makefile_am): Don't put $makefile_name
8241         into output, since the output might be called Makefile.am even
8242         if $makefile_name is something different.
8243         (func_import): Use $makefile_am rather than
8244         ${makefile_name-Makefile.am}, to fix a bug where makefile_name was
8245         empty.
8246
8247         * modules/inttypes (Files): Add m4/inttypes-h.m4.
8248
8249 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
8250
8251         * m4/inttypes.m4 (gl_INTTYPES_H): Move ABSOLUTE_INTTYPES_H code here...
8252         * m4/stdint.m4 (gl_STDINT_H): ... from here.  This undoes the most
8253         recent change to stdint.m4, since we're now addressing the problem in a
8254         different way.
8255
8256 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
8257
8258         * m4/fcntl_h.m4: New file.
8259
8260 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
8261
8262         * lib/fcntl_.h: New file.
8263         * lib/chdir-safer.c (O_DIRECTORY, O_NOFOLLOW): Remove, now that we have
8264         the fcntl module.
8265         * lib/dirchownmod.c: Likewise.
8266         * lib/fts.c: Likewise.
8267
8268         * lib/inttypes_.h [defined _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H]:
8269         Include @ABSOLUTE_INTTYPES_H@ if available, but do nothing else.
8270         * lib/stdint_.h (_GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H): Define
8271         just before including <inttypes.h>, to avoid circular inclusion.
8272
8273 2006-08-28  Jim Meyering  <jim@meyering.net>
8274
8275         * doc/visibility.texi: Actually read and correct the grammar of the
8276         sentence affected by yesterday's change.
8277
8278 2006-08-28  Eric Blake  <ebb9@byu.net>
8279
8280         * modules/inttypes (Makefile.am): Fix sed error when inttypes.h
8281         needs wrapper.
8282
8283 2006-08-28  Eric Blake  <ebb9@byu.net>
8284
8285         * m4/inttypes.m4 (gl_INTTYPES_H): Fix missing #endif.
8286
8287 2006-08-28  Eric Blake  <ebb9@byu.net>
8288
8289         * m4/codeset.m4 (AM_LANGINFO_CODESET): Avoid compiler warning.
8290
8291 2006-08-28  Bruno Haible  <bruno@clisp.org>
8292
8293         * modules/c-strstr: New file, from GNU gettext.
8294         * MODULES.html.sh (String handling): Add c-strstr.
8295
8296 2006-08-28  Bruno Haible  <bruno@clisp.org>
8297
8298         * m4/inttypes.m4 (gl_INTTYPES_H): Don't test for the existence of SCNX*
8299         macros.
8300         Reported by Eric Blake.
8301
8302 2006-08-28  Bruno Haible  <bruno@clisp.org>
8303
8304         * lib/vasnprintf.c (EOVERFLOW): Remove definition.
8305         (VASNPRINTF): Return a string of length > INT_MAX without failing.
8306         * lib/vasprintf.c: Include errno.h, limits.h.
8307         (EOVERFLOW): New fallback definition.
8308         (vasprintf): Test here whether the string length is > INT_MAX.
8309         * lib/vsnprintf.c: Include errno.h, limits.h.
8310         (EOVERFLOW): New fallback definition.
8311         (vsnprintf): Fix bug when generated string was too long for the buffer.
8312         Test here whether the string length is > INT_MAX.
8313
8314 2006-08-28  Bruno Haible  <bruno@clisp.org>
8315
8316         * lib/inttypes_.h (SCNX*): Remove definitions.
8317         Reported by Eric Blake.
8318
8319 2006-08-28  Bruno Haible  <bruno@clisp.org>
8320
8321         * lib/c-strstr.h: New file, from GNU gettext.
8322         * lib/c-strstr.c: New file, from GNU gettext.
8323
8324 2006-08-28  Bruno Haible  <bruno@clisp.org>
8325
8326         * gnulib-tool: Reorder some statements.
8327
8328 2006-08-28  Bruno Haible  <bruno@clisp.org>
8329
8330         * gnulib-tool: New option --makefile-name.
8331         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Use
8332         $makefile_name.
8333         (func_import): Write $makefile_name to the cache file, and read it from
8334         there unless explicitly specified. Use $makefile_name as file name
8335         instead of Makefile.am. Adjust the recommendations accordingly.
8336
8337 2006-08-28  Bruno Haible  <bruno@clisp.org>
8338
8339         * gnulib-tool (func_verify_module): Check against misapplying patch.
8340
8341 2006-08-28  Bruno Haible  <bruno@clisp.org>
8342
8343         * gnulib-tool (func_relativize, func_relconcat): New functions.
8344         Give an error if --local-dir is given with --update.
8345         Remove trailing slashes from $local_gnulib_dir.
8346         (func_import): Store the relativized $local_gnulib_dir in
8347         gnulib-cache.m4, and read it from there if not specified explicitly.
8348
8349 2006-08-28  Bruno Haible  <bruno@clisp.org>
8350
8351         * gnulib-tool (func_get_tests_module): Don't assume that $gnulib_dir
8352         is the current directory. Respect also $local_gnulib_dir.
8353
8354 2006-08-28  Bruno Haible  <bruno@clisp.org>
8355             Simon Josefsson  <jas@extundo.com>
8356
8357         BeOS portability.
8358         * lib/getaddrinfo.c (PF_INET, PF_UNSPEC): New macros.
8359
8360 2006-08-27  Jim Meyering  <jim@meyering.net>
8361
8362         * doc/visibility.texi: Remove duplicate word: "pointer".
8363
8364 2006-08-26  Bruno Haible  <bruno@clisp.org>
8365
8366         * modules/inttypes (Files): Add lib/inttypes_.h, remove lib/inttypes.h.
8367         Add m4/inttypes.m4, remove m4/_inttypes_h.m4 and m4/include_next.m4.
8368         (Makefile.am): Create inttypes.h from inttypes_.h.
8369         * modules/stdint (Makefile.am): Substitute also ABSOLUTE_INTTYPES_H.
8370
8371         * modules/imaxabs: New file.
8372
8373         * modules/imaxdiv: New file.
8374
8375 2006-08-26  Bruno Haible  <bruno@clisp.org>
8376
8377         * m4/inttypes.m4: New file.
8378         * m4/_inttypes_h.m4: Remove file.
8379         * m4/inttypes-pri.m4 (gt_INTTYPES_PRI): Also AC_SUBST
8380         PRI_MACROS_BROKEN.
8381         * m4/stdint.m4 (gl_STDINT_H): Define also ABSOLUTE_INTTYPES_H.
8382
8383         * m4/imaxabs.m4: New file.
8384
8385         * m4/imaxdiv.m4: New file.
8386
8387 2006-08-26  Bruno Haible  <bruno@clisp.org>
8388
8389         * lib/inttypes_.h: New file.
8390         * lib/inttypes.h: Remove file.
8391         * lib/stdint_.h: Include <inttypes.h> through its absolute filename.
8392
8393         * lib/imaxabs.c: New file.
8394
8395         * lib/imaxdiv.c: New file.
8396
8397 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
8398
8399         New config-h module, so that "make" output needn't be cluttered
8400         by -DHAVE_CONFIG_H.
8401         * MODULES.html.sh (Support for building libraries and executables):
8402         Add config-h.
8403         * modules/config-h: New file.
8404         * gnulib-tool (nl, sed_transform_lib_file): New vars.
8405         (func_import): Turn "#ifdef HAVE_CONFIG_H" to "#if 1" if
8406         the config-h module is used.
8407
8408         New configmake module, so that "make" output needn't be cluttered
8409         by fluff like '-DLIBDIR=\"/usr/local/lib\"'.
8410         * MODULES.html.sh (Support for building libraries and executables):
8411         Add configmake.
8412         * modules/configmake: New file.
8413
8414 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
8415
8416         * m4/config-h.m4: New file.
8417
8418 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
8419
8420         * config/srclist.txt: Add elisp-comp.
8421
8422 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
8423
8424         * MODULES.html.sh (Support for building libraries and executables):
8425         Add elisp-comp.
8426         * build-aux/elisp-comp: New file.
8427         * modules/elisp-comp: New file.
8428
8429 2006-08-24  Bruno Haible  <bruno@clisp.org>
8430
8431         * gnulib-tool (func_create_testdir): Use non-default values of
8432         sourcebase and m4base.
8433
8434 2006-08-24  Bruno Haible  <bruno@clisp.org>
8435
8436         * MODULES.html.sh (Compatibility checks for POSIX:2001 functions: Fix
8437         HTML structure.
8438
8439 2006-08-23  Paul Eggert  <eggert@cs.ucla.edu>
8440
8441         * modules/openat (Depends-on): Add lchown.
8442
8443 2006-08-23  Bruno Haible  <bruno@clisp.org>
8444
8445         * gnulib-tool (func_import, func_create_testdir): Emit an invocation
8446         of gl_LOCK_EARLY instead of gl_LOCK.
8447
8448 2006-08-23  Bruno Haible  <bruno@clisp.org>
8449
8450         * m4/lock.m4 (gl_LOCK_BODY): Change the default value of gl_use_threads
8451         on OSF/1 to no.
8452         Reported by Stephen Cartwright <sgcartwr@ucalgary.ca>.
8453
8454 2006-08-23  Bruno Haible  <bruno@clisp.org>
8455
8456         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't consider BeOS statvfs
8457         as unusable.
8458
8459         * m4/lock.m4 (gl_LOCK_EARLY): Renamed from gl_LOCK.
8460         (gl_LOCK_BODY): Remove gl_PREREQ_LOCK invocation.
8461         (gl_LOCK): New macro.
8462
8463 2006-08-22  Simon Josefsson  <jas@extundo.com>
8464
8465         * modules/gc-md5 (Makefile.am): Need to add md5.h, after changes
8466         to md5 module.
8467
8468 2006-08-22  Simon Josefsson  <jas@extundo.com>
8469
8470         * MODULES.html.sh: Add "Support for maintaining and release
8471         projects".
8472
8473         * build-aux/gnupload: New file, from coreutils.
8474
8475 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
8476
8477         Avoid the need for AC_LIBSOURCES in m4 macros.
8478         * modules/arcfour (EXTRA_DIST): Add arcfour.h.
8479         * modules/arctwo (EXTRA_DIST): Add arctwo.h.
8480         * modules/check-version (EXTRA_DIST): Add check-version.h.
8481         * modules/crc (EXTRA_DIST): Add crc.h.
8482         * modules/des (EXTRA_DIST): Add des.h.
8483         * modules/gc (EXTRA_DIST): Add gc.h.
8484         * modules/getdelim (EXTRA_DIST): Add getdelim.h.
8485         * modules/getline (EXTRA_DIST): Add getline.h.
8486         * modules/getlogin_r (EXTRA_DIST): Add getlogin_r.h.
8487         * modules/hmac-md5 (EXTRA_DIST): Add hmac.h.
8488         * modules/hmac-sha1 (EXTRA_DIST): Add hmac.h.
8489         * modules/md2 (EXTRA_DIST): Add md2.h.
8490         * modules/md4 (EXTRA_DIST): Add md4.h.
8491         * modules/pagealign_alloc (EXTRA_DIST): Add pagealign_alloc.h.
8492         * modules/read-file (EXTRA_DIST): Add read-file.h.
8493         * modules/readline (EXTRA_DIST): Add readline.h.
8494         * modules/rijndael (EXTRA_DIST): Add rijndael-alg-fst.h,
8495         rijndael-api-fst.h.
8496
8497 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
8498
8499         * m4/rijndael.m4 (gl_ARCFOUR):
8500         * m4/arctwo.m4 (gl_ARCTWO):
8501         * m4/check-version.m4 (gl_CHECK_VERSION):
8502         * m4/crc.m4 (gl_CRC):
8503         * m4/des.m4 (gl_DES):
8504         * m4/gc-pbkdf2-sha1.m4 (gl_GC_PBKDF2_SHA1):
8505         * m4/gc.m4 (gl_GC):
8506         * m4/getdelim.m4 (gl_FUNC_GETDELIM):
8507         * m4/getline.m4 (gl_FUNC_GETLINE):
8508         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE):
8509         * m4/hmac-md5.m4 (gl_HMAC_MD5):
8510         * m4/hmac-sha1.m4 (gl_HMAC_SHA1):
8511         * m4/md2.m4 (gl_MD2):
8512         * m4/md4.m4 (gl_MD4):
8513         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC):
8514         * m4/read-file.m4 (gl_FUNC_READ_FILE):
8515         * m4/readline.m4 (gl_FUNC_READLINE):
8516         * m4/rijndael.m4 (gl_RIJNDAEL):
8517         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
8518         to get the necessary .h files and whatnot.
8519
8520 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
8521
8522         * config/srclist.txt: Remove gnupload, since coreutils now syncs from
8523         gnulib rather than the other way around.
8524         * config/srclistvars.sh (COREUTILS): Remove.
8525
8526 2006-08-22  Jim Meyering  <jim@meyering.net>
8527
8528         * modules/mkdir-p (Makefile.am): Fix typo: s/lib+SOURCES/lib_SOURCES/.
8529
8530         * modules/getpass-gnu (Makefile.am): Add getpass.h to EXTRA_DIST.
8531
8532 2006-08-22  Eric Blake  <ebb9@byu.net>
8533
8534         * modules/regexprops-generic: New file.
8535         * MODULES.html.sh (Support for building documentation): List it.
8536
8537 2006-08-22  Eric Blake  <ebb9@byu.net>
8538
8539         * m4/stdint_h.m4 (gl_AC_HEADER_STDINT_H): Avoid compiler warning.
8540         * m4/inttypes_h.m4 (gl_AC_HEADER_INTTYPES_H): Likewise.
8541         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Likewise.
8542         * m4/intmax_t.m4 (gt_AC_TYPE_INTMAX_T): Likewise.
8543
8544 2006-08-22  Bruno Haible  <bruno@clisp.org>
8545
8546         * gnulib-tool (func_emit_lib_Makefile_am): Don't treat lib_LIBRARIES
8547         and lib_LTLIBRARIES like the other lib_* variables.
8548
8549 2006-08-22  Bruno Haible  <bruno@clisp.org>
8550
8551         * build-aux/x-to-1.in: New file, from GNU gettext.
8552
8553 2006-08-22  Bruno Haible  <bruno@clisp.org>
8554
8555         * m4/readutmp.m4 (gl_READUTMP): Compile readutmp.c only if <utmp.h> or
8556         <utmpx.h> exists.
8557
8558 2006-08-22  Bruno Haible  <bruno@clisp.org>
8559
8560         * lib/readutmp.h: Skip most definitions if neither <utmp.h> nor
8561         <utmpx.h> exists.
8562
8563 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
8564
8565         BeOS portability.
8566         * lib/dirchownmod.c (dirchownmod): Don't use fchmod if it doesn't
8567         exist.
8568         Problem reported by Bruno Haible.
8569
8570 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
8571
8572         Avoid the need for AC_LIBSOURCES in m4 macros.
8573         * modules/acl (EXTRA_DIST): Add acl.h.
8574         * modules/argmatch (Files): Add m4/argmatch.m4.
8575         (configure.ac): Add gl_ARGMATCH.
8576         (EXTRA_DIST): Renamed from lib_SOURCES, for
8577         consistency with the other modules.  Remove argmatch.c.
8578         * modules/backupfile (EXTRA_DIST): Add backupfile.h.
8579         * modules/c-strtod (EXTRA_DIST): Add c-strtod.h.
8580         * modules/c-strtold (EXTRA_DIST): Add c-strtod.c, c-strtod.h.
8581         * modules/canonhost (EXTRA_DIST): Add c-canonhost.h.
8582         * modules/canonicalize (EXTRA_DIST): Add canonicalize.h.
8583         * modules/chdir-long (EXTRA_DIST): Add chdir-long.h.
8584         * modules/chdir-safer (EXTRA_DIST): Add chdir-safer.h.
8585         * modules/cloexec (EXTRA_DIST): Add cloexec.h.
8586         * modules/close-stream (EXTRA_DIST): Add close-stream.h.
8587         * modules/closeout (EXTRA_DIST): Add closeout.h.
8588         * modules/cycle-check (EXTRA_DIST): Add cycle-check.h.
8589         * modules/dev-ino (EXTRA_DIST): Add dev-ino.h.
8590         * modules/dirfd (EXTRA_DIST): Add dirfd.h.
8591         * modules/dirname (EXTRA_DIST): Renamed from lib_SOURCES.  Add
8592         dirname.h; remove basename.c and stripslash.c.
8593         * modules/exclude (EXTRA_DIST): Add exclude.h.
8594         * modules/exitfail (EXTRA_DIST): Add exitfail.h.
8595         * modules/fcntl-safer (EXTRA_DIST): Add fcntl-safer.h fcntl--.h.
8596         * modules/file-type (EXTRA_DIST): Add file-type.h.
8597         * modules/filemode (EXTRA_DIST): Add filemode.h.
8598         * modules/filenamecat (EXTRA_DIST): Add filenamecat.h.
8599         * modules/fopen-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
8600         * modules/fpending (EXTRA_DIST): Add __fpending.h.
8601         * modules/fprintftime (EXTRA_DIST): Add fprintftime.h.
8602         * modules/fsusage (EXTRA_DIST): Add fsusage.h.
8603         * modules/fts (EXTRA_DIST): Add fts_.h fts-cycle.c.
8604         * modules/getcwd (EXTRA_DIST): Add getcwd.h.
8605         * modules/getdate (EXTRA_DIST): Add getdate.c.
8606         * modules/gethrxtime (EXTRA_DIST): Add gethrxtime.h xtime.h.
8607         * modules/getpagesize (EXTRA_DIST): Add getpagesize.h.
8608         * modules/getpass (EXTRA_DIST): Add getpass.h.
8609         * modules/glob (EXTRA_DIST): Add glob_.h glob-libc.h.
8610         * modules/group-member (EXTRA_DIST): Add group-member.h.
8611         * modules/hard-locale (EXTRA_DIST): Add hard-locale.h.
8612         * modules/hash (EXTRA_DIST): Add hash.h.
8613         * modules/human (EXTRA_DIST): Add human.h.
8614         * modules/inttypes (EXTRA_DIST): Add inttypes.h.
8615         * modules/lchmod (EXTRA_DIST): Add lchmod.h.
8616         * modules/lchown (EXTRA_DIST): Add lchown.h.
8617         * modules/long-options (EXTRA_DIST): Add long-options.h.
8618         * modules/lstat (EXTRA_DIST): Add lstat.h.
8619         * modules/md5 (EXTRA_DIST): Add memcasecmp.h.
8620         * modules/memcoll (EXTRA_DIST): Add memcoll.h.
8621         * modules/mempcpy (EXTRA_DIST): Add mempcpy.h.
8622         * modules/memrchr (EXTRA_DIST): Add memrchr.h.
8623         * modules/memxor (EXTRA_DIST): Add memxor.h.
8624         * modules/mkancesdirs (EXTRA_DIST): Add mkancesdirs.h.
8625         * modules/mkdir-p (EXTRA_DIST): Add modechange.h.
8626         * modules/mountlist (EXTRA_DIST): Add mountlist.h.
8627         * modules/openat (EXTRA_DIST): Add at-func.c openat.h openat-priv.h.
8628         * modules/pathmax (EXTRA_DIST): Add pathmax.h.
8629         * modules/physmem (EXTRA_DIST): Add physmem.h.
8630         * modules/posixtm (EXTRA_DIST): Add posixtm.h.
8631         * modules/posixver (EXTRA_DIST): Add posixver.h.
8632         * modules/quote (EXTRA_DIST): Add quote.h.
8633         * modules/quotearg (EXTRA_DIST): Add quotearg.h.
8634         * modules/readtokens (EXTRA_DIST): Add readtokens.h.
8635         * modules/readutmp (EXTRA_DIST): Add readutmp.h.
8636         * modules/regex (EXTRA_DIST): Add regcomp.c regex.h regex_internal.c
8637         regex_internal.h regexec.c.
8638         * modules/safe-read (EXTRA_DIST): Add safe-read.h.
8639         * modules/safe-write (EXTRA_DIST): Add safe-write.h.
8640         * modules/same (EXTRA_DIST): Add same.h.
8641         * modules/same-inode (EXTRA_DIST): Add same-inode.h.
8642         * modules/save-cwd (EXTRA_DIST): Add save-cwd.h.
8643         * modules/savedir (EXTRA_DIST): Add savedir.h.
8644         * modules/sha1 (EXTRA_DIST): Add sha1.h.
8645         * modules/sig2str (EXTRA_DIST): Add sig2str.h.
8646         * modules/stat-macros (EXTRA_DIST): Add stat-macros.h.
8647         * modules/stat-time (EXTRA_DIST): Add stat-time.h.
8648         * modules/stdlib-safer (EXTRA_DIST): Add stdlib-safer.h stdlib--.h.
8649         * modules/strdup (EXTRA_DIST): Add strdup.h.
8650         * modules/strftime (EXTRA_DIST): Add strftime.h.
8651         * modules/strndup (EXTRA_DIST): Add strndup.h.
8652         * modules/strnlen (EXTRA_DIST): Add strnlen.h.
8653         * modules/strverscmp (EXTRA_DIST): Add strverscmp.h.
8654         * modules/time_r (EXTRA_DIST): Add time_r.h.
8655         * modules/timespec (EXTRA_DIST): Add timespec.h.
8656         * modules/tmpfile-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
8657         * modules/unistd-safer (EXTRA_DIST): Add unistd-safer.h unistd--.h.
8658         * modules/unlinkdir (EXTRA_DIST): Add unlinkdir.h.
8659         * modules/unlocked-io (EXTRA_DIST): Add unlocked-io.h.
8660         * modules/userspec (EXTRA_DIST): Add userspec.h.
8661         * modules/utimecmp (EXTRA_DIST): Add utimecmp.h.
8662         * modules/utimens (EXTRA_DIST): Add utimens.h.
8663         * modules/xalloc (EXTRA_DIST): Add xalloc.h.
8664         * modules/xgetcwd (EXTRA_DIST): Add xgetcwd.h.
8665         * modules/xnanosleep (EXTRA_DIST): Add xnanosleep.h.
8666         * modules/xreadlink (EXTRA_DIST): Add xreadlink.h.
8667         * modules/xstrtod (EXTRA_DIST): Add xstrtod.h.
8668         * modules/xstrtol (EXTRA_DIST): Add xstrtol.h.
8669         * modules/xstrtold (EXTRA_DIST): Add xstrtod.c xstrtod.h.
8670         * modules/yesno (EXTRA_DIST): Add yesno.h.
8671
8672 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
8673
8674         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Check for fchmod.
8675
8676         * m4/argmatch.m4: New file, from coreutils with AC_LIBSOURCES removed.
8677         * m4/dev-ino.m4, same-inode.m4: Remove.
8678
8679         * m4/_inttypes_h.m4 (gl_INTTYPES_H):
8680         * m4/acl.m4 (AC_FUNC_ACL):
8681         * m4/backupfile.m4 (gl_BACKUPFILE):
8682         * m4/c-strtod.m4 (gl_C99_STRTOLD):
8683         * m4/canon-host.m4 (gl_CANON_HOST):
8684         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
8685         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG):
8686         * m4/chdir-safer.m4 (gl_CHDIR_SAFER):
8687         * m4/cloexec.m4 (gl_CLOEXEC):
8688         * m4/close-stream.m4 (gl_CLOSE_STREAM):
8689         * m4/closeout.m4 (gl_CLOSEOUT):
8690         * m4/dirfd.m4 (gl_FUNC_DIRFD):
8691         * m4/dirname.m4 (gl_DIRNAME):
8692         * m4/exclude.m4 (gl_EXCLUDE):
8693         * m4/exitfail.m4 (gl_EXITFAIL):
8694         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER):
8695         * m4/file-type.m4 (gl_FILE_TYPE):
8696         * m4/filemode.m4 (gl_FILEMODE):
8697         * m4/filenamecat.m4 (gl_FILE_NAME_CONCAT):
8698         * m4/fpending.m4 (gl_FUNC_FPENDING):
8699         * m4/fprintftime.m4 (gl_FPRINTFTIME):
8700         * m4/fts.m4 (gl_FUNC_FTS):
8701         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL):
8702         * m4/getdate.m4 (gl_GETDATE):
8703         * m4/gethrxtime.m4 (gl_GETHRXTIME):
8704         * m4/getpagesize.m4 (gl_GETPAGESIZE):
8705         * m4/getpass.m4 (gl_FUNC_GETPASS):
8706         * m4/gettime.m4 (gl_GETTIME):
8707         * m4/getugroups.m4 (gl_GETUGROUPS):
8708         * m4/glob.m4 (gl_GLOB_SUBSTITUTE):
8709         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER):
8710         * m4/hard-locale.m4 (gl_HARD_LOCALE):
8711         * m4/hash.m4 (gl_HASH):
8712         * m4/idcache.m4 (gl_IDCACHE):
8713         * m4/lchmod.m4 (gl_FUNC_LCHMOD):
8714         * m4/lchown.m4 (gl_FUNC_LCHOWN):
8715         * m4/long-options.m4 (gl_LONG_OPTIONS):
8716         * m4/lstat.m4 (gl_FUNC_LSTAT):
8717         * m4/md5.m4 (gl_MD5):
8718         * m4/memcasecmp.m4 (gl_MEMCASECMP):
8719         * m4/memcoll.m4 (gl_MEMCOLL):
8720         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY):
8721         * m4/memrchr.m4 (gl_FUNC_MEMRCHR):
8722         * m4/memxor.m4 (gl_MEMXOR):
8723         * m4/mkancesdirs.m4 (gl_MKANCESDIRS):
8724         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS):
8725         * m4/modechange.m4 (gl_MODECHANGE):
8726         * m4/mountlist.m4 (gl_MOUNTLIST):
8727         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
8728         * m4/openat.m4 (gl_FUNC_OPENAT):
8729         * m4/pathmax.m4 (gl_PATHMAX):
8730         * m4/physmem.m4 (gl_PHYSMEM):
8731         * m4/posixtm.m4 (gl_POSIXTM):
8732         * m4/posixver.m4 (gl_POSIXVER):
8733         * m4/quote.m4 (gl_QUOTE):
8734         * m4/quotearg.m4 (gl_QUOTEARG):
8735         * m4/readtokens.m4 (gl_READTOKENS):
8736         * m4/readutmp.m4 (gl_READUTMP):
8737         * m4/regex.m4 (gl_REGEX):
8738         * m4/safe-read.m4 (gl_SAFE_READ):
8739         * m4/safe-write.m4 (gl_SAFE_WRITE):
8740         * m4/same.m4 (gl_SAME):
8741         * m4/save-cwd.m4 (gl_SAVE_CWD):
8742         * m4/savedir.m4 (gl_SAVEDIR):
8743         * m4/settime.m4 (gl_SETTIME):
8744         * m4/sha1.m4 (gl_SHA1):
8745         * m4/sig2str.m4 (gl_FUNC_SIG2STR):
8746         * m4/stat-macros.m4 (gl_STAT_MACROS):
8747         * m4/stat-time.m4 (gl_STAT_TIME):
8748         * m4/stdio-safer.m4 (gl_FOPEN_SAFER):
8749         * m4/stdlib-safer.m4 (gl_STDLIB_SAFER):
8750         * m4/strdup.m4 (gl_FUNC_STRDUP):
8751         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME):
8752         * m4/strndup.m4 (gl_FUNC_STRNDUP):
8753         * m4/strnlen.m4 (gl_FUNC_STRNLEN):
8754         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP):
8755         * m4/time_r.m4 (gl_TIME_R):
8756         * m4/timespec.m4 (gl_TIMESPEC):
8757         * m4/unistd-safer.m4 (gl_UNISTD_SAFER):
8758         * m4/unlinkdir.m4 (gl_UNLINKDIR):
8759         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO):
8760         * m4/userspec.m4 (gl_USERSPEC):
8761         * m4/utimecmp.m4 (gl_UTIMECMP):
8762         * m4/utimens.m4 (gl_UTIMENS):
8763         * m4/xalloc.m4 (gl_XALLOC):
8764         * m4/xgetcwd.m4 (gl_XGETCWD):
8765         * m4/xnanosleep.m4 (gl_XNANOSLEEP):
8766         * m4/xreadlink.m4 (gl_XREADLINK):
8767         * m4/xstrtod.m4 (gl_XSTRTOD):
8768         * m4/yesno.m4 (gl_YESNO):
8769         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
8770         to get the necessary .h files and whatnot.
8771
8772 2006-08-21  Mark D. Baushke  <mdb@gnu.org>
8773             Bruno Haible  <bruno@clisp.org>
8774
8775         * gnulib-tool (func_verify_module): Work around Sun's non-POSIX 1003.2
8776         /bin/sh understanding of '!' conditional negation.
8777
8778 2006-08-21  Jim Meyering  <jim@meyering.net>
8779
8780         * modules/openat (Depends-on): Really alphabetize.
8781
8782         * modules/acl (Depends-on): Add error and quote.
8783
8784         * check-module (find_included_lib_files): Add at-func.c to the
8785         ok-to-include-more-than-once white list.
8786
8787         * modules/openat (Depends-on): Add lstat.  Alphabetize.
8788
8789 2006-08-21  Bruno Haible  <bruno@clisp.org>
8790
8791         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
8792         Emit a pkgdata_DATA variable only if some snippets add contents to it.
8793         Reported by Martin Lambers <marlam@marlam.de>.
8794
8795 2006-08-21  Bruno Haible  <bruno@clisp.org>
8796
8797         * gnulib-tool (func_emit_lib_Makefile_am): If the snippets already
8798         specify an installation location, don't emit a noinst_LIBRARIES or
8799         noinst_LTLIBRARIES assignment.
8800
8801 2006-08-21  Bruno Haible  <bruno@clisp.org>
8802
8803         BeOS portability.
8804         * modules/mbchar (Include): Don't test HAVE_WCTYPE_H any more, since
8805         BeOS has mbrtowc() but no <wctype.h>.
8806
8807 2006-08-21  Bruno Haible  <bruno@clisp.org>
8808
8809         BeOS portability.
8810         * m4/mbchar.m4 (gl_MBCHAR): Compile mbchar.c also if <wctype.h> doesn't
8811         exist.
8812
8813 2006-08-21  Bruno Haible  <bruno@clisp.org>
8814
8815         BeOS portability.
8816         * lib/mbchar.h: Include <wctype.h> only if it exists.
8817
8818 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
8819
8820         Remove files that are no longer needed by their respective modules.
8821         * m4/obstack.m4: Remove.
8822         * m4/strerror_r.m4: Remove.
8823         * m4/uint32_t.m4: Remove.
8824         * m4/uintptr_t.m4: Remove.
8825         * m4/ullong_max.m4: Remove.
8826         * m4/xstrtoimax.m4: Remove.
8827         * m4/xstrtoumax.m4: Remove.
8828
8829         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Do not require
8830         gl_AC_TYPE_UINTMAX_T, gl_STRUCT_DEV_INO, or gl_SAME_INODE, since gnulib
8831         dependencies now capture this.
8832
8833         * m4/cycle-check.m4 (gl_CYCLE_CHECK):
8834         Do not use AC_LIBSOURCES, since gnulib modules now do this.
8835         * m4/fsusage.m4 (gl_FSUSAGE): Likewise.
8836         * m4/human.m4 (gl_HUMAN): Likewise.
8837         * m4/inttostr.m4 (gl_INTTOSTR): Likewise.
8838         * m4/xstrtol.m4 (gl_XSTRTOL): Likewise.
8839
8840         * m4/filemode.m4 (gl_FILEMODE): Require AC_STRUCT_ST_DM_MODE.
8841
8842         * m4/filemode.m4 (gl_PREREQ_FSUSAGE_EXTRA): Do not require
8843         gl_AC_TYPE_INTMAX_T or gl_AC_TYPE_UINTMAX_T, since we now require
8844         stdint.
8845         * m4/human.m4 (gl_HUMAN): Likewise.
8846         * m4/inttostr.m4 (gl_PREREQ_INTTOSTR): Likewise.
8847         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Likewise.
8848         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
8849         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
8850         * m4/xstrtol (gl_XSTRTOL): Likewise.
8851
8852         * m4/gethrxtime.m4 (gl_XTIME): gl_AC_TYPE_LONG_LONG ->
8853         AC_TYPE_LONG_LONG_INT.
8854         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
8855         * m4/strtoll.m4 (gl_FUNC_STRTOLL): Likewise.
8856         * m4/strtoull.m4 (gl_FUNC_STRTOULL): Likewise, for unsigned long.
8857         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
8858
8859         * m4/human.m4 (gl_HUMAN): Do not require AM_STDBOOL_H since we depend
8860         on stdbool.
8861
8862         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL_H, gl_PREREQ_XSTRTOL): Remove.
8863         (gl_PREREQ_XSTRTOUL): Remove.
8864
8865         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Check for hasmntopt.
8866
8867         * m4/posixver.m4: Fix comment since head -1 now works even in POSIX
8868         mode.
8869
8870 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
8871
8872         Add and change modules to make it easier for coreutils to use
8873         gnulib-tool.
8874         * modules/backupfile (Files): Remove m4/d-ino.m4.
8875         (Depends-on): Add d-ino.
8876         * modules/cycle-check (Depends-on): Add stdint.
8877         (lib_SOURCES): Add cycle-check.h.
8878         * modules/d-ino: New module.
8879         * modules/d-type: New module.
8880         * modules/error (Files): Remove m4/strerror_r.m4.
8881         * modules/filemode (Files): Add m4/st_dm_mode.m4.
8882         * modules/fsuage (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
8883         m4/inttypes_h.m4, m4/uintmax_t.m4.
8884         (Depends-on): Add stdint.
8885         (lib_SOURCES): Add fsusage.h.
8886         * modules/getcwd (Files): Remove d-ino.m4.
8887         (Depends-on): Add d-ino.
8888         * modules/getndelim2 (Depends-on): Add stdint.
8889         * modules/glob (Files): Remove m4/d-type.m4.
8890         (Depends-on): Add d-type.
8891         * modules/host-os: New module.
8892         * modules/human (Files):  Remove m4/ulonglong.m4, m4/stdint_h.m4,
8893         m4/inttypes_h.m4, m4/uintmax_t.m4.
8894         * Depends-on: Add stdint.
8895         (lib_SOURCES): Add human.h.
8896         * modules/inttostr (Files): Remove m4/intmax_t.m4,
8897         m4/inttostr.m4, m4/inttypes_h.m4, m4/longlong.m4, m4/stdint_h.m4,
8898         m4/uintmax_t.m4, m4/ulonglong.m4.
8899         (Depends-on): Add stdint.
8900         (EXTRA_DIST): Add inttostr.h.
8901         * modules/lchmod: New module.
8902         * modules/link-follow: New module.
8903         * modules/mkdir-p (Files): Remove lib/lchmod.h, m4/lchmod.m4.
8904         (Depends-on): Add lchmod.
8905         * modules/mkstemp (Files): Remove m4/ulonglong.m4,
8906         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4.
8907         (Depends-on): Add stdint.
8908         * modules/obstack (Files): Remove m4/inttypes_h.m4, m4/obstack.m4,
8909         m4/stdint_h.m4, m4/uintmax_t.m4, m4/ulonglong.m4.
8910         (Depends-on): Add stdint.
8911         (configure.ac): Change gl_OBSTACK to AC_FUNC_OBSTACK.
8912         * modules/perl: New module.
8913         * modules/regex (Depends-on): Add stdint.
8914         * modules/rmdir-errno: New module.
8915         * modules/strtoimax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
8916         m4/intmax_t.m4.
8917         (Depends-on): Add stdint.
8918         * modules/strtoumax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
8919         m4/uintmax_t.m4.
8920         (Depends-on): Add stdint.
8921         * modules/unlink-busy: New module.
8922         * modules/utimecmp (Depends-on): Add stdint.
8923         * modules/uptime: New module.
8924         * modules/winsz-ioctl: New module.
8925         * modules/winsz-termios: New module.
8926         * modules/xnanosleep (Depends-on): Add nanosleep.
8927         * modules/ullong_max: Remove.
8928         * modules/xstrtoimax (Files): Remove m4/xstrtoimax.m4.
8929         (configure.ac): Remove gl_XSTRTOIMAX; no action needed now.
8930         * modules/xstrtol (Files): Remove m4/ulonglong.m4, m4/longlong.m4,
8931         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4, m4/intmax_t.m4.
8932         (Depends-on): Add inttypes.
8933         (lib_SOURCES): Add xstrtol.h.
8934         * modules/xstrtoumax (Files): Remove m4/xstrtoumax.m4.
8935         (configure.ac): Remove gl_XSTRTOUMAX; no action needed now.
8936         * MODULES.html.sh: Move 'assert' into the assert section.
8937         Move 'dummy' into the linking section.
8938         Remove ullong_max.
8939         Add section for compatibility checks for POSIX:2001 functions,
8940         and put d-ino, d-type, link-follow, rmdir-errno, unlink-busy,
8941         winsz-ioctl, and winsz-termios into it.
8942         Add lchmod.
8943         Add top-level Misc section and put host-os, perl, and uptime
8944         into it.
8945
8946 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
8947
8948         * lib/cycle-check.h: Include <stdint.h> unconditionally, since we
8949         now assume the stdint module.  Do not include inttypes.h.
8950         * lib/fsusage.h: Likewise.
8951         * lib/getndelim2.c: Likewise.
8952         * lib/human.h: Likewise.
8953         * lib/inttostr.h: Likewise.
8954         * lib/obstack.c: Likewise.
8955         * lib/regex_internal.h: Likewise.
8956         * lib/tempname.c: Likewise.
8957         * lib/utimecmp.c: Likewise.
8958         * lib/xstrtol.h: Likewise.
8959
8960         * lib/stat_.h: Fix typo: HAVE_FUNC_LSTAT -> HAVE_LSTAT.
8961
8962         * lib/strtoimax.c: Adjust to macro name changes in Autoconf,
8963         e.g., HAVE_LONG_LONG -> HAVE_LONG_LONG_INT.
8964         * lib/xtime.h: Likewise.
8965
8966 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
8967
8968         * modules/openat (Files): Add lib/fchmodat.c.
8969         Fixes problem reported by Jay Youngman.
8970
8971 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
8972
8973         * lib/fchmodat.c: New file, from coreutils.  This was inadvertently
8974         omitted in the 2006-08-17 update.  Problem reported by Jay Youngman.
8975
8976 2006-08-18  Paul Eggert  <eggert@cs.ucla.edu>
8977             Bruno Haible  <bruno@clisp.org>
8978
8979         * m4/bison-i18n.m4 (BISON_I18N): Also handle the case where yacc exists
8980         and is a script that invokes bison. Tighten the code. Add comments.
8981
8982 2006-08-18  Jim Meyering  <jim@meyering.net>
8983
8984         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Also check for
8985         CLOCK_REALTIME, since gethrxtime may revert to using clock_gettime via
8986         gettime.c.  Gabor Z. Papp reported that gethrxtime-using programs
8987         failed to link due to unresolved clock_gettime on a linux-2.4.x system.
8988
8989 2006-08-18  Bruno Haible  <bruno@clisp.org>
8990
8991         * modules/bison-i18n: New file.
8992         * MODULES.html.sh (Internationalization functions): Add it.
8993
8994 2006-08-18  Bruno Haible  <bruno@clisp.org>
8995
8996         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Also check for
8997         sys/statvfs.h. When getmntinfo was found, check its declaration and
8998         set either MOUNTED_GETMNTINFO or MOUNTED_GETMNTINFO2 depending on it.
8999
9000 2006-08-18  Bruno Haible  <bruno@clisp.org>
9001
9002         * m4/bison-i18n.m4: New file, from bison.
9003
9004 2006-08-18  Bruno Haible  <bruno@clisp.org>
9005
9006         * lib/mountlist.c [MOUNTED_GETMNTINFO2]: Include sys/statvfs.h.
9007         (ME_DUMMY): Treat "kernfs" as a dummy.
9008         (read_file_system_list) [MOUNTED_GETMNTINFO2]: Implement.
9009
9010 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
9011
9012         Update from coreutils.
9013
9014         2006-08-15  Jim Meyering  <jim@meyering.net>
9015
9016         * m4/openat.m4 (gl_FUNC_OPENAT): Add at-func.c via AC_LIBSOURCES.
9017
9018         2006-01-17  Jim Meyering  <jim@meyering.net>
9019
9020         * m4/fts.m4 (gl_FUNC_FTS_CORE): Depend on gl_FUNC_OPENAT.
9021
9022         2006-01-11  Jim Meyering  <jim@meyering.net>
9023
9024         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile fchmodat.c.
9025         Check for the lchmod function.
9026
9027 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
9028
9029         Update from coreutils.
9030
9031         * lib/__fpending.h: Add copyright notice.
9032         * lib/fprintftime.h: Likewise.
9033         * lib/savedir.c: Use (C) in copyright notice.
9034         * lib/savedir.h: Likewise.
9035
9036         2006-08-15  Jim Meyering  <jim@meyering.net>
9037
9038         * lib/at-func.c: New file, with the logic of all emulated at-functions.
9039         * lib/openat-priv.h: Include <errno.h> and define ENOSYS,
9040         in support of the EXPECTED_ERRNO macro.
9041         * lib/openat.c (fstatat, unlinkat, fchownat): Remove function
9042         definitions.  Instead, define the appropriate symbols and include
9043         "at-func.c".
9044         * lib/mkdirat.c (mkdirat): Likewise.
9045         * lib/fchmodat.c (fchmodat): Likewise.
9046         (ENOSYS): Remove definition.
9047         * lib/openat.c: Don't include <errno.h>, now that "openat-priv.h" does
9048         it.  Don't include "unistd--.h" -- it wasn't ever used.
9049
9050         2006-01-17  Jim Meyering  <jim@meyering.net>
9051
9052         Rewrite fts.c not to change the current working directory,
9053         by using openat, fstatat, fdopendir, etc..
9054
9055         * lib/fts.c [! _LIBC]: Include "openat.h" and "unistd--.h".
9056         (HAVE_OPENAT_SUPPORT): Define.
9057         [_LIBC] (fchdir): Don't undef or define; no longer used.
9058         (FCHDIR): Define in terms of cwd_advance_fd rather than fchdir.
9059         Now, this `function' always succeeds, and consumes its file descriptor
9060         parameter -- so callers must not close such FDs.  Update callers.
9061         (diropen_fd, opendirat, cwd_advance_fd): New functions.
9062         (diropen): Add parameter, SP.  Adjust all callers.
9063         Implement using diropen_fd, rather than open.
9064         (fts_open): Initialize new member, fts_cwd_fd.
9065         Remove fts_rft-setting code.
9066         (fts_close): Close fts_cwd_fd, if necessary.
9067         (__opendir2): Define in terms of opendir or opendirat,
9068         depending on whether the FST_NOCHDIR flag is set.
9069         (fts_build): Since fts_safe_changedir consumes its FD, and since
9070         this code must do `closedir(dirp)', dup the dirfd(dirp) argument,
9071         and close the dup'd file descriptor upon failure.
9072         (fts_stat): Use fstatat(...AT_SYMLINK_NOFOLLOW) in place of lstat.
9073         (fts_safe_changedir): Tweak semantics to reflect that this function
9074         now calls cwd_advance_fd and hence consumes its FD argument.
9075         * lib/fts_.h [struct FTS] (fts_cwd_fd): New member.
9076         [struct FTS] (fts_rft): Remove now-unused member.
9077         [struct FTS] (fts_cycle.state): Improve comment.
9078
9079         * lib/openat.c (openat_needs_fchdir): New function.
9080         * lib/openat.h (openat_needs_fchdir): Declare it.
9081
9082 2006-08-16  Paul Eggert  <eggert@cs.ucla.edu>
9083
9084         * lib/memcoll.c (memcoll): Set errno = 0 in the shortcut case, too.
9085         Problem and fix reported by Pádraig Brady in
9086         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00099.html>.
9087
9088 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
9089
9090         * modules/cycle-check (configure.ac): Add gl_CYCLE_CHECK.
9091
9092 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
9093
9094         * lib/memcoll.c (memcoll): Optimize for the common case where the
9095         arguments are bytewise equal.
9096
9097 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
9098
9099         * doc/regexprops-generic.texi: Add a copyright notice.
9100
9101 2006-08-15  Bruno Haible  <bruno@clisp.org>
9102
9103         * modules/tmpdir (License): Change to LGPL.
9104
9105 2006-08-15  Bruno Haible  <bruno@clisp.org>
9106
9107         * gnulib-tool (func_all_modules, func_verify_module): COPYING is not a
9108         module.
9109
9110 2006-08-14  Simon Josefsson  <jas@extundo.com>
9111
9112         * config/srclist.txt: Add gnupload.
9113
9114 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
9115
9116         Change copyright notice from LGPL 2 to GPL 2, since that's the
9117         standard form used in the gnulib repository.
9118         * tests/test-lock.c: Likewise.
9119         * tests/test-stdint.c: Likewise.
9120         * tests/test-tls.c: Likewise.
9121
9122         * users.txt: Add bison, diffutils, libprelude, prelude-lml,
9123         prelude-manager.  User shorter URLs for GNU projects, without '?'.
9124         Add copyright notice.
9125
9126         * check-module: Add copyright notice.  Output a copyright
9127         notice if "--version" is specified.
9128         * modules/COPYING: New file.
9129         * tests/test-getaddrinfo.c: Add copyright notice.
9130         * tests/test-verify.c: Likewise.
9131
9132 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
9133
9134         Change copyright notice from LGPL 2 to GPL 2, since that's the
9135         standard form used in the gnulib repository.
9136         * lib/lock.c: LGPL -> GPL.
9137         * lib/lock.h: Likewise.
9138         * lib/strnlen1.c: Likewise.
9139         * lib/strnlen1.h: Likewise.
9140         * lib/tls.c: Likewise.
9141         * lib/tls.h: Likewise.
9142         * lib/tmpdir.c: Likewise.
9143
9144         * lib/TODO: Remove; this belongs only in coreutils.
9145
9146 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
9147
9148         Add copyright notices to long-enough files that lack them, since
9149         otherwise the files aren't clearly free.  Use the same notice that
9150         getdate.texi already uses.
9151         * doc/alloca-opt.texi: Add copyright notice.
9152         * doc/alloca.texi: Likewise.
9153         * doc/ctime.texi: Likewise.
9154         * doc/functions.texi: Likewise.
9155         * doc/gcd.texi: Likewise.
9156         * doc/gnulib-tool.texi: Likewise.
9157         * doc/inet_ntoa.texi: Likewise.
9158         * doc/visibility.texi: Likewise.
9159
9160         * doc/getdate.texi: Update FDL version from 1.1 to 1.2.
9161         * doc/quote.texi: Add copyright notice.
9162
9163         * doc/solaris-versions: Add SunOS 5.10, SunOS 1.x, SunOS 4.0, SunOS
9164         4.0.x, SunOS 4.1.1.1, SunOS 4.1.1_U1, SunOS 4.1.3B.  SunOS 4.1.3
9165         was Solaris 1.1A.  Remove space before B in Solaris 1.1.1B.
9166         Mention SunOS 5.11.  Mention that everything before SunOS 5.7
9167         is now obsolete, and give a pointer to the Sun list.
9168         Add copyright notice.
9169
9170 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
9171
9172         * config/srclistvars.sh: Add copyright notice.
9173
9174 2006-08-14  Eric Blake  <ebb9@byu.net>
9175
9176         Import the following change from libc:
9177
9178         2006-08-12  Ulrich Drepper  <drepper@redhat.com>
9179
9180         Upstream bug 2997.
9181         * lib/misc/error.c: Add space between program name and message if file
9182         name is missing.
9183
9184 2006-08-12  Karl Berry  <karl@gnu.org>
9185
9186         * config/srclist.txt (ssize_t.m4, sig_atomic_t.m4, signalblocking.m4):
9187         remove, these originate in gnulib now.
9188
9189 2006-08-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9190
9191         * doc/Makefile (standards.info standards.html standards.dvi):
9192         Also depend on make-stds.texi.
9193
9194 2006-08-11  Paul Eggert  <eggert@cs.ucla.edu>
9195
9196         * lib/pipe-safer.c (pipe_safer): Fix misspelling: HAVE_FUNC_PIPE ->
9197         HAVE_PIPE.  Fix a file descriptor leak when fd_safer fails.
9198
9199         * lib/regex_internal.c (re_string_skip_chars): Don't assume WEOF fits
9200         in wchar_t.  Problem reported by Eric Blake.
9201
9202         * lib/snprintf.c (snprintf): memcpy LEN bytes, not SIZE - 1, when
9203         LEN is smaller than SIZE.  Suggested by Bruno Haible.
9204         Also, help the compiler to keep LEN in a register.
9205
9206 2006-08-11  Eric Blake  <ebb9@byu.net>
9207
9208         * users.txt: Sort.  Add tar.
9209
9210 2006-08-11  Bruno Haible  <bruno@clisp.org>
9211
9212         * users.txt: New file.
9213
9214 2006-08-11  Bruno Haible  <bruno@clisp.org>
9215
9216         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Include <stdio.h> and <time.h>
9217         before <wchar.h>. Needed for OSF/1 and BSD/OS.
9218
9219 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
9220
9221         * modules/snprintf (Depends-on): Remove minmax.
9222         (Maintainer): Add self and Bruno.
9223
9224 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
9225
9226         * lib/.cppi-disable: Add snprintf.h, socket_.h.
9227         * lib/snprintf.c: Include <errno.h> and <limits.h>.
9228         (EOVERFLOW): Define if the system does not.
9229         Do not include "minmax.h"; it wasn't used.
9230         (snprintf): Don't assume size_t promotes to an unsigned type.
9231         Fix bug when generated string was too long for the buffer: the
9232         buffer's contents are supposed to be the initial prefix of the
9233         output.  Don't assume vasnprintf returns EOVERFLOW if the size
9234         exceeds INT_MAX; do the check ourselves.
9235
9236         Import the following changes from libc:
9237
9238         2006-06-02  Jakub Jelinek  <jakub@redhat.com>
9239
9240         * lib/posix/regex_internal.c (re_string_skip_chars): If no character
9241         has been converted at all, set *last_wc to WEOF.  If mbrtowc failed,
9242         set wc to the byte which couldn't be converted.
9243         (re_string_reconstruct): Don't clear valid_raw_len before calling
9244         re_string_skip_chars.  If wc is WEOF after re_string_skip_chars, set
9245         tip_context using re_string_context_at.
9246
9247         2006-05-02  Ulrich Drepper  <drepper@redhat.com>
9248
9249         * lib/posix/regex.h: g++ still cannot handled [restrict].
9250
9251         2006-04-21  Ulrich Drepper  <drepper@redhat.com>
9252
9253         * lib/posix/regex.h: Remove special handling for VMS.
9254
9255 2006-08-10  Jim Meyering  <jim@meyering.net>
9256
9257         * modules/same-inode: New module.
9258         * modules/dev-ino: New module.
9259         * modules/cycle-check: Depend on these modules, rather than simply
9260         including their .h files.
9261         (Makefile.am): Don't list cycle-check.[ch] here, now that they're
9262         required via m4/cycle-check.m4.
9263         * modules/same: Depend on new same-inode module, rather than
9264         including same-inode.h.
9265         * modules/chdir-safer: New file.
9266
9267         * modules/chown (Depends-on): Add stat-macros.
9268
9269 2006-08-10  Jim Meyering  <jim@meyering.net>
9270
9271         * m4/cycle-check.m4: New file.
9272         Require gl_STRUCT_DEV_INO and gl_SAME_INODE.
9273         * m4/dev-ino.m4, m4/same-inode.m4: New files.
9274
9275 2006-08-10  Eric Blake  <ebb9@byu.net>
9276
9277         * modules/verror (Depends-on): Remove bogus gl_VERROR that snuck
9278         in from original proposal.
9279
9280 2006-08-10  Eric Blake  <ebb9@byu.net>
9281         and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
9282
9283         * gnulib-tool (func_import): Detect unexpanded macros in gnulib
9284         namespace.
9285
9286 2006-08-10  Bruno Haible  <bruno@clisp.org>
9287
9288         * gnulib-tool (func_create_testdir): Detect unexpanded macros here
9289         as well.
9290
9291 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
9292
9293         Sync from coreutils.
9294
9295         2006-07-19  Mike Frysinger  <vapier@gentoo.org>
9296
9297         * lib/mountlist.c [ME_REMOTE]: Filter out cifs.
9298         Reported by Toralf Förster in <http://bugs.gentoo.org/141012>.
9299
9300 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
9301
9302         * modules/restrict: Remove; no longer needed now that we assume
9303         Autoconf 2.59 or later.
9304         * MODULES.html.sh: Remove 'restrict'.
9305         * modules/argp (Depends-on): Remove 'restrict'.
9306         * modules/base64 (Depends-on): Likewise.
9307         * modules/gc (Depends-on): Likewise.
9308         * modules/getaddrinfo (Depends-on): Likewise.
9309         * modules/glob (Depends-on): Likewise.
9310         * modules/inet_ntop (Depends-on): Likewise.
9311         * modules/inet_pton (Depends-on): Likewise.
9312         * modules/memxor (Depends-on): Likewise.
9313         * modules/regex (Depends-on): Likewise.
9314         * modules/strtok_r (Depends-on): Likewise.
9315         * modules/time_r (Depends-on): Likewise.
9316
9317 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
9318
9319         * m4/argp.m4 (gl_ARGP): Require AC_C_RESTRICT.
9320         * m4/gc.m4 (gl_PREREQ_GC): Likewise.
9321         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
9322         * m4/inet_ntop.m4 (gl_PREREQ_INET_NTOP): Likewise.
9323         * m4/inet_pton.m4 (gl_PREREQ_INET_PTON): Likewise.
9324         * m4/memxor.m4 (gl_MEMXOR): Likewise.
9325         * m4/restrict.m4: Remove; no longer needed.  All remaining uses of
9326         gl_C_RESTRICT replaced by AC_C_RESTRICT.
9327
9328         Merge from coreutils.
9329         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_C_RESTRICT, not
9330         gl_C_RESTRICT, now that we assume Autoconf 2.59 or later.
9331         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
9332         * m4/time_r.m4 (gl_TIME_R): Likewise.
9333
9334 2006-08-09  Karl Berry  <karl@gnu.org>
9335
9336         * config/srclist.txt: no more gettext-tools, per Bruno.
9337
9338 2006-08-08  Eric Blake  <ebb9@byu.net>
9339
9340         * modules/verror: New module.
9341         * MODULES.html.sh: Document it.
9342
9343 2006-08-08  Eric Blake  <ebb9@byu.net>
9344
9345         * lib/verror.h, lib/verror.c: New files.
9346
9347 2006-08-08  Eric Blake  <ebb9@byu.net>
9348
9349         * lib/verror.c (verror_at_line): Work around glibc bug 2997, so that
9350         verror_at_line output complies with GNU Coding Standards even when
9351         file is NULL.
9352
9353 2006-08-07  Bruno Haible  <bruno@clisp.org>
9354
9355         * lib/allocsa.h (sa_alignof) [_AIX]: Also consider 'long long' in newer
9356         versions of AIX.
9357         Reported by Ralf Wildenhues.
9358
9359 2006-08-07  Bruno Haible  <bruno@clisp.org>
9360
9361         * gnulib-tool (func_create_testdir): Wrap the set of autoconf snippets
9362         in an AC_DEFUN. Needed so that the autoconf snippets can use
9363         AC_REQUIRE.
9364
9365 2006-08-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9366
9367         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
9368         Initialize pkgdata_DATA.
9369         * modules/javaversion (Makefile.am): Add to pkgdata_DATA, rather than
9370         overriding it.
9371
9372 2006-08-06  Eric Blake  <ebb9@byu.net>
9373
9374         * lib/error.h: Fold in some upstream changes from glibc.
9375         * lib/error.c: Likewise.
9376
9377 2006-08-04  Bruno Haible  <bruno@clisp.org>
9378
9379         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
9380         Make the mostlyclean-local rule depend on mostlyclean-generic.
9381         Reported by Jim Meyering. Solution suggested by Ralf Wildenhues.
9382
9383 2006-07-31  Bruno Haible  <bruno@clisp.org>
9384
9385         * m4/localcharset.m4 (gl_LOCALCHARSET): Remove tests for <stddef.h>,
9386         <stdlib.h>, <string.h>.
9387
9388 2006-07-30  Bruno Haible  <bruno@clisp.org>
9389
9390         * modules/readlink (License): Change to LGPL.
9391
9392 2006-07-30  Bruno Haible  <bruno@clisp.org>
9393
9394         * modules/javaversion (Makefile.am): Distribute javaversion.java and
9395         javaversion.class. Also install javaversion.class in $(pkgdatadir) and
9396         set PKGDATADIR to point to it.
9397
9398 2006-07-30  Bruno Haible  <bruno@clisp.org>
9399
9400         * modules/csharpexec (configure.ac): Comment out macro invocation.
9401         * modules/javaexec (configure.ac): Likewise.
9402         * modules/javacomp-script (configure.ac): Likewise.
9403
9404         * modules/csharpcomp-script (configure.ac): Use AC_REQUIRE.
9405
9406 2006-07-30  Bruno Haible  <bruno@clisp.org>
9407
9408         * modules/clean-temp (Depends-on): Add linkedhash-list, remove
9409         linked-list.
9410
9411 2006-07-30  Bruno Haible  <bruno@clisp.org>
9412
9413         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Assume <string.h> exists.
9414
9415 2006-07-30  Bruno Haible  <bruno@clisp.org>
9416
9417         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
9418         Initialize MOSTLYCLEANFILES to core and *.stackdump, so that core dumps
9419         get removed.
9420
9421 2006-07-29  Bruno Haible  <bruno@clisp.org>
9422
9423         Make it possible for gnulib-tool to work with locally modified or
9424         augmented gnulib repositories.
9425         * gnulib-tool (func_usage): Document --local-dir option.
9426         (local_gnulib_dir): New variable.
9427         Handle --local-dir option.
9428         (func_lookup_file): New function.
9429         (func_all_modules, func_verify_module): Look also in $local_gnulib_dir.
9430         (func_get_description, func_get_filelist, func_get_description,
9431         func_get_filelist, func_get_dependencies, func_get_autoconf_snippet,
9432         func_get_automake_snippet, func_get_include_directive,
9433         func_get_license, func_get_maintainer): Use func_lookup_file.
9434         (func_import, func_create_testdir): Use func_lookup_file.
9435
9436 2006-07-29  Bruno Haible  <bruno@clisp.org>
9437
9438         * modules/setenv (Depends-on): Add unistd.
9439
9440 2006-07-29  Bruno Haible  <bruno@clisp.org>
9441
9442         * lib/setenv.c: Undo unintended modification done on 2006-02-27.
9443
9444 2006-07-29  Bruno Haible  <bruno@clisp.org>
9445
9446         * lib/localcharset.c: Assume <stddef.h>, <stdlib.h>, <string.h> exist.
9447
9448 2006-07-29  Bruno Haible  <bruno@clisp.org>
9449
9450         * gnulib-tool (import, update): If there is no Makefile.am, look at
9451         aclocal.m4, instead of bailing out.
9452
9453 2006-07-29  Bruno Haible  <bruno@clisp.org>
9454
9455         * gnulib-tool (func_usage): Revert most of the 2006-07-15 change.
9456         Categorize the options by when they are useful.
9457
9458 2006-07-29  Bruno Haible  <bruno@clisp.org>
9459
9460         * gnulib-tool (func_usage): Document option --no-libtool.
9461         Handle option --no-libtool.
9462         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Update
9463         for changed semantics of $libtool variable.
9464         (func_import): Likewise. If libtool is not used, show this through
9465         an option --no-libtool.
9466         (func_create_testdir): Update.
9467
9468 2006-07-29  Bruno Haible  <bruno@clisp.org>
9469
9470         * gnulib-tool (func_import): Extend error message about missing
9471         --doc-base.
9472
9473 2006-07-29  Bruno Haible  <bruno@clisp.org>
9474
9475         * gnulib-tool (func_import): Don't create the $docbase directory if
9476         there is no file to store there.
9477
9478 2006-07-29  Bruno Haible  <bruno@clisp.org>
9479
9480         * gnulib-tool (autoconf_minversion): If a --dir option is given and
9481         relevant, look for configure.ac there, not in the current directory.
9482         Also use a simple search for AC_PREREQ, not "autoconf --trace".
9483
9484 2006-07-29  Bruno Haible  <bruno@clisp.org>
9485
9486         * gnulib-tool (SORT): New variable.
9487         (func_usage): Undocument --assume-autoconf option.
9488         Remove --assume-autoconf option handling.
9489         (autoconf_minversion): Determine from the contents of configure.ac.
9490         (func_import): Remove autoconf_minversion handling.
9491         Suggested by Eric Blake.
9492
9493 2006-07-29  Bruno Haible  <bruno@clisp.org>
9494
9495         * doc/gnulib-tool.texi (gl_LIBTOOL): Mention --no-libtool option.
9496
9497 2006-07-29  Bruno Haible  <bruno@clisp.org>
9498
9499         * config/srclist.txt (*setenv.[ch]): Remove rules.
9500
9501 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
9502
9503         * m4/inet_pton.m4, inet_ntop.m4: Check for netinet/in.h too.
9504
9505 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
9506
9507         * lib/inet_ntop.h, inet_pton.h: Need to include netinet/in.h before
9508         arpa/inet.h.
9509
9510 2006-07-28  Simon Josefsson  <jas@extundo.com>
9511
9512         * modules/inet_ntop (Depends-on): Depend on arpa_inet.
9513         * modules/inet_pton (Depends-on): Likewise.
9514
9515 2006-07-28  Simon Josefsson  <jas@extundo.com>
9516
9517         * m4/netinet_in_h.m4: New file.
9518
9519 2006-07-28  Simon Josefsson  <jas@extundo.com>
9520
9521         * lib/inet_ntop.h, inet_pton.h: No need to guard netinet/in.h
9522         #include's.
9523
9524 2006-07-28  Simon Josefsson  <jas@extundo.com>
9525
9526         * lib/inet_ntop.h, inet_pton.h: No need to guard arpa/inet.h
9527         #include's.
9528
9529 2006-07-28  Paul Eggert  <eggert@cs.ucla.edu>
9530
9531         * lib/modechange.c (mode_compile): Numeric modes now affect setuid and
9532         setgid on directories only if they set these bits.
9533         * lib/modechange.h: Remove obsolete comment about masks.
9534
9535 2006-07-28  Eric Blake  <ebb9@byu.net>
9536
9537         * lib/regex_internal.h (struct re_dfa_t) [!_LIBC]: Avoid invalid C89
9538         macro expansion.
9539
9540 2006-07-28  Bruno Haible  <bruno@clisp.org>
9541
9542         * lib/inet_ntop.h, inet_pton.h: Use #if HAVE* instead of #ifdef HAVE*.
9543
9544 2006-07-28  Bruno Haible  <bruno@clisp.org>
9545
9546         * m4/mbchar.m4 (gl_MBCHAR): Also test for iswcntrl.
9547
9548 2006-07-28  Bruno Haible  <bruno@clisp.org>
9549
9550         * lib/mbchar.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
9551         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
9552         Define fallbacks.
9553         Avoids link error on FreeBSD 4.x.
9554         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
9555
9556         * lib/wcwidth.h (iswprint): Assume an ASCII compatible wide character
9557         encoding.
9558         * lib/mbswidth.c (iswcntrl): Likewise.
9559
9560 2006-07-27  Bruno Haible  <bruno@clisp.org>
9561
9562         * m4/stdint.m4 (gl_STDINT_H): Define __STDC_CONSTANT_MACROS during the
9563         test.
9564
9565 2006-07-27  Bruno Haible  <bruno@clisp.org>
9566
9567         * lib/stdint_.h (INT*_C, UINT*_C) [C++]: Define these if
9568         __STDC_CONSTANT_MACROS is defined, not if __STDC_LIMIT_MACROS is
9569         defined.
9570
9571 2006-07-26  Eric Blake  <ebb9@byu.net>
9572
9573         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Check for missing pipe.
9574
9575 2006-07-26  Eric Blake  <ebb9@byu.net>
9576
9577         * lib/mkstemp-safer.c [! HAVE_MKSTEMP]: Add prototype for platforms
9578         like mingw that lack mkstemp.
9579         * lib/pipe-safer.c (pipe_safer) [!HAVE_FUNC_PIPE]: Provide fallback to
9580         avoid compilation warning on mingw.
9581
9582 2006-07-26  Bruno Haible  <bruno@clisp.org>
9583
9584         * m4/stdint.m4 (gl_STDINT_H): Also verify the existence of the macros
9585         INT*_MIN, INT_LEAST*_MAX, INT_LEAST*_MIN, UINT_LEAST*_MAX,
9586         INT_FAST*_MIN, INTPTR_MIN.
9587
9588 2006-07-25  Bruno Haible  <bruno@clisp.org>
9589
9590         * modules/version-etc (Depends-on): Add stdarg.
9591
9592 2006-07-25  Bruno Haible  <bruno@clisp.org>
9593
9594         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Avoid 'eval' in front of
9595         complex commands.
9596
9597 2006-07-25  Bruno Haible  <bruno@clisp.org>
9598
9599         * lib/version-etc.c (version_etc_va): Use va_copy, assumed to be
9600         defined in <stdarg.h> or config.h.
9601
9602 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
9603
9604         * m4/stdio-safer.m4 (gl_FOPEN_SAFER, gl_TMPFILE_SAFER): New macros.
9605         (gl_STDIO_SAFER): Remove.
9606
9607 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
9608
9609         * MODULES.html.sh (File stream based Input/Output):
9610         Add fopen-safer, tmpfile-safer; remove stdio-safer.
9611         * modules/getusershell (Depends-on): Change stdio-safer to fopen-safer.
9612         * modules/fopen-safer, modules/tmpfile-safer: New files.
9613         * modules/stdio-safer: Remove.
9614
9615 2006-07-24  Bruno Haible  <bruno@clisp.org>
9616
9617         * modules/tmpdir: New file.
9618         * MODULES.html.sh (File system functions): Add it.
9619
9620 2006-07-24  Bruno Haible  <bruno@clisp.org>
9621
9622         * modules/javacomp (Depends-on): Add unistd, javaversion, binary-io,
9623         getline, pathname, fwriteerror, clean-temp, xvasprintf, strstr.
9624
9625 2006-07-24  Bruno Haible  <bruno@clisp.org>
9626
9627         * modules/clean-temp: New file.
9628
9629 2006-07-24  Bruno Haible  <bruno@clisp.org>
9630
9631         * m4/tmpdir.m4: New file, from GNU gettext.
9632
9633 2006-07-24  Bruno Haible  <bruno@clisp.org>
9634
9635         * lib/tmpdir.h: New file, from GNU gettext.
9636         * lib/tmpdir.c: New file, from GNU gettext.
9637
9638 2006-07-24  Bruno Haible  <bruno@clisp.org>
9639
9640         * lib/clean-temp.h: New file, from GNU gettext.
9641         * lib/clean-temp.c: New file, from GNU gettext.
9642
9643 2006-07-23  Eric Blake  <ebb9@byu.net>
9644
9645         * modules/stdio-safer (Files): Add tmpfile-safer.c.
9646         (Depends-on): Add binary-io.
9647
9648 2006-07-23  Eric Blake  <ebb9@byu.net>
9649
9650         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add tmpfile-safer.c.
9651
9652 2006-07-23  Eric Blake  <ebb9@byu.net>
9653
9654         * lib/tmpfile-safer.c: New file.
9655         * lib/stdio-safer.h (fopen_safer): Add prototype.
9656         * lib/stdio--.h (tmpfile): Make safer.
9657
9658 2006-07-23  Bruno Haible  <bruno@clisp.org>
9659
9660         * lib/gl_anylinked_list2.h (ASYNCSAFE): New macro.
9661         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before,
9662         gl_linked_add_after, gl_linked_add_at, gl_linked_remove_node,
9663         gl_linked_remove_at): Use it.
9664
9665 2006-07-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
9666         and Simon Josefsson <jas@extundo.com>
9667
9668         * lib/getaddrinfo.h (AI_PASSIVE): Make sure it is defined.
9669
9670         * lib/getaddrinfo.c (getaddrinfo): Support AI_PASSIVE.
9671
9672 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
9673
9674         * modules/close-stream: New file.
9675         * modules/closeout (Description): Make it clear that it exits
9676         with a diagnostic on error.
9677         (Depends-on): Add close-stream.  Remove fpending, stdbool.
9678         * MODULES.html.sh (File stream based Input/Output): Add close-stream.
9679
9680 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
9681
9682         * m4/close-stream.m4: New file.
9683
9684 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
9685
9686         * lib/close-stream.c, lib/close-stream.h: New files.
9687
9688 2006-07-22  Bruno Haible  <bruno@clisp.org>
9689
9690         Merge from GNU gettext 0.15.
9691
9692         2006-05-01  Bruno Haible  <bruno@clisp.org>
9693
9694                 * build-aux/javacomp.sh.in: Update for changed javacomp.m4.
9695
9696         2006-07-22  Bruno Haible  <bruno@clisp.org>
9697
9698                 * modules/javaversion: New file.
9699                 * MODULES.html.sh (Java): Add javaversion.
9700
9701         2006-03-12  Bruno Haible  <bruno@clisp.org>
9702
9703                 * build-aux/javaexec.sh.in: Update for changed javaexec.m4.
9704
9705         2005-12-04  Bruno Haible  <bruno@clisp.org>
9706
9707                 * build-aux/csharpexec.sh.in: Add support for 'clix' launcher
9708                 (untested).
9709
9710         2006-06-21  Bruno Haible  <bruno@clisp.org>
9711
9712                 Avoid warnings from recent versions of mcs.
9713                 * build-aux/csharpcomp.sh.in (options_mcs): Don't use options
9714                 -o, -L, -r any more. Use options documented since mcs-1.0
9715                 instead. Similarly for -g.
9716
9717         2005-12-04  Bruno Haible  <bruno@clisp.org>
9718
9719                 * build-aux/csharpcomp.sh.in: Suffix for resources is
9720                 .resources, not .resource.
9721
9722         2005-07-09  Bruno Haible  <bruno@clisp.org>
9723
9724                 * build-aux/csharpcomp.sh.in (options_csc): For -l option,
9725                 add a .dll suffix.
9726                 Reported by Mark Junker <mjscod@gmx.de>.
9727
9728         2006-07-22  Bruno Haible  <bruno@clisp.org>
9729
9730                 * modules/gettext: Upgrade to gettext-0.15.
9731                 (Files): Remove m4/isc-posix.m4. Add m4/lock.m4,
9732                 m4/visibility.m4.
9733                 Replace m4/inttypes.m4 with m4/inttypes-h.m4.
9734
9735 2006-07-22  Bruno Haible  <bruno@clisp.org>
9736
9737         Merge from GNU gettext 0.15.
9738
9739         2006-03-25  Bruno Haible  <bruno@clisp.org>
9740
9741                 * lib-link.m4 (AC_LIB_LINKFLAGS_FROM_LIBS): New macro.
9742
9743         2006-07-21  Bruno Haible  <bruno@clisp.org>
9744
9745                 * javacomp.m4 (gt_JAVACOMP): Convert target_version "null" to
9746                 "1.1".
9747
9748         2006-05-09  Bruno Haible  <bruno@clisp.org>
9749
9750                 * javacomp.m4 (gt_JAVACOMP): On Cygwin, set
9751                 CLASSPATH_SEPARATOR to a semicolon. Use CLASSPATH_SEPARATOR
9752                 for the conftestver execution.
9753
9754         2006-05-01  Bruno Haible  <bruno@clisp.org>
9755
9756                 * javacomp.m4 (gt_JAVACOMP): Accept a source-version and an
9757                 optional target-version argument. Verify that the compiler
9758                 groks source of the specified source-version, or add -source
9759                 option as necessary. Verify that the compiler produces
9760                 bytecode in the specified target-version, or add -target and
9761                 -source options as necessary. Make the result of the test
9762                 available as variable CONF_JAVAC. Also log error output in
9763                 config.log.
9764
9765         2006-03-11  Bruno Haible  <bruno@clisp.org>
9766
9767                 * javacomp.m4 (gt_JAVACOMP): Treat gcj-4.x like gcj-3.x.
9768
9769         2006-05-09  Bruno Haible  <bruno@clisp.org>
9770
9771                 * javaexec.m4 (gt_JAVAEXEC): On Cygwin, set
9772                 CLASSPATH_SEPARATOR to a semicolon.
9773
9774         2006-03-12  Bruno Haible  <bruno@clisp.org>
9775
9776                 * javaexec.m4 (gt_JAVAEXEC): Make the result of the test
9777                 available as variable CONF_JAVA, for subsequent autoconf
9778                 tests. Also log error output in config.log.
9779
9780         2006-07-19  Bruno Haible  <bruno@clisp.org>
9781
9782                 * getline.m4 (AM_FUNC_GETLINE): When cross-compiling, assume
9783                 that getline works on glibc2 systems. Needed to avoid trouble
9784                 in relocatable.c.
9785                 Reported by Nils Magnus Larsgard <nmlarsgaard@atmel.no>.
9786
9787         2005-12-04  Bruno Haible  <bruno@clisp.org>
9788
9789                 * csharpexec.m4 (gt_CSHARPEXEC): Add support for 'clix'
9790                 launcher (untested).
9791
9792         2005-12-04  Bruno Haible  <bruno@clisp.org>
9793
9794                 * csharpcomp.m4 (gt_CSHARPCOMP): Also set CSHARPCOMPFLAGS.
9795
9796         2006-07-22  Bruno Haible  <bruno@clisp.org>
9797
9798                 * gettext.m4: Update from GNU gettext-0.15.
9799                 * nls.m4: Likewise.
9800                 * po.m4: Likewise.
9801                 * inttypes-pri.m4: Likewise.
9802                 * inttypes-h.m4: Renamed from inttypes.m4.
9803                 (gl_HEADER_INTTYPES_H): Renamed from gt_HEADER_INTTYPES_H.
9804
9805 2006-07-22  Bruno Haible  <bruno@clisp.org>
9806
9807         Merge from GNU gettext 0.15.
9808
9809         2005-07-05  Bruno Haible  <bruno@clisp.org>
9810
9811                 * printf-args.c (printf_fetchargs): Work around broken
9812                 definition of wint_t on mingw.
9813
9814         2005-02-12  Bruno Haible  <bruno@clisp.org>
9815
9816                 * xallocsa.h: Add extern "C" for C++.
9817
9818         2006-05-17  Bruno Haible  <bruno@clisp.org>
9819
9820                 Cygwin portability.
9821                 * progreloc.c (WIN32_NATIVE): Renamed from WIN32.
9822
9823         2006-04-30  Bruno Haible  <bruno@clisp.org>
9824
9825                 * progreloc.c: Include <mach-o/dyld.h> if available.
9826                 (find_executable): Use _NSGetExecutablePath when possible.
9827
9828         2006-05-06  Charles Wilson  <cygwin@cwilson.fastmail.fm>
9829
9830                 * progreloc.c (maybe_executable) [CYGWIN]: Use the access()
9831                 function.
9832
9833         2005-12-29  Bruno Haible  <bruno@clisp.org>
9834
9835                 * progreloc.c (set_program_name_and_installdir): Fix
9836                 compilation error.
9837
9838         2005-12-04  Bruno Haible  <bruno@clisp.org>
9839
9840                 Cygwin portability.
9841                 * progreloc.c: Include <windows.h> also on Cygwin.
9842                 (find_executable): Add support for Cygwin.
9843                 (set_program_name_and_installdir): Handle also platforms with
9844                 nonempty EXEEXT.
9845
9846         2006-07-11  Bruno Haible  <bruno@clisp.org>
9847
9848                 * javacomp.c: Fix a comment.
9849                 Reported by Jim Meyering.
9850
9851         2006-04-30  Bruno Haible  <bruno@clisp.org>
9852
9853                 * javacomp.h (compile_java_class): Add source_version,
9854                 target_version arguments.
9855                 * javacomp.c: Rewritten to choose only a compiler that
9856                 respects the specified source_version and target_version.
9857
9858         2006-06-27  Bruno Haible  <bruno@clisp.org>
9859
9860                 Assume correct S_ISDIR macro.
9861                 * mkdtemp.c: Remove test of STAT_MACROS_BROKEN.
9862
9863         2006-07-22  Bruno Haible  <bruno@clisp.org>
9864
9865                 * javaversion.h: New file, from GNU gettext.
9866                 * javaversion.c: New file, from GNU gettext.
9867                 * javaversion.java: New file, from GNU gettext.
9868                 * javaversion.class: New file, from GNU gettext.
9869
9870         2006-05-17  Bruno Haible  <bruno@clisp.org>
9871
9872                 Cygwin portability.
9873                 * javaexec.c (execute_java_class): Test for jview program
9874                 also on Cygwin.
9875
9876         2006-04-09  Bruno Haible  <bruno@clisp.org>
9877
9878                 * fatal-signal.c: Don't include string.h.
9879                 (at_fatal_signal): Use a copying loop instead of memcpy.
9880
9881         2005-12-04  Bruno Haible  <bruno@clisp.org>
9882
9883                 * csharpexec.c: Add support for 'clix' launcher (untested).
9884                 (execute_csharp_using_sscli): New function.
9885                 (execute_csharp_program): Call it.
9886
9887         2006-06-21  Bruno Haible  <bruno@clisp.org>
9888
9889                 Avoid warnings from recent versions of mcs.
9890                 * csharpcomp.c (compile_csharp_using_mono): Don't use options
9891                 -o, -L, -r any more. Use options documented since mcs-1.0
9892                 instead. Similarly for -g.
9893
9894         2005-07-09  Bruno Haible  <bruno@clisp.org>
9895
9896                 * csharpcomp.c (compile_csharp_using_sscli): For -l option,
9897                 add a .dll suffix.
9898                 Reported by Mark Junker <mjscod@gmx.de>.
9899
9900         2006-06-17  Bruno Haible  <bruno@clisp.org>
9901
9902                 * config.charset: Update for NetBSD 3.0.
9903
9904         2006-05-17  Bruno Haible  <bruno@clisp.org>
9905
9906                 Cygwin portability.
9907                 * localcharset.c (WIN32_NATIVE): Renamed from WIN32.
9908
9909         2006-05-16  Bruno Haible  <bruno@clisp.org>
9910
9911                 * localcharset.c [CYGWIN]: Include <windows.h>.
9912                 (get_charset_aliases): For Cygwin, return the same CPxxx
9913                 aliases list as under WIN32.
9914                 (locale_charset) [CYGWIN]: Try to retrieve the encoding from
9915                 the environment variables. Fall back to GetACP().
9916
9917         2006-04-05  Bruno Haible  <bruno@clisp.org>
9918
9919                 * config.charset: Update Juan Manuel Guerrero's address.
9920
9921         2005-02-12  Bruno Haible  <bruno@clisp.org>
9922
9923                 * allocsa.h: Add extern "C" for C++.
9924
9925         2005-02-10  Bruno Haible  <bruno@clisp.org>
9926
9927                 * allocsa.h (sa_alignof): Define differently with AIX xlc, to
9928                 avoid a bug of this compiler on AIX 3.2.5 dealing with enums.
9929
9930         2006-07-22  Bruno Haible  <bruno@clisp.org>
9931
9932                 * gettext.h: Update to GNU gettext-0.15.
9933
9934 2006-07-22  Bruno Haible  <bruno@clisp.org>
9935
9936         * config/srclist.txt: Resync printf-args.c, vasnprintf.c,
9937         localcharset.c, mkdtemp.c, config.rpath, lib-ld.m4, lib-link.m4,
9938         lib-prefix.m4, longdouble.m4, ssize_t.m4.
9939
9940 2006-07-21  Eric Blake  <ebb9@byu.net>
9941
9942         * modules/stdlib-safer: New file.
9943         * MODULES.html.sh (File stream based Input/Output): Add
9944         stdlib-safer.
9945
9946 2006-07-21  Eric Blake  <ebb9@byu.net>
9947
9948         * lib/stdlib-safer.h: New file from coreutils, required by
9949         stdlib--.h.
9950
9951 2006-07-20  Paul Eggert  <eggert@cs.ucla.edu>
9952
9953         * gnulib-tool (func_usage): Document --assume-autoconf='latest-stable'.
9954
9955 2006-07-20  Bruno Haible  <bruno@clisp.org>
9956
9957         * gnulib-tool: Recognize new option --assume-autoconf.
9958         (autoconf_minversion): New variable.
9959         (func_get_filelist): Use it to decide whether to add onceonly_2_57.m4.
9960
9961 2006-07-20  Bruno Haible  <bruno@clisp.org>
9962
9963         * MODULES.html.sh (func_all_modules): Add a missing func_begin_table.
9964
9965 2006-07-19  Derek R. Price  <derek@ximbiot.com>
9966
9967         * lib/getaddrinfo.h: Don't define unimplemented AI_* flags.
9968         Reindent and repaginate.
9969
9970 2006-07-19  Derek Price  <derek@ximbiot.com>
9971
9972         * doc/gnulib.texi (Libtool and Windows):  Eliminate passive voice.
9973         Correct grammar.
9974
9975 2006-07-17  Bruno Haible  <bruno@clisp.org>
9976
9977         * modules/list: New file.
9978         * modules/array-list: New file.
9979         * modules/carray-list, modules/carray-list-tests: New files.
9980         * modules/linked-list, modules/linked-list-tests: New files.
9981         * modules/avltree-list, modules/avltree-list-tests: New files.
9982         * modules/rbtree-list, modules/rbtree-list-tests: New files.
9983         * modules/linkedhash-list, modules/linkedhash-list-tests: New files.
9984         * modules/avltreehash-list, modules/avltreehash-list-tests: New files.
9985         * modules/rbtreehash-list, modules/rbtreehash-list-tests: New files.
9986         * modules/oset: New file.
9987         * modules/array-oset: New file.
9988         * modules/avltree-oset, modules/avltree-oset-tests: New files.
9989         * modules/rbtree-oset, modules/rbtree-oset-tests: New files.
9990         * tests/test-carray_list.c: New file.
9991         * tests/test-linked_list.c: New file.
9992         * tests/test-avltree_list.c: New file.
9993         * tests/test-rbtree_list.c: New file.
9994         * tests/test-linkedhash_list.c: New file.
9995         * tests/test-avltreehash_list.c: New file.
9996         * tests/test-rbtreehash_list.c: New file.
9997         * tests/test-avltree_oset.c: New file.
9998         * tests/test-rbtree_oset.c: New file.
9999         * MODULES.html.sh (Container data structures): New section.
10000
10001 2006-07-17  Bruno Haible  <bruno@clisp.org>
10002
10003         * m4/gl_list.m4: New file.
10004
10005 2006-07-17  Bruno Haible  <bruno@clisp.org>
10006
10007         * lib/gl_list.h: New file.
10008         * lib/gl_list.c: New file.
10009         * lib/gl_array_list.h: New file.
10010         * lib/gl_array_list.c: New file.
10011         * lib/gl_carray_list.h: New file.
10012         * lib/gl_carray_list.c: New file.
10013         * lib/gl_linked_list.h: New file.
10014         * lib/gl_linked_list.c: New file.
10015         * lib/gl_anylinked_list1.h: New file.
10016         * lib/gl_anylinked_list2.h: New file.
10017         * lib/gl_avltree_list.h: New file.
10018         * lib/gl_avltree_list.c: New file.
10019         * lib/gl_anyavltree_list1.h: New file.
10020         * lib/gl_anyavltree_list2.h: New file.
10021         * lib/gl_rbtree_list.h: New file.
10022         * lib/gl_rbtree_list.c: New file.
10023         * lib/gl_anyrbtree_list1.h: New file.
10024         * lib/gl_anyrbtree_list2.h: New file.
10025         * lib/gl_anytree_list1.h: New file.
10026         * lib/gl_anytree_list2.h: New file.
10027         * lib/gl_linkedhash_list.h: New file.
10028         * lib/gl_linkedhash_list.c: New file.
10029         * lib/gl_anyhash_list1.h: New file.
10030         * lib/gl_anyhash_list2.h: New file.
10031         * lib/gl_avltreehash_list.h: New file.
10032         * lib/gl_avltreehash_list.c: New file.
10033         * lib/gl_rbtreehash_list.h: New file.
10034         * lib/gl_rbtreehash_list.c: New file.
10035         * lib/gl_anytreehash_list1.h: New file.
10036         * lib/gl_anytreehash_list2.h: New file.
10037
10038         * lib/gl_oset.h: New file.
10039         * lib/gl_oset.c: New file.
10040         * lib/gl_array_oset.h: New file.
10041         * lib/gl_array_oset.c: New file.
10042         * lib/gl_avltree_oset.h: New file.
10043         * lib/gl_avltree_oset.c: New file.
10044         * lib/gl_rbtree_oset.h: New file.
10045         * lib/gl_rbtree_oset.c: New file.
10046         * lib/gl_anytree_oset.h: New file.
10047
10048 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
10049
10050         * m4/mkancesdirs.m4: New file.
10051         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Mention dirchownmod.c,
10052         dirchownmod.h.  Don't require AC_FUNC_ALLOCA, gl_AFS, gl_CHDIR_SAFER;
10053         no longer needed.  Require gl_FUNC_LCHOWN, since dirchownmod.c needs
10054         it.
10055
10056 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
10057
10058         * lib/dirchownmod.c, lib/dirchownmod.h, lib/mkancesdirs.c:
10059         * lib/mkancesdirs.h: New files.
10060         * lib/mkdir-p.c: Don't include alloca.h, stdio.h, sys/types.h,
10061         unistd.h, string.h, chdir-safer.h, dirname.h, lchmod.h, lchown.h,
10062         save-cwd.h.  Instead, include dirchownmod.h and mkancesdirs.h.
10063         (make_dir_parents): New args MAKE_ANCESTOR, OPTIONS, ANNOUNCE,
10064         MODE_BITS.  Remove options VERBOSE_FMT_STRING, CWD_ERRNO.  All
10065         callers changed.  Revamp internals significantly, by not
10066         attempting to create directories that are temporarily more
10067         permissive than the final results.  Do not attempt to use
10068         save_cwd/restore_cwd; it isn't worth it for mkdir and install.
10069         This removes some race conditions, fixes some bugs, and simplifies
10070         things.  Use new dirchownmod function to do owner and mode changes.
10071         * lib/mkdir-p.h: Likewise.
10072         * lib/modechange.c (octal_to_mode): New function.
10073         (struct mode_change): New member mentioned.
10074         (make_node_op_equals): New arg mentioned.  All callers changed.
10075         (mode_compile): Keep track of which mode bits the user has explicitly
10076         mentioned.
10077         (mode_adjust): New arg DIR, so that we implement the X op correctly.
10078         New arg PMODE_BITS, to keep track of which mode bits the user
10079         mentioned; it treats S_ISUID and S_ISGID speciall.
10080         All callers changed.
10081         * lib/modechange.h: Likewise.
10082
10083 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
10084
10085         * MODULES.html.sh: Add mkancestors.
10086         * modules/mkancesdirs: New module.
10087         * modules/mkdir-p (Files): Remove lib/chdir-safer.c, lib/chdir-safer.h,
10088         lib/same-inode.h, m4/afs.m4, m4/chdir-safer.m4.
10089         The chdir-safer and afs files are now orphans; I'll remove them
10090         unless someone speaks up.
10091         Add lib/dirchownmod.c, lib/dirchownmod.h.
10092         (Depends-on): Remove alloca, chown, save-cwd, dirname.
10093         Add lchown, mkancesdirs.
10094         (Maintainer): Add self.
10095
10096 2006-07-15  Karl Berry  <karl@gnu.org>
10097
10098         * gnulib-tool: help message wording/arrangement.
10099
10100 2006-07-14  Simon Josefsson  <jas@extundo.com>
10101
10102         * doc/gnulib.texi (Libtool and Windows): New section.
10103
10104 2006-07-12  Simon Josefsson  <jas@extundo.com>
10105
10106         * modules/gendocs (License): Fix license, approved by Karl.
10107
10108 2006-07-12  Eric Blake  <ebb9@byu.net>
10109
10110         * MODULES.html.sh: Add gendocs.
10111
10112 2006-07-11  Eric Blake  <ebb9@byu.net>
10113
10114         * modules/fdl: New module, to install doc/fdl.texi.
10115         * MODULES.html.sh: Add new section for documentation modules.
10116         * gnulib-tool: Avoid space-tab.
10117         (--doc-base): New option, to manage files from doc.
10118
10119 2006-07-11  Eric Blake  <ebb9@byu.net>
10120
10121         * m4/absolute-header.m4: Fix comments to match recent change.
10122
10123 2006-07-11  Eric Blake  <ebb9@byu.net>
10124
10125         * gnulib-tool: List --doc-base before --tests-base.
10126
10127 2006-07-11  Derek R. Price  <derek@ximbiot.com>
10128
10129         * lib/glob.c: s/NAMLEN/_D_EXACT_NAMLEN/.
10130
10131 2006-07-11  Bruno Haible  <bruno@clisp.org>
10132
10133         * README: Mention where to put documentation.
10134
10135 2006-07-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10136
10137         * doc/functions.texi, gnulib-tool.texi, gnulib.texi: Fix some typos.
10138
10139 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
10140
10141         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Like today's change
10142         to stdint.m4.
10143
10144 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
10145
10146         * m4/stdint.m4 (gl_STDINT_H): Like yesterday's change to
10147         absolute-header.m4.  Also, set ABSOLUTE_STDINT_H to a string
10148         "no/such/file/stdint.h" when there is no such file, so that
10149         the resulting C code can be parsed by dodgy compilers.
10150         Problems reported by Bob Proulx.
10151
10152 2006-07-10  Derek R. Price  <derek@ximbiot.com>
10153
10154         * lib/backupfile.c, dirfd.h, fts.c, getcwd.c, glob.c, glob_.h:
10155         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
10156         macros into the GNU _D_EXACT_NAMLEN.
10157         * lib/savedir.c:  Likewise.
10158         (savedirstream): Use _D_EXACT_NAMLEN in preference to strlen.
10159
10160 2006-07-10  Derek R. Price  <derek@ximbiot.com>
10161         and Paul Eggert  <eggert@cs.ucla.edu>
10162
10163         * m4/backupfile.m4, d-ino.m4, d-type.m4, dirfd.m4, fts.m4, getcwd.m4:
10164         * m4/savedir.m4:
10165         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
10166         macros into the GNU _D_EXACT_NAMLEN.
10167
10168 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
10169
10170         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Use "" rather than <>
10171         around the absolute name, to work around a problem with the HP-UX
10172         11.23 native C compiler, reported by Bob Proulx.
10173
10174 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
10175
10176         * doc/maintain.texi, make-stds.texi: Sync from
10177         <http://savannah.gnu.org/projects/gnustandards>.
10178
10179 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
10180
10181         * build-aux/depcomp, build-aux/install-sh: Sync from Automake.
10182
10183 2006-07-09  Jim Meyering  <jim@meyering.net>
10184
10185         * m4/glob.m4: Remove a doubled word in a comment.
10186
10187 2006-07-09  Jim Meyering  <jim@meyering.net>
10188
10189         * lib/argp-pv.c: Remove a doubled word in a comment.
10190         * lib/check-version.c (check_version): Likewise.
10191         * lib/javacomp.c (compile_java_class): Likewise.
10192
10193 2006-07-08  Paul Eggert  <eggert@cs.ucla.edu>
10194
10195         * gnulib-tool (func_get_filelist): Don't echo m4/onceonly_2_57.m4,
10196         for the benefit of people using Autoconf 2.60.  If you want to
10197         support older Autoconf versions you can copy m4/onceonly_2_57.m4
10198         (or m4/onceonly.m4, if pre-2.57) manually.
10199
10200 2006-07-08  Jim Meyering  <jim@meyering.net>
10201
10202         * m4/link-follow.m4: Remove one of two adjacent "whether"s in a
10203         comment.
10204         * m4/getopt.m4: Remove one of two adjacent "your"s in a comment.
10205         * m4/regex.m4 (gl_REGEX): Remove one of two adjacent "the"s in a
10206         comment.
10207
10208 2006-07-08  Jim Meyering  <jim@meyering.net>
10209
10210         * lib/getndelim2.h (getndelim2): Remove doubled "after" in comment.
10211
10212 2006-07-07  Simon Josefsson  <jas@extundo.com>
10213
10214         * tests/test-crc.c: Change expected crc value, the test vector
10215         were probably computed using the old broken crc.c?
10216
10217 2006-07-06  Simon Josefsson  <jas@extundo.com>
10218
10219         * modules/sys_socket (Files): Add m4/sockpfaf.m4 (this module is
10220         now the canonical place for the M4 file).
10221
10222         * modules/getaddrinfo (Files): Remove m4/sockpfaf.m4, we get it
10223         from the sys_socket dependency now.
10224
10225         * modules/inet_pton (Files): Ditto.
10226
10227         * modules/inet_ntop (Files): Ditto.
10228
10229 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
10230
10231         * modules/getusershell (configure.ac): Use gl_FUNC_GETUSERSHELL,
10232         not gl_PREREQ_GETUSERSHELL.
10233
10234 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10235
10236         * m4/_inttypes_h.m4 (gl_INTTYPES_H): Use AC_CHECK_DECLS_ONCE
10237         with only one argument, for Autoconf 2.60.
10238         * m4/fileblocks.m4 (gl_PREREQ_FILEBLOCKS): AC_CHECK_DECLS_ONCE may
10239         expand to nothing, so add a shell command to avoid syntax error.
10240         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
10241
10242 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10243
10244         * lib/strtod.c (strtod): cast the argument of tolower to unsigned char.
10245
10246 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
10247
10248         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't check for getenv decl;
10249         no longer needed.  Check for isblank decl.
10250         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Don't check for getenv decl.
10251         * m4/regex.m4 (gl_PREREQ_REGEX): Dheck for isblank decl instead
10252         of existence.
10253
10254 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
10255
10256         * lib/getloadavg.c: Use __VMS, not VMS.
10257         * lib/getopt.c: Likewise.
10258         * lib/getpagesize.h: Likewise.
10259         * lib/glob.c: Remove most VMS cruft; it hasn't been tested for a while
10260         and probably does not work.
10261
10262 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
10263
10264         * lib/.cppi-disable: Add wcwidth.
10265         * lib/fnmatch.c (ISBLANK): Remove.  All uses changed to isblank.
10266         (isblank) [! (defined isblank || HAVE_DECL_ISBLANK)]: New macro.
10267         (ISGRAPH): Remove.  All uses changed to isgraph.
10268         (FOLD) [!defined _LIBC]: Remove special case.
10269         * lib/getdate.y (lookup_word): Remove no-longer-needed call to islower.
10270         * lib/regex_internal.h (isblank): Depend on HAVE_DECL_ISBLANK, not
10271         HAVE_ISBLANK.
10272         * lib/strftime.c (TOLOWER, TOUPPER) [!defined _LIBC]: Remove special
10273         case.
10274
10275 2006-07-06  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
10276
10277         * lib/getaddrinfo.c: Changes to compile under MSVC6: changed
10278         '#if WIN32_NATIVE' to '#ifdef' & moved WSAAPI macro inside
10279         brackets.  Other minor changes to suppress some compiler
10280         warnings.
10281
10282 2006-07-06  Derek R. Price  <derek@ximbiot.com>
10283         and Paul Eggert  <eggert@cs.ucla.edu>
10284
10285         * m4/backupfile.m4 (gl_BACKUPFILE): Check for dirent.h, instead
10286         of invoking obsolescent AC_HEADER_DIRENT macro.
10287         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Likewise.
10288         * m4/d-type.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Likewise.
10289         * m4/dirfd.m4 (gl_FUNC_DIRFD): Likewise.
10290         * m4/fts.m4 (gl_FUNC_FTS_CORE): Likewise.
10291         * m4/getcwd.m4 (gl_PREREQ_GETCWD): Likewise.
10292         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
10293         * m4/savedir.m4 (gl_SAVEDIR): Likewise.
10294         * m4/readdir.m4: Remove; no longer needed.
10295
10296 2006-07-06  Derek R. Price  <derek@ximbiot.com>
10297         and Paul Eggert  <eggert@cs.ucla.edu>
10298
10299         * lib/backupfile.c [HAVE_DIRENT_H && ! HAVE_NDIR_H]:
10300         Don't worry about this obsolete case any more.
10301         (HAVE_DIR): Remove.  All uses removed; we now assume you can read
10302         directories.
10303         * lib/dirfd.h [HAVE_DIRENT_H && ! HAVE_NDIR_H]: Don't
10304         worry about this obsolete case any more.
10305         * lib/fts.c: Likewise.
10306         * lib/getcwd.c: Likewise.
10307         * lib/glob.h: Likewise.
10308         * lib/savedir.c: Likewise.
10309
10310 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
10311
10312         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Use AC_CHECK_DECLS_ONCE
10313         rather than AC_CHECK_DECLS for strtoimax and strtoumax.
10314         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Remove; no longer
10315         needed.
10316         All uses removed.
10317         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
10318         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
10319         * m4/exclude.m4 (gl_EXCLUDE): Don't check for isascii; no longer
10320         needed.
10321         * m4/getdate.m4 (gl_GETDATE): Likewise.
10322         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
10323         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
10324         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
10325         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
10326         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
10327         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
10328         * m4/exclude.m4 (gl_EXCLUDE): Don't require AC_C_INLINE; no longer
10329         needed.
10330
10331 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
10332
10333         * lib/memcasecmp.c: Include <limits.h>.
10334         (memcasecmp): Don't assume UCHAR_MAX <= INT_MAX.
10335         * lib/strtod.c (strtod): Don't assume isspace works on negative chars.
10336         Don't assume isdigit succeeds only on '0' through '9'.
10337
10338 2006-07-05  Eric Blake  <ebb9@byu.net>
10339
10340         * modules/getaddrinfo (Depends-on): Add snprintf.
10341
10342 2006-07-05  Eric Blake  <ebb9@byu.net>
10343
10344         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Use gl_HEADER_SYS_SOCKET
10345         to avoid 'header present but could not be compiled' on cygwin.
10346
10347 2006-07-05  Eric Blake  <ebb9@byu.net>
10348
10349         * lib/getaddrinfo.h (NI_NUMERICHOST, NI_NUMERICSERV): Define if
10350         missing from netdb.h.
10351         * lib/getaddrinfo.c (includes): Include inet_ntop and snprintf.
10352
10353 2006-07-05  Derek R. Price  <derek@ximbiot.com>
10354
10355         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Don't require AC_HEADER_STDC;
10356         no longer needed.
10357         * m4/exclude.m4 (gl_EXCLUDE): Likewise.
10358         * m4/getdate.m4 (gl_GETDATE): Likewise.
10359         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
10360         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
10361         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
10362         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
10363         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
10364
10365 2006-07-05  Derek R. Price  <derek@ximbiot.com>
10366
10367         * lib/exclude.c (IN_CTYPE_DOMAIN, is_space): Remove; no longer needed.
10368         All uses of is_space replaced by isspace.
10369         * lib/exit.h: Don't talk about STDC_HEADERS.
10370         * lib/fnmatch.c (ISASCII): Remove; no longer needed.  All uses removed.
10371         (ISPRINT, ISDIGIT, ISALNUM, ISALPHA, ISCNTRL, ISLOWER, ISPUNCT):
10372         (ISSPACE, ISUPPER, ISXDIGIT): Remove; no longer needed.  All uses
10373         replaced by isprint etc.
10374         * lib/getdate.y (IN_CTYPE_DOMAIN, ISSPACE, ISALPHA, ISLOWER): Likewise.
10375         * lib/getusershell.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
10376         * lib/memcasecmp.c (IN_CTYPE_DOMAIN, ISLOWER, TOUPPER): Likewise.
10377         * lib/strtod.c (IN_CTYPE_DOMAIN, ISSPACE, ISDIGIT, TOLOWER): Likewise.
10378         * lib/strtol.c (IN_CTYPE_DOMAIN): Likewise.
10379         * lib/xstrtol.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
10380
10381 2006-07-05  Bruno Haible  <bruno@clisp.org>
10382
10383         * m4/strndup.m4 (gl_FUNC_STRNDUP): When cross-compiling, check whether
10384         the function exists, before testing against AIX.
10385         Reported by Martin Lambers <marlam@marlam.de>.
10386
10387 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
10388
10389         * modules/cycle-check (lib_SOURCES): Add same-inode.h.
10390         From Mark D. Baushke.
10391
10392 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
10393
10394         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Prepend three slashes
10395         to the absolute name, not just one, to bypass Sun C 5.8's
10396         "warning: #include of /usr/include/... may be non-portable".
10397
10398 2006-07-04  Eric Blake  <ebb9@byu.net>
10399
10400         * modules/dirname-tests: New test module.
10401         * tests/test-dirname.c: New file, replacing dirname.c
10402         TEST_DIRNAME section that was recently deleted.
10403
10404 2006-07-04  Bruno Haible  <bruno@clisp.org>
10405
10406         Assume ANSI C header files and <ctype.h> functions.
10407         * lib/mbswidth.c (IN_CTYPE_DOMAIN, ISPRINT, ISCNTRL): Remove macros.
10408         (mbsnwidth): Use isprint, iscntrl instead.
10409
10410 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
10411
10412         Merge from coreutils.
10413         * MODULES.html.sh: Add xstrtold.
10414         * modules/xstrtold: New file.
10415         * modules/cycle-check (Files): Add lib/same-inode.h.
10416         * modules/dirname (Files): Add m4/double-slash-root.m4.
10417         * modules/getcwd (Files): Add m4/getcwd-abort-bug.m4.
10418         * modules/mkdir-p (Files): Add lib/same-inode.h.
10419         * modules/same (Files): Add lib/same-inode.h.
10420
10421 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
10422
10423         * m4/absolute-header.m4: Renamed from full-header-path.m4.
10424         This is to keep the terminology clean; POSIX talks about
10425         "absolute pathnames", not "full pathnames", but the GNU
10426         Coding Standards say to use "path" for something else;
10427         so use "absolute" to keep both sides happy.
10428         (gl_ABSOLUTE_HEADER): Renamed from gl_FULL_HEADER_PATH.
10429         Set gl_absolute_header, not gl_full_header_path.
10430         Set gl_cv_absolute_<header>, not gl_full_path_<header>.
10431         Define ABSOLUTE_<HEADER>, not FULL_PATH_<HEADER>.
10432         All uses changed.
10433
10434         Merge from coreutils.
10435
10436         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
10437
10438         * m4/c-strtod.m4 (gl_C_STRTOLD): Add c-strtod.c to LIBSOURCES.
10439         Require gl_USE_SYSTEM_EXTENSIONS, not gl_C_STRTOD, since we don't
10440         want to require the building of c-strtod.o.
10441         * m4/lib-check.m4 (cu_LIB_CHECK): Remove SEQ_LIBM, since seq no longer
10442         needs -lm directly.
10443         * m4/xstrtod.m4 (gl_XSTRTOLD): New macro.
10444
10445         2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
10446
10447         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Prefer binutils's
10448         --as-needed option if available.  Problem reported by Albert Chin in
10449         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00114.html>.
10450         However, use -Wl,--as-needed, not bare --as-needed, since HP-UX 11.11
10451         cc merely issues a bunch of annoying warnings for --as-needed
10452         (this problem was reported by Bob Proulx).  Also, try linking with
10453         -lm to detect a bug in binutils 2.16 (this problem was reported
10454         by Ralf Wildenhues).
10455
10456         2006-06-18  Jim Meyering  <jim@meyering.net>
10457
10458         Test for a bug that causes glibc's getcwd to suffer a failed assertion.
10459         * m4/getcwd-abort-bug.m4 (gl_FUNC_GETCWD_ABORT_BUG): New file and
10460         macro.
10461         * m4/getcwd.m4 (gl_FUNC_GETCWD): If we detect support for getcwd_null,
10462         also check for glibc-2.4's abort-inducing bug.
10463
10464         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Fix typo.
10465         Low-probability clean-up should be to use rmdir to get rid of
10466         the just-created directory, not unlink.
10467
10468         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): If ftruncate is missing, make
10469         configure fail, and request a bug report to inform us about it.
10470         Add a comment that, barring reports to the contrary, in 2007 we'll
10471         assume ftruncate is universally available.
10472
10473         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
10474
10475         * m4/filemode.m4 (gl_FILEMODE): Check for strmode declaration.
10476
10477         2006-03-12  Jim Meyering  <jim@meyering.net>
10478
10479         * m4/chdir-safer.m4 (gl_CHDIR_SAFER): Add same-inode.h to the list.
10480         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Likewise.
10481         * m4/same.m4 (gl_SAME): Likewise.
10482         * m4/root-dev-ino.m4 (gl_ROOT_DEV_INO): Likewise.
10483
10484         2006-03-11  Eric Blake  <ebb9@byu.net>
10485
10486         * m4/double-slash-root.m4: New file, provides gl_DOUBLE_SLASH_ROOT.
10487         * m4/dirname.m4 (gl_DIRNAME): Use gl_DOUBLE_SLASH_ROOT.
10488         * m4/dos.m4 (FILE_SYSTEM_PREFIX_LEN): Move from here to dirname.h.
10489         (FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE): New define.
10490
10491 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
10492
10493         * lib/stdint_.h: Include <sys/types.h> after @FULL_PATH_STDINT_H@, for
10494         MacOS X 10.4.6.  Don't mention <sys/int_types.h>.  Problems
10495         reported by Mark D. Baushke, one in
10496         <http://lists.gnu.org/archive/html/bug-gnulib/2006-07/msg00015.html>.
10497
10498         Merge from coreutils.
10499
10500         * lib/.cppi-disable: Add stdint_.h.
10501         * lib/.cvsignore: Add stdint.h.
10502
10503         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
10504
10505         * lib/xstrtod.c (XSTRTOD, DOUBLE): New macros, so that we can support
10506         both double and long double versions.
10507         (XSTRTOD): Renamed from xstrtod.  Use DOUBLE internally.
10508         * lib/xstrtold.c: New file.
10509         * lib/xstrtod.h (xstrtold): New decl.
10510
10511         2006-05-22  Paul Eggert  <eggert@cs.ucla.edu>
10512
10513         * lib/filemode.c (setst): Remove.
10514         (strmode): Rewrite to avoid setst.  This makes the code shorter,
10515         (arguably) clearer, and the generated code is a bit smaller on my
10516         Debian GNU/Linux stable x86 host.
10517
10518         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
10519
10520         * lib/filemode.c: Include "filemode.h" first, to test the interface.
10521         Assume that filemode.h includes sys/types.h and sys/stat.h.
10522         (HAVE_ST_DM_MODE): New macro, moved here from ls.c.
10523         (ftypelet): Reorder to put common cases first, for efficiency.
10524         Add 'P', 'w'.  Remove 'M', since it's now the caller's responsibility
10525         to do 'M'.
10526         (strmode): Renamed from mode_string, and now stores 12 bytes instead
10527         of 10, for compatibility with FreeBSD.  All callers changed.
10528         (filemodestring): Now stores 12 bytes instead of 10, and sets file
10529         types that can't be deduced solely from st_mode.  First arg is now a
10530         const pointer.
10531         * lib/filemode.h (HAVE_DECL_STRMODE): Include <string.h> for strmode.
10532         (strmode): Renamed from mode_string.
10533         (filemodestring): New decl.
10534         * lib/stat-macros.h: Don't undef S_ISDOOR, since it's never buggy.
10535         (S_ISDOOR): Don't bother with S_IFDOOR, since that code is never
10536         needed.
10537         (S_ISPORT, S_ISWHT): New macros, if not already defined.
10538
10539         2006-04-12  Paul Eggert  <eggert@cs.ucla.edu>
10540
10541         * lib/fsusage.c: Don't include <inttypes.h> or <stdint.h>, since
10542         fsusage.h now does that.  Include fsusage.h first, to test interface.
10543         Prefer statvfs if it works, since it's blessed by POSIX.  Attempt
10544         at most one method (the old code could have generated decls that
10545         didn't conform to C89, not that this was ever exercised).
10546         * lib/fsusage.h: Include <inttypes.h> and <stdint.h> if they exist.
10547
10548         2006-03-19  Jim Meyering  <jim@meyering.net>
10549
10550         Work even in a chroot where d_ino values for entries in "/"
10551         don't match the stat.st_ino values for the same names.
10552         * lib/getcwd.c (__getcwd): When no d_ino value matches the target inode
10553         number, iterate through all entries again, using lstat instead.
10554         Reported by Kenshi Muto in http://bugs.debian.org/355810, and by
10555         Zouhir Hafidi in https://bugzilla.redhat.com/bugzilla/190656.
10556
10557         * lib/getcwd.c (__getcwd): Clarify a comment.
10558         Use memcpy in place of a call to strcpy.
10559
10560         2006-03-12  Jim Meyering  <jim@meyering.net>
10561
10562         * lib/fts-cycle.c (leave_dir): If cycle-check's saved dev-ino pair
10563         matches that of the current directory (which we're about to chdir ".."
10564         out of), then save the dev-ino of the parent, instead.
10565
10566         * lib/same-inode.h (SAME_INODE): New file/macro.
10567         * lib/chdir-safer.c (SAME_INODE): Remove definition.
10568         Include "same-inode.h", instead.
10569         * lib/same.c: Likewise.
10570         * lib/cycle-check.h: Include "same-inode.h".
10571         (CYCLE_CHECK_REFLECT_CHDIR_UP): Define.
10572         * lib/cycle-check.c (SAME_INODE): Remove definition.
10573         * lib/root-dev-ino.h: Include "same-inode.h".
10574
10575         2006-03-11  Eric Blake  <ebb9@byu.net>
10576
10577         * lib/same.c (same_name): s/base_name/last_component/
10578         * lib/backupfile.c (check_extension, numbered_backup): Likewise.
10579         * lib/filenamecat.c (file_name_concat): Likewise.
10580
10581         2006-03-11  Eric Blake  <ebb9@byu.net>,
10582                     Paul Eggert  <eggert@cs.ucla.edu>
10583
10584         * lib/dirname.h (FILE_SYSTEM_PREFIX_LEN): Move here from dos.m4.
10585         [FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't treat 1: as a
10586         drive prefix.
10587         (IS_ABSOLUTE_FILE_NAME): Treat all drive letters as absolute on
10588         platforms like cygwin with FILE_SYSTEM_DRIVE_PREFIX_IS_ABSOLUTE.
10589         (last_component): New method.
10590         * lib/dirname.c (dir_len): Determine when drive letters need a
10591         subsequent slash.  Preserve // when it is special.
10592         (dir_name): Don't append dot when drive letter is absolute.
10593         [TEST_DIRNAME]: Move into a full-blown gnulib test.
10594         * lib/basename.c (base_name): New semantics - malloc the result.
10595         Preserve // when it is special.  Preserve relative files that look
10596         like drive letters.
10597         (base_len): Preserve // when it is special.
10598         (last_component): New method, similar to old base_name semantics.
10599         * lib/stripslash.c (strip_trailing_slashes): Use last_component, not
10600         base_name.  Strip redundant slashes from ///.
10601
10602 2006-07-03  Jim Meyering  <jim@meyering.net>
10603
10604         * lib/cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Abort if this
10605         macro is used before the first cycle_check call.
10606
10607 2006-07-03  Eric Blake  <ebb9@byu.net>
10608
10609         * modules/dirname (Depends-on): Add xstrndup.
10610
10611 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
10612
10613         * m4/stdint.m4 (gl_STDINT_H): Use more-mnemonic identifiers for
10614         test cases, so that config.log is a bit easier to follow.
10615
10616 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
10617
10618         * lib/stdint_.h (intmax_t, uintmax_t): Prefer long to long long if
10619         both are 64 bits, since this seems to be the tradition, and this
10620         prevents gcc -Wformat from warning about usages with PRIuMAX.  If
10621         we ever run into a host that prefers long long to long in this
10622         case, we'll need another configure-time test.  Problem reported by
10623         Jim Meyering.
10624
10625 2006-07-02  Eric Blake  <ebb9@byu.net>
10626
10627         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Simplify by using AC_CHECK_DECLS.
10628
10629 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
10630
10631         * modules/inttypes (Depends-on): No longer depends on stdint.
10632         * modules/stdint (Description): Say more about assumptions.
10633         Say that the fast types might differ.  Say macros are used.
10634         (Files): Remove m4/size_max.m4, m4/wchar_t.m4.  Add m4/longlong.m4.
10635         (Makefile.am): Revise list of substituted symbols to match
10636         new stdint.m4.
10637         * modules/stdint-tests (Files): Add m4/wchar_t.m4, m4/wint_t.m4.
10638         (configure.ac): Add gt_TYPE_WCHAR_T, gt_TYPE_WINT_T.
10639         * tests/test-stdint.c (verify_same_types)
10640         [! (__GNUC__ >= 2 && DO_PEDANTIC)]: Put in a decl, so that
10641         the code conforms to C99/C89.
10642         Test for WCHAR_MIN and WCHAR_MAX only if HAVE_WCHAR_T.
10643         Test for WINT_MIN and WINT_MAX only if HAVE_WINT_T.
10644
10645 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
10646
10647         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Backport from Autoconf 2.60,
10648         but fix a bug, by requiring at least 64 bits.
10649         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
10650         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Now just call
10651         AC_TYPE_LONG_LONG_INT.  This macro is obsolete and will go soon.
10652         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG) Likewise.
10653
10654         * m4/stdint.m4 (gl_STDINT_H): Rewrite to accommodate stdint_.h
10655         changes.  Make 2.59 a prerequisite.  Check and substitute for
10656         HAVE_LONG_LONG_INT.  Rely on Autoconf to check for stdint.h and
10657         inttypes.h.  Do not use special include files; just use the
10658         defaults.  Check for sys/inttypes.h and sys/bitypes.h in the usual
10659         way now.  Remove no-longer-needed tests for HAVE_LONG_64BIT,
10660         HAVE_LONG_LONG_64BIT, int8_t, int16_t, int32_t, int64_t, uint8_t,
10661         uint16_t, uint32_t uint64_t, int_least8_t, int_least16_t,
10662         int_least32_t, int_least64_t, uint_least8_t, uint_least16_t,
10663         uint_least32_t, uint_least64_t, int_fast8_t, int_fast16_t,
10664         int_fast32_t, int_fast64_t, uint_fast8_t uint_fast16_t,
10665         uint_fast32_t, uint_fast64_t, intptr_t, uintptr_t, intmax_t,
10666         uintmax_t, INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX,
10667         UINT16_MAX, INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN,
10668         INT64_MAX, UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX,
10669         UINT_LEAST8_MAX, INT_LEAST16_MIN, INT_LEAST16_MAX,
10670         UINT_LEAST16_MAX, INT_LEAST32_MIN, INT_LEAST32_MAX,
10671         UINT_LEAST32_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX,
10672         UINT_LEAST64_MAX, INT_FAST8_MIN, INT_FAST8_MAX, UINT_FAST8_MAX,
10673         INT_FAST16_MIN, INT_FAST16_MAX, UINT_FAST16_MAX, INT_FAST32_MIN,
10674         INT_FAST32_MAX, UINT_FAST32_MAX, INT_FAST64_MIN, INT_FAST64_MAX,
10675         UINT_FAST64_MAX, INTPTR_MIN, INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN,
10676         INTMAX_MAX, UINTMAX_MAX, PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN,
10677         SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN,
10678         WINT_MAX.  Check for C99 conformance more strictly, by detecting
10679         bugs in glibc 2.4, Solaris 10, and OpenBSD 3.9.  On the other hand do
10680         not check for things that C99 does not require, e.g., int8_t.  If
10681         a test isn't needed unless <stdint.h> isn't working, and is
10682         unlikely to be needed for any other reason, then don't do it
10683         unless <stdint.h> isn't working.  Do not check for ptrdiff_t or
10684         size_t, since we assume C89 freestanding at least.  Do not check
10685         for sig_atomic_t, wchar_t, or wint_t, since the code now does
10686         the right thing even if the types are not defined.  Instead use:
10687         (gl_STDINT_TYPE_PROPERTIES): New macro.
10688         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H): Remove.  Don't bother
10689         testing whether <sys/types.h> clashes, as Autoconf does this for
10690         us now.  All uses removed.
10691         (gl_STDINT_CHECK_TYPES, gl_STDINT_MISSING_BOUND):
10692         (gl_STDINT_MISSING_BOUNDS, gl_STDINT_MISSING_BOUNDS2):
10693         (gl_CHECK_TYPE_SAME):
10694         Remove; no longer needed.
10695         (gl_STDINT_BITSIZEOF): Don't bother to check whether the type
10696         exists, since we'll return 0 anyway in that case.
10697         (gl_INTEGER_TYPE_SUFFIX, gl_STDINT_INCLUDES): New macros.
10698
10699 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
10700
10701         * lib/stdint_.h (_GL_STDINT_H): Renamed from _STDINT_H, to avoid
10702         possible collision with system files.
10703         (<stdio.h>, <time.h>, <wchar.h>) [defined __cplusplus && ! defined
10704         __STDC_CONSTANT_MACROS)]: Do not include, since we don't need
10705         WCHAR_MIN and WCHAR_MAX in this case.
10706         (<stddef.h>): Do not include; no longer needed.
10707         (<sys/types.h>): Include if @HAVE_SYS_TYPES_H@, not if
10708         (defined(__OpenBSD__) || defined(__bsdi__) || defined(__sgi)).
10709         (<sys/inttypes.h>): Include if @HAVE_SYS_INTTYPES_H@ &&
10710         !@HAVE_INTTYPES_H@, not if (defined(__FreeBSD__)
10711         && (__FreeBSD__ >= 3) && (__FreeBSD__ <= 4)).
10712         (__STDINT_H__) [@HAVE_STDINT_H@ && defined __sgi && ! defined
10713         __c99]: Define, to work around IRIX <stdint.h> incompatibility.
10714         (@FULL_PATH_STDINT_H@) [!(defined(__sgi) && @HAVE_INTTYPES_H@ &&
10715         !defined(__c99))]: Include in this case too, since it's harmless
10716         now.
10717         (<inttypes.h>) [@HAVE_INTTYPES_H@]: Include, since it's no longer
10718         dangerous to do so.
10719         (@FULL_PATH_INTTYPES_H@) [(defined(__hpux) || defined(_AIX)) &&
10720         @HAVE_INTTYPES_H@]: Do not include, since we now include <inttypes.h>.
10721         (_STDINT_MIN, _STDINT_MAX): New macros.
10722         (int8_t, uint8_t, int16_t, uint16_t, int32_t, uint32_t, int64_t):
10723         (uint64_t, int_least8_t, uint_least8_t, int_least16_t):
10724         (uint_least16_t, int_least32_t, uint_least32_t, int_least64_t):
10725         (uint_least64_t, int_fast8_t, uint_fast8_t, int_fast16_t):
10726         (uint_fast16_t, int_fast32_t, uint_fast32_t, int_fast64_t):
10727         (uint_fast64_t, intptr_t, uintptr_t, intmax_t, uintmax_t): Now
10728         macros, not typedefs; this simplifies things quite a bit.
10729         Use long int for all types narrower than int64_t.
10730         (intmax_t, uintmax_t, INTMAX_C, UINTMAX_C):
10731         Define in terms of long long int or int64_t or long int,
10732         not int64_t or int32_t.  This saves some compile-time testing.
10733         (INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX, UINT16_MAX):
10734         (INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN, INT64_MAX):
10735         (UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX, UINT_LEAST8_MAX):
10736         (INT_LEAST16_MIN, INT_LEAST16_MAX, UINT_LEAST16_MAX):
10737         (INT_LEAST32_MIN, INT_LEAST32_MAX, UINT_LEAST32_MAX):
10738         (INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX, INT_FAST8_MIN):
10739         (INT_FAST8_MAX, UINT_FAST8_MAX, INT_FAST16_MIN, INT_FAST16_MAX):
10740         (UINT_FAST16_MAX, INT_FAST32_MIN, INT_FAST32_MAX, UINT_FAST32_MAX):
10741         (INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTPTR_MIN):
10742         (INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN, INTMAX_MAX, UINTMAX_MAX):
10743         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
10744         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
10745         undef any previous version and define our own version, for
10746         simplicity and consistency with the new macros for types.
10747         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
10748         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
10749         Simplify definitions by using _STDINT_MIN and _STDINT_MAX
10750         where appropriate.  Rely on new symbols @PTRDIFF_T_SUFFIX@,
10751         @SIG_ATOMIC_T_SUFFIX@, @SIZE_T_SUFFIX@, @WCHAR_T_SUFFIX@,
10752         @WINT_T_SUFFIX@ to keep things simple here.
10753         (UINT8_C, UINT16_C, UINT32_C, INT64_C, UINT64_C):
10754         Simplify by assuming typical 8/16/32/64 host, since we're
10755         already doing that elsewhere anyway.
10756         Use (LONG_MAX >> 31 >> 31 == 1) rather than @HAVE_LONG_64BIT@,
10757         and assume long long int is 64 bits if available.  This
10758         speeds up 'configure'.
10759
10760 2006-07-01  Eric Blake  <ebb9@byu.net>
10761
10762         * m4/stdarg.m4 (gl_STDARG_H): Use proper AH_VERBATIM.
10763         Reported by Andreas Buening.
10764
10765 2006-07-01  Eric Blake  <ebb9@byu.net>
10766
10767         * m4/stdarg.m4 (gl_STDARG_H): Properly parenthesize gl_va_copy.
10768
10769 2006-06-30  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
10770
10771         * lib/getaddrinfo.c: fixed typo
10772
10773 2006-06-29  Jim Meyering  <jim@meyering.net>
10774
10775         * modules/strftime (Maintainer): Add my name, since with the
10776         FPRINTFTIME changes strftime.c has forked from glibc.
10777
10778 2006-06-29  Eric Blake  <ebb9@byu.net>
10779
10780         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Use AC_C_INLINE.
10781
10782 2006-06-29  Eric Blake  <ebb9@byu.net>
10783
10784         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): New file.
10785
10786 2006-06-29  Eric Blake  <ebb9@byu.net>
10787
10788         * lib/stat_.h: New file.
10789
10790 2006-06-29  Eric Blake  <ebb9@byu.net>
10791
10792         * lib/stat_.h (rpl_mkdir): Declare inline, to avoid warnings about
10793         unused static function.
10794
10795 2006-06-29  Eric Blake  <ebb9@byu.net>
10796
10797         * doc/functions.texi (Function Portability): Document missing lstat
10798         on mingw.
10799
10800 2006-06-29  Eric Blake  <ebb9@byu.net>
10801
10802         * MODULES.html.sh: Add sys_stat.
10803         * modules/sys_stat: New module.
10804         * modules/mkstemp (Depends-on): Add sys_stat.
10805
10806 2006-06-29  Derek R. Price  <derek@ximbiot.com>
10807
10808         * m4/strftime.m4: Don't call AC_FUNC_STRFTIME.
10809
10810 2006-06-29  Derek R. Price  <derek@ximbiot.com>
10811
10812         * m4/c-bs-a.m4: Removed.
10813
10814 2006-06-29  Derek R. Price  <derek@ximbiot.com>
10815
10816         * lib/strftime.c: Assume strftime() exists.
10817
10818 2006-06-29  Derek Price  <derek@ximbiot.com>
10819
10820         * modules/c-bs-a: Removed - \a is C89.
10821         * MODULES.html.sh: Remove c-bs-a.
10822
10823 2006-06-29  Bruno Haible  <bruno@clisp.org>
10824
10825         * modules/wcwidth (License): Change to LGPL.
10826
10827 2006-06-28  Simon Josefsson  <jas@extundo.com>
10828
10829         * tests/test-getaddrinfo.c: Test getnameinfo too.  Call WSAStartup
10830         on _WIN32.
10831
10832         * modules/getaddrinfo (Depends-on): Add inet_ntop, needed by
10833         getnameinfo.
10834
10835 2006-06-28  Simon Josefsson  <jas@extundo.com>
10836
10837         * m4/getaddrinfo.m4: Look for getnameinfo prototypes too.
10838
10839 2006-06-28  Simon Josefsson  <jas@extundo.com>
10840
10841         * lib/getaddrinfo.c: Try to load ws2_32.dll on Windows, to find the
10842         functions there.  It will succeed on Windows XP, but on Windows
10843         2000 and (presumably) earlier, it will fail, and use the internal
10844         re-implementation.
10845         (use_win32_p): New function.
10846         (getaddrinfo): Use strtoul on servname, to support numeric ports.
10847         Support AI_NUMERICSERV to disable getservbyname.
10848         (getnameinfo): New function, only supports
10849         NI_NUMERICHOST|NI_NUMERICSERV for now.
10850
10851         * lib/getaddrinfo.h: Test and check for AI_* flags separately, MinGW
10852         only have some of them.  Add AI_NUMERICSERV.  Add prototype for
10853         getnameinfo.
10854
10855 2006-06-28  Eric Blake  <ebb9@byu.net>
10856
10857         * modules/wcwidth: New file.
10858         * modules/mbchar (Depends-on): Add wcwidth.
10859         * modules/mbswidth (Depends-on): Add wcwidth.
10860         * MODULES.html.sh: Add wcwidth.
10861
10862 2006-06-28  Eric Blake  <ebb9@byu.net>
10863
10864         * m4/mbswidth.m4 (gl_MBSDWIDTH): Move wcwidth from here...
10865         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): ...to this new file.
10866
10867 2006-06-28  Eric Blake  <ebb9@byu.net>
10868
10869         * lib/xvasprintf.h: Fix comments.
10870
10871 2006-06-28  Eric Blake  <ebb9@byu.net>
10872
10873         * lib/mbchar.h (wcwidth): Include wcwidth.h.
10874         * lib/mbswidth.c (wcwidth): Move from here...
10875         * lib/wcwidth.h: ...to this new file.
10876
10877 2006-06-28  Derek R. Price  <derek@ximbiot.com>
10878
10879         * m4/savedir.m4: Remove AC_FUNC_CLOSEDIR_VOID requirement.
10880
10881         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't require AC_C_CONST, since
10882         it's obsolete.
10883         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Likewise.
10884
10885 2006-06-28  Derek R. Price  <derek@ximbiot.com>
10886
10887         * lib/savedir.c (CLOSEDIR): Remove.  All uses changed to closedir.
10888         Autoconf 2.60 says this stuff was obsolete.
10889
10890 2006-06-28  Bruno Haible  <bruno@clisp.org>
10891
10892         * modules/wcwidth (Files): Add m4/wchar_t.m4.
10893
10894 2006-06-28  Bruno Haible  <bruno@clisp.org>
10895
10896         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Also require AC_C_INLINE and
10897         gt_TYPE_WCHAR_T.
10898
10899 2006-06-28  Bruno Haible  <bruno@clisp.org>
10900
10901         * lib/wcwidth.h: Declare nothing if !HAVE_WCHAR_T. Provide a fallback
10902         declaration for wcwidth.
10903         * lib/mbswidth.c: Restore the includes of <wchar.h> and <wctypes.h>.
10904
10905 2006-06-28  Bruno Haible  <bruno@clisp.org>
10906
10907         * lib/mkdtemp.c [MINGW]: Include <io.h>.
10908         (mkdir): Define using _mkdir.
10909
10910 2006-06-28  Bruno Haible  <bruno@clisp.org>
10911
10912         * lib/getaddrinfo.h: Fix POSIX URL.
10913         * lib/getaddrinfo.c (WIN32_NATIVE): New macro. Use it instead of
10914         _WIN32.
10915         (use_win32_p): Make static.
10916         (getaddrinfo): Reject service name if it is empty or does not consist
10917         solely of decimal digits, or if its value is > 65535.
10918         (getnameinfo): Remove useless casts.
10919
10920 2006-06-27  Simon Josefsson  <jas@extundo.com>
10921
10922         * modules/sys_select: New file, suggested by Bruno Haible, Paul
10923         Eggert and Martin Lambers.
10924
10925 2006-06-27  Simon Josefsson  <jas@extundo.com>
10926
10927         * m4/sys_select_h.m4: New file, suggested by Bruno Haible, Paul
10928         Eggert and Martin Lambers.
10929
10930 2006-06-27  Bruno Haible  <bruno@clisp.org>
10931
10932         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): For nonexistent types, set the
10933         result to 0, not to empty.
10934         Reported by Martin Neitzel <neitzel@sco.gaertner.de>.
10935
10936 2006-06-27  Bruno Haible  <bruno@clisp.org>
10937
10938         * lib/stdint_.h (intmax_t, uintmax_t): Undefine before typedef.
10939
10940 2006-06-26  Simon Josefsson  <jas@extundo.com>
10941
10942         * m4/inet_ntop.m4: Don't check for sys/types.h, we assume it is
10943         present.
10944
10945 2006-06-26  Paul Eggert  <eggert@cs.ucla.edu>
10946
10947         * lib/base64.c (B64): Use _ as the formal parameter, not x, to avoid
10948         bug in IBM C V6 for AIX.  Problem reported by Larry Jones in
10949         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00181.html>.
10950
10951 2006-06-26  Mark D. Baushke  <mdb@gnu.org>
10952
10953         * m4/stdint.m4 (gl_STDINT_H): Treat BSD/OS like OpenBSD.
10954
10955 2006-06-26  Bruno Haible  <bruno@clisp.org>
10956
10957         * modules/stdint (Makefile.am): Also substitute HAVE_WCHAR_H.
10958
10959 2006-06-26  Bruno Haible  <bruno@clisp.org>
10960
10961         * m4/stdint.m4 (gl_STDINT_H): Test also for <wchar.h>.
10962
10963 2006-06-26  Bruno Haible  <bruno@clisp.org>
10964
10965         * m4/stdint.m4 (gl_STDINT_H): Don't include <stdint.h> when using the
10966         SGI C compiler in pre-C99 mode.
10967         Suggested by Mark D. Baushke and Larry Jones.
10968
10969 2006-06-26  Bruno Haible  <bruno@clisp.org>
10970
10971         * lib/stdint_.h: Include <wchar.h> if necessary for WCHAR_MIN or
10972         WCHAR_MAX.
10973         Reported by Mark D. Baushke and Larry Jones.
10974
10975 2006-06-26  Bruno Haible  <bruno@clisp.org>
10976
10977         * lib/stdint_.h: Don't include <stdint.h> when using the SGI C compiler
10978         in pre-C99 mode.
10979         Suggested by Mark D. Baushke and Larry Jones.
10980
10981 2006-06-23  Simon Josefsson  <jas@extundo.com>
10982             Bruno Haible  <bruno@clisp.org>
10983
10984         * gnulib-tool (func_emit_lib_Makefile_am): Define MOSTLYCLEANDIRS.
10985         Emit mostlyclean-local rule.
10986         (func_emit_tests_Makefile_am): Likewise.
10987         * modules/sys_socket (Makefile.am): Use MOSTLYCLEANDIRS.
10988
10989 2006-06-23  Mark D. Baushke  <mdb@gnu.org>
10990
10991         * lib/stdint_.h: Treat BSD/OS like OpenBSD.
10992
10993 2006-06-23  Bruno Haible  <bruno@clisp.org>
10994
10995         * tests/test-stdint.c: Update to match ISO C 99 Technical
10996         Corrigendum 1.
10997
10998 2006-06-23  Bruno Haible  <bruno@clisp.org>
10999
11000         * m4/stdint.m4 (gl_STDINT_H): Treat IRIX like OpenBSD.
11001
11002 2006-06-23  Bruno Haible  <bruno@clisp.org>
11003
11004         * lib/stdint_.h: Treat IRIX like OpenBSD.
11005
11006 2006-06-23  Bruno Haible  <bruno@clisp.org>
11007
11008         * lib/stdint_.h (UINT8_C, UINT16_C, UINT32_C): Define according to
11009         ISO C 99 Technical Corrigendum 1.
11010
11011 2006-06-22  Simon Josefsson  <jas@extundo.com>
11012
11013         * m4/sockpfaf.m4: Include winsock2.h too, to make it work under
11014         MinGW.
11015
11016 2006-06-22  Paul Eggert  <eggert@cs.ucla.edu>
11017
11018         * lib/glob.c (collated_compare): Remove 'const' uses that weren't
11019         needed.  Some compiler complained about some of them.  Problem reported
11020         by Larry Jones in
11021         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00172.html>.
11022
11023 2006-06-21  Simon Josefsson  <jas@extundo.com>
11024
11025         * tests/test-getaddrinfo.c: New file.
11026
11027         * modules/getaddrinfo-tests: New file.
11028
11029         * MODULES.html.sh: Add inet_pton.
11030
11031         * modules/inet_pton: New file.
11032
11033 2006-06-21  Simon Josefsson  <jas@extundo.com>
11034
11035         * m4/getaddrinfo.m4: Don't define WINVER.  Look for gethostbyname in
11036         -lws2_32 too.  Fixes getaddrinfo on Windows 2000, with the price
11037         of using the (limited) gnulib implementation on Windows XP.
11038
11039         * m4/inet_pton.m4: New file.
11040
11041 2006-06-21  Simon Josefsson  <jas@extundo.com>
11042
11043         * lib/getaddrinfo.c (getaddrinfo): Set ai_family in the return
11044         variable.
11045
11046         * lib/socket_.h: Don't define WINVER.
11047
11048         * lib/inet_pton.h, inet_pton.c: New file, taken from glibc but
11049         slightly modified to work in gnulib.
11050
11051 2006-06-21  Simon Josefsson  <jas@extundo.com>
11052
11053         * doc/gnulib.texi (Windows sockets): Add.
11054
11055 2006-06-21  Paul Eggert  <eggert@cs.ucla.edu>
11056
11057         * lib/read-file.c (fread_file): Start with buffer allocation of
11058         0 bytes rather than 1 byte; this simplifies the code.
11059         Don't invoke feof; it's not needed.  Refactor to avoid duplicate
11060         code to free buffer and save/restore errno.
11061         (internal_read_file): Remove unused local.
11062
11063 2006-06-20  Paul Eggert  <eggert@cs.ucla.edu>
11064
11065         * lib/openat.c (openat): Use ?:, not if, to work around GCC bug 4210
11066         <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=4210>.
11067         Problem reported by Denis Excoffier in
11068         <http://lists.gnu.org/archive/html/bug-tar/2006-06/msg00023.html>.
11069
11070 2006-06-19  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
11071
11072         * modules/sys_socket, modules/socklen: Include sys/types since
11073         FreeBSD 4.x's sys/socket.h needs it.
11074
11075 2006-06-19  Simon Josefsson  <jas@extundo.com>
11076
11077         * lib/inet_ntop.c: Always build inet_ntop4, since inet_ntop6 calls it.
11078
11079 2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
11080
11081         * lib/alloca_.h (alloca) [defined alloca]: Don't define or declare.
11082
11083 2006-06-19  Bruno Haible  <bruno@clisp.org>
11084
11085         * m4/stdint.m4 (gl_STDINT_H): Enclose the values of FULL_PATH_STDINT_H
11086         and FULL_PATH_INTTYPES_H in angle brackets.
11087         Reported by Mark D. Baushke <mdb@gnu.org>.
11088
11089 2006-06-17  Eric Blake  <ebb9@byu.net>
11090
11091         * m4/rmdir-errno.m4 (gl_FUNC_FMDIR_NOTEMPTY): Assume errno.h declares
11092         errno.
11093
11094 2006-06-17  Bruno Haible  <bruno@clisp.org>
11095
11096         * m4/stdint.m4 (gl_STDINT_H) [FreeBSD >= 5]: Don't include
11097         <sys/inttypes.h>.
11098
11099 2006-06-17  Bruno Haible  <bruno@clisp.org>
11100
11101         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove test
11102         whether errno is declared. Assume <errno.h> declares errno.
11103
11104 2006-06-17  Bruno Haible  <bruno@clisp.org>
11105
11106         * lib/stdint_.h [FreeBSD >= 5]: Don't include <sys/inttypes.h>.
11107
11108 2006-06-17  Bruno Haible  <bruno@clisp.org>
11109
11110         * lib/stdint_.h (_UINT8_T, _UINT32_T, _UINT64_T): New macros. Fixes a
11111         problem on Solaris 2.5.1.
11112
11113 2006-06-16  Eric Blake  <ebb9@byu.net>
11114
11115         * lib/unsetenv.c [!defined errno]: Assume errno.h declares errno.
11116         * lib/unicodeio.c [!defined errno]: Likewise.
11117         * lib/strtol.c [!defined errno]: Likewise.
11118         * lib/strtod.c [!defined errno]: Likewise.
11119
11120 2006-06-15  Eric Blake  <ebb9@byu.net>
11121
11122         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Work in spite of -Werror.
11123
11124 2006-06-15  Eric Blake  <ebb9@byu.net>
11125
11126         * config/srclist.txt (ssize_t.m4): Lose sync.
11127
11128 2006-06-15  Bruno Haible  <bruno@clisp.org>
11129
11130         * modules/stdint (Files): Include m4/full-header-path.m4,
11131         m4/size_max.m4, m4/wchar_t.m4.
11132         (Makefile.am): Many more substitutions.
11133         * modules/stdint-tests: New file.
11134         * tests/test-stdint.c: New file.
11135
11136 2006-06-15  Bruno Haible  <bruno@clisp.org>
11137
11138         * m4/stdint.m4 (gl_STDINT_H): Rewritten to produce a complete stdint.h.
11139         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H, gl_STDINT_CHECK_TYPES,
11140         gl_STDINT_MISSING_BOUND, gl_STDINT_MISSING_BOUNDS,
11141         gl_STDINT_MISSING_BOUNDS2, gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED,
11142         gl_CHECK_TYPE_SAME): New macros.
11143
11144 2006-06-15  Bruno Haible  <bruno@clisp.org>
11145
11146         * m4/size_max.m4 (gl_SIZE_MAX): Make it work also when cross-compiling.
11147
11148 2006-06-15  Bruno Haible  <bruno@clisp.org>
11149
11150         * lib/stdint_.h: Rewritten to be fully auto-configured.
11151         Fixes bug on HP-UX/IA64.
11152
11153 2006-06-11  Paul Eggert  <eggert@cs.ucla.edu>
11154
11155         * lib/getdate.y (__attribute__): Don't define if already defined.
11156         Problem reported by Larry Jones.
11157         * lib/utimens.c (__attribute__): Likewise.
11158
11159 2006-06-04  Paul Eggert  <eggert@cs.ucla.edu>
11160
11161         * lib/regexec.c (group_nodes_into_DFAstates): Fix a buffer overrun
11162         reported by Andreas Schwab.
11163
11164 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11165             Bruno Haible  <bruno@clisp.org>
11166
11167         * m4/strndup.m4 (gl_FUNC_STRNDUP): Replace the AC_REPLACE_FUNCS with a
11168         check for the declaration of strnlen and a run test that exposes the
11169         AIX 5.1 strnlen bug.  In the failure case, #define strndup to
11170         rpl_strndup.
11171
11172 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11173             Bruno Haible  <bruno@clisp.org>
11174
11175         * lib/strndup.c (strndup) [!_LIBC]: Don't undefine macro definition.
11176
11177 2006-05-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11178
11179         * m4/c-strtod.m4 (gl_C99_STRTOLD): Use a link test rather than a
11180         compile test, for Tru64 4.0D.
11181
11182 2006-05-28  Karl Berry  <karl@gnu.org>
11183
11184         * config/srclist.txt (printf-args.c): lose sync.
11185
11186 2006-05-26  Martin Lambers  <marlam@marlam.de>
11187
11188         * lib/getpass.c: Updates the test for the native W32 API, and adds
11189         missing includes, thus fixing compilation warnings.
11190
11191 2006-05-25  Sergey Poznyakoff  <gray@gnu.org.ua>
11192
11193         * lib/exclude.c (exclude_fnmatch): New function.
11194         (excluded_file_name): Call exclude_fnmatch.
11195         * lib/exclude.h (excluded_file_name): New prototype
11196
11197 2006-05-25  Paul Eggert  <eggert@cs.ucla.edu>
11198
11199         * lib/tempname.c (small_open, large_open): New macros.
11200         (__open, __open64) [!_LIBC]: Remove.
11201         (__gen_tempname): Use small_open and large_open instead of __open
11202         and __open64.  This fixes a portability bug on HP-UX 11.11i
11203         reported by Simon Wing-Tang in
11204         <http://lists.gnu.org/archive/html/bug-coreutils/2006-05/msg00114.html>.
11205
11206 2006-05-24  Bruno Haible  <bruno@clisp.org>
11207
11208         * lib/printf-args.c (printf_fetchargs): Turn NULL pointers for
11209         TYPE_STRING and TYPE_WIDE_STRING into a non-NULL replacement.
11210         Reported by Thorsten Maerz <torte@netztorte.de> via
11211         Aaron Stone <aaron@serendipity.cx>.
11212
11213 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
11214
11215         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Rename cache variables to use
11216         gl_ rather than jm_.  Link, don't run, so that cross-compiles are
11217         allowed.  Check that resulting type is arithmetic.  Move AC_REQUIRE
11218         and AC_CHECK_HEADERS_ONCE outside of AC_CACHE_CHECK, since they're
11219         not really conditional on the cache.
11220         (gl_PREREQ_NANOSLEEP): Check for sys/select.h.
11221
11222 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
11223
11224         * lib/nanosleep.c [HAVE_SYS_SELECT_H]: Include <sys/select.h>.
11225         Use the usual Autoconf way to include <time.h> and/or sys/time.h.
11226         (my_usleep): Don't mishandle maximum value.
11227
11228 2006-05-19  Jim Meyering  <jim@meyering.net>
11229
11230         * lib/getugroups.c: Correct an outdated comment.  From Bruno Haible.
11231
11232 2006-05-17  Bruno Haible  <bruno@clisp.org>
11233
11234         Cygwin portability.
11235         * lib/classpath.c (PATH_SEPARATOR) [CYGWIN]: Define as ':'.
11236
11237 2006-05-17  Bruno Haible  <bruno@clisp.org>
11238
11239         * lib/stdint_.h: Fix recognition of Cygwin.
11240
11241 2006-05-15  Bruno Haible  <bruno@clisp.org>
11242
11243         * build-aux/config.rpath: Improve support for Sun C 5.9 on Linux, based
11244         on libtool patch by Ralf Wildenhues.
11245
11246 2006-05-14  Paul Eggert  <eggert@cs.ucla.edu>
11247
11248         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Fix overly-picky
11249         test for C99 conformance; (bool) 0.5 is an integer constant
11250         expression, but (bool) -0.5 is not.  Problem reported by Fedor
11251         Sergeev in <http://forum.sun.com/jive/thread.jspa?threadID=96202>.
11252
11253 2006-05-11  Simon Josefsson  <jas@extundo.com>
11254
11255         * m4/xvasprintf.m4: Fix obvious typo.
11256
11257 2006-05-11  Jim Meyering  <jim@meyering.net>
11258
11259         * lib/sha1.c (sha1_buffer): Correct comment: s/MD5/SHA1/.  From
11260         James Lemley.
11261
11262 2006-05-10  Simon Josefsson  <jas@extundo.com>
11263
11264         * lib/md4.c: Typo fix, update copyright years.
11265         (K1, K2): Don't use L because it turn computations into 64-bit on
11266         64-bit platforms.
11267
11268 2006-05-10  Paul Eggert  <eggert@cs.ucla.edu>
11269
11270         * lib/crc.c (crc32_update): Remove unnecessary L suffix.
11271         * lib/md4.c (rol): Cast right-shift arg to uint32_t to prevent
11272         unwanted sign propagation, e.g., on hosts with 64-bit int.
11273         There still are some problems with reeelly weird theoretical hosts
11274         (e.g., 33-bit int) but it's not worth worrying about now.
11275         * lib/sha1.c (rol): Likewise.
11276         (K1, K2, K3, K4): Remove unnecessary L suffix.
11277
11278 2006-05-10  Bruno Haible  <bruno@clisp.org>
11279
11280         * lib/des.c: Cast to avoid warnings.
11281
11282 2006-05-09  Bruno Haible  <bruno@clisp.org>
11283
11284         * modules/xvasprintf (Files): Add m4/xvasprintf.m4.
11285         (Depends-on): Depend also on xsize, stdarg.
11286         (configure.ac): Add gl_XVASPRINTF.
11287
11288 2006-05-09  Bruno Haible  <bruno@clisp.org>
11289
11290         * m4/xvasprintf.m4: New file.
11291
11292 2006-05-09  Bruno Haible  <bruno@clisp.org>
11293
11294         * lib/xvasprintf.c: Include limits.h, string.h, xsize.h.
11295         (EOVERFLOW): Define fallback value.
11296         (xstrcat): New function.
11297         (xvasprintf): Recognize the special case of a string concatenation.
11298
11299 2006-05-08  Eric Blake  <ebb9@byu.net>
11300
11301         * gnulib-tool (func_version): Base copyright year on CVS date.
11302         (func_emit_copyright_notice): New function.
11303         (func_emit_lib_Makefile_am): Use it.
11304         (func_emit_tests_Makefile_am): Likewise.
11305         (func_import): Likewise.
11306
11307 2006-05-08  Bruno Haible  <bruno@clisp.org>
11308
11309         * modules/stdarg: New file.
11310         * MODULES.html.sh (func_all_modules): Add section for <stdarg.h>.
11311
11312 2006-05-08  Bruno Haible  <bruno@clisp.org>
11313
11314         * m4/stdarg.m4: New file, from GNU gettext.
11315
11316 2006-05-08  Bruno Haible  <bruno@clisp.org>
11317
11318         * config/srclist.txt (build-aux/config.rpath): different from latest
11319         release.
11320
11321 2006-05-08  Bruno Haible  <bruno@clisp.org>
11322
11323         * build-aux/config.rpath: Add support for Sun C 5.9 on Linux.
11324
11325 2006-05-05  Jim Meyering  <jim@meyering.net>
11326
11327         * m4/warning.m4: New file, derived from bison's file by the same name.
11328
11329 2006-05-03  Bruno Haible  <bruno@clisp.org>
11330
11331         * lib/stdint_.h: Shorter URL.
11332         * lib/inttypes.h: Likewise.
11333
11334 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
11335
11336         * modules/inttypes (Maintainer): Change from Derek Price to 'all'.
11337
11338 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
11339
11340         * lib/verify.h: Document the internals better.  Most of this change
11341         was written by Bruno Haible.
11342
11343 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
11344
11345         * doc/verify.texi: New file, partly based on a proposal by
11346         Bruno Haible.
11347
11348 2006-05-02  Bruno Haible  <bruno@clisp.org>
11349
11350         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Move the include_next
11351         test from here...
11352         * m4/_inttypes_h.m4 (gl_INTTYPES_H): ... to here.
11353
11354 2006-04-29  Bruno Haible  <bruno@clisp.org>
11355
11356         * lib/gcd.c: Use WORD_T and GCD instead of unsigned long and gcd.
11357         Suggested by Oskar Liljeblad <oskar@osk.mine.nu>.
11358
11359 2006-04-29  Bruno Haible  <bruno@clisp.org>
11360
11361         * gnulib-tool: Make --update option actually work.
11362
11363 2006-04-29  Bruno Haible  <bruno@clisp.org>
11364
11365         * doc/gcd.texi: New file.
11366         * doc/gnulib.texi: Include it.
11367
11368 2006-04-25  Paul Eggert  <eggert@cs.ucla.edu>
11369
11370         * lib/getdate.y (get_date): When adding relative date, start with the
11371         initial time, not with the result of the first mktime call.
11372
11373 2006-04-25  Bruno Haible  <bruno@clisp.org>
11374
11375         * gnulib-tool (func_import): Output the include directives in three
11376         blocks, sorted separately.
11377         Reported by Ben Pfaff <blp@cs.stanford.edu>.
11378
11379 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
11380
11381         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use prototype
11382         to define main with arguments, for C++.  Reported by Eric Blake.
11383         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC):
11384         Prefer 'int main ()' to 'int main (void)', for C++.
11385         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Likewise.
11386         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Specify a return type
11387         for 'main', for C99 and C++.
11388
11389 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
11390
11391         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Use return, not exit.
11392         Don't assume that exit status -1 is valid.
11393         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
11394         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
11395         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Likewise.
11396         * m4/readdir.m4 (GL_FUNC_READDIR): Include <stdlib.h>.
11397         * m4/rename.m4 (vb_FUNC_RENAME): Likewise.
11398         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use AC_RUN_IFELSE,
11399         not AC_TRY_RUN.  Use return, not exit.  Don't assume that
11400         functions can be used without declaring them, or that you can
11401         exit with status -1.
11402         * m4/utimes-null.m4 (gl_FUNC_UTIMES_NULL): Likewise.
11403
11404 2006-04-24  Karl Berry  <karl@gnu.org>
11405
11406         * config/srclist.txt (longdouble.m4): sync lost.
11407
11408 2006-04-24  Eric Blake  <ebb9@byu.net>
11409
11410         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Avoid unused variable warning.
11411
11412 2006-04-24  Bruno Haible  <bruno@clisp.org>
11413
11414         * m4/poll.m4 (gl_FUNC_POLL): When cross-compiling, reject also the
11415         poll() implementation in AIX.
11416         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
11417
11418 2006-04-24  Bruno Haible  <bruno@clisp.org>
11419
11420         * m4/poll.m4 (gl_FUNC_POLL): Rearrange code, so that POLL_H gets
11421         assigned exactly once.
11422
11423 2006-04-23  Claudio Fontana  <claudio@gnu.org>
11424             Bruno Haible  <bruno@clisp.org>
11425
11426         * modules/gettext (Makefile.am): Add a -I flag for <libintl.h>.
11427         * gnulib-tool (func_emit_lib_Makefile_am): Emit empty default value
11428         for AM_CPPFLAGS.
11429
11430 2006-04-23  Bruno Haible  <bruno@clisp.org>
11431
11432         * modules/copy-file: Depend on unistd.
11433         * modules/execute: Likewise.
11434         * modules/fatal-signal: Likewise.
11435         * modules/findprog: Likewise.
11436         * modules/mkdtemp : Likewise.
11437         * modules/pipe: Likewise.
11438         * modules/wait-process: Likewise.
11439
11440 2006-04-23  Bruno Haible  <bruno@clisp.org>
11441
11442         * lib/fwriteerror.c (fwriteerror): Call fclose also when an error
11443         condition was already detected.
11444         Reported by Ben Pfaff <blp@cs.stanford.edu>.
11445
11446 2006-04-23  Bruno Haible  <bruno@clisp.org>
11447
11448         * lib/copy-file.c: Include <unistd.h> unconditionally.
11449         * lib/execute.c: Likewise.
11450         * lib/fatal-signal.c: Likewise.
11451         * lib/findprog.c: Likewise.
11452         * lib/mkdtemp.c: Likewise.
11453         * lib/pipe.h: Likewise.
11454         * lib/pipe.c: Likewise.
11455         * lib/wait-process.h: Likewise.
11456
11457 2006-04-23  Bruno Haible  <bruno@clisp.org>
11458
11459         * gnulib-tool (func_usage): Fix --import description. Document
11460         --update.
11461         (func_import): Create temporary file in a temporary directory, if
11462         --dry-run is specified. Silence errors from 'grep' when there are no
11463         m4 files in $m4dir.
11464         (func_create_testdir): Silence errors from 'grep' when there are no
11465         m4 files in $m4dir.
11466         Reported by Karl Berry <karl@freefriends.org>.
11467
11468 2006-04-20  Bruno Haible  <bruno@clisp.org>
11469
11470         * m4/argp.m4 (gl_ARGP): Don't call AC_CHECK_DECLS_ONCE with more than
11471         one argument, so that the code will be portable to Autoconf 2.60.
11472         * m4/getlogin_r.m4 (gl_PREREQ_GETLOGIN_R): Likewise.
11473         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
11474         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO): Likewise.
11475
11476 2006-04-19  Derek Price  <derek@ximbiot.com>
11477             Eric Blake  <ebb9@byu.net>
11478
11479         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Use </full/path.h>
11480         rather than "/full/path.h".  Update comment to match.  Shorten &
11481         generalize m4_translit call via AS_TR_CPP.
11482
11483 2006-04-19  Derek Price  <derek@ximbiot.com>
11484             Eric Blake  <ebb9@byu.net>
11485
11486         * lib/inttypes.h: Correct grammar in comment.
11487
11488 2006-04-18  Derek Price  <derek@ximbiot.com>
11489             Paul Eggert  <eggert@cs.ucla.edu>
11490
11491         * modules/inttypes: New file.
11492         * modules/strtoimax, modules/strtoumax: Depend on inttypes.
11493
11494 2006-04-18  Derek Price  <derek@ximbiot.com>
11495             Paul Eggert  <eggert@cs.ucla.edu>
11496
11497         * m4/_inttypes_h.m4, m4/full-header-path.m4, m4/include_next.m4:
11498         New files.
11499
11500 2006-04-18  Derek Price  <derek@ximbiot.com>
11501             Paul Eggert  <eggert@cs.ucla.edu>
11502
11503         * lib/inttypes.h: New file.
11504         * lib/strtoimax.c: Assume <inttypes.h>.
11505
11506 2006-04-15  Paul Eggert  <eggert@cs.ucla.edu>
11507
11508         * lib/utimens.c (futimens): glibc futimesat messes up if /proc
11509         isn't mounted.  Problem reported by Kir Kolyshkin.
11510
11511 2006-04-13  Paul Eggert  <eggert@cs.ucla.edu>
11512
11513         * lib/regcomp.c (init_dfa): Don't use wchar_t or wctype_t if
11514         RE_ENABLE_I18N is not defined.  Problem reported by Mark D. Baushke via
11515         Derek R. Price.
11516         * lib/regex.h (RE_DUP_MAX): Update comment to match current
11517         implementation.
11518
11519 2006-04-12  Eric Blake  <ebb9@byu.net>
11520
11521         * modules/time_r (Makefile.am): Remove lib_SOURCES line, as this
11522         is now done automatically by the corresponding Autoconf macro.
11523
11524 2006-04-11  Paul Eggert  <eggert@cs.ucla.edu>
11525
11526         * m4/time_r.m4 (gl_TIME_R): Add AC_LIBSOURCES for time_r.c and
11527         time_r.h.
11528
11529 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
11530
11531         Merge regex changes from libc, removing some of our
11532         POSIX-conformance changes that were rejected and redoing them in a
11533         less-intrusive way.
11534
11535         * lib/regcomp.c (re_compile_internal, init_dfa):
11536         Length arg is now size_t, not Idx.  All uses changed.
11537         (peek_token): Forward decl now says internal_function.
11538         (__re_error_msgid, __re_error_msgid_idx):
11539         Now static rather than extern with attribute_hidden.
11540         (re_compile_pattern) [!defined _LIBC]: Use K&R-style defn.
11541         For some reason libc prefers K&R style defns for external functions.
11542         (regerror) [!defined _LIBC]: Likewise.
11543         (re_set_syntax, re_compile_fastmap, regcomp, regfree, re_comp):
11544         (seek_collating_symbol_entry, lookup_collation_sequence_value):
11545         (build_range_exp, build_collating_symbol):
11546         Use K&R-style defn.
11547         (re_compile_fastmap): Use '\0' to memset, not 0.
11548         (utf8_sb_map): Make the calculations more obvious.
11549         (init_dfa, parse_bracket_exp, build_charclass_op):
11550         Call calloc and cast result, as glibc does.
11551         (init_word_char, fetch_token, peek_token, peek_token_bracket):
11552         (build_range_exp, build_collating_symbol):
11553         Now internal functions.
11554
11555         * lib/regex.c [!defined _LIBC]: Allow compiling with C++ compilers.
11556
11557         * lib/regex.h (__USE_GNU_REGEX): New macro.  Don't depend on
11558         _REGEX_SOURCE any more; depend on _GNU_SOURCE instead.
11559         Don't depend on VMS; depend on __VMS instead, for POSIX
11560         namespace cleanness.
11561         (regoff_t): Define to ssize_t, not long int.
11562
11563         Remove the REG_ macros named below.  Instead, make the old names
11564         (e.g., RE_BACKSLASH_ESCAPE_IN_LISTS) visible only if
11565         __USE_GNU_REGEX.
11566         (REG_BACKSLASH_ESCAPE_IN_LISTS):
11567         (REG_BK_PLUS_QM, REG_CHAR_CLASSES, REG_CONTEXT_INDEP_ANCHORS):
11568         (REG_CONTEXT_INDEP_OPS, REG_CONTEXT_INVALID_OPS):
11569         (REG_DOT_NEWLINE, REG_DOT_NOT_NULL, REG_HAT_LISTS_NOT_NEWLINE):
11570         (REG_INTERVALS, REG_LIMITED_OPS, REG_NEWLINE_ALT):
11571         (REG_NO_BK_BRACES, REG_NO_BK_PARENS, REG_NO_BK_REFS):
11572         (REG_NO_BK_VBAR, REG_NO_EMPTY_RANGES):
11573         (REG_UNMATCHED_RIGHT_PAREN_ORD, REG_NO_POSIX_BACKTRACKING):
11574         (REG_NO_GNU_OPS, REG_DEBUG, REG_INVALID_INTERVAL_ORD):
11575         (REG_IGNORE_CASE, REG_CARET_ANCHORS_HERE):
11576         (REG_CONTEXT_INVALID_DUP, REG_NO_SUB, REG_SYNTAX_EMACS):
11577         (REG_SYNTAX_AWK, REG_SYNTAX_GNU_AWK, REG_SYNTAX_POSIX_AWK):
11578         (REG_SYNTAX_GREP, REG_SYNTAX_EGREP, REG_SYNTAX_POSIX_EGREP):
11579         (REG_SYNTAX_ED, REG_SYNTAX_SED, _REG_SYNTAX_POSIX_COMMON):
11580         (REG_SYNTAX_POSIX_BASIC, REG_SYNTAX_POSIX_MINIMAL_BASIC):
11581         (REG_SYNTAX_POSIX_EXTENDED, REG_SYNTAX_POSIX_MINIMAL_EXTENDED):
11582         (REG_DUP_MAX, REG_UNALLOCATED, REG_REALLOCATE, REG_FIXED):
11583         (REG_NREGS):
11584         Remove.  All uses replaced by the old RE_* names.
11585         (RE_BACKSLASH_ESCAPE_IN_LISTS):
11586         (RE_BK_PLUS_QM, RE_CHAR_CLASSES, RE_CONTEXT_INDEP_ANCHORS):
11587         (RE_CONTEXT_INDEP_OPS, RE_CONTEXT_INVALID_OPS):
11588         (RE_DOT_NEWLINE, RE_DOT_NOT_NULL, RE_HAT_LISTS_NOT_NEWLINE):
11589         (RE_INTERVALS, RE_LIMITED_OPS, RE_NEWLINE_ALT):
11590         (RE_NO_BK_BRACES, RE_NO_BK_PARENS, RE_NO_BK_REFS):
11591         (RE_NO_BK_VBAR, RE_NO_EMPTY_RANGES):
11592         (RE_UNMATCHED_RIGHT_PAREN_ORD, RE_NO_POSIX_BACKTRACKING):
11593         (RE_NO_GNU_OPS, RE_DEBUG, RE_INVALID_INTERVAL_ORD):
11594         (RE_IGNORE_CASE, RE_CARET_ANCHORS_HERE):
11595         (RE_CONTEXT_INVALID_DUP, RE_NO_SUB):
11596         Don't bother having these macros be independent of each others'
11597         values, since they no longer exist in the POSIX name space.
11598
11599         Rename the following member names back to their old names,
11600         unless !__USE_GNU_REGEX.  All uses changed back.
11601         (buffer): Renamed from re_buffer.
11602         (allocated): Renamed from re_allocated.
11603         (used): Renamed from re_used.
11604         (syntax): Renamed from re_syntax.
11605         (fastmap): Renamed from re_fastmap.
11606         (translate): Renamed from re_translate.
11607         (can_be_null): Renamed from re_can_be_null.
11608         (regs_allocated): Renamed from re_regs_allocated.
11609         (fastmap_accurate): Renamed from re_fastmap_accurate.
11610         (no_sub): Renamed from re_no_sub.
11611         (not_bol): Renamed from re_not_bol.
11612         (not_eol): Renamed from re_not_eol.
11613         (newline_anchor): Renamed from re_newline_anchor.
11614         (num_regs): Renamed from rm_num_regs.
11615         (start): Renamed from rm_start.
11616         (end): Renamed from rm_end.
11617
11618         (free_state): Move up a bit.
11619
11620         * lib/regex_internal.h (inline) [__GNUC__ < 3 && defined _LIBC]:
11621         #define to be empty.
11622         (ASCII_CHARS): New macro, replacing all uses of 0x80 and/or SBC_MAX / 2
11623         when that is what is intended.
11624         (SBC_MAX): Define to UCHAR_MAX + 1, not 256.
11625         (__re_error_msgid, __re_error_msgid_idx): Remove decls; not needed.
11626         (MAX): New macro.
11627         (re_xmalloc, re_calloc, re_xrealloc, re_x2realloc): Remove.
11628         All uses changed back to re_malloc, etc.  It's now the caller's
11629         responsibility to check for overflow; all callers changed.
11630         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc, re_xnrealloc):
11631         (re_x2nrealloc): Remove.
11632         (free_state): Remove decl.
11633
11634         * lib/regexc.c (regexec, re_match, re_search, re_match_2, re_search_2):
11635         (re_set_registers, re_exec):
11636         Use K&R-style defn.
11637
11638         2006-01-31  Roland McGrath  <roland@redhat.com>
11639
11640         * lib/regcomp.c (calc_eclosure_iter): Remove dead variables.
11641         Reported by Mike Frysinger <vapier@gentoo.org>.
11642
11643         2006-01-15  Andreas Jaeger  <aj@suse.de>
11644
11645         [BZ #1950]
11646         * lib/regex_internal.c (re_string_reconstruct): Adjust for
11647         build_wcs_upper_buffer change.
11648         (build_wcs_upper_buffer): Change return type.
11649
11650         2005-12-10  Ulrich Drepper  <drepper@redhat.com>
11651
11652         * lib/regex_internal.h: Include <stdint.h> if available.
11653
11654         2005-12-06  Paolo Bonzini  <bonzini@gnu.org>
11655
11656         * lib/regex_internal.h (SIZE_MAX): Provide a default definition.
11657
11658         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
11659
11660         * lib/regcomp.c: Adjust for changed secondary hash function.
11661
11662         2005-09-30  Ulrich Drepper  <drepper@redhat.com>
11663
11664         * lib/regex.h: Pretty printing.
11665         Clean up namespace a bit.
11666
11667         2005-09-30  Jakub Jelinek  <jakub@redhat.com>
11668
11669         * lib/regexec.c (update_cur_sifted_state, check_arrival,
11670         check_arrival_add_next_nodes): Avoid using uninitialized variable.
11671
11672         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
11673                     Ulrich Drepper  <drepper@redhat.com>
11674
11675         [BZ #1302]
11676         * lib/regex_internal.h (bitset_t): Renamed from bitset.  All uses
11677         changed.
11678         (bitset_word_t): Renamed from bitset_word.  All uses changed.
11679
11680         2005-09-22  Ulrich Drepper  <drepper@redhat.com>
11681
11682         [BZ #281]
11683         * lib/regex.h: Define RE_TRANSLATE_TYPE as unsigned char *.
11684         * lib/regcomp.c: Remove unnecessary uses of
11685         unsigned RE_TRANSLATE_TYPE.
11686         * lib/regex_internal.h: Likewise.
11687         * lib/regex_internal.c: Likewise.
11688         * lib/regexec.c: Likewise.
11689         Based on a patch by Stepan Kasal <kasal@ucw.cz>.
11690
11691         2005-09-07  Ulrich Drepper  <drepper@redhat.com>
11692
11693         * lib/regexec.c (find_recover_state): Remove unnecessary
11694         initialization.
11695         (transit_state_bkref): Make DFA a const pointer.
11696         (get_subexp): Likewise.
11697         (check_arrival): Likewise.
11698         (update_cur_sifted_state): Likewise.
11699         (re_search_internal): Likewise.
11700         (prune_impossible_nodes): Likewise.
11701         (acquire_init_state_context): Likewise.
11702         (proceed_next_node): Likewise.
11703         (set_regs): Likewise.
11704         (free_fail_stack_return): Likewise.
11705         (check_arrival_expand_ecl): Mark DFA parameter as const.
11706         (check_arrival_expand_ecl_sub): Likewise.
11707         (check_subexp_limits): Likewise.
11708         (sub_epsilon_src_nodes):  Likewise.
11709         (add_epsilon_src_nodes):  Likewise.
11710         (merge_state_array): Likewise.
11711         (update_regs): Likewise.
11712         (build_trtable): Likewise.
11713         (sift_states_backward): Mark MCTX parameter as const.
11714         (build_sifted_states): Likewise.
11715         (update_cur_sifted_state): Likewise.
11716         (sift_states_mkref): Likewise.
11717         (check_arrival_expand_ecl): Mark eclosure as const.
11718         (check_dst_limits_calc_pos_1): Likewise.
11719         * lib/regex_internal.h (re_match_context_t): Make dfa a const
11720         pointer.
11721
11722         2005-09-06  Ulrich Drepper  <drepper@redhat.com>
11723
11724         * lib/regexec.c (merge_state_with_log): Define dfa as const pointer.
11725         (transit_state_sb): Likewise.
11726         (transit_state_mb): Likewise.
11727         (sift_states_iter_mb): Likewise.
11728         (check_arrival_add_next_nodes): Likewise.
11729         (check_node_accept_bytes): Change first parameter to pointer-to-const.
11730         [_LIBC] (re_search_2_stub): Use mempcpy.
11731
11732         * lib/regex_internal.c (re_string_reconstruct): Avoid calling
11733         mbrtowc for very simple UTF-8 case.
11734
11735         * lib/regex_internal.c (re_acquire_state): Make DFA pointer arg
11736         a pointer-to-const.
11737         (re_acquire_state_context): Likewise.
11738         * lib/regex_internal.h: Adjust prototypes.
11739
11740         * lib/regex.c: Prevent using C++ compilers.
11741
11742         * lib/regex_internal.c (re_acquire_state): Minor code rearrangement.
11743         (re_acquire_state_context): Likewise.
11744
11745 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
11746
11747         * modules/regex (Depends-on): Add ssize_t.
11748
11749 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
11750
11751         * m4/regex.m4 (gl_REGEX): Check for new glibc interface to
11752         translation table.
11753
11754 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
11755
11756         * doc/gnulib-tool.texi (Modified imports): pathname -> file name.
11757
11758 2006-03-29  Mark D. Baushke  <mdb@gnu.org>
11759             Bruno Haible  <bruno@clisp.org>
11760
11761         * lib/stdint_.h: On OpenBSD, don't redefine types already included in
11762         <sys/types.h> and <inttypes.h>.
11763
11764 2006-03-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11765
11766         * m4/argz.m4 (gl_FUNC_ARGZ): If we define `error_t', also define
11767         `__error_t_defined', so argp.h will not typedef the former.
11768
11769 2006-03-25  Paul Eggert  <eggert@cs.ucla.edu>
11770
11771         * m4/regex.m4 (gl_REGEX): Don't insist on REG_SYNTAX_POSIX_EGREP,
11772         REG_SYNTAX_EMACS, and REG_IGNORE_CASE.  Settle for the traditional
11773         glibc names.  Even if glibc is changed to conform to POSIX, the
11774         traditional names will be available anyway, since regex depends on
11775         the extensions module.  Also, fix a longstanding typo in the
11776         implementation of Spencer ERE test #75 from grep 2.3.  Problems
11777         reported by Emanuele Giaquinta.  Also, change sense of cached
11778         variable, so that the message makes sense.
11779
11780 2006-03-24  Simon Josefsson  <jas@extundo.com>
11781
11782         * lib/base64.c: Fix problems reported by Eric Blake <ebb9@byu.net>,
11783         including some doc fixes.
11784         (base64_encode_alloc): Fix +1 bug on allocation failures.
11785
11786 2006-03-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11787
11788         * lib/base64.c (base64_encode): Do not read past end of array with
11789         unsanitized input on systems with CHAR_BIT > 8.
11790
11791 2006-03-24  Eric Blake  <ebb9@byu.net>
11792
11793         * lib/time_r.c (copy_string_result): Remove, as it is no longer used.
11794
11795 2006-03-22  Karl Berry  <karl@gnu.org>
11796
11797         * config/srclist.txt (*setenv.[ch]): get from coreutils.
11798         * config/srclistvars.sh (COREUTILS): new var.
11799
11800 2006-03-17  Jim Meyering  <jim@meyering.net>
11801
11802         * m4/regex.m4 (gl_REGEX): Fix typo in last change:
11803         s/_REGEX_WIDE_OFFSETS/_REGEX_LARGE_OFFSETS/.
11804
11805 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
11806
11807         * m4/regex.m4 (gl_REGEX): Don't check for off_t, since the code
11808         no longer needs it.  Instead, check that regoff_t is as least
11809         as wide as ptrdiff_t.
11810
11811         Don't define _REGEX_WIDE_OFFSETS unless using the included regex,
11812         so that our regex.h stays compatible with the installed regex.
11813         This is helpful for installers who configure --without-included-regex.
11814         Problem reported by Emanuele Giaquinta.
11815
11816 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
11817
11818         * lib/regex.h (regoff_t) [defined _REGEX_LARGE_OFFSETS]:
11819         Typedef to long int, not to off_, as POSIX will likely change
11820         in that direction.
11821
11822 2006-03-15  Eric Blake  <ebb9@byu.net>
11823
11824         * m4/dirfd.m4 (gl_FUNC_DIRFD): Use AC_REQUIRE for AC_HEADER_DIRENT.
11825
11826 2006-03-13  Sergey Poznyakoff  <gray@gnu.org.ua>
11827
11828         * lib/argp-help.c (validate_uparams): Fix typo
11829         * lib/argp-parse.c (argp_default_options): Consistently begin help
11830         messages with a lowercase letter.
11831
11832 2006-03-11  Paul Eggert  <eggert@cs.ucla.edu>
11833
11834         * lib/time_r.h (asctime_r, ctime_r): Remove.  These functions can
11835         overrun buffers and shouldn't be used (much as gets shouldn't be
11836         used).
11837         * lib/time_r.c (asctime_r, ctime_r): Likewise.
11838
11839 2006-03-08  Simon Josefsson  <jas@extundo.com>
11840
11841         * m4/gc-random.m4: Permit 'no' as variable values and fix warnings,
11842         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
11843
11844 2006-03-08  Simon Josefsson  <jas@extundo.com>
11845
11846         * m4/gc-random.m4: Call AC_CANONICAL_HOST and use $host_os instead of
11847         $target, suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
11848
11849 2006-03-08  Simon Josefsson  <jas@extundo.com>
11850
11851         * lib/gc-gnulib.c (randomize): Don't open files called 'no', they
11852         signal that configure disabled the device.
11853
11854 2006-03-08  Simon Josefsson  <jas@extundo.com>
11855
11856         * build-aux/maint.mk: Fix refresh-po, to handle no translated
11857         languages.
11858
11859 2006-03-07  Simon Josefsson  <jas@extundo.com>
11860
11861         * modules/getopt (Depends-on): Add unistd.
11862
11863         * modules/unistd: New file.
11864
11865 2006-03-07  Simon Josefsson  <jas@extundo.com>
11866
11867         * modules/gc-random: New file.
11868
11869 2006-03-07  Simon Josefsson  <jas@extundo.com>
11870
11871         * m4/unistd_h.m4: New file.
11872
11873 2006-03-07  Simon Josefsson  <jas@extundo.com>
11874
11875         * m4/readline.m4 (gl_FUNC_READLINE): Rewrite the cached part of the
11876         test to be side-effect free by storing the result in the cache
11877         variable gl_cv_lib_readline, and moving the assignment of
11878         LIBREADLINE and LTLIBREADLINE outside the COMMANDS-TO-SET-IT.
11879         From Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
11880
11881 2006-03-07  Simon Josefsson  <jas@extundo.com>
11882
11883         * m4/gc-random.m4: New file, mostly from gc.m4.  Warn instead of
11884         error on missing devices (the functions will return an error).
11885
11886         * m4/gc.m4: Move random stuff to gc-random.m4
11887
11888 2006-03-07  Simon Josefsson  <jas@extundo.com>
11889
11890         * lib/unistd_.h: New file.
11891
11892 2006-03-07  Simon Josefsson  <jas@extundo.com>
11893
11894         * lib/gc-libgcrypt.c, gc-gnulib.c: Use GC_USE_RANDOM.
11895
11896 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
11897
11898         * m4/unistd_h.m4 (gl_HEADER_UNISTD): Rename, to match modules file.
11899         Problem reported by Juan Manuel Guerrero.
11900
11901 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
11902
11903         * lib/c-stack.c: Include unistd.h unconditionally, since we now assume
11904         the unistd module.
11905         * lib/getlogin_r.c: Likewise.
11906         * lib/getlogin_r.h: Likewise.
11907         * lib/glob.c: Likewise.
11908         * lib/pagealign_alloc.c: Likewise.
11909         * lib/unistd_.h: Remove; no longer needed.
11910
11911 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
11912
11913         * MODULES.html.sh (Support for systems lacking POSIX:2001):
11914         Add unistd.
11915         * modules/c-stack (Depends-on): Add unistd.
11916         * modules/getlogin_r: Likewise.
11917         * modules/glob: Likewise.
11918         * modules/pagealign_alloc: Likewise.
11919         * modules/unistd (Files): Remove lib/unistd_.h.
11920         (EXTRA_DIST): Remove.
11921         (unistd.h): Create using 'echo' rather than 'cp', so that we don't
11922         need unistd_.h.
11923         (MOSTLYCLEANFILES): Remove unistd.h-t.
11924
11925 2006-03-03  Simon Josefsson  <jas@extundo.com>
11926
11927         * build-aux/maint.mk: Add several syntax checks from CoreUtils.
11928
11929 2006-03-03  Simon Josefsson  <jas@extundo.com>
11930
11931         * build-aux/maint.mk: Add refresh-po rule, based on ideas from
11932         libidn and bison.
11933
11934 2006-03-03  Simon Josefsson  <jas@extundo.com>
11935
11936         * build-aux/maint.mk: Add indent target.
11937
11938 2006-03-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de> (tiny change)
11939
11940         * m4/poll.m4 (gl_FUNC_POLL): If we deem poll(2) unacceptable, use
11941         our replacement poll.h in any case, to avoid a differing
11942         declaration from a system header.  Seen on AIX.
11943
11944 2006-03-01  Simon Josefsson  <jas@extundo.com>
11945
11946         * lib/readline.c: Fix typo, tiny patch from Stepan Kasal
11947         <kasal@ucw.cz>.
11948
11949 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
11950
11951         * modules/gettime (Depends-on): Add extensions module.
11952         * modules/nanosleep (Depends-on): Likewise.
11953         * modules/settime (Depends-on): Likewise.
11954
11955 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
11956
11957         * m4/clock_time.m4 (gl_CLOCK_TIME): Require gl_USE_SYSTEM_EXTENSIONS,
11958         not merely AC_GNU_SOURCE, for the benefit of Solaris 10 when compiled
11959         pedantically.
11960         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
11961         * m4/timespec.m4 (gl_TIMESPEC): Likewise.
11962
11963         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use "=" with "test",
11964         not "==".  Reported by Ralf Wildenhues.
11965
11966 2006-03-01  Karl Berry  <karl@gnu.org>
11967
11968         * doc/Copyright/request-*: new files, synced from gnuorg.
11969
11970 2006-03-01  Karl Berry  <karl@gnu.org>
11971
11972         * config/srclist.txt (Copyright/*): new entries.
11973
11974 2006-02-28  Simon Josefsson  <jas@extundo.com>
11975
11976         * lib/getopt.c: Protect #include of unistd.h, for MSVS.
11977
11978 2006-02-27  Simon Josefsson  <jas@extundo.com>
11979
11980         * lib/base64.h: Indent #define's.  From Jim Meyering
11981         <jim@meyering.net>.
11982
11983 2006-02-27  Jim Meyering  <jim@meyering.net>
11984
11985         Revert the change of 2006-02-24, so these files can continue
11986         to be sync'd from gettext.
11987         * lib/mkdtemp.c, setenv.c, unsetenv.c: *Un*-normalize inclusion
11988         of `config.h'.
11989
11990 2006-02-26  Paul Eggert  <eggert@cs.ucla.edu>
11991
11992         * modules/intprops: New file.
11993         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
11994         Add intprops.
11995         * modules/getloadavg (Files): Remove lib/intprops.h.
11996         (Depends-on): Add intprops.
11997         * modules/human: Likewise.
11998         * modules/inttostr: Likewise.
11999         * modules/openat: Likewise.
12000         * modules/sig2str: Likewise.
12001         * modules/userspec: Likewise.
12002         * modules/utimecmp: Likewise.
12003         * modules/xnanosleep: Likewise.
12004         * modules/xstrtol: Likewise.
12005
12006 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny changes)
12007
12008         * modules/xstrtod: Omit xstrtod.h, xstrtod.c; they're in LIB_SOURCES.
12009         * modules/lock-tests (TESTS): Use $(EXEEXT).
12010         * modules/tls-tests: Likewise.
12011         * modules/argp-tests: Likewise.
12012         (check_PROGRAMS): New var, replacing...
12013         (noinst_PROGRAMS, test_argp_SOURCES): Remove.
12014
12015 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12016
12017         * lib/mkdtemp.c, lib/setenv.c, lib/unsetenv.c: Normalize inclusion of
12018         `config.h'.
12019
12020 2006-02-24  Paul Eggert  <eggert@cs.ucla.edu>
12021
12022         * lib/glob.c: Say "invalid" rather than "illegal" in comments.
12023
12024 2006-02-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12025
12026         Sync from coreutils.
12027         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Require gl_FUNC_LCHMOD and
12028         gl_CHDIR_SAFER.
12029
12030 2006-02-22  Jim Meyering  <jim@meyering.net>
12031
12032         Sync from coreutils.
12033         * m4/chdir-safer.m4: New file.
12034
12035 2006-02-20  Paul Eggert  <eggert@cs.ucla.edu>
12036
12037         * lib/getcwd.c (AT_FDCWD): Work around a bug in Solaris 9 and 10, where
12038         AT_FDCWD exceeds INT_MAX.
12039         * lib/openat.h (AT_FDCWD): Likewise.
12040
12041 2006-02-17  Eric Blake  <address@hidden>
12042
12043         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Fix caching error.
12044
12045 2006-02-16  Simon Josefsson  <jas@extundo.com>
12046
12047         * modules/getaddrinfo (Depends-on): Add sys_socket.
12048
12049 2006-02-15  Simon Josefsson  <jas@extundo.com>
12050
12051         * build-aux/maint.mk: Add dsyntax-check rule.
12052
12053 2006-02-15  Eric Blake  <ebb9@byu.net>
12054
12055         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Don't attempt using
12056         winsock2.h or ws2tcpip.h when sys/socket.h is present. Fixes
12057         'present but cannot compile' warnings on cygwin.
12058         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Use gl_HEADER_SYS_SOCKET.  Don't
12059         use ws2tcpip.h if sys/socket.h works.
12060         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Use gl_HEADER_SYS_SOCKET.
12061         (gl_GETADDRINFO): Don't use ws2tcpip.h when sys/socket.h is present.
12062
12063 2006-02-14  Simon Josefsson  <jas@extundo.com>
12064
12065         * modules/maintainer-makefile (Files): Rename.
12066
12067         * build-aux/GNUmakefile: Rename Makefile.maint to maint.mk
12068         and (the local) Makefile.cfg to maint-cfg.mk.
12069
12070         * build-aux/Makefile.maint, build-aux/maint.mk: Renamed the former
12071         to the latter.
12072
12073         * modules/maintainer-makefile: New module.
12074
12075         * build-aux/Makefile.maint: New file, from GNU CoreUtils, although
12076         severaly stripped to make it possible to build it up from scratch
12077         with reliable tests.
12078
12079         * build-aux/GNUmakefile: New file, from GNU CoreUtils with some
12080         fixes to permit overriding the default actions when configure and
12081         makefile are not available.
12082
12083 2006-02-14  Paul Eggert  <eggert@cs.ucla.edu>
12084
12085         Sync from coreutils.
12086         * modules/lstat (Depends-on): Don't depend on xalloc.
12087         (License): Change from GPL to LGPL, since this is now simply a
12088         replacement for a libc function.
12089
12090 2006-02-14  Jim Meyering  <jim@meyering.net>
12091
12092         Sync from coreutils.
12093
12094         Eliminate the unwelcome (albeit unlikely) possibility of xmalloc
12095         failure on deficient systems, and simplify gnulib lgpl dependencies.
12096         * lib/lstat.c (rpl_lstat): Rewrite to use stat() in place of the
12097         xmalloc/lstat combination.  Based on a patch from Bruno Haible.
12098
12099         * lib/xalloc-die.c: Remove unused definition of N_.
12100
12101 2006-02-14  Jim Meyering  <jim@meyering.net>
12102
12103         Sync from coreutils.
12104         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Invoke
12105         AC_CHECK_FUNCS(getmntent) unconditionally so that tests of
12106         $ac_cv_func_getmntent (e.g., in gl_LIST_MOUNTED_FILE_SYSTEMS) need not
12107         double-quote uses of that variable, to accommodate the rare case in
12108         which getmntent is available in none of the libraries checked.  This
12109         happens at least on FreeBSD 5.0.
12110
12111 2006-02-13  Simon Josefsson  <jas@extundo.com>
12112
12113         * gnulib-tool (Usage): Fix --import, from
12114         karl@freefriends.org (Karl Berry).
12115
12116 2006-02-13  Sergey Poznyakoff  <gray@gnu.org.ua>
12117
12118         * lib/argp-fmtstream.c: Restore another bugfix lost on 2005-12-12
12119
12120 2006-02-07  Sergey Poznyakoff  <gray@gnu.org.ua>
12121
12122         * lib/argp-namefrob.h: Restore changes accidentally lost during the
12123         "autoupdate" on 2005-12-12.
12124
12125 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
12126
12127         * modules/closeout (Depends-on): Remove atexit.
12128
12129 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
12130
12131         * lib/closeout.c (close_stdout): Don't assume 'bool' converts nonzero
12132         ints to 0 or 1, as this isn't true for the stdbool.h substitute.
12133
12134 2006-02-05  Paul Eggert  <eggert@cs.ucla.edu>
12135
12136         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Don't #define
12137         __EXTENSIONS__ if this causes compilation to fail.  Problem
12138         reported by Nelson H. F. Beebe with Solaris 10 and Sun C 5.7
12139         c89 -D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED.
12140
12141 2006-01-27  Paul Eggert  <eggert@cs.ucla.edu>
12142
12143         * lib/fnmatch.c (L_): Renamed from L, to work around a bug in
12144         Mac OS X 10.3.9 with GCC 3 reported by Claudio Fontana in
12145         <http://lists.gnu.org/archive/html/bug-gnulib/2006-01/msg00074.html>.
12146         All uses changed.
12147
12148 2006-01-26  Simon Josefsson  <jas@extundo.com>
12149
12150         * lib/socket_.h: Set WINVER to 0x0501, to make sure getaddrinfo
12151         prototype is visible on mingw32.
12152
12153         * lib/getaddrinfo.h: Define EAI_ADDRFAMILY and EAI_SYSTEM if not set,
12154         for mingw32.
12155
12156         * lib/gai_strerror.c, getaddrinfo.h: Protect netdb.h #include (for
12157         mingw32).
12158
12159 2006-01-26  Paul Eggert  <eggert@cs.ucla.edu>
12160
12161         * lib/fts.c (diropen): Open with O_NOCTTY | O_NONBLOCK too.  Don't
12162         attempt to open for write; this always fails, at least on POSIX
12163         hosts.  This reinstates the 2006-01-09 change, which was
12164         inadvertently removed.
12165
12166 2006-01-26  Bruno Haible  <bruno@clisp.org>
12167
12168         * gnulib-tool (func_import): Use "trap 'exit $?' instead of "trap :".
12169         Reported by Paul Eggert.
12170
12171 2006-01-26  Bruno Haible  <bruno@clisp.org>
12172             Paul Eggert  <eggert@cs.ucla.edu>
12173
12174         * lib/stdbool_.h (_Bool)
12175         [(! (defined __cplusplus || defined __BEOS__)
12176           && !defined __GNUC__
12177           && !(defined __HP_cc || defined __xlc__
12178                || (defined __SUNPRO_C && (__SUNPRO_C < 0x550 || __STDC__ == 1))
12179                || defined __sgi))]:
12180         #define to signed char in these cases too; this simplifies
12181         the code (so that we don't have to worry about HP-UX, AIX, SunPRO,
12182         etc., separately) and makes it more conservative.
12183
12184 2006-01-25  Simon Josefsson  <jas@extundo.com>
12185
12186         * m4/getaddrinfo.m4: Look for getaddrinfo inside ws2tcip.h and
12187         -lws2_32.  Protect sys/socket.h and netdb.h #include's.  Include
12188         ws2tcpip.h with WINVER=0x0501.  All for mingw32.
12189
12190 2006-01-25  Sergey Poznyakoff  <gray@gnu.org.ua>
12191
12192         * lib/argp-namefrob.h: Bugfix. Remove stray #
12193
12194 2006-01-25  Paul Eggert  <eggert@cs.ucla.edu>
12195
12196         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for xlc bug if __GCC__ too,
12197         so that we test the test.
12198         Check for yet another HP-UX cc bug involving *bool |= bool.
12199
12200 2006-01-25  Karl Berry  <karl@gnu.org>
12201
12202         * config/srclist.txt (vasnprintf.c): sync lost.
12203
12204 2006-01-25  Jim Meyering  <jim@meyering.net>
12205
12206         Sync from the stable (b5) branch of coreutils:
12207
12208         * lib/fts.c (fts_children): Don't let close() clobber errno from
12209         failed fchdir().
12210
12211         * lib/fts.c (fts_stat): When following a symlink-to-directory,
12212         don't necessarily interpret stat-fails+lstat-succeeds as indicating
12213         a dangling symlink.  That can also happen at least for ELOOP.
12214         The fix: return FTS_SLNONE only when the stat errno is ENOENT.
12215         FYI, this bug predates the inclusion of fts.c in coreutils.
12216
12217         * lib/fts.c (fts_open): Put new maxarglen declaration and uses
12218         in their own block, so pre-c99 compilers don't object.
12219
12220         Avoid the double-free (first in fts_read, second in fts_close) that
12221         would occur when an `active' directory is made inaccessible (e.g.,
12222         via chmod a-x) during a traversal.
12223         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
12224         before returning.  Reproduce this failure by
12225         mkdir -p a/b; cd a; chmod a-x . b
12226         Reported by Stavros Passas.
12227
12228 2006-01-25  Jim Meyering  <jim@meyering.net>
12229
12230         * lib/fileblocks.c: Remove more useless parentheses.
12231         * lib/readutmp.h: Likewise.
12232
12233 2006-01-25  Bruno Haible  <bruno@clisp.org>
12234
12235         * lib/stdbool_.h (_Bool) [IRIX cc]: Define as 'signed char', to avoid
12236         warnings.
12237         Reported by Paul Eggert.
12238
12239 2006-01-25  Bruno Haible  <bruno@clisp.org>
12240
12241         * gnulib-tool (func_import): Use "trap :" instead of "trap -" to get
12242         rid of a trap command. For Solaris sh.
12243         Reported by Mark D. Baushke <mdb@gnu.org>.
12244
12245 2006-01-24  Simon Josefsson  <jas@extundo.com>
12246
12247         * lib/socket_.h (SHUT_WR, SHUT_RDWR): Don't hardcode, suggested by
12248         Bruno.
12249
12250 2006-01-24  Karl Berry  <karl@gnu.org>
12251
12252         * config/srclist.txt (argp-namefrob.h): sync lost.
12253
12254 2006-01-24  Jim Meyering  <jim@meyering.net>
12255
12256         * modules/openat (Files): Add lib/intprops.h.
12257         From Mark D. Baushke.
12258
12259 2006-01-24  Jim Meyering  <jim@meyering.net>
12260
12261         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBSOURCES([intprops.h]).
12262         Reported by Mark D. Baushke.
12263
12264 2006-01-24  Jim Meyering  <jim@meyering.net>
12265
12266         * lib/socket_.h: Remove useless parentheses in uses of cpp `defined'.
12267
12268 2006-01-24  Bruno Haible  <bruno@clisp.org>
12269
12270         * modules/strnlen (Maintainer): Change from glibc to all.
12271
12272 2006-01-24  Bruno Haible  <bruno@clisp.org>
12273
12274         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for IBM and HP-UX bugs.
12275         Patch by Paul Eggert.
12276
12277 2006-01-24  Bruno Haible  <bruno@clisp.org>
12278
12279         * lib/stdbool_.h (_Bool) [__cplusplus]: Don't define if the compiler
12280         already has it.
12281         Report and patch by Albert Chin-A-Young  <china@thewrittenword.com> on
12282         2005-11-26.
12283
12284         * lib/stdbool_.h (_Bool) [HP-UX cc, AIX cc,xlc]: Define as
12285         'signed char' to avoid problems with the built-in _Bool type.
12286         Reported by Paul Eggert on 2005-11-26.
12287
12288 2006-01-24  Bruno Haible  <bruno@clisp.org>
12289
12290         * gnulib-tool (func_import): Avoid constructing complicated sed
12291         expressions inside backquote.
12292         Report and solution by Mark D. Baushke <mdb@gnu.org>.
12293
12294 2006-01-23  Ulrich Drepper  <drepper@redhat.com>
12295
12296         These changes imported from libc.
12297         * lib/getopt.c: Use __fxprintf instead of inline stream orientation
12298         test and two separate function calls.
12299         * lib/strndup.c (__strndup): Add libc_hidden_def.
12300
12301 2006-01-23  Simon Josefsson  <jas@extundo.com>
12302
12303         * modules/lock-tests: Use check_PROGRAMS instead of noinst_PROGRAMS.
12304         Remove the test_*_SOURCES variable: automake infers it by default.
12305         * modules/tls-tests: Likewise.
12306
12307 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
12308
12309         Work around porting bugs reported by Dieter in
12310         <http://lists.gnu.org/archive/html/bug-bison/2006-01/msg00049.html>.
12311         * lib/getopt.c (_NOPROTO): Remove; no longer needed.
12312         Include <stdlib.h> and <unistd.h> in all environments; it's safe now.
12313         Include "getopt.h" first, to check interface.
12314         (getenv): Declare only if defined HAVE_DECL_GETENV &&
12315         !HAVE_DECL_GETENV.
12316         * lib/strndup.c [!_LIBC]: Include "strndup.h" to get prototype.
12317         (__strndup): Revert to K&R-style function dfns, the glibc style.
12318         * lib/strnlen.c: Don't claim it's taken from glibc; it's not.
12319         (strnlen, __strnlen): Remove #defines and #undefs; not needed.
12320         Include strnlen.h first, to get prototype properly.
12321         (strnlen): Renamed from __strnlen.
12322         Remove weak alias.
12323
12324 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
12325
12326         * m4/getopt.m4 (gl_PREREQ_GETOPT): Check for getenv decl.
12327
12328 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
12329
12330         * config/srclist.txt: Adjust to reflect glibc reorganization.
12331         This affects only comments.
12332
12333 2006-01-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
12334
12335          * gnulib-tool, build-aux/csharpcomp.sh.in: Do not pass `-q' to mktemp.
12336          Reported by Bruce Korb <bkorb@gnu.org>.
12337
12338 2006-01-22  Paul Eggert  <eggert@cs.ucla.edu>
12339
12340         * lib/quotearg.c (quotearg_buffer_restyled): Add "default: break;"
12341         to pacify gcc -Wswitch-default.
12342
12343 2006-01-22  Bruno Haible  <bruno@clisp.org>
12344
12345         * lib/vasnprintf.c (VASNPRINTF): In the computation of the size of the
12346         temporary buffer for sprintf, take into account the precision also
12347         for 'd', 'i', 'u', 'o', 'x', 'X'.
12348
12349 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
12350
12351         * modules/argp-tests: New module
12352         * tests/test-argp.c: New file
12353         * tests/test-argp-2.sh: New file
12354
12355 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
12356
12357         * lib/argp-help.c (usage_long_opt): Do not print DOC options.
12358         (__argp_base_name): Removed
12359         * lib/argp-namefrob.h (__argp_basename): Removed definition. Was a
12360         typo.
12361         (__argp_base_name): Provide macro definition or extern declaration
12362         depending on the configuration
12363
12364 2006-01-20  Simon Josefsson  <jas@extundo.com>
12365
12366         * modules/inet_ntop (Depends-on): Depend on sys_socket.
12367
12368 2006-01-20  Simon Josefsson  <jas@extundo.com>
12369
12370         * lib/inet_ntop.h: Unconditionally include sys/socket.h.
12371
12372 2006-01-20  Paul Eggert  <eggert@cs.ucla.edu>
12373
12374         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Use -Wl,-z,ignore
12375         rather than -Xlinker -z -Xlinker ignore, as it's more portable.
12376         Suggested by Bruno Haible.
12377
12378 2006-01-20  Karl Berry  <karl@gnu.org>
12379
12380         * config/srclist.txt (argp-fmtstream.h, localcharset.c): comment out
12381         until changes propagate, I guess.
12382
12383 2006-01-19  Simon Josefsson  <jas@extundo.com>
12384
12385         * m4/socklen.m4: Look in ws2tcpip.h too, for mingw32.
12386
12387 2006-01-19  Simon Josefsson  <jas@extundo.com>
12388
12389         * lib/socket_.h: Map SHUT_RD, SHUT_WR, SHUT_RDWR correctly.
12390
12391 2006-01-19  Simon Josefsson  <jas@extundo.com>
12392
12393         * gnulib-tool: Set check_PROGRAMS.
12394
12395         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
12396         modules/des-tests, modules/gc-arcfour-tests,
12397         modules/gc-arctwo-tests, modules/gc-des-tests,
12398         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
12399         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
12400         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
12401         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
12402         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
12403         modules/md5-tests, modules/readline, modules/rijndael-tests: Use
12404         check_PROGRAMS instead of noinst_PROGRAMS to be able to remove
12405         test_*_SOURCES.
12406
12407 2006-01-18  Simon Josefsson  <jas@extundo.com>
12408
12409         * modules/socklen (Depends-on): Depend on sys_socket.
12410
12411 2006-01-18  Simon Josefsson  <jas@extundo.com>
12412
12413         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
12414         modules/des-tests, modules/gc-arcfour-tests,
12415         modules/gc-arctwo-tests, modules/gc-des-tests,
12416         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
12417         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
12418         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
12419         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
12420         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
12421         modules/md5-tests, modules/readline, modules/rijndael-tests: Add
12422         $(EXEEXT) to automake TESTS variable, for mingw32.
12423
12424 2006-01-17  Simon Josefsson  <jas@extundo.com>
12425
12426         * modules/socklen (Include): Need sys/socket.h.
12427
12428 2006-01-17  Bruno Haible  <bruno@clisp.org>
12429
12430         * modules/ssize_t (Include): Add <sys/types.h>.
12431
12432 2006-01-16  Paul Eggert  <eggert@cs.ucla.edu>
12433
12434         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Don't use ldd, as
12435         it's not portable and it doesn't work with cross-compiles.
12436         Problem reported by Bruno Haible.  Fix missing-$ typo in
12437         'test "gl_cv_ignore_unused_libraries" ...' that prevented
12438         -zignore from being used with Sun's C compiler.
12439
12440 2006-01-12  Simon Josefsson  <jas@extundo.com>
12441
12442         * lib/base64.c: Fix warning, reported by Bruno Haible
12443         <bruno@clisp.org> and patch by Paul Eggert <eggert@CS.UCLA.EDU>.
12444
12445 2006-01-12  Bruno Haible  <bruno@clisp.org>
12446
12447         * modules/ldd: New file.
12448         * build-aux/ldd.sh.in: New file.
12449         * MODULES.html.sh (Support for building libraries and executables): Add
12450         ldd.
12451
12452 2006-01-12  Bruno Haible  <bruno@clisp.org>
12453
12454         * m4/ldd.m4: New file.
12455
12456 2006-01-12  Bruno Haible  <bruno@clisp.org>
12457
12458         * gnulib-tool (func_import, func_create_testdir): Don't go into an
12459         endless loop while replacing $auxdir with build-aux.
12460
12461 2006-01-11  Simon Josefsson  <jas@extundo.com>
12462
12463         * lib/stdint_.h (SIZE_MAX): Add missing (.
12464
12465 2006-01-11  Paul Eggert  <eggert@cs.ucla.edu>
12466
12467         Sync from coreutils.
12468         * lib/md5.c: Fix commentary typos.
12469         (alignof, UNALIGNED_P): No need for a GCC-specific version.
12470         * lib/md5.h (__attribute__): Remove; unused.
12471         * lib/sha1.c: Fix commentary to match md5 better.
12472         * lib/sha1.h (struct sha1_ctx): Use a word buffer, not a byte buffer,
12473         so that we don't need to worry about alignment.  All uses changed.
12474         This merges the 2005-10-28 md5 change into sha1.
12475
12476 2006-01-11  Jim Meyering  <jim@meyering.net>
12477
12478         Sync from coreutils.
12479         * lib/md5.c (OP): Fix spacing.
12480
12481 2006-01-11  Bruno Haible  <bruno@clisp.org>
12482
12483         Ensure automatic ordering between gl_LOCK and gl_ARGP.
12484         * m4/lock.m4 (gl_LOCK_BODY): Renamed from gl_LOCK.
12485         (gl_LOCK): New macro, requiring gl_LOCK_BODY.
12486
12487 2006-01-11  Bruno Haible  <bruno@clisp.org>
12488
12489         Ensure automatic ordering between gl_LOCK and gl_ARGP.
12490         * gnulib-tool (func_import, func_create_testdir): Put gl_LOCK into
12491         the "early" section as well.
12492
12493 2006-01-11  Bruno Haible  <bruno@clisp.org>
12494
12495         Avoid "ar: no archive members specified" error on MacOS X.
12496         * gnulib-tool (func_modules_add_dummy): New function.
12497         (func_import, func_create_testdir): Invoke it.
12498
12499 2006-01-11  Bruno Haible  <bruno@clisp.org>
12500
12501         * gnulib-tool (func_import, func_create_testdir): Replace build-aux
12502         with $auxdir in AC_CONFIG_FILES statements.
12503
12504 2006-01-11  Bruno Haible  <bruno@clisp.org>
12505
12506         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
12507         Initialize also noinst_HEADERS to empty.
12508
12509 2006-01-11  Bruno Haible  <bruno@clisp.org>
12510
12511         * gnulib-tool (AUTOMAKEPATH, AUTOCONF, ACLOCAL, AUTOMAKE): New
12512         variables.
12513         (func_create_megatestdir): Call aclocal, autoconf, automake here, not
12514         autoreconf.
12515
12516 2006-01-11  Bruno Haible  <bruno@clisp.org>
12517
12518         * gnulib-tool (AUTOCONF, ACLOCAL, AUTOMAKE, AUTORECONF): Make
12519         overridable by the user.
12520         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
12521
12522 2006-01-10  Simon Josefsson  <jas@extundo.com>
12523
12524         * modules/sys_socket: New file.
12525
12526 2006-01-10  Simon Josefsson  <jas@extundo.com>
12527
12528         * m4/sys_socket_h.m4: New file.
12529
12530 2006-01-10  Simon Josefsson  <jas@extundo.com>
12531
12532         * lib/socket_.h: New file.
12533
12534 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
12535
12536         * modules/readutmp (Maintainer): Add myself.
12537
12538 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
12539
12540         * m4/memcoll.m4 (gl_MEMCOLL): Don't require AC_FUNC_MEMCMP, undoing
12541         the 2002-12-31 change.  Problem and fix reported by Bruno Haible.
12542         People who are still concerned with buggy memcmp implementations
12543         can invoke gl_FUNC_MEMCMP themselves.
12544
12545 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
12546
12547         * lib/regex_internal.h (BITSET_WORD_BITS):
12548         Work around a bug in 64-bit PGC (before version 6.1-2), where the
12549         preprocessor mishandles large unsigned values as if they were signed.
12550         Problem reported by Claudio Fontana in
12551         <http://lists.gnu.org/archive/html/bug-gnulib/2005-12/msg00061.html>.
12552
12553 2006-01-10  Jim Meyering  <jim@meyering.net>
12554
12555         Avoid the double-free (first in fts_read, second in fts_close) that
12556         would occur when an `active' directory is made inaccessible (e.g.,
12557         via chmod a-x) during a traversal.
12558         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
12559         before returning.  Reproduce this failure by
12560         mkdir -p a/b; cd a; chmod a-x . b
12561         Reported by Stavros Passas.
12562
12563         Sync from coreutils.
12564         * lib/sha1.c: Tweak grammar in a comment.
12565
12566 2006-01-10  Jim Meyering  <jim@meyering.net>
12567
12568         * m4/fpending.m4: Also include <stdio.h>, for Dragonfly.
12569         Patch by Joerg Sonnenberger.
12570
12571 2006-01-10  Bruno Haible  <bruno@clisp.org>
12572
12573         * modules/readutmp: Depend on module free.
12574         * modules/strtok_r: Depend on module restrict.
12575
12576 2006-01-10  Bruno Haible  <bruno@clisp.org>
12577
12578         * modules/gettext (configure.ac): Add an invocation of
12579         AM_GNU_GETTEXT_VERSION. Needed since autoreconf is used by gnulib-tool.
12580
12581 2006-01-10  Bruno Haible  <bruno@clisp.org>
12582
12583         * m4/localcharset.m4 (gl_LOCALCHARSET): Also test for getc_unlocked.
12584         Reported by Werner Lemberg <wl@gnu.org>.
12585
12586 2006-01-10  Bruno Haible  <bruno@clisp.org>
12587
12588         * lib/localcharset.c: Update from GNU gettext.
12589
12590 2006-01-10  Bruno Haible  <bruno@clisp.org>
12591
12592         * lib/argp.h (__const): Remove macro. Use const instead.
12593         * lib/argp-fmtstream.h (__const): Likewise.
12594         * lib/glob_.h (__const): Remove macro.
12595         * lib/glob-libc.h: Use const instead of __const.
12596
12597 2006-01-10  Bruno Haible  <bruno@clisp.org>
12598
12599         * gnulib-tool (func_emit_tests_Makefile_am): Emit an empty SUBDIR
12600         variable.
12601         Needed to avoid an automake error regarding the 'gettext' module.
12602
12603 2006-01-09  Simon Josefsson  <jas@extundo.com>
12604
12605         * modules/inet_ntop (Depends-on): Add restrict.
12606
12607 2006-01-09  Simon Josefsson  <jas@extundo.com>
12608
12609         * modules/gc-rijndael-tests (License): Put under LGPL.
12610
12611         * modules/gc-des-tests (License): Likewise.
12612
12613         * modules/gc-arcfour-tests (License): Likewise.
12614
12615         * modules/gc-arctwo-tests (License): Likewise.
12616
12617         * modules/gc-pbkdf2-sha1-tests (License): Likewise.
12618
12619         * modules/gc-hmac-sha1-tests (Files): Likewise.
12620
12621         * modules/gc-hmac-md5-tests (License): Likewise.
12622
12623         * modules/gc-sha1-tests (License): Likewise.
12624
12625         * modules/gc-md5-tests (License): Likewise.
12626
12627         * modules/gc-md4-tests (License): Likewise.
12628
12629         * modules/gc-md2-tests (License): Likewise.
12630
12631         * modules/gc-tests (License): Likewise.
12632
12633         * modules/des-tests (License): Likewise.
12634
12635         * modules/md4-tests (License): Likewise.
12636
12637         * modules/md2-tests (License): Likewise.
12638
12639 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
12640
12641         Sync from coreutils:
12642
12643         * MODULES.html.sh (build_lib): New section, with new lib-ignore module.
12644         * modules/lib-ignore: New file.
12645         * modules/mkdir-p (Files): Add chdir-safer.c, chdir-safer.h, lchmod.h,
12646         chdir-safer.m4, lchmod.m4.
12647         * modules/openat: Add mkdirat.c, openat-priv.h.
12648
12649 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
12650
12651         Sync from coreutils.
12652         * m4/lib-ignore.m4: New file.
12653         * m4/lchmod.m4: New file.
12654
12655 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
12656
12657         Sync from coreutils.
12658         * lib/chdir-long.c (cdb_free): Don't bother trying to open directory
12659         for write access: POSIX says that must fail.
12660         * lib/fts.c (diropen): Likewise.
12661         * lib/save-cwd.c (save_cwd): Likewise.
12662         * lib/chdir-long.c (cdb_free): Open with O_NOCTTY | O_NONBLOCK as
12663         well, for minor improvements on hosts that lack O_DIRECTORY.
12664         * lib/chown.c (rpl_chown) [CHOWN_MODIFIES_SYMLINK]:
12665         Don't try O_WRONLY unless O_RDONLY failed wth EACCES.
12666         Fall back on chown if open failed with EACCES.
12667
12668         * lib/gettime.c (gettime) [!defined OK_TO_USE_1S_CLOCK]:
12669         Report an error at compile-time if only a 1-second nominal clock
12670         resolution is found.
12671
12672         * lib/lchmod.h: New file.
12673         * lib/mkdir-p.c: Include lchmod.h, lchown.h.
12674         (make_dir_parents): Use lchown rather than chown, and
12675         lchmod rather than chmod.
12676
12677         * lib/mountlist.c (ME_DUMMY): "none" and "proc" file systems are
12678         dummies too.  Problem with "none" reported by Bob Proulx.  Problem with
12679         "proc" reported by n0dalus.
12680
12681         * lib/mountlist.c: Include <limits.h>.
12682         (dev_from_mount_options)
12683         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]:
12684         New function.  It no longer assumes "dev=" has the System V meaning
12685         on Linux (since it doesn't).  It also parses "dev=" more carefully.
12686         (read_file_system_list)
12687         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]: Use it.
12688         MOUNTED_GETMNTENT2 is new here; the code didn't used to look for
12689         dev= in that case.
12690
12691         * lib/posixtm.h (PDS_PRE_2000): New macro.
12692         * lib/posixtm.c (year): Arg is now syntax_bits rather than
12693         allow_century.  All usages changed.  Reject dates outside the range
12694         1969-1999 if PDS_PRE_2000 is used.
12695
12696 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
12697
12698         Sync from coreutils.
12699         * doc/getdate.texi (General date syntax): Invalid dates are rejected.
12700         (Time of day items): Mention the possibility of leap seconds.
12701         Problem reported by Dr. David Alan Gilbert.
12702
12703 2006-01-09  Jim Meyering  <jim@meyering.net>
12704
12705         Sync from coreutils.
12706
12707         * lib/version-etc.c (COPYRIGHT_YEAR): Update to 2006.
12708
12709         * lib/chdir-safer.h, lib/chdir-safer.c: New files.
12710
12711         * lib/modechange.c (mode_compile): Reject an invalid mode string
12712         that starts with an octal digit.  From Andreas Gruenbacher.
12713
12714         * lib/openat.c: Include "fcntl--.h" and "unistd--.h", to map open
12715         and dup to open_safer and dup_safer, respectively.
12716         (openat_permissive): Fix typo in comment.
12717
12718         * lib/openat.c: Don't include <stdlib.h>, <unistd.h>, <fcntl.h>,
12719         "gettext.h"; either no longer needed or are guaranteed by openat.h.
12720         (_): Remove; no longer needed.
12721         (openat): Renamed from rpl_openat; no need for rpl_openat
12722         since openat.h renames openat for us.
12723         Replace most of the body with a call to openat_permissive,
12724         to avoid duplicate code.
12725         Port to (probably hypothetical) environments were mode_t is
12726         wider than int.
12727         (openat_permissive): Require mode arg, so that we can check
12728         types better.  Put it just after flags.  Change cwd failure
12729         indicator from pointer-to-bool to pointer-to-errno-value.
12730         All callers changed.
12731         Invoke openat_save_fail and/or openat_restore_fail if
12732         cwd_errno is null, so that openat can call us.
12733         (openat_permissive, fdopendir, fstatat, unlinkat):
12734         Simplify errno handling to avoid some duplicate code,
12735         as it's OK to set errno on success.
12736         * lib/openat.h: Revamp code so that function macros depend on
12737         __OPENAT_PREFIX only, not also on AT_FDCWD.
12738         (openat_ro): Remove.  Caller changed to use openat_permissive.
12739         (openat_permissive): Now a macro, if not a function.
12740         (openat_restore_fail, openat_save_fail): Now always functions,
12741         since mkdirat needs them even if __OPENAT_PREFIX is defined.
12742
12743         * lib/openat-priv.h: New file, defining macros used by mkdirat.c
12744         and openat.c.
12745         * lib/mkdirat.c: Include openat-priv.h.
12746         Remove definitions of macros defined therein.
12747         * lib/openat.c: Likewise.
12748
12749         * lib/mkdirat.c (mkdirat): New file and function.
12750         * lib/openat.h (mkdirat): Declare.
12751
12752         * lib/openat.c (fdopendir): Don't change errno when returning non-NULL.
12753
12754         * lib/openat.h (openat_permissive): Declare.
12755         (openat_ro): Define.
12756
12757         * lib/openat.c (EXPECTED_ERRNO): New macro.
12758         (openat_permissive): New function -- used in remove.c rewrite.
12759         (all functions): Set errno just before returning, only if there
12760         was an actual failure.
12761         Use EXPECTED_ERRNO rather than comparing against only ENOTDIR.
12762
12763         Emulate openat-family functions using Linux's procfs, if possible.
12764         Idea and some code based on Ulrich Drepper's glibc changes.
12765
12766         * lib/openat.c: (BUILD_PROC_NAME): New macro.
12767         Include <stdio.h>, <string.h>, "alloca.h" and "intprops.h".
12768         (rpl_openat): Emulate by trying to open /proc/self/fd/%d/%s,
12769         before falling back on save_cwd and restore_cwd.
12770         (fdopendir, fstatat, unlinkat): Likewise.
12771
12772         * lib/openat.c (fstatat, unlinkat): Perform the syscall directly,
12773         skipping the save_cwd...restore_cwd overhead, if FILE is absolute.
12774
12775         * lib/openat.c (rpl_openat): Use the promoted type (int), not mode_t,
12776         as second argument to va_arg.  Otherwise, some versions of gcc
12777         warn that `if this code is reached, the program will abort'.
12778
12779 2006-01-09  Jim Meyering  <jim@meyering.net>
12780
12781         Sync from coreutils.
12782         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile mkdirat.c.
12783         Require openat-priv.h.
12784
12785 2006-01-09  Bruno Haible  <bruno@clisp.org>
12786
12787         * modules/strnlen (Include): Use strnlen.h.
12788
12789 2006-01-09  Bruno Haible  <bruno@clisp.org>
12790
12791         * m4/stdint.m4 (gl_STDINT_H): Also test for <sys/bitypes.h>.
12792
12793 2006-01-09  Bruno Haible  <bruno@clisp.org>
12794
12795         * lib/sysexit_.h (EX_OK): New macro.
12796         Suggested by Martin Lambers <marlam@marlam.de>.
12797
12798 2006-01-09  Bruno Haible  <bruno@clisp.org>
12799
12800         * lib/stdint_.h: On Linux libc4 and libc5, include <sys/bitypes.h> and
12801         don't define _STDINT_H_NEED_SIGNED_INT_TYPES.
12802
12803 2006-01-09  Bruno Haible  <bruno@clisp.org>
12804
12805         * lib/stdint_.h (SIZE_MAX): Write the value without involving negative
12806         numbers.
12807
12808 2006-01-09  Bruno Haible  <bruno@clisp.org>
12809
12810         * lib/javacomp.sh.in: Move to ../build-aux/javacomp.sh.in.
12811         * lib/javaexec.sh.in: Move to ../build-aux/javaexec.sh.in.
12812         * lib/csharpcomp.sh.in: Move to ../build-aux/csharpcomp.sh.in.
12813         * lib/csharpexec.sh.in: Move to ../build-aux/csharpexec.sh.in.
12814
12815 2006-01-09  Bruno Haible  <bruno@clisp.org>
12816
12817         * build-aux/javacomp.sh.in: New file, moved from lib/.
12818         * modules/javacomp-script (Files): Update.
12819         (configure.ac): Add AC_CONFIG_FILES invocation.
12820         (EXTRA_DIST): Remove variable.
12821
12822         * build-aux/javaexec.sh.in: New file, moved from lib/.
12823         * modules/javaexec (Files): Update.
12824         (configure.ac): Add AC_CONFIG_FILES invocation.
12825         (EXTRA_DIST): Remove javaexec.sh.in.
12826
12827         * build-aux/csharpcomp.sh.in: New file, moved from lib/.
12828         * modules/csharpcomp-script (Files): Update.
12829         (configure.ac): Add AC_CONFIG_FILES invocation.
12830         (EXTRA_DIST): Remove variable.
12831
12832         * build-aux/csharpexec.sh.in: New file, moved from lib/.
12833         * modules/csharpexec (Files): Update.
12834         (configure.ac): Add AC_CONFIG_FILES invocation.
12835         (EXTRA_DIST): Remove csharpexec.sh.in.
12836
12837 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
12838
12839         Sync from coreutils.
12840
12841         Add POSIX ACL support
12842         * lib/acl.h (copy_acl, set_acl): Add declarations.
12843         * lib/acl.c (acl_entries): Add fallback implementation for POSIX ACL
12844         systems other than Linux.
12845         (chmod_or_fchmod): New function: use fchmod when possible,
12846         and chmod otherwise.
12847         (file_has_acl): Add a POSIX ACL implementation, with a
12848         Linux-specific subcase.
12849         (copy_acl): Add: copy an acl and S_ISUID, S_ISGID, and
12850         S_ISVTX from one file to another.  Fall back to fchmod/chmod when
12851         acls are unsupported.
12852         (set_acl): Add: set a file's acl and S_ISUID, S_ISGID, and
12853         S_ISVTX to a defined value.  Fall back to fchmod/chmod when acls
12854         are unsupported.
12855
12856 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
12857
12858         Sync from coreutils.
12859         * m4/acl.m4 (AC_FUNC_ACL): Add POSIX ACL and Linux-specific acl tests.
12860
12861 2006-01-07  Bruno Haible  <bruno@clisp.org>
12862
12863         * gnulib-tool (func_import): Add an AC_PROG_RANLIB dependency to
12864         gl_EARLY.
12865
12866 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
12867
12868         * lib/strftime.c (tzname): Don't declare if it is already #defined.
12869         Problem reported for Mingw by Mark Junker.
12870
12871 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
12872
12873         * README: Gnulib normally doesn't generate a tarball.
12874
12875 2006-01-03  Paul Eggert  <eggert@cs.ucla.edu>
12876
12877         * lib/xtime.h (xtime_make, xtime_nonnegative_nsec, xtime_nsec): Use
12878         long int, not int, for nanosecond counts, so that people who are
12879         used to POSIX struct timespec won't be surprised.  Reported by Jim
12880         Meyering.
12881
12882 2005-12-28  Bruno Haible  <bruno@clisp.org>
12883
12884         * build-aux/config.rpath: Update from GNU gettext.
12885
12886 2005-12-16  Jim Meyering  <jim@meyering.net>
12887
12888         * modules/fprintftime: New module.
12889         * MODULES.html.sh (Date and time <time.h>): Add fprintftime.
12890
12891 2005-12-16  Jim Meyering  <jim@meyering.net>
12892
12893         * m4/fprintftime.m4: New file.
12894
12895 2005-12-16  Jim Meyering  <jim@meyering.net>
12896
12897         * lib/fprintftime.c, lib/fprintftime.h: New files.
12898
12899 2005-12-15  Simon Josefsson  <jas@extundo.com>
12900
12901         * modules/socklen (configure.ac): Fix M4 macro name, to align with
12902         new m4/socklen.m4.
12903
12904 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
12905
12906         * m4/argp.m4: Define HAVE_DECL_PROGRAM_INVOCATION_NAME and
12907         HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME
12908
12909 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
12910
12911         * lib/argp-fmtstream.c (__argp_fmtstream_update): Fix coredump
12912         * lib/argp-help.c (fill_in_uparams): Check if the constructed
12913         struct uparams is valid. Fall back to the default values if it is
12914         not.
12915
12916 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
12917
12918         * modules/argp (Files): Add argp-pin.c
12919         (Depends-on): dirname
12920         (lib_SOURCES): Add argp-pin.c
12921
12922 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
12923
12924         * m4/argp.m4:  Check if program_invocation_name and
12925         program_invocation_short_name are declared and define appropriate
12926         macros if they are not.
12927
12928 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
12929
12930         * lib/argp-help.c (__argp_base_name): New function
12931         (__argp_short_program_name): Rewrite using __argp_base_name
12932         * lib/argp-namefrob.h: Define program_invocation_name and
12933         program_invocation_short_name if requested
12934         (__argp_base_name): Add prototype
12935         * lib/argp-parse.c (argp_def): Use gettext wrappers
12936         (argp_default_parser): Use __argp_base_name
12937         * lib/argp-pin.c: New file. Defines program_invocation_name and
12938         program_invocation_short_name on systems that lack them.
12939
12940 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
12941
12942         * m4/stat-time.m4 (gl_STAT_TIME): Add check for
12943         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
12944         porting problem reported by Georg Schwarz in
12945         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
12946
12947 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
12948
12949         * lib/stat-time.h (STATE_TIMESPEC, STAT_TIMESPEC_NS): Add check for
12950         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
12951         porting problem reported by Georg Schwarz in
12952         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
12953
12954 2005-12-05  Bruno Haible  <bruno@clisp.org>
12955
12956         * lib/csharpcomp.sh.in (options_csc): For -l option, add a .dll suffix.
12957         * lib/csharpcomp.c (compile_csharp_using_sscli): Likewise.
12958         Reported by Mark Junker <mjscod@gmx.de>.
12959
12960 2005-12-02  Paul Eggert  <eggert@cs.ucla.edu>
12961
12962         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Renamed from gl_SOCKLEN_T.
12963         Use implementation from Albert Chin, with some
12964         comments/corrections by Stepan Kasal and myself.
12965
12966 2005-12-02  Bruno Haible  <bruno@clisp.org>
12967
12968         * gnulib-tool (func_import): Accept GPLed build tool modules when
12969         --lgpl is given.
12970         * modules/csharpcomp-script: New file.
12971         * modules/csharpcomp: Depend on it.
12972         * modules/javacomp-script: New file.
12973         * modules/javacomp: Depend on it.
12974         Suggested by Simon Josefsson.
12975
12976 2005-12-01  Paul Eggert  <eggert@cs.ucla.edu>
12977
12978         * m4/regex.m4 (gl_REGEX): Check whether off_t can be used in a switch
12979         statement, to work around an HP-UX 10.20 compiler bug reported by
12980         Peter O'Gorman.
12981
12982 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
12983
12984         * modules/savedir (Depends-on): Add openat.
12985
12986 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
12987
12988         * lib/stdint_.h (intmax_t) [defined intmax_t]: Do not declare.
12989         (uintmax_t) [defined uintmax_t]: Do not declare.
12990         (SIZE_MAX) [defined SIZE_MAX]: Do not define.
12991         This works around a problem if intmax_t.m4 and/or uintmax_t.m4
12992         and/or size_max.m4 are also used.  Problem reported by Mark D. Baushke.
12993         (SIZE_MAX): Define to ((size_t) -1), not (~(size_t)0), for the
12994         sake of portability to weird hosts that C allows (though we don't
12995         know of any practical examples).
12996
12997         * lib/savedir.h (fdsavedir): New decl.
12998         * lib/savedir.c (fdsavedir, savedirstream): New functions; the latter
12999         contains most of the former guts of savedir.
13000         (savedir): Use savedirstream.
13001         Include "openat.h".
13002
13003 2005-11-25  Paul Eggert  <eggert@cs.ucla.edu>
13004
13005         * modules/obstack (Files): Add m4/ulonglong.m4.
13006         Problem reported by Davide Angelocola.
13007
13008 2005-11-15  Paul Eggert  <eggert@cs.ucla.edu>
13009
13010         * lib/xstrtod.c: Don't bother with #pragma STDC FENV_ACCESS ON, as
13011         coreutils no longer futzes with rounding modes.
13012
13013 2005-11-14  Jim Meyering  <jim@meyering.net>
13014
13015         * lib/mkstemp-safer.c: Include <config.h>, required for possible
13016         replacement of mkstemp.
13017
13018 2005-11-10  Simon Josefsson  <jas@extundo.com>
13019
13020         * lib/readline.c: Remove EOL.
13021
13022 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
13023
13024         * modules/gethrxtime (Depends-on): Add gettime.
13025
13026 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
13027
13028         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Don't require AC_HEADER_TIME
13029         or gettimeofday; no longer needed.
13030
13031 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
13032
13033         * lib/gethrxtime.c: Include "timespec.h" rather than the sys/time /
13034         time business.
13035         (gethrxtime) [! (HAVE_NANOUPTIME
13036         || (defined CLOCK_MONOTONIC && HAVE_CLOCK_GETTIME)
13037         || HAVE_MICROUPTIME)]: Fall back on gettime rather than rolling
13038         our own approximation.
13039
13040 2005-11-08  Eric Blake  <ebb9@byu.net>
13041
13042         * lib/inet_ntop.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
13043
13044 2005-11-08  Eric Blake  <ebb9@byu.net>
13045
13046         * lib/getaddrinfo.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
13047
13048 2005-11-04  Bruno Haible  <bruno@clisp.org>
13049
13050         * gnulib-tool: Implement --update mode.
13051
13052 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
13053
13054         Fix porting problem reported by Theodoros V. Kalamatianos.
13055         * lib/utimens.c (futimens) [HAVE_WORKING_UTIMES && HAVE_FUTIMES]:
13056         Don't assume that futimes failing means we must fail.
13057
13058 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
13059
13060         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Revamp wording and local
13061         variables to suggest the intended function of the PATH_MAX check.
13062
13063 2005-10-30  Kean Johnston  <jkj@sco.com>
13064
13065         Trivial changes to support SCO systems.
13066         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Check for MAXPATHLEN as well
13067         as PATH_MAX.
13068         * m4/fpending.m4 (gl_FUNC_FPENDING): Correct check for SCO systems,
13069         where __ptr is null when no I/O is pending.
13070
13071 2005-10-29  Paul Eggert  <eggert@cs.ucla.edu>
13072
13073         * lib/getcwd.c (__getcwd): Don't assume that system calls after readdir
13074         leave errno alone.  Problem reported by Dmitry V. Levin.
13075
13076 2005-10-28  Simon Josefsson  <jas@extundo.com>
13077
13078         * tests/test-gc-md4.c, tests/test-gc-md5.c, tests/test-gc-sha1.c:
13079         Test more.
13080
13081         * tests/test-gc-md2.c, tests/test-md2.c: New files.
13082
13083         * modules/md2, modules/md2-tests: New files.
13084
13085 2005-10-28  Simon Josefsson  <jas@extundo.com>
13086
13087         * m4/inet_ntop.m4: More tests.
13088
13089         * m4/gc-md2.m4, md2.m4: New file.
13090
13091 2005-10-28  Simon Josefsson  <jas@extundo.com>
13092
13093         * lib/inet_ntop.h, inet_ntop.c: Make it work under mingw32: Add
13094         "restrict" keywords, as per POSIX.  Protect the function
13095         declaration around HAVE_DECL_INET_NTOP rather than HAVE_INET_NTOP.
13096         Don't use K&R prototypes.  Check the sprintf return values.
13097         Re-define EAFNOSUPPORT if not present.  Indent.
13098
13099         * lib/md5.h, md5.c: Simplify buffer handling visavi alignment,
13100         suggested by Bruno Haible <bruno@clisp.org>.
13101
13102         * lib/gc-gnulib.c, gc-libgcrypt.c: Check calloc return value.
13103
13104         * lib/gc.h: Add MD2 and RMD160 length defines.  Add prototypes.
13105
13106         * lib/gc-libgcrypt.c: Add MD2 (which is not available through
13107         libgcrypt).
13108
13109         * lib/gc-gnulib.c: Add MD2.  Implement gc_hash_* API.
13110
13111         * lib/md2.h, lib/md2.c: New files.
13112
13113 2005-10-28  Paul Eggert  <eggert@cs.ucla.edu>
13114
13115         * lib/savedir.c (savedir): Don't assume that xrealloc etc. leave
13116         errno alone.  Problem reported by Frederic Jolliton.
13117
13118 2005-10-27  Paul Eggert  <eggert@cs.ucla.edu>
13119
13120         * modules/verify (License): Change from GPL to LGPL.  This is a
13121         tiny module and there are apparently near-equivalents that are
13122         under the BSD license.
13123
13124 2005-10-24  Simon Josefsson  <jas@extundo.com>
13125
13126         * modules/sha1: Relicense to LGPL.
13127
13128 2005-10-24  Simon Josefsson  <jas@extundo.com>
13129
13130         * lib/md4.h: Shrink buffer size, now that we changed the type.
13131
13132 2005-10-23  Simon Josefsson  <jas@extundo.com>
13133
13134         * gnulib-tool (func_import): Fix --tests-base.
13135
13136 2005-10-22  Simon Josefsson  <jas@extundo.com>
13137
13138         * modules/arcfour (Depends-on): Need stdint.
13139
13140 2005-10-22  Simon Josefsson  <jas@extundo.com>
13141
13142         * m4/gc.m4: Don't be fooled by --disable-*random-device parameters,
13143         suggested by Bruno Haible <bruno@clisp.org>.  Fix error messages.
13144
13145 2005-10-22  Simon Josefsson  <jas@extundo.com>
13146
13147         * lib/md4.h, md4.c: Simplify buffer handling visavi alignment,
13148         suggested by Bruno Haible <bruno@clisp.org>.
13149
13150 2005-10-22  Simon Josefsson  <jas@extundo.com>
13151
13152         * lib/crc.h: Include stddef.h, for size_t.
13153
13154 2005-10-22  Simon Josefsson  <jas@extundo.com>
13155
13156         * lib/arcfour.h, arcfour.c: Use fixed size indices in the
13157         arcfour_context struct (simplify test vector testing in GNU
13158         Shishi).
13159
13160 2005-10-21  Simon Josefsson  <jas@extundo.com>
13161
13162         * modules/des, modules/des-tests: New files.
13163
13164         * modules/gc-des, modules/gc-des-tests: New files.
13165
13166         * tests/test-des.c, tests/test-gc-des.c: New file.
13167
13168 2005-10-21  Simon Josefsson  <jas@extundo.com>
13169
13170         * modules/arctwo, modules/arctwo-tests: New files.
13171
13172         * tests/test-arctwo.c: New file.
13173
13174         * modules/gc-arctwo, modules/gc-arctwo-tests: New files.
13175
13176         * tests/test-gc-arctwo.c: New file.
13177
13178 2005-10-21  Simon Josefsson  <jas@extundo.com>
13179
13180         * m4/gc.m4: Don't use libgcrypt if gcrypt.h isn't found, suggested by
13181         Bruno Haible <bruno@clisp.org>.
13182
13183         * m4/gc-des.m4: New file.
13184
13185 2005-10-21  Simon Josefsson  <jas@extundo.com>
13186
13187         * m4/arctwo.m4: New file.
13188
13189         * m4/gc-arctwo.m4: New file.
13190
13191 2005-10-21  Simon Josefsson  <jas@extundo.com>
13192
13193         * lib/rijndael-api-fst.c: Fix bugs in CBC mode for more than one
13194         block.
13195
13196 2005-10-21  Simon Josefsson  <jas@extundo.com>
13197
13198         * lib/hmac-md5.c (hmac_md5): Add comments, suggested by Bruno Haible
13199         <bruno@clisp.org>.
13200
13201         * lib/hmac-sha1.c (hmac_sha1): Likewise.
13202
13203         * lib/crc.c (crc32_update): Actually use crc parameter, suggested by
13204         Bruno Haible <bruno@clisp.org>.
13205
13206         * lib/crc.h: Include stdint.h directly, suggested by Bruno Haible
13207         <bruno@clisp.org>.
13208
13209 2005-10-21  Simon Josefsson  <jas@extundo.com>
13210
13211         * lib/gc-libgcrypt.c (gc_cipher_open): Handle ECB.
13212
13213 2005-10-21  Simon Josefsson  <jas@extundo.com>
13214
13215         * lib/gc-gnulib.c: Support ARCTWO in CBC mode.
13216
13217 2005-10-21  Simon Josefsson  <jas@extundo.com>
13218
13219         * lib/des.h, lib/des.c: New files.
13220
13221         * lib/gc-gnulib.c: Support DES.c
13222
13223 2005-10-21  Simon Josefsson  <jas@extundo.com>
13224
13225         * lib/arctwo.h, lib/arctwo.c: New files.
13226
13227         * lib/gc-gnulib.c: Support ARCTWO.
13228
13229 2005-10-21  Simon Josefsson  <jas@extundo.com>
13230
13231         * lib/arctwo.h (arctwo_setkey): Protect variable in CPP macro,
13232         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
13233
13234 2005-10-21  Simon Josefsson  <jas@extundo.com>
13235
13236         * gnulib-tool (func_import, func_create_testdir): Define automake
13237         conditional GL_COND_LIBTOOL if libtool is used (to be used by modules
13238         Makefile.am snippet),
13239         suggested by Bruno Haible <bruno@clisp.org>.
13240
13241         * modules/gc (Makefile.am): Use it.
13242
13243 2005-10-21  Bruno Haible  <bruno@clisp.org>
13244
13245         * gnulib-tool (func_import, func_create_testdir): Add quoting to last
13246         patch.
13247
13248 2005-10-19  Simon Josefsson  <jas@extundo.com>
13249
13250         * tests/test-gc-rijndael.c: New file.
13251
13252         * modules/gc-rijndael, modules/gc-rijndael-test: New files.
13253
13254 2005-10-19  Simon Josefsson  <jas@extundo.com>
13255
13256         * tests/test-gc-md4.c, tests/test-gc-md5.c: Test gc_hash_buffer
13257         interface too.
13258
13259 2005-10-19  Simon Josefsson  <jas@extundo.com>
13260
13261         * tests/test-gc-arcfour.c: New file.
13262
13263         * modules/gc-arcfour, modules/gc-arcfour-tests: New files.
13264
13265 2005-10-19  Simon Josefsson  <jas@extundo.com>
13266
13267         * modules/gc-md4, modules/gc-md4-tests: New file.
13268
13269         * tests/test-gc-md4.c: New file.
13270
13271 2005-10-19  Simon Josefsson  <jas@extundo.com>
13272
13273         * m4/gc-md4.m4: New file.
13274
13275 2005-10-19  Simon Josefsson  <jas@extundo.com>
13276
13277         * m4/gc-hmac-md5.m4, gc-hmac-sha1.m4, gc-md4.m4,
13278         gc-md5.m4, gc-sha1.m4: Fix typo, suggested by Stepan Kasal
13279         <kasal@ucw.cz>.
13280
13281 2005-10-19  Simon Josefsson  <jas@extundo.com>
13282
13283         * m4/gc-arcfour.m4: New file.
13284
13285         * m4/gc-rijndael.m4: New file.
13286
13287 2005-10-19  Simon Josefsson  <jas@extundo.com>
13288
13289         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support MD4.
13290
13291 2005-10-19  Simon Josefsson  <jas@extundo.com>
13292
13293         * lib/gc-gnulib.c: Support ARCFOUR.
13294
13295 2005-10-19  Simon Josefsson  <jas@extundo.com>
13296
13297         * lib/gc-gnulib.c: Implement gc_cipher_* API, currently only with AES
13298         support.
13299
13300         * lib/gc.h: Add ECB enum type.
13301
13302         * lib/hmac-md5.c, hmac-sha1.c: Include memxor.h.
13303
13304 2005-10-18  Simon Josefsson  <jas@extundo.com>
13305
13306         * tests/test-md5.c: New file.
13307
13308         * modules/md5-tests: New file.
13309
13310 2005-10-18  Simon Josefsson  <jas@extundo.com>
13311
13312         * tests/test-md4.c: New file.
13313
13314         * modules/md4, modules/md4-tests: New files.
13315
13316 2005-10-18  Simon Josefsson  <jas@extundo.com>
13317
13318         * m4/md4.m4: New file.
13319
13320 2005-10-18  Simon Josefsson  <jas@extundo.com>
13321
13322         * lib/md4.h, lib/md4.c: New files, based on md5.?.
13323
13324 2005-10-17  Stepan Kasal  <kasal@ucw.cz>
13325
13326         * gnulib-tool (func_create_testdir): Omit the second check whether
13327         BUILT_SOURCES in nonempty.
13328
13329 2005-10-17  Simon Josefsson  <jas@extundo.com>
13330
13331         * tests/test-rijndael.c: New file.
13332
13333 2005-10-17  Simon Josefsson  <jas@extundo.com>
13334
13335         * modules/sha1: Depend on stdint instead of md5.
13336
13337         * modules/md5: Depend on stdint, remove uint32_t.
13338
13339 2005-10-17  Simon Josefsson  <jas@extundo.com>
13340
13341         * modules/gc-sha1-tests: New file.
13342
13343         * tests/test-gc-sha1.c: New file.
13344
13345 2005-10-17  Simon Josefsson  <jas@extundo.com>
13346
13347         * m4/md5.m4: Remove call to uint32_t.m4.
13348
13349 2005-10-17  Simon Josefsson  <jas@extundo.com>
13350
13351         * lib/sha1.c: Use uint32_t instead of md5_uint32.t
13352
13353         * lib/sha1.h: Use stdint.h and uint32_t instead of md5_uint32 from
13354         md5.h.
13355
13356         * lib/md5.c: Use uin32_t.  Fix non-gcc UNALIGNED_P macro.
13357
13358         * lib/md5.h: Use stdint.h and uint32_t.  Doc fix.
13359
13360 2005-10-17  Simon Josefsson  <jas@extundo.com>
13361
13362         * lib/gc.h, gc-libgcrypt.c: Add more hash types/functions.
13363
13364 2005-10-17  Simon Josefsson  <jas@extundo.com>
13365
13366         * lib/gc.h, gc-libgcrypt.c: Add ciphers.
13367
13368 2005-10-17  Simon Josefsson  <jas@extundo.com>
13369
13370         * lib/gc-libgcrypt.c (gc_hmac_sha1): Fix assert.
13371
13372         * lib/gc.h (gc_nonce, gc_pseudo_random, gc_random): Add prototypes.
13373
13374 2005-10-17  Bruno Haible  <bruno@clisp.org>
13375
13376         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Change the return statement so
13377         that it can also be used in a test.
13378
13379 2005-10-16  Bruno Haible  <bruno@clisp.org>
13380
13381         * gnulib-tool (func_emit_tests_Makefile_am): Also define
13382         TESTS_ENVIRONMENT, so that individual tests can augment it.
13383
13384         * gnulib-tool (func_create_testdir): Use an intermediate target for
13385         building $(BUILT_SOURCES). Needed because BUILT_SOURCES can contain
13386         macros, like $(ALLOCA_H), which cannot be passed through the command
13387         line.
13388
13389 2005-10-15  Simon Josefsson  <jas@extundo.com>
13390
13391         * modules/rijndael-tests: New file.
13392
13393         * modules/rijndael: New file.
13394
13395 2005-10-15  Simon Josefsson  <jas@extundo.com>
13396
13397         * m4/rijndael.m4: New file.
13398
13399 2005-10-15  Simon Josefsson  <jas@extundo.com>
13400
13401         * lib/rijndael-api-fst.h, lib/rijndael-api-fst.c: New files.
13402
13403         * lib/rijndael-alg-fst.h, lib/rijndael-alg-fst.c: New files.
13404
13405 2005-10-14  Simon Josefsson  <jas@extundo.com>
13406
13407         * tests/test-arcfour.c: New file.
13408
13409         * modules/arcfour, modules/arcfour-tests: New files.
13410
13411 2005-10-14  Simon Josefsson  <jas@extundo.com>
13412
13413         * m4/arcfour.m4: New file.
13414
13415 2005-10-14  Simon Josefsson  <jas@extundo.com>
13416
13417         * lib/arcfour.h, lib/arcfour.c: New files.
13418
13419 2005-10-14  Roland McGrath  <roland@redhat.com>
13420
13421         Import from libc.  [BZ #1331]
13422         * lib/obstack.h [!__STDC__] (obstack_int_grow_fast): Fix misnamed
13423         macro argument.
13424         Reported by Matej Vela <vela@debian.org>.
13425
13426 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
13427
13428         * lib/obstack.c [defined _LIBC && defined USE_IN_LIBIO]: Don't
13429         include <wchar.h>; no longer needed.
13430
13431 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
13432
13433         * config/srclist.txt: Add glibc bug 321 for obstack.c, obstack.h.
13434
13435 2005-10-14  Jakub Jelinek  <jakub@redhat.com>
13436         and  Ulrich Drepper  <drepper@redhat.com>
13437
13438         Import from libc.
13439         * lib/obstack.c (print_and_abort) [defined _LIBC]: Use __fxprintf
13440         instead of inline stream orientation test and two separate
13441         function calls.  Pay no attention to USE_IN_LIBIO.
13442
13443 2005-10-13  Simon Josefsson  <jas@extundo.com>
13444
13445         * modules/gc-hmac-md5-tests: New file.
13446
13447         * tests/test-gc-hmac-sha1.c: New file.
13448
13449         * tests/test-gc.c (main): Remove MD5 and HMAC-MD5 tests.
13450
13451         * modules/gc-hmac-md5-tests: New file.
13452
13453         * tests/test-gc-md5.c: New file.
13454
13455         * modules/gc-md5-tests: New file.
13456
13457 2005-10-13  Simon Josefsson  <jas@extundo.com>
13458
13459         * lib/gc-pbkdf2-sha1.c (gc_pbkdf2_sha1): Optimize CEIL computation.
13460         Move memory allocation outside of loop.
13461
13462 2005-10-13  Paul Eggert  <eggert@cs.ucla.edu>
13463
13464         * lib/mkdir-p.c (make_dir_parents): Don't report an error if an
13465         intermediate directory is in a read-only file system.  Problem
13466         reported by Eric Blake.
13467
13468 2005-10-13  Oskar Liljeblad  <oskar@osk.mine.nu>
13469
13470         * modules/human (Depends-on): Depend on xstrtoumax, not xstrtol.
13471
13472 2005-10-12  Simon Josefsson  <jas@extundo.com>
13473
13474         * tests/test-hmac-sha1.c: New file.
13475
13476         * modules/hmac-sha1-tests: New file.
13477
13478         * modules/hmac-sha1: New file.
13479
13480 2005-10-12  Simon Josefsson  <jas@extundo.com>
13481
13482         * modules/gc-sha1: New file.
13483
13484 2005-10-12  Simon Josefsson  <jas@extundo.com>
13485
13486         * modules/gc-pbkdf2-sha1, modules/gc-pbkdf2-sha1-tests: New files.
13487
13488         * tests/test-gc-pbkdf2-sha1.c: New file.
13489
13490 2005-10-12  Simon Josefsson  <jas@extundo.com>
13491
13492         * modules/gc-md5, modules/gc-hmac-md5: New files.
13493
13494         * modules/gc (Files): Remove md5, memxor and hmac files.
13495
13496 2005-10-12  Simon Josefsson  <jas@extundo.com>
13497
13498         * m4/gc-pbkdf2-sha1.m4: New file.
13499
13500         * m4/gc-hmac-sha1.m4: New file.
13501
13502         * m4/gc-sha1: New file.
13503
13504         * m4/hmac-sha1.m4: New file.
13505
13506 2005-10-12  Simon Josefsson  <jas@extundo.com>
13507
13508         * m4/gc-md5.m4, m4/gc-hmac-md5.m4: New files.
13509
13510         * m4/gc.m4: Don't call gl_MD5, gl_MEMXOR or gl_HMAC_MD5.
13511
13512 2005-10-12  Simon Josefsson  <jas@extundo.com>
13513
13514         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Use Gc_rc for return types,
13515         suggested by Bruno Haible <bruno@clisp.org>.
13516
13517 2005-10-12  Simon Josefsson  <jas@extundo.com>
13518
13519         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support SHA-1.
13520
13521 2005-10-12  Simon Josefsson  <jas@extundo.com>
13522
13523         * lib/gc-pbkdf2-sha1.c: New file.
13524
13525         * lib/gc.h: Add gc_pbkdf2_sha1 prototype.
13526
13527 2005-10-12  Simon Josefsson  <jas@extundo.com>
13528
13529         * lib/gc-libgcrypt.c (gc_hmac_sha1): New function.
13530
13531         * lib/gc-gnulib.c (gc_hmac_sha1): New function.
13532
13533 2005-10-12  Simon Josefsson  <jas@extundo.com>
13534
13535         * lib/gc-gnulib.c: Condition MD5 and HMAC-MD5 use on GC_USE_MD5 and
13536         GC_USE_HMAC_MD5, respectively.
13537
13538         * lib/gc-libgcrypt.c (gc_md5): Fix assert call.
13539         (gc_md5): Fix typo.
13540
13541         * lib/gc.h (gc_hash_buffer): Use gc_hash in prototype.
13542
13543         * lib/gc-libgcrypt.c (gc_hash_buffer): Ditto.
13544
13545         * lib/gc-gnulib.c (gc_hash_buffer): Ditto.
13546
13547 2005-10-12  Bruno Haible  <bruno@clisp.org>
13548
13549         * m4/stdbool.m4 (gl_STDBOOL_H): Define as an alias of AM_STDBOOL_H.
13550         Reported by Stepan Kasal <kasal@ucw.cz>.
13551
13552 2005-10-11  Simon Josefsson  <jas@extundo.com>
13553
13554         * tests/test-crc.c: New file.
13555
13556         * modules/crc, modules/crc-tests: New files.
13557
13558 2005-10-11  Simon Josefsson  <jas@extundo.com>
13559
13560         * m4/crc.m4: New file.
13561
13562 2005-10-11  Simon Josefsson  <jas@extundo.com>
13563
13564         * lib/gc.h: Add gc_hash and gc_hash_buffer.
13565
13566         * lib/gc-gnulib.c (gc_hash_buffer): Add.  Reorder #include's.
13567
13568         * lib/gc-libgcrypt.c (gc_hash_buffer): Add.
13569
13570 2005-10-11  Simon Josefsson  <jas@extundo.com>
13571
13572         * lib/crc.h, lib/crc.c: New files.
13573
13574         * lib/gc.h (gc_hash_buffer): Add doc.
13575
13576 2005-10-11  Bruno Haible  <bruno@clisp.org>
13577
13578         * modules/c-strcasestr: New file.
13579         * MODULES.html.sh (String handling <string.h>): Add c-strcasestr.
13580
13581 2005-10-11  Bruno Haible  <bruno@clisp.org>
13582
13583         * modules/c-strcase: New file.
13584         * MODULES.html.sh (String handling <string.h>): Add c-strcase.
13585
13586 2005-10-11  Bruno Haible  <bruno@clisp.org>
13587
13588         * lib/strcasecmp.c: Include limits.h.
13589         (strcasecmp): Avoid integer overflow on exotic platforms.
13590         * lib/strncasecmp.c: Include limits.h.
13591         (strncasecmp): Avoid integer overflow on exotic platforms.
13592         Reported by Paul Eggert.
13593
13594 2005-10-11  Bruno Haible  <bruno@clisp.org>
13595
13596         * lib/c-strcasestr.h: New file, from GNU gettext.
13597         * lib/c-strcasestr.c: New file, from GNU gettext.
13598
13599 2005-10-11  Bruno Haible  <bruno@clisp.org>
13600
13601         * lib/c-strcase.h: New file, from GNU gettext.
13602         * lib/c-strcasecmp.c: New file, from GNU gettext.
13603         * lib/c-strncasecmp.c: New file, from GNU gettext.
13604
13605 2005-10-10  Paul Eggert  <eggert@cs.ucla.edu>
13606
13607         * modules/mempcpy (License): GPL -> LGPL.
13608         * modules/strchrnul (License): Likewise.
13609         * modules/sysexits (License): Likewise.
13610
13611 2005-10-08  Simon Josefsson  <jas@extundo.com>
13612
13613         * config/srclist.txt: Bug 1423 is closed, but 1439 remains.
13614
13615 2005-10-07  Simon Josefsson  <jas@extundo.com>
13616
13617         * m4/memxor.m4: Remove gl_C_RESTRICT call.
13618
13619 2005-10-06  Simon Josefsson  <jas@extundo.com>
13620
13621         * tests/test-hmac-md5.c: New file.
13622
13623         * modules/hmac-md5-tests: New file.
13624
13625         * modules/hmac-md5: New file.
13626
13627 2005-10-06  Simon Josefsson  <jas@extundo.com>
13628
13629         * m4/hmac-md5.m4: New file.
13630
13631         * m4/memxor.m4: Require gl_C_RESTRICT.
13632
13633 2005-10-06  Simon Josefsson  <jas@extundo.com>
13634
13635         * lib/memxor.c (memxor): Avoid casts and warnings.
13636
13637 2005-10-06  Simon Josefsson  <jas@extundo.com>
13638
13639         * lib/hmac-md5.c: New file.
13640
13641         * lib/hmac.h: New file.
13642
13643 2005-10-06  Paul Eggert  <eggert@cs.ucla.edu>
13644
13645         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check that bool
13646         promotes to int, not unsigned int, to catch the AIX 5.3
13647         compiler bug.
13648
13649 2005-10-05  Simon Josefsson  <jas@extundo.com>
13650
13651         * modules/memxor: New file.
13652
13653         * modules/iconv (Files): Move config.rpath to havelib, it is used
13654         there.
13655
13656         * modules/havelib (Files): Add config.rpath.
13657
13658 2005-10-05  Simon Josefsson  <jas@extundo.com>
13659
13660         * m4/memxor.m4: New file.
13661
13662 2005-10-05  Simon Josefsson  <jas@extundo.com>
13663
13664         * lib/memxor.c (memxor): Fix compiler error.
13665
13666         * lib/md5.h (MD5_DIGEST_SIZE, MD5_BLOCK_SIZE): Add, see also
13667         <http://sourceware.org/bugzilla/show_bug.cgi?id=1423>.
13668
13669         * lib/memxor.h, lib/memxor.c: New files.
13670
13671         * lib/getaddrinfo.h: Don't protect sys/types.h with HAVE_SYS_TYPES_H,
13672         we assume all systems have it, suggested by Jim Meyering
13673         <jim@meyering.net>.  Remove HAVE_SYS_SOCKET_H test too, to see if
13674         any systems lack sys/socket.h; mingw32 is known to lack it, but we
13675         don't support it yet anyway.  Also remove HAVE_NETDB_H test, for
13676         same reasons.
13677
13678 2005-10-05  Simon Josefsson  <jas@extundo.com>
13679
13680         * config/srclist.txt: Add glibc bug 1423 for md5.h.
13681
13682 2005-10-05  Paul Eggert  <eggert@cs.ucla.edu>
13683
13684         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Don't check for
13685         sys/socket.h, netdb.h, sys/types.h; the checks areno longer
13686         needed, since the source code now assumes these .h files.
13687
13688 2005-10-05  Derek Price  <derek@ximbiot.com>
13689
13690         * lib/getdelim.c (SIZE_MAX): New macro, if not already defined.
13691
13692 2005-10-05  Bruno Haible  <bruno@clisp.org>
13693
13694         * modules/stdint (License): Change to LGPL.
13695
13696 2005-10-04  Simon Josefsson  <jas@extundo.com>
13697
13698         * lib/getaddrinfo.h: Move sys/types.h include first, reported by "Mark
13699         D. Baushke" <mdb@gnu.org>.
13700
13701 2005-10-04  Bruno Haible  <bruno@clisp.org>
13702
13703         * lib/verify.h (verify_true): Provide alternative definition for C++.
13704
13705 2005-10-03  Paul Eggert  <eggert@cs.ucla.edu>
13706
13707         * lib/getdelim.c: Include getdelim.h first.  Include <limits.h>.
13708         (SSIZE_MAX): New macro, if not already defined.
13709         (getdelim): Fix buffer overrun on 64-bit hosts with lines longer
13710         than 2 GiB.
13711
13712 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
13713
13714         Sync from coreutils.
13715         * m4/openat.m4 (gl_FUNC_OPENAT): Check for fdopendir.
13716         * m4/ullong_max.m4 (gl_ULLONG_MAX): Simplify so that it merely
13717         defines ULONG_MAX_LT_ULLONG_MAX.  Thomas M.Ott reports that
13718         ULLONG_MAX doesn't work with 2.7.2.1.
13719
13720 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
13721
13722         * modules/xreadlink (Makefile.am): Remove lib_SOURCES.
13723         From Ben Pfaff.
13724
13725         * modules/exclude (Depends-on): Depend on verify.
13726         * modules/strtoimax (Depends-on): Likewise.
13727         * modules/utimecmp (Depends-on): Likewise.
13728
13729 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
13730
13731         * lib/exclude.c: Include verify.h.
13732         (verify): Remove.  All callers changed to use verify.h's version.
13733         * lib/strtoimax.c: Likewise.
13734         * lib/utimecmp.c: Likewis.e
13735
13736         Sync from coreutils.
13737         * lib/.cppi-disable: Add getaddrinfo.h, getdelim.h, getline.h,
13738         getpass.c, mbchar.h, mbuiter.h, strcase.h, strnlen.h, strnlen1.h.
13739         * lib/.cvsignore: Add fts.h, search.h, t-fpending.
13740         * lib/settime.c (settime): Fix { typo in previous patch.  Also, don't
13741         bother returning ENOSYS if settimeofday or stime fails; just let
13742         them return whatever errno they want to return.
13743         * lib/utimens.c: Include unistd.h, for dup2.
13744         (futimens): Fix typo: HAVE_FUTIMESAT was misspelled in an #if.
13745         (futimens) [! HAVE_FUTIMESAT]: If !file, set errno before returning -1.
13746
13747 2005-10-02  Jim Meyering  <jim@meyering.net>
13748
13749         Sync from coreutils.
13750         * m4/utimes.m4 (gl_FUNC_UTIMES): Detect the version of utimes
13751         from glibc-2.2.5 that fails for read-only files.
13752
13753 2005-10-02  Jim Meyering  <jim@meyering.net>
13754
13755         Sync from coreutils.
13756         * lib/fts-cycle.c [HAVE_CONFIG_H]: Include <config.h>.
13757         * lib/openat-die.c: Use `#ifdef HAVE_CONFIG_H', not
13758         `#if HAVE_CONFIG_H'.
13759         * lib/openat.c (fdopendir): Do not define if HAVE_FDOPENDIR.
13760         Remove AT_FDCWD test.
13761         Do not consume the fd unless successful.
13762         * lib/openat.h (fdopendir): Do not define if HAVE_FDOPENDIR.
13763         * lib/settime.c (settime): Move the HAVE_STIME block `up' into an #elif
13764         block, so that we don't even try to compile it if settimeofday is
13765         available.  This works around a compilation failure on OSF1 V5.1,
13766         due to stime requiring a `long int*' while tv_sec is `int'.
13767
13768 2005-10-02  Alfred M. Szmidt  <ams@gnu.org>
13769
13770         Sync from coreutils.
13771         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Compare $gl_have_path...
13772         against `yes', rather than just testing for nonempty.
13773
13774 2005-10-01  Simon Josefsson  <jas@extundo.com>
13775
13776         * m4/getaddrinfo.m4: Include sys/types.h for sys/socket.h, on FreeBSD
13777         and Darwin.
13778
13779         * m4/getaddrinfo.m4: Use AC_GNU_SOURCE, GNU only declare getaddrinfo
13780         as an (POSIX) extension.  Check for sys/types.h, sys/socket.h, and
13781         netdb.h too, needed by getaddrinfo.h.  Check if getaddrinfo,
13782         freeaddrinfo and gai_strerror are declared by the POSIX headers.
13783         Check if struct addrinfo is declared.
13784
13785 2005-10-01  Simon Josefsson  <jas@extundo.com>
13786
13787         * lib/getaddrinfo.h: Protect #include's of sys/socket.h and netdb.h.
13788         Only define struct addrinfo if !HAVE_STRUCT_ADDRINFO.  Protect
13789         AI_* and EAI_* definitions.  Protect function declarations.
13790
13791 2005-10-01  Jim Meyering  <jim@meyering.net>
13792
13793         Sync from coreutils.
13794
13795         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Look for getservbyname in these
13796         libraries [inet nsl socket xnet].  Nelson Beebe reported that with
13797         native cc on Solaris 7, getaddrinfo.c requires -lsocket.
13798         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
13799         in the inet and nsl libraries.  Required on Solaris 5.7.
13800
13801 2005-10-01  Jim Meyering  <jim@meyering.net>
13802
13803         Sync from coreutils.
13804         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
13805         in the inet and nsl libraries.  Required on Solaris 5.7.
13806
13807 2005-10-01  Eric Blake  <ebb9@byu.net>  (tiny change)
13808
13809         * lib/getdelim.c (getdelim): Remove unused variables.
13810
13811 2005-09-29  Paul Eggert  <eggert@cs.ucla.edu>
13812
13813         * lib/xtime.h (XTIME_PRECISION): Now of type int, not long long int,
13814         so that the code works even with ancient cpp.  Portability problem
13815         with GCC 2.7.2.1 reported by Thomas M.Ott.
13816
13817 2005-09-27  Paul Eggert  <eggert@cs.ucla.edu>
13818
13819         * modules/regex (Depends-on): Add strcase.
13820
13821         * modules/gethostname (Licence): Change from GPL to LGPL, since
13822         gethostname.c is a trivial implementation of a standard library
13823         function.
13824         * modules/poll (License): Change from GPL to LGPL, since it's
13825         derived from LGPL code.
13826
13827 2005-09-27  Jim Meyering  <jim@meyering.net>
13828
13829         * lib/getcwd.c: Change #ifdef<TAB>HAVE_CONFIG_H to #ifdef
13830         HAVE_CONFIG_H.
13831
13832         * lib/intprops.h (signed_type_or_expr__): Define.
13833         (INT_STRLEN_BOUND) [__GNUC__]: Use a slightly tighter bound
13834         for unsigned types.
13835
13836 2005-09-26  Paul Eggert  <eggert@cs.ucla.edu>
13837
13838         * lib/verify.h (verify_expr): Remove, replacing with:
13839         (verify_true): New macro that returns true instead of void.
13840         (verify_type__): Remove.
13841         (verify): Use verify_true rather than verify_type__.
13842
13843 2005-09-26  Bruno Haible  <bruno@clisp.org>
13844
13845         * modules/mbchar (Include): Mention that HAVE_WCHAR_H && HAVE_WCTYPE_H
13846         is necessary.
13847         (lib_SOURCES): Remove mbchar.c.
13848         * modules/mbfile (Include): Mention that HAVE_MBRTOWC is necessary.
13849         (Files): Add m4/mbrtowc.m4.
13850         * modules/mbiter: Likewise.
13851         * modules/mbuiter: Likewise.
13852
13853 2005-09-26  Bruno Haible  <bruno@clisp.org>
13854
13855         * m4/mbchar.m4 (gl_MBCHAR): Check for wchar.h and wctype.h. Don't
13856         compile mbchar.c if they are not both present.
13857         * m4/mbfile.m4 (gl_MBFILE): Require gl_FUNC_MBRTOWC.
13858         * m4/mbiter.m4 (gl_MBITER): Likewise.
13859         * m4/strstr.m4 (gl_PREREQ_STRSTR): Use AC_REQUIRE.
13860         * m4/strcasestr.m4 (gl_PREREQ_STRCASESTR): Likewise.
13861         * m4/strcase.m4 (gl_PREREQ_STRCASECMP): Likewise.
13862
13863 2005-09-25  Jim Meyering  <jim@meyering.net>
13864
13865         * modules/inet_ntop (Depends-on): Add socklen, since inet_ntop.c
13866         also uses socklen_t.
13867
13868 2005-09-24  Paul Eggert  <eggert@cs.ucla.edu>
13869
13870         * lib/utimens.c (ENOSYS): Define if not already defined.
13871         (futimens): Support having a null PATH if the file descriptor
13872         is nonnegative.
13873
13874         * lib/regex_internal.h (__GNUC_PREREQ, always_inline, inline, pure):
13875         Remove.
13876         (__attribute): Define to empty unless GCC 3.1 or later.
13877         This works around a core dump on OpenBSD 3.4, which has GCC
13878         2.95.3, which dumps core when given __attribute__(()).  It also
13879         simplifies other tests, since we really don't want to bother with
13880         worrying about which ancient version of GCC supported what.
13881         Original problem reported by Yoann Vandoorselaere, with part of
13882         the fix suggested by Derek Price.
13883
13884 2005-09-24  Jim Meyering  <jim@meyering.net>
13885
13886         * lib/verify.h (verify_type__): Use `unsigned int' as the bitfield type
13887         so we can once again use a positive bitfield width of 1 -- now we
13888         don't have to explain why we were using a bitfield width of 2.
13889
13890 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
13891
13892         * m4/regex.m4 (gl_REGEX): If replacing, define regcomp to rpl_regcomp,
13893         and similarly for the other external symbols.  Problem reported
13894         by James Gallager.
13895
13896         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Catch Sun Studio 10u1 on Linux
13897         bug reported by Jim Meyering.
13898
13899         * m4/utimens.m4 (gl_UTIMENS): Check for futimesat.
13900         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Undo previous change;
13901         not needed, since socklen is a prerequisite module.
13902
13903 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
13904
13905         * lib/getaddrinfo.c [HAVE_NETINET_IN_H]: Include <netinet/in.h>.
13906         Problem reported by Eric Blake.
13907         (getaddrinfo): Initialize se so that it's not garbage.
13908         Redo internal storage allocation so that it doesn't make unportable
13909         assumptions about alignment.
13910         Fix a memory leak.
13911
13912         * lib/utimens.c (futimens): Use futimesat if available.
13913         Prefer it to futimes since it doesn't have the futimes bug.
13914
13915         * lib/verify.h (GL_CONCAT0, GL_CONCAT): Remove.
13916         (verify): Don't use the __LINE__ trick, as it doesn't work in general.
13917         Instead, declare a function that returns a pointer to an array,
13918         and use verify_type__ to declare the size of the array.
13919         Problem and germ of a solution reported by Bruno Haible.
13920         (verify_type__): Use 2, not 1, for bitfield size, to avoid
13921         a warning with Irix 6.5 cc.  Problem reported by Bruno Haible.
13922
13923 2005-09-23  Jim Meyering  <jim@meyering.net>
13924
13925         Sync from coreutils.
13926         Correct build failure (socklen_t not defined) on at least
13927         mips-sgi-irix6.5 and alphaev67-dec-osf5.1.
13928         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Require gl_SOCKLEN_T.
13929
13930 2005-09-23  Jim Meyering  <jim@meyering.net>
13931
13932         * modules/getaddrinfo (Depends-on): Add socklen.
13933
13934 2005-09-23  Bruno Haible  <bruno@clisp.org>
13935
13936         * tests/test-verify.c: New file.
13937
13938 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
13939
13940         Sync from coreutils.
13941
13942         * modules/argmatch (Depends-on): Add verify.
13943         * modules/getloadavg (Depends-on): Depend on fcntl-safer, not
13944         unistd-safer.
13945         * modules/save-cwd (Depends-on): Likewise.
13946
13947         * modules/openat (Files): Add lib/openat-die.c.
13948         (Depends-on): Remove error, exitfail.
13949         Add dirname.
13950
13951         * modules/verify: New file.
13952         * MODULES.html.sh (Diagnostics <assert.h>): New section,
13953         with "verify" module.
13954
13955 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
13956
13957         Sync from coreutils.
13958
13959         * m4/backupfile.m4, calloc.m4, chown.m4, cloexec.m4, dup2.m4:
13960         * m4/fileblocks.m4, free.m4, ftruncate.m4, getcwd.m4, getpagesize.m4:
13961         * m4/getugroups.m4, group-member.m4, idcache.m4, link-follow.m4:
13962         * m4/mkstemp.m4, mktime.m4, mountlist.m4, nanosleep.m4, pathmax.m4:
13963         * m4/physmem.m4, posixver.m4, putenv.m4, safe-read.m4, same.m4:
13964         * m4/save-cwd.m4, stdio-safer.m4, unistd-safer.m4, unlinkdir.m4:
13965         * m4/userspec.m4, xgetcwd.m4, xreadlink.m4:
13966         Don't bother checking for string.h, stdlib.h, unistd.h.
13967         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't require
13968         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK; that's now the lstat
13969         module's job.
13970         * m4/jm-macros.m4 (gl_MACROS): Likewise.
13971         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_LSTAT.
13972
13973         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): New macro.
13974         (gl_GETDATE): Use it.
13975
13976         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Don't bother checking for unistd.h.
13977
13978 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
13979
13980         Sync from coreutils.
13981
13982         * lib/.cppi-disable: Add regcomp.c, regex_internal.c, regex_internal.h,
13983         stat-time.h.
13984         * lib/argmatch.h: Include verify.h
13985         (ARGMATCH_VERIFY): Use verify rather than rolling our own.
13986         (ARGMATCH_ASSERT): Remove; unused.
13987         * lib/canonicalize.c: Assume STDC_HEADERS.
13988         * lib/exclude.c: Include "strcase.h".
13989         * lib/regex_internal.h [!defined _LIBC]: Likewise.
13990         * lib/getusershell.c: Include stdio--.h rather than stdio.h
13991         and stdio-safer.h.
13992         (getusershell): Call fopen, not fopen_safer.
13993         * lib/save-cwd.c: Include fcntl--.h rather than fcntl.h.
13994         Do not include unistd-safer.h.
13995         (save_cwd): Don't call fd_safer; no longer needed
13996         now that we include fcntl--.h.
13997
13998         * lib/getdate.y (relative_time): New type.
13999         (RELATIVE_TIME_0): New constant.
14000         (parser_control): Use relative_time instead of doing it ourselves.
14001         (%union): Add new relative_time rel member.
14002         (tYEAR_UNIT, tMONTH_UNIT, tHOUR_UNIT, tMINUTE_UNIT, tSEC_UNIT):
14003         Now typeless.
14004         (relunit, relunit_snumber): Now of type rel.
14005         (zone, rel, relunit, get_date): Adjust to above changes.
14006
14007         * lib/getloadavg.c: Include fcntl--.h rather than fcntl.h.
14008         Do not include unistd-safer.h.
14009         (getloadavg): Don't call fd_safer; no longer needed
14010         now that we include fcntl--.h.
14011
14012         * lib/mkdir-p.c (ENOSYS): Define to EEXIST if not defined.
14013         (make_dir_parents): Treat ENOSYS like EEXIST.
14014
14015         Improve quality of diagnostics on restore_cwd failure.
14016         * lib/mkdir-p.h (make_dir): Remove.  All uses replaced by mkdir.
14017         (make_dir_parents): Last arg is now int * (for errno), not bool *.
14018         * lib/mkdir-p.c (make_dir, make_dir_parents): Likewise.
14019         Rewrite "mkdir -p" algorithm to avoid the need for "stat"
14020         each time through the loop.  Do not diagnose restore_cwd failure;
14021         that is the caller's job (and perhaps the caller does not care).
14022
14023         * lib/mkdir-p.c (CLEANUP_CWD, CLEANUP): Remove.
14024         (make_dir_parents): Revamp to avoid need for CLEANUP_CWD, CLEANUP.
14025         If the file already exists but is not a directory, don't bother
14026         to try to make its parents.
14027         Close potential file descriptor leak if we can't chdir("/") (!).
14028         Don't always return true if chdir($PWD) fails; return true only
14029         if the requested action was done successfully (except for the
14030         chdir($PWD)).
14031         Don't log final directory unless we actually made it.
14032         Refactor to avoid duplicate code to fix up permissions.
14033         Don't attempt to fix up parent permissions if chdir($PWD) fails.
14034
14035         * lib/strftime.c (my_strftime): Rewrite the previous change slightly,
14036         to make it a bit faster and (I hope) clearer.
14037         * lib/strftime.c (my_strftime): Add support for %:z, %::z, %:::z.
14038         Fix bug in formats like %2N.
14039
14040         * lib/verify.h: New file.
14041
14042 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
14043
14044         Sync from coreutils.
14045         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Check for netinet/in.h.
14046
14047 2005-09-22  Jim Meyering  <jim@meyering.net>
14048
14049         Sync from coreutils.
14050
14051         * m4/lstat.m4 (gl_FUNC_LSTAT):
14052         Use AC_LIBSOURCES to require lstat.c and lstat.h.
14053         Remove obsolete comment.
14054         * m4/xreadlink.m4: Use AC_LIBSOURCES and AC_LIBOBJ.
14055         * m4/xstrtod.m4: Likewise.
14056
14057         * m4/openat.m4 (gl_FUNC_OPENAT): Add openat-die.c.
14058
14059 2005-09-22  Jim Meyering  <jim@meyering.net>
14060
14061         Sync from coreutils.
14062
14063         * lib/backupfile.c: Use ARGMATCH_VERIFY, just in case.
14064
14065         * lib/posixtm.c (posixtime) [lint]: Initialize *all* of tm0, not just
14066         the .tm_year member, since otherwise gcc-4.0 would now warn about
14067         tm_zone, tm_gmtoff, tm_isdst, tm_yday, tm_wday.
14068
14069         * lib/quotearg.c (quotearg_n_options): Change code to be suboptimal, in
14070         order to avoid an unsuppressible warning from gcc on 64-bit systems.
14071
14072         * lib/getdate.y (get_date): Undo part of the 2005-04-04 change, so that
14073         the command "date -d'2005-03-27 +1 day'" succeeds once again, even
14074         when run in a time zone for which daylight savings time is in effect
14075         for the starting date.
14076
14077         * lib/mkdir-p.c (make_dir_parents): Don't let a failed chdir($PWD)
14078         stop us from restricting permissions of just-created absolute-named
14079         directories.
14080         * lib/mkdir-p.c (CLEANUP_CWD): Return *true*, not false when failing
14081         to restore initial working directory.
14082         * lib/mkdir-p.c (make_dir_parents): New parameter:
14083         different_working_dir, to tell caller if/when we change the working
14084         directory and are unable to return to the initial one.
14085         * lib/mkdir-p.h (make_dir_parents): Update prototype.
14086         * lib/mkdir-p.c (CLEANUP_CWD): Change one more `return 1' to
14087         `return false'.  This fixes a bug introduced on 2004-07-30.
14088
14089         * lib/openat.c (fdopendir): Be sure to close the supplied
14090         file descriptor before returning.  This makes our replacement
14091         implementation a little closer to Solaris's, where fdopendir
14092         ties the file descriptor to the returned DIR* pointer.
14093         * lib/openat.c (unlinkat): New function.
14094         * lib/openat.h (unlinkat): Add prototype.
14095         * lib/openat-die.c (openat_save_fail): Rename from openat_save_die.
14096         (openat_restore_fail): Rename from openat_restore_die.
14097         * lib/openat.c, openat.h: Reflect s/_die/_fail/ renaming.
14098
14099         Provide an alternative to exiting immediately upon save_cwd or
14100         restore_cwd failure.  Now, an application can arrange e.g.,
14101         to perform a longjump in that case.
14102         * lib/openat.c: Include dirname.h.
14103         Use IS_ABSOLUTE_FILE_NAME rather than testing for leading slash.
14104         (rpl_openat, fdopendir, fstatat): Call openat_save_die
14105         and openat_restore_die rather than calling error directly.
14106         Don't include "error.h" or "exitfail.h"; they're no longer needed.
14107
14108         * lib/openat-die.c (openat_save_die, openat_restore_die): New file.
14109         * lib/openat.h (openat_save_die, openat_restore_die): Declare and
14110         define.
14111
14112         * lib/strftime.c [FPRINTFTIME] (fprintftime): Provide a new interface:
14113         size_t fprintftime (FILE *fp, char const *fmt, struct tm const *tm,
14114                             int utc, int nanoseconds);
14115         Background:
14116         date should not have to allocate a megabyte of virtual memory to
14117         handle a format argument like +%1048575T.  When implemented with
14118         strftime, it must allocate such a buffer, use strftime to fill it
14119         in, print it, then free it.
14120         With fprintftime, it simply prints everything and exits.
14121         With no need for memory allocation, that's one fewer way to fail.
14122         * lib/strftime.c (my_strftime): Parse the colons of %:::z *after* the
14123         optional field width, not before, so we accept %9:z, not %:9z.
14124         (my_strftime): Be sure to use L_('x') for literals.
14125
14126         * lib/backupfile.c, lib/canon-host.c, lib/canonicalize.c, lib/chown.c:
14127         * lib/cloexec.c, lib/dup-safer.c, lib/dup2.c, lib/euidaccess.c:
14128         * lib/fd-safer.c, lib/fileblocks.c, lib/fopen-safer.c, lib/fsusage.c:
14129         * lib/ftruncate.c, lib/getcwd.c, lib/getcwd.h, lib/getloadavg.c:
14130         * lib/getopt_.h, lib/getpagesize.h, lib/getugroups.c:
14131         * lib/group-member.c, lib/human.h, lib/idcache.c, lib/mkdir-p.c:
14132         * lib/mountlist.c, lib/nanosleep.c, lib/pathmax.h, lib/physmem.c:
14133         * lib/posixver.c, lib/putenv.c, lib/raise.c, lib/safe-read.c:
14134         * lib/same.c, lib/save-cwd.c, lib/setenv.c, lib/settime.c:
14135         * lib/tempname.c, lib/unlinkdir.c, lib/unsetenv.c, lib/userspec.c:
14136         * lib/xgethostname.c, lib/xreadlink.c:
14137         Assume HAVE_UNISTD_H, i.e., include <unistd.h> unconditionally.
14138
14139         * lib/chown.c, lib/cloexec.c, lib/dup-safer.c, lib/dup2.c:
14140         * lib/fsusage.c, lib/getcwd.c, lib/getloadavg.c, lib/mountlist.c:
14141         * lib/openat.h, lib/save-cwd.c, lib/tempname.c:
14142         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
14143         and don't include <sys/file.h>).
14144
14145 2005-09-22  Eric Blake  <ebb9@byu.net>  (tiny change)
14146
14147         Sync from coreutils.
14148
14149         * lib/getloadavg.c (getloadavg) [__CYGWIN__]: Port to cygwin.
14150         [__linux__]: Allocate a big enough buffer for /proc/loadavg.
14151         [!LDAV_DONE]: Avoid unused variable warning.
14152
14153 2005-09-21  Bruno Haible  <bruno@clisp.org>
14154
14155         * lib/unicodeio.h (unicode_to_mb): New declaration.
14156
14157 2005-09-20  Derek Price  <derek@ximbiot.com>
14158
14159         * lib/getaddrinfo.c: Don't include <netdb.h> included from
14160         getaddrinfo.h.
14161
14162 2005-09-20  Bruno Haible  <bruno@clisp.org>
14163
14164         * gnulib-tool: Remove trailing slashes from the values specified for
14165         --source-base, --m4-base, --tests-base, --aux-dir.
14166         Suggested by Simon Josefsson <jas@extundo.com>.
14167
14168 2005-09-20  Bruno Haible  <bruno@clisp.org>
14169
14170         * gnulib-tool (func_all_modules, func_modules_transitive_closure,
14171         func_modules_to_filelist, func_import, func_create_testdir): Make all
14172         sorting results locale-independent, so that gnulib-cache.m4 doesn't
14173         change when gnulib-tool is invoked in a different locale.
14174
14175 2005-09-19  Simon Josefsson  <jas@extundo.com>
14176
14177         * m4/socklen.m4: Fix typo.
14178
14179 2005-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14180
14181         Use a consistent style for including <config.h>.
14182         * lib/__fpending.c, lib/acl.c, lib/argmatch.c, lib/argp-help.c,
14183         lib/argp-parse.c, lib/argp-pvh.c, lib/backupfile.c, lib/basename.c,
14184         lib/c-stack.c, lib/calloc.c, lib/check-version.c, lib/cloexec.c,
14185         lib/closeout.c, lib/copy-file.c, lib/creat-safer.c, lib/cycle-check.c,
14186         lib/dirfd.c, lib/dirname.c, lib/dup-safer.c, lib/dup2.c,
14187         lib/euidaccess.c, lib/exclude.c, lib/exitfail.c, lib/fatal-signal.c,
14188         lib/fd-safer.c, lib/file-type.c, lib/fileblocks.c, lib/filemode.c,
14189         lib/filenamecat.c, lib/findprog.c, lib/fnmatch.c, lib/fopen-safer.c,
14190         lib/free.c, lib/fsusage.c, lib/ftruncate.c, lib/full-write.c,
14191         lib/fwriteerror.c, lib/getaddrinfo.c, lib/getcwd.c, lib/getdelim.c,
14192         lib/getline.c, lib/getlogin_r.c, lib/getndelim2.c, lib/getnline.c,
14193         lib/getopt1.c, lib/getpass.c, lib/group-member.c, lib/hard-locale.c,
14194         lib/hash-pjw.c, lib/hash.c, lib/human.c, lib/idcache.c,
14195         lib/inet_ntop.c, lib/isdir.c, lib/long-options.c, lib/malloc.c,
14196         lib/memcasecmp.c, lib/memcmp.c, lib/memcoll.c, lib/memcpy.c,
14197         lib/memmove.c, lib/mkdir-p.c, lib/modechange.c, lib/mountlist.c,
14198         lib/open-safer.c, lib/physmem.c, lib/pipe-safer.c, lib/pipe.c,
14199         lib/poll.c, lib/posixver.c, lib/progname.c, lib/progreloc.c,
14200         lib/putenv.c, lib/quote.c, lib/quotearg.c, lib/readline.c,
14201         lib/readlink.c, lib/realloc.c, lib/regex.c, lib/rename.c, lib/rmdir.c,
14202         lib/rpmatch.c, lib/safe-read.c, lib/same.c, lib/save-cwd.c,
14203         lib/savedir.c, lib/sig2str.c, lib/strcspn.c, lib/strerror.c,
14204         lib/stripslash.c, lib/strncasecmp.c, lib/strndup.c, lib/strnlen.c,
14205         lib/strnlen1.c, lib/strsep.c, lib/strstr.c, lib/strtod.c,
14206         lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c,
14207         lib/time_r.c, lib/userspec.c, lib/utimecmp.c, lib/version-etc-fsf.c,
14208         lib/version-etc.c, lib/wait-process.c, lib/xalloc-die.c, lib/xgetcwd.c,
14209         lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c, lib/xreadlink.c,
14210         lib/xsetenv.c, lib/xstrndup.c, lib/xstrtoimax.c, lib/xstrtol.c,
14211         lib/xstrtoumax.c, lib/yesno.c:
14212         Standardize inclusion of config.h.
14213         * lib/__fpending.h, lib/dirfd.h, lib/getdate.h, lib/human.h,
14214         lib/inttostr.h:  Removed inclusion of config.h from header files.
14215         * lib/inttostr.c:  Adjusted in-tree users.
14216         * lib/timespec.h: Remove superfluous warning to include config.h.
14217         * lib/atexit.c, lib/chdir-long.c, lib/chown.c, lib/fchown-stub.c,
14218         lib/getgroups.c, lib/gettimeofday.c, lib/lchown.c, lib/lstat.c,
14219         lib/mkdir.c, lib/mkstemp.c, lib/nanosleep.c, lib/openat.c, lib/raise.c,
14220         lib/readtokens0.c, lib/readutmp.c, lib/unlinkdir.c: Guard inclusion of
14221         config.h with HAVE_CONFIG_H.
14222
14223 2005-09-19  Jim Meyering  <jim@meyering.net>
14224
14225         * modules/pathmax (License): Change to LGPL.
14226
14227 2005-09-19  Derek Price  <derek@ximbiot.com>
14228
14229         * config/srclist.txt: glibc's glob.h is now in lib/glob-libc.h.
14230
14231 2005-09-19  Bruno Haible  <bruno@clisp.org>
14232
14233         * gnulib-tool (import): Provide default for --tests-base.
14234
14235 2005-09-19  Bruno Haible  <bruno@clisp.org>
14236
14237         * doc/quote.texi: New file, extracted from gnulib.texi.
14238         * doc/ctime.texi: New file, extracted from gnulib.texi.
14239         * doc/inet_ntoa.texi: New file, extracted from gnulib.texi.
14240         * doc/gnulib-tool.texi: New file, extracted from gnulib.texi.
14241         * doc/gnulib.texi: Include them.
14242
14243 2005-09-18  Bruno Haible  <bruno@clisp.org>
14244
14245         Portability fix.
14246         * gnulib-tool (func_readlink): New function.
14247         (func_ln_if_changed): Use it.
14248
14249 2005-09-18  Bruno Haible  <bruno@clisp.org>
14250
14251         * gnulib-tool: Support --with-tests also with --import.
14252         (func_emit_tests_Makefile_am): Use variables $m4base and $testsbase.
14253         (func_import): Use variables $testsbase and $inctests. Emit a
14254         gl_TESTS_BASE form into gnulib-cache.m4. Create $testsbase/Makefile.am.
14255         Remind the user to add AC_CONFIG_FILES($testsdir/Makefile) and
14256         SUBDIRS += $testsdir.
14257         (func_create_testdir): Update.
14258
14259 2005-09-18  Bruno Haible  <bruno@clisp.org>
14260
14261         * gnulib-tool: Revise --dry-run implementation. Use variable $doit
14262         instead of $dry_run.
14263         (func_cp_if_changed, func_mv_if_changed): Remove functions.
14264         (func_ln_if_changed): Don't handle dry-run here.
14265         (func_import): In dry-run mode, detect more precisely which actions
14266         would be performed, and don't use "...ing" verbs.
14267
14268 2005-09-18  Bruno Haible  <bruno@clisp.org>
14269
14270         * gnulib-tool (func_tmpdir): New function, taken from GNU gettextize.
14271         (func_import): Use join on two temporary files instead of three nested
14272         loops, in order to determine which files are new or old.
14273
14274 2005-09-18  Bruno Haible  <bruno@clisp.org>
14275
14276         * gnulib-tool (func_import): Comment out code that spits out the
14277         new files with --dry-run.
14278
14279 2005-09-18  Bruno Haible  <bruno@clisp.org>
14280
14281         * doc/gnulib.texi (Invoking gnulib-tool): 50% rewritten.
14282
14283 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
14284
14285         * lib/stat-time.h: New file.
14286         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP, ATIME_CMP, CTIME_CMP):
14287         (MTIME_CMP, TIMESPEC_NS): Remove.  Now done by stat-time.h,
14288         in a different way.
14289         (timespec_cmp): New function.
14290         * lib/utimecmp.c: Include stat-time.h.
14291         (SYSCALL_RESOLUTION): Depend on whether various struct stat
14292         members exist, not on the obsolescent ST_MTIM_NSEC.
14293         (utimecmp): Use the new stat-time functions rater than TIMESPEC_NS.
14294
14295 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
14296
14297         * config/srclist.txt: Remove glibc bug 1033 and uncomment mktime.c.
14298
14299 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
14300
14301         * MODULES.html.sh (File system functions): Add stat-time.
14302         * modules/stat-time: New file.
14303         * modules/timespec (Files): Remove m4/st_mtim.m4; this
14304         is now done in a different way, by the stat-time module.
14305         * modules/utimecmp (Depends-on): Add stat-time.
14306
14307 2005-09-15  Paul Eggert  <eggert@cs.ucla.edu>
14308
14309         * m4/st_mtim.m4: Remove.  Superseded by...
14310         * m4/stat-time.m4: New file.
14311         * m4/timespec.m4 (gl_TIMESPEC): Require AC_C_INLINE.
14312         Do not invoke AC_STRUCT_ST_MTIM_NSEC; no longer needed.
14313
14314 2005-09-15  Derek Price  <derek@ximbiot.com>
14315
14316         * m4/strstr.m4 (gl_FUNC_STRSTR): Don't define strstr here.
14317
14318 2005-09-15  Derek Price  <derek@ximbiot.com>
14319
14320         * lib/regex_internal.h: Blank `pure' for GNUC < 3.
14321         * lib/regex_internal.c: Ditto, using this...
14322         (__GNUC_PREREQ): ...new macro.
14323         * lib/regcomp.c, regexec.c: Blank `always_inline' for GNUC < 3.1
14324         using...
14325         (__GNUC_PREREQ): ...this new macro.
14326
14327         * lib/strstr.h: Include string.h. Define strstr as a macro here.
14328
14329 2005-09-15  Derek Price  <derek@ximbiot.com>
14330             Paul Eggert  <eggert@cs.ucla.edu>
14331
14332         * lib/regcomp.c, regexec.c, regex_internal.c: Back out previous
14333         changes, consolidating in...
14334         * lib/regex_internal.h: ...this file.
14335
14336 2005-09-13  Jim Meyering  <jim@meyering.net>
14337
14338         * lib/canon-host.c: Filter through gnu indent and reword comments
14339         slightly.
14340         * lib/canon-host.h (ch_strerror_r): Tweak cpp indentation and spacing.
14341
14342 2005-09-13  Derek Price  <derek@ximbiot.com>
14343
14344         * lib/canon-host.c (canon_host_r): Set *cherror on memory allocation
14345         failure.
14346         Reported by Jim Meyering  <jim@meyering.net>.
14347
14348 2005-09-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
14349
14350         * lib/base64.c: Typo.
14351         (base64_encode): Put b64str in initialized data section.
14352
14353 2005-09-12  Paul Eggert  <eggert@cs.ucla.edu>
14354
14355         Merge glibc and coreutils changes into gnulib, plus a few
14356         extra fixes.
14357         * lib/md5.c: Use #error rather than a string.
14358         (CYCLIC): New macro, from glibc source.  Use it instead of rol.
14359         * lib/md5.h (__GNUC_PREREQ, __THROW): Define if not defined already.
14360         (__attribute__): Define to empty for non recent-GCC.
14361         (__md5_buffer, __md5_finish_ctx, __md5_init_ctx, __md5_process_block):
14362         (__md5_process_bytes, __md5_read_ctx, __md5_stream):
14363         Renamed from their non-__ counterparts, with new macros replacing
14364         them if not _LIBC.  Add __THROW attribute.
14365         (rol): Remove.
14366         (struct md5_ctx): Align buffer if using GCC.
14367         * lib/sha1.h (struct sha1_ctx): Likewise.
14368         * lib/sha1.c (SWAP): Renamed from the NOTSWAP.  All uses changed.
14369         The old name was backwards.
14370         (NOTSWAP): Remove; not used.
14371         (rol): New macro, moved here from md5.h.
14372         (sha1_process_block): Remove a FIXME that doesn't make sense.
14373
14374 2005-09-12  Derek Price  <derek@ximbiot.com>
14375
14376         Return usable errors from canon-host.
14377         * lib/canon-host.h: New file.
14378         * lib/canon-host.c (canon_host): Wrap...
14379         (canon_host_r): ...this new function, which now relies exclusively on
14380         getaddrinfo.
14381         (ch_strerror): New function.
14382         (last_cherror): New global.
14383         * lib/getaddrinfo.c: Move include of getaddrinfo.h first to test
14384         interface.
14385         (getaddrinfo): Add AI_CANONNAME functionality.  Don't do arithmetic on
14386         void *.
14387         (freeaddrinfo): Free ai->ai_canonname when set.
14388
14389 2005-09-12  Derek Price  <derek@ximbiot.com>
14390
14391         Make canon-host require getaddrinfo.
14392         * m4/canon-host.m4 (gl_CANON_HOST): Remove most dependencies.
14393         AC_LIBSOURCE canon-host.h.  Call...
14394         (gl_PREREQ_CANON_HOST): ...this new function, which requires
14395         gl_GETADDRINFO.
14396         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Compile gai_strerror when needed.
14397
14398 2005-09-12  Derek Price  <derek@ximbiot.com>
14399
14400         * modules/canon-host: Add canon-host.h.  Depend on getaddrinfo.  Make
14401         LGPL.
14402         * modules/getaddrinfo: Add link to opengroup spec.  Depend on strdup.
14403
14404 2005-09-12  Derek Price  <derek@ximbiot.com>
14405
14406         * lib/gai_strerror.c: Include config.h when available.  Include
14407         getaddrinfo.h before other headers to test interface.
14408         Reported by Larry Jones <lawrence.jones@ugs.com>.
14409
14410 2005-09-12  Derek Price  <derek@ximbiot.com>
14411             Paul Eggert  <eggert@cs.ucla.edu>
14412
14413         * modules/glob (Files): Add glob-libc.h.
14414
14415 2005-09-12  Derek Price  <derek@ximbiot.com>
14416             Paul Eggert  <eggert@cs.ucla.edu>
14417
14418         * m4/glob.m4 (gl_GLOB_SUBSTITUTE): AC_LIBSOURCES for glob.c,
14419         glob_.h, glob-libc.h.
14420         (gl_PREREQ_GLOB): Remove _SYS_CDEFS_H hack; no longer needed.
14421
14422 2005-09-12  Derek Price  <derek@ximbiot.com>
14423             Paul Eggert  <eggert@cs.ucla.edu>
14424
14425         * lib/glob-libc.h: Renamed from glob_.h.  The new version is
14426         taken from libc's glob.h, except with '#ifdef __GLOB_GNULIB'
14427         protecting things that should be done only in gnulib contexts.
14428         * lib/glob_.h: New file, containing only the glob things needed for
14429         gnulib.
14430         (GLOB_PREFIX): Remove.  All uses changed to look for __GLOB_GNULIB.
14431         (__GLOB_CONCAT, __GLOB_XCONCAT, __GLOB_ID): Remove; no longer needed.
14432         (glob, globfree, glob_pattern_p): Now defined simply in terms of
14433         rpl_glob, rpl_globfree, rpl_glob_pattern_p.
14434         (__GLOB_GNULIB): New macro, to keep the glob.h changes clearer
14435         and to respect the namespace rules better.
14436
14437 2005-09-08  Simon Josefsson  <jas@extundo.com>
14438
14439         * modules/socklen: New file.
14440
14441 2005-09-08  Simon Josefsson  <jas@extundo.com>
14442
14443         * m4/socklen.m4: New file.
14444
14445 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
14446
14447         * modules/utimens (Files): Add m4/utimbuf.m4, since
14448         m4/utimens.m4 requires gl_CHECK_TYPE_STRUCT_UTIMBUF.
14449         Reported by Sergey Poznyakoff.
14450
14451 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
14452
14453         * lib/glob.c (glob, globfree, __glob_pattern_p): Use old-style function
14454         definitions, since that's the preferred style in glibc.
14455         Fix a minor spacing issue, and update copyright notice to match
14456         glibc's.
14457
14458 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
14459
14460         * config/srclist.txt: Remove glibc bug 1061; it's been fixed.
14461
14462 2005-09-06  Simon Josefsson  <jas@extundo.com>
14463
14464         * lib/getpass.c (getpass): Fix typo, test for HAVE_TCSETATTR and not
14465         TCSETATTR.  Reported by Derek Price <derek@ximbiot.com>.
14466
14467 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
14468
14469         * lib/regex_internal.h (bitset_not): Add parens to avoid gcc -Wall
14470         warning.
14471
14472 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
14473
14474         * config/srclist.txt: Add glibc bug 1302.
14475
14476 2005-09-05  Paul Eggert  <eggert@cs.ucla.edu>
14477
14478         Change bitset word type from unsigned int to unsigned long int,
14479         as this has better performance on typical 64-bit hosts.
14480         Port bitset code to hosts with unusual word sizes.
14481         * lib/regcomp.c (build_equiv_class, build_charclass, build_range_exp):
14482         (build_collating_symbol):
14483         Prefer bitset to re_bitset_ptr_t in prototypes, when the actual
14484         argument is a bitset.  This is merely a style issue, but it makes
14485         it clearer that an entire array is expected.
14486         (re_compile_fastmap_iter, init_dfa, init_word_char, optimize_subexps):
14487         * lib/regcomp.c (lower_subexp, parse_bracket_exp, built_charclass_op):
14488         Port to the case where bitset_word is not the same as unsigned int.
14489         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
14490         (bitset_not, bitset_merge, bitset_set_all, bitset_mask):
14491         Likewise.
14492         * lib/regexec.c (check_dst_limits_calc_pos_1,
14493         check_subexp_matching_top):
14494         (build_trtable, group_nodes_into_DFAstates):
14495         Likewise.
14496         * lib/regcomp.c (re_compile_fastmap_iter, utf8_sb_map, optimize_utf8):
14497         Don't assume that SBC_MAX is a multiple of BITSET_WORD_BITS.
14498         * lib/regex_internal.h (bitset_set_all, bitset_not): Likewise.
14499         * lib/regexec.c (group_nodes_into_DFAstates): Likewise.
14500         * lib/regcomp.c (utf8_sb_map): Don't assume UINT_MAX == 0xffffffff.
14501         * lib/regcomp.c (optimize_subexps, lower_subexp):
14502         Work even if bitset_word has holes in its bitwise representation.
14503         * lib/regex_internal.h (BITSET_WORD_BITS): Likewise.
14504         * lib/regexec.c (check_dst_limits_calc_pos_1,
14505         check_subexp_matching_top):
14506         Likewise.
14507         * lib/regex_internal.c (re_string_reconstruct):
14508         Don't assume UCHAR_MAX == 255.
14509         * lib/regex_internal.h (bitset_set_all): Likewise.
14510         * lib/regex_internal.h (BITSET_WORD_BITS): Renamed from UINT_BITS.
14511         All uses changed.
14512         (BITSET_WORDS): Renamed from BITSET_UINTS.  All uses changed.
14513         (bitset_word): New type, replacing 'unsigned int' for bitset uses.
14514         All uses changed.
14515         (BITSET_WORD_MAX): New macro.
14516         (bitset_set, bitset_clear, bitset_contain, bitset_empty):
14517         (bitset_set_all, bitset_copy):  Now inline functions, not macros.
14518         (bitset_empty, bitset_copy):
14519         Prefer sizeof (bitset) to multiplying it out ourselves.
14520         (bitset_not_merge): Remove; unused.
14521         (bitset_contain): Return bool, not unsigned int with one bit on.
14522         All callers changed.
14523         * lib/regexec.c (build_trtable): Don't assume bitset has no stricter
14524         alignment than re_node_set; do this by defining a new internal
14525         type struct dests_alloc and using it to allocate memory.
14526
14527 2005-09-05  Bruno Haible  <bruno@clisp.org>
14528
14529         * gnulib-tool (func_import): Fix comparison in handling of symbolic
14530         links.
14531
14532 2005-09-04  Martin Lambers  <marlam@marlam.de>  (tiny change)
14533
14534         * modules/size_max (Makefile.am): Add size_max.h
14535
14536 2005-09-04  Derek Price  <derek@ximbiot.com>
14537
14538         * gnulib-tool (func_import): Fix reversed $symbolic logic.
14539
14540 2005-09-03  Simon Josefsson  <jas@extundo.com>
14541
14542         * gnulib-tool: Fix typo.
14543
14544 2005-09-03  Simon Josefsson  <jas@extundo.com>
14545
14546         * config/srclist.txt: Add glibc bug 1293.
14547
14548 2005-09-03  Derek Price  <derek@ximbiot.com>
14549
14550         * m4/getlogin_r (gl_GETLOGIN_R): Fix cut & paste error.
14551         From Larry Jones <lawrence.jones@ugs.com>.
14552
14553 2005-09-02  Simon Josefsson  <jas@extundo.com>
14554
14555         * modules/socklen: New file.
14556
14557 2005-09-02  Simon Josefsson  <jas@extundo.com>
14558
14559         * modules/havelib: New module.
14560
14561         * modules/gettext, modules/iconv, modules/lock, modules/readline:
14562         Use havelib.
14563
14564 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
14565
14566         Check for arithmetic overflow when calculating sizes, to prevent
14567         some buffer-overflow issues.  These patches are conservative, in the
14568         sense that when I couldn't determine whether an overflow was possible,
14569         I inserted a run-time check.
14570         * lib/regex_internal.h (re_xmalloc, re_xrealloc, re_x2realloc): New
14571         macros.
14572         (SIZE_MAX) [!defined SIZE_MAX]: New macro.
14573         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc):
14574         (re_xnrealloc, re_x2nrealloc): New inline functions.
14575         * lib/regcomp.c (init_dfa, analyze, build_range_exp,
14576         parse_bracket_exp):
14577         (build_equiv_class, build_charclass): Check for arithmetic overflow
14578         in size expression calculations.
14579         * lib/regex_internal.c (re_string_realloc_buffers):
14580         (build_wcs_upper_buffer, re_node_set_add_intersect):
14581         (re_node_set_init_union, re_node_set_insert, re_node_set_insert_last):
14582         (re_dfa_add_node, register_state): Likewise.
14583         * lib/regexec.c (re_search_stub, re_copy_regs, re_search_internal):
14584         (prune_impossible_nodes, push_fail_stack, set_regs, check_arrival):
14585         (build_trtable, extend_buffers, match_ctx_init, match_ctx_add_entry):
14586         (match_ctx_add_subtop, match_ctx_add_sublast): Likewise.
14587
14588 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
14589
14590         * modules/inttostr (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
14591         m4/ulonglong.m4.  Problem reported by Martin Lambers.
14592
14593 2005-09-02  Bruno Haible  <bruno@clisp.org>
14594
14595         Support for lib vs. lib64 distinction on biarch platforms.
14596         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): New macro.
14597         (AC_LIB_PREFIX): Require it. Use $acl_libdirstem instead of 'lib'.
14598         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Likewise.
14599
14600 2005-09-02  Bruno Haible  <bruno@clisp.org>
14601
14602         * gnulib-tool (import): In the other first-use case, provide defaults
14603         as well.
14604
14605 2005-09-02  Bruno Haible  <bruno@clisp.org>
14606
14607         * config/srclist.txt: lib-link.m4 and lib-prefix.m4 currently have
14608         patches not yet found in the latest gettext release.
14609
14610 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
14611
14612         * lib/glob.c (GET_LOGIN_NAME_MAX): Renamed from LOGIN_NAME_MAX,
14613         to avoid a collision with bits/local_lim.h in glibc.
14614         All uses changed.  Problem reported by Dmitry V. Levin in
14615         <http://sources.redhat.com/bugzilla/show_bug.cgi?id=1060>.
14616
14617         * lib/regex_internal.c (build_wcs_upper_buffer): Fix portability
14618         bugs in int versus size_t comparisons.
14619         (re_string_context_at): Fix bug where the code assumed that
14620         Idx is signed.
14621
14622         Use bool where appropriate.
14623         * lib/regcomp.c (re_set_fastmap): ICASE arg is bool, not int.
14624         All callers changed.
14625         (calc_eclosure_iter): Likewise, for ROOT arg.
14626         (parse_bracket_element): Likewise, for ACCEPT_HYPHEN arg.
14627         (build_charclass_op): Likewise, for NON_MATCH arg.
14628         * lib/regex_internal.c (re_string_allocate, re_string_construct):
14629         (re_string_construct_common): Likewise, for ICASE arg.
14630         * lib/regexec.c (re_search_2_stub, re_search_stub):
14631         Likewise, for RET_LEN arg.
14632         (check_matching): Likewise, for FL_LONGEST_MATCH arg.
14633         (set_regs): Likewise, for FL_BACKTRACK arg.
14634         * lib/regcomp.c (re_compile_fastmap_iter, optimize_utf8):
14635         (duplicate_node_closure, calc_inveclosure, calc_eclosure):
14636         (calc_eclosure_iter, parse_bracket_exp):
14637         Use bool for internal variables that are booleans.
14638         * lib/regexec.c (re_search_internal, check_matching,
14639         proceed_next_node):
14640         (set_regs, build_sifted_states, sift_states_bkref):
14641         (check_arrival_add_next_nodes, check_arrival_expand_ecl_sub):
14642         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
14643         (find_collation_sequence_value):
14644         Likewise.
14645         * lib/regex_internal.c (re_node_set_insert, re_node_set_insert_last):
14646         (re_node_set_compare):
14647         Return bool, not int. All callers changed.
14648         * lib/regexec.c (check_halt_node_context, check_dst_limits):
14649         (build_trtable, check_node_accept): Likewise.
14650         * lib/regex_internal.h: Include stdbool.h.
14651
14652         Fix bugs uncovered when converting to bool.
14653         * lib/regcomp.c (calc_eclosure_iter): Check for storage allocation
14654         failure instead of charging ahead blindly.
14655         * lib/regex_internal.c (register_state): Likewise.
14656         * lib/regexec.c (re_search_2_stub): Use simpler method than boolean
14657         for freeing internal storage.
14658         (group_nodes_into_DFA_states): Use unsigned int, not int, for
14659         bitset pieces used as boolean, to avoid undefined behavior
14660         on hosts that do int overflow checking.
14661
14662 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
14663
14664         * config/srclist.txt: Add glibc bugs 1285-1287.
14665
14666 2005-09-01  Jim Meyering  <jim@meyering.net>
14667
14668         * m4/lchown.m4: Require gl_FUNC_CHOWN, for the definition of
14669         CHOWN_MODIFIES_SYMLINK, which is used by lchown.c.
14670         Require gl_STAT_MACROS, too.
14671
14672 2005-09-01  Bruno Haible  <bruno@clisp.org>
14673
14674         * gnulib-tool (import): In the first-use case, provide defaults.
14675
14676 2005-09-01  Bruno Haible  <bruno@clisp.org>
14677
14678         * gnulib-tool (func_import): Remove the .tmp files.
14679
14680 2005-09-01  Bruno Haible  <bruno@clisp.org>
14681
14682         * gnulib-tool (func_import): Fix handling of symbolic links.
14683
14684 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
14685
14686         On 64-bit hosts (where size_t is 64 bits and int is 32 bits), the
14687         old glibc regex code mishandles strings longer than 2**31 bytes.
14688         This patch fixes this when the regex code is used in gnulib
14689         (i.e., outside glibc).
14690
14691         This patch should not affect the use of the regex code inside
14692         glibc.  No doubt this problem also needs to be handled for glibc
14693         as well, but the result will be an incompatible change to the
14694         glibc ABI, and the old ABI will have to be supported too.  That
14695         can be the the subject for another patch.
14696
14697         * lib/regex.h (_REGEX_LARGE_OFFSETS): New feature-test macro,
14698         governing whether the rest of this patch is active.  By default,
14699         the macro is disabled and the patch has no effect.
14700         (regoff_t) [defined _REGEX_LARGE_OFFSETS]: Define to off_t, not int.
14701         (__re_idx_t, __re_size_t, __re_long_size_t): New types.
14702         (struct re_pattern_buffer, re_search, re_search_2, re_match):
14703         (re_match_2, re_set_registers): Use the new types.
14704         * lib/regex_internal.h (Idx, re_hashval_t): New types.
14705         (REG_MISSING, REG_ERROR, REG_VALID_INDEX, REG_VALID_NONZERO_INDEX):
14706         New macros.
14707         (re_node_set, re_charset_t, re_token_t, re_string_realloc_buffers):
14708         (re_string_context_at, bin_tree_t, re_dfastate_t):
14709         (struct re_state_table_entry, state_array_t, re_sub_match_last_t):
14710         (re_sub_match_top_t, re_match_context_t, re_sift_context_t):
14711         (struct re_fail_stack_ent_t, struct re_fail_stack_t, struct re_dfa_t):
14712         (re_string_char_size_at, re_string_wchar_at):
14713         (re_string_elem_size_at):
14714         Use the new types and macros to port to 64-bit hosts.
14715         Use unsigned types for internal values, so that the code
14716         mostly works even for arrays larger than SSIZE_MAX.
14717         * lib/regcomp.c (re_compile_internal, init_dfa, duplicate_node):
14718         (search_duplicated_node, calc_eclosure_iter, fetch_number):
14719         (parse_reg_exp, parse_branch, parse_expression, parse_sub_exp):
14720         (build_equiv_class, build_charclass, re_compile_fastmap_iter):
14721         (free_dfa_content, create_initial_state, optimize_utf8, analyze):
14722         (optimize_subexps, calc_first, link_nfa_nodes, duplicate_node_closure):
14723         (calc_inveclosure, parse_dup_op, build_range_exp):
14724         (build_collating_symbol, parse_bracket_exp, build_charclass_op):
14725         (fetch_number, create_token_tree, mark_opt_subexp):
14726         Likewise.
14727         * lib/regex_internal.c (re_string_construct_common,
14728         create_ci_newstate):
14729         (create_cd_newstate, re_string_allocate, re_string_construct):
14730         (re_string_realloc_buffers, build_wcs_upper_buffer):
14731         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
14732         (re_string_reconstruct, re_string_peek_byte_case):
14733         (re_string_fetch_byte_case, re_string_context_at):
14734         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
14735         (re_node_set_init_copy, re_node_set_add_intersect):
14736         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
14737         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
14738         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
14739         (re_acquire_state, re_acquire_state_context, register_state):
14740         Likewise.
14741         * lib/regex.c (match_ctx_init, match_ctx_add_entry,
14742         search_cur_bkref_entry):
14743         (match_ctx_add_subtop, match_ctx_add_sublast, sift_ctx_init):
14744         (re_search_internal, re_search_2_stub, re_search_stub)
14745         (re_copy_regs, check_matching, check_halt_state_context, update_regs):
14746         (push_fail_stack, sift_states_iter_mb, build_sifted_states):
14747         (update_cur_sifted_state, check_dst_limits):
14748         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
14749         (check_subexp_limits, sift_states_bkref, merge_state_array):
14750         (check_subexp_matching_top, get_subexp, get_subexp_sub):
14751         (find_subexp_node, check_arrival, check_arrival_add_next_nodes):
14752         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
14753         (expand_bkref_cache, check_node_accept_bytes):
14754         (group_nodes_into_DFAstates, check_node_accept, regexec, re_match):
14755         (re_search, re_match_2, re_search_2, prune_impossible_nodes):
14756         (acquire_init_state_context, check_halt_node_context):
14757         (proceed_next_node, pop_fail_stack, set_regs, free_fail_stack_return):
14758         (sift_states_backward, clean_state_log_if_needed):
14759         (sub_epsilon_src_nodes, add_epsilone_src_nodes, merge_state_with_log):
14760         (find_recover_state, transit_state_sb, transit_state_mb):
14761         (transit_state_bkref, build_trtable, match_ctx_clean):
14762         Likewise.
14763         * lib/regcomp.c (parse_dup_op): Add an extra test if Idx is unsigned,
14764         to work around an assumption that REG_MISSING is negative.
14765
14766         * lib/regcomp.c (re_comp) [defined _REGEX_RE_COMP || defined _LIBC]:
14767         (seek_collating_symbol_entry) [defined _LIBC]:
14768         (lookup_collation_sequence_value) [defined _LIBC]:
14769         (build_range_exp, build_collating_symbol) [defined _LIBC]:
14770         Use prototypes rather than old-style function definitions.
14771         * lib/regexec.c (re_exec) [defined _REGEX_RE_COMP || defined _LIBC]:
14772         (transit_state_sb) [0]:
14773         (find_collation_sequence_value) [defined _LIBC]: Likewise.
14774
14775         * lib/regexec.c (re_search_internal): Simplify update of rm_so and
14776         rm_eo.
14777
14778         * lib/regcomp.c (re_compile_fastmap_iter, init_dfa, init_word_char):
14779         (optimize_subexps, lower_subexp):
14780         Don't assume 1<<31 has defined behavior on hosts with 32-bit int,
14781         since the signed shift might overflow.  Use 1u<<31 instead.
14782         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
14783         Likewise.
14784         * lib/regexec.c (check_dst_limits_calc_pos_1,
14785         check_subexp_matching_top): Likewise.
14786
14787         * lib/regcomp.c (optimize_subexps, lower_subexp):
14788         Use CHAR_BIT rather than 8, for clarity.
14789         * lib/regexec.c (check_dst_limits_calc_pos_1):
14790         (check_subexp_matching_top): Likewise.
14791         * lib/regcomp.c (init_dfa): Make table_size unsigned, so that we don't
14792         have to worry about portability issues when shifting it left.
14793         Remove no-longer-needed test for table_size > 0.
14794         * lib/regcomp.c (parse_sub_exp): Do not shift more bits than there are
14795         in a word, as the resulting behavior is undefined.
14796         * lib/regexec.c (check_dst_limits_calc_pos_1): Likewise;
14797         in one case, a <= should have been an <, and in another case the
14798         whole test was missing.
14799         * lib/regex_internal.h (BYTE_BITS): Remove.  All uses changed to
14800         the standard name CHAR_BIT.
14801         * lib/regexec.c (match_ctx_add_entry): Don't assume that ~0 == -1;
14802         this is not true on one's complement and signed-magnitude hosts.
14803
14804         * lib/regex_internal.h (re_sub_match_top_t): Remove unused member
14805         next_last_offset.
14806         (struct re_dfa_t): Remove unused member states_alloc.
14807         * lib/regcomp.c (init_dfa): Don't initialize unused members.
14808
14809 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
14810
14811         * m4/regex.m4 (gl_REGEX): Require AC_SYS_LARGEFILE, Define
14812         _REGEX_LARGE_OFFSETS).  Test for regoff_t/off_t bug in 64-bit
14813         and large-file glibc and in 32-bit large-file Solaris.
14814
14815 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
14816
14817         * lib/regex_internal.c (re_string_reconstruct): Don't assume buffer
14818         lengths fit in regoff_t; this isn't true if regoff_t is the same
14819         width as size_t.
14820         * lib/regex.c (re_search_internal): 5th arg is LAST_START
14821         (= START + RANGE) instead of RANGE.  This avoids overflow
14822         problems when regoff_t is the same width as size_t.
14823         All callers changed.
14824         (re_search_2_stub): Check for overflow when adding the
14825         sizes of the two strings.
14826         (re_search_stub): Check for overflow when adding START
14827         to RANGE; if it occurs, substitute the extreme value.
14828
14829 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
14830
14831         * config/srclist.txt: Add glibc bugs 1273, 1278-1282, 1284.
14832
14833 2005-08-31  Jim Meyering  <jim@meyering.net>
14834
14835         * lib/regcomp.c (search_duplicated_node): Make first pointer arg
14836         a pointer-to-const.
14837         * lib/regex_internal.c (create_ci_newstate, create_cd_newstate):
14838         (register_state): Likewise.
14839         * lib/regexec.c (search_cur_bkref_entry, check_dst_limits):
14840         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
14841         (group_nodes_into_DFAstates): Likewise.
14842
14843 2005-08-31  Jim Meyering  <jim@meyering.net>
14844
14845         * check-module: Add a FIXME comment.
14846
14847 2005-08-31  Eric Blake  <ebb9@byu.net>
14848
14849         * modules/unistd-safer (Files): Add unistd--.h.
14850         * modules/stdio-safer (Files): Add stdio--.h.
14851
14852 2005-08-31  Derek Price  <derek@ximbiot.com>
14853
14854         * lib/getdelim.c (getdelim): Return EOF on EOF.
14855         Reported by Larry Jones <lawrence.jones@ugs.com>.
14856
14857 2005-08-31  Bruno Haible  <bruno@clisp.org>
14858
14859         Avoid unnecessary diffs in the generated lib/Makefile.am.
14860         * gnulib-tool (func_emit_lib_Makefile_am): Don't write the cmd into
14861         the generated files.
14862         (func_import): Don't set cmd.
14863
14864 2005-08-31  Bruno Haible  <bruno@clisp.org>
14865
14866         * lib/strstr.c: Include <stddef.h>, for NULL.
14867         * lib/strcasestr.c: Likewise.
14868         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
14869
14870 2005-08-31  Bruno Haible  <bruno@clisp.org>
14871
14872         * gnulib-tool: New option --macro-prefix.
14873         (func_import): Use macro_prefix.
14874         (import): Handle option --macro-prefix.
14875
14876 2005-08-31  Bruno Haible  <bruno@clisp.org>
14877
14878         * gnulib-tool (import): Rename most ac_* variables to cached_*.
14879         Also use new variables cached_lgpl, cached_libtool.
14880
14881 2005-08-31  Bruno Haible  <bruno@clisp.org>
14882
14883         * gnulib-tool (func_import): Require AC_GNU_SOURCE etc. instead of
14884         always instantiating them.
14885
14886 2005-08-31  Bruno Haible  <bruno@clisp.org>
14887
14888         * gnulib-tool (func_import): Read the previous cached settings
14889         from gnulib-cache.m4 and gnulib-comp.m4. Remove files that were
14890         earlier added by gnulib but are now dropped. Warn when a gnulib file
14891         overwrites a non-gnulib file.
14892
14893 2005-08-31  Bruno Haible  <bruno@clisp.org>
14894
14895         * gnulib-tool (func_import): Generate two files gnulib-cache.m4 and
14896         gnulib-comp.m4 instead of a single gnulib.m4, to make it easy for
14897         projects that don't keep autogenerated files in CVS. Put into
14898         actioncmd only the specified modules, not the transitive closure.
14899
14900 2005-08-31  Bruno Haible  <bruno@clisp.org>
14901
14902         * gnulib-tool (func_import): Fix defaulting of $libname and $libtool.
14903         Create directories that shall be filled.
14904         (import): Don't look for gl_* macros in configure.ac. Recurse across
14905         all directories containing a gnulib-cache.m4 files, if meaningful.
14906
14907 2005-08-31  Bruno Haible  <bruno@clisp.org>
14908
14909         * gnulib-tool (func_import): Emit also a stub for gl_LIBTOOL.
14910         (import): Set seen_libtool when we see gl_LIBTOOL.
14911
14912 2005-08-31  Bruno Haible  <bruno@clisp.org>
14913
14914         * gnulib-tool (func_import): Also copy m4/gnulib-tool.m4. Omit
14915         declaration macro definitions from generated gnulib.m4.
14916
14917 2005-08-30  Oskar Liljeblad  <oskar@osk.mine.nu>
14918
14919         * lib/iconvme.h: Add prototype for iconv_alloc.
14920
14921 2005-08-29  Simon Josefsson  <jas@extundo.com>
14922
14923         * lib/iconvme.c: Fix errno.
14924
14925 2005-08-29  Bruno Haible  <bruno@clisp.org>
14926
14927         * gnulib-tool: Enclose all occurrences of $destdir in "...", so
14928         that it works when the directory contains spaces.
14929
14930 2005-08-29  Bruno Haible  <bruno@clisp.org>
14931
14932         * gnulib-tool (import): Avoid unnecessary spaces in $avoidlist.
14933
14934 2005-08-29  Bruno Haible  <bruno@clisp.org>
14935
14936         * gnulib-tool (func_import): Emit more comments into gnulib.m4.
14937         Emit more advice.
14938
14939 2005-08-29  Bruno Haible  <bruno@clisp.org>
14940         and Stepan Kasal  <kasal@ucw.cz>
14941
14942         * check-module: If more parameters are given, check each of them
14943         separately; add more exceptions, as noted by Jim Meyering.
14944         (check_module): New procedure.
14945         (%exempt_header): Now contains all exceptions.
14946
14947 2005-08-29  Ben Pfaff  <blp@cs.stanford.edu>
14948
14949         * modules/byteswap (Makefile.am): Fix rule to not assume GNU make.
14950
14951 2005-08-29  Oskar Liljeblad  <oskar@osk.mine.nu>
14952
14953         * lib/iconvme.c: Split iconv_string into iconv_alloc.
14954
14955 2005-08-28  Bruno Haible  <bruno@clisp.org>
14956
14957         * m4/gnulib-tool.m4: New file.
14958
14959 2005-08-27  Jim Meyering  <jim@meyering.net>
14960
14961         * modules/unistd-safer (Files): Add pipe-safer.c.
14962         * modules/fcntl-safer (Files): Add creat-safer.c.
14963
14964 2005-08-27  Jim Meyering  <jim@meyering.net>
14965
14966         * m4/stdlib-safer.m4: New file.  From coreutils.
14967         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add stdio--.h.
14968         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Add creat-safer.c to the
14969         AC_LIBSOURCES list and arrange to compile it via AC_LIBOBJ.
14970         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise, add pipe-safer.c.
14971         Add pipe-safer.c and unistd--.h to the AC_LIBSOURCES list.
14972
14973 2005-08-27  Jim Meyering  <jim@meyering.net>
14974
14975         * lib/fopen-safer.c: Merge minor changes from coreutils.
14976         * lib/dup-safer.c: Likewise.
14977         * lib/fd-safer.c: Likewise.
14978
14979         Merge from coreutils.
14980         * lib/stdio--.h: New file.
14981         * lib/stdlib--.h: New file.
14982         * lib/mkstemp-safer.c: New file.
14983
14984         GNU tar needs these.
14985         * lib/pipe-safer.c: New file.
14986         * lib/creat-safer.c: New file.
14987         * lib/fcntl--.h (creat): Define to creat_safer.
14988         * lib/fcntl-safer.h: Include <sys/types.h> and declare creat_safer.
14989         * lib/unistd--.h (pipe): Define to pipe_safer.
14990         * lib/unistd-safer.h: Declare pipe_safer.
14991
14992 2005-08-26  Simon Josefsson  <jas@extundo.com>
14993
14994         * lib/getpass.c: Use _WIN32 instead of WIN32, suggested by Bruno
14995         Haible <bruno@clisp.org>.
14996
14997 2005-08-26  Paul Eggert  <eggert@cs.ucla.edu>
14998
14999         * lib/regex_internal.h: Remove all references to
15000         RE_NO_INTERNAL_PROTOTYPES; no longer neeeded now that we assume C89
15001         or better.
15002         (bitset_not, bitset_merge, bitset_not_merge):
15003         (bitset_mask, re_string_allocate, re_string_construct):
15004         (re_string_reconstruct, re_string_destruct, re_string_elem_size_at):
15005         (re_string_char_size_at, re_string_wchar_at, re_string_peek_byte_case):
15006         (re_string_fetch_byte_case, re_node_set_alloc, re_node_set_init_1):
15007         (re_node_set_init_2, re_node_set_init_copy, re_node_set_add_intersect):
15008         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
15009         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
15010         (re_node_set_remove_at, re_dfa_add_node, re_acquire_state):
15011         (re_acquire_state_context):
15012         Remove unnecessary forward decls.
15013         (re_string_char_size_at, re_string_wchar_at, re_string_elem_size_at):
15014         Put __attribute at function definition,
15015         now that the function decl has been removed.
15016         * lib/regex_internal.c (re_string_peek_byte_case):
15017         (re_string_fetch_byte_case, re_node_set_compare, re_node_set_contains):
15018         Likewise.
15019
15020 2005-08-25  Stepan Kasal  <kasal@ucw.cz>
15021
15022         * m4/regex.m4: Add AC_PREREQ(2.50).
15023         (gl_REGEX): If --with-included-regex was given, skip the autodetection.
15024
15025 2005-08-25  Simon Josefsson  <jas@extundo.com>
15026
15027         * m4/getpass.m4: Check for termios.h, tcgetattr, tcsetattr, and
15028         __fsetlocking.
15029
15030 2005-08-25  Simon Josefsson  <jas@extundo.com>
15031
15032         * lib/getpass.c: Add WIN32 implementation.  Conditionalize use of
15033         termios.h, tcgetattr, tcsetattr and __fsetlocking.  Remove some
15034         GLIBC specific code.
15035
15036 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
15037
15038         Make regex safe for g++.  This fixes one real bug (an "err"
15039         that should have been "*err").  g++ problem reported by
15040         Sam Steingold.
15041         * lib/regex_internal.h (re_calloc): New macro, consistent with
15042         re_malloc etc.  All callers of calloc changed to use re_calloc.
15043         * lib/regex_internal.c (build_wcs_upper_buffer): Return reg_errcode_t,
15044         not int.  All callers changed.
15045         * lib/regcomp.c (re_compile_fastmap_iter): Don't use
15046         alloca (mb_cur_max); just use an array of size MB_LEN_MAX.
15047         * lib/regexec.c (push_fail_stack): Use re_realloc, not realloc.
15048         (find_recover_state): Change "err" to "*err"; this fixes what
15049         appears to be a real bug.
15050         (check_arrival_expand_ecl_sub): Be consistent about reg_errcode_t
15051         versus int.
15052
15053 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
15054
15055         * modules/regex (Depends-on): Add malloc, since the code
15056         assumes that !malloc(0) means failure.
15057
15058 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
15059
15060         * lib/regexec.c (set_regs): Don't alloca with an unbounded size.
15061
15062         alloca modernization/simplification for regex.
15063         * lib/regex.c: Remove portability cruft for alloca.  This no longer
15064         needs to be at the start of the file, and can be moved into
15065         regex_internal.h and simplified.
15066         * lib/regex_internal.h: Include <alloca.h>.
15067         (__libc_use_alloca) [!defined _LIBC]: New macro.
15068         * lib/regexec.c (build_trtable): Remove "#ifdef _LIBC", since the code
15069         now works outside glibc.
15070
15071 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
15072
15073         * config/srclist.txt: Add glibc bugs 1241, 1245.
15074
15075 2005-08-25  Jim Meyering  <jim@meyering.net>
15076
15077         * lib/open-safer.c: Include <config.h>.
15078         Otherwise, we'd lose LARGEFILE support in any file using
15079         e.g. "fcntl--.h"
15080
15081 2005-08-25  Bruno Haible  <bruno@clisp.org>
15082
15083         * m4/minmax.m4: Require autoconf 2.52.
15084         (gl_MINMAX_IN_HEADER): Add comments. Use m4_pushdef/m4_popdef instead
15085         of define/undefine. Use AS_TR_SH and AS_TR_CPP as more robust
15086         alternatives of translit over the alphabet.
15087         Based on a patch from Stepan Kasal <kasal@ucw.cz>.
15088
15089 2005-08-24  Simon Josefsson  <jas@extundo.com>
15090
15091         * tests/test-getpass.c: New file.
15092
15093 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
15094
15095         * m4/regex.m4 (gl_REGEX): Use POSIX-compliant spellings when testing
15096         for GNU regex features.
15097
15098 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
15099
15100         * lib/regcomp.c (regerror): 2nd arg is 'restrict', as per POSIX.
15101         * lib/regex.h (regerror): Likewise.
15102
15103         * lib/regex.c: Do not include <sys/types.h>, as POSIX no longer
15104         requires this.  (The code never needed it.)
15105
15106         * lib/regcomp.c, regex_internal.c, regex_internal.h, regexec.c:
15107         All uses of recently-renamed identifiers changed to use the new,
15108         POSIX-compliant names.  The code will build and run just fine
15109         without these changes, but it's better to eat our own dog food
15110         and use the standard-conforming names.
15111
15112         * lib/regex.h: Fix a multitude of POSIX name space violations.
15113         These changes have an effect only for programs that define
15114         _POSIX_C_SOURCE, _POSIX_SOURCE, or _XOPEN_SOURCE; they
15115         do not change anything for programs compiled in the normal way.
15116         Also, there is no effect on the ABI.
15117
15118         (_REGEX_SOURCE): New macro.
15119         Do not include <stddef.h> if _XOPEN_SOURCE and VMS are both
15120         defined and _GNU_SOURCE is not; this fixes a name space violation.
15121
15122         Rename the following macros to obey POSIX requirements.
15123         The old names are still visible as macros if _REGEX_SOURCE is defined.
15124         (REG_BACKSLASH_ESCAPE_IN_LISTS): renamed from
15125         RE_BACKSLASH_ESCAPE_IN_LISTS.
15126         (REG_BK_PLUS_QM): renamed from RE_BK_PLUS_QM.
15127         (REG_CHAR_CLASSES): renamed from RE_CHAR_CLASSES.
15128         (REG_CONTEXT_INDEP_ANCHORS): renamed from RE_CONTEXT_INDEP_ANCHORS.
15129         (REG_CONTEXT_INDEP_OPS): renamed from RE_CONTEXT_INDEP_OPS.
15130         (REG_CONTEXT_INVALID_OPS): renamed from RE_CONTEXT_INVALID_OPS.
15131         (REG_DOT_NEWLINE): renamed from RE_DOT_NEWLINE.
15132         (REG_DOT_NOT_NULL): renamed from RE_DOT_NOT_NULL.
15133         (REG_HAT_LISTS_NOT_NEWLINE): renamed from RE_HAT_LISTS_NOT_NEWLINE.
15134         (REG_INTERVALS): renamed from RE_INTERVALS.
15135         (REG_LIMITED_OPS): renamed from RE_LIMITED_OPS.
15136         (REG_NEWLINE_ALT): renamed from RE_NEWLINE_ALT.
15137         (REG_NO_BK_BRACES): renamed from RE_NO_BK_BRACES.
15138         (REG_NO_BK_PARENS): renamed from RE_NO_BK_PARENS.
15139         (REG_NO_BK_REFS): renamed from RE_NO_BK_REFS.
15140         (REG_NO_BK_VBAR): renamed from RE_NO_BK_VBAR.
15141         (REG_NO_EMPTY_RANGES): renamed from RE_NO_EMPTY_RANGES.
15142         (REG_UNMATCHED_RIGHT_PAREN_ORD): renamed from
15143         RE_UNMATCHED_RIGHT_PAREN_ORD.
15144         (REG_NO_POSIX_BACKTRACKING): renamed from RE_NO_POSIX_BACKTRACKING.
15145         (REG_NO_GNU_OPS): renamed from RE_NO_GNU_OPS.
15146         (REG_DEBUG): renamed from RE_DEBUG.
15147         (REG_INVALID_INTERVAL_ORD): renamed from RE_INVALID_INTERVAL_ORD.
15148         (REG_IGNORE_CASE): renamed from RE_ICASE.  This renaming is a bit
15149         unusual, since we can't clash with the POSIX REG_ICASE.
15150         (REG_CARET_ANCHORS_HERE): renamed from RE_CARET_ANCHORS_HERE.
15151         (REG_CONTEXT_INVALID_DUP): renamed from RE_CONTEXT_INVALID_DUP.
15152         (REG_NO_SUB): renamed from RE_NO_SUB.
15153         (REG_SYNTAX_EMACS): renamed from RE_SYNTAX_EMACS.
15154         (REG_SYNTAX_AWK): renamed from RE_SYNTAX_AWK.
15155         (REG_SYNTAX_GNU_AWK): renamed from RE_SYNTAX_GNU_AWK.
15156         (REG_SYNTAX_POSIX_AWK): renamed from RE_SYNTAX_POSIX_AWK.
15157         (REG_SYNTAX_GREP): renamed from RE_SYNTAX_GREP.
15158         (REG_SYNTAX_EGREP): renamed from RE_SYNTAX_EGREP.
15159         (REG_SYNTAX_POSIX_EGREP): renamed from RE_SYNTAX_POSIX_EGREP.
15160         (REG_SYNTAX_ED): renamed from RE_SYNTAX_ED.
15161         (REG_SYNTAX_SED): renamed from RE_SYNTAX_SED.
15162         (_REG_SYNTAX_POSIX_COMMON): renamed from _RE_SYNTAX_POSIX_COMMON.
15163         (REG_SYNTAX_POSIX_BASIC): renamed from RE_SYNTAX_POSIX_BASIC.
15164         (REG_SYNTAX_POSIX_MINIMAL_BASIC): renamed from
15165         RE_SYNTAX_POSIX_MINIMAL_BASIC.
15166         (REG_SYNTAX_POSIX_EXTENDED): renamed from RE_SYNTAX_POSIX_EXTENDED.
15167         (REG_SYNTAX_POSIX_MINIMAL_EXTENDED): renamed from
15168         RE_SYNTAX_POSIX_MINIMAL_EXTENDED.
15169         (REG_DUP_MAX): renamed from RE_DUP_MAX.  No need to undef it.
15170         (REG_UNALLOCATED): Renamed from REGS_UNALLOCATED.
15171         (REG_REALLOCATE): Renamed from REGS_REALLOCATE.
15172         (REG_FIXED): Renamed from REGS_FIXED.
15173         (REG_NREGS): Renamed from RE_NREGS.
15174
15175         (REG_ICASE, REG_NEWLINE, REG_NOSUB): Do not depend on the values
15176         of other REG_* macros, since POSIX says the user is allowed to
15177         #undef these macros selectively.
15178
15179         (reg_errcode_t): Update comment stating what other tables need
15180         to be consistent.
15181
15182         Rename the following enum values to obey POSIX requirements.
15183         The old names are still visible as macros.
15184         (_REG_ENOSYS): Renamed from REG_ENOSYS.  Define even if _XOPEN_SOURCE
15185         is not defined, since GNU is supposed to be a superset of POSIX as
15186         much as possible, and since we want reg_errcode_t to be a signed
15187         type for implementation consistency.
15188         (_REG_NOERROR): Renamed from REG_NOERROR.
15189         (_REG_NOMATCH): Renamed from REG_NOMATCH.
15190         (_REG_BADPAT): Renamed from REG_BADPAT.
15191         (_REG_ECOLLATE): Renamed from REG_ECOLLATE.
15192         (_REG_ECTYPE): Renamed from REG_ECTYPE.
15193         (_REG_EESCAPE): Renamed from REG_EESCAPE.
15194         (_REG_ESUBREG): Renamed from REG_ESUBREG.
15195         (_REG_EBRACK): Renamed from REG_EBRACK.
15196         (_REG_EPAREN): Renamed from REG_EPAREN.
15197         (_REG_EBRACE): Renamed from REG_EBRACE.
15198         (_REG_BADBR): Renamed from REG_BADBR.
15199         (_REG_ERANGE): Renamed from REG_ERANGE.
15200         (_REG_ESPACE): Renamed from REG_ESPACE.
15201         (_REG_BADRPT): Renamed from REG_BADRPT.
15202         (_REG_EEND): Renamed from REG_EEND.
15203         (_REG_ESIZE): Renamed from REG_ESIZE.
15204         (_REG_ERPAREN): Renamed from REG_ERPAREN.
15205         (REG_ENOSYS, REG_NOERROR, REG_NOMATCH, REG_BADPAT, REG_ECOLLATE):
15206         (REG_ECTYPE, REG_EESCAPE, REG_ESUBREG, REG_EBRACK, REG_EPAREN):
15207         (REG_EBRACE, REG_BADBR, REG_ERANGE, REG_ESPACE, REG_BADRPT, REG_EEND):
15208         (REG_ESIZE, REG_ERPAREN): Now macros, not enum constants.
15209
15210         (_REG_RE_NAME, _REG_RM_NAME): New macros.
15211         (REG_TRANSLATE_TYPE): Renamed from RE_TRANSLATE_TYPE.  All uses
15212         changed.  But support the old name if the new one is not defined
15213         and if _REGEX_SOURCE.
15214
15215         Change the following member names in struct re_pattern_buffer.
15216         The old names are still supported if !_REGEX_SOURCE.
15217         The new names are always supported, regardless of _REGEX_SOURCE.
15218         (re_buffer): Renamed from buffer.
15219         (re_allocated): Renamed from allocated.
15220         (re_used): Renamed from used.
15221         (re_syntax): Renamed from syntax.
15222         (re_fastmap): Renamed from fastmap.
15223         (re_translate): Renamed from translate.
15224         (re_can_be_null): Renamed from can_be_null.
15225         (re_regs_allocated): Renamed from regs_allocated.
15226         (re_fastmap_accurate): Renamed from fastmap_accurate.
15227         (re_no_sub): Renamed from no_sub.
15228         (re_not_bol): Renamed from not_bol.
15229         (re_not_eol): Renamed from not_eol.
15230         (re_newline_anchor): Renamed from newline_anchor.
15231
15232         Change the following member names in struct re_registers.
15233         The old names are still supported if !_REGEX_SOURCE.
15234         The new names are always supported, regardless of _REGEX_SOURCE.
15235         (rm_num_regs): Renamed from num_regs.
15236         (rm_start): Renamed from start.
15237         (rm_end): Renamed from end.
15238
15239         (re_set_syntax, re_compile_pattern, re_compile_fastmap):
15240         (re_search, re_search_2, re_match, re_match_2, re_set_registers):
15241         Prepend __ to parameter names.
15242
15243         Undo yesterday's changes.
15244
15245 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
15246
15247         * config/srclist.txt: Remove glibc bug 1233 and add 1236, which
15248         supersedes it. Add glibc bugs 1237, 1238, 1240.  Comment out
15249         lib/regex.c.
15250
15251 2005-08-24  Jim Meyering  <jim@meyering.net>
15252
15253         Sync from coreutils.
15254         * m4/fcntl-safer.m4: New file.
15255
15256         * m4/xgetcwd.m4: Use AC_LIBSOURCES and AC_LIBOBJ to indicate source
15257         and object files for this module.
15258
15259 2005-08-24  Jim Meyering  <jim@meyering.net>
15260
15261         Sync from coreutils.
15262         * lib/fcntl--.h, lib/fcntl-safer.h, lib/open-safer.c: New files.
15263
15264 2005-08-24  Jim Meyering  <jim@meyering.net>
15265
15266         * modules/xgetcwd (Makefile.am): Remove `lib_SOURCES += ...' line,
15267         now that xgetcwd.m4 requires xgetcwd.c and xgetcwd.h.
15268
15269 2005-08-24  Jim Meyering  <jim@meyering.net>
15270
15271         * modules/fcntl-safer: New module.
15272         * modules/fts (Depends-on): Add fcntl-safer.
15273         * MODULES.html.sh (File descriptor based Input/Output):
15274         Add fcntl-safer.
15275
15276 2005-08-24  Bruno Haible  <bruno@clisp.org>
15277
15278         Support for unit test modules.
15279         * modules/README: Mention tests modules.
15280         * modules/TEMPLATE-TESTS: New file.
15281         * gnulib-tool: New options --extract-tests-module, --with-tests and
15282         --tests-base (unused for the moment).
15283         (testsbase, inctests): New variables.
15284         (func_all_modules): Exclude TEMPLATE-TESTS and *-tests.
15285         (func_verify_module): Exclude TEMPLATE-TESTS.
15286         (func_verify_nontests_module, func_verify_tests_module): New functions.
15287         (func_get_dependencies): Add implicit dependency for tests modules.
15288         (func_get_tests_module): New function.
15289         (func_modules_transitive_closure): When --with-tests was specified,
15290         include the unit tests as well, unless explicitly avoided.
15291         (func_emit_lib_Makefile_am): Ignore the tests modules here.
15292         (func_emit_tests_Makefile_am): New function.
15293         (func_create_testdir): When --with-tests was specified, emit a
15294         tests/ directory.
15295         * MODULES.html.sh (Future developments): Update.
15296
15297 2005-08-24  Bruno Haible  <bruno@clisp.org>
15298
15299         * modules/tls-tests: New file.
15300         * tests/test-tls.c: New file, from GNU gettext.
15301
15302 2005-08-24  Bruno Haible  <bruno@clisp.org>
15303
15304         * modules/lock-tests: New file.
15305         * tests/test-lock.c: New file, from GNU gettext.
15306
15307 2005-08-24  Bruno Haible  <bruno@clisp.org>
15308
15309         * lib/lock.h: Add multiple inclusion guard.
15310         * lib/tls.h: Add multiple inclusion guard.
15311
15312 2005-08-24  Bruno Haible  <bruno@clisp.org>
15313
15314         * gnulib-tool: Add support for the --aux-dir option to
15315         --create-testdir, --create-megatestdir, --test, --megatest.
15316         (func_create_testdir, func_create_megatestdir): Optionally emit a
15317         AC_CONFIG_AUX_DIR directive.
15318         (create-testdir, create-megatestdir, test, megatest): Provide a
15319         default value for $auxdir.
15320
15321 2005-08-24  Bruno Haible  <bruno@clisp.org>
15322
15323         * gnulib-tool (import): Use compound statement instead of subshell
15324         where possible.
15325
15326 2005-08-24  Bruno Haible  <bruno@clisp.org>
15327
15328         * gnulib-tool (import): Change --aux-dir default to "build-aux".
15329
15330 2005-08-24  Bruno Haible  <bruno@clisp.org>
15331
15332         * gnulib-tool (func_version): Update.
15333
15334 2005-08-24  Bruno Haible  <bruno@clisp.org>
15335
15336         * gnulib-tool (func_import, func_create_testdir,
15337         func_create_megatestdir): Quote all autoconf macro arguments.
15338
15339 2005-08-24  Bruno Haible  <bruno@clisp.org>
15340
15341         * gnulib-tool (func_create_megatestdir): Call autoreconf without the
15342         option --force, because --force causes the aclocal.m4 of each
15343         subdirectory to be newer than the corresponding config.h.in.
15344
15345 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
15346
15347         * m4/regex.m4 (gl_INCLUDED_REGEX): Remove; no longer used.
15348         All contents moved to gl_REGEX.
15349         (gl_REGEX): Don't bother checking whether lib/regex.c exists;
15350         assume that it does.
15351
15352 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
15353
15354         * lib/regex.h (REG_NOSYS)
15355         [!defined _XOPEN_SOURCE && 200112L <= _POSIX_C_SOURCE]:
15356         Define, since POSIX requires it as of 2001.
15357         (_REG_ENOSYS)
15358         [! (defined _XOPEN_SOURCE || 200112L <= _POSIX_C_SOURCE)]:
15359         New private symbol, used to keep the enum signed in all cases.
15360         * lib/regex.h (RE_NO_EMPTY_RANGES): Fix doc bug reported by James
15361         Youngman in
15362         <http://lists.gnu.org/archive/html/bug-gnulib/2005-07/msg00132.html>.
15363
15364         * lib/regex_internal.c (re_string_skip_chars, register_state):
15365         (calc_state_hash):
15366         Remove forward decls; no longer needed now that we use prototypes.
15367         * lib/regexec.c (acquire_init_state_context, check_halt_node_context):
15368         (proceed_next_node, pop_fail_stack, sub_epsilon_src_nodes):
15369         (clean_state_log_if_needed): Likewise.
15370
15371 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
15372
15373         * config/srclist.txt: Add glibc bugs 1231-1233.
15374
15375 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
15376
15377         Fix problems reported by Sam Steingold in
15378         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00007.html>.
15379         * lib/regexec.c (sift_states_bkref): Fix portability bug: the code
15380         assumed that reg_errcode_t is a signed type, which is not
15381         necessarily true if _XOPEN_SOURCE is not defined.
15382         * lib/regex_internal.c (calc_state_hash): Put 'inline' before type,
15383         since some compilers warn about it otherwise.
15384
15385 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
15386
15387         * lib/regcomp.c (create_initial_state): Remove duplicate decl.
15388         (init_word_char, create_initial_state, duplicate_node_closure):
15389         (fetch_token, peek_token_bracket, build_range_exp):
15390         (build_collating_symbol): Remove forward decls; no longer needed
15391         now that we use prototypes.
15392
15393         * lib/regcomp.c:
15394         (re_compile_pattern, re_set_syntax, re_compile_fastmap):
15395         (re_compile_fastmap_iter, regcomp, regerror, regfree):
15396         (re_compile_internal, init_dfa, init_word_char, free_workarea_compile):
15397         (create_initial_state, optimize_utf8, analyze, postorder, preorder):
15398         (optimize_subexps, lower_subexps, lower_subexp, calc_first, calc_next):
15399         (link_nfa_nodes, duplicate_node_closure, search_duplicated_node):
15400         (duplicate_node, calc_inveclosure, calc_eclosure, calc_eclosure_iter):
15401         (fetch_token, peek_token, peek_token_bracket, parse, parse_reg_exp):
15402         (parse_branch, parse_expression, parse_sub_exp, parse_dup_op):
15403         (build_range_exp, build_collating_symbol, parse_bracket_exp):
15404         (parse_bracket_element, parse_bracket_symbol, build_equiv_class):
15405         (build_charclass, build_charclass_op, fetch_number, create_tree):
15406         (create_token_tree, mark_opt_subexp, duplicate_tree):
15407         Use prototypes rather than old-style definitions.
15408
15409         * lib/regex_internal.c:
15410         (re_string_allocate, re_string_construct, re_string_realloc_buffers):
15411         (re_string_construct_common, build_wcs_buffer, build_wcs_upper_buffer):
15412         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
15413         (re_string_reconstruct, re_string_peek_byte_case):
15414         (re_string_fetch_byte_case, re_string_destruct, re_string_context_at):
15415         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
15416         (re_node_set_init_copy, re_node_set_add_intersect):
15417         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
15418         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
15419         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
15420         (re_acquire_state, re_acquire_state_context, register_state):
15421         (create_ci_newstate, create_cd_newstate, free_state):
15422         Likewise.
15423         * lib/regexec.c (regexec, re_match, re_search, re_match_2,
15424         re_search_2):
15425         (re_search_2_stub, re_search_stub, re_copy_regs, re_set_registers):
15426         (re_search_internal, prune_impossible_nodes):
15427         (acquire_init_state_context, check_matching, static):
15428         (check_halt_node_context, check_halt_state_context, proceed_next_node):
15429         (push_fail_stack, pop_fail_stack, set_regs, free_fail_stack_return):
15430         (update_regs, sift_states_backward, build_sifted_states):
15431         (clean_state_log_if_needed, merge_state_array):
15432         (update_cur_sifted_state, add_epsilon_src_nodes):
15433         (sub_epsilon_src_nodes, check_dst_limits, check_dst_limits_calc_pos_1):
15434         (check_dst_limits_calc_pos, check_subexp_limits, sift_states_bkref):
15435         (sift_states_iter_mb, transit_state, merge_state_with_log, static):
15436         (find_recover_state, check_subexp_matching_top, transit_state_mb):
15437         (transit_state_bkref, get_subexp, get_subexp_sub, find_subexp_node):
15438         (check_arrival, check_arrival_add_next_nodes):
15439         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
15440         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
15441         (check_node_accept_bytes, check_node_accept, extend_buffers):
15442         (match_ctx_init, match_ctx_clean, match_ctx_free, match_ctx_add_entry):
15443         (search_cur_bkref_entry, match_ctx_add_subtop, match_ctx_add_sublast):
15444         (sift_ctx_init):
15445         Likewise.
15446
15447         * lib/regex_internal.h:
15448         (re_string_allocate, re_string_construct, re_string_reconstruct):
15449         (re_string_realloc_buffers, build_wcs_buffer, build_wcs_upper_buffer):
15450         (build_upper_buffer, re_string_translate_buffer, re_string_destruct):
15451         (re_string_elem_size_at, re_string_char_size_at, re_string_wchar_at):
15452         (re_string_context_at, re_string_peek_byte_case):
15453         (re_string_fetch_byte_case): Declare even if RE_NO_INTERNAL_PROTOTYPES
15454         is defined, since we now use prototypes always.
15455
15456         * lib/regex.h (_RE_ARGS): Remove.  No longer needed, since we assume
15457         C89 or better.  All uses removed.
15458
15459 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
15460
15461         * config/srclist.txt: Add glibc bugs 1220-1227.
15462
15463 2005-08-20  Jim Meyering  <jim@meyering.net>
15464
15465         * lib/regexec.c (regexec, re_search_stub) [!_LIBC]: Omit declaration
15466         of unused local, dfa.
15467
15468 2005-08-20  Bruno Haible  <bruno@clisp.org>
15469
15470         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_GNU_SOURCE.
15471
15472 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
15473
15474         * lib/regex_internal.c (re_string_realloc_buffers, re_node_set_insert):
15475         (re_node_set_insert_last, re_dfa_add_node):
15476         Rename local variables to avoid GCC shadowing warnings.
15477
15478 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
15479
15480         * lib/regex_internal.c (re_acquire_state, re_acquire_state_context)
15481         [defined lint]: Suppress bogus uninitialized-variable warnings.
15482
15483         * lib/regcomp.c (duplicate_node): Return new index, not an error code,
15484         and let the caller return REG_ESPACE if out of space.  This
15485         removes an uninitialied-variable warning with GCC 4.0.1, and also
15486         avoids taking the address of a local variable.  All callers
15487         changed.
15488
15489 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
15490
15491         * config/srclist.txt: Comment out $LIBCSRC/posix/regex_internal.c,
15492         $LIBCSRC/posix/regexec.c.
15493         Add glibc bug 1217 for regcomp.c.
15494
15495 2005-08-19  Jim Meyering  <jim@meyering.net>
15496
15497         * lib/regexec.c (proceed_next_node): Redo local variables to
15498         avoid GCC shadowing warnings.
15499
15500 2005-08-18  Bruno Haible  <bruno@clisp.org>
15501
15502         * lib/strstr.c (strstr): Fix return value in multibyte case.
15503         * lib/strcasestr.c (strcasestr): Likewise.
15504
15505 2005-08-17  Paul Eggert  <eggert@cs.ucla.edu>
15506
15507         * lib/regex.h: Remove useless space-before-tab.  From coreutils.
15508
15509 2005-08-17  Jim Meyering  <jim@meyering.net>
15510
15511         Make the %s format (seconds since the epoch) work for a negative
15512         number and when used with a zero-padded field width, e.g. %015s.
15513
15514         * lib/strftime.c (my_strftime): Move the `do_number_sign_and_padding'
15515         label so that it precedes the code to set `digits'.  Otherwise,
15516         %0Ns wouldn't work.  Before this change, `date -d @-22 +%05s' would
15517         print `00-22'.  Now, it prints `-0022', as it should.
15518
15519 2005-08-17  Bruno Haible  <bruno@clisp.org>
15520
15521         * modules/strstr (Files): Add m4/mbrtowc.m4.
15522         (Depends-on): Add mbuiter.
15523
15524 2005-08-17  Bruno Haible  <bruno@clisp.org>
15525
15526         * modules/strcasestr: New file.
15527         * MODULES.html.sh (String handling, based on ANSI C 89): Add
15528         strcasestr.
15529
15530 2005-08-17  Bruno Haible  <bruno@clisp.org>
15531
15532         * modules/strcase (Depends-on): Add mbuiter. Remove strnlen1, mbchar.
15533
15534 2005-08-17  Bruno Haible  <bruno@clisp.org>
15535
15536         * modules/mbuiter: New file.
15537         * MODULES.html.sh (Extended multibyte and wide character utilities):
15538         Add mbuiter.
15539
15540 2005-08-17  Bruno Haible  <bruno@clisp.org>
15541
15542         * m4/strstr.m4 (gl_FUNC_STRSTR): Use the replacement function always.
15543         (gl_PREREQ_STRSTR): Use gl_FUNC_MBRTOWC.
15544
15545 2005-08-17  Bruno Haible  <bruno@clisp.org>
15546
15547         * m4/strcasestr.m4: New file.
15548
15549 2005-08-17  Bruno Haible  <bruno@clisp.org>
15550
15551         * lib/strstr.h: Ignore HAVE_STRSTR, always declare the gnulib function.
15552         * lib/strstr.c: Completely rewritten, with multibyte locale support.
15553
15554 2005-08-17  Bruno Haible  <bruno@clisp.org>
15555
15556         * lib/strcasestr.h: New file.
15557         * lib/strcasestr.c: New file.
15558
15559 2005-08-17  Bruno Haible  <bruno@clisp.org>
15560
15561         * lib/strcasecmp.c: Use mbuiter.h.
15562
15563 2005-08-17  Bruno Haible  <bruno@clisp.org>
15564
15565         * lib/mbuiter.h: New file.
15566
15567 2005-08-16  Paul Eggert  <eggert@cs.ucla.edu>
15568
15569         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Do not override the results
15570         of gl_GETOPT_SUBSTITUTE.  That way, if both gl_GETOPT_SUBSTITUTE
15571         and gl_GETOPT are both invoked via different paths (as happens
15572         with GNU tar CVS because it uses both argp and getopt), the former
15573         wins.
15574
15575 2005-08-16  Bruno Haible  <bruno@clisp.org>
15576
15577         * modules/tls: New file.
15578         * MODULES.html.sh (Multithreading): Add tls.
15579
15580 2005-08-16  Bruno Haible  <bruno@clisp.org>
15581
15582         * modules/strnlen1: New file.
15583         * MODULES.html.sh (String handling): Add strnlen1.
15584
15585 2005-08-16  Bruno Haible  <bruno@clisp.org>
15586
15587         * modules/strcase (Files): Add m4/mbrtowc.m4.
15588         (Depends-on): Add strnlen1, mbchar.
15589
15590 2005-08-16  Bruno Haible  <bruno@clisp.org>
15591
15592         * modules/mbiter: New file.
15593         * MODULES.html.sh (Extended multibyte and wide character utilities):
15594         Add mbiter.
15595
15596 2005-08-16  Bruno Haible  <bruno@clisp.org>
15597
15598         * modules/mbfile: New file.
15599         * MODULES.html.sh (Extended multibyte and wide character utilities):
15600         Add mbfile.
15601
15602 2005-08-16  Bruno Haible  <bruno@clisp.org>
15603
15604         * modules/mbchar: New file.
15605         * MODULES.html.sh (Extended multibyte and wide character utilities):
15606         New section.
15607
15608 2005-08-16  Bruno Haible  <bruno@clisp.org>
15609
15610         * m4/tls.m4: New file, from GNU gettext.
15611
15612 2005-08-16  Bruno Haible  <bruno@clisp.org>
15613
15614         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Use the replacement function
15615         always.
15616         (gl_PREREQ_STRCASECMP): Use gl_FUNC_MBRTOWC.
15617
15618 2005-08-16  Bruno Haible  <bruno@clisp.org>
15619
15620         * m4/mbiter.m4: New file.
15621
15622 2005-08-16  Bruno Haible  <bruno@clisp.org>
15623
15624         * m4/mbfile.m4: New file.
15625
15626 2005-08-16  Bruno Haible  <bruno@clisp.org>
15627
15628         * m4/mbchar.m4: New file.
15629
15630 2005-08-16  Bruno Haible  <bruno@clisp.org>
15631
15632         * lib/tls.h: New file, from GNU gettext.
15633         * lib/tls.c: New file, from GNU gettext.
15634
15635 2005-08-16  Bruno Haible  <bruno@clisp.org>
15636
15637         * lib/strnlen1.h: New file.
15638         * lib/strnlen1.c: New file.
15639
15640 2005-08-16  Bruno Haible  <bruno@clisp.org>
15641
15642         * lib/strcasecmp.c (struct mbiter_multi): Remove at_end field.
15643         (mbi_init): Update.
15644         (mbi_avail, mbi_advance): Let the iteration end before the terminating
15645         NUL byte, not after it.
15646
15647 2005-08-16  Bruno Haible  <bruno@clisp.org>
15648
15649         * lib/strcase.h (strcasecmp): Add note in comments.
15650         * lib/strncasecmp.c: Use code from strcasecmp.c.
15651         * lib/strcasecmp.c: Use mbchar module. Define private mbiter variant.
15652         (strcasecmp): Work correctly in multibyte locales.
15653
15654 2005-08-16  Bruno Haible  <bruno@clisp.org>
15655
15656         * lib/mbiter.h: New file.
15657
15658 2005-08-16  Bruno Haible  <bruno@clisp.org>
15659
15660         * lib/mbfile.h: New file.
15661
15662 2005-08-16  Bruno Haible  <bruno@clisp.org>
15663
15664         * lib/mbchar.h: New file.
15665         * lib/mbchar.c: New file.
15666
15667 2005-08-16  Bruno Haible  <bruno@clisp.org>
15668
15669         * lib/mbchar.h (mb_cmp, mb_casecmp): Order the invalid characters after
15670         the valid ones. Makes the comparison operations transitive:
15671         cmp (a, b) < 0 && cmp (b, c) < 0 ==> cmp (a, c) < 0.
15672         * lib/strcasecmp.c (strcasecmp): Use mb_casecmp.
15673
15674 2005-08-15  Simon Josefsson  <jas@extundo.com>
15675
15676         * modules/ssize_t (License): Change to 'unlimited'.
15677
15678         * gnulib-tool (sed_extract_prog): Recognize 'unlimited' license.
15679
15680 2005-08-15  Paul Eggert  <eggert@cs.ucla.edu>
15681
15682         * config/srclist.txt: Comment out $LIBCSRC/posix/regex.h.
15683         Add comments for each pending glibc patch.
15684
15685 2005-08-15  Bruno Haible  <bruno@clisp.org>
15686
15687         * lib/regex.h (__restrict_arr): Don't define to __restrict if
15688         __cplusplus is defined.
15689
15690 2005-08-14  Jim Meyering  <jim@meyering.net>
15691
15692         Sync from coreutils.
15693
15694         * lib/fts-cycle.c (setup_dir, enter_dir, leave_dir, free_dir):
15695         Use the hash-table-based cycle-detection code not just when
15696         FTS_TIGHT_CYCLE_CHECK if specified, but also with FTS_LOGICAL.
15697         Reported by James Youngman in
15698         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00011.html>.
15699         * lib/fts_.h: Mention that with FTS_LOGICAL, we use
15700         FTS_TIGHT_CYCLE_CHECK.
15701         * lib/fts.c (fts_cross_check) [FTS_DEBUG]:
15702         s/active_dir_ht/fts_cycle.ht/. This lets us compile with -DFTS_DEBUG,
15703         once again.
15704         * lib/fts.c [! _LIBC]: Include "lstat.h" rather than rolling our own.
15705         * lib/fts.c (fd_safer): Remove decl.
15706         Include fcntl--.h rather than unistd-safer.h
15707         (fts_safe_changedir): Don't call fd_safer; no longer needed
15708         now that we include fcntl--.h.
15709
15710 2005-08-12  Simon Josefsson  <jas@extundo.com>
15711
15712         * modules/getndelim2: Use ssize_t module.
15713         * modules/getnline: Likewise.
15714         * modules/safe-read: Likewise.
15715         * modules/xreadlink: Likewise.
15716
15717         * modules/ssize_t: New file.
15718
15719 2005-08-12  Simon Josefsson  <jas@extundo.com>
15720
15721         * m4/readline.m4: Look for termcap, curses or ncurses if required.
15722
15723 2005-08-12  Simon Josefsson  <jas@extundo.com>
15724
15725         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
15726         ssize_t.
15727
15728 2005-08-12  Simon Josefsson  <jas@extundo.com>
15729
15730         * MODULES.html.sh (Extra functions based on ANSI C 89: Misc): Add
15731         readline, getdelim and check_version.
15732         (Support for systems lacking ISO C 99: Sizes of integer types):
15733         Add size_max.
15734
15735 2005-08-12  Bruno Haible  <bruno@clisp.org>
15736
15737         * m4/readline.m4 (gl_FUNC_READLINE): Look for ncurses first.
15738
15739 2005-08-11  Simon Josefsson  <jas@extundo.com>
15740
15741         * modules/readline: New file.
15742
15743         * modules/strnlen (Files): Add strnlen.h.
15744
15745 2005-08-11  Simon Josefsson  <jas@extundo.com>
15746
15747         * m4/readline.m4: New file.
15748
15749 2005-08-11  Simon Josefsson  <jas@extundo.com>
15750
15751         * lib/readline.h, readline.c: New file.
15752
15753 2005-08-11  Simon Josefsson  <jas@extundo.com>
15754
15755         * doc/gnulib.texi (Initial import, Finishing touches): Mention
15756         gl_AVOID.
15757
15758 2005-08-11  Bruno Haible  <bruno@clisp.org>
15759
15760         * lib/strnlen.h (strnlen): Change parameter name to match comment.
15761
15762 2005-08-10  Stepan Kasal  <kasal@ucw.cz>
15763
15764         * m4/onceonly_2_57.m4: Really require Autoconf 2.57.
15765
15766 2005-08-10  Simon Josefsson  <jas@extundo.com>
15767
15768         * tests/test-iconvme.c: New file.
15769
15770 2005-08-10  Simon Josefsson  <jas@extundo.com>
15771
15772         * m4/strnlen.m4: New file.
15773
15774         * m4/strndup.m4: Don't check for strnlen declaration, done in
15775         strnlen.m4.
15776
15777 2005-08-10  Simon Josefsson  <jas@extundo.com>
15778
15779         * lib/strndup.c: Use strnlen.h.
15780
15781         * lib/strnlen.h: New file.
15782
15783 2005-08-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
15784
15785         * README: Typos.
15786
15787 2005-08-02  Simon Josefsson  <jas@extundo.com>
15788
15789         * modules/readline: New file.
15790
15791 2005-08-02  Simon Josefsson  <jas@extundo.com>
15792
15793         * modules/getdelim: New file.
15794
15795         * modules/getline: Rewrite, don't use getndelim2.
15796
15797 2005-08-02  Simon Josefsson  <jas@extundo.com>
15798
15799         * m4/getline.m4: Separate out getdelim stuff into separate module.
15800
15801         * m4/getdelim.m4: New file.
15802
15803 2005-08-02  Simon Josefsson  <jas@extundo.com>
15804
15805         * lib/getline.h, getline.c: Rewrite.
15806
15807         * lib/getdelim.h, lib/getdelim.c: New files, ported from glibc.
15808
15809 2005-07-31  Bruno Haible  <bruno@clisp.org>
15810
15811         * lib/lock.h (gl_lock_initializer): New macro.
15812         (gl_lock_define_initialized): Use it.
15813         (gl_rwlock_initializer): New macro.
15814         (gl_rwlock_define_initialized): Use it.
15815         (gl_recursive_lock_initializer): New macro.
15816         (gl_recursive_lock_define_initialized): Use it.
15817
15818 2005-07-30  Karl Berry  <karl@gnu.org>
15819
15820         * doc/gnulib.texi (Initial import): mention -I$(top_builddir)/lib.
15821         Report from Ben Pfaff, regarding getopt.
15822
15823 2005-07-26  Paul Eggert  <eggert@cs.ucla.edu>
15824
15825         Add support to getopt for Emacs, which doesn't use LIBOBJS in the
15826         normal way.
15827         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE_HEADER): New macro.
15828         (gl_GETOPT_SUBSTITUTE): Use it.  Invoke gl_PREREQ_GETOPT.
15829         (gl_GETOPT_IFELSE, gl_GETOPT_CHECK_HEADERS): New macros.
15830         (gl_GETOPT): Use the new macros.  Most of the implementation
15831         is moved to the new macros.  This is for programs like Emacs
15832         that don't want all the functionality of gl_GETOPT.
15833
15834 2005-07-26  Bruno Haible  <bruno@clisp.org>
15835
15836         * m4/lock.m4: Update from GNU gettext.
15837
15838 2005-07-26  Bruno Haible  <bruno@clisp.org>
15839
15840         * lib/lock.h: Update from GNU gettext.
15841         * lib/lock.c: Update from GNU gettext.
15842
15843 2005-07-25  Paul Eggert  <eggert@cs.ucla.edu>
15844
15845         * m4/regex.m4 (gl_INCLUDED_REGEX): Use AC_RUN_IFELSE instead of the
15846         obsolescent AC_TRY_RUN.  Include the default includes files, for
15847         'exit'.
15848
15849 2005-07-24  Bruno Haible  <bruno@clisp.org>
15850
15851         * modules/visibility: New file.
15852         * MODULES.html.sh (Misc): Add visibility.
15853
15854 2005-07-24  Bruno Haible  <bruno@clisp.org>
15855
15856         * m4/visibility.m4: New file.
15857
15858 2005-07-24  Bruno Haible  <bruno@clisp.org>
15859
15860         * doc/visibility.texi: New file.
15861
15862 2005-07-22  Bruno Haible  <bruno@clisp.org>
15863
15864         * modules/alloca-opt (Makefile.am): Remove explicit dependency on
15865         $(ALLOCA_H), redundant through BUILT_SOURCES.
15866         * modules/argz (Makefile.am): Remove explicit dependency on $(ARGZ_H),
15867         redundant through BUILT_SOURCES.
15868         * modules/byteswap (Makefile.am): Remove explicit dependency on
15869         $(BYTESWAP_H), redundant through BUILT_SOURCES.
15870         * modules/fnmatch (Makefile.am): Remove explicit dependency on
15871         $(FNMATCH_H), redundant through BUILT_SOURCES.
15872         * modules/getopt (Makefile.am): Remove explicit dependency on
15873         $(GETOPT_H), redundant through BUILT_SOURCES.
15874         * modules/glob (Makefile.am): Remove explicit dependency on $(GLOB_H),
15875         redundant through BUILT_SOURCES.
15876         * modules/poll (Makefile.am): Remove explicit dependency on $(POLL_H),
15877         redundant through BUILT_SOURCES.
15878         * modules/stdbool (Makefile.am): Remove explicit dependency on
15879         $(STDBOOL_H), redundant through BUILT_SOURCES.
15880         * modules/stdint (Makefile.am): Remove explicit dependency on
15881         $(STDINT_H), redundant through BUILT_SOURCES.
15882         * modules/sysexits (Makefile.am): Add $(SYSEXITS_H) to BUILT_SOURCES.
15883         Remove explicit dependency on $(SYSEXITS_H).
15884         Reported by Alexandre Duret-Lutz <adl@src.lip6.fr>.
15885
15886 2005-07-18  Simon Josefsson  <jas@extundo.com>
15887
15888         * lib/check-version.c (check_version): Accept identical versions too.
15889
15890 2005-07-18  Bruno Haible  <bruno@clisp.org>
15891
15892         * modules/lock: New file.
15893         * MODULES.html.sh (Multithreading): New section.
15894
15895 2005-07-18  Bruno Haible  <bruno@clisp.org>
15896
15897         * m4/lock.m4: New file, from GNU gettext.
15898
15899 2005-07-18  Bruno Haible  <bruno@clisp.org>
15900
15901         * lib/lock.h: New file, from GNU gettext.
15902         * lib/lock.c: New file, from GNU gettext.
15903
15904 2005-07-18  Bruno Haible  <bruno@clisp.org>
15905
15906         * lib/lock.h (gl_once_t): New type.
15907         (gl_once_define, gl_once): New macros.
15908         * lib/lock.c (fresh_once): New variable.
15909         (glthread_once, glthread_once_call, glthread_once_singlethreaded): New
15910         functions.
15911
15912 2005-07-16  Simon Josefsson  <jas@extundo.com>
15913
15914         * doc/gnulib.texi (Library version handling): Add ELF symbol collision
15915         workaround, suggested by Bruno.
15916
15917 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
15918
15919         * modules/xalloc (Depends-on): Add xalloc-die.
15920         * modules/xvasprintf (Depends-on): Add xalloc-die.
15921
15922 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
15923
15924         * lib/quotearg.c: Add translator comment suggested by Bruno Haible,
15925         with a minor change.
15926
15927 2005-07-15  Bruno Haible  <bruno@clisp.org>
15928
15929         * m4/poll.m4 (gl_FUNC_POLL): Check against MacOS X 10.4 poll() bug.
15930         When using lib/poll.c, define poll as rpl_poll.
15931
15932 2005-07-14  Paul Eggert  <eggert@cs.ucla.edu>
15933
15934         * modules/argp (Depends-on): Remove unlocked-io.
15935
15936 2005-07-14  Derek Price  <derek@ximbiot.com>
15937
15938         * m4/glob.m4 (gl_GLOB): Cache glob interface check result.  Add check
15939         for glob symlink bug.
15940
15941 2005-07-14  Bruno Haible  <bruno@clisp.org>
15942
15943         * m4/argp.m4 (gl_ARGP): Remove invocation of gl_FUNC_GLIBC_UNLOCKED_IO.
15944         Instead, test for *_unlocked function declarations directly.
15945
15946 2005-07-11  Simon Josefsson  <jas@extundo.com>
15947
15948         * modules/size_max: New file.
15949
15950         * modules/xsize: Depend on size_max module for size_max.m4.
15951
15952 2005-07-11  Simon Josefsson  <jas@extundo.com>
15953
15954         * lib/size_max.h: New file.
15955
15956 2005-07-11  Paul Eggert  <eggert@cs.ucla.edu>
15957
15958         * lib/version-etc-fsf.c (version_etc_copyright): Parameterize the
15959         copyright symbol and the year.
15960         * lib/version-etc.c (COPYRIGHT_YEAR): New constant.
15961         (version_etc_va): Use parameterized copyright notice.
15962         Reword to conform to the current GNU coding standards.
15963
15964 2005-07-11  Karl Berry  <karl@gnu.org>
15965
15966         * doc/gnulib.texi (Quoting): new node.
15967         (Initial import): more info, from Patrice.
15968
15969 2005-07-11  Bruno Haible  <bruno@clisp.org>
15970
15971         * gnulib-tool (func_usage): Document option --avoid.
15972         (Command line options): Handle --avoid.
15973         (func_acceptable): New function.
15974         (func_modules_transitive_closure): Use it.
15975
15976 2005-07-11  Bruno Haible  <bruno@clisp.org>
15977
15978         * MODULES.html.sh: Use shortcut URLs to the www.opengroup.org site.
15979         Reported by Jim Meyering.
15980
15981 2005-07-10  Bruno Haible  <bruno@clisp.org>
15982
15983         * m4/size_max.m4 (gl_SIZE_MAX): Cast ~(size_t)0 back to size_t.
15984         Needed when size_t is smaller than 'unsigned int'.
15985         Reported by Paul Eggert.
15986
15987 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
15988
15989         * modules/argp (Depends-on): Add unlocked-io
15990
15991 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
15992
15993         * lib/argp-namefrob.h: Include unlocked-io.h. Removed unnecessary
15994         block of defines.
15995
15996 2005-07-08  Paul Eggert  <eggert@cs.ucla.edu>
15997
15998         * config/srclist.txt: Comment out regcomp.c, since we have a porting
15999         fix now.
16000
16001 2005-07-08  Eric Blake  <ebb9@byu.net>  (tiny change)
16002         and Paul Eggert  <eggert@cs.ucla.edu>
16003
16004         * lib/regcomp.c (init_dfa, build_range_exp): Store __btowc value
16005         in wint_t, not wchar_t.  Remove now-unnecessary cast.
16006
16007 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
16008
16009         * modules/regex (Files): Add lib/regex_internal.c,
16010         lib/regex_internal.h, lib/regexec.c, lib/regcomp.c, m4/codeset.m4.
16011         (Depends-on): Add extensions.
16012         (Makefile.am): Remove lib_SOURCES; now done by m4 code.
16013
16014 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
16015
16016         * m4/backupfile.m4 (gl_BACKUPFILE): Use AC_CHECK_FUNCS_ONCE on
16017         pathconf.
16018         * m4/same.m4 (gl_SAME): Likewise.
16019         Require AC_SYS_LONG_FILE_NAMES; bug reported by Gerrit P. Haase.
16020
16021         * m4/regex.m4: Adjust to new libc regex implementation.
16022         (gl_INCLUDED_REGEX): Add AC_LIBSOURCES for
16023         all the .c and .h parts of (the new) regex.
16024         Quote the m4 stuff better.
16025         Check for RE_ICASE bug of old gnulib.
16026         Check for REG_STARTEND of recent libc.
16027         Rename local variables from jm_* to gl_*.
16028         Quote operand of "test -f".
16029         Say "recent enough" version of libc, not "version 2".
16030         (gl_PREREQ_REGEX): Remove AC_FUNC_ALLOCA, since alloca is a
16031         prerequisite module.  Remove AC_HEADER_STDC; no longer needed.
16032         Check for locale.h, isblank, mbrtowc, wcrtomb, wcscoll.
16033         Remove check for btowc, isascii.
16034         Require AM_LANGINFO_CODESET.
16035
16036 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
16037
16038         * lib/regex.c, regex.h: Sync from libc.
16039         * lib/regcomp.c, lib/regexec_internal.c, lib/regex_internal.h:
16040         * lib/regexec.c:
16041         New files, synced from libc, except that regex_internal.h
16042         currently has a small porting fix.
16043
16044 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
16045
16046         * config/srclist.txt: Add regcomp.c, regex.c, regex.h,
16047         regex_internal.c, regexec.c.
16048         Add regex_internal.h too, but as a comment, since the libc version
16049         is currently broken in gnulib mode.
16050
16051 2005-07-06  Paul Eggert  <eggert@cs.ucla.edu>
16052
16053         Support programs like Emacs that use gnulib but not gettext.
16054         * MODULES.html.sh (Internationalization functions): Add gettext-h.
16055         * modules/gettext-h: New file.
16056         * modules/gettext (Files): Remove lib/gettext.h.
16057         (Depends-on): Add gettext-h.
16058         (Makefile.am): Remove lib_SOURCES.
16059         * modules/argmatch, modules/c-stack, modules/closeout:
16060         * modules/copy-file, modules/csharpcomp, modules/csharpexec:
16061         * modules/execute, modules/file-type, modules/getaddrinfo:
16062         * modules/getopt, modules/human, modules/javacomp:
16063         * modules/javaexec, modules/mkdir-p, modules/obstack:
16064         * modules/openat, modules/pagealign_alloc, modules/pipe:
16065         * modules/quotearg, modules/regex, modules/rpmatch:
16066         * modules/unicodeio, modules/userspec, modules/version-etc:
16067         * modules/wait-process, modules/xalloc-die, modules/xmemcoll:
16068         * modules/xsetenv:
16069         Depend on gettext-h, not gettext.
16070
16071 2005-07-05  Paul Eggert  <eggert@cs.ucla.edu>
16072
16073         * gnulib-tool (func_import): Add support for 'public domain' license.
16074         * modules/alloca, modules/atexit, modules/memmove:
16075         Now public domain, not GPL.
16076         * modules/dup2, modules/getpagesize, modules/malloc, modules/memset:
16077         * modules/realloc, modules/strerror, modules/strtod:
16078         Now LGPL, not GPL.
16079
16080 2005-07-05  Bruno Haible  <bruno@clisp.org>
16081
16082         * m4/mbrtowc.m4 (gl_FUNC_MBRTOWC): Upgrade to version from current
16083         autoconf CVS. Needed for mingw.
16084
16085 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
16086
16087         Remove the dependency of the strftime module on the tzset module.
16088         * modules/strftime (Depends-on): Remove dependency on tzset.
16089
16090 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
16091
16092         Remove the dependency of the strftime module on the tzset module.
16093         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't require
16094         gl_FUNC_TZSET_CLOBBER.
16095
16096 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
16097
16098         Remove the dependency of the strftime module on the tzset module.
16099         * lib/strftime.c (my_strftime)
16100         [! defined _LIBC && ! HAVE_RUN_TZSET_TEST]:
16101         Copy the input structure, to work around some of the bug with
16102         Solaris 2.5.1 and Solaris 2.6.  If you still care about these old
16103         Solaris releases, you should also use the tzset module, but we won't
16104         require it as a dependency any more since we don't want LGPLed code
16105         to depend on GPLed code.
16106
16107 2005-07-02  Jim Meyering  <jim@meyering.net>
16108
16109         * m4/chown.m4, cloexec.m4, dup2.m4, fsusage.m4:
16110         * m4/getcwd-path-max.m4, getcwd.m4, mkstemp.m4, mountlist.m4:
16111         * m4/pagealign_alloc.m4, save-cwd.m4, unistd-safer.m4:
16112         Don't check for fcntl.h, and don't test for HAVE_FCNTL_H.
16113
16114 2005-07-02  Jim Meyering  <jim@meyering.net>
16115
16116         * lib/backupfile.c (backup_args): Change a `0' to NULL.
16117
16118 2005-07-01  Paul Eggert  <eggert@cs.ucla.edu>
16119
16120         * lib/xnanosleep.c: Include timespec.h, since OpenBSD 3.4 <time.h>
16121         declares only 'struct timespec;' (!).
16122
16123 2005-07-01  Jim Meyering  <jim@meyering.net>
16124
16125         * lib/chown.c, cloexec.c, dup-safer.c, dup2.c, fsusage.c, getcwd.c:
16126         * lib/getloadavg.c, mountlist.c, openat.h, pagealign_alloc.c:
16127         * lib/save-cwd.c, tempname.c:
16128         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
16129         and don't include <sys/file.h>).
16130
16131 2005-06-29  Jim Meyering  <jim@meyering.net>
16132
16133         * lib/mkdir-p.c (make_dir_parents): Don't apply sizeof to a hard-coded
16134         type name.  Use the variable name instead.
16135         * lib/idcache.c (getuser, getuidbyname, getgroup, getgidbyname):
16136         Likewise.
16137
16138 2005-06-28  Simon Josefsson  <jas@extundo.com>
16139
16140         * modules/check-version (Files): Add check-version.m4.
16141
16142 2005-06-28  Simon Josefsson  <jas@extundo.com>
16143
16144         * m4/check-version.m4: New file, suggested by Jim Meyering
16145         <jim@meyering.net>.
16146
16147 2005-06-28  Simon Josefsson  <jas@extundo.com>
16148
16149         * lib/check-version.h, lib/check-version.c: New files.
16150
16151 2005-06-28  Simon Josefsson  <jas@extundo.com>
16152
16153         * lib/base64.c (base64_encode): Indent.  Rename 'b64' to avoid
16154         collision with global variable.  Better indentation.  Don't
16155         increment buffer pointer beyond buffer end.  Based on comments
16156         from Paul Eggert <eggert@cs.ucla.edu>.
16157
16158         * lib/base64.h: Indent.
16159
16160 2005-06-28  Simon Josefsson  <jas@extundo.com>
16161
16162         * doc/gnulib.texi (Library version handling): New section.
16163
16164 2005-06-28  Jim Meyering  <jim@meyering.net>
16165
16166         * check-module (find_included_lib_files): Hard-code another
16167         pair of exceptions: fts.c includes fts-cycle.c and unistd-safer.h
16168         but modules/fts-lgpl (correctly) does not list those files.
16169
16170         * modules/canonicalize (Files): Add lib/pathmax.h.
16171
16172 2005-06-25  Simon Josefsson  <jas@extundo.com>
16173
16174         * modules/check-version: New file.
16175
16176 2005-06-24  Paul Eggert  <eggert@cs.ucla.edu>
16177
16178         * lib/canon-host.c (canon-host): Append trailing "," to 0 in
16179         initializer of struct addrinfo, as an indication that we don't
16180         care how many members the structure has.
16181
16182 2005-06-24  Derek Price  <derek@ximbiot.com>
16183         and Bruno Haible  <bruno@clisp.org>
16184
16185         Remove stat module & update lstat.
16186         * m4/lstat.m4 (gl_FUNC_LSTAT): Drop AC_FUNC_LSTAT in favor of
16187         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
16188         * m4/stat.m4: Remove this file.
16189
16190 2005-06-24  Derek Price  <derek@ximbiot.com>
16191         and Bruno Haible  <bruno@clisp.org>
16192
16193         Remove stat module & update lstat.
16194         * lib/stat.c: Remove this file...
16195         (slash_aware_lstat): ...moving this content and its support...
16196         * lib/lstat.c (rpl_lstat): ...into here.
16197         * lib/lstat.h: New file.
16198
16199 2005-06-24  Derek Price  <derek@ximbiot.com>
16200         and Bruno Haible  <bruno@clisp.org>
16201
16202         Remove stat module & update lstat.
16203         * config/srclist.txt (libc sources): Remove stat.
16204
16205 2005-06-24  Derek Price  <derek@ximbiot.com>
16206         and Bruno Haible  <bruno@clisp.org>
16207
16208         Remove stat module & update lstat.
16209         * MODULES.html.sh (stat): Remove.
16210         * MODULES.html: Regenerated.
16211         * modules/lstat (Description): Correct function name.
16212         (Files): Add "lstat.h".
16213         (Depends-on): Remove stat, add xalloc, stat-macros.
16214         * modules/stat: Remove this file.
16215         (Include): Add "lstat.h", remove <sys/stat.h>.
16216
16217 2005-06-23  Paul Eggert  <eggert@cs.ucla.edu>
16218
16219         * lib/mktime.c: Include <string.h> even if !DEBUG.  (From glibc.)
16220         (ranged_convert): Don't save conversion in a temporary struct.
16221         This causes a warning with GCC 4.0.0, and anyway in the typical
16222         case it's not worth the extra 100 bytes or so of code.
16223         (ranged_convert, __mktime_internal): When calling a function via a
16224         pointer P, use P () rather than (*P) (), as we now assume C89 or
16225         better.
16226
16227 2005-06-22  Paul Eggert  <eggert@cs.ucla.edu>
16228
16229         * lib/readutmp.c (desirable_utmp_entry): Fix bug where "who -b" and
16230         "who -r" failed to give output.  Problem reported by Tim Waugh.
16231
16232         * lib/xmalloc.c (HAVE_GNU_CALLOC): New constant.
16233         (xcalloc): Use it to avoid needless tests.
16234         Problem reported by Jim Meyering.
16235
16236 2005-06-20  Derek Price  <derek@ximbiot.com>
16237
16238         * m4/bison.m4: Note that precious decls of YACC & YFLAGS will be
16239         unnecessary for Autoconfs > 2.59c.
16240
16241 2005-06-16  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
16242
16243         * lib/argp.h (__option_is_short): Check upper limit of
16244         __key. Isprint() requires its argument to have the value
16245         of an unsigned char or EOF.
16246
16247 2005-06-16  Jim Meyering  <jim@meyering.net>
16248
16249         * lib/calloc.c (rpl_calloc): Allocate a 1-byte buffer (not 1xS or Nx1)
16250         when either N or S is zero.
16251
16252 2005-06-16  Derek Price  <derek@ximbiot.com>
16253
16254         * m4/bison.m4: Declare YACC & YFLAGS precious.
16255
16256 2005-06-10  Paul Eggert  <eggert@cs.ucla.edu>
16257
16258         * lib/fnmatch.c (fnmatch): If there is an encoding error in a
16259         multibyte string or pattern, fall back on unibyte matching.
16260         Problem reported by James Youngman.
16261
16262 2005-06-08  Bruno Haible  <bruno@clisp.org>
16263
16264         * modules/csharpcomp: New file.
16265         * MODULES.html.sh (C#): Add csharpcomp.
16266
16267 2005-06-08  Bruno Haible  <bruno@clisp.org>
16268
16269         * m4/csharpcomp.m4: New file, from GNU gettext.
16270
16271 2005-06-08  Bruno Haible  <bruno@clisp.org>
16272
16273         * lib/csharpcomp.h: New file, from GNU gettext.
16274         * lib/csharpcomp.c: New file, from GNU gettext.
16275         * lib/csharpcomp.sh.in: New file, from GNU gettext.
16276
16277 2005-06-08  Bruno Haible  <bruno@clisp.org>
16278
16279         * lib/binary-io.h (fileno): Undefine before defining it. Avoids a gcc
16280         warning on mingw.
16281
16282 2005-06-07  Derek Price  <derek@ximbiot.com>
16283
16284         Sync from CVS.
16285         * lib/glob_.h: Indent nested #ifdef.
16286
16287 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
16288
16289         Sync from coreutils.
16290         Use "file name" when talking about file names, instead of "filename"
16291         or "path", as per the GNU coding standards.
16292         * lib/mkdir-p.c: Renamed from makepath.c.
16293         (make_dir_parents): Renamed from make_path.  All callers changed.
16294         * lib/mkdir-p.h: Likewise.  All includers changed.
16295         * lib/filenamecat.c: Renamed from path-concat.c.
16296         (file_name_concat): Renamed from path_concat.  All callers changed.
16297         [TEST_FILE_NAME_CONCAT]: Renamed from TEST_PATH_CONCAT.
16298         * lib/filenamecat.h: Likewise.  All includers changed.
16299         * lib/acl.c: Don't use "path" or "filename" to mean "file name"
16300         in comments or local variable names.
16301         * lib/basename.c: Likewise.
16302         * lib/canonicalize.c, canonicalize.h: Likewise.
16303         * lib/dirname.c, dirname.h: Likewise.
16304         * lib/euidaccess.c: Likewise.
16305         * lib/exclude.c: Likewise
16306         * lib/fnmatch_.h, fnmatch_loop.c: Likewise.
16307         * lib/fsusage.c, fsuage.h: Likewise.
16308         * lib/fts.c, fts_.h: Likewise.
16309         * lib/getcwd.c: Likewise.
16310         * lib/getloadavg.c: Likewise.
16311         * lib/mkstemp.c: Likewise.
16312         * lib/mountlist.c, mountlist.h: Likewise.
16313         * lib/openat.c, openat.h: Likewise.
16314         * lib/readlink-stub.c: Likewise.
16315         * lib/readutmp.c, readutmp.h: Likewise.
16316         * lib/rename.c: Likewise.
16317         * lib/rmdir.c: Likewise.
16318         * lib/same.c: Likewise.
16319         * lib/savedir.c: Likewise.
16320         * lib/stripslash.c: Likewise.
16321         * lib/tempname.c: Likewise.
16322         * lib/xreadlink.c: Likewise.
16323         * lib/exclude.c (excluded_file_name): Renamed from excluded_filename.
16324         All uses changed.
16325         * lib/exclude.h: Likewise.
16326
16327         * lib/euidaccess.c (getuid, getgid, getuid, getegid)
16328         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
16329         * lib/idcache.c (getpwuid, getpwnam, getgrgid, getgrnam)
16330         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
16331         * lib/pathmax.h: Include <limits.h> unconditionally, since other
16332         files have been getting away with it for years (MORE/BSD 4.3
16333         is extinct now).
16334         * lib/userspec.c (getpwnam, getgrnam, getgrgid)
16335         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
16336
16337         * lib/pathmax.h (_POSIX_PATH_MAX) [!defined _POSIX_PATH_MAX]:
16338         Define to 256, not 255, as per modern POSIX.
16339
16340 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
16341
16342         Sync from coreutils.
16343         Use "file name" when talking about file names, instead of "filename"
16344         or "path", as per the GNU coding standards.
16345         * MODULES.html.sh: mkdir-p renamed from makepath.
16346         filenamecat renamed from path-concat.
16347         * modules/filenamecat: Renamed from modules/path-concat.
16348         (Files): filenamecat.h and filenamecat.c renamed from
16349         path-concat.h and path-concat.c.
16350         (configure.ac): gl_FILE_NAME_CONCAT, not gl_PATH_CONCAT.
16351         (Include): filenamecat.h, not path-concat.h.
16352         * modules/mkdir-p: Renamed from modules/makepath.
16353         (Files): mkdir-p.h and mkdir-p.c renamed from makepath.h and
16354         makepath.c.
16355         (configure.ac): gl_MKDIR_PARENTS, not gl_MAKEPATH.
16356         (Include): mkdir-p.h, not makepath.h.
16357
16358 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
16359
16360         Sync from coreutils.
16361         * m4/mkdir-p.m4: Renamed from makepath.m4.
16362         (gl_MKDIR_PARENTS): Renamed from gl_MAKEPATH.  All uses changed.
16363         Rename files from makepath.c to mkdir-p.c, and from
16364         makepath.h to mkdir-p.h.
16365         * m4/filenamecat.m4: Renamed from path-concat.m4.
16366         (gl_FILE_NAME_CONCAT): Renamed from gl_PATH_CONCAT.  All uses changed.
16367         Rename files from path-concat.c to filenamecat.c,
16368         and from path-concat.h to filenamecat.h.
16369         * m4/getcwd-path-max.m4: Don't use "path" or "filename" to mean
16370         "file name" in local variables or comments.
16371         * m4/rename.m4: Likewise.
16372
16373 2005-06-01  Bruno Haible  <bruno@clisp.org>
16374
16375         * modules/csharpexec: New file.
16376         * MODULES.html.sh (C#): New section.
16377
16378 2005-06-01  Bruno Haible  <bruno@clisp.org>
16379
16380         * m4/csharp.m4: New file, from GNU gettext.
16381         * m4/csharpexec.m4: New file, from GNU gettext.
16382
16383 2005-06-01  Bruno Haible  <bruno@clisp.org>
16384
16385         * lib/csharpexec.h: New file, from GNU gettext.
16386         * lib/csharpexec.c: New file, from GNU gettext.
16387         * lib/csharpexec.sh.in: New file, from GNU gettext.
16388
16389 2005-05-31  Derek Price  <derek@ximbiot.com>
16390             Paul Eggert  <eggert@cs.ucla.edu>
16391
16392         Sync from cvs.
16393         * m4/glob.m4: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
16394
16395 2005-05-31  Derek Price  <derek@ximbiot.com>
16396             Paul Eggert  <eggert@cs.ucla.edu>
16397
16398         Sync from cvs.
16399         * lib/glob_.h: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
16400
16401 2005-05-29  Derek Price  <derek@ximbiot.com>
16402
16403         * config/srclist.txt (glob_.h, glob.c): Add these files.
16404
16405 2005-05-29  Derek Price  <derek@ximbiot.com>
16406
16407         * MODULES.html.sh: Add glob to Enhanced POSIX.2001 section.
16408         * modules/glob: New file.
16409         * modules/getlogin_r: Add link to POSIX spec in description.
16410
16411 2005-05-29  Derek Price  <derek@ximbiot.com>
16412             Paul Eggert  <eggert@cs.ucla.edu>
16413
16414         * m4/glob.m4: New file.
16415
16416 2005-05-29  Derek Price  <derek@ximbiot.com>
16417             Paul Eggert  <eggert@cs.ucla.edu>
16418
16419         * lib/glob_.h, lib/glob.c: New files.
16420
16421 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
16422
16423         * modules/fts (Files): Remove m4/inttypes-pri.m4.
16424         * modules/fts-lgpl (Depends-on): Remove gettext.
16425
16426 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
16427
16428         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't check for inttypes.h or stdint.h,
16429         and don't require gt_INTTYPES_PRI.
16430
16431 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
16432
16433         * lib/getlogin_r.c (getlogin_r): Don't set errno to 0 on return.
16434
16435         * lib/fts.c: Don't worry about debugging on pre-C99-compatible hosts;
16436         the configuration hassle isn't worth it.
16437         Include inttypes.h and stdint.h unconditionally if FTS_DEBUG.
16438         (LONGEST_MODIFIER, PRIuMAX): Remove.
16439
16440 2005-05-27  Bruno Haible  <bruno@clisp.org>
16441
16442         * lib/getlogin_r.h: Remove second include of <stddef.h>.
16443
16444 2005-05-26  Paul Eggert  <eggert@cs.ucla.edu>
16445
16446         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Define
16447         _POSIX_PTHREAD_SEMANTICS for Solaris.
16448
16449 2005-05-25  Derek Price  <derek@ximbiot.com>
16450
16451         * MODULES.html.sh: Add getlogin_r to POSIX.2001 support section.
16452
16453 2005-05-25  Derek Price  <derek@ximbiot.com>
16454             Paul Eggert  <eggert@cs.ucla.edu>
16455
16456         * modules/getlogin_r, m4/getlogin_r.m4: New files.
16457         * lib/getlogin_r.c, getlogin_r.h: New files.
16458
16459 2005-05-25  Bruno Haible  <bruno@clisp.org>
16460             Derek Price  <derek@ximbiot.com>
16461
16462         * lib/getlogin_r.h: Simplify API documentation.
16463
16464 2005-05-23  Derek Price  <derek@ximbiot.com>
16465
16466         * modules/minmax (Files): Add m4/minmax.m4.
16467         (configure.ac): Add gl_MINMAX.
16468
16469 2005-05-22  Paul Eggert  <eggert@cs.ucla.edu>
16470
16471         * lib/fts.c (fd_safer) [_LGPL_PACKAGE]: New static function,
16472         so that unistd-safer.h (GPL'ed code) need not be included.
16473
16474 2005-05-22  Bruno Haible  <bruno@clisp.org>
16475
16476         * m4/minmax.m4: New file.
16477         Based on a patch by Derek Price <derek@ximbiot.com>.
16478
16479 2005-05-22  Bruno Haible  <bruno@clisp.org>
16480
16481         * lib/stdint_.h (_STDINT_H_HAVE_INT64): New macro. Use it in #ifdefs.
16482         (INT64_MIN): Fix definition.
16483         Suggested by Paul Eggert <eggert@cs.ucla.edu>.
16484
16485         * lib/stdint_.h (_STDINT_H_NEED_SIGNED_INT_TYPES): Renamed from
16486         NEED_SIGNED_INT_TYPES.
16487
16488         * lib/stdint_.h (_STDINT_H_HAVE_SYSTEM_INTTYPES): Renamed from
16489         HAVE_SYSTEM_INTTYPES.
16490
16491 2005-05-22  Bruno Haible  <bruno@clisp.org>
16492
16493         * lib/minmax.h: Include <limits.h> only when it defines MIN, MAX.
16494         Also include <sys/param.h> if it defines MIN, MAX.
16495         Based on a patch by Derek Price <derek@ximbiot.com>.
16496
16497 2005-05-21  Jim Meyering  <jim@meyering.net>
16498
16499         * modules/fts (Files): Add m4/inttypes-pri.m4.
16500         (Depends-on): Add lstat and remove gettext.  Alphabetize.
16501
16502 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
16503
16504         New fts module.
16505         * lib/fts.c: Don't include "cycle-check.h" or "hash.h".
16506         (setup_dir, free_dir): New functions.
16507         (enter_dir, leave_dir): Define trivial
16508         alternatives of _LGPL_PACKAGE.  Move to fts-cycle.c if !_LGPL_PACKAGE.
16509         (HT_INITIAL_SIZE, ENTER_DIR): Remove.  All uses removed.
16510         (LEAVE_DIR): Fix typo: pass Fts and Ent to leave_dir.
16511         (struct Active_dir, AD_compare, AD_hash, enter_dir, leave_dir):
16512         Move to fts-cycle.c.
16513         (fts_open): Use setup_dir.
16514         (fts_close): Use free_dir.
16515         (fts_read): Have just one copy of the ENTER_DIR code rather than three.
16516         This adds a label and some gotos, but the alternatives were messier.
16517         Check for memory allocation failure when entering a dir.
16518         (fts_stat) [_LGPL_PACKAGE]: Bring back glibc cycle detection code.
16519         * lib/fts_.h (_LGPL_PACKAGE) [defined _LIBC]: New macro.
16520         (FTS): New member fts_cycle, that is a union that contains the
16521         old active_dir_ht and cycle_state.  All uses changed to mention
16522         fts_cycle.ht and fts_cycle.state.
16523         * lib/fts-cycle.c: New file, containing GPL'ed code migrated out of
16524         fts.c, with the following changes:
16525         (setup_dir, free_dir): New functions.
16526         (enter_dir): Now returns bool.  Return true if successful, false
16527         if memory exhausted.  All callers changed.
16528         Do not bother partly cleaning up on
16529         memory allocation failure; that is free_dir's job.
16530         However, free ad if hash_insert fails, to avoid memory leak.
16531         (enter_dir, leave_dir): Accommodate change to FTS by inspecting
16532         fts->fts_options to see which union member to use.
16533
16534 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
16535
16536         * m4/fts.m4 (gl_FUNC_FTS_CORE): Renamed from gl_FUNC_FTS.
16537         (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): New macros.
16538
16539 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
16540
16541         * MODULES.html.sh (File system functions): Add fts, fts-lgpl.
16542
16543 2005-05-20  Jim Meyering  <jim@meyering.net>
16544
16545         * lib/unlinkdir.h (cannot_unlink_dir) [UNLINK_CANNOT_UNLINK_DIR]:
16546         Now a macro, to pacify GCC.
16547
16548 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
16549
16550         * m4/chown.m4 (gl_FUNC_CHOWN): Correct sense of test for honoring IDs
16551         of -1.
16552
16553 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
16554
16555         * lib/chown.c (rpl_chown): Return -1 on failure.
16556
16557 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
16558
16559         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME]):
16560         Don't check for stddef.h.
16561         * m4/fts.m4 (gl_FUNC_FTS): Don't require AC_HEADER_STDC, as we
16562         don't use its results.
16563         Don't check for fcntl.h, stddef.h, stdlib.h, string.h, unistd.h,
16564         since we include them unconditionally.  Don't require
16565         AM_STDBOOL_H, since stdbool is a prerequisite.
16566         Don't require AC_C_CONST, AC_TYPE_SIZE_T or check for ptrdiff_t
16567         since we assume C89 or better.
16568         Don't require AC_FUNC_CLOSEDIR_VOID, AC_FUNC_LSTAT, or AC_FUNC_STAT,
16569         as we don't use their results.
16570         Don't check for fchdir, memmove, memset, strrchr, as we use
16571         them unconditionally.
16572         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't define
16573         GETTIMEOFDAY_CLOBBERS_LOCALTIME_BUFFER, since nobody uses it.
16574
16575 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
16576
16577         * lib/canonicalize.c: Include canonicalize.h first, to test interface.
16578         Include <stddef.h> unconditionally, since we assume C89 now.
16579         All uses of PTR_INT_TYPE replaced by ptrdiff_t.
16580         * lib/fts.c: Include fts_.h first, to check interface.
16581         Do not include intprops.h; no longer needed.
16582         Include cycle-check.h and hash.h, since fts_.h no longer does.
16583         Remove unnecessary casts of closedir to void.
16584         (fts_build): Use a simpler method (not involving TYPE_SIGNED) to
16585         decide whether to decrement nlinks.
16586         * lib/fts_.h: Do not include hash.h or cycle-check.h; no longer needed.
16587         (FTS): Use struct hash_table * instead of Hash_table, so that
16588         we no longer need to include hash.h here.
16589
16590 2005-05-18  Jim Meyering  <jim@meyering.net>
16591
16592         * modules/dirfd (License): Change to LGPL.  Most of the code
16593         is already in the public domain.
16594
16595 2005-05-18  Jim Meyering  <jim@meyering.net>
16596
16597         * m4/fts.m4 (AC_LIBSOURCES): Add intprops.h to the list.
16598         Reported by Yoann Vandoorselaere.
16599
16600 2005-05-17  Jim Meyering  <jim@meyering.net>
16601
16602         * m4/fts.m4: New file, from coreutils.
16603
16604 2005-05-17  Jim Meyering  <jim@meyering.net>
16605
16606         * lib/fts.c, lib/fts_.h: New files, from coreutils.
16607
16608 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
16609
16610         Sync from coreutils.
16611         * m4/unlinkdir.m4: New file.
16612
16613 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
16614
16615         Sync from coreutils.
16616         * lib/unlinkdir.c, lib/unlinkdir.h: New files.
16617         * lib/gethrxtime.c, lib/gethrxtime.h, lib/getpass.h, lib/mountlist.h,
16618         lib/path-concat.c, lib/regex.h, lib/unlocked-io.h, lib/xtime.h:
16619         White space changes only.
16620         * lib/makepath.c (make_path): Port to hosts where leading "//" is
16621         special.
16622         * lib/yesno.c: Include getline.h, not ctype.h.
16623         (yesno): Don't remove leading white space; POSIX doesn't allow it.
16624         Use getline to remove arbitrary restriction on response length.
16625
16626 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
16627
16628         * config/srclist-update: Spell out "Street" in FSF postal
16629         mail address; this is the style the FSF seems to prefer.
16630
16631         * build-aux/depcomp, build-aux/install-sh, build-aux/mdate-sh,
16632         build-aux/missing, build-aux/mkinstalldirs: Sync from Automake;
16633         this updates FSF postal mail address.
16634
16635         Sync from coreutils.
16636         * modules/unlinkdir: New file.
16637         * modules/yesno (Depends-on): Add getline.
16638         * MODULES.html.sh (File system functions): Add unlinkdir.
16639
16640 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
16641
16642         * lib/byteswap_.h, lib/getsubopt.h, lib/iconvme.h, lib/strsep.c,
16643         lib/strsep.h:
16644         Change the initial comment to refer to GPL, not LGPL.
16645         gnulib-tool will change it to LGPL as needed.
16646
16647         * lib/__fpending.c, lib/acl.c, lib/acl.h, lib/alloca_.h, lib/allocsa.c,
16648         lib/allocsa.h, lib/argmatch.c, lib/argmatch.h, lib/argp-ba.c,
16649         lib/argp-eexst.c, lib/argp-fmtstream.c, lib/argp-fmtstream.h,
16650         lib/argp-fs-xinl.c, lib/argp-help.c, lib/argp-namefrob.h,
16651         lib/argp-parse.c, lib/argp-pv.c, lib/argp-pvh.c, lib/argp-xinl.c,
16652         lib/argp.h, lib/argz.c, lib/argz_.h, lib/asnprintf.c, lib/asprintf.c,
16653         lib/atanl.c, lib/backupfile.c, lib/backupfile.h, lib/base64.c,
16654         lib/base64.h, lib/basename.c, lib/binary-io.h, lib/byteswap_.h,
16655         lib/c-ctype.c, lib/c-ctype.h, lib/c-stack.c, lib/c-stack.h,
16656         lib/c-strtod.c, lib/calloc.c, lib/canon-host.c, lib/canonicalize.c,
16657         lib/canonicalize.h, lib/ceill.c, lib/chdir-long.c, lib/chdir-long.h,
16658         lib/chown.c, lib/classpath.c, lib/classpath.h, lib/cloexec.c,
16659         lib/closeout.c, lib/closeout.h, lib/concatpath.c, lib/config.charset,
16660         lib/copy-file.c, lib/copy-file.h, lib/cycle-check.c, lib/cycle-check.h,
16661         lib/diacrit.c, lib/diacrit.h, lib/dirfd.c, lib/dirfd.h, lib/dirname.c,
16662         lib/dirname.h, lib/dummy.c, lib/dup-safer.c, lib/dup2.c, lib/eealloc.h,
16663         lib/error.c, lib/error.h, lib/euidaccess.c, lib/exclude.c,
16664         lib/exclude.h, lib/execute.c, lib/execute.h, lib/exit.h,
16665         lib/exitfail.c, lib/exitfail.h, lib/expl.c, lib/fatal-signal.c,
16666         lib/fatal-signal.h, lib/fd-safer.c, lib/file-type.c, lib/file-type.h,
16667         lib/fileblocks.c, lib/filemode.c, lib/filemode.h, lib/findprog.c,
16668         lib/findprog.h, lib/floorl.c, lib/fnmatch.c, lib/fnmatch_.h,
16669         lib/fnmatch_loop.c, lib/fopen-safer.c, lib/free.c, lib/frexpl.c,
16670         lib/fsusage.c, lib/fsusage.h, lib/full-read.c, lib/full-read.h,
16671         lib/full-write.c, lib/full-write.h, lib/fwriteerror.c,
16672         lib/fwriteerror.h, lib/gai_strerror.c, lib/gcd.c, lib/gcd.h,
16673         lib/getaddrinfo.c, lib/getaddrinfo.h, lib/getcwd.c, lib/getcwd.h,
16674         lib/getdate.h, lib/getdate.y, lib/getdomainname.c, lib/getdomainname.h,
16675         lib/getgroups.c, lib/gethostname.c, lib/gethrxtime.c, lib/gethrxtime.h,
16676         lib/getline.c, lib/getline.h, lib/getloadavg.c, lib/getndelim2.c,
16677         lib/getndelim2.h, lib/getnline.c, lib/getnline.h, lib/getopt.c,
16678         lib/getopt1.c, lib/getopt_.h, lib/getopt_int.h, lib/getpagesize.h,
16679         lib/getpass.c, lib/getpass.h, lib/getsubopt.c, lib/getsubopt.h,
16680         lib/gettext.h, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c,
16681         lib/getusershell.c, lib/group-member.c, lib/group-member.h,
16682         lib/hard-locale.c, lib/hard-locale.h, lib/hash-pjw.c, lib/hash-pjw.h,
16683         lib/hash.c, lib/hash.h, lib/human.c, lib/human.h, lib/iconvme.c,
16684         lib/iconvme.h, lib/idcache.c, lib/inet_ntop.h, lib/intprops.h,
16685         lib/inttostr.c, lib/inttostr.h, lib/isdir.c, lib/javacomp.c,
16686         lib/javacomp.h, lib/javacomp.sh.in, lib/javaexec.c, lib/javaexec.h,
16687         lib/javaexec.sh.in, lib/lbrkprop.h, lib/lchown.c, lib/ldexpl.c,
16688         lib/linebreak.c, lib/linebreak.h, lib/linebuffer.c, lib/linebuffer.h,
16689         lib/localcharset.c, lib/localcharset.h, lib/logl.c, lib/long-options.c,
16690         lib/long-options.h, lib/lstat.c, lib/makepath.c, lib/makepath.h,
16691         lib/malloc.c, lib/mathl.h, lib/mbswidth.c, lib/mbswidth.h, lib/md5.c,
16692         lib/md5.h, lib/memcasecmp.c, lib/memcasecmp.h, lib/memchr.c,
16693         lib/memcmp.c, lib/memcoll.c, lib/memcoll.h, lib/memcpy.c, lib/memmem.c,
16694         lib/memmem.h, lib/mempcpy.c, lib/mempcpy.h, lib/memrchr.c,
16695         lib/memrchr.h, lib/memset.c, lib/minmax.h, lib/mkdir.c, lib/mkdtemp.c,
16696         lib/mkdtemp.h, lib/mkstemp.c, lib/mktime.c, lib/modechange.c,
16697         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
16698         lib/obstack.c, lib/obstack.h, lib/openat.c, lib/openat.h,
16699         lib/pagealign_alloc.c, lib/pagealign_alloc.h, lib/path-concat.c,
16700         lib/path-concat.h, lib/pathmax.h, lib/pathname.h, lib/physmem.c,
16701         lib/physmem.h, lib/pipe.c, lib/pipe.h, lib/poll.c, lib/poll_.h,
16702         lib/posixtm.c, lib/posixtm.h, lib/posixver.c, lib/printf-args.c,
16703         lib/printf-args.h, lib/printf-parse.c, lib/printf-parse.h,
16704         lib/progname.c, lib/progname.h, lib/progreloc.c, lib/putenv.c,
16705         lib/quote.c, lib/quote.h, lib/quotearg.c, lib/quotearg.h, lib/raise.c,
16706         lib/readlink.c, lib/readtokens.c, lib/readtokens.h, lib/readtokens0.c,
16707         lib/readtokens0.h, lib/readutmp.c, lib/readutmp.h, lib/realloc.c,
16708         lib/ref-add.sin, lib/ref-del.sin, lib/regex.c, lib/regex.h,
16709         lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c,
16710         lib/safe-read.h, lib/safe-write.c, lib/safe-write.h, lib/same.c,
16711         lib/same.h, lib/save-cwd.c, lib/save-cwd.h, lib/savedir.c,
16712         lib/savedir.h, lib/setenv.c, lib/setenv.h, lib/settime.c,
16713         lib/sh-quote.c, lib/sh-quote.h, lib/sha1.c, lib/sha1.h, lib/sig2str.c,
16714         lib/sig2str.h, lib/sincosl.c, lib/snprintf.c, lib/snprintf.h,
16715         lib/sqrtl.c, lib/stat-macros.h, lib/stat.c, lib/stdbool_.h,
16716         lib/stdint_.h, lib/stdio-safer.h, lib/stpcpy.c, lib/stpcpy.h,
16717         lib/stpncpy.c, lib/stpncpy.h, lib/strcase.h, lib/strcasecmp.c,
16718         lib/strchrnul.c, lib/strchrnul.h, lib/strcspn.c, lib/strdup.c,
16719         lib/strdup.h, lib/strerror.c, lib/strftime.c, lib/strftime.h,
16720         lib/stripslash.c, lib/strndup.c, lib/strndup.h, lib/strnlen.c,
16721         lib/strpbrk.c, lib/strpbrk.h, lib/strsep.c, lib/strsep.h, lib/strstr.c,
16722         lib/strstr.h, lib/strtod.c, lib/strtoimax.c, lib/strtok_r.c,
16723         lib/strtok_r.h, lib/strtol.c, lib/strtoll.c, lib/strtoul.c,
16724         lib/strtoull.c, lib/strverscmp.c, lib/strverscmp.h, lib/sysexit_.h,
16725         lib/tempname.c, lib/time_r.c, lib/time_r.h, lib/timegm.c, lib/timegm.h,
16726         lib/timespec.h, lib/trigl.c, lib/trigl.h, lib/ucs4-utf16.h,
16727         lib/ucs4-utf8.h, lib/unicodeio.c, lib/unicodeio.h, lib/unistd-safer.h,
16728         lib/unlocked-io.h, lib/unsetenv.c, lib/userspec.c, lib/utf16-ucs4.h,
16729         lib/utf8-ucs4.h, lib/utime.c, lib/utimecmp.c, lib/utimecmp.h,
16730         lib/utimens.c, lib/vasnprintf.c, lib/vasnprintf.h, lib/vasprintf.c,
16731         lib/vasprintf.h, lib/version-etc-fsf.c, lib/version-etc.c,
16732         lib/version-etc.h, lib/vsnprintf.c, lib/vsnprintf.h, lib/w32spawn.h,
16733         lib/wait-process.c, lib/wait-process.h, lib/xalloc-die.c, lib/xalloc.h,
16734         lib/xallocsa.c, lib/xallocsa.h, lib/xasprintf.c, lib/xgetcwd.c,
16735         lib/xgetcwd.h, lib/xgetdomainname.c, lib/xgetdomainname.h,
16736         lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c,
16737         lib/xreadlink.c, lib/xreadlink.h, lib/xsetenv.c, lib/xsetenv.h,
16738         lib/xsize.h, lib/xstrndup.c, lib/xstrndup.h, lib/xstrtod.c,
16739         lib/xstrtod.h, lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h,
16740         lib/xstrtoumax.c, lib/xtime.h, lib/xvasprintf.c, lib/xvasprintf.h,
16741         lib/yesno.c, lib/yesno.h:
16742         Update FSF postal mail address.
16743
16744 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
16745
16746         * MODULES.html.sh, README, gnulib-tool, tests/test-base64.c,
16747         tests/test-memmem.c, tests/test-stpncpy.c:
16748         Update FSF postal mail address.
16749
16750 2005-05-13  Bruno Haible  <bruno@clisp.org>
16751
16752         * lib/stdint_.h (int64_t, uint64_t, int_least64_t, uint_least64_t,
16753         int_fast64_t, uint_fast64_t, intmax_t, uintmax_t, INT64_MIN, INT64_MAX,
16754         UINT64_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX,
16755         INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTMAX_MIN,
16756         INTMAX_MAX, UINTMAX_MAX, INT64_C, UINT64_C, INTMAX_C, UINTMAX_C):
16757         Add support for 64-bit integers in the MSVC compiler.
16758
16759 2005-05-12  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
16760
16761         * modules/getdate (Makefile.am): Add getdate.c to EXTRA_DIST
16762
16763 2005-05-12  Eric Blake  <ebb9@byu.net>  (tiny change)
16764
16765         * gnulib-tool (func_import): Sort and uniquify recommended includes.
16766
16767 2005-05-11  Paul Eggert  <eggert@cs.ucla.edu>
16768
16769         * doc/getdate.texi (General date syntax): Don't say that date
16770         date --iso-8601=ns generates acceptable dates; it doesn't yet.
16771         Problem reported by Nic Ferrier.
16772
16773 2005-05-10  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
16774
16775         * lib/getaddrinfo.c: Don't fail when SOCK_STREAM or SOCK_DGRAM are
16776         specified in ai_socktype. Fix invalid ai_protocol
16777         check. ai_protocol is usually set to 0 or depending on
16778         ai_family/ai_socktype to IPPROTO_TCP / IPPROTO_UDP.  Checking for
16779         SOCK_STREAM / SOCK_DGRAM in ai_protocol was invalid.  Set
16780         ai_socktype / ai_protocol in the returned addrinfo structure.
16781
16782 2005-05-10  Simon Josefsson  <jas@extundo.com>
16783
16784         * m4/getaddrinfo.m4: Look in libnsl/libsocket for getaddrinfo, from
16785         Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
16786
16787 2005-05-10  Karl Berry  <karl@gnu.org>
16788
16789         * doc/fdl.texi, gpl.texi, lgpl.texi, COPYING: update FSF address
16790         (from http://www.gnu.org/licenses).
16791         * doc/COPYING.LIB: also rename to COPYING.LESSER.
16792         * doc/COPYING.DOC: remove; per rms, only needed in doc files, so
16793         fdl.texi suffices.
16794
16795 2005-05-10  Karl Berry  <karl@gnu.org>
16796
16797         * config/srclist.txt (COPYING.LESSER): rename from COPYING.LIB.
16798         (COPYING.DOC): remove.
16799
16800         * config/srclist-update: new FSF address.
16801
16802 2005-05-10  Derek Price  <derek@ximbiot.com>
16803
16804         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 bug, not decl, when
16805         possible.
16806
16807 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
16808             Bruno Haible  <bruno@clisp.org>
16809
16810         * modules/inet_ntop: New file.
16811         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
16812         inet_ntop.
16813
16814 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
16815             Bruno Haible  <bruno@clisp.org>
16816
16817         * m4/inet_ntop.m4: New file.
16818
16819 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
16820             Bruno Haible  <bruno@clisp.org>
16821
16822         * lib/inet_ntop.h: New file.
16823         * lib/inet_ntop.c: New file, from glibc with modifications.
16824
16825 2005-05-09  Paul Eggert  <eggert@cs.ucla.edu>
16826
16827         * modules/time_r (License): Change to LGPL.
16828         * modules/extensions (License): Change to LGPL.  Actually,
16829         the license is more permissive than that, but currently gnulib-tool
16830         doesn't know how to handle more-permissive licenses.
16831
16832         * modules/stat-macros (Depends-on): Don't depend on stat-macros (!).
16833         Problem reported by Dave Love.
16834
16835 2005-05-08  Jim Meyering  <jim@meyering.net>
16836
16837         * lib/classpath.c (PATH_SEPARATOR): Remove insignificant trailing
16838         blank.
16839
16840 2005-05-06  Paul Eggert  <eggert@cs.ucla.edu>
16841
16842         * modules/argmatch (Depends-on): Add stdbool.
16843         * modules/backupfile (Depends-on): Likewise.
16844         * modules/chdir-long (Depends-on): Likewise.
16845         * modules/closeout (Depends-on): Likewise.
16846         * modules/cycle-check (Depends-on): Likewise.
16847         * modules/dirname (Depends-on): Likewise.
16848         * modules/fnmatch (Depends-on): Likewise.
16849         * modules/fsusage (Depends-on): Likewise.
16850         * modules/fwriteerror (Depends-on): Likewise.
16851         * modules/getcwd (Depends-on): Likewise.
16852         * modules/getloadavg (Depends-on): Likewise.
16853         * modules/hard-locale (Depends-on): Likewise.
16854         * modules/makepath (Depends-on): Likewise.
16855         * modules/mountlist (Depends-on): Likewise.
16856         * modules/nanosleep (Depends-on): Likewise.
16857         * modules/posixtm (Depends-on): Likewise.
16858         * modules/quotearg (Depends-on): Likewise.
16859         * modules/readtokens (Depends-on): Likewise.
16860         * modules/readtokens0 (Depends-on): Likewise.
16861         * modules/readutmp (Depends-on): Likewise.
16862         * modules/save-cwd (Depends-on): Likewise.
16863         * modules/strftime (Depends-on): Likewise.
16864         * modules/userspec (Depends-on): Likewise.
16865         * modules/utimecmp (Depends-on): Likewise.
16866         * modules/xgetcwd (Depends-on): Likewise.
16867         * modules/xnanosleep (Depends-on): Likewise.
16868         * modules/xstrtod (Depends-on): Likewise.
16869         * modules/yesno (Depends-on): Likewise.
16870
16871 2005-05-05  Paul Eggert  <eggert@cs.ucla.edu>
16872
16873         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 getopt, and avoid
16874         needless checks.
16875
16876 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
16877
16878         Merge from coreutils.  Among other things,
16879         add bulletproofing for cases where stdin, stdout, or stderr are closed.
16880         * lib/fd-safer.c: New file.
16881         * lib/fcntl-safer.h, open-safer.c: Remove.
16882         * lib/chdir-long.c: Fix comment "fetish" -> "coreutils".
16883         * lib/dup-safer.c: Include unistd-safer.h first.
16884         Don't include errno.h.
16885         (dup_safer) [!defined F_DUPFD]: Let fd_safer do the real work.
16886         * lib/file-type.h: Don't assume invoker included sys/stat.h first.
16887         * lib/file-type.c: Rely on file-type.h change.
16888         * lib/getloadavg.c: Include unistd-safer.h.
16889         (getloadavg): Use safer open.
16890         * lib/getusershell.c: Include "stdio-safer.h".
16891         (getusershell): Use safer fopen.
16892         * lib/long-options.c (long_options): Use NULL rather than 0.
16893         * lib/modechange.h (mode_free): Remove; all callers changed to invoke
16894         'free'.
16895         * lib/modechange.c: Likewise.
16896         xstrtol.h, stdbool.h, stddef.h: Don't include; no longer needed.
16897         (MODE_DONE): New constant.
16898         (struct mode_change): Remove 'next' member.
16899         (make_node_op_equals): New function; like the old one of the
16900         same name, except it allocates an array.
16901         (mode_compile, mode_create_from_ref): Use it.
16902         (mode_compile): Allocate result as an array, not a linked list.
16903         Parse octal string ourself, so that we catch mistakes like "+0".
16904         (mode_adjust): Arg is an array, not a linked list.
16905         * lib/modechange.c: Include stat-macros.h, xalloc.h.
16906         (S_ISDIR, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR):
16907         (S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH, S_IRXWU):
16908         (S_IRWXG, S_IRWXO, CHMOD_MODE_BITS):
16909         Remove.  This is now stat-macros.h's job.
16910         (talloc): Remove.  All callers replaced by xalloc, so that
16911         our invokers don't have to worry about reporting memory failures.
16912         (make_node_op_equals): Remove.
16913         (MODE_ORDINARY_CHAGE, MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
16914         New constants.
16915         (struct mode_change): Moved here from modechange.h.
16916         (mode_append_entry): Remove.
16917         (mode_compile): Remove MASKED_OPS arg, since it encouraged
16918         apps to have incorrect behavior.  Use simpler algorithm for head
16919         and tail.  Don't futz with umask; that's now the job of mode_adjust.
16920         Detect more invalid usages rather than having somewhat-random behavior.
16921         Don't insert an "a=" action, as that leads to incorrect behavior.
16922         (mode_compile, mode_create_from_ref): Return NULL on error instead
16923         of an enum, since now there's only one way to have an error.  All
16924         callers changed.
16925         (mode_adjust): Accept new arg UMASK_VALUE, and interpret it
16926         at the correct time.  Simplify calculation of "+u" and its ilk.
16927         Don't mishandle "+X".
16928         (mode_free): Remove "register" and localize decls.
16929         * lib/modechange.h (MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
16930         (struct mode_change): Move to modechange.c; callers don't
16931         need to see this stuff.
16932         (MODE_MASK_EQUALS, MODE_MASK_PLUS, MODE_MASK_MINUS, MODE_MASK_ALL):
16933         (MODE_INVALID, MODE_MEMORY_EXHAUSTED, MODE_BAD_REFERENCE): Remove.
16934         (mode_change, mode_adjust): Reflect the new signatures noted above.
16935         * lib/nanosleep.c (rpl_nanosleep): Include "timespec.h" before macros
16936         that might redefine system include files.
16937         (siginterrupt) [!HAVE_SIGINTERRUPT]: New macro.
16938         (my_usleep): Use NULL rather than (void *) 0.
16939         (rpl_nanosleep) [!defined SA_NOCLDSTOP]:
16940         Use siginterrupt to specify that system calls should be interrupted.
16941         (rpl_nanosleep): Move initialization of suspended closer to call of
16942         my_usleep.
16943         * lib/readutmp.h (read_utmp): New arg OPTIONS.  All uses changed.
16944         * lib/readutmp.c: Likewise.  Include signal.h, stdbool.h.
16945         (desirable_utmp_entry): New function.
16946         (read_utmp) [defined UTMP_NAME_FUNCTION]: Redo memory allocation
16947         using x2nrealloc, to simplify logic.
16948         (read_utmp) [!defined UTMP_NAME_FUNCTION]: Check for overflow in
16949         size calculation.  Do not assume utmp file is a regular file.
16950         * lib/readutmp.h (UT_PID): Moved here from ../src/who.c.
16951         (READ_UTMP_CHECK_PIDS): New constant.
16952         * lib/save-cwd.c: Include unistd-safer.h.
16953         (save_cwd): Use fd_safer.
16954         * lib/tempname.c (S_ISDIR, S_IRUSR, S_IRUSR, S_IWUSR, S_IXUSR): Remove.
16955         [!_LIBC] Include "stat-macros.h" instead.
16956         * lib/unistd-safer.h (fd_safer): New decl.
16957
16958 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
16959
16960         * modules/getloadavg (Depends-on): Add unistd-safer.
16961         * modules/getusershell (Depends-on): Add stdio-safer.
16962         * modules/lstat (Depends-on): Remove xalloc.
16963         * modules/mkstemp (Depends-on): Add stat-macros.
16964         * modules/modechange (Depends-on): Remove xstrtol.
16965         Add stat-macros, xalloc.
16966         * modules/save-cwd (Depends-on): Add unistd-safer.
16967         * modules/stdio-safer (Makefile.am): Remove lib_SOURCES.
16968         * modules/unistd-safer (Files): Add lib/fd-safer.c
16969         (Makefile.am): Remove lib_SOURCES.
16970
16971         * MODULES.html.sh (Enhancements for POSIX:2001 functions):
16972         Remove fcntl-safer; unistd-safer supersedes it.
16973
16974 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
16975
16976         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Don't require
16977         AC_HEADER_STAT.
16978         * m4/lchown.m4 (gl_FUNC_CHOWN): Likewise.
16979         (gl_PREREQ_CHOWN): Remove.
16980         * m4/lstat.m4 (gl_FUNC_LSTAT): Require AC_FUNC_LSTAT instead of calling
16981         it.  Don't require AC_HEADER_STAT.
16982         (gl_PREREQ_LSTAT): Remove.
16983         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Check stdint.h only once.
16984         Don't require AC_HEADER_STAT.
16985         * m4/rmdir.m4 (gl_FUNC_RMDIR): Don't require AC_HEADER_STAT.
16986         (gl_PREREQ_RMDIR): Remove.
16987         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Don't
16988         mention stat-macros.h or AC_HEADER_STAT, since we'll make
16989         the stat-macros module a prerequisite.
16990         * m4/file-type.m4 (gl_FILE_TYPE): Likewise.
16991         * m4/filemode.m4 (gl_FILEMODE): Likewise.
16992         * m4/makepath.m4 (gl_MAKEPATH): Likewise.
16993         * m4/modechange.m4 (gl_MODECHANGE): Likewise.
16994         * m4/clock_time.m4 (gl_CLOCK_TIME): Use gl_ rather than fetish_ for
16995         variable names.
16996         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Renamed from
16997         fetish_FUNC_RMDIR_NOTEMPTY.  All uses changed.  Use gl_ for
16998         variable prefixes.
16999         * m4/fcntl-safer.m4: Remove.
17000         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Use AC_LIBSOURCES and AC_LIBOBJ.
17001         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise.
17002         Invoke gl_PREREQ_FD_SAFER.
17003         (gl_PREREQ_FD_SAFER): New macro.
17004         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Check for siginterrupt.
17005         * m4/readutmp.m4 (gl_READUTMP): Require AC_C_INLINE.
17006         Use AC_CHECK_HEADERS_ONCE and AC_CHECK_FUNCS_ONCE when possible.
17007         Remove duplicate call to AC_LIBOBJ(readutmp).
17008         (gl_PREREQ_READUTMP): Remove.  All uses inlined.
17009
17010         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Check for message, not for
17011         MAP_ANON.  Problem reported by Moriyoshi Koizumi to bug-cvs.
17012
17013 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
17014
17015         * MODULES.html.sh (Misc): Add byteswap.
17016
17017 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
17018
17019         * modules/getcwd (Depends-on): Add extensions.
17020         * modules/openat (Depends-on): Likewise.
17021
17022 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
17023
17024         * modules/byteswap: New file.
17025
17026 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
17027
17028         * m4/byteswap.m4: New file.
17029
17030 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
17031
17032         * lib/byteswap_.h: New file.
17033
17034 2005-04-25  Karl Berry  <karl@gnu.org>
17035
17036         * m4/gettext.m4: Update from GNU gettext 0.14.4.
17037
17038 2005-04-25  Albert Chin  <china@thewrittenword.com>
17039
17040         * lib/regex.c: Include <stdio.h>, as a workaround to a Compaq Desktop
17041         Toolkit C bug.
17042
17043 2005-04-21  Oskar Liljeblad  <oskar@osk.mine.nu>
17044
17045         * gnulib-tool (Options): Add -s for --symlink/--symbolic.
17046         (func_ln_if_changed) Remove forcibly for no error message
17047         in case file does not exist.
17048
17049 2005-04-19  Simon Josefsson  <jas@extundo.com>
17050
17051         * gnulib-tool (Options): Make --symlink mean --symbolic.
17052
17053 2005-04-18  Oskar Liljeblad  <oskar@osk.mine.nu>
17054
17055         * doc/gnulib.texi (Initial import): Fix.  Mention --aux-dir.
17056
17057 2005-04-16  Simon Josefsson  <jas@extundo.com>
17058
17059         * modules/getpass-gnu (Makefile.am): Don't mention getpass.h.
17060
17061 2005-04-15  Simon Josefsson  <jas@extundo.com>
17062
17063         * m4/getpass.m4 (gl_FUNC_GETPASS): Use AC_LIBSOURCES.
17064
17065 2005-04-15  Simon Josefsson  <jas@extundo.com>
17066
17067         * gnulib-tool: Rename --symlink to --symbolic.
17068
17069 2005-04-15  Oskar Liljeblad  <oskar@osk.mine.nu>
17070
17071         * gnulib-tool: Add -s, --symlink option to gnulib-tool to make
17072         symbolic links to files instead of copying/moving.  Add --aux-dir,
17073         specifying directory relative --dir where auxiliary build tools
17074         are placed.
17075
17076 2005-04-14  Bruno Haible  <bruno@clisp.org>
17077
17078         * modules/allocsa (License): Change to LGPL.
17079         Requested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
17080
17081 2005-04-13  Paul Eggert  <eggert@cs.ucla.edu>
17082
17083         * lib/getdate.y (zone): Allow relunit_snumber after tZONE, so
17084         that "UTC +1 second" continues to work.  Problem reported
17085         by Dmitry V. Levin.
17086         (relunit_snumber): New rule.
17087         (relunit): Use it.
17088
17089 2005-04-12  Paul Eggert  <eggert@cs.ucla.edu>
17090
17091         * lib/getdate.y (universal_time_zone_table): New constant.
17092         (time_zone_table): Remove GMT, UT, UTC entries; they're now in
17093         universal_time_zone_table.
17094         (lookup_zone): Prefer universal_time_zone_table to
17095         local_time_zone_table, so that "GMT" time stamps are allowed in
17096         London during the summer.  Problem reported by Ian Abbott.
17097
17098 2005-04-12  Jim Meyering  <jim@meyering.net>
17099
17100         * lib/human.c (humblock): Set *options even when returning due to
17101         xstrtoumax conversion failure.  Thanks to a used-uninitialized
17102         warning from gcc-4.
17103
17104 2005-04-09  Jim Meyering  <jim@meyering.net>
17105
17106         * lib/posixtm.c (posixtime) [lint]: Avoid spurious warning from gcc-4's
17107         -Wuninitialized: initialize tm0.tm_year.
17108
17109 2005-04-04  Paul Eggert  <eggert@cs.ucla.edu>
17110
17111         * lib/getdate.y (parser_control): rels_seen is now a boolean, not a
17112         count, since there's no maximum.  All uses changed.
17113         Add member dsts_seen.
17114         (local_zone): Accumulate dsts_seen rather than relying on tm_isdst
17115         not being INT_MAX.
17116         (get_date): Initialize dsts_seen, and check that it doesn't go over 1.
17117         Use pc_rels_seen to decide whther a date is absolute.
17118
17119         * lib/getdate.y (number): Don't overwrite year.
17120         (get_date): Initialize pc.year.digits to 0, not 4, to enable above
17121         check.
17122
17123 2005-04-02  Simon Josefsson  <jas@extundo.com>
17124
17125         * lib/getaddrinfo.h: Fix OpenBSD compilation failure, inspired by tiny
17126         patch from Yoann Vandoorselaere <yoann@prelude-ids.org>.
17127
17128 2005-03-28  Eric Blake  <ebb9@byu.net>  (tiny change)
17129
17130         * m4/getcwd-path-max.m4: Return success on systems such as Cygwin
17131         where no absolute path name can be longer than PATH_MAX.
17132
17133 2005-03-27  Jim Meyering  <jim@meyering.net>
17134
17135         * lib/argmatch.c: Clarify comment: null-terminated -> NULL-terminated.
17136
17137 2005-03-26  Paul Eggert  <eggert@cs.ucla.edu>
17138
17139         * lib/intprops.h (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND):
17140         "one's complement" -> "ones' complement" in comment, as per Knuth.
17141         "value of type" -> "type or expression" in comment.
17142         * lib/mktime.c, strftime.c: Propagate intprops.h comment nits.
17143
17144 2005-03-26  Jim Meyering  <jim@meyering.net>
17145
17146         Comment nits.
17147         * lib/intprops.h: Add the apostrophe in `(one|two)'s complement'.
17148         Correct typos: s/or/of/.
17149
17150 2005-03-26  Jim Meyering  <jim@meyering.net>
17151
17152         * modules/check-include-files: Move to ../ and rename to...
17153         * check-module: ...this.
17154
17155 2005-03-25  Jim Meyering  <jim@meyering.net>
17156
17157         * modules/xvasprintf (Files): Add xalloc.h.
17158
17159 2005-03-23  Paul Eggert  <eggert@cs.ucla.edu>
17160
17161         * modules/gettext (Files): config/config.rpath ->
17162         build-aux/config.rpath
17163         * modules/iconv (Files): Likewise.
17164         Problem reported by Oskar Liljeblad.
17165
17166 2005-03-23  Jim Meyering  <jim@meyering.net>
17167
17168         * modules/check-include-files: New script to check for
17169         missing dependencies, multiple includes, etc.
17170
17171         * modules/c-strtold (Depends-on): Add xalloc.
17172         * modules/c-strtod (Depends-on): Add xalloc.
17173         * modules/hash (Depends-on): Add xalloc.
17174         (Files): Remove lib/xalloc.h.
17175
17176         * modules/gethrxtime (Files): Add lib/gethrxtime.h.
17177         * modules/userspec (Files): Add lib/inttostr.h.
17178
17179 2005-03-23  Jim Meyering  <jim@meyering.net>
17180
17181         * lib/canonicalize.c: Remove duplicate `#include "stat-macros.h"'.
17182
17183 2005-03-22  Jim Meyering  <jim@meyering.net>
17184
17185         * modules/stat-macros: New module.
17186         * modules/canonicalize, modules/euidaccess, modules/file-type,
17187         * modules/filemode, modules/lchown, modules/makepath,
17188         * modules/rmdir, modules/stat: Depend on new stat-macros module
17189         rather than listing lib/stat-macros.h manually.
17190         Don't add stat-macros.h to lib_SOURCES or list it in Files: section.
17191
17192 2005-03-22  Jim Meyering  <jim@meyering.net>
17193
17194         * m4/stat-macros.m4 (gl_STAT_MACROS): New file/macro.
17195
17196 2005-03-22  Bruno Haible  <bruno@clisp.org>
17197
17198         * config/srclist.txt: Replace target directory 'config' with
17199         'build-aux'.
17200         * config/config.guess, config.sub, config.rpath, depcomp, install-sh:
17201         * config/mdate-sh, missing, mkinstalldirs, texinfo.tex: Move to
17202         ../build-aux/.
17203
17204 2005-03-21  Paul Eggert  <eggert@cs.ucla.edu>
17205
17206         * modules/chdir-long (Depends-on): Add mempcpy.
17207
17208         * modules/acl, modules/backupfile, modules/c-strtod,
17209         modules/c-strtold, modules/canon-host, modules/canonicalize,
17210         modules/cloexec, modules/closeout, modules/dirfd, modules/dirname,
17211         modules/exclude, modules/exitfail, modules/file-type,
17212         modules/filemode, modules/fpending, modules/fsusage, modules/getcwd,
17213         modules/getdate, modules/getline, modules/getpagesize,
17214         modules/getpass, modules/getugroups, modules/group-member,
17215         modules/hard-locale, modules/hash, modules/human, modules/idcache,
17216         modules/inttostr, modules/long-options, modules/makepath,
17217         modules/md5, modules/memcasecmp, modules/memcoll,
17218         modules/modechange, modules/mountlist, modules/path-concat,
17219         modules/pathmax, modules/physmem, modules/posixtm, modules/posixver,
17220         modules/quote, modules/quotearg, modules/readtokens, modules/readutmp,
17221         modules/safe-read, modules/safe-write, modules/same, modules/savedir,
17222         modules/settime, modules/sha1, modules/sig2str, modules/strdup,
17223         modules/strftime, modules/strndup, modules/strverscmp,
17224         modules/timespec, modules/unlocked-io, modules/userspec,
17225         modules/utimecmp, modules/utimens, modules/xalloc, modules/xstrtol,
17226         modules/yesno:
17227         Remove lib_SOURCES line from Makefile.am section, as this is now
17228         done automatically by the corresponding Autoconf macro.
17229
17230 2005-03-21  Jim Meyering  <jim@meyering.net>
17231
17232         Changes imported from coreutils.
17233
17234         * lib/cycle-check.c: Don't include xalloc.h.
17235
17236         * lib/path-concat.c: Don't include assert.h.
17237         (path_concat): Remove assertion that would have triggered
17238         for ABASE starting with more than one slash.
17239         Reported by Andreas Schwab.
17240
17241         * lib/path-concat.c (path_concat): Set *BASE_IN_RESULT
17242         properly when ABASE is an absolute file name.
17243         Correct the description of this function.
17244         Include <assert.h>.
17245         Add an assertion and a test driver.
17246         This fixes a bug introduced on 2004-07-02.
17247         Andreas Schwab reported the resulting failure of cp --parents:
17248         http://lists.gnu.org/archive/html/bug-coreutils/2005-01/msg00130.html
17249
17250 2005-03-21  Jim Meyering  <jim@meyering.net>
17251
17252         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Invoke gl_FUNC_MEMRCHR.
17253         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Check for memrchr decl.
17254
17255 2005-03-21  Jim Meyering  <jim@meyering.net>
17256         and  Paul Eggert  <eggert@cs.ucla.edu>
17257
17258         * m4/acl.m4, m4/backupfile.m4, m4/c-strtod.m4, m4/canon-host.m4,
17259         m4/canonicalize.m4, m4/cloexec.m4, m4/closeout.m4, m4/dirfd.m4,
17260         m4/dirname.m4, m4/exclude.m4, m4/exitfail.m4, m4/file-type.m4,
17261         m4/filemode.m4, m4/fpending.m4, m4/fsusage.m4, m4/getcwd.m4,
17262         m4/getdate.m4, m4/getline.m4, m4/getpagesize.m4, m4/getpass.m4,
17263         m4/getugroups.m4, m4/group-member.m4, m4/hard-locale.m4, m4/hash.m4,
17264         m4/human.m4, m4/idcache.m4, m4/inttostr.m4, m4/long-options.m4,
17265         m4/makepath.m4, m4/md5.m4, m4/memcasecmp.m4, m4/memcoll.m4,
17266         m4/modechange.m4, m4/mountlist.m4, m4/nanosleep.m4, m4/path-concat.m4,
17267         m4/pathmax.m4, m4/physmem.m4, m4/posixtm.m4, m4/posixver.m4,
17268         m4/quote.m4, m4/quotearg.m4, m4/readtokens.m4, m4/readutmp.m4,
17269         m4/safe-read.m4, m4/safe-write.m4, m4/same.m4, m4/savedir.m4,
17270         m4/settime.m4, m4/sha1.m4, m4/sig2str.m4, m4/strdup.m4, m4/strftime.m4,
17271         m4/strndup.m4, m4/strverscmp.m4, m4/timespec.m4, m4/unlocked-io.m4,
17272         m4/userspec.m4, m4/utimecmp.m4, m4/utimens.m4, m4/xalloc.m4,
17273         m4/xnanosleep.m4, m4/xstrtol.m4, m4/yesno.m4:
17274         Use AC_LIBSOURCES and AC_LIBOBJ to indicate source and object files
17275         for these modules.
17276
17277 2005-03-18  Paul Eggert  <eggert@cs.ucla.edu>
17278
17279         * lib/strftime.c (my_strftime): If the underlying strftime returns 0
17280         (which shouldn't happen), generate nothing instead of returning 0
17281         immediately, so that nstrftime (NULL, ...) doesn't return 0.
17282
17283 2005-03-16  Bruno Haible  <bruno@clisp.org>
17284
17285         * modules/stdint (Makefile.am): Use HAVE_LONG_LONG_64BIT instead of
17286         HAVE_LONGLONG_64BIT.
17287
17288 2005-03-16  Bruno Haible  <bruno@clisp.org>
17289
17290         * m4/stdint.m4 (gl_STDINT_H): Define HAVE_LONG_LONG_64BIT instead of
17291         HAVE_LONGLONG_64BIT.
17292
17293 2005-03-16  Bruno Haible  <bruno@clisp.org>
17294
17295         * lib/stdint_.h: Use HAVE_LONG_LONG_64BIT instead of
17296         HAVE_LONGLONG_64BIT.
17297
17298 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
17299
17300         * lib/strftime.c (my_strftime): Prepend space to format so that we can
17301         reliably distinguish strftime failure from empty output on POSIX
17302         hosts.
17303
17304 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
17305
17306         * lib/iconvme.c (SIZE_MAX): New macro, if not already defined.
17307         (iconv_string): Don't guess a size-zero buffer, as that might cause
17308         buffer overrun.  Instead, avoid multiplying by MB_LEN_MAX if the
17309         result would be 'too large', where 'too large' is (heuristically)
17310         the square root of SIZE_MAX, divided by MB_LEN_MAX to allay
17311         overflow concerns.  This will prevent some unwanted malloc failures
17312         when the inputs are very large.
17313
17314 2005-03-15  Karl Berry  <karl@gnu.org>
17315
17316         * config/srclist.txt (config.rpath): from gettext.
17317         * config/config.rpath: update.
17318
17319 2005-03-15  Bruno Haible  <bruno@clisp.org>
17320
17321         * lib/regex.c (byte_re_match_2_internal): Rename local variable 'not'
17322         to 'negate'.
17323
17324         * lib/regex.c (byte_re_match_2_internal): Reduce scope of same_str_p
17325         variable.
17326
17327         * lib/regex.c (EXTEND_BUFFER, regcomp): Cast the realloc/malloc
17328         results.
17329
17330 2005-03-14  Simon Josefsson  <jas@extundo.com>
17331
17332         * lib/timegm.h: Use proper prototype CPP guards, reported by Dave Love
17333         <fx@gnu.org>.
17334
17335 2005-03-14  Paul Eggert  <eggert@cs.ucla.edu>
17336
17337         * lib/mktime.c (TYPE_TWOS_COMPLEMENT, TYPE_ONES_COMPLEMENT,
17338         TYPE_SIGNED_MAGNITUDE, TYPE_MINIMUM, TYPE_MAXIMUM): Sync from
17339         intprops.h.
17340         * lib/strtol.c: Likewise.
17341
17342 2005-03-14  Jim Meyering  <jim@meyering.net>
17343
17344         * lib/strftime.c (my_strftime) [HAVE_STRFTIME && ! (_NL_CURRENT
17345         && HAVE_STRUCT_ERA_ENTRY)]: Initialize the first byte of ubuf[]
17346         to be nonzero so that we (and caller) can detect the difference
17347         between a valid zero-length expansion and an error return, even
17348         when the underlying strftime fails before writing anything into
17349         that location.
17350
17351 2005-03-14  Bruno Haible  <bruno@clisp.org>
17352
17353         * m4/lib-link.m4, gettext.m4, nls.m4, po.m4:
17354         Update from GNU gettext 0.14.3.
17355
17356 2005-03-10  Jim Meyering  <jim@meyering.net>
17357
17358         * m4/save-cwd.m4 (gl_SAVE_CWD): Check for fchdir.
17359
17360 2005-03-10  Jim Meyering  <jim@meyering.net>
17361
17362         * lib/save-cwd.c [!HAVE_FCHDIR]: Define open, fchdir, and chdir_long
17363         so that this module works on systems without fchdir.
17364
17365 2005-03-09  Paul Eggert  <eggert@cs.ucla.edu>
17366
17367         Factor int-properties macros into a single file, except for
17368         glibc-related files.
17369         * lib/intprops.h: New file.
17370         * lib/getloadavg.c: Include it instead of limits.h.
17371         (INT_STRLEN_BOUND): Remove.
17372         * lib/human.c: Include intprops.h.
17373         (group_number): Use INT_STRLEN_BOUND instead of rolling it ourself.
17374         * lib/human.h (LONGEST_HUMAN_READABLE): Use 146/485 rather than
17375         302/1000.
17376         * lib/inttostr.h: Include intprops.h instead of limits.h.
17377         (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND): Remove.
17378         * lib/mktime.c (TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT): New macros,
17379         for consistency with intprops.h.
17380         (time_t_is_integer, twos_complement_arithmetic): Use them.
17381         * lib/sig2str.h: Include <signal.h>, intprops.h.
17382         (INT_STRLEN_BOUND): Remove.
17383         * lib/strftime.c (TYPE_SIGNED): Remove.
17384         (INT_STRLEN_BOUND): Switch to same implementation as intprops.h.
17385         * lib/strtol.c: Adjust comments to match intprops.h.
17386         * lib/userspec.c: Include intprops.h.
17387         (TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Remove.
17388         * lib/utimecmp.c, xnanosleep.c, xstrtol.c: Likewise.
17389         * lib/utimecmp.c (utimecmp): Use TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT
17390         instead of rolling our own expressions.
17391         * lib/xstrtol.c: Include xstrtol.h first, to test interface.
17392
17393         * lib/strftime.c: Include <stdbool.h>.  Use bool where appropriate,
17394         instead of int.
17395         (my_strftime): Do not mishandle years close to INT_MAX, by doing
17396         the right thing even if adding 1900 would overflow.  Similarly
17397         for tm_mon + 1 and tm_yday + 1.
17398         Make %Y always equivalent to %C%y, and similarly for %G and %g.
17399         (DO_NUMBER, DO_NUMBER_SPACEPAD): Set digits to d, not a conditional.
17400         (DO_SIGNED_NUMBER): New macro.
17401         (my_strftime) [HAVE_TZNAME]: Don't dump core if tp->tm_dst > 1.
17402
17403 2005-03-07  Bruno Haible  <bruno@clisp.org>
17404
17405         * m4/mmap-anon.m4 (MAP_FILE, MAP_FAILED): Remove definitions.
17406
17407 2005-03-07  Bruno Haible  <bruno@clisp.org>
17408
17409         * lib/pagealign_alloc.c (MAP_FILE, MAP_FAILED): Define fallbacks.
17410
17411 2005-03-04  Derek R. Price  <derek@ximbiot.com>
17412
17413         * gnulib-tool (func_cp_if_changed, func_mv_if_changed): New functions.
17414         (func_import): Only replace files via --import when they have actually
17415         changed.
17416
17417 2005-03-03  Derek R. Price  <derek@ximbiot.com>
17418
17419         * m4/mmap-anon.m4: New file.
17420         * m4/pagealign_alloc.m4: New file.
17421
17422 2005-03-03  Derek R. Price  <derek@ximbiot.com>
17423             Bruno Haible  <bruno@clisp.org>
17424
17425         * modules/pagealign_alloc: New file.
17426         * MODULES.html.sh (Memory management functions): Add pagealign_alloc.
17427
17428 2005-03-03  Derek R. Price  <derek@ximbiot.com>
17429             Bruno Haible  <bruno@clisp.org>
17430
17431         * lib/pagealign_alloc.h: New file.
17432         * lib/pagealign_alloc.c: New file.
17433
17434 2005-03-03  Bruno Haible  <bruno@clisp.org>
17435
17436         * m4/inttypes.m4, isc-posix.m4, once-only.m4:
17437         Use an all-permissive copyright notice, recommended by RMS.
17438
17439 2005-03-02  Bruno Haible  <bruno@clisp.org>
17440
17441         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Undo the replacement here. Because
17442         of AIX, the replacement has to be done only after <string.h> is
17443         included, therefore not in config.h. stpncpy.h does the replacement,
17444         and stpncpy.c uses it.
17445
17446 2005-03-02  Bruno Haible  <bruno@clisp.org>
17447
17448         * lib/stpncpy.h (stpncpy): Define as a macro without arguments, so that
17449         stpncpy.c uses it.
17450
17451 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
17452
17453         Remove workaround for bug in Linux kernel 2.6.8 or thereabouts.
17454         The workaround isn't strictly needed for POSIX conformance, and
17455         it's too much of a pain to configure and maintain.  We'll ask
17456         people to fix their kernels instead.
17457         * lib/xnanosleep.c: Don't include gethrxtime.h or xtime.h.
17458         (NANOSLEEP_BUG_WORKAROUND): Remove.
17459         (xnanosleep): Remove the workaround.
17460
17461 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
17462
17463         * modules/gettime (Makefile.am): Remove lib_SOURCES line.
17464         Reported by Derek Price.
17465         (Include): Add "timespec.h".
17466
17467         * modules/xnanosleep (Depends-on): Remove gethrxtime.
17468
17469 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
17470
17471         * m4/xnanosleep.m4 (gl_XNANOSLEEP): Remove configuration attempting
17472         to detect nanosleep bug.
17473
17474 2005-03-01  Bruno Haible  <bruno@clisp.org>
17475
17476         * lib/vasnprintf.c (EOVERFLOW): Define to a fallback if needed.
17477
17478 2005-02-26  Paul Eggert  <eggert@cs.ucla.edu>
17479
17480         * modules/gethrxtime: New file.
17481         * modules/xnanosleep (Files): Add m4/xnanosleep.m4.
17482         (Depends-on): Add gethrxtime.
17483         (configure.ac): Add gl_XNANOSLEEP.
17484         (Makefile.am): Remove lib_SOURCES line.
17485
17486 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
17487
17488         * m4/gethrxtime.m4, m4/xnanosleep.m4: New files.
17489         * m4/gettime.m4 (gl_GETTIME): Check for nanotime.
17490
17491 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
17492
17493         * lib/gethrxtime.h, lib/gethrxtime.c, lib/xtime.h: New files.
17494         * lib/timespec.h (gettime): Return void, since it always
17495         succeeds now.  All uses changed.
17496         * lib/gettime.c (gettime) Likewise.
17497         [HAVE_NANOTIME]: Prefer nanotime.
17498         Assume gettimeofday succeeds, as POSIX requires.
17499         Assime time () succeeds, since other code already does.
17500         * lib/xnanosleep.c: Include xtime.h and gethrxtime.h, not xalloc.h.
17501         (timespec_subtract): Remove.
17502         (NANOSLEEP_BUG_WORKAROUND): New constant.
17503         (xnanosleep): Use gethrxtime rather than gettime; this simplifies
17504         things considerably.  Use it only on GNU/Linux hosts, since the
17505         workaround shouldn't be needed elsewhere.
17506
17507 2005-02-24  Bruno Haible  <bruno@clisp.org>
17508
17509         * modules/gettext (Files): Add m4/glibc2.m4.
17510
17511 2005-02-24  Bruno Haible  <bruno@clisp.org>
17512
17513         * m4/gettext.m4, intdiv0.m4, intmax.m4, inttypes-pri.m4, lcmessage.m4:
17514         * m4/lib-link.m4, lib-prefix.m4, nls.m4, po.m4, printf-posix.m4:
17515         * m4/progtest.m4:
17516         Update from GNU gettext 0.14.2.
17517         * m4/glibc2.m4: New file, from GNU gettext 0.14.2.
17518
17519 2005-02-24  Bruno Haible  <bruno@clisp.org>
17520
17521         * lib/localcharset.c: Update from GNU gettext 0.14.2.
17522         * lib/config.charset: Update from GNU gettext 0.14.2.
17523
17524 2005-02-24  Bruno Haible  <bruno@clisp.org>
17525
17526         * lib/gettext.h: Update from GNU gettext 0.14.2.
17527
17528 2005-02-23  Simon Josefsson  <jas@extundo.com>
17529
17530         * m4/iconvme.m4: New file.
17531
17532 2005-02-23  Jim Meyering  <jim@meyering.net>
17533
17534         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Revert yesteday's
17535         change.
17536         Thanks to Bruno Haible for catching it.
17537
17538 2005-02-22  Simon Josefsson  <jas@extundo.com>
17539
17540         * modules/iconvme: New file.
17541
17542         * MODULES.html.sh: Add iconvme.
17543
17544 2005-02-22  Simon Josefsson  <jas@extundo.com>
17545
17546         * lib/iconvme.h, lib/iconvme.c: New files, from libc.
17547
17548 2005-02-22  Simon Josefsson  <jas@extundo.com>
17549
17550         * config/srclist.txt: Sync iconvme.h, iconvme.c from libc.
17551
17552 2005-02-22  Jim Meyering  <jim@meyering.net>
17553
17554         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Fix typo:
17555         s/ifndef/ifdef/.
17556
17557 2005-02-20  Neil Conway  <neilc@samurai.com>
17558
17559         * lib/xgethostname.c (xgethostname): Check for ENOMEM, which is
17560         returned by OSX/Darwin if the specified buffer is not large
17561         enough for the hostname.
17562
17563 2005-02-03  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
17564
17565         * lib/argp-help.c (__argp_help): Create a fake struct argp_state and
17566         pass it to _help, otherwise the latter coredumps trying to
17567         dereference state.root_argp.
17568
17569 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
17570
17571         * modules/chdir-long (Depends-on): Add memrchr.
17572         * modules/memrchr (Files): Add lib/memrchr.h.
17573         (Include): "memrchr.h".
17574
17575 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
17576
17577         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Add AC_LIBSOURCES, for memrchr.h.
17578
17579 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
17580
17581         * lib/memrchr.h: New file.
17582         * lib/chdir-long.c: Include it.
17583         * lib/memrchr.c [!defined _LIBC]: Include it rather than <string.h>
17584         Don't bother including stddef.h.
17585
17586 2005-02-01  Paul Eggert  <eggert@cs.ucla.edu>
17587
17588         * lib/mountlist.h (MOUNTLIST_H_): New macro, to protect against double
17589         inclusion.
17590         Include <sys/types.h>, for dev_t.
17591         (ME_DUMMY, ME_REMOTE): Move from here....
17592         * lib/mountlist.c (ME_DUMMY, ME_REMOTE): To here.
17593         (ME_DUMMY): Count "subfs" as a dummy.  Problem reported by
17594         Dmitry V. Levin.
17595         Include mountlist.h first, to test the interface.
17596
17597 2005-01-29  Bruno Haible  <bruno@clisp.org>
17598
17599         * lib/progname.c (program_name): Initialize.
17600         Needed when linking statically on MacOS X.
17601
17602 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
17603
17604         Sync from coreutils.
17605         * modules/getloadavg (Files): Remove m4/getloadavg.m4.
17606         (Depends-on): Add c-strtod.
17607         (configure.ac): Replace gl_FUNC_GETLOADAVG with AC_FUNC_GETLOADAVG.
17608
17609 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
17610
17611         Sync from coreutils.
17612         * m4/getloadavg.m4, glibc.m4, search-libs.m4: Remove.
17613
17614         Remove files that are specific to coreutils.
17615         * m4/check-decl.m4, jm-macros.m4, lib-check.m4, prereq.m4: Remove.
17616
17617 2005-01-28  Bruno Haible  <bruno@clisp.org>
17618
17619         * modules/javacomp: New file.
17620         * MODULES.html.sh (Java): Add javacomp.
17621
17622 2005-01-28  Bruno Haible  <bruno@clisp.org>
17623
17624         * m4/javacomp.m4: New file, from GNU gettext.
17625
17626 2005-01-28  Bruno Haible  <bruno@clisp.org>
17627
17628         * lib/javacomp.sh.in: New file, from GNU gettext.
17629         * lib/javacomp.h: New file, from GNU gettext.
17630         * lib/javacomp.c: New file, from GNU gettext.
17631
17632 2005-01-26  Simon Josefsson  <jas@extundo.com>
17633
17634         * lib/gai_strerror.c: Use GPL in header.
17635
17636 2005-01-26  Bruno Haible  <bruno@clisp.org>
17637
17638         * modules/javaexec: New file.
17639         * MODULES.html.sh (Java): Add javaexec.
17640
17641 2005-01-26  Bruno Haible  <bruno@clisp.org>
17642
17643         * m4/javaexec.m4: New file, from GNU gettext.
17644
17645 2005-01-26  Bruno Haible  <bruno@clisp.org>
17646
17647         * lib/javaexec.sh.in: New file, from GNU gettext.
17648         * lib/javaexec.h: New file, from GNU gettext.
17649         * lib/javaexec.c: New file, from GNU gettext.
17650
17651 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
17652
17653         * modules/lchown (Depends-on): Remove lchown.h
17654
17655 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
17656
17657         * m4/sysexits.m4 (gl_SYSEXITS): Reverted logic. SYSEXITS_H
17658         must be defined if the header file was not found, in order
17659         to provide a replacement. Reported by Todd Vierling <tv@duh.org>
17660
17661 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
17662
17663         * lib/argp-help.c (hol_entry_help): Avoid using non-constant
17664         initializers for struct pentry_state.
17665         (__argp_error): Check return value of __asprintf
17666         (__argp_failure): Translate error message
17667
17668         * lib/argp-parse.c: Removed braces around the expansion of N_()
17669
17670 2005-01-23  Paul Eggert  <eggert@cs.ucla.edu>
17671
17672         * m4/acl.m4, afs.m4, alloca.m4, argp.m4, assert.m4, atexit.m4,
17673         backupfile.m4, base64.m4, bison.m4, c-bs-a.m4, c-stack.m4,
17674         c-strtod.m4, calloc.m4, canon-host.m4, canonicalize.m4,
17675         clock_time.m4, cloexec.m4, closeout.m4, d-ino.m4, d-type.m4,
17676         dirfd.m4, dirname.m4, dos.m4, dup2.m4, error.m4, euidaccess.m4,
17677         exclude.m4, exitfail.m4, extensions.m4, fcntl-safer.m4,
17678         file-type.m4, fileblocks.m4, filemode.m4, fnmatch.m4, fpending.m4,
17679         free.m4, fstypename.m4, fsusage.m4, ftruncate.m4, getaddrinfo.m4,
17680         getcwd-path-max.m4, getcwd.m4, getdate.m4, getdomainname.m4,
17681         getgroups.m4, gethostname.m4, getline.m4, getndelim2.m4,
17682         getnline.m4, getopt.m4, getpagesize.m4, getpass.m4, getsubopt.m4,
17683         gettime.m4, gettimeofday.m4, getugroups.m4, getusershell.m4,
17684         group-member.m4, hard-locale.m4, hash.m4, host-os.m4, human.m4,
17685         idcache.m4, inttostr.m4, isdir.m4, jm-winsz1.m4, jm-winsz2.m4,
17686         link-follow.m4, long-options.m4, ls-mntd-fs.m4, lstat.m4,
17687         makepath.m4, mathl.m4, md5.m4, memcasecmp.m4, memchr.m4,
17688         memcmp.m4, memcoll.m4, memcpy.m4, memmem.m4, memmove.m4,
17689         memrchr.m4, memset.m4, mkdir-slash.m4, mkstemp.m4, mktime.m4,
17690         modechange.m4, mountlist.m4, nanosleep.m4, obstack.m4,
17691         path-concat.m4, pathmax.m4, perl.m4, physmem.m4, poll.m4,
17692         posixtm.m4, posixver.m4, putenv.m4, quote.m4, quotearg.m4,
17693         readdir.m4, readtokens.m4, readutmp.m4, regex.m4, rename.m4,
17694         restrict.m4, rmdir-errno.m4, rmdir.m4, rpmatch.m4, same.m4,
17695         savedir.m4, settime.m4, sha1.m4, sig2str.m4, snprintf.m4,
17696         sockpfaf.m4, st_dm_mode.m4, st_mtim.m4, stat.m4, stdint.m4,
17697         stdio-safer.m4, strchrnul.m4, strdup.m4, strerror.m4,
17698         strerror_r.m4, strftime.m4, strndup.m4, strnlen.m4, strsep.m4,
17699         strtod.m4, strtoimax.m4, strtok_r.m4, strtol.m4, strtoll.m4,
17700         strtoul.m4, strtoull.m4, strtoumax.m4, strverscmp.m4, sysexits.m4,
17701         time_r.m4, timegm.m4, timespec.m4, tm_gmtoff.m4, tzset.m4,
17702         uint32_t.m4, uintptr_t.m4, unistd-safer.m4, unlink-busy.m4,
17703         unlocked-io.m4, uptime.m4, userspec.m4, utimbuf.m4, utime.m4,
17704         utimecmp.m4, utimens.m4, utimes-null.m4, vsnprintf.m4, xalloc.m4,
17705         xgetcwd.m4, xreadlink.m4, xstrndup.m4, xstrtod.m4, xstrtoimax.m4,
17706         xstrtol.m4, xstrtoumax.m4, yesno.m4:
17707         Use an all-permissive copyright notice, recommended by RMS.
17708
17709 2005-01-21  Paul Eggert  <eggert@cs.ucla.edu>
17710
17711         * modules/chdir-long (Depends-on): Remove mempcpy.
17712
17713 2005-01-21  Jim Meyering  <jim@meyering.net>
17714
17715         * lib/openat.h (AT_SYMLINK_NOFOLLOW): Define to 4096, so it's the
17716         same value as for Solaris 9.
17717
17718         * lib/chdir-long.c (chdir_long): Rewrite to remove limitation on
17719         component length.  This included changing the parameter to be
17720         of type `char *' rather than `char const *'.
17721         * lib/chdir-long.h (chdir_long): Update prototype.
17722
17723         * lib/openat.c (fdopendir, fstatat): New functions.
17724         * lib/openat.h: Include headers required for use of DIR and struct
17725         stat.
17726         [AT_SYMLINK_NOFOLLOW]: Define.
17727         (fdopendir, fstatat): Add prototypes.
17728
17729 2005-01-21  Bruno Haible  <bruno@clisp.org>
17730
17731         * modules/classpath: New file.
17732         * MODULES.html.sh (Java): Add classpath.
17733
17734 2005-01-21  Bruno Haible  <bruno@clisp.org>
17735
17736         * lib/classpath.h: New file, from GNU gettext.
17737         * lib/classpath.c: New file, from GNU gettext.
17738
17739 2005-01-20  Simon Josefsson  <jas@extundo.com>
17740
17741         * modules/version-etc-fsf: New file.
17742
17743 2005-01-20  Simon Josefsson  <jas@extundo.com>
17744
17745         * lib/version-etc-fsf.c: New file, with version_etc_copyright.
17746         * lib/version-etc.c: Remove version_etc_copyright.
17747         * lib/version-etc.h (version_etc_copyright): Use [] instead of * in
17748         prototype, suggested by Paul Eggert <eggert@CS.UCLA.EDU>.
17749
17750 2005-01-20  Simon Josefsson  <jas@extundo.com>
17751
17752         * lib/base64.h (isbase64): Add.
17753
17754         * lib/base64.c (isb64): Rename to isbase64, use to_uchar instead of
17755         using a unsigned prototype, don't inline.
17756         (base64_decode): Use it.
17757
17758 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
17759
17760         * m4/save-cwd.m4 (gl_SAVE_CWD): Remove check for fcntl; we now assume
17761         it.
17762
17763 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
17764
17765         * lib/save-cwd.c (save_cwd): Remove code to support the case
17766         where fchdir is missing or flaky.
17767
17768 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
17769
17770         * MODULES.html.sh (Command-line arguments): Add version-etc-fsf.
17771
17772 2005-01-19  Paul Eggert  <eggert@cs.ucla.edu>
17773
17774         * modules/mempcpy (Makefile.am): Remove mention of mempcpy.h;
17775         AC_LIBSOURCES now does this.
17776         * MODULES.html.sh (Sizes of integer types <limits.h>): New element,
17777         with new ullong_max module.
17778
17779 2005-01-19  Bruno Haible  <bruno@clisp.org>
17780
17781         * modules/sh-quote: New file.
17782         * MODULES.html.sh (Executing programs): Add sh-quote.
17783
17784 2005-01-19  Bruno Haible  <bruno@clisp.org>
17785
17786         * lib/sh-quote.h: New file, from GNU gettext.
17787         * lib/sh-quote.c: New file, from GNU gettext.
17788
17789 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
17790
17791         Merge from coreutils.
17792         * m4/ullong_max.m4: New file.
17793         * m4/jm-macros.m4 (gl_MACROS): Require gl_ULLONG_MAX.
17794         (gl_MACROS): Assume localeconv exists.
17795
17796 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
17797
17798         Merge changes from coreutils, as described below in several
17799         changelogs dated today.
17800
17801         * lib/save-cwd.c: Include "save-cwd.h" before other include files.
17802         (O_DIRECTORY): Remove; not needed here, since "." must be
17803         a directory.  All uses removed.
17804         (save_cwd): Use __sgi || __sun, not sun || __sun.  __sun is
17805         universal on Suns, and we also need to test for IRIX.
17806         Revamp code to use 'if' rather than '#if'.
17807         Avoid unnecessary comparison of cwd->desc to 0.
17808
17809         * lib/utimens.c (futimens): Robustify the previous patch, by checking
17810         for known valid error numbers rather than observed invalid ones.
17811
17812 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
17813
17814         * modules/ullong_max: New file.
17815
17816         * modules/chdir-long, modules/openat: New files.
17817         * modules/save-cwd (Depends-on): Depend on chdir-long.
17818         (Makefile.am): Remove lib_SOURCES; now handled by AC_LIBSOURCES.
17819
17820 2005-01-18  Jim Meyering  <jim@meyering.net>
17821
17822         Merge from coreutils.
17823         * m4/chdir-long.m4, m4/openat.m4: New files.
17824         * m4/save-cwd.m4 (gl_SAVE_CWD): Add AC_LIBSOURCES for save-cwd.c,
17825         save-cwd.h.  Add AC_LIBOBJ for save-cwd.
17826         * m4/chown.m4 (gl_FUNC_CHOWN): When cross-compiling, assume that chown
17827         is sane and DOES follow symlinks.  Besides, testing 20 different
17828         systems found no broken chown implementations.
17829         Prompted by a change in rsync's copy of this macro.
17830         * m4/jm-macros.m4 (gl_MACROS): Require gl_FUNC_CHDIR_LONG.
17831
17832         * m4/lchown.m4 (gl_FUNC_LCHOWN): Use AC_LIBSOURCES.
17833
17834         * m4/utimes.m4: Work around tests/touch/empty-file failure on a system
17835         (sparc64, Linux-2.4.28, glibc-2.3.3) that didn't honor utimes'
17836         NULL-means-set-to-current-time semantics.
17837         Remove temporary file immediately, rather than waiting
17838         for configure's at-exit trap code to do it.
17839
17840 2005-01-18  Jim Meyering  <jim@meyering.net>
17841
17842         * lib/version-etc.c (version_etc_copyright): Update copyright date.
17843
17844         * lib/utimens.c (futimens): Account for the fact that futimes
17845         can also fail with errno == ENOSYS or errno == ENOENT.
17846         Patch from Dmitry V. Levin.
17847
17848         Change the name of the robust chdir function from chdir to chdir_long.
17849         * lib/save-cwd.c: Include chdir-long.h rather than chdir.h.
17850         (restore_cwd): Use chdir_long, not chdir.
17851         * lib/chdir-long.c: Renamed from chdir.c.
17852         * lib/chdir-long.h: Renamed from chdir.h.
17853         [!defined PATH_MAX]: Define chdir_long to chdir on systems like the
17854         Hurd.
17855
17856 2005-01-18  Bruno Haible  <bruno@clisp.org>
17857
17858         * m4/allocsa.m4, m4/codeset.m4, m4/copy-file.m4, m4/eaccess.m4:
17859         * m4/eealloc.m4, m4/eoverflow.m4, m4/execute.m4, m4/fatal-signal.m4:
17860         * m4/findprog.m4, m4/glibc21.m4, m4/iconv.m4, m4/intmax_t.m4:
17861         * m4/inttypes_h.m4, m4/lib-ld.m4, m4/lib-link.m4, m4/lib-prefix.m4:
17862         * m4/linebreak.m4, m4/localcharset.m4, m4/longdouble.m4:
17863         * m4/longlong.m4, m4/mbrtowc.m4, m4/mbstate_t.m4, m4/mbswidth.m4:
17864         * m4/mkdtemp.m4, m4/pipe.m4, m4/readlink.m4, m4/safe-read.m4:
17865         * m4/safe-write.m4, m4/setenv.m4, m4/sig_atomic_t.m4:
17866         * m4/signalblocking.m4, m4/signed.m4, m4/size_max.m4, m4/ssize_t.m4:
17867         * m4/stdbool.m4, m4/stdint_h.m4, m4/stpcpy.m4, m4/stpncpy.m4:
17868         * m4/strcase.m4, m4/strcspn.m4, m4/strpbrk.m4, m4/strstr.m4:
17869         * m4/ucs4-utf.m4, m4/uintmax_t.m4, m4/ulonglong.m4, m4/unicodeio.m4:
17870         * m4/utf-ucs4.m4, m4/vasnprintf.m4, m4/vasprintf.m4:
17871         * m4/wait-process.m4, m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4:
17872         Use an all-permissive copyright notice, recommended by RMS.
17873
17874 2005-01-18  Bob Proulx  <bob@proulx.com>
17875
17876         * lib/obstack.c [DEFAULT_ALIGNMENT]: Use an intermediate type to
17877         simplify offsetof() macro construct to avoid compile failure with
17878         native HP-UX 11.0 ANSI C compiler.
17879
17880 2005-01-17  Bruno Haible  <bruno@clisp.org>
17881
17882         * lib/stpncpy.c: Remove HAVE_STPNCPY and gnu_stpncpy renaming,
17883         redundant because stpncpy.m4 takes care of it.
17884
17885 2005-01-17  Bruno Haible  <bruno@clisp.org>
17886
17887         * lib/progreloc.c: Include xalloc.h instead of xmalloc.h.
17888
17889 2005-01-17  Bruno Haible  <bruno@clisp.org>
17890
17891         * lib/progreloc.c (xstrdup): Define as strdup if no xmalloc should be
17892         used.
17893
17894 2005-01-17  Bruno Haible  <bruno@clisp.org>
17895
17896         * lib/fwriteerror.h (fwriteerror): Change specification to include
17897         fclose.
17898         * lib/fwriteerror.c: Include <stdbool.h>.
17899         (fwriteerror): At the end, close the file stream. Record whether
17900         stdout was already closed.
17901
17902 2005-01-17  Bruno Haible  <bruno@clisp.org>
17903
17904         * lib/execute.c (environ): Declare if needed.
17905         * lib/pipe.c (environ): Likewise.
17906         Reported by Michael Schloh von Bennewitz <michael.schloh@cw.com>.
17907
17908 2005-01-11  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
17909
17910         * modules/argp: Depend on vsnprintf
17911
17912 2005-01-10  Jim Meyering  <jim@meyering.net>
17913
17914         * modules/closeout (Depends-on): Add atexit.
17915
17916 2005-01-06  Bruno Haible  <bruno@clisp.org>
17917
17918         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Rename stpncpy to gnu_stpncpy here.
17919
17920 2005-01-04  Paul Eggert  <eggert@cs.ucla.edu>
17921
17922         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Move these conditional
17923         definitions to be after all include files, to avoid collisions.
17924         Problem reported by Bob Proulx.
17925
17926 2005-01-04  Jim Meyering  <jim@meyering.net>
17927
17928         Changes imported from coreutils.
17929         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Rather than using "conftestXXXXXX"
17930         as the mkstemp template, use a temporary directory and an
17931         8.3-friendly template to avoid trouble on systems like DJGPP.
17932         Reported by Juan M. Guerrero via Stepan Kasal.
17933         * m4/(gl_FUNC_MKSTEMP): Include <unistd.h> for the declaration of
17934         close. Remove the temporary directory right away, rather than waiting
17935         for configure's at-exit trap code to do it.
17936         Suggestion from Stepan Kasal.
17937
17938 2005-01-01  Simon Josefsson  <jas@extundo.com>
17939
17940         * gnulib-tool: Print #include directives when --import'ing.
17941
17942 2004-12-28  Simon Josefsson  <jas@extundo.com>
17943
17944         * tests/test-base64.c: Include required header files.  Remove
17945         unused variables.
17946
17947 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
17948
17949         * modules/error (Depends-on): Remove gettext.
17950
17951 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
17952
17953         * lib/error.c [!_LIBC && !ENABLE_NLS]: Do not include "gettext.h";
17954         not needed.  This removes a dependency on the gettext module.
17955         [defined _LIBC]: Do not include <libintl.h>; not needed.
17956
17957 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
17958
17959         * m4/c-strtod.m4 (gl_C99_STRTOLD): New macro.
17960         (gl_C_STRTOD): Use it instead of AC_CHECK_DECLS_ONCE(strtold).
17961
17962 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
17963
17964         * lib/c-strtod.c (STRTOD): Depend on HAVE_C99_STRTOLD, not
17965         HAVE_DECL_STRTOLD.
17966
17967 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
17968
17969         * modules/getdate (Depends-on): Remove alloca-opt.
17970
17971 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
17972
17973         * m4/getdate.m4 (gl_GETDATE): Remove AC_FUNC_ALLOCA.
17974
17975 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
17976
17977         * lib/argp-parse.c: Include <stddef.h>.
17978         (alignof, alignto): New macros.
17979         (parser_init): Don't assume that void * is aligned sufficiently
17980         for struct option.
17981
17982         * lib/getdate.y (YYSTACK_USE_ALLOCA): Define to 0, since there's no
17983         need to extend the stack.
17984         (YYINITDEPTH): New macro, so that the initial stack isn't overly
17985         large.
17986
17987 2004-12-22  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
17988
17989         * lib/argp-parse.c (parser_init): Avoid arithmetics on void pointers.
17990
17991 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
17992
17993         * modules/regex (lib_SOURCES): Remove regex.c, undoing previous
17994         (2004-10-24) change.  Apparently this was a false alarm.
17995
17996         * modules/getdate: Depend on alloca-opt, not alloca.
17997
17998 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
17999
18000         * lib/alloca_.h: Conditionalize on _GNULIB_ALLOCA_H, not _ALLOCA_H.
18001         Remove now-obsolete comment about AIX.
18002         * lib/getdate.y: Include <alloca.h> only if HAVE_ALLOCA.
18003         (YYSTACK_USE_ALLOCA): Define to 0 if !HAVE_ALLOCA.
18004         (YYMAXDEPTH): New macro.
18005
18006 2004-12-18  Simon Josefsson  <jas@extundo.com>
18007
18008         * modules/alloca: Depend on alloca-opt, instead of duplicating it.
18009
18010 2004-12-18  Bruno Haible  <bruno@clisp.org>
18011
18012         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Also test for sigaction.
18013
18014 2004-12-18  Bruno Haible  <bruno@clisp.org>
18015
18016         * lib/fatal-signal.c (fatal_signals): Make non-const.
18017         (init_fatal_signals): New function.
18018         (uninstall_handlers, install_handlers): Ignore signals that were set to
18019         SIG_IGN.
18020         (at_fatal_signal): Call init_fatal_signals.
18021         (init_fatal_signal_set): Likewise. Ignore signals that were set to
18022         SIG_IGN.
18023         Reported by Paul Eggert.
18024
18025 2004-12-18  Bruno Haible  <bruno@clisp.org>
18026
18027         * doc/alloca.texi: New file.
18028         * doc/alloca-opt.texi: New file.
18029
18030 2004-12-17  Jim Meyering  <jim@meyering.net>
18031
18032         * config/install-sh: Use `(exit N); exit N', not `(exit N); exit'.
18033         Otherwise, install-sh could exit with improper exit status when
18034         exiting via a trapped interrupt.  Thanks to a report from Bob Proulx.
18035
18036 2004-12-16  Simon Josefsson  <jas@extundo.com>
18037
18038         * tests/test-base64.c: Add license.
18039
18040 2004-12-15  Stepan Kasal  <address@hidden>
18041
18042         * gnulib-tool (func_emit_lib_Makefile_am): Shorten a long sed command.
18043
18044 2004-12-12  Paul Eggert  <eggert@cs.ucla.edu>
18045
18046         * modules/getcwd (Files): Add m4/d-ino.m4.
18047         Suggested by Mark D. Baushke.
18048
18049 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
18050
18051         * lib/getdate.y (textint): New member "negative".
18052         (time_zone_hhmm): New function.
18053         Expect 14 shift-reduce conflicts, not 13.
18054         (o_colon_minutes): New rule.
18055         (time, zone): Use it to add support for +HH:MM, UTC+HH:MM.
18056         (yylex): Set the "negative" member of signed numbers.
18057
18058 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
18059
18060         * doc/getdate.texi (Time of day items, Time zone items):
18061         Describe new formats +00:00, UTC+00:00.
18062
18063 2004-12-07  Paul Eggert  <eggert@cs.ucla.edu>
18064
18065         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Fix typo in previous change:
18066         spurious "-l"s.  Problem reported by Stepan Kasal.
18067
18068 2004-12-06  Paul Eggert  <eggert@cs.ucla.edu>
18069
18070         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): New macro, to work around bug
18071         in Autoconf 2.59.  Problem reported by Mark D. Baushke.
18072
18073 2004-12-04  Simon Josefsson  <jas@extundo.com>
18074
18075         * modules/getaddrinfo (License): Add LGPL, reported by Yoann
18076         Vandoorselaere <yoann@prelude-ids.org>.
18077
18078 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
18079
18080         Changes imported from coreutils.
18081         * m4/hard-locale.m4 (gl_HARD_LOCALE): Assume locale.h and setlocale
18082         exist.
18083         * m4/human.m4 (gl_HUMAN): Assume locale.h and localeconv exist.
18084
18085 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
18086
18087         Changes imported from coreutils.
18088         * lib/hard-locale.c: Assume <locale.h> exists.
18089         Include "strdup.h".
18090         (GLIBC_VERSION): New macro.
18091         (hard_locale): Assume setlocale exists.
18092         Rewrite to avoid #ifdef.
18093         Use strdup rather than malloc + strcpy.
18094         * lib/human.c: Assume <locale.h> exists.
18095         (human_readable): Assume localeconv exists.
18096
18097 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
18098
18099         * modules/hard-locale (Depends-on): Add strdup.
18100
18101 2004-12-01  Jakub Jelinek  <jakub@redhat.com>
18102
18103         * lib/mktime.c (__mktime_internal): If SEC_REQUESTED != SEC,
18104         convert T2, not T.  (Imported from libc.)
18105
18106 2004-11-30  Simon Josefsson  <jas@extundo.com>
18107
18108         * modules/restrict (License): Change to LGPL.
18109
18110 2004-11-30  Simon Josefsson  <jas@extundo.com>
18111
18112         * m4/restrict.m4: Add copyright and copying conditions.
18113
18114 2004-11-30  Simon Josefsson  <jas@extundo.com>
18115
18116         * m4/base64.m4: New file.
18117
18118 2004-11-30  Simon Josefsson  <jas@extundo.com>
18119
18120         * MODULES.html.sh (Extra functions based on ANSI C 89): Add
18121         base64.
18122
18123         * tests/test-base64.c: New file.
18124
18125         * modules/base64: New file.
18126
18127 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
18128
18129         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX):
18130         Define HAVE_PARTLY_WORKING_GETCWD if getcwd is partly working.
18131
18132         * m4/readutmp.m4 (gl_READUTMP): Don't check for sys/param.h.
18133
18134 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
18135
18136         * lib/getcwd.c (is_ENAMETOOLONG): New macro.
18137         (__getcwd.c): Don't restore errno; glibc doesn't.
18138         [HAVE_PARTLY_WORKING_GETCWD && !defined AT_FDCWD]: Try system getcwd
18139         first, falling back to our code only if its results look suspicious.
18140         Ensure that the resulting buffer is only as large as necessary.
18141
18142         * lib/readutmp.c: Include readutmp.h first.
18143         Include <errno.h>, since readutmp.h no longer does that.
18144         * lib/readutmp.h: Don't include <errno.h>,
18145         <sys/param.h>, <time.h>; not needed to establish interface.
18146         (errno): Remove decl.
18147         (HAVE_STRUCT_XTMP_UT_TYPE): Remove; no longer needed.
18148         (UT_TYPE_EQ, UT_TYPE_NOT_DEFINED, UT_TYPE_BOOT_TIME,
18149         UT_TYPE_USER_PROCESS, IS_USER_PROCESS): New macros.
18150
18151 2004-11-28  Simon Josefsson  <jas@extundo.com>
18152
18153         * lib/base64.h, base64.c: New file.
18154
18155 2004-11-27  Paul Eggert  <eggert@cs.ucla.edu>
18156
18157         * lib/getcwd.h: New file, which I forgot to check in on 2004-11-25.
18158
18159 2004-11-26  Paul Eggert  <eggert@cs.ucla.edu>
18160
18161         * modules/getcwd (Files): Add lib/getcwd.h, m4/getcwd.m4.
18162         (Depends-on): Remove pathmax, same.  Add mempcpy.
18163         (configure.ac): GL_FUNC_GETCWD_PATH_MAX -> gl_FUNC_GETCWD.
18164         (Makefile.am): Append getcwd.h to lib_SOURCES.
18165         (Include): Add getcwd.h.
18166         (Maintainer): Change from Jim Meyering to "all, glibc",
18167         since getdate now uses intended-for-glibc code.
18168         * modules/xgetcwd (Files): Remove m4/getcwd.m4.
18169         (Depends-on): Depend on getcwd.  Do not depend on pathmax.
18170
18171 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
18172
18173         Fix problems reported by Scott S. Tinsley for HP-UX 11.11 using
18174         HP's ANSI C compiler.
18175         * lib/fsusage.c (statvfs) [HAVE_SYS_STATVFS_H]: Remove decl.
18176         Declaring int functions causes warnings on some modern systems and
18177         shouldn't be needed to compile on ancient ones.
18178         * lib/same.c (MIN) [defined MIN]: Don't define, since it's already
18179         defined.
18180
18181         * lib/getcwd.c: Replace by a copy of glibc/sysdeps/posix/getcwd.c, but
18182         with the following changes.
18183         (__set_errno): Parenthesize properly.
18184         Include <stdbool.h>.
18185         (MIN, MAX, MATCHING_INO): New macros.
18186         (__getcwd): Define with prototype, not K&R form.
18187         Use heuristics to allocate default buffer on stack if possible.
18188         If AT_FDCWD is defined, use openat and fstatat to avoid O(N**2)
18189         behavior, and to avoid the PATH_MAX limit when computing
18190         ../../../../...
18191         Use MATCHING_INO to compare inode number to file.
18192         Check for arithmetic overflow in size calculations.
18193         Fix bug in reallocation of dot array that caused getcwd to fail
18194         on directories nested deeper than 75.
18195         Be more careful about saving errno on error.
18196         Do not use realloc; use only free+malloc, as this is a bit
18197         more flexible and avoids a needless copy operation.
18198         Do not inspect st_dev and st_ino for symbolic links; POSIX
18199         doesn't specify the latter.
18200         Check for closedir errors.
18201         Avoid needless casts.
18202         Use "#ifdef weak_alias" around weak_alias, to be like other
18203         glibc code.
18204         The following changes to getcwd.c have effect only when used in
18205         gnulib; they have no effect inside glibc proper.
18206         (#pragma alloca) [defined _AIX && !defined __GNUC__]: Remove,
18207         as alloca isn't used.
18208         (alloca, __alloca): Likewise.
18209         [!_LIBC]: Include "getcwd.h", "mempcpy.h".
18210         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
18211         unconditionally, as gnulib assumes C89 or better.
18212         Do not include <sys/param.h>.
18213         (errno) [!defined __GNU_LIBRARY__ && !defined STDC_HEADERS]: Remove
18214         no-longer-necessary 'extern int errno' decl; gnulib assumes C89 or
18215         better.
18216         (NULL) [!defined NULL]: Remove; we assume C89 or better.
18217         Include <dirent.h> in a way that is compatible with modern Autoconf.
18218         (_D_ALLOC_NAMELEN, _D_EXACT_NAMLEN):
18219         New macros, if not already defined.
18220         Include <unistd.h> if _LIBC, not if __GNU_LIBRARY__.
18221         Use "_LIBC", not "defined _LIBC", for consistency.
18222         (HAVE_MEMPCPY): Remove; no longer needed now that gnulib has
18223         a mempcpy module.
18224         (__lstat, __closedir, __opendir, __readdir) [!_LIBC]: New macros.
18225         (GETCWD_RETURN_TYPE): Remove.  All uses replaced by char *.
18226         * lib/xgetcwd.c: David MacKenzie's old code was removed, so give
18227         credit only to Jim Meyering and adjust the copyright dates.
18228         Do not include <limits.h>, <stdio.h>, <sys/types.h>,
18229         <stdlib.h>, <unistd.h>, "pathmax.h".
18230         Instead, include "xgetcwd.h" (first) and "getcwd.h".
18231         (INITIAL_BUFFER_SIZE): Remove.
18232         (xgetcwd): Rely on getcwd, since we now depend on a reliable one.
18233
18234 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
18235
18236         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Renamed from
18237         GL_FUNC_GETCWD_PATH_MAX for consistency.  All uses changed.
18238         Use the _ONCE methods, for efficiency.
18239         Check for fcntl.h.  In test program, include <errno.h>
18240         and <fcntl.h> if available.  Remove old K&R cruft from
18241         test program.  Check for common errors in GNU/Linux,
18242         OpenBSD, and Solaris.  Just set gl_cv_func_getcwd_path_max;
18243         don't do AC_LIBOBJ, as that's getcwd.m4's job.
18244         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL): Renamed from
18245         AC_FUNC_GETCWD_NULL.  All used changed.  Change cache variable
18246         name accordingly.
18247         (gl_FUNC_GETCWD, gl_PREREQ_GETCWD): New macros.  Revamp to
18248         accommodate new getcwd.c.
18249         * m4/jm-macros.m4 (gl_MACROS): Don't require GL_FUNC_GETCWD_PATH_MAX.
18250         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_MEMPCPY.
18251         * m4/xgetcwd.m4 (gl_XGETCWD): Replace with gl_FUNC_GETCWD, since
18252         that's all we need now.
18253
18254 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
18255
18256         * m4/argp.m4 (gl_ARGP): Require gl_GETOPT_SUBSTITUTE unconditionally:
18257         argp-parse.c depends on getopt internals, that means we should
18258         always use our getopt, to be on the safe side.
18259         * m4/getopt.m4 (gl_GETOPT): Check if GETOPT_H is already set, in
18260         order not to spoil the result of an eventual previous invocation
18261         of gl_GETOPT_SUBSTITUTE.
18262
18263 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
18264
18265         * lib/getopt_.h: Re-addition of __getopt_argv_const caused
18266         redefinition warnings. To avoid them, include the defines
18267         in `#if !defined __need_getopt ... #endif'. The only place
18268         where __getopt_argv_const is used is in definitions
18269         of getopt_long and getopt_long_only below, which are as well
18270         protected by `#ifndef __need_getopt'.
18271         [defined __GETOPT_PREFIX && !defined __need_getopt]: Undef
18272         __need_getopt after including <stdio.h> and <unistd.h> These
18273         headers might have defined it.
18274
18275 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
18276
18277         * m4/utimens.m4 (gl_UTIMENS): Check for futimes function.
18278
18279 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
18280
18281         * lib/utimens.c (__attribute__, ATTRIBUTE_UNUSED): New macros.
18282         (futimens): New function, which uses futimes if available.
18283         (futimens, utimens): Support timespec==NULL, with same semantics
18284         as utime and utimens.
18285         * lib/utimens.h (futimens): New decl.
18286
18287 2004-11-23  Jim Meyering  <jim@meyering.net>
18288
18289         * lib/getopt_.h: Remove trailing blanks.
18290
18291 2004-11-23  Jim Meyering  <jim@meyering.net>
18292
18293         * lib/__fpending.c: Add comment.
18294
18295 2004-11-22  Paul Eggert  <eggert@cs.ucla.edu>
18296
18297         * modules/canonicalize (Depends-on): Add xreadlink.
18298         Problem reported by James Youngman.
18299
18300 2004-11-20  Paul Eggert  <eggert@cs.ucla.edu>
18301
18302         * lib/getopt_.h (__GETOPT_CONCAT, __GETOPT_XCONCAT, __GETOPT_ID):
18303         New macros.
18304         (getopt, getopt_long, getopt_long_only, optarg, opterr, optind,
18305         optopt): Use them instead of invoking ## directly; otherwise, the
18306         symbols will be __GETOPT_PREFIXgetopt rather than rpl_getopt.
18307
18308 2004-11-19  Bruno Haible  <bruno@clisp.org>
18309
18310         * lib/strtok_r.c: Move comments from here...
18311         * lib/strtok_r.h: ... to here.
18312
18313 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
18314
18315         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Check for buggy calloc
18316         implementations that mishandle size_t overflow.
18317
18318 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
18319
18320         * lib/realloc.c (rpl_realloc): Call 'free' if n==0, since realloc
18321         might fail.  Problem reported by Yoann Vandoorselaere.
18322         * lib/calloc.c (rpl_calloc): Defend against buggy calloc
18323         implementations that mishandle size_t overflow.
18324
18325 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
18326
18327         * modules/canon-host (Depends-on): Add strdup.
18328
18329 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
18330
18331         * m4/canon-host.m4 (gl_CANON_HOST): Check for getaddrinfo.
18332
18333 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
18334
18335         * lib/canon-host.c: Include "strdup.h".
18336         (canon_host): Use getaddrinfo if available, so that IPv6 works.
18337         Use strdup instead of malloc/strcpy to duplicate strings.
18338
18339         * lib/human.h (LONGEST_HUMAN_READABLE): Add 1 for space before unit.
18340         (human_space_before_unit): New constant.
18341         * lib/human.c (human_readable): Support it.
18342
18343         * lib/xgetcwd.c: Include <limits.h>, for PATH_MAX.
18344         (xgetcwd): Set errno correctly when failing.
18345         Work around Solaris 9 bug: getcwd sets errno==ERANGE even though
18346         the failure is actually due to a PATH_MAX problem.
18347
18348         Further getopt changes to make it more likely that glibc will
18349         buy the changes back.
18350         * lib/getopt.c (POSIXLY_CORRECT): New constant.
18351         (getopt): Use it, so to preserve glibc semantic
18352         * lib/getopt1.c (getopt_long, getopt_long_only): Arg is char * const *
18353         when compiling for libc.
18354         * lib/getopt_.h (__getopt_argv_const): Bring it back.
18355         (getopt_long, getopt_long_only): Use it.
18356
18357         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
18358         _getopt_internal): New arg POSIXLY_CORRECT.  All callers changed.
18359         (getopt): Argv is now char * const *, as per standard.
18360         (_getopt_internal_r, _getopt_internal): Argv is now char **,
18361         not char *__getopt_argv_const *.
18362         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
18363         _getopt_long_only_r): Likewise.
18364         * lib/getopt_.h (getopt, getopt_long, geopt_long_only): Likewise.
18365         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
18366         _getopt_long_r, _getopt_long_only_r): Likewise.
18367         * lib/getopt_.h (__getopt_argv_const): Remove.
18368         (getopt): Argv is now char * const *, as per standard.
18369
18370         * lib/getdate.y (tORDINAL): New token.
18371         (day, relunit): Allow it for relative times.
18372         (relative_time_table): Use tORDINAL for ordinals.
18373
18374 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
18375
18376         * doc/getdate.texi (General date syntax): "next" is 1, not 2.
18377         Document that "second" isn't allowed as an ordinal number.
18378
18379 2004-11-16  Jim Meyering  <jim@meyering.net>
18380
18381         * modules/closeout (Depends-on): Add fpending.
18382
18383 2004-11-15  Jim Meyering  <jim@meyering.net>
18384
18385         * lib/closeout.c: Include "__fpending.h" once again.
18386         Include <stdbool.h>.
18387         (close_stdout): Don't fail just because stdout was closed initially,
18388         since some programs don't write to stdout in the normal course of
18389         operation (other than --version and --help), and we don't want this
18390         function to make e.g. `touch file >&-' fail.
18391         But do fail if it was closed and someone has tried to write to it.
18392         E.g., `printf foo >&-' must fail.
18393
18394 2004-11-13  Jim Meyering  <jim@meyering.net>
18395
18396         * m4/jm-macros.m4: Do require gl_FUNC_FPENDING.
18397
18398 2004-11-12  Simon Josefsson  <jas@extundo.com>
18399
18400         * config/srclist.txt: Add strtok_r.c, glibc bought our changes, but a
18401         small doc fix is still pending.
18402
18403 2004-11-11  Simon Josefsson  <jas@extundo.com>
18404
18405         * modules/strtok_r: New file.
18406
18407         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
18408         strtok_r.
18409
18410 2004-11-11  Simon Josefsson  <jas@extundo.com>
18411
18412         * m4/strtok_r.m4: New file.
18413
18414         * m4/getopt.m4: Replace opterr.
18415
18416 2004-11-11  Simon Josefsson  <jas@extundo.com>
18417
18418         * lib/strtok_r.h, strtok_r.c: New file.
18419
18420 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
18421
18422         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): Define __GETOPT_PREFIX instead
18423         of replacing opterr, getopt, etc.  This should handle the
18424         powerpc-apple-darwin5.5 problem recently noted by Simon Josefsson.
18425
18426 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
18427
18428         * lib/getopt_.h (__getopt_argv_const): New macro, to be used so that
18429         we can stop lying to compilers about the constness of argv when we
18430         are compiled outside glibc.
18431         (getopt, getopt_long, getopt_long_only): Use it.
18432         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
18433         _getopt_internal, getopt): Likewise.
18434         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
18435         _getopt_long_only_r): Likewise.
18436         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
18437         _getopt_long_r, _getopt_long_only_r): Likewise.
18438
18439         * lib/getopt_.h [defined __GETOPT_PREFIX && !defined __need_getopt]:
18440         Include <stdlib.h> and <stdio.h>, and <unistd.h> if available.
18441         Then rename getopt to __GETOPT_PREFIX##getopt, and so forth for
18442         the other external symbols.
18443         (getopt) [!defined __GNU_LIBRARY]: Use prototype, not old-style
18444         declaration, since the above renaming now works around collisions.
18445
18446 2004-11-11  Jim Meyering  <jim@meyering.net>
18447
18448         * lib/linebreak.c: Remove trailing blanks.
18449         * lib/alloca_.h: Likewise.
18450         * lib/acosl.c: Likewise.
18451         * lib/euidaccess.c: Likewise.
18452         * lib/allocsa.h: Likewise.
18453
18454 2004-11-10  Simon Josefsson  <jas@extundo.com>
18455
18456         * m4/getaddrinfo.m4: New file.
18457
18458 2004-11-10  Simon Josefsson  <jas@extundo.com>
18459
18460         * lib/getaddrinfo.h, lib/getaddrinfo.c: New files.
18461
18462 2004-11-10  Simon Josefsson  <jas@extundo.com>
18463
18464         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
18465         getaddrinfo.
18466
18467         * modules/getaddrinfo: New file.
18468
18469 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
18470
18471         * m4/prereq.m4 (gl_PREREQ): Require gt_FUNC_SETENV.
18472
18473 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
18474
18475         * lib/mktime.c (SHR): New macro, which is a portable
18476         substitute for >> that should work even on Crays.
18477         (TIME_T_MIDPOINT, ydhms_diff, __mktime_internal): Use it.
18478         Problem reported by Mark D. Baushke in
18479         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00071.html>.
18480         * lib/getdate.y (SHR): Likewise.
18481         (tm_diff): Use it.
18482         * lib/strftime.c (SHR): Likewise.
18483         (tm_diff): Use it.
18484         * lib/quotearg.c (struct quoting_options): Use unsigned int for
18485         quote_these_too, so that right shifts are well defined.  All uses
18486         changed.
18487
18488 2004-11-10  Jim Meyering  <jim@meyering.net>
18489
18490         Ensure that no close failure goes unreported.
18491         * lib/closeout.c (close_stdout): Always close stdout.  I.e., don't
18492         return early when it seems there's nothing to flush.
18493         Don't include __fpending.h.
18494
18495 2004-11-10  Jim Meyering  <jim@meyering.net>
18496
18497         * modules/closeout (Depends-on): Remove fpending.
18498
18499 2004-11-10  Jim Meyering  <jim@meyering.net>
18500
18501         * m4/jm-macros.m4 (gl_MACROS): Don't require gl_FUNC_FPENDING.
18502
18503 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
18504
18505         * m4/strftime.m4 (_gl_STRFTIME_PREREQS): Remove.  Move its body to
18506         gl_FUNC_STRFTIME.
18507         (gl_FUNC_STRFTIME): Use AC_CHECK_FUNCS_ONCE and AC_CHECK_HEADERS_ONCE
18508         and AC_REQUIRE when possible, to avoid duplicate checks.
18509         Check for <wchar.h>.
18510
18511 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
18512
18513         * lib/strftime.c (DO_MULTIBYTE): Check for wchar.h, too.
18514
18515 2004-11-09  Bruno Haible  <bruno@clisp.org>
18516
18517         * m4/sockpfaf.m4: New file.
18518
18519 2004-11-05  Bruno Haible  <bruno@clisp.org>
18520
18521         * lib/readlink.c: Include stddef.h, needed for size_t on Woe32.
18522         Reported by Mark D. Baushke <mdb@cvshome.org>.
18523
18524 2004-11-04  Bruno Haible  <bruno@clisp.org>
18525
18526         2004-09-11  Bruno Haible  <bruno@clisp.org>
18527                 * allocsa.valgrind: New file.
18528         2004-02-06  Bruno Haible  <bruno@clisp.org>
18529                 * allocsa.h (sa_alignof): Define differently with HP-UX cc, to
18530                 avoid a bug of this cc on HP-UX 10.20 dealing with enums.
18531                 Reported by Christopher Seip <chris.seip@hp.com>.
18532
18533 2004-11-04  Bruno Haible  <bruno@clisp.org>
18534
18535         * modules/allocsa (Files): Add lib/allocsa.valgrind.
18536         (Makefile.am): Distribute it.
18537
18538 2004-11-03  Paul Eggert  <eggert@cs.ucla.edu>
18539
18540         * lib/xreadlink.c (xreadlink): AIX and HP-UX readlink return -1
18541         with errno == ERANGE if the buffer is too small.
18542         Problem reported by Mark D. Baushke.
18543
18544 2004-11-03  Albert Chin  <china@thewrittenword.com>
18545             Paul Eggert  <eggert@cs.ucla.edu>
18546
18547         * m4/uint32_t.m4 (gl_AC_TYPE_UINT32_T): When determining uint32_t
18548         equivalent, substitute $ac_type for equivalent type rather than
18549         blindly using uint32_t *always* which won't work if uint32_t is not
18550         available.  Define _UINT32_T to work around typedef of uint32_t if
18551         <sys/sched.h>, <pthread.h>, or <semaphore.h> used on Solaris
18552         2.5.1.
18553
18554 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
18555
18556         * m4/jm-macros.m4: Sync from coreutils.
18557         (gl_MACROS): Check for mbrlen, for pathchk.
18558         (gl_CHECK_ALL_TYPES): Require AC_TYPE_MBSTATE_T, for pathchk.
18559
18560 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
18561
18562         * lib/xreadlink.c (MAXSIZE): New macro.
18563         (xreadlink): Use it instead of SSIZE_MAX.  Ensure initial buffer
18564         size does not exceed MAXSIZE.  Avoid cast.
18565         As suggested by Mark D. Baushke in
18566         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00009.html>,
18567         if readlink fails with buffer size just under MAXSIZE, try again
18568         with MAXSIZE.
18569
18570 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
18571
18572         * config/srclist.txt: Add mktime.c; glibc bought all our changes.
18573
18574 2004-11-02  Derek R. Price  <derek@ximbiot.com>
18575         and  Paul Eggert  <eggert@cs.ucla.edu>
18576
18577         * lib/getdate.y [!TEST]: Include <stdio.h>, since we use sprintf now.
18578         (get_date): Overparenthesize to avoid GCC warning.
18579
18580 2004-11-02  Bruno Haible  <bruno@clisp.org>
18581
18582         * m4/setenv.m4 (gt_FUNC_SETENV): Define VOID_UNSETENV if unsetenv()
18583         returns void.
18584
18585 2004-11-02  Bruno Haible  <bruno@clisp.org>
18586
18587         * lib/setenv.h (unsetenv): Define as a macro if the system's unsetenv()
18588         function returns void.
18589
18590 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
18591
18592         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for declarations of
18593         fflush_unlocked, flockfile, funlockfile, funlockfile,
18594         fputs_unlocked, putc_unlocked.
18595
18596 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
18597
18598         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
18599         (funlockfile, fputs_unlocked, putc_unlocked): Don't define if
18600         already declared.
18601
18602 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
18603
18604         * modules/getdate (Files): Add doc/getdate.texi.
18605         (Depends-on): Add setenv, xalloc.
18606
18607 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
18608
18609         * lib/getdate.y: Add support for TZ="foo" within a date string.
18610         Fix some bugs near time_t boundaries.  Reject dates with
18611         out-of-range components, e.g., "Sept 31".
18612         Include <stdlib.h>, "setenv.h", "xalloc.h".
18613         (ISDIGIT_LOCALE): Remove; unused.
18614         Note that the TZ and time functions used here are not reentrant.
18615         (mktime_ok, get_tz): New functions.
18616         (TZBUFSIZE): New constant.
18617         (get_date): Parse leading TZ="foo".  Reject out-of-range components;.
18618         This requires that we sometimes generate our own TZ="XXX..." setting.
18619
18620 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
18621
18622         * doc/getdate.texi: New file, from coreutils with modifications for
18623         the new TZ parsing.
18624
18625 2004-10-27  Derek R. Price  <derek@ximbiot.com>
18626
18627         * lib/mktime.c (not_equal_tm): Remove redundant check.
18628
18629 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
18630
18631         * modules/regex (lib_SOURCES): Add regex.c.
18632         Reported by James Youngman in
18633         <http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00199.html>.
18634
18635 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
18636
18637         * lib/getdate.y: Use Bison 1.875 features, and some minor
18638         code cleanups.  This change does not affect semantics.
18639         Don't include <stdlib.h>; no longer needed.
18640         Don't include unlocked-io.h; only the "#if TEST" code uses
18641         stdio, and performance isn't crucial there.
18642         (PC, YYLEX_PARAM, YYPARSE_PARAM): Remove; replaced by
18643         Bison 1.875 features as described below.
18644         All uses of "PC." replaced by "pc->".
18645         (YYSTYPE): Add a forward declaration.
18646         (yylex, yyerror): Use full prototypes in forward decls.
18647         Use "%pure-parser" rather than obsolescent "%pure_parser".
18648         Use %parse-param and %lex-param instead of obsolescent
18649         YYPARSE_PARAM and YYLEX_PARAM.
18650         (meridian_table, month_and_day_table, time_units_table,
18651         relative_time_table, time_zone_table, military_table,
18652         lookup_zone, lookup_word, get_date):
18653         Use NULL instead of 0 where appropriate.
18654         (to_hour): Avoid abort (), to avoid a dependency on
18655         stdlib.h.
18656         (yyerror, yylex): Now accepts parser_control * arg.
18657         (main) [TEST]: Use '\0' rather than 0 for char.
18658
18659 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
18660
18661         * m4/getpagesize.m4 (gl_GETPAGESIZE): Check for <sys/param.h>.
18662
18663 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
18664
18665         * lib/getpagesize.c (getpagesize): Don't assume <sys/param.h> exists.
18666         It's now the caller's responsibility to handle the case where
18667         !HAVE_GETPAGESIZE && !defined getpagesize.
18668
18669         * lib/mktime.c (leapyear): Arg is long int, not int.
18670
18671 2004-10-18  Paul Eggert  <eggert@cs.ucla.edu>
18672
18673         * lib/argp-fs-xinl.c, argp-xinl.c: Update from glibc.
18674
18675 2004-10-17  Paul Eggert  <eggert@cs.ucla.edu>
18676
18677         * gnulib-tool (func_emit_lib_Makefile_am): Fix typo: a $ was
18678         missing.  Problem reported by James Youngman.
18679
18680 2004-10-16  Simon Josefsson  <jas@extundo.com>
18681
18682         * gnulib-tool: Fix comments.  Fix parse problem.
18683         (func_emit_lib_Makefile_am): Don't hard code a in libgl_a_SOURCES.
18684
18685 2004-10-15  Paul Eggert  <eggert@cs.ucla.edu>
18686
18687         * m4/getopt.m4 (gl_GETOPT): Detect and reject the incompatible BSD
18688         implementation of getopt_long.  Problem reported by Alexander Taler in:
18689         http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00103.html
18690
18691 2004-10-15  Bruno Haible  <bruno@clisp.org>
18692
18693         * gnulib-tool: Untabify. Initialize supplied_libname.
18694         (func_usage): More homogenous output.
18695         (func_modules_transitive_closure, func_modules_to_filelist,
18696         func_emit_lib_Makefile_am): New functions.
18697         (func_import): New function, extracted from big case statement. Use
18698         func_get_license, func_modules_transitive_closure,
18699         func_modules_to_filelist, func_emit_lib_Makefile_am. Initialize
18700         opt_lgpl. Don't use test -a, as it's not portable.
18701         (func_create_testdir): Use func_modules_transitive_closure,
18702         func_modules_to_filelist, func_emit_lib_Makefile_am.
18703
18704 2004-10-15  Bruno Haible  <bruno@clisp.org>
18705
18706         * gnulib-tool (func_import): Let gl_INIT define LTALLOCA when needed.
18707
18708 2004-10-15  Bruno Haible  <bruno@clisp.org>
18709
18710         * gnulib-tool (func_emit_lib_Makefile_am): Add markers to separate
18711         the portions belonging to each module.
18712         Suggested by Derek Robert Price <derek@ximbiot.com>.
18713
18714 2004-10-12  Simon Josefsson  <jas@extundo.com>
18715
18716         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
18717         (fputs_unlocked, putc_unlocked) [!_LIBCS && !USE_UNLOCKED_IO]: Map
18718         to real functions.
18719
18720 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
18721
18722         * modules/vsnprintf: New file.
18723
18724 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
18725
18726         * m4/vsnprintf.m4: New file.
18727
18728 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
18729
18730         * lib/vsnprintf.h: New file.
18731         * lib/vsnprintf.c: New file.
18732
18733 2004-10-11  Bruno Haible  <bruno@clisp.org>
18734
18735         * MODULES.html.sh (Support for systems lacking ISO C 99): Add
18736         vsnprintf.
18737
18738 2004-10-10  Paul Eggert  <eggert@cs.ucla.edu>
18739
18740         * config/srclistvars.sh: Add GNUSTANDARDS (for eggert only).
18741
18742 2004-10-07  Bruno Haible  <bruno@clisp.org>
18743
18744         * lib/snprintf.c (snprintf): Avoid a memory allocation if the result
18745         fits into the provided buffer.
18746
18747 2004-10-06  Paul Eggert  <eggert@cs.ucla.edu>
18748
18749         * lib/diacrit.c, diacrit.h: Add GPL notice.
18750
18751         * lib/atanl.c, logl.c: Add GPL notice, to match glibc's added LGPL
18752         notice.
18753         * lib/atanl.c (atanl): Keep the code as similar to glibc as possible.
18754         * lib/logl.c (logl): Keep the code as similar to glibc as possible.
18755         This avoids a potential constant-folding bug.
18756
18757 2004-10-05  Bruno Haible  <bruno@clisp.org>
18758
18759         * m4/strsep.m4 (gl_FUNC_STRSEP): Require AC_GNU_SOURCE. Don't check
18760         for the declaration of strsep.
18761
18762 2004-10-05  Bruno Haible  <bruno@clisp.org>
18763
18764         * lib/strsep.h: Don't declare strsep() if HAVE_STRSEP.
18765
18766 2004-10-04  Simon Josefsson  <jas@extundo.com>
18767
18768         * modules/memmem: New file.
18769         * tests/test-memmem.c: New file.
18770         * MODULES.html.sh (Extra functions based on ANSI C 89): Add memmem.
18771
18772 2004-10-04  Simon Josefsson  <jas@extundo.com>
18773
18774         * m4/memmem.m4: New file.
18775
18776 2004-10-04  Simon Josefsson  <jas@extundo.com>
18777
18778         * lib/memmem.h: New file.
18779         * lib/memmem.c: New file, taken from glibc.
18780
18781 2004-10-04  Simon Josefsson  <jas@extundo.com>
18782
18783         * lib/error.c, md5.c, regex.c: Use '#if USE_UNLOCKED_IO' instead of
18784         '#ifdef USE_UNLOCKED_IO'.
18785
18786 2004-10-04  Simon Josefsson  <jas@extundo.com>
18787
18788         * config/srclist.txt: Add memmem from glibc.
18789
18790 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
18791
18792         * modules/xalloc (Files, Makefile.am): Remove xstrdup.c.
18793
18794         * modules/argmatch, modules/argp, modules/closeout, modules/error,
18795         modules/exclude, modules/getdate, modules/getline,
18796         modules/getndelim2, modules/getpass, modules/getpass-gnu,
18797         modules/getusershell, modules/linebuffer, modules/md5,
18798         modules/mountlist, modules/posixtm, modules/readtokens,
18799         modules/readutmp, modules/regex, modules/sha1,
18800         modules/version-etc, modules/yesno:
18801         Remove dependency on unlocked-io.
18802
18803 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
18804
18805         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Remove.  All uses removed.
18806
18807         * m4/unlocked-io.m4: Add copyright notice.
18808         (gl_FUNC_GLIBC_UNLOCKED_IO): Define USE_UNLOCKED_IO.
18809
18810 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
18811
18812         * lib/xalloc.h (xmemdup): Renamed from xclone.  All uses changed.
18813         * lib/xmalloc.c (xmemdup): Likewise.
18814         * lib/xalloc.h (CCLONE, CLONE, NEW, XCALLOC, XMALLOC, XREALLOC,
18815         XFREE): Remove these long-obsolescent macros.
18816         * lib/xmalloc.c (xstrdup): Implementation moved here from xstrdup.c
18817         * lib/xstrdup.c: Remove.
18818
18819         * lib/regex.c (re_comp): Cast gettext return value to char *,
18820         Problem reported by Martin Neitzel via Mark D. Baushke.
18821
18822 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
18823
18824         * lib/argmatch.c, closeout.c, error.c, exclude.c, getdate.y,
18825         getndelim2.c, getpass.c, getusershell.c, linebuffer.c,
18826         md5.c, mountlist.c, posixtm.c, readtokens.c, readutmp.c,
18827         regex.c, sha1.c, version-etc.c, yesno.c:
18828         Include "unlocked-io.h" only if USE_UNLOCKED_IO.
18829         * lib/unlocked-io.h: Don't worry about USE_UNLOCKED_IO; that's now
18830         the includer's responsibility.
18831
18832         Sync from coreutils.
18833
18834         * lib/modechange.c (mode_compile): Don't decrement a pointer that
18835         points to the start of a string, as the C Standard says the
18836         resulting behavior is undefined.
18837
18838         * lib/backupfile.h (enum backuptype): Rename none -> no_backups,
18839         simple -> simple_backups, numbered_existing ->
18840         numbered_existing_backups, numbered -> numbered_backups
18841         to avoid shadowing problems.  All uses changed.
18842         * lib/argmatch.c (enum backuptype) [defined TEST]: Likewise.
18843         * lib/backupfile.c (check_extension, numbered_backup):
18844         Rename locals to avoid shadowing 'basename'.
18845         * lib/backupfile.h (VALID_BACKUP_TYPE): Don't evaluate arg more than
18846         once.
18847
18848         * lib/.cppi-disable: Add getopt_.h, getopt_int.h.
18849         * lib/.cvsignore: Add getopt.h.
18850
18851 2004-10-04  Bruno Haible  <bruno@clisp.org>
18852
18853         * modules/README: New file.
18854         * gnulib-tool (func_all_modules, func_verify_module): modules/README is
18855         not a module.
18856
18857 2004-10-02  Jim Meyering  <jim@meyering.net>
18858
18859         * lib/dirfd.h, getpagesize.h: Add copyright notice.
18860
18861 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
18862
18863         * modules/strsep: New file.
18864
18865 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
18866
18867         * m4/strsep.m4: New file.
18868
18869 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
18870
18871         * lib/strsep.h: New file.
18872         * lib/strsep.c: New file.
18873
18874 2004-10-01  Simon Josefsson  <jas@extundo.com>
18875
18876         * lib/snprintf.c (snprintf): Handle size==0.
18877
18878 2004-10-01  Simon Josefsson  <jas@extundo.com>
18879             Bruno Haible  <bruno@clisp.org>
18880
18881         * lib/snprintf.c: Include <stdarg.h>, <stdlib.h>, <string.h>.
18882         (snprintf): Declare 'args'.
18883
18884 2004-10-01  Paul Eggert  <eggert@cs.ucla.edu>
18885
18886         * lib/snprintf.c: Remove comments as to why each header is needed.
18887
18888 2004-10-01  Bruno Haible  <bruno@clisp.org>
18889
18890         * MODULES.html.sh: Add strsep.
18891
18892 2004-09-30  Simon Josefsson  <jas@extundo.com>
18893
18894         * modules/snprintf: New file.
18895
18896 2004-09-30  Simon Josefsson  <jas@extundo.com>
18897
18898         * m4/snprintf.m4: New file.
18899
18900 2004-09-30  Simon Josefsson  <jas@extundo.com>
18901
18902         * lib/snprintf.h, lib/snprintf.c: New files.
18903
18904 2004-09-30  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
18905
18906         * lib/argp-help.c (canon_doc_option): Fixed coredump if *name==NULL
18907         (hol_entry_help): Never translate an empty string.
18908         Do not translate option tag (opt->name) if OPTION_NO_TRANS is set
18909         * lib/argp.h (OPTION_NO_TRANS): New option.
18910
18911 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
18912
18913         * modules/argp (Maintainer): Replace Simon Josefsson
18914         by Sergey Poznyakoff.
18915
18916 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
18917
18918         * config/srclist.txt: Comment-out argp/argp.h, until we get the argp
18919         changes merged back into glibc.
18920
18921 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
18922
18923         * MODULES.html.sh (Support for systems lacking ISO C 99): Add snprintf.
18924
18925 2004-09-29  Oskar Liljeblad  <oskar@osk.mine.nu>
18926
18927         * lib/xvasprintf.c: Include xalloc.h.
18928         (xvasprintf): Use xalloc_die, not xmalloc_die.
18929
18930 2004-09-29  Bruno Haible  <bruno@clisp.org>
18931
18932         * modules/alloca-opt: New file, derived from modules/alloca.
18933         * modules/allocsa: Depend on alloca-opt instead of alloca.
18934         * modules/setenv: Likewise.
18935         * modules/vasnprintf: Likewise.
18936         * MODULES.html.sh: Add alloca-opt.
18937
18938 2004-09-28  Simon Josefsson  <jas@extundo.com>
18939
18940         * gnulib-tool: New parameter --lgpl, to asseert that modules are
18941         LGPL, and to replace license template from GPL to LGPL.
18942
18943 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
18944
18945         * modules/dummy: Change license to LGPL.
18946
18947 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
18948
18949         * lib/dummy.c: Change copyright notice to FSF, and license to GPL.
18950
18951 2004-09-24  Simon Josefsson  <jas@extundo.com>
18952
18953         * modules/minmax (License): Change from GPL to LGPL.
18954
18955 2004-09-23  Simon Josefsson  <jas@extundo.com>
18956
18957         * gnulib-tool (--import): Typo.
18958
18959 2004-09-23  Simon Josefsson  <jas@extundo.com>
18960
18961         * gnulib-tool (--import): Make sure *.m4 end up in m4/ by default.
18962
18963 2004-09-22  Bruno Haible  <bruno@clisp.org>
18964
18965         * modules/*: Add 'License' field.
18966         * gnulib-tool: Accept --extract-license option.
18967         (func_get_license): New function.
18968
18969 2004-09-21  Bruno Haible  <bruno@clisp.org>
18970
18971         * modules/vasnprintf (Files): Add m4/stdint_h.m4, m4/inttypes_h.m4.
18972         Reported by Simon Josefsson.
18973
18974 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
18975
18976         * modules/inttostr (Files): Add m4/longlong.m4, since it uses
18977         gl_AC_TYPE_LONG_LONG.
18978
18979 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
18980
18981         * config/srclist.txt: Add getsubopt.c, since libc bought our changes.
18982
18983 2004-09-18  Simon Josefsson  <jas@extundo.com>
18984         and  Paul Eggert  <eggert@cs.ucla.edu>
18985
18986         * gnulib-tool: Replace various ad-hoc automake/autoconf/aclocal
18987         calls with autoreconf.  Define GL_LIB.
18988
18989 2004-09-14  Karl Berry  <karl@gnu.org>
18990
18991         * config/srclist.txt: unsync setenv.c, sigh.
18992
18993 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
18994
18995         * lib/argp-pvh.c (argp_program_version_hook): Provide initial value.
18996         Problem reported by Bruno Haible in:
18997         http://lists.gnu.org/archive/html/bug-tar/2004-09/msg00023.html
18998
18999 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
19000
19001         * config/srclist.txt: Comment out argp-pvh.c.
19002
19003 2004-09-11  Paul Eggert  <eggert@cs.ucla.edu>
19004
19005         * lib/mempcpy.h: Wrap the entire include file inside #ifndef mempcpy,
19006         in case some system header has #define'd it.  Problem reported by
19007         Soeren D. Schulze in
19008         <http://lists.gnu.org/archive/html/bug-gnulib/2004-09/msg00017.html>.
19009
19010 2004-09-09  Karl Berry  <karl@gnu.org>
19011
19012         * regex.[ch]: delete from the root.  These were supposed to be
19013                 synced with emacs cvs, but this has not happened for about
19014                 a year, and anyway nothing else uses emacs regex.[ch].
19015                 bug-gnulib mail from Jeff Bailey, 9 Sep 2004 15:49:24 -0700.
19016                 lib/regex[.ch] is untouched.
19017
19018 2004-09-09  Bruno Haible  <bruno@clisp.org>
19019
19020         * modules/vasnprintf (Files): Add m4/eoverflow.m4.
19021
19022 2004-09-09  Bruno Haible  <bruno@clisp.org>
19023
19024         * m4/eoverflow.m4: New file, taken from GNU libiconv eilseq.m4 with
19025         modifications.
19026         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Require gl_EOVERFLOW.
19027
19028 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
19029
19030         * modules/xvasprintf: New file.
19031         * MODULES.html.sh (Extra functions based on ANSI C 89): Add vasprintf.
19032
19033 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
19034
19035         * lib/xvasprintf.h: New file.
19036         * lib/xvasprintf.c: New file.
19037         * lib/xasprintf.c: New file.
19038
19039 2004-09-08  Bruno Haible  <bruno@clisp.org>
19040
19041         * m4/stdint.m4: New file, taken from GNU clisp with modifications.
19042
19043 2004-09-08  Bruno Haible  <bruno@clisp.org>
19044
19045         * lib/vasnprintf.c (VASNPRINTF): Signal EOVERFLOW if the resulting
19046         length is > INT_MAX.
19047         * lib/vasprintf.c (vasprintf): Don't test for length > INT_MAX any
19048         more.
19049
19050 2004-09-08  Bruno Haible  <bruno@clisp.org>
19051
19052         * lib/stdint_.h: New file, taken from GNU clisp.
19053
19054 2004-09-08  Bruno Haible  <bruno@clisp.org>
19055             Oskar Liljeblad  <oskar@osk.mine.nu>
19056
19057         * modules/stdint: New file.
19058         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdint.
19059
19060 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
19061
19062         Import from coreutils.
19063         * lib/userspec.c: Don't use <alloca.h>, so that we don't use alloca on
19064         strings on unbounded length.  alloca's performance benefits aren't
19065         that important here.
19066         (V_STRDUP): Remove.
19067         (parse_with_separator): New function, with most of the internals
19068         of the old parse_user_spec.  Allow user to omit both user and group,
19069         for compatibility with FreeBSD.
19070         Clone only the user name, not the entire spec.
19071         Do not set *uid, *gid unless entirely successful.
19072         Avoid memory leak in some failing cases.
19073         Fix regression for USER.GROUP reported by Dmitry V. Levin in
19074         <http://lists.gnu.org/archive/html/bug-coreutils/2004-08/msg00102.html>
19075         (parse_user_spec): Rewrite to use parse_with_separator.
19076
19077 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
19078
19079         * modules/userspec: Don't depend on alloca.
19080
19081 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
19082
19083         * m4/userspec.m4 (gl_USERSPEC): Don't require AC_FUNC_ALLOCA.
19084
19085 2004-08-17  Paul Eggert  <eggert@cs.ucla.edu>
19086
19087         * MODULES.html.sh: Add xalloc-die, c-strtod, c-strtold, raise,
19088         readtokens0, getcwd, fcntl-safer, canonicalize, cycle-check,
19089         utimecmp, utimens, xnanosleep.  Rename sha to sha1.
19090
19091 2004-08-16  Simon Josefsson  <jas@extundo.com>
19092
19093         * gnulib-tool: Use sed instead of autoconf --trace, inspired by
19094         libtoolize behaviour by "Gary V. Vaughan" <gary@gnu.org>.
19095         Add --dry-run for --import.
19096         Let user provided command line parameters override configure.ac
19097         settings.
19098
19099 2004-08-12  Simon Josefsson  <jas@extundo.com>
19100
19101         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): New macro,
19102         as discussed with Paul Eggert in threads rooted at
19103         <http://lists.gnu.org/archive/html/bug-gnulib/2004-06/msg00039.html>
19104         and
19105         <http://lists.gnu.org/archive/html/bug-gnulib/2004-07/msg00001.html>.
19106         Before, the test was empty, and relied on ELIDE_CODE in source
19107         code.)
19108         (gl_PREREQ_GETOPT): New macro.
19109         (gl_GETOPT): Use them.
19110
19111 2004-08-12  Simon Josefsson  <jas@extundo.com>
19112
19113         * lib/getopt.c, getopt1.c: Remove ELIDE_CODE hack.
19114         * lib/getopt_.h: Renamed from getopt.h.
19115
19116 2004-08-12  Simon Josefsson  <jas@extundo.com>
19117
19118         * gnulib-tool: Add --source-base, --m4-base, --libtool options.
19119         Change default library name from libfoo to libgnu.
19120         Now, if you have a configure.ac that says:
19121                 gl_SOURCE_BASE(gl)
19122                 gl_M4_BASE(gl/m4)
19123                 gl_MODULES(error getopt etcetera)
19124                 gl_INIT
19125         you can import all you need by running:
19126                 ../gnulib/gnulib-tool --import
19127
19128         * modules/getopt (Files): Rename getopt.h to getopt_.h.
19129         (Makefile.am): Rewrite, use logic from argz.
19130         (Include): Use <getopt.h> instead of "getopt.h".
19131
19132 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
19133
19134         * modules/argp (Files): Add m4/unlocked-io.m4.
19135         (Depends-on): Add extensions.
19136
19137 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
19138
19139         * m4/argp.m4 (gl_ARGP): Do not check for argp.h or argp_parse; nobody
19140         uses HAVE_ARGP_H or HAVE_ARGP_PARSE.
19141         Require gl_FUNC_GLIBC_UNLOCKED_IO, gl_USE_SYSTEM_EXTENSIONS.
19142         Check for program_invocation_name, program_invocation_short_name,
19143         flockfile, funlockfile, features.h, _getopt_long_only_r.
19144
19145 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
19146
19147         * lib/argp-help.c, argp-parse.c: Use "gettext.h" instead of
19148         its complicated substitute.
19149         * lib/argp-help.c: Include <errno.h>, for program_invocation_short_name
19150         and program_invocation_name.
19151         (__argp_basename) [!_LIBC]: Remove; the only use was
19152         replaced by its body.
19153         (__argp_short_program_name): Change condition from
19154         !defined __argp_short_program_name to
19155         ! (defined _LIBC || HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME),
19156         to match argp-namefrob.h.
19157         (__argp_failure): Don't assume strerror_r returns char *.
19158         * lib/argp-parse.c (N_): Define unconditionally.
19159         (argp_default_options): Fill out initializers with 0 to avoid
19160         gcc warnings.
19161
19162 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
19163
19164         * config/srclist.txt: Remove getopt.c, getopt.h (renamed to getopt_.h),
19165         getopt1.c.
19166
19167 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
19168
19169         Merge from coreutils.
19170
19171         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for wmemchr and wmemcpy.
19172
19173         * m4/obstack.m4 (gl_PREREQ_OBSTACK): Require
19174         gl_AC_HEADER_INTTYPES_H, gl_AC_HEADER_STDINT_H, gl_AC_TYPE_UINTMAX_T.
19175
19176 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
19177
19178         Merge from coreutils.
19179
19180         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Don't set to 1 if missing
19181         wmemchr or wmemcpy.  Problem reported by Robert Dahlem
19182         for Reliant Unix 5.43.
19183
19184         * lib/obstack.c: Include <inttypes.h> and <stdint.h> if available.
19185         (union fooround): Use uintmax_t, not long int.
19186         The rest is a merge from libc:
19187         [defined _LIBC]: Include <shlib-compat.h>.
19188         (_obstack) [defined _LIBC]: Remove after 2.3.4.
19189
19190         * lib/settime.c (settime): Recode to avoid warning with
19191         Sun Forte C 6U2.
19192
19193         * lib/strverscmp.c: Convert to UTF-8.
19194
19195 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
19196
19197         * modules/obstack (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
19198         m4/uintmax_t.m4.
19199
19200 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
19201
19202         * modules/xalloc-die: New file.
19203         * modules/xalloc: Remove dependencies on error, gettext, exitfail.
19204
19205         * modules/md5 (Files): Add m4/uint32_t.m4.
19206         * modules/sha1: Renamed from modules/sha.
19207         (Files):
19208         Rename lib/sha.h to lib/sha1.h.
19209         Rename lib/sha.c to lib/sha1.c.
19210         Rename m4/sha.m4 to m4/sha1.m4.
19211         (lib_SOURCES): Likewise.
19212         (configure.ac): Rename gl_SHA to gl_SHA1.
19213         (Include): sha.h -> sha1.h.
19214
19215 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
19216
19217         * m4/uint32_t.m4, m4/uintptr_t.m4: New files.
19218         * m4/sha1.m4: Renamed from sha.m4.
19219         (gl_SHA1): Renamed from gl_SHA.  All uses changed.
19220
19221 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
19222
19223         * lib/obstack.h (obstack_empty_p):
19224         Don't assume that chunk->contents is suitably aligned.
19225         * lib/obstack.c (_obstack_begin, _obstack_begin_1, _obstack_newchunk):
19226         Likewise. Problem reported by Benno in
19227         <http://sources.redhat.com/ml/libc-alpha/2004-08/msg00055.html>.
19228
19229         * lib/chown.c (rpl_chown): Work even if the file is writeable but not
19230         readable.  This could be improved further but it'd take some work.
19231
19232 2004-08-08  Simon Josefsson  <jas@extundo.com>
19233
19234         * modules/xgethostname (Depends-on): Remove exit and error (not
19235         used).
19236
19237         * modules/getpass-gnu: Add getpass.h.
19238         (Depends-on): Add stdbool.
19239         * modules/getpass: Add getpass.h.
19240
19241 2004-08-08  Simon Josefsson  <jas@extundo.com>
19242
19243         * m4/getpass.m4 (gl_FUNC_GETPASS, gl_FUNC_GETPASS_GNU):
19244         Check getpass declaration.
19245
19246 2004-08-08  Simon Josefsson  <jas@extundo.com>
19247
19248         * lib/xgethostname.c: Don't include error.h (not used).
19249
19250         * lib/getpass.h: Add.
19251         * lib/getpass.c: Include getpass.h first.
19252
19253 2004-08-08  Paul Eggert  <eggert@cs.ucla.edu>
19254
19255         * lib/xalloc-die.c: New file.
19256         * lib/xalloc.h (xalloc_fail_func, xalloc_msg_memory_exhausted): Remove.
19257         All uses removed.
19258         * lib/xmalloc.c (xalloc_fail_func, xalloc_msg_memory_exhausted):
19259         Likewise. Move inclusions of gettext.h, error.h, exitfail.h to
19260         xalloc-die.c.
19261         (_, N_, xalloc_die): Move to xalloc-die.c.
19262         * lib/userspec.c (parse_user_spaec): Use xstrdup rather than strdup,
19263         so that we needn't mess with xalloc_msg_memory_exhausted.
19264
19265         * lib/sha1.h: Renamed from sha.h.
19266         (SHA1_H): Renamed from _SHA_H.
19267         (sha1_ctx): Renamed from sha_ctx.
19268         (sha1_init_ctx): Renamed from sha_init_ctx.
19269         (sha1_process_block): Renamed from sha_process_block.
19270         (sha1_process_bytes): Renamed from sha_process_bytes.
19271         (sha1_finish_ctx): Renamed from sha_finish_ctx.
19272         (sha1_read_ctx): Renamed from sha_read_ctx.
19273         (sha1_stream): Renamed from sha_stream.
19274         (sha1_buffer): Renamed from sha_buffer.
19275         * lib/sha1.c: Likewise; renamed from sha.c.
19276         Do not include <sys/types.h>.
19277         Include <stddef.h> rather than <stdlib.h>.
19278
19279 2004-08-08  Bruno Haible  <bruno@clisp.org>
19280
19281         * lib/pathname.h (FILE_SYSTEM_PREFIX_LEN): Renamed from
19282         FILESYSTEM_PREFIX_LEN.
19283         * lib/progreloc.c: Likewise.
19284         * lib/concatpath.c (concatenated_pathname): Use FILE_SYSTEM_PREFIX_LEN.
19285
19286 2004-08-06  Simon Josefsson  <jas@extundo.com>
19287
19288         * modules/progname (Depends-on): Don't depend on stdbool.
19289
19290 2004-08-06  Simon Josefsson  <jas@extundo.com>
19291
19292         * modules/getsubopt: New file.
19293         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
19294         getsubopt.
19295
19296 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
19297
19298         More merge from coreutils.
19299
19300         * m4/utimens.m4, m4/utimecmp.m4: New files.
19301         * m4/backupfile.m4, euidacces.m4, acl.m4, afs.m4, calloc.m4, dirfd.m4,
19302         fsusage.m4, jm-macros.m4, ls-mntd-fs.m4, md5.m4, mountlist.m4,
19303         prereq.m4, sha.m4: Import changes from coreutils.
19304
19305 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
19306
19307         More merge from coreutils.
19308         * modules/raise, modules/readtokens0, modules/utimens:
19309         * modules/utimecmp, module/xnanosleep: New files.
19310         * modules/strftime: Add lib/strftime.h.
19311         Change include from <time.h> to "strftime.h".
19312         * modules/yesno: Add lib/yesno.h.
19313         * modules/backupfile: Remove lib/addext.c.
19314         * modules/euidaccess: Add stat-macros.h.
19315         * modules/canonicalize, modules/euidaccess,
19316         modules/filemode, modules/lchown, modules/makepath,
19317         modules/rmdir, modules/stat: Likewise.
19318
19319 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
19320
19321         Merge from tar.
19322         * lib/argp-help.c (make_hol, hol_append): Don't assume that
19323         SIZE_MAX is a valid preprocessor constant.
19324         (__argp_basename): Change from "#ifndef _LIBC"
19325         to "#ifndef __argp_short_program_name", so that
19326         we don't compile these functions for tar.
19327
19328         More merges from coreutils.
19329         * lib/raise.c, lib/readtokens0.h, lib/readtokens0.c, lib/strftime.h:
19330         * lib/utimens.h, lib/utimens.c, lib/utimecmp.h, lib/utimecmp.c:
19331         * lib/xnanosleep.h, lib/xnanosleep.c, lib/yesno.h: New files.
19332         * lib/addext.c: Remove; no longer needed.
19333         * lib/yesno.c, lib/argmatch.h, lib/argmatch.c, lib/backupfile.h,
19334         lib/backupfile.c, lib/euidaccess.c, lib/filemode.c, lib/closeout.c,
19335         lib/dup2.c, lib/exclude.c, lib/fileblocks.c, lib/filemode.c,
19336         lib/fnmatch.c, lib/fnmtahc_loop.c, lib/fopen-safer.c, lib/fsusage.c,
19337         lib/fsusage.h, lib/ftruncate.c, lib/full-write.c, lib/getdate.y,
19338         lib/getloadavg.c, lib/getugroups.c, lib/hard-locale.c,
19339         lib/hard-locale.h, lib/hash.c, lib/human.c, lib/human.h, lib/lchown.c,
19340         lib/lchown.h, lib/makepath.c, lib/makepath.h, lib/md5.c, lib/md5.h,
19341         lib/memchr.c, lib/memcoll.c, lib/memrchr.c, lib/modechange.c,
19342         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
19343         lib/posixtm.c, lib/putenv.c, quotearg.c, lib/quotearg.h,
19344         lib/readtokens.c, lib/readutmp.c, lib/readutmp.h, lib/rmdir.c,
19345         lib/safe-read.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c,
19346         lib/sig2str.c, lib/stat.c, lib/strtoimax.c, lib/strverscmp.c,
19347         lib/userspec.c, lib/utime.c, lib/version-etc.c., lib/xgethostname.c,
19348         lib/xmemcoll.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtod.h,
19349         lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h, lib/xstrtoumax.c:
19350         Import changes from coreutils.
19351
19352 2004-08-05  Simon Josefsson  <jas@extundo.com>
19353
19354         * m4/strdup.m4: Always run gl_PREREQ_STRDUP, since strdup.h need it.
19355
19356 2004-08-05  Simon Josefsson  <jas@extundo.com>
19357
19358         * m4/getsubopt.m4: New file.
19359
19360 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
19361
19362         Merge from coreutils.
19363
19364         * m4/c-strtod.m4, m4/canonicalize.m4, m4/fcntl-safer.m4:
19365         * m4/getcwd-path-max.m4: New files.
19366
19367         * m4/dos.m4 (gl_AC_DOS): filesystem -> file system renaming.
19368         FILESYSTEM_PREFIX_LEN ->
19369         FILE_SYSTEM_PREFIX_LEN.
19370         FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX ->
19371         FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX.
19372         FILESYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR ->
19373         FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR.
19374
19375         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't require gl_AC_DOS, the
19376         prerequisite modules now handle the DOS stuff.
19377         Don't check for unistd.h.
19378
19379 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
19380
19381         Merge from coreutils.
19382
19383         * lib/.gdb-history: Remove; this doesn't belong here.
19384
19385         * lib/c-strtod.c, lib/c-strtod.h, lib/c-strtold.c, lib/cycle-check.c:
19386         * lib/cycle-check.h, lib/dev-ino.h, lib/canonicalize.h:
19387         * lib/canonicalize.c, lib/fcntl-safer.h, lib/fcntl-safer.c:
19388         * lib/getcwd.c: New files.
19389
19390         * lib/dirname.h: Include <stdbool.h>.
19391         (FILE_SYSTEM_PREFIX_LEN): Renamed from FILESYSTEM_PREFIX_LEN,
19392         for consistency with POSIX terminology.  All uses changed.
19393         (IS_ABSOLUTE_FILE_NAME, IS_RELATIVE_FILE_NAME): New macros.
19394         (strip_trailing_slashes): Use bool for booleans.
19395         * lib/stripslash.c (strip_trailing_slashes): Likewise.
19396
19397         * lib/error.c: Work around bug in OpenBSD 3.4 sterror_r: it
19398         sometimes returns a positive errno value even when it succeeds.
19399         (print_errno_message) [!LIBC]: Fall back on strerror if
19400         __strerror_r fails.
19401
19402         * lib/path-concat.c (mempcpy): Don't define if a system header defines
19403         it. Don't include stdio.h, stdlib.h, unistd.h, strdup.h.
19404         (longest_relative_suffix): New function.
19405         (path_concat): Use it.  Assume first argument is not NULL.
19406         Port to DOS.  Omit redundant separators.
19407         Report an error instead of returning NULL.
19408         Use mempcpy instead of memcpy.
19409         (xpath_concat): Remove: not declared or used.
19410
19411         * lib/same.h: Include <stdbool.h>
19412         (same_name): Return bool, not int.
19413         * lib/same.c (same_name): Likewise.
19414         (errno): Don't declare; we assume C89 or better now.
19415
19416         * lib/stat-macros (S_ISCTG, S_ISOFD, S_ISOFL): New macros,
19417         if not already defined.
19418
19419         * lib/xgetcwd.c (errno): Don't declare; we assume C89 or better now.
19420         * lib/dup-safer.c (errno): Likewise.
19421
19422 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
19423
19424         Merge from coreutils.
19425         * modules/c-strtod, modules/c-strtold, modules/canonicalize:
19426         * modules/cycle-check, modules/fcntl-safer, modules/getcwd: New files.
19427         * modules/path-concat: Don't depend on strdup.
19428
19429 2004-08-03  Simon Josefsson  <jas@extundo.com>
19430
19431         * lib/strdup.h: Only use HAVE_DECL_STRDUP if defined.
19432         * lib/progname.h: Don't include stdbool.h.
19433
19434 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
19435
19436         * modules/fatal: Remove, as the "fatal" module wasn't used or working.
19437         * MODULES.html.sh (func_all_modules): Remove fatal.
19438
19439 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
19440
19441         * m4/fatal.m4: Remove, as the "fatal" module wasn't used or working.
19442
19443 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
19444
19445         * lib/fatal.c, fatal.h: Remove as the "fatal" module wasn't used or
19446         working.
19447
19448 2004-08-02  Simon Josefsson  <jas@extundo.com>
19449
19450         * lib/getsubopt.h: New file, with comments from Bruno Haible.
19451         * lib/getsubopt.c: New file, from glibc, but slightly modified based on
19452         suggestions from Paul Eggert <eggert@cs.ucla.edu>.
19453
19454 2004-08-01  Simon Josefsson  <jas@extundo.com>
19455
19456         * lib/xgetdomainname.c: Include stdlib.h, for free().
19457
19458 2004-07-19  Bruno Haible  <bruno@clisp.org>
19459
19460         * MODULES.html.sh (func_all_modules): Add dummy.
19461
19462 2004-07-16  Simon Josefsson  <jas@extundo.com>
19463
19464         * modules/dummy: New file.
19465
19466 2004-07-16  Simon Josefsson  <jas@extundo.com>
19467
19468         * lib/dummy.c: New file.
19469
19470 2004-07-16  Bruno Haible  <bruno@clisp.org>
19471
19472         * lib/backupfile.h: Add extern "C" for C++.
19473         * lib/closeout.h: Likewise.
19474         * lib/copy-file.h: Likewise.
19475         * lib/findprog.h: Likewise.
19476         * lib/full-write.h: Likewise.
19477         * lib/pathname.h: Likewise.
19478         * lib/progname.h: Likewise.
19479         * lib/stpcpy.h: Likewise.
19480         * lib/stpncpy.h: Likewise.
19481         * lib/strcase.h: Likewise.
19482         * lib/strstr.h: Likewise.
19483         * lib/xalloc.h: Likewise.
19484
19485         * lib/mbswidth.h: Add extern "C" for C++.
19486         Reported by Albert Chin-A-Young <china@thewrittenword.com>.
19487
19488 2004-07-13  Robert Millan  <robertmh@gnu.org>
19489
19490         * m4/host-os.m4: s/KNetBSD/kNetBSD/g and s/KFreeBSD/kFreeBSD/g.
19491
19492 2004-07-09  Simon Josefsson  <jas@extundo.com>
19493
19494         * lib/getndelim2.c: Include stddef.h, for ptrdiff_t.  (FreeBSD 4.9
19495         failed without this.)
19496
19497 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
19498
19499         * modules/chown (Files): Add lib/fchown-stub.c, since
19500         gl_PREREQ_CHOWN invokes AC_LIBOBJ(fchown-stub).
19501
19502 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
19503
19504         * lib/fchown-stub.c: New file.
19505
19506 2004-06-24  Jim Meyering  <jim@meyering.net>
19507
19508         * lib/obstack.h (obstack_base): Cast to (void *), per documentation.
19509
19510 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
19511
19512         * modules/argz: Omit "#include".
19513
19514         * MODULES.html.sh (func_all_modules): Add calloc, to match
19515         2004-06-01 addition of calloc module.
19516
19517 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
19518
19519         * m4/argz.m4: New file, which is autoupdated from libtool.
19520
19521 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
19522
19523         * lib/argz.c, lib/argz_.h: New files, which are autoupdated from
19524         libtool.
19525
19526 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
19527
19528         * config/srclist-update: Don't insist on "USA." before the
19529         close-comment, as libtool omits the period and puts the */ on a
19530         separate line.
19531         * config/srclist.txt: Add argz.c, argz_.h, argz.m4.
19532         * config/srclistvars.sh: Add LIBTOOL (for eggert only).
19533
19534 2004-06-22  Gary V. Vaughan  <gary@gnu.org>
19535
19536         * modules/argz: New file.
19537         * MODULES.html.sh (func_all_modules): Add argz.
19538
19539 2004-06-12  Jim Meyering  <jim@meyering.net>
19540         and  Paul Eggert  <eggert@cs.ucla.edu>
19541
19542         * modules/hash (Files): Add lib/xalloc.h.
19543         * modules/pipe (Depends-on): Add wait-process.
19544         * modules/stat (Depends-on): Add xalloc.
19545         * modules/userspec (Files): Add lib/userspec.h.
19546         * modules/xstrto
19547
19548         Upgrade from gettext-0.13.
19549         * modules/gettext (Files): Add m4/intmax.m4, m4/longdouble.m4,
19550         m4/longlong.m4, m4/printf-posix.m4, m4/signed.m4, m4/size_max.m4,
19551         m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4.
19552
19553 2004-06-10  Jim Meyering  <jim@meyering.net>
19554
19555         * lib/calloc.c: New file.
19556
19557 2004-06-06  Paul Eggert  <eggert@cs.ucla.edu>
19558
19559         * lib/getdate.y (yylex): Allow space between sign and number.
19560         Problem reported by Dan Jacobson.
19561
19562 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
19563
19564         Merge from coreutils CVS.
19565
19566         * m4/backupfile.m4, dirname.m4, human.m4, inttypes.m4, longlong.m4,
19567         makepath.m4, memchr.m4, memcmp.m4, mountlist.m4, path-concat.m4,
19568         putenv.m4, quotearg.m4, readutmp.m4, strtoimax.m4, strtoll.m4,
19569         strtoull.m4, strtoumax.m4, ulonglong.m4, vasnprintf.m4,
19570         xstrtol.m4: Fix copyright date and/or serial number.
19571
19572         * m4/chown.m4 (gl_PREREQ_CHOWN): Check for fcntl.h.
19573         See if we need an fchown replacement.
19574         (gl_FUNC_CHOWN_FOLLOWS_SYMLINK): New macro.
19575         (gl_FUNC_CHOWN): Require gl_FUNC_CHOWN_FOLLOWS_SYMLINK,
19576         and use the replacement function if we detect either defect.
19577
19578         * m4/prereq.m4 (gl_PREREQ): Add gl_ALLOCSA, gl_CLOEXEC, gl_INTTOSTR,
19579         gl_UTIMECMP.
19580
19581 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
19582         and  Jim Meyering  <jim@meyering.net>
19583
19584         Merge from coreutils CVS.
19585
19586         * lib/stat-macros.h: New file, with contents from file-type.h
19587         and coreutils' system.h.
19588         * lib/file-type.c: Include "stat-macros.h".
19589         * lib/file-type.h (file_type): Move all macro definitions to new file,
19590         stat-macros.h.
19591
19592         * lib/chown.c (rpl_chown) [CHOWN_FAILS_TO_HONOR_ID_OF_NEGATIVE_ONE]:
19593         Wrap old code with this conditional.
19594         [CHOWN_MODIFIES_SYMLINK]: Try to work around a chown
19595         function that does not dereference symlinks.
19596         * lib/lchown.c (lchown) [CHOWN_MODIFIES_SYMLINK]: Just call chown.
19597
19598         * lib/xreadlink.c: Include xreadlink.h first, to catch .h file
19599         dependency problems.
19600         (xreadlink): Accept new arg SIZE, for efficiency.
19601         All decls and uses changed.
19602         * lib/xreadlink.h: Include <stddef.h>, for size_t.
19603
19604         * lib/.cppi-disable: Add alloca_.h, allocsa.h, exit.h, getndelim2.h,
19605         gettext.h, localcharset.h, strdup.h, strndup.h, strtoul.c, time_r.h.
19606
19607         * lib/.cvsignore: Add alloca.h, fnmatch.h, poll.h, stdbool.h,
19608         sysexits.h.
19609
19610 2004-06-01  Jim Meyering  <jim@meyering.net>
19611
19612         * m4/calloc.m4: New file.
19613
19614 2004-05-31  Paul Eggert  <eggert@cs.ucla.edu>
19615
19616         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Detect _Bool bug in HP aC++/ANSI
19617         C B3910B A.05.55 [Dec 04 2003].  Problem reported by Jim Meyering.
19618         Also, fix a typo in a diagnostic.
19619
19620 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
19621
19622         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Do not require AC_FUNC_MALLOC
19623         or AC_FUNC_REALLOC.
19624
19625 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
19626
19627         * lib/xmalloc.c (HAVE_MALLOC, HAVE_REALLOC): Do not require these
19628         macros to be defined.
19629         (xnmalloc_inline, xnrealloc_inline, xcalloc): Do not die if
19630         the allocator returns NULL because the requested size is zero.
19631
19632 2004-05-20  Paul Eggert  <eggert@cs.ucla.edu>
19633
19634         * lib/malloc/obstack.c (_obstack) [defined _LIBC]: Bring back this
19635         var.  Add comment explaining why libc still defines it.  This
19636         merges the following patch from glibc:
19637         http://sources.redhat.com/ml/libc-alpha/2004-05/msg00157.html
19638
19639 2004-05-20  Andreas Schwab  <schwab@suse.de>
19640
19641         * m4/free.m4: Replace free if it not known to work, not the other
19642         way round.
19643
19644 2004-05-19  Paul Eggert  <eggert@cs.ucla.edu>
19645
19646         * lib/obstack.c (_obstack): Remove unused variable.  It hasn't been
19647         present in glibc since revision 1.1 of this file.
19648         * lib/obstack.h (_obstack_free, obstack_1grow, obstack_1grow_fast,
19649         obstack_alignment_mask, obstack_alloc, obstack_base,
19650         obstack_blank, obstack_blank_fast, obstack_chunk_size,
19651         obstack_copy, obstack_copy0, obstack_finish, obstack_grow,
19652         obstack_grow0, obstack_init, obstack_int_grow,
19653         obstack_int_grow_fast, obstack_make_room, obstack_memory_used,
19654         obstack_next_free, obstack_object_size, obstack_ptr_grow,
19655         obstack_ptr_grow_fast, obstack_room): Remove declarations of
19656         nonexistent functions.
19657
19658 2004-05-18  Karl Berry  <karl@gnu.org>
19659
19660         * config/srclist.txt: break link for vasnprintf.c.
19661
19662 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
19663
19664         Port obstack to the AS/400, where pointers are 16 bytes wide and
19665         you cannot cast an integer to a valid pointer.  This patch is
19666         currently waiting to be integrated into glibc; see
19667         <http://sources.redhat.com/ml/libc-alpha/2004-05/msg00073.html>.
19668
19669         * lib/obstack.h (__PTR_TO_INT, __INT_TO_PTR): Remove.
19670         All uses of __INT_TO_PTR (PTR_TO_INT ...) replaced by __PTR_ALIGN.
19671         (__BPTR_ALIGN, __PTR_ALIGN): New macros.
19672         (struct obstack): temp member is now a union of a pointer and
19673         an integer, instead of an integer.  All integer uses changed.
19674         This does not affect the physical layout of struct obstack,
19675         except on hosts (like the AS/400) where the size or alignment of
19676         void * is greater than that of ptrdiff_t.
19677         (obstack_finish) [! (defined __GNUC__ && defined __STDC__ &&
19678         __STDC__)]: Store temporary in pointer member of union, not
19679         integer member.
19680         * lib/obstack.c: Include <stddef.h>, for offsetof.
19681         (struct fooalign): Remove; it doesn't need a name.
19682         (union fooround): Change double to long double, and add void *.
19683         (DEFAULT_ALIGNMENT): Use offsetof to compute.
19684         (DEFAULT_ALIGNMENT, DEFAULT_ROUNDING): Now an enum constant,
19685         not a macro.  Hence the values are always int; so remove all
19686         casts-to-int in uses.
19687
19688 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
19689
19690         * config/srclist.txt: Break link for argp-help.c and argp-parse.c until
19691         we can get this patch merged into glibc.
19692
19693 2004-05-17  Derek R. Price  <derek@ximbiot.com>
19694             Paul Eggert  <eggert@cs.ucla.edu>
19695
19696         * m4/argp: Depend on alloca.
19697
19698 2004-05-17  Derek R. Price  <derek@ximbiot.com>
19699             Paul Eggert  <eggert@cs.ucla.edu>
19700
19701         * lib/argp-help.c, argp-parse.c: Assume <alloca.h> rather than
19702         freecoding.
19703
19704 2004-05-17  Bruno Haible  <bruno@clisp.org>
19705
19706         * lib/vasnprintf.c (VASNPRINTF): Correctly handle the case of a
19707         precision that consists of a '.' followed by an empty digit string.
19708         Patch by Tor Lillqvist <tml@iki.fi>.
19709
19710 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
19711
19712         * m4/alloca.m4 (gl_FUNC_ALLOCA): Define HAVE_ALLOCA_H always,
19713         for backward compatibility with older code.  We need our own
19714         alloca.h if _AIX is defined.  Define HAVE_ALLOCA if we discover
19715         it under some other name, and our alloca.h will define it.
19716
19717 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
19718             Derek Price  <derek@ximbiot.com>
19719
19720         * lib/alloca.c: Include <alloca.h>, to get our interface.
19721         * lib/alloca_.h: Use __alloca on AIX, so that we don't have to
19722         include <alloca.h> first.  Use C89 prototype for alloca; this
19723         requires including <stddef.h> for size_t.  Use extern "C" if C++.
19724         Use #elif for simplicity, since we can assume C89 now.
19725         Don't try to source the system alloca.h since it will not be found
19726         and to prevent recursively including its replacement.
19727         * lib/fnmatch.c: Include <alloca.h> instead of opencoding.
19728         * lib/regex.c: Likewise.
19729
19730 2004-05-16  Derek Price  <derek@ximbiot.com>
19731             Paul Eggert  <eggert@cs.ucla.edu>
19732
19733         getline cleanup.  This changes the getndelim2 API: both order of
19734         arguments, and meaning of delim2 (now uses EOF, not 0, to indicate
19735         no delimiter).
19736
19737         * lib/getline.c: Don't include stddef.h or stdio.h, since our
19738         interface does that.
19739         (getline): Always use getdelim, so that we don't have two
19740         copies of this code.
19741         * lib/getndelim2.c: Include <limits.h>, <inttypes.h>, <stdint.h>
19742         if available.
19743         (PTRDIFF_MAX, SIZE_MAX, SSIZE_MAX): Define if not defined.
19744         (GETNDELIM2_MAXIMUM): New macro.
19745         (getndelim2): Reorder arguments.  delim==EOF now means no delimiter,
19746         instead of the old practice of delim2==0.  All callers changed.
19747         Return -1 on overflow, instead of returning junk.
19748         Do not set *linesize unless allocation succeeds.
19749         * lib/getndelim2.h: Do not include stddef.h; no longer needed, now
19750         that we include sys/types.h.
19751         * lib/getnline.h: Likewise.
19752         * lib/getndelim2.h (GETNLINE_NO_LIMIT): New macro.
19753         (getndelim2): Reorder arguments.
19754         * lib/getnline.c (getnline, getndelim):
19755         Don't discard the NMAX argument.
19756         (getnline): Invoke getndelim, to avoid code duplication.
19757         * lib/getnline.h (GETNLINE_NO_LIMIT): New macro, used instead
19758         of (size_t) -1 by callers of the getnline family.
19759
19760 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
19761
19762         * m4/gettime.m4 (gl_GETTIME): Require gl_TIMESPEC.
19763         Check for gettimeofday.
19764         * m4/settime.m4 (gl_SETTIME): Require gl_TIMESPEC.
19765         Check for settimeofday, stime.
19766
19767 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
19768
19769         * lib/nanosleep.c (suspended): Change its type from int to
19770         sig_atomic_t volatile.
19771         (first_call): Make it private to rpl_nanosleep, and have it
19772         be zero initially as that's a bit faster.
19773         (my_usleep): Round up fractional times instead of truncating them,
19774         as this is the usual meaning for 'sleep'.
19775
19776         * lib/gettime.c (gettime): Fall back on `time' if `gettimeofday'
19777         doesn't work.
19778         * lib/settime.c: Include <unistd.h>, for stime (on Solaris 8, anyway).
19779         (ENOSYS): Define if not defined.
19780         (settime): Fall back on stime if it exists and settimeofday fails.
19781         But don't bother with fallbacks if a method fails with errno == EPERM.
19782
19783 2004-05-11  Jim Meyering  <jim@meyering.net>
19784
19785         Prior to this change, the save_cwd caller required read access to the
19786         current directory on most systems (ones with the fchdir function).
19787
19788         * lib/save-cwd.c (save_cwd) [HAVE_FCHDIR]: If opening `.' read-only
19789         fails, try write-only, and finally, resort to using xgetcwd.
19790
19791 2004-05-06  Paul Eggert  <eggert@cs.ucla.edu>
19792
19793         * lib/obstack.c, obstack.h: Import changes from libc.
19794
19795 2004-04-28  Bruno Haible  <bruno@clisp.org>
19796
19797         * lib/findprog.c (find_in_path): Treat Cygwin like Windows, since it
19798         also implicitly appends .exe to executables.
19799         * lib/localcharset.c (ISSLASH): Treat Cygwin like Windows, since it now
19800         accepts Windows pathnames.
19801         * lib/pathname.h (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
19802         Treat Cygwin like Windows, since it now accepts Windows pathnames.
19803         * lib/progreloc.c (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
19804         Treat Cygwin like Windows, since it now accepts Windows pathnames.
19805         Reported by Derek Robert Price <derek@ximbiot.com>.
19806
19807 2004-04-21  Karl Berry  <karl@gnu.org>
19808
19809         * config/srclist.txt (localcharset.c): break sync.
19810
19811 2004-04-20  Paul Eggert  <eggert@twinsun.com>
19812
19813         * m4/host-os.m4: Add a copyright notice.
19814
19815 2004-04-20  Jim Meyering  <jim@meyering.net>
19816
19817         Change UTILS_ to gl_ in AC_DEFINE'd names.
19818         Change utils_- and jm_-prefixed variables, too.
19819         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Renamed from
19820         UTILS_FUNC_MKDIR_TRAILING_SLASH.
19821         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Renamed from UTILS_FUNC_MKSTEP.
19822
19823         * m4/dirfd.m4 (gl_FUNC_DIRFD): Rename from UTILS_FUNC_DIRFD.
19824         Don't emit trailing blanks.
19825         Also rename jm_-prefixed variables to have gl_ prefix.
19826
19827         * m4/host-os.m4 (gl_HOST_OS): Rename from UTILS_HOST_OS.
19828         Also rename jm_-prefixed variables to have gl_ prefix.
19829
19830         * m4/jm-macros.m4: Reflect the renamings.
19831         * m4/prereq.m4: Likewise.
19832
19833 2004-04-20  Jim Meyering  <jim@meyering.net>
19834
19835         * lib/getndelim2.c (getndelim2): Upon realloc failure, don't leak
19836         memory.
19837
19838 2004-04-20  Jim Meyering  <jim@meyering.net>
19839             Bruno Haible  <bruno@clisp.org>
19840
19841         * lib/localcharset.c (get_charset_aliases) [!VMS && !WIN32]: Don't leak
19842         memory when realloc fails.
19843
19844 2004-04-19  Jim Meyering  <jim@meyering.net>
19845
19846         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Require gl_FUNC_FREE,
19847         now that readutmp.c may call `free (0)'.
19848
19849 2004-04-19  Bruno Haible  <bruno@clisp.org>
19850
19851         * m4/mbrtowc.m4: Change jm_ to gl_ in cache variables as well.
19852         * m4/inttypes_h.m4: Likewise.
19853         * m4/stdint_h.m4: Likewise.
19854         * m4/intmax_t.m4: Likewise.
19855         * m4/uintmax_t.m4: Likewise.
19856
19857 2004-04-18  Jim Meyering  <jim@meyering.net>
19858
19859         * m4/prereq.m4: Don't forbid jm_ prefix.
19860
19861         * m4/afs.m4, m4/allocsa.m4, m4/assert.m4, m4/backupfile.m4:
19862         * m4/bison.m4, m4/check-decl.m4, m4/chown.m4, m4/d-ino.m4:
19863         * m4/d-type.m4, m4/dirname.m4, m4/dos.m4, m4/error.m4, m4/fpending.m4:
19864         * m4/fstypename.m4, m4/fsusage.m4, m4/ftruncate.m4, m4/getdate.m4:
19865         * m4/getgroups.m4, m4/gettext.m4, m4/glibc21.m4, m4/group-member.m4:
19866         * m4/human.m4, m4/intmax.m4, m4/intmax_t.m4, m4/inttostr.m4:
19867         * m4/inttypes.m4, m4/inttypes_h.m4, m4/jm-macros.m4, m4/jm-winsz1.m4:
19868         * m4/jm-winsz2.m4, m4/lchown.m4, m4/lib-check.m4, m4/link-follow.m4:
19869         * m4/localcharset.m4, m4/longlong.m4, m4/ls-mntd-fs.m4, m4/lstat.m4:
19870         * m4/makepath.m4, m4/mbrtowc.m4, m4/mbswidth.m4, m4/memchr.m4:
19871         * m4/memcmp.m4, m4/mkdtemp.m4, m4/mkstemp.m4, m4/mountlist.m4:
19872         * m4/nanosleep.m4, m4/path-concat.m4, m4/perl.m4, m4/prereq.m4:
19873         * m4/putenv.m4, m4/quotearg.m4, m4/regex.m4, m4/stat.m4:
19874         * m4/stdint_h.m4, m4/strftime.m4, m4/strtoimax.m4, m4/strtoll.m4:
19875         * m4/strtoull.m4, m4/strtoumax.m4, m4/timespec.m4, m4/uintmax_t.m4:
19876         * m4/ulonglong.m4, m4/unlink-busy.m4, m4/unlocked-io.m4, m4/uptime.m4,
19877         * m4/utimbuf.m4, m4/utime.m4, m4/utimes-null.m4, m4/vasnprintf.m4:
19878         * m4/xstrtoimax.m4, m4/xstrtol.m4, m4/xstrtoumax.m4:
19879         Change jm_ to gl_ in AC_DEFINE'd names. Update all uses.
19880
19881 2004-04-18  Jim Meyering  <jim@meyering.net>
19882
19883         * lib/readutmp.c (read_utmp) [UTMP_NAME_FUNCTION]: Upon realloc
19884         failure, don't leak memory and do call END_UTMP_ENT.
19885
19886 2004-04-16  Jim Meyering  <jim@meyering.net>
19887
19888         * m4/prereq.m4 (jm_PREREQ_STAT): Remove macro.  It is specific to
19889         coreutils' stat program.
19890         (gl_PREREQ): Don't require jm_PREREQ_STAT.
19891
19892 2004-04-11  Paul Eggert  <eggert@twinsun.com>
19893
19894         * lib/inttostr.h: Include <limits.h> unconditionally, since we assume
19895         C89.
19896         (CHAR_BIT): Remove, since we assume C89.
19897         Include <stdint.h> if available, as per current Autoconf CVS advice.
19898
19899 2004-03-31  Jim Meyering  <jim@meyering.net>
19900
19901         * m4/prereq.m4: Require AC_FUNC_MALLOC, not jm_FUNC_MALLOC.
19902         Require AC_FUNC_REALLOC, not jm_FUNC_REALLOC.
19903         * m4/xalloc.m4: Likewise.
19904
19905 2004-03-30  Paul Eggert  <eggert@twinsun.com>
19906
19907         Merge from coreutils.
19908
19909         * m4/inttostr.m4: New file.
19910         * m4/getdate.m4 (gl_GETDATE): Remove time-related stuff.
19911         Require AM_STDBOOL_H and gl_TIMESPEC instead.
19912         Require gl_CLOCK_TIME.
19913         * m4/clock_time.m4 (gl_CLOCK_TIME): Require AC_GNU_SOURCE.
19914
19915 2004-03-30  Paul Eggert  <eggert@twinsun.com>
19916
19917         * lib/cloexec.h, cloexec.c (set_cloexec_flag): Return int
19918         not bool, to be more consistent with Unix conventions.
19919         Suggested by Bruno Haible.
19920
19921         Merge from coreutils.
19922
19923         * lib/imaxtostr.c, lib/inttostr.c, lib/inttostr.h, lib/offtostr.c:
19924         * lib/umaxtostr.c: New files.
19925
19926         * lib/getdate.h: Include stdbool.h, and timespec.h instead of
19927         the usual <time.h> dance.
19928         (get_date): Change signature to support fractional time stamps.
19929         All callers changed.
19930         * lib/getdate.y: Include "getdate.h" first, as we can now
19931         assume C89 and don't need to worry about 'const'.
19932         Similarly, include "unlocked-io.h" near start, not in middle.
19933         Include <limits.h>.
19934         (textint.value): Use long int rather than int.
19935         (textint.digits): Use size_t rather than int.
19936         (BILLION, LOG10_BILLION): New constants.
19937         (parser_control): New member rel_ns.  Members day_ordinal,
19938         time_zone, month, day, hour, minutes, rel_year, rel_month,
19939         rel_day, rel_hour, rel_minutes, rel_seconds
19940         are now long int, not int.  Member seconds is now struct timespec,
19941         not int.  New member timespec_seen.  Members dates_seen, days_seen,
19942         local_zones_seen, rels_seen, times_seen, zones_seen are now size_t,
19943         not int.
19944         (%union.intval): Now long int, not int.
19945         New member timespec.
19946         (tSDECIMAL_NUMBER, tUDECIMAL_NUMBER): New tokens.
19947         (seconds, signed_seconds, unsigned_seconds): New nonterminals.
19948         (spec): Now is a timespec or an item list.
19949         (timespec, items): New nonterminals.
19950         (time, rel, relunit, number, get_date):
19951         Add support for fractional seconds.
19952         (time): Fix bug: seconds weren't cleared in "00:00 +0000" syntax.
19953         (gmtime, localtime, mktime): Remove decls; not needed with C89.
19954         (to_hour): First arg is now long int, not int.
19955         (to_year): Returns long int, not int.
19956         Don't treat year -70 like 70.
19957         (tm_diff): Returns long int, not int.
19958         (lookup_word): Use bool instead of int when appropriate.
19959         (yylex): Use size_t for count, not int.
19960         Detect overflow when parsing large integer constants.
19961         Add support for fractions.
19962         (get_date): Make pointers 'const' if possible.
19963         Use more-portable code to detect integer overflow.
19964         (main) [TEST]: Adjust to above changes.  Test for localtime failure.
19965         Don't use ctime; it's not reliable if the year has >4 digits.
19966
19967         * lib/human.c (humblock): Inspect BLOCKSIZE if BLOCK_SIZE isn't set.
19968         This is for compatibility with BSD.
19969
19970         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP): Define.
19971         (ATIME_CMP, CTIME_CMP, MTIME_CMP, TIMESPEC_NS): Likewise.
19972         From coreutils' system.h.
19973
19974         * lib/userspec.c: Don't include "posixver.h".
19975         (parse_user_spec): Fall back on USER.GROUP parsing, regardless
19976         of POSIX version, as POSIX 1003.1-2001 allows that behavior as a
19977         compatible extension.  Simplify code by removing a boolean int
19978         that was always nonzero if a string was nonnull.
19979
19980 2004-03-30  Jim Meyering  <jim@meyering.net>
19981
19982         Merge from coreutils.
19983
19984         Avoid a configure-time warning about sys/ucred.h on OSF V4.0.
19985         * m4/ls-mntd-fs.m4: Test for sys/ucred.h separately, since
19986         on some systems one must include <grp.h> before it.
19987         Reported by Christian Krackowizer.
19988
19989 2004-03-30  Jim Meyering  <jim@meyering.net>
19990
19991         Merge from coreutils.
19992
19993         * lib/mountlist.c [HAVE_SYS_UCRED_H]: Include grp.h before sys/ucred.h.
19994
19995         * lib/readtokens.c (readtoken): Don't leak 64 bytes when reading
19996         an empty input stream.
19997
19998         * lib/readtokens.c: Include <stdbool.h>.
19999         (readtoken): Use `size_t' rather than int/long.
20000         All callers adjusted.
20001         Use `bool' rather than `int' where appropriate.
20002         Use memset rather than an explicit loop.
20003         Use x2nrealloc rather than xrealloc.
20004         Allow the use of `\0' as a delimiter.
20005         (readtokens): Likewise.
20006         * lib/readtokens.h (readtoken, readtokens): Update prototypes.
20007
20008 2004-03-30  Jim Meyering  <jim@meyering.net>
20009
20010         * m4/realloc.m4: Remove file, since now it does no more than
20011         AC_REQUIRE([AC_FUNC_REALLOC]), and that can be done via
20012         the `configure.ac' section of module/realloc.
20013         * m4/malloc.m4: Likewise, but for AC_FUNC_MALLOC.
20014
20015 2004-03-30  Bruno Haible  <bruno@clisp.org>
20016
20017         * lib/getloadavg.c (getloadavg): Don't assume setlocale returns
20018         nonnull.
20019
20020 2004-03-29  Paul Eggert  <eggert@twinsun.com>
20021
20022         Merge changes to getloadavg.c from coreutils and Emacs.
20023
20024         * lib/getloadavg.c [!defined HAVE_SETLOCALE] (setlocale):
20025         Define to an expression, not to the empty string.
20026         Include cloexec.h and xalloc.h.
20027         (getloadavg): Restore LC_NUMERIC locale after setting it temporarily.
20028         Use set_cloexec_flag rather than rolling our own.
20029         * lib/cloexec.c, lib/cloexec.h: New files.
20030
20031 2004-03-29  Paul Eggert  <eggert@twinsun.com>
20032
20033         * m4/cloexec.m4: New file.
20034
20035 2004-03-18  Paul Eggert  <eggert@twinsun.com>
20036
20037         * lib/getopt.h: Sync with libc CVS.
20038
20039 2004-03-18  Paul Eggert  <eggert@twinsun.com>
20040             Bruno Haible  <bruno@clisp.org>
20041
20042         * m4/mbswidth.m4 (gl_MBSWIDTH): Also test whether <wchar.h> declares
20043         mbswidth.
20044
20045 2004-03-18  Paul Eggert  <eggert@twinsun.com>
20046             Bruno Haible  <bruno@clisp.org>
20047
20048         * lib/mbswidth.h: Include <wchar.h> only if
20049         HAVE_DECL_MBSWIDTH_IN_WCHAR_H, not on all platforms that have
20050         <wchar.h>.
20051         * lib/mbswidth.c: Include <stdio.h> and <time.h> before <wchar.h>.
20052
20053 2004-03-09  Paul Eggert  <eggert@twinsun.com>
20054
20055         * lib/argp-parse.c, getopt.c, getopt.h, getopt1.c:
20056         Sync with libc CVS.
20057         * lib/getopt_int.h: New file, also synced from libc.
20058
20059 2004-03-09  Paul Eggert  <eggert@twinsun.com>
20060
20061         * config/srclistvars.sh: Add GNUWWWLICENSES for eggert.
20062         * config/srclist.txt: Sync getopt with libc.  Add getopt_int.h.
20063         Bring back getopt.c, getopt.h, getopt1.c.
20064
20065 2004-03-07  Paul Eggert  <eggert@twinsun.com>
20066
20067         * m4/c-stack.m4 (gl_PREREQ_C_STACK): Renamed from jm_PREREQ_C_STACK.
20068         All uses changed.  Check for sa_sigaction member; this fixes
20069         a bug first reported by Jason Andrade in
20070         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
20071
20072 2004-03-07  Paul Eggert  <eggert@twinsun.com>
20073
20074         * lib/c-stack.c (SIGACTION_WORKS): New macro.  Use it instead of long
20075         '#if' expressions.  Unlike the code it replaces, it does not
20076         depend on (defined _SC_PAGESIZE).  However, it does depend on
20077         HAVE_STRUCT_SIGACTION_SA_SIGACTION; this last change fixes a bug
20078         first reported by Jason Andrade in
20079         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
20080
20081 2004-02-25  Simon Josefsson  <jas@extundo.com>
20082
20083         * m4/strdup.m4 (gl_PREREQ_STRDUP): Check whether strdup is declared.
20084
20085 2004-02-25  Simon Josefsson  <jas@extundo.com>
20086
20087         * lib/strdup.h: New file.
20088         * lib/strdup.c: Include it.
20089         * lib/path-concat.c: Include strdup.h. Drop strdup declaration.
20090         * lib/userspec.c: Include strdup.h. Drop strdup declaration.
20091
20092 2004-02-23  Karl Berry  <karl@gnu.org>
20093
20094         * doc/maintain.texi, doc/standards.texi, doc/make-stds.texi: new files
20095         (from fencepost.gnu.org:/gd/gnuorg).
20096
20097 2004-02-23  Karl Berry  <karl@gnu.org>
20098
20099         * config/srclistvars.sh (GNUORG) [karl]: redefine.
20100         * config/srclist.txt: add maintain/standards documents.
20101
20102 2004-02-18  Bruno Haible  <bruno@clisp.org>
20103
20104         * m4/xsize.m4 (gl_XSIZE): Require AC_C_INLINE.
20105         Reported by Derek Robert Price <derek@ximbiot.com>.
20106
20107 2004-02-16  Karl Berry  <karl@gnu.org>
20108
20109         * config/mkinstalldirs, install-sh: update from automake.
20110
20111 2004-02-06  Karl Berry  <karl@gnu.org>
20112
20113         * m4/po.m4: update from gettext 0.14.1.
20114
20115 2004-02-06  Karl Berry  <karl@gnu.org>
20116
20117         * lib/config.charset: update from gettext 0.14.1.
20118
20119 2004-02-05  Paul Eggert  <eggert@twinsun.com>
20120
20121         Add comments and code, prompted by suggestions from Bruno Haible
20122         for sh-quote.
20123         * lib/quotearg.h (quotearg_alloc): New decl.  Improve the comments
20124         describing the enum quoting_style values.
20125         * lib/quotearg.c (quotearg_alloc): New function.
20126         (quotearg_buffer_restyled): Treat lone { and } as special.
20127         Treat = as special.  Work around bug with older shells
20128         that "see" a '\' that is really the 2nd byte of a multibyte char.
20129         Quote empty string with shell_quoting_style.
20130
20131 2004-02-03  Bruno Haible  <bruno@clisp.org>
20132
20133         * m4/pipe.m4: New file, from GNU gettext.
20134
20135 2004-02-03  Bruno Haible  <bruno@clisp.org>
20136
20137         * lib/pipe.h: New file, from GNU gettext.
20138         * lib/pipe.c: New file, from GNU gettext.
20139
20140 2004-01-27  Bruno Haible  <bruno@clisp.org>
20141
20142         * m4/execute.m4: New file, from GNU gettext.
20143
20144 2004-01-27  Bruno Haible  <bruno@clisp.org>
20145
20146         * lib/execute.h: New file, from GNU gettext.
20147         * lib/execute.c: New file, from GNU gettext.
20148         * lib/w32spawn.h: New file, from GNU gettext.
20149
20150 2004-01-24  Paul Eggert  <eggert@twinsun.com>
20151
20152         Merge from diffutils.
20153
20154         * lib/file-type.c (file_type): Add typed memory objects.
20155         * lib/file-type.h (S_TYPEISTMO): New macro.
20156
20157         * lib/c-stack.h (c_stack_action): Remove argv argument.
20158         * lib/c-stack.c (c_stack_action): Likewise.  All uses changed.
20159         (die): Don't calculate message unless segv_action returns.
20160         (get_stack_location, min_address_from_argv, max_address_from_argv,
20161         volatile stack_base, volatile_stack_size): Remove.
20162         (segv_handler): If ! HAVE_XSI_STACK_OVERFLOW_HEURISTIC, assume
20163         that every segmentation violation is a stack overflow.  (Ouch!)
20164         See Debian bug 136249 (still outstanding) for more info about why
20165         HAVE_XSI_STACK_OVERFLOW_HEURISTIC fails on Linux kernels.
20166
20167 2004-01-24  Paul Eggert  <eggert@twinsun.com>
20168
20169         Exit-status fix from coreutils.
20170
20171         Use exit_failure consistently in place of EXIT_FAILURE,
20172         so that program exit statuses are consistent on failure.
20173
20174         * lib/argmatch.c (ARGMATCH_DIE) [! defined ARGMATCH_DIE]:
20175         Include "exitfail.h", and use exit_failure rather than EXIT_FAILURE.
20176         * lib/argmatch.h: Comment fix to match the above.
20177         * lib/obstack.c (obstack_exit_failure) [!defined _LIBC]:
20178         Now a macro referring to exit_failure, instead of a separate
20179         variable.  Include "exitfail.h" to get it.
20180         * lib/xstrtol.h: Include "exitfail.h".
20181         (STRTOL_FATAL_ERROR): Exit with status exit_failure, not 2.
20182
20183         * lib/long-options.c (parse_long_options): Use prototype
20184         for usage function arg.  Pass it EXIT_SUCCESS rather than 0,
20185         for clarity.
20186
20187 2004-01-21  Jim Meyering  <jim@meyering.net>
20188
20189         * lib/mktime.c (__mktime_internal) [!_LIBC]: Define to mktime_internal
20190         so as not to conflict with a different-sized __mktime_internal
20191         function in GNU libc.
20192         * lib/timegm.c (__mktime_internal) [!_LIBC]: Likewise.
20193         Problem building statically-linked `ls' reported by Michael Brunnbauer.
20194
20195 2004-01-20  Karl Berry  <karl@gnu.org>
20196
20197         * config/config.guess: update from config.
20198
20199         * config/srclistvars.sh: GNUWWWLICENSES for karl.
20200
20201 2004-01-20  Bruno Haible  <bruno@clisp.org>
20202
20203         Safer stack allocation.
20204         * lib/setenv.c: Include allocsa.h.
20205         (alloca): Remove fallback definition.
20206         (freea): Remove macro.
20207         (__add_to_environ) [!_LIBC]: Use allocsa instead of alloca. Use freesa
20208         instead of freea.
20209
20210 2004-01-20  Bruno Haible  <bruno@clisp.org>
20211
20212         * m4/eealloc.m4: New file, from GNU gettext.
20213
20214 2004-01-20  Bruno Haible  <bruno@clisp.org>
20215
20216         * m4/allocsa.m4: New file, from GNU gettext.
20217
20218 2004-01-20  Bruno Haible  <bruno@clisp.org>
20219
20220         * lib/xallocsa.h: New file, from GNU gettext.
20221         * lib/xallocsa.c: New file, from GNU gettext.
20222
20223 2004-01-20  Bruno Haible  <bruno@clisp.org>
20224
20225         * lib/wait-process.c: On Windows, include windows.h. Needed on mingw.
20226
20227 2004-01-20  Bruno Haible  <bruno@clisp.org>
20228
20229         * lib/wait-process.c (wait_subprocess): Add ignore_sigpipe argument.
20230         * lib/wait-process.c (wait_subprocess): Likewise. Handle SIGPIPE
20231         specially.
20232
20233 2004-01-20  Bruno Haible  <bruno@clisp.org>
20234
20235         * lib/wait-process.c (wait_process): Disable the 2003-10-31 waitid()
20236         patch.
20237
20238 2004-01-20  Bruno Haible  <bruno@clisp.org>
20239
20240         * lib/wait-process.c (cleanup_slaves): Use ANSI C declaration.
20241
20242 2004-01-20  Bruno Haible  <bruno@clisp.org>
20243
20244         * lib/eealloc.h: New file.
20245
20246 2004-01-20  Bruno Haible  <bruno@clisp.org>
20247
20248         * lib/binary-io.h: Avoid warnings on Cygwin.
20249
20250 2004-01-20  Bruno Haible  <bruno@clisp.org>
20251
20252         * lib/allocsa.h: New file, from GNU gettext.
20253         * lib/allocsa.c: New file, from GNU gettext.
20254
20255 2004-01-18  Karl Berry  <karl@gnu.org>
20256
20257         * doc/gpl.texi, doc/lgpl.texi: new files.
20258
20259 2004-01-18  Karl Berry  <karl@gnu.org>
20260
20261         * config/srclistvars.sh (GNUWWWLICENSES): new variable.
20262         * config/srclist.txt ({fdl,gpl,lgpl}.text): get from there.
20263
20264 2004-01-15  Paul Eggert  <eggert@twinsun.com>
20265
20266         Merge from coreutils.
20267
20268         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for uintptr_t.
20269         * m4/posixver.m4 (gl_POSIXVER): Require gl_DEFAULT_POSIX2_VERSION.
20270         (gl_DEFAULT_POSIX2_VERSION): Move
20271         the documentation from 'configure' into 'config.hin',
20272         so that 'configure --help' isn't burdened by it and
20273         we don't have to worry about its formatting there.
20274         Reword the documentation so that it's more succinct
20275         and can be run together into a single paragraph.
20276         * m4/same.m4 (gl_SAME): Check for pathconf.
20277
20278 2004-01-15  Paul Eggert  <eggert@twinsun.com>
20279
20280         Merge from coreutils.
20281
20282         * lib/posixver.c: Include posixver.h.
20283
20284         * lib/same.c: Include <stdbool.h>, <limits.h>.
20285         (_POSIX_NAME_MAX): Define if not defined.
20286         (MIN): New macro.
20287         (same_name): If file names are silently truncated, report
20288         that the file names are the same if they are the same after
20289         the silent truncation.
20290
20291         * lib/xstrtod.h (xstrtod): Accept an extra arg, specifying the
20292         conversion function.
20293         * lib/xstrtod.c (xstrtod): Likewise.  All callers changed to
20294         include c-strtod.h and use c_strtod.  Don't include stdlib.h; no
20295         longer needed.
20296
20297 2004-01-15  Jim Meyering  <jim@meyering.net>
20298
20299         Merge from coreutils.
20300
20301         * m4/clock_time.m4 (gl_CLOCK_TIME): Don't set LIB_CLOCK_GETTIME
20302         if no library is required.
20303         * m4/jm-macros.m4: Don't require UTILS_SYS_OPEN_MAX.
20304         * m4/jm-macros.m4 (jm_MACROS): Require gl_FUNC_FREE.
20305         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.58.
20306         (AC_LANG_SOURCE): Remove definition, now that we require autoconf-2.58.
20307         * m4/jm-macros.m4 (jm_MACROS): Don't require AC_FUNC_FTW.
20308         * m4/lib-check.m4 (jm_LIB_CHECK): Do not set LIB_CRYPT to the
20309         value, $ac_cv_search_crypt, if it's "none required".
20310         * m4/posixver.m4 (gl_DEFAULT_POSIX2_VERSION): New macro.
20311         * m4/prereq.m4 (jm_PREREQ): Require AC_FUNC_GETLOADAVG,
20312         not gl_FUNC_GETLOADAVG.
20313         * m4/prereq.m4 (jm_PREREQ): Require gl_READTOKENS, gl_MD5, gl_MAKEPATH,
20314         gl_LONG_OPTIONS, and gl_IDCACHE, gl_GETUGROUPS.
20315
20316 2004-01-15  Jim Meyering  <jim@meyering.net>
20317
20318         Merge from coreutils.
20319
20320         * lib/md5.h (rol) [__GNUC__ && __i386__]: Don't use `asm' code.  These
20321         days, gcc-3.x does better all by itself.  Patch from Dean Gaudet:
20322         http://mail.gnu.org/archive/html/bug-coreutils/2003-11/msg00144.html
20323
20324         * lib/posixver.c (DEFAULT_POSIX2_VERSION): Use definition of new,
20325         optional configure-time default.
20326
20327         * lib/version-etc.c (version_etc_copyright): Update copyright date.
20328
20329         * lib/xreadlink.c (xreadlink): Correct outdated comment.
20330
20331 2004-01-15  Alexandre Duret-Lutz  <adl@gnu.org>
20332
20333         Merge from coreutils.
20334
20335         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Do not set LIB_NANOSLEEP to the
20336         value, $ac_cv_search_nanosleep, if it's "none required".
20337
20338 2004-01-14  Paul Eggert  <eggert@twinsun.com>
20339
20340         * lib/fnmatch_loop.c (ALLOCA_LIMIT): Remove macro, which collided
20341         with like-named macro in fnmatch.c.
20342         (EXT): Use an internal constant instead.
20343
20344         Merge fnmatch patches from glibc.
20345         * lib/fnmatch.c (mbsinit): Remove define.
20346         Add libc_hidden_ver (__fnmatch, fnmatch).
20347         * lib/fnmatch_loop.c (FCT): Cast to int32_t and UCHAR when appropriate.
20348         Adjust to renaming of collseq_table_lookup to __collseq_table_lookup.
20349
20350 2004-01-14  Karl Berry  <karl@gnu.org>
20351
20352         * config/install-sh: update from automake.
20353
20354 2004-01-13  Karl Berry  <karl@gnu.org>
20355
20356         * config/install-sh: update from automake.
20357
20358 2004-01-09  Karl Berry  <karl@gnu.org>
20359
20360         * config/install-sh: update from automake.
20361
20362 2004-01-05  Karl Berry  <karl@gnu.org>
20363
20364         * config/config.{sub,guess}: update from config.
20365
20366 2003-12-31  Karl Berry  <karl@gnu.org>
20367
20368         * config/depcomp: update from automake.
20369
20370 2003-12-14  Karl Berry  <karl@gnu.org>
20371
20372         * lib/config.charset: update from gettext-runtime.
20373
20374 2003-12-03  Paul Eggert  <eggert@twinsun.com>
20375
20376         * lib/getgroups.c (getgroups): xmalloc takes one argument, not two.
20377         Bug reported by Alfred M. Szmidt.
20378
20379 2003-12-03  Bruno Haible  <bruno@clisp.org>
20380
20381         * m4/gettext.m4: Upgrade from gettext-0.13.
20382         * m4/po.m4: Upgrade from gettext-0.13.
20383         * m4/size_max.m4 (gl_SIZE_MAX): Don't use the _ONCE macros here.
20384         * m4/intmax.m4: New file, from gettext-0.13.
20385         * m4/printf-posix.m4: New file, from gettext-0.13.
20386
20387 2003-11-29  Karl Berry  <karl@gnu.org>
20388
20389         * lib/argp-{help.c,parse.c,namefrob.h}, argp.h: update from libc.
20390
20391 2003-11-25  Paul Eggert  <eggert@twinsun.com>
20392             Bruno Haible  <bruno@clisp.org>
20393
20394         * lib/printf-parse.h: Don't include sys/types.h.
20395         (ARG_NONE): New macro.
20396         (char_directive): Change type of *arg_index fields to size_t.
20397         * lib/printf-parse.c: Don't include sys/types.h.
20398         (SSIZE_MAX): Remove macro.
20399         (PRINTF_PARSE): Change the type of the arg_index variables to size_t.
20400         Remove unnecessary overflow check.
20401         * lib/vasnprintf.c (VASNPRINTF): Update for type change of *arg_index
20402         fields.
20403
20404 2003-11-25  Bruno Haible  <bruno@clisp.org>
20405
20406         * modules/vasnprintf (Files): Remove m4/ssize_t.m4.
20407
20408 2003-11-25  Bruno Haible  <bruno@clisp.org>
20409
20410         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Don't require
20411         gt_TYPE_SSIZE_T.
20412
20413 2003-11-24  Paul Eggert  <eggert@twinsun.com>
20414
20415         * modules/alloca: Remove dependency on xalloc.
20416
20417 2003-11-24  Paul Eggert  <eggert@twinsun.com>
20418
20419         * lib/alloca.c: Remove dependency on xalloc module.
20420         (xalloc_die): Remove.
20421         (memory_full) [!defined emacs]: New macro.
20422         [!defined emacs]: Don't include xalloc.h.
20423         (alloca): Invoke memory_full, not xalloc_die, if malloc fails or
20424         address arithmetic overflows.  Change datatypes a bit to avoid
20425         unnecessary casts.
20426
20427 2003-11-22  Jim Meyering  <jim@meyering.net>
20428
20429         * lib/xmalloc.c (x2nrealloc_inline): Fix typos in comments:
20430         s/size/size_t/.
20431
20432 2003-11-21  Karl Berry  <karl@gnu.org>
20433
20434         * config/config.{sub,guess}: update from config.
20435
20436 2003-11-18  Karl Berry  <karl@gnu.org>
20437
20438         * config/config.{sub,guess}: update from config.
20439
20440         * config/(printf-{parse,args}.[ch]): sync broken, sigh.
20441
20442 2003-11-17  Paul Eggert  <eggert@twinsun.com>
20443
20444         * README: Mention that S+T cannot overflow if S is the size of
20445         an existing object and T is sufficiently small.
20446
20447 2003-11-17  Jim Meyering  <jim@meyering.net>
20448
20449         On systems without utime and without a utimes function capable of
20450         dealing with a NULL struct utimbuf* argument, this utime replacement
20451         could -- in unusual circumstances -- leak a file descriptor.
20452         * lib/utime.c: Include <unistd.h> and <errno.h>.
20453         (utime_null): Be sure to close `fd' and to preserve errno.
20454         Reported by Geoff Collyer via Arnold Robbins.
20455
20456 2003-11-17  Bruno Haible  <bruno@clisp.org>
20457
20458         * modules/vasnprintf (Files): Add m4/ssize_t.m4.
20459         (Depends-on): Add xsize.
20460
20461 2003-11-17  Bruno Haible  <bruno@clisp.org>
20462
20463         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Require gt_TYPE_SSIZE_T.
20464
20465 2003-11-17  Bruno Haible  <bruno@clisp.org>
20466
20467         * lib/vasnprintf.c (alloca): Remove fallback definition.
20468         (freea): Remove definition.
20469         (VASNPRINTF): Use alloca only for small sizes, say <= 4000 bytes.
20470         Reported by Paul Eggert.
20471
20472 2003-11-16  Paul Eggert  <eggert@twinsun.com>
20473             Bruno Haible  <bruno@clisp.org>
20474
20475         Protect against address arithmetic overflow.
20476         * lib/printf-args.h: Include stddef.h.
20477         (arguments): Change type of field 'count' to size_t.
20478         * lib/printf-args.c (printf_fetchargs): Use size_t instead of
20479         'unsigned int' where appropriate.
20480         * lib/printf-parse.h: Include sys/types.h.
20481         (char_directive): Change type of *arg_index fields to ssize_t.
20482         (char_directives): Change type of fields 'count', max_*_length to
20483         size_t.
20484         * lib/printf-parse.c: Include sys/types.h and xsize.h.
20485         (SSIZE_MAX): Define fallback value.
20486         (PRINTF_PARSE): Use size_t instead of 'unsigned int' and ssize_t
20487         instead of 'int' where appropriate. Check a_allocated, d_allocated
20488         against overflow. Reject %m$ argument numbers > SSIZE_MAX + 1.
20489         * lib/vasnprintf.c: Include xsize.h.
20490         (VASNPRINTF): Use size_t instead of 'unsigned int' where appropriate.
20491         Check alloca, malloc, realloc, ENSURE_ALLOCATION arguments against
20492         overflow. Avoid wraparound when converting a width or precision from
20493         decimal to binary.
20494
20495 2003-11-16  Bruno Haible  <bruno@clisp.org>
20496
20497         Update from GNU gettext.
20498         * lib/printf-parse.c: Generalize to it can be compiled for wide
20499         strings.
20500         (PRINTF_PARSE, CHAR_T, DIRECTIVE, DIRECTIVES): New macros.
20501         * lib/vasnprintf.c: Generalize to it can be compiled for wide strings.
20502         (VASNPRINTF, CHAR_T, DIRECTIVE, DIRECTIVES, PRINTF_PARSE, USE_SNPRINTF,
20503         SNPRINTF): New macros.
20504         Don't include <alloca.h> if the file is used inside libintl.
20505         (local_wcslen): New function, for Solaris 2.5.1.
20506         (VASNPRINTF): Use it instead of wcslen.
20507
20508 2003-11-16  Bruno Haible  <bruno@clisp.org>
20509
20510         * lib/xsize.h (xmax): New function.
20511         (xsum, xsum3, xsum4): Declare as "pure" functions.
20512
20513 2003-11-12  Paul Eggert  <eggert@twinsun.com>
20514
20515         * modules/xalloc (Files): Undo latest change, since xalloc.h
20516         no longer needs SIZE_MAX or PTRDIFF_MAX.
20517
20518 2003-11-12  Paul Eggert  <eggert@twinsun.com>
20519
20520         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Do not require gl_SIZE_MAX or
20521         gl_PTRDIFF_MAX.
20522
20523 2003-11-12  Paul Eggert  <eggert@twinsun.com>
20524
20525         * lib/xstrtol.c (__xstrtol): Remove "break" immediately after
20526         "return", to pacify some unknown compiler.  Problem reported
20527         by Joerg Schilling.
20528
20529 2003-11-12  Paul Eggert  <eggert@twinsun.com>
20530
20531         * lib/xalloc.h: Do not include <limits.h> or <stdint.h>.
20532         (xalloc_oversized): Use sizeof (ptrdiff_t) and sizeof (size_t) for
20533         the heuristic, rather than PTRDIFF_MAX and SIZE_MAX.  This
20534         heuristic is just as accurate as far as we know, and it removes a
20535         dependency on size_max.m4 and ptrdiff_max.m4.
20536
20537 2003-11-11  Bruno Haible  <bruno@clisp.org>
20538
20539         * modules/xsize (Files): Add m4/size_max.m4.
20540         * modules/xalloc (Files): Add m4/size_max.m4, m4/ptrdiff_max.m4.
20541
20542 2003-11-11  Bruno Haible  <bruno@clisp.org>
20543
20544         * m4/size_max.m4: New file.
20545         * m4/ptrdiff_max.m4: New file.
20546         * m4/xsize,m4 (gl_XSIZE): Require gl_SIZE_MAX.
20547         * m4/xalloc.m4 (gl_PREREQ_XALLOC): New macro.
20548         (gl_XALLOC): Invoke it.
20549
20550 2003-11-11  Bruno Haible  <bruno@clisp.org>
20551
20552         * lib/xsize.h (SIZE_MAX): Remove fallback definition.
20553         * lib/xalloc.h: Include limits.h. Assume SIZE_MAX and PTRDIFF_MAX are
20554         defined.
20555
20556 2003-11-10  Paul Eggert  <eggert@twinsun.com>
20557
20558         * lib/xalloc.h (xalloc_oversized): [! (defined PTRDIFF_MAX &&
20559         PTRDIFF_MAX < SIZE_MAX)]: Fix off-by-one error that would have
20560         rejected some allocations of exactly SIZE_MAX - 2 bytes.
20561         From Bruno Haible.
20562         [defined PTRDIFF_MAX && PTRDIFF_MAX < SIZE_MAX]: Use SIZE_MAX,
20563         not (size_t) -1, since it's defined here.
20564
20565 2003-11-09  Karl Berry  <karl@gnu.org>
20566
20567         * config/mkinstalldirs, depcomp, mdate-sh: update from automake.
20568
20569 2003-11-06  Paul Eggert  <eggert@twinsun.com>
20570
20571         * lib/xalloc.h [HAVE_STDINT_H]: Include <stdint.h>.
20572         (xalloc_oversized) [! (PTRDIFF_MAX < SIZE_MAX)]:
20573         Reject sizes of exactly SIZE_MAX bytes.
20574         * lib/xreadlink.c: Include "xalloc.h" before checking whether SIZE_MAX
20575         is defined, since "xalloc.h" now defines SIZE_MAX on modern hosts.
20576
20577 2003-11-05  Bruno Haible  <bruno@clisp.org>
20578
20579         * lib/xsize.h: Include limits.h, to avoid a possible collision with
20580         SIZE_MAX defined in <limits.h> on Solaris.
20581
20582 2003-11-04  Jim Meyering  <jim@meyering.net>
20583
20584         * modules/sysexits: Use the `$(VAR)' notation for AC_SUBST'd
20585         variable names, rather than @VAR@.
20586         * modules/poll: Likewise.
20587
20588 2003-11-04  Bruno Haible  <bruno@clisp.org>
20589
20590         * modules/xsize: New file.
20591         * modules/linebreak: Depend on xsize.
20592         * MODULES.html.sh (func_all_modules): Add xsize.
20593
20594 2003-11-04  Bruno Haible  <bruno@clisp.org>
20595
20596         * m4/xsize.m4: New file.
20597
20598 2003-11-04  Bruno Haible  <bruno@clisp.org>
20599
20600         * lib/xsize.h: New file.
20601         * lib/linebreak.c: Include xsize.h.
20602         (mbs_possible_linebreaks, mbs_width_linebreaks): Check malloc()
20603         argument for overflow.
20604         Suggested by Paul Eggert.
20605
20606 2003-11-03  Karl Berry  <karl@gnu.org>
20607
20608         * config/config.{guess,sub}: update from config.
20609
20610 2003-11-03  Jim Meyering  <jim@meyering.net>
20611
20612         * modules/userspec (lib_SOURCES): Add userspec.h.
20613         (Include): Add "userspec.h".
20614         Improve description.
20615
20616 2003-11-03  Jim Meyering  <jim@meyering.net>
20617
20618         * lib/userspec.c: Include "userspec.h".
20619         * lib/userspec.h: New file.
20620
20621 2003-11-03  Bruno Haible  <bruno@clisp.org>
20622
20623         * m4/wait-process.m4 (gl_WAIT_PROCESS): Also check for waitid.
20624
20625 2003-11-03  Bruno Haible  <bruno@clisp.org>
20626
20627         * lib/wait-process.c (wait_process): Use waitid with WNOWAIT if
20628         available, to avoid (extremely rare) race condition.
20629         Suggested by Paul Eggert.
20630
20631 2003-11-02  Karl Berry  <karl@gnu.org>
20632
20633         * config/srclist.txt (vasprintf.c): sync broken, sigh.
20634
20635 2003-10-31  Paul Eggert  <eggert@twinsun.com>
20636
20637         * lib/mountlist.h (struct mount_entry.me_type_malloced): New member.
20638         * lib/mountlist.c (SIZE_MAX): Define if not defined already.
20639         (read_filesystem_list): Set and use me_type_malloced.
20640         Use "sizeof *me" rather than "sizeof (struct mount_entry)" (or
20641         whatever the type happens to be), for brevity and consistency.
20642         Check for size calculation overflow on Alphas running OSF/1.
20643
20644 2003-10-31  Jim Meyering  <jim@meyering.net>
20645
20646         * lib/hash.c: Include "xalloc.h" for use of xalloc_oversized.
20647
20648         * lib/linebuffer.c: Include <string.h> for declaration of memset.
20649
20650 2003-10-30  Paul Eggert  <eggert@twinsun.com>
20651             Bruno Haible  <bruno@clisp.org>
20652
20653         * lib/vasprintf.c: Include <limits.h>, <stdlib.h>.
20654         (vasprintf): Fail if the resulting length doesn't fit in an 'int'.
20655
20656 2003-10-30  Paul Eggert  <eggert@cs.ucla.edu>
20657
20658         * m4/host-os.m4 (UTILS_HOST_OS): Change netbsd*-gnu pattern back to
20659         netbsd*-gnu*.  Suggested by Robert Millan.
20660
20661 2003-10-29  Paul Eggert  <eggert@twinsun.com>
20662
20663         * modules/group-member: Depend on stdbool.
20664
20665 2003-10-29  Paul Eggert  <eggert@twinsun.com>
20666
20667         * m4/xalloc.m4 (gl_XALLOC): Undo previous change.
20668
20669 2003-10-29  Paul Eggert  <eggert@twinsun.com>
20670
20671         * m4/host-os.m4 (UTILS_HOST_OS): Resurrect netbsd*-gnu.  Add comments
20672         to it, and to knetbsd*-gnu and kfreebsd*-gnu.  Remove the '*' from
20673         after the 'gnu' in these cases.  This fixes some bugs in the
20674         previous change, and is based on suggestions by Robert Millan.
20675
20676 2003-10-29  Paul Eggert  <eggert@twinsun.com>
20677
20678         * lib/xalloc.h (xalloc_oversized): Now a macro, not a function,
20679         so that it works even if SIZE_MAX < N.  Do not include <stdbool.h>;
20680         no longer needed.
20681         * lib/quotearg.c (quotearg_n_options): Use it.
20682         * lib/group-member.c: Include <stdbool.h>.
20683         (free_group_info): Arg is now const *; don't free arg.
20684         (get_group_info): Now returns bool and accepts struct group_info *,
20685         rather than returning a malloc'ed struct group_info *.
20686         All uses changed.  Check for overflow in internal size calculation.
20687
20688         * lib/getusershell.c (readname): Simplify the code by using x2nrealloc
20689         rather than xmalloc/xrealloc.
20690         * lib/linebuffer.c (initbuffer, readlinebuffer): Simplify the code by
20691         using x2realloc rather than xmalloc/xrealloc.  Also, fix a C
20692         conformance bug: the old code used a pointer after freeing the
20693         storage that it addressed.
20694         * lib/hash.c (hash_initialize): Simplify the code by using
20695         xalloc_oversized rather than doing it by hand.
20696         * lib/getgroups.c (getgroups): Don't use xrealloc, since we don't need
20697         the buffer preserved.  Use free and xmalloc instead.
20698         * lib/quotearg.c (quotearg_n_options): Likewise.
20699         Use a simpler test for size overflow.  Don't use xalloc_oversized
20700         because unsigned int might be wider than size_t (!); this suggests
20701         that we should switch from unsigned int to size_t for slot numbers.
20702
20703 2003-10-28  Paul Eggert  <eggert@twinsun.com>
20704
20705         * m4/host-os.m4 (UTILS_HOST_OS): Identify GNU/KFreeBSD and
20706         GNU/KNetBSD.  These implementations use glibc atop the FreeBSD and
20707         NetBSD kernels.  Requested by Richard Stallman.
20708
20709 2003-10-27  Paul Eggert  <eggert@twinsun.com>
20710
20711         * lib/exclude.c (new_exclude): Use xzalloc rather than xmalloc
20712         to allocate the returned structure.  Do not allocate a subarray,
20713         as x2nrealloc will do that.
20714         (add_exclude): Use x2nrealloc to reallocate ex->exclude,
20715         instead of xnrealloc.
20716         (add_exclude_file): Use x2realloc instead of malloc + xnrealloc.
20717
20718 2003-10-27  Bruno Haible  <bruno@clisp.org>
20719
20720         * lib/stdbool_.h: Better support for BeOS.
20721
20722 2003-10-26  Paul Eggert  <eggert@twinsun.com>
20723
20724         * m4/xalloc.m4 (gl_XALLOC): Requore AC_C_INLINE, since xalloc.h
20725         now uses inline.
20726
20727 2003-10-26  Paul Eggert  <eggert@twinsun.com>
20728
20729         * lib/xalloc.h (xalloc_oversized): New static inline function, for
20730         callers that want to do their own size-overflow checking.  Include
20731         <stdbool.h>, since xalloc_oversized returns bool.
20732         * lib/xalloc.c (array_size_overflow): Remove.  All callers changed
20733         to use xalloc_oversized.
20734
20735         Add two functions x2realloc, x2nrealloc, for programs that grow
20736         arrays dynamically by doubling their sizes.
20737         * lib/xalloc.h (x2realloc, x2nrealloc): New decls.
20738         * lib/xmalloc.c (x2nrealloc_inline, x2nrealloc, x2realloc):
20739         New functions.
20740
20741         Port to C99 semantics for 'inline' of external functions.
20742         Bug reported by Bruno Haible.
20743         * lib/xmalloc.c (xnmalloc_inline): New static inline function,
20744         with the old contents of xnmalloc.
20745         (xnmalloc, xmalloc): Use it.
20746         (xnrealloc_inline): New static inline function,
20747         with the old contents of xnrealloc.
20748         (xnrealloc, xrealloc): Use it.
20749
20750         * lib/alloc.c (alloca): xmalloc cannot return NULL, so don't test for
20751         that.
20752
20753 2003-10-26  Karl Berry  <karl@gnu.org>
20754
20755         * config/srclist.txt (COPYING.DOC): no longer available from
20756         /gd/gnuorg; don't know where the ultimate source is.
20757
20758 2003-10-25  Paul Eggert  <eggert@twinsun.com>
20759
20760         Fix several address-calculation bugs in the hash modules,
20761         plus some minor code cleanup.
20762
20763         * lib/hash.h: Include <stdbool.h>, for bool.
20764         * lib/hash.c: Don't include <stdbool.h>, since hash.h does it now.
20765         * lib/hash.h (Hash_hasher, hash_get_n_buckets, hash_get_n_buckets_used,
20766         hash_get_n_entries, hash_get_max_bucket_length,
20767         hash_get_entries, hash_do_for_each, hash_string, hash_initialize,
20768         hash_rehash): Use size_t rather than unsigned.
20769         * lib/hash.c (struct hash_table, hash_get_n_buckets,
20770         hash_get_n_buckets_used, hash_get_n_entries,
20771         hash_get_max_bucket_length, hash_table_ok, hash_print_statistics,
20772         hash_get_entries, hash_do_for_each, hash_string, is_prime,
20773         next_prime, hash_initialize, hash_rehash, hash_delete, hash_print):
20774         Likewise.
20775         (SIZE_MAX): Define if not defined.
20776         (hash_get_max_bucket_length, hash_table_ok, hash_lookup,
20777         hash_get_first, hash_get_next, hash_get_entries, hash_do_for_each,
20778         hash_print):
20779         Use const * when possible.
20780         (hash_string): Use (unsigned char) *P rather than *(unsigned char *) P.
20781         (check_tuning): Fix bug: if tuning parameters were very close to
20782         0 or 1, rounding errors could have caused subscript violations.
20783         (hash_initialize, allocate_entry, hash_print): Remove unnecessary cast.
20784         (hash_initialize): Add 'fail:' label
20785         to free table and return NULL, and use it to simplify code.
20786         Use calloc rather than clearing the storage ourself.
20787         (hash_initialize, hash_rehash): Check for arithmetic overflow in
20788         buffer size calculations.
20789         * lib/hash-pjw.h (hash_pjw): Use size_t, not unsigned.
20790         Include <stddef.h>, for size_t.
20791         * lib/hash-pjw.c (hash_pjw): Likewise.
20792         Switch to method described by Bruno Haible.
20793         Include <limits.h>, for CHAR_BIT.
20794         (SIZE_BITS): New macro.
20795
20796 2003-10-23  Paul Eggert  <eggert@twinsun.com>
20797
20798         * m4/getline.m4 (AM_FUNC_GETLINE):
20799         Don't include getndelim2.o twice into LIBOBJS; this breaks on some
20800         hosts.  Problem reported by Derek Robert Price in
20801         <http://mail.gnu.org/archive/html/bug-gnulib/2003-10/msg00092.html>.
20802         This patch can be withdrawn after Autoconf 2.58 is required for gnulib.
20803         * m4/getndelim2.m4 (gl_GETNDELIM2): Likewise.
20804
20805 2003-10-21  Paul Eggert  <eggert@twinsun.com>
20806
20807         * lib/getndelim2.c (getndelim2): When size calculation overflows,
20808         ceiling the allocation at NMAX bytes rather than silently
20809         discarding input bytes before NMAX is reached.  This makes
20810         a difference only if NMAX exceeds SIZE_MAX / 2.
20811
20812         * lib/obstack.c: Merge from glibc.
20813         [defined _LIBC]: Include <obstack.h>, not "obstack.h".
20814         Add libc_hidden_def (_obstack_newchunk).
20815         (_obstack_free) [! defined _LIBC]: Remove.
20816         [defined _LIBC]: Make a strong alias from obstack_free, rather than
20817         a clone of the function body.
20818         (fputs) [defined _LIBC && defined USE_IN_LIBIO]: Remove.
20819         [defined _LIBC && !defined USE_IN_LIBIO]: Include <libio/iolibio.h>.
20820
20821         * lib/obstack.h: Indenting cleanup, to make it easier to merge with
20822         glibc.
20823         (obstack_grow, obstack_grow0): Remove unnecessary parentheses around
20824         arg to memcpy.
20825
20826         * lib/obstack.h (obstack_1grow_fast): Properly parenthesize arg.
20827         (obstack_ptr_grow_fast, obstack_int_grow_fast):
20828         Don't use lvalue casts, as GCC plans to remove support for them
20829         in GCC 3.5.  Reported by Joseph S. Myers.  This bug
20830         was also present in the non-GCC version, indicating that this
20831         code had always been buggy and had never been widely used.
20832         (obstack_1grow, obstack_ptr_grow, obstack_int_grow, obstack_blank):
20833         Use the fast variant of each macro, rather than copying the
20834         definiens of the fast variant; that way, we'll be more likely to
20835         catch future bugs in the fast variants.
20836
20837 2003-10-20  Bruno Haible  <bruno@clisp.org>
20838
20839         * modules/wait-process: New file.
20840         * MODULES.html.sh (func_all_modules): Add wait-process.
20841
20842 2003-10-20  Bruno Haible  <bruno@clisp.org>
20843
20844         * m4/wait-process.m4: New file.
20845
20846 2003-10-20  Bruno Haible  <bruno@clisp.org>
20847
20848         * lib/wait-process.h: New file, from GNU gettext.
20849         * lib/wait-process.c: New file, from GNU gettext.
20850
20851 2003-10-19  Jim Meyering  <jim@meyering.net>
20852
20853         * lib/vasnprintf.c (vasnprintf): Work around losing snprintf on
20854         HPUX 10.20.
20855
20856 2003-10-18  Karl Berry  <karl@gnu.org>
20857
20858         * config/config.guess: update from config.
20859
20860 2003-10-16  Paul Eggert  <eggert@twinsun.com>
20861
20862         * lib/getgroups.c: Include <errno.h>, <stdlib.h>.
20863         (getgroups): First arg is int, not size_t.
20864         Don't let 'free' mangle errno.
20865
20866 2003-10-16  Paul Eggert  <eggert@twinsun.com>
20867
20868         * README: Mention that gnulib assumes that (foo *) NULL + 0 == NULL.
20869
20870 2003-10-16  Karl Berry  <karl@gnu.org>
20871
20872         * config/config.{guess,sub}: update from config.
20873
20874 2003-10-16  Jim Meyering  <jim@meyering.net>
20875
20876         * lib/xmalloc.c: Include <string.h>, for declarations of memset and
20877         memcpy.
20878
20879 2003-10-15  Paul Eggert  <eggert@twinsun.com>
20880
20881         * lib/exclude.c: Do not include <inttypes.h> or <stdint.h>.
20882         (SIZE_MAX): Remove.
20883         (new_exclude, add_exclude_file): Initial size no longer needs to
20884         be a power of 2.
20885         (add_exclude, add_exclude_file): Use xnrealloc instead of rolling
20886         our own address arithmetic overflow checking.
20887
20888         * lib/fnmatch.c (SIZE_MAX): Define if standard headers don't.
20889         (fnmatch): Do not alloca more than 2000 wide characters;
20890         instead, use malloc for large buffers.
20891         Check for address arithmetic overflow, and return -1
20892         with errno set to ENOMEM in that case.
20893         * lib/fnmatch_loop.c (ALLOCA_LIMIT): New macro.
20894         (NEW_PATTERN): Do not alloca more than 8000 bytes;
20895         instead, return -1.  Check for address arithmetic overflow.
20896
20897 2003-10-14  Paul Eggert  <eggert@twinsun.com>
20898
20899         Handle invalid suffixes and overflow independently, so that
20900         callers can treat them independently as needed.  Fix some bugs in
20901         suffix handling, e.g., "100k@" was not diagnosed as an invalid
20902         suffix for a human-readable blocksize.  The major caller-visible
20903         change is the addition of a new
20904         LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW enum value, indicating
20905         that both overflow and suffix chars were found.
20906
20907         * lib/human.c (humblock): Don't check separately for invalid suffix
20908         char; that is xstrtoumax's job (now that its bug is fixed).
20909         * lib/xstrtoimax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [defined
20910         INTMAX_MAX]: New macros.
20911         * lib/xstrtol.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM, TYPE_MINIMUM,
20912         TYPE_MAXIMUM): New macros.
20913         (bkm_scale, bkm_scale_by_power): Return strtol_error, not int.
20914         (bkm_scale, bkm_scale_by_power, __xstrtol): Return maximal values
20915         if overflow occurs, as it's what __strtol does and it's more useful
20916         in practice.
20917         (__xstrtol): If __strtol reports some error other than ERANGE,
20918         reflect it to the caller as LONGINT_INVALID.  If it reports
20919         ERANGE, continue the rest of parsing, and report LONGINT_OVERFLOW
20920         | LONGINT_INVALID_SUFFIX_CHAR if both errors occur.
20921         * lib/xstrtol.h (LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW): New enum
20922         value.
20923         (_STRTOL_ERROR): Handle it.  Abort when given unknown error codes.
20924         * lib/xstrtoul.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM): New macros.
20925         * lib/xstrtoumax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM)
20926         [defined UINTMAX_MAX]: New macros.
20927
20928 2003-10-14  Bruno Haible  <bruno@clisp.org>
20929
20930         * modules/fatal-signal: Add m4/sig_atomic_t.m4 to file list.
20931
20932 2003-10-14  Bruno Haible  <bruno@clisp.org>
20933
20934         * m4/sig_atomic_t: New file, from GNU gettext.
20935         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Require gt_TYPE_SIG_ATOMIC_T.
20936
20937 2003-10-14  Bruno Haible  <bruno@clisp.org>
20938
20939         * lib/fatal-signal.h: Improved comments. Suggested by Paul Eggert.
20940         * lib/fatal-signal.c: Use sig_atomic_t. Suggested by Paul Eggert.
20941         Also use volatile where needed.
20942
20943 2003-10-12  Paul Eggert  <eggert@twinsun.com>
20944
20945         * modules/xalloc: Do not depend on 'exit'.  Depend on 'stdbool'.
20946         Change maintainer from Bruno Haible to 'all'.
20947
20948 2003-10-12  Paul Eggert  <eggert@twinsun.com>
20949
20950         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Require AC_C_INLINE.
20951
20952 2003-10-12  Paul Eggert  <eggert@twinsun.com>
20953
20954         * lib/xalloc.h (xnmalloc, xzalloc, xnrealloc, xclone): New decls.
20955         (XMALLOC, XCALLOC, XREALLOC, XFREE, CCLONE, CLONE): Deprecate,
20956         and define in terms of the other primitives.
20957         * lib/xmalloc.c: Include stdbool.h; do not include exit.h.
20958         (SIZE_MAX): Define if not already defined.
20959         (array_size_overflow): New function.
20960         (xalloc_die): Abort instead of exiting if 'error' returns.
20961         (xnmalloc, xnrealloc, xzalloc, xclone): New functions.
20962         (xmalloc, xrealloc): Use them.
20963         (xcalloc): Check for address arithmetic overflow.
20964         * lib/xstrdup.c (xstrdup): Use xclone, since memcpy should be
20965         a bit faster than strcpy.
20966
20967 2003-10-10  Simon Josefsson  <jas@extundo.com>
20968
20969         * modules/argp (Depends-on): Add restrict and strcase.
20970
20971 2003-10-10  Simon Josefsson  <jas@extundo.com>
20972
20973         * m4/argp.m4: Add AC_C_INLINE.
20974
20975 2003-10-08  Paul Eggert  <eggert@twinsun.com>
20976
20977         Merge getpass from libc, plus a few fixes.
20978
20979         * lib/getpass.c (HAVE_STDIO_EXT) [_LIBC]: Define to 1.
20980         Include <stdbool.h>.
20981         Include <stdio_ext.h> if HAVE_STDIO_H, otherwise define
20982         __fsetlocking to empty.
20983         [_LIBC]: Do not include "getline.h" or "unlocked-io.h", but
20984         do include <bits/libc-lock.h>.
20985         Do not include <fcntl.h>; not needed.
20986         [_LIBC]: Include <wchar.h>.
20987         (NOTCANCEL_MODE): New macro.
20988         (flockfile, funlockfile) [_LIBC]: New macros.
20989         (__libc_cleanup_push, __libc_cleanup_pop, __getline, __tcgetattr)
20990         [!_LIBC]: New macros.
20991         (call_fclose): New function.
20992         (getpass): Use it.  Save tty stream separately; this simplifies the
20993         code and makes it more reliable if stdin happens to equal stdout.
20994         Invoke __fsetlocking on tty.
20995         Handle thread cancellation if needed.
20996         Namespace cleanup (use __tcgetattr, __getline).
20997         Use bool for Booleans.
20998         [USE_IN_LIBIO]: Handle wide streams.
20999         [!_LIBC]: Unconditionally do the fseek, since we don't know what
21000         stream might go where.
21001
21002         * lib/unlocked-io.h: Include <stdio.h>, so that the caller
21003         doesn't have to include <stdio.h> before us.
21004         (clearerr_unlocked, feof_unlocked, ferror_unlocked,
21005         fflush_unlocked, fgets_unlocked, fputc_unlocked, fputs_unlocked,
21006         fread_unlocked, fwrite_unlocked, getc_unlocked, getchar_unlocked,
21007         putc_unlocked, putchar_unlocked): Define to the unlocked counterpart
21008         if not declared, so that we can use getpass.c code from libc without
21009         rewriting it.
21010         (flockfile, ftrylockfile, funlockfile): New macros.
21011
21012 2003-10-08  Paul Eggert  <eggert@twinsun.com>
21013
21014         * modules/getpass: Depend on stdbool.
21015
21016 2003-10-08  Paul Eggert  <eggert@twinsun.com>
21017
21018         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for stdio_ext.h.
21019
21020 2003-10-07  Karl Berry  <karl@gnu.org>
21021
21022         * config/config.{guess,sub}: update from config.
21023
21024 2003-10-06  Jim Meyering  <jim@meyering.net>
21025             Bruno Haible  <bruno@clisp.org>
21026
21027         This lets translators provide better translations for the
21028         "Written by ..." part of --version output.
21029         * lib/version-etc.h: Include stdarg.h.
21030         (version_etc_copyright): Declare as readonly.
21031         (version_etc): Make this function variadic with a NULL-terminated list
21032         of author name strings.
21033         (version_etc_va): New declaration.
21034         * lib/version-etc.c: Include stdarg.h, stdlib.h.
21035         (version_etc_copyright): Declare as readonly.
21036         (version_etc_va): New function. Provide a different translatable string
21037         for each possible number of authors < 10. Abbreviate when there are 10
21038         authors or more.
21039         (version_etc): Make this function variadic. Call version_etc_va.
21040         Suggestion from Gary V. Vaughan.
21041
21042         * lib/long-options.h (parse_long_options): Change prototype: the
21043         authors string is moved to the end and becomes variadic.
21044         * lib/long-options.c: Include stdarg.h.
21045         (parse_long_options): Make this function variadic, too.
21046         Call version_etc_va, not version_etc.
21047
21048 2003-10-06  Bruno Haible  <bruno@clisp.org>
21049
21050         * modules/version-etc-2: Remove file.
21051         * MODULES.html.sh (func_all_modules): Remove version-etc-2.
21052
21053 2003-10-06  Bruno Haible  <bruno@clisp.org>
21054
21055         * modules/fatal-signal: New file.
21056         * MODULES.html.sh (func_all_modules): Add fatal-signal.
21057
21058 2003-10-06  Bruno Haible  <bruno@clisp.org>
21059
21060         * m4/fatal-signal.m4: New file.
21061         * m4/signalblocking.m4: New file, from GNU gettext.
21062
21063 2003-10-06  Bruno Haible  <bruno@clisp.org>
21064
21065         * lib/version-etc-2.h: Remove file.
21066         * lib/version-etc-2.c: Remove file.
21067
21068 2003-10-06  Bruno Haible  <bruno@clisp.org>
21069
21070         * lib/fatal-signal.h: New file, from GNU gettext.
21071         * lib/fatal-signal.c: New file, from GNU gettext.
21072
21073 2003-10-05  Paul Eggert  <eggert@twinsun.com>
21074
21075         * README: Rework advice for preventing empty .o files.
21076         Don't recommend ELIDE constructs.  Recommend <stddef.h>,
21077         not <sys/types.h>.
21078
21079 2003-10-04  Karl Berry  <karl@gnu.org>
21080
21081         * lib/argp*: update from libc.
21082
21083 2003-10-04  Karl Berry  <karl@gnu.org>
21084
21085         * config/config.{guess,sub}: update from config.
21086
21087 2003-10-02  Bruno Haible  <bruno@clisp.org>
21088
21089         * modules/lchown (Include): Add lchown.h.
21090         * modules/time_r (Include): Use "..." syntax.
21091         * modules/xgetdomainname (Include): Add xgetdomainname.h.
21092
21093 2003-10-01  Simon Josefsson  <jas@extundo.com>
21094
21095         * MODULES.html.sh (func_all_modules): Move gethostname from section
21096         'based on' to section 'lacking' POSIX:2001.
21097
21098 2003-10-01  Larry Jones  <lawrence.jones@eds.com>
21099
21100         * lib/getpass.c (getpass): Use a no-op fseek when switching from input
21101         to output mode on the same stream.
21102
21103 2003-09-29  Paul Eggert  <eggert@twinsun.com>
21104
21105         * lib/strftime.c (tm_diff) [! HAVE_TM_GMTOFF]:
21106         Fix arg typo in previous patch.
21107
21108 2003-09-28  Jim Meyering  <jim@meyering.net>
21109
21110         * lib/error.c: Correct cpp indentation.
21111
21112 2003-09-27  Paul Eggert  <eggert@twinsun.com>
21113
21114         * modules/free: New file.
21115
21116 2003-09-27  Paul Eggert  <eggert@twinsun.com>
21117
21118         * m4/free.m4: New file.
21119
21120 2003-09-27  Paul Eggert  <eggert@twinsun.com>
21121
21122         * lib/minmax.h (MIN, MAX)
21123         [__STDC__ && defined __GNUC__ && __GNUC__ >= 2]:
21124         Omit the special code that used __typeof__, since we worry that
21125         it could be more trouble than it's worth.  See:
21126         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00090.html
21127         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00095.html
21128
21129         * lib/free.c: New file.
21130
21131 2003-09-27  Oskar Liljeblad  <oskar@osk.mine.nu>
21132
21133         Trivial fixes to Makefile.am parts of module listings.
21134         * modules/strstr: Append strstr.h to lib_SOURCES.
21135         * modules/strcase: Likewise, for strcase.h.
21136
21137 2003-09-27  Karl Berry  <karl@gnu.org>
21138
21139         * config/mkinstalldirs: update from automake.
21140
21141 2003-09-26  Paul Eggert  <eggert@twinsun.com>
21142
21143         * lib/error.c (SIZE_MAX) [!defined SIZE_MAX]: Define.
21144         (error_tail): Do not loop, reallocating temporary buffer, since
21145         the output cannot contain more wide characters than the input
21146         contains bytes, the size must be big enough already.  This avoids
21147         one potential size overflow calculation.  Check for size overflow
21148         when calculating temporary buffer size.  Free temporary buffer
21149         when done, if it was allocated with malloc; this plugs a memory
21150         leak.  Remove casts from void * to pointers, that are no longer
21151         needed now that we're assuming C89 or better.
21152
21153         Merge error changes from glibc.
21154
21155         * lib/error.c, error.h: Update copyright notice header to match glibc.
21156         * lib/error.c [defined _LIBC]: Include <errno.h>, <bits/libc-lock.h>.
21157         (error, error_at_line) [defined _LIBC && defined __libc_ptf_call]:
21158         Disable cancellation while printing error.
21159         * lib/error.h: Prepend __ to parameter names.
21160
21161 2003-09-26  Jim Meyering  <jim@meyering.net>
21162
21163         * lib/error.c (error_tail): Move some declarations
21164         into inner scope where the local variables are used.
21165
21166 2003-09-26  Bruno Haible  <bruno@clisp.org>
21167
21168         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Add comments about the AIX
21169         stpncpy().
21170         Don't define stpncpy through config.h; it's now done through stpncpy.h.
21171
21172 2003-09-26  Bruno Haible  <bruno@clisp.org>
21173
21174         * lib/stpncpy.h (gnu_stpncpy): New declaration.
21175         (stpncpy): Define as alias for gnu_stpncpy.
21176         * lib/stpncpy.c [!_LIBC]: Define gnu_stpncpy, not stpncpy.
21177
21178 2003-09-25  Simon Josefsson  <jas@extundo.com>
21179
21180         * lib/xgetdomainname.h: New file.
21181         * lib/xgetdomainname.c: New file.
21182
21183 2003-09-25  Simon Josefsson  <jas@extundo.com>
21184             Bruno Haible  <bruno@clisp.org>
21185
21186         * modules/getdomainname: New file.
21187         * modules/xgetdomainname: New file.
21188         * MODULES.html.sh (func_all_modules): Add getdomainname,
21189         xgetdomainname.
21190
21191 2003-09-25  Simon Josefsson  <jas@extundo.com>
21192             Bruno Haible  <bruno@clisp.org>
21193
21194         * m4/getdomainname.m4: New file.
21195
21196 2003-09-25  Simon Josefsson  <jas@extundo.com>
21197             Bruno Haible  <bruno@clisp.org>
21198
21199         * lib/getdomainname.h: New file.
21200         * lib/getdomainname.c: New file.
21201
21202 2003-09-25  Karl Berry  <karl@gnu.org>
21203
21204         * lib/argp-fmtstream.c, argp-help.c: update from libc.
21205
21206 2003-09-25  Karl Berry  <karl@gnu.org>
21207
21208         * config/install-sh: update from automake.
21209
21210 2003-09-25  Bruno Haible  <bruno@clisp.org>
21211
21212         * modules/version-etc-2: New file, from modules/version-etc with
21213         modifications.
21214         * MODULES.html.sh (func_all_modules): Add version-etc-2.
21215
21216 2003-09-25  Bruno Haible  <bruno@clisp.org>
21217
21218         * lib/version-etc-2.h: New file, from version-etc.h with modifications.
21219         * lib/version-etc-2.c: New file, from version-etc.c with modifications.
21220
21221 2003-09-24  Simon Josefsson  <jas@extundo.com>
21222
21223         * modules/xgethostname: Add xgethostname.h.
21224
21225 2003-09-24  Paul Eggert  <eggert@twinsun.com>
21226
21227         * lib/linebuffer.c (freebuffer): Don't free the argument, just
21228         the buffer associated with the argument.  Bug reported by
21229         Simon Josefsson.
21230
21231 2003-09-24  Paul Eggert  <eggert@twinsun.com>
21232
21233         * README: Document assumptions that 'int' is at least 32 bits
21234         wide, that integer arithmetic is 2's complement without overflow,
21235         that there are no holes in integer values, that adding sizes of
21236         two nonoverlapping objects can't overflow, and that all-bits-zero
21237         yields scalar zero.  Fix spelling and capitalization typos.
21238
21239 2003-09-19  Karl Berry  <karl@gnu.org>
21240
21241         * lib/argp.h: update from libc.
21242
21243 2003-09-17  Paul Eggert  <eggert@twinsun.com>
21244
21245         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Call AC_BEFORE first,
21246         to avoid spurious warnings like "AC_RUN_IFELSE was called before
21247         gl_USE_SYSTEM_EXTENSIONS" from autoreconf.
21248
21249 2003-09-17  Paul Eggert  <eggert@twinsun.com>
21250
21251         * gnulib-tool: Use "test -h", not "test -L", for portability
21252         to Solaris 8 /bin/sh.  (This bug is fixed in Solaris 9.)
21253         (tags_regexp): Remove, since \| doesn't conform to POSIX.
21254         (sed_extract_prog): Issue s commands one-by-one, rather than
21255         using \| in one s command.
21256
21257 2003-09-16  Paul Eggert  <eggert@twinsun.com>
21258
21259         * lib/linebuffer.c (readlinebuffer): Return NULL immediately upon
21260         input error, instead of returning NULL the next time we are called
21261         (and therefore losing track of errno).
21262
21263 2003-09-16  Bruno Haible  <bruno@clisp.org>
21264
21265         * gnulib-tool (func_create_testdir): Warn about duplicated
21266         dependencies.
21267
21268 2003-09-15  Paul Eggert  <eggert@twinsun.com>
21269
21270         * modules/argmatch, modules/fatal, modules/obstack,
21271         modules/xalloc, modules/xgethostname: Sort dependencies by
21272         importance, not alphabetically.
21273
21274 2003-09-15  Paul Eggert  <eggert@twinsun.com>
21275
21276         * lib/getndelim2.c (getndelim2): Don't trash errno when a read
21277         fails, so that the caller gets the proper errno.
21278
21279         * lib/readutmp.c (read_utmp): Likewise.
21280         Check for fstat error.  Close stream and free storage
21281         when failing.
21282
21283 2003-09-14  Karl Berry  <karl@gnu.org>
21284
21285         * config/srclist.txt (strdup.c): disable for c89 changes.
21286
21287 2003-09-14  Jim Meyering  <jim@meyering.net>
21288
21289         * lib/getloadavg.c: Correct cpp indentation.
21290         * lib/strdup.c: Likewise.
21291         * lib/vasnprintf.c: Likewise.
21292
21293 2003-09-14  Bruno Haible  <bruno@clisp.org>
21294
21295         * modules/fwriteerror: New file.
21296         * MODULES.html.sh (func_all_modules): Add fwriteerror.
21297
21298 2003-09-14  Bruno Haible  <bruno@clisp.org>
21299
21300         * lib/fwriteerror.h: New file.
21301         * lib/fwriteerror.c: New file.
21302
21303 2003-09-12  Paul Eggert  <eggert@twinsun.com>
21304
21305         * modules/argmatch, modules/exitfail, modules/fatal, modules/obstack,
21306         modules/xgethostname, modules/xalloc: Depend on exit.
21307
21308 2003-09-12  Paul Eggert  <eggert@twinsun.com>
21309
21310         * m4/error.m4: Require AC_FUNC_STRERROR_R rather than invoking it.
21311
21312         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Require AC_AIX
21313         and AC_MINIX, too, so that their extensions are available.
21314
21315         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Remove.  All uses removed.
21316         This macro has been superseded by gl_BACKUPFILE.
21317
21318         More patches to assume C89 or better.
21319
21320         * m4/error.m4 (gl_ERROR): Don't check for vprintf.
21321
21322         * m4/check-decl.m4 (jm_CHECK_DECLS): Include <string.h>, <stdlib.h>
21323         unconditionally.
21324         * m4/closeout.m4 (gl_CLOSEOUT): Don't check for stdlib.h.
21325         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER):
21326         Include <string.h>, <stdlib.h> unconditionally.
21327         * m4/lstat.m4 (gl_PREREQ_LSTAT): Don't check for stdlib.h, free.
21328         * m4/readdir.m4 (GL_FUNC_READDIR): Don't check for string.h.
21329         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Don't check for standard C
21330         headers or for string.h.
21331         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Don't check for stdlib.h
21332         or strtoul.
21333
21334         * m4/mkstemp.m4 (jm_PREREQ_TEMPNAME): Do not require standard C
21335         headers.
21336         * m4/strdup.m4 (gl_PREREQ_STRDUP): Likewise.
21337         * m4/userspec.m4 (gl_USERSPEC): Likewise.
21338         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Likewise.
21339         * m4/xstrtod.m4 (gl_XSTRTOD): Likewise.
21340         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
21341         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't check for limits.h,
21342         memcpy, memset.
21343         (jm_FUNC_GNU_STRFTIME): Don't require standard C headers.
21344         * m4/strtod.m4 (gl_FUNC_STRTOD): Do not check for float.h.
21345         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Do not check for stdlib.h,
21346         strtol.
21347         * m4/strtol.m4 (gl_FUNC_STRTOL): Do not check for limits.h.
21348         * m4/userspec.m4 (gl_USERSPEC): Do not check for string.h.
21349         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Do not check for string.h, strtol,
21350         strtoul.
21351
21352 2003-09-12  Paul Eggert  <eggert@twinsun.com>
21353
21354         * lib/argmatch.c, fatal.c, xgethostname.c, xmalloc.c: Include exit.h.
21355         * lib/obstack.c [!defined _LIBC]: Likewise.
21356         * lib/argmatch.c (EXIT_FAILURE): Remove; now done by exit.h
21357         * lib/exitfail.c, fatal.c, xgethostname.c, xmalloc.c: Likewise.
21358         * lib/exitfail.c: Don't include stdlib.h; no longer needed.
21359
21360         More changes to assume C89 or better.
21361
21362         * lib/error.c (error_tail): Assume vprintf.
21363
21364         * lib/argmatch.c (getenv): Remove decl.
21365         * lib/progreloc.c (get_full_program_name): Define via prototype.
21366         * lib/setenv.c (clearenv): Likewise.
21367         * lib/stpncpy.c: Do not include <string.h> or <sys/types.h>; not
21368         needed.
21369         * lib/strdup.c: Include <stdlib.h>, <string.h> unconditionally.
21370         (malloc, memcpy): Remove decls.
21371         * lib/strftime.c (HAVE_LIMITS_H, STDC_HEADERS) [defined _LIBC]: Remove.
21372         (HAVE_MEMCPY) [defined emacs && !defined HAVE_BCOPY]: Remove.
21373         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
21374         (memcpy): Remove macro.
21375         (MEMCPY) [!defined COMPILE_WIDE]: Define to memcpy unconditionally.
21376         (__P): Remove.  All uses removed.
21377         (PTR): Remove.  All uses changed to void *.
21378         (CHAR_BIT, NULL): Remove.
21379         (spaces, zeros, memset_space, memset_zero)
21380         [!defined memset && !defined HAVE_MEMSET && !defined _LIBC]:
21381         Remove.
21382         (LOCALE_PARAM, LOCALE_PARAM_DECL): Remove.
21383         (memcpy_lowcase, memcpy_uppcase, tm_diff, iso_week_days):
21384         Define with prototype.
21385         Remove now-unnecessary prototype decl.
21386         (extra_args_spec): Assume ANSI C.  All uses changed.
21387         (extra_args_spec_iso): Remove.
21388         (my_strftime, emacs_strftimeu): Define via prototype.
21389         * lib/strtod.c: Include <float.h>, <stdlib.h>, <string.h>
21390         unconditionally.
21391         (DBL_MAX, DBL_MIN, HUGE_VAL, NULL): Remove decls.
21392         * lib/strtoimax.c: Include <stdlib.h> unconditionally.
21393         (strtoul, strtol): Remove decls.
21394         * lib/strtol.c (STDC_HEADERS, HAVE_LIMITS_H, NULL, ULONG_MAX,
21395         LONG_MAX): Remove.
21396         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
21397         (LOCALE_PARAM_DECL): Remove.  All uses changed to LOCALE_PARAM_PROTO.
21398         (LOCALE_PARAM_PROTO): New macro.
21399         (INTERNAL, INTERNAL1, WEAKNAME): Assume ANSI C, not K&R.
21400         (INTERNAL (strtol), strtol): Define with a prototype.
21401         (PARAMS): Remove.  All uses removed.
21402         * lib/tempname.c: Include <string.h> unconditionally.
21403         * lib/userspec.c: Include <stdlib.h>, <string.h> unconditionally.
21404         * lib/xgethostname.c (main): Define with a prototype.
21405         * lib/xmalloc.c: Include "xalloc.h" first, to check interface.
21406         Include <stdlib.h> unconditionally.
21407         (calloc, malloc, realloc, free): Remove decls.
21408         * lib/xstrtod.c: Include "xstrtod.h" first, to check interface.
21409         Include <stdlib.h> unconditionally.  Sort include file names.
21410         (strtod): Remove.
21411         (xstrtod): Define with a prototype.
21412         * lib/xstrtol.c: Include <stdlib.h>, <string.h> unconditionally.
21413         (strtol, strtoul): Remove decls.
21414
21415 2003-09-11  Paul Eggert  <eggert@twinsun.com>
21416
21417         More patches to assume C89 or better.
21418         * m4/strndup.m4 (gl_PREREQ_STRNDUP): Remove STDC_HEADERS check.
21419         * m4/strnlen.m4 (gl_PREREQ_STRNLEN): Don't check for memory.h,
21420         string.h, memchr, STDC_HEADERS.
21421
21422 2003-09-11  Paul Eggert  <eggert@twinsun.com>
21423
21424         * lib/strndup.c: Don't include <stdio.h>, <sys/types.h>.
21425         Include <stdlib.h>, <string.h> unconditionally.
21426         Remove now-unnecessary cast to char *.
21427         * lib/strnlen.c: Include <string.h> unconditionally.
21428         * lib/yesno.c (yesno): Define with a prototype.
21429
21430 2003-09-11  Bruno Haible  <bruno@clisp.org>
21431
21432         * config/srclist.txt (setenv.c, unsetenv.c): Disable for the moment.
21433
21434 2003-09-10  Jim Meyering  <jim@meyering.net>
21435
21436         * lib/error.c: Correct indentation of cpp directives.
21437
21438 2003-09-10  Bruno Haible  <bruno@clisp.org>
21439
21440         * m4/strcspn.m4 (gl_PREREQ_STRCSPN): Remove <string.h> check.
21441         * m4/strpbrk.m4 (gl_PREREQ_STRPBRK): Remove <string.h> check.
21442         * m4/strstr.m4 (gl_PREREQ_STRSTR): Remove <string.h> check.
21443         * m4/unicodeio.m4 (gl_UNICODEIO): Remove <string.h> check.
21444         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove
21445         <stdlib.h> and <string.h> checks.
21446         * m4/xreadlink.m4 (gl_XREADLINK): Remove <stdlib.h> check.
21447         * m4/yesno.m4 (gl_YESNO): Remove <stdlib.h> check.
21448
21449 2003-09-10  Bruno Haible  <bruno@clisp.org>
21450
21451         * lib/strcspn.c: Include <string.h> unconditionally.
21452         * lib/strpbrk.c: Include <string.h> unconditionally.
21453         * lib/strstr.c: Include <string.h> unconditionally.
21454         * lib/unicodeio.c: Include <string.h> unconditionally.
21455         * lib/setenv.c: Include <stdlib.h> and <string.h> unconditionally.
21456         * lib/unsetenv.c: Likewise.
21457         * lib/xreadlink.c: Include <stdlib.h> unconditionally.
21458         * lib/yesno.c: Include <stdlib.h> unconditionally.
21459         (rpmatch): Add prototype.
21460
21461 2003-09-09  Paul Eggert  <eggert@twinsun.com>
21462
21463         More patches to assume C89 or better.
21464         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Don't check for stdlib.h.
21465         * m4/getopt.m4 (gl_GETOPT): Don't check for string.h.
21466         * m4/getugroups.m4 (gl_GETUGROUPS): Do not check for standard C headers
21467         or for string.h.
21468         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Do not check for
21469         stdlib.h.
21470         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): Do not require standard
21471         C headers.
21472         * m4/hard-locale.m4 (gl_HARD_LOCALE): Do not check for stdlib.h,
21473         string.h.
21474         * m4/hash.m4 (gl_HASH): Do not check for stdlib.h, malloc, free.
21475         * m4/human.m4 (gl_HUMAN): Do not check for stdlib.h, string.h, getenv.
21476         * m4/idcache.m4 (gl_IDCACHE): Do not check for standard C headers,
21477         or for string.h.
21478         * m4/long-options.m4 (gl_LONG_OPTIONS): Do not check for stdlib.h.
21479         * m4/makepath.m4 (gl_MAKEPATH): Do not check for string.h or standard
21480         C headers.
21481         * m4/md5.m4 (gl_MD5): Don't check for limits.h, standard C headers,
21482         memcpy.
21483         * m4/sha.m4 (gl_SHA): Don't check for standard Cheaders, memcpy.
21484         * m4/memchr.m4 (jm_PREREQ_MEMCHR): Don't check for limits.h, stdlib.h.
21485         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): Don't check for string.h.
21486         * m4/memcoll.m4 (gl_MEMCOLL): Likewise.
21487         * m4/memrchr.c (gl_PREREQ_MEMRCHR): Don't check for limits.h.
21488         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): Don't check for stdlib.h,
21489         string.h, free.
21490         * m4/mktime.m4 (gl_PREREQ_MKTIME): Don't check for standard C headers.
21491         * m4/modechange.m4 (gl_MODECHANGE): Don't check for standard C headers.
21492         * m4/mountlist.m4 (gl_PREREQ_MOUNTLIST_EXTRA): Don't check for standard
21493         C headers, or for string.h.
21494         * m4/obstack.m4 (gl_OBSTACK): Don't check for stddefe.h, string.h.
21495         (gl_PREREQ_OBSTACK): Don't check for stdlib.h.
21496         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't check for standard C
21497         headers, memory.h, stdlib.h, string.h, strings.h.
21498         * m4/posixtm.m4 (gl_POSIXTM): Don't check for stdlib.h, string.h.
21499         * m4/posixver.m4 (gl_POSIXVER): Don't check for getenv.
21500         * m4/putenv.m4 (gl_PREREQ_PUTENV): Don't check for string.h, memcpy,
21501         strchr.
21502         * m4/readtokens.m4 (gl_READTOKENS): Don't check for standard C
21503         headers, memory.h, string.h.
21504         * m4/regex.m4 (jm_PREREQ_REGEX): Do not check for limits.h, string.h.
21505         * m4/rename.m4 (gl_PREREQ_RENAME): Do not check for stdlib.h, string.h,
21506         free.
21507         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Don't check for standard C
21508         headers.
21509         * m4/same.m4 (gl_SAME): Don't check for stdlib.h, string.h, free.
21510         * m4/save-cwd.m4 (gl_SAVE_CWD): Don't check for standard C headers.
21511         * m4/savedir.m4 (gl_SAVEDIR): Don't check for standard C headers.
21512         * m4/strchrnul.m4 (gl_PREREQ_STRCHRNUL): Don't check for string.h.
21513         * m4/xgetcwd.m4 (gl_XGETCWD): Don't check for stdlib.h.
21514
21515 2003-09-09  Paul Eggert  <eggert@twinsun.com>
21516
21517         More K&R removal.
21518
21519         * lib/acosl.c (main): Use a prototype.
21520         * lib/asinl.c, cosl.c, expl.c, frexpl.c, ldexpl.c, sinl.c,
21521         tanl.c: Likewise.
21522
21523         * lib/getloadavg.c (getloadavg, main): Define via prototypes.
21524
21525         * lib/getopt.h (struct option.name): Assume C89, and use 'const'.
21526         (getopt, etopt_long, getopt_long_only, _getopt_internal)
21527         [defined __GNU_LIBRARY__]: Assume C89, so we can always declare
21528         with a prototype.
21529         * lib/getopt.c (const): Remove macro.
21530         Include <string.h> unconditionally.
21531         (my_index): Remove; all uses changed to strchr.
21532         (strlen): Remove decl.
21533         (exchange): Remove forward decl; no longer needed.
21534         (exchange, _getopt_initialize, _getopt_internal, getopt, main):
21535         Define with prototype.
21536         * lib/getopt1.c (const): Remove macro.
21537         (getopt_long, getopt_long_only, main): Define with prototype.
21538
21539         * lib/getugroups.c: Include <string.h> unconditionally.
21540
21541         * lib/getusershell.c: Include <stdlib.h> unconditionally.
21542         (getusershell, setusershell, endusershell, readname, main):
21543         Define with prototypes.
21544
21545         * lib/group-member.c: Include group-member.h first.
21546         Include <stdlib.h> unconditionally.
21547
21548         * lib/hard-locale.c: Include hard-locale.h first.
21549         Include <stdlib.h>, <string.h> unconditionally.
21550
21551         * lib/hash.c (free, malloc): Remove decls.
21552         Include <stdlib.h> unconditionally.
21553
21554         * lib/human.c: Include <stdlib.h>, <string.h> unconditionally.
21555         (getenv): Do not declare.
21556
21557         * lib/idcache.c: Include <string.h> unconditionally.
21558
21559         * lib/long-options.c: Include long-options.h first, to test interface.
21560         Include <stdlib.h> unconditionally.
21561
21562         * lib/makepath.c: Include makepath.h first, to test interface.
21563         Include <stdlib.h> and <string.h> unconditionally.
21564
21565         * lib/linebuffer.c: Include <stdlib.h>.
21566         (free): Remove decl.
21567
21568         * lib/malloc.c: Include <stdlib.h>, for malloc; don't bother with
21569         stddef.h. rpl_malloc returns void *, not char *.
21570         * lib/realloc.c (rpl_realloc): Likewise.  Also, define with a
21571         prototype.
21572
21573         * lib/md5.h: Include <limits.h> unconditionally.
21574         (UINT_MAX_32_BITS): Don't worry about non-__STDC__ case.
21575         (__P): Remove; all uses removed.
21576         * lib/md5.c: Include "md5.h" first.
21577         (md5_init_ctx, md5_read_ctx, md5_finish_ctx, md5_stream,
21578         md5_buffer, md5_process_bytes, md5_process_block):
21579         Define with prototypes.
21580         * lib/sha.h (__P): Remove all uses.  (It wasn't defined??)
21581         * lib/sha.c: Include "sha.h" first.
21582         Include <stdlib.h>, <string.h> unconditionally.
21583
21584         * lib/memchr.c (__ptr_t): Remove; all uses changed to void *.
21585         * lib/memcmp.c (__ptr_t): Likewise.
21586         * lib/memrchr.c (__ptr_t): Likewise.
21587         * lib/memchr.c, memcmp.c, memcoll.c, memrchr.c:
21588         Include <string.h> unconditionally.
21589         * lib/memchr.c, memrchr.c: Include <limits.h> unconditionally.
21590         * lib/memchr.c: Include <stdlib.h> unconditionally.
21591         * lib/memchr.c (LONG_MAX): Remove.
21592         * lib/memrchr.c (LONG_MAX): Likewise.
21593         * lib/memchr.c (__memchr): Define via a prototype.
21594         * lib/memrchr.c (__memrchr): Likewise.
21595         * lib/memcmp.c (__P): Remove, and remove all uses.
21596         (memcmp_bytes, memcmp_common_alignment, memcmp_not_common_alignment):
21597         Remove forward decls; no longer needed.
21598         * lib/memcpy.c, memmove.c, memset.c: Include <stddef.h>.
21599         Use types required by C89 in prototype.
21600
21601         * lib/mkdir.c: Include <stdlib.h>, <string.h> unconditionally.
21602         * lib/savedir.c: Likewise.
21603         * lib/mkdir.c (free): Remove decl.
21604         * lib/rmdir.c (rmdir): Define with a prototype.
21605         * lib/savedir.c: Include savedir.h first, to test interface.
21606
21607         * lib/mktime.c (STDC_HEADERS): Remove.
21608         Include <stdlib.h>, <string.h> unconditionally.
21609
21610         * lib/modechange.c: Include <stdlib.h> unconditionally.
21611         (malloc): Remove decl.
21612
21613         * lib/mountlist.c: Include <stdlib.h>, <string.h> unconditionally.
21614         (free): Remove decl.
21615
21616         * lib/obstack.h (PTR_INT_TYPE) [!defined __PTRDIFF_TYPE__]:
21617         Define to ptrdiff_t, without bothering to check HAVE_STDDEF_H.
21618         (This type really should be intptr_t, but that's a C99ism.)
21619         (_obstack_memcpy): Remove: all uses changed to memcpy.
21620         Include <string.h> unconditionally.
21621         (struct obstack): Assume __STDC__ for types of members
21622         chunkfun, freefun, extra_arg.
21623         (_obstack_newchunk, _obstack_free, _obstack_begin, _obstack_begin_1,
21624         _obstack_memory_used, obstack_alloc_failed_handler, obstack_init,
21625         obstack_begin, obstack_specify_allocation,
21626         obstack_specify_allocation_with_arg, obstack_chunkfun,
21627         obstack_freefun, obstack_free) [! (defined __STDC__ && __STDC__)]:
21628         Remove unprototyped decls and the macros that use them.
21629         * lib/obstack.c (POINTER): Remove.  All uses changed to void *.
21630         (obstack_alloc_failed_handler, CALL_CHUNKFUN, CALL_FREEFUN,
21631         _obstack_begin, _obstack_begin_1, _obstack_allocated_p)
21632         (defined __STDC__ && __STDC__)]:
21633         Remove nonprototyped code.
21634         Include <stdlib.h> unconditionally.
21635         (_obstack_begin, _obstack_begin_1, _obstack_newchunk,
21636         _obstack_allocated_p, _obstack_free, obstack_free,
21637         _obstack_memory_used, print_and_abort):
21638         Define using prototypes.
21639         (obstack_1grow, obstack_1grow_fast, obstack_alloc, obstack_base,
21640         obstack_blank, obstack_blank_fast, obstack_copy, obstack_copy0,
21641         obstack_finish, obstack_grow, obstack_grow0, obstack_make_room,
21642         obstack_next_free, obstack_object_size, obstack_room) [0]:
21643         Remove unused, unprototyped code.
21644
21645         * lib/path-concat.c: Include <stdlib.h>, <string.h> unconditionally.
21646
21647         * lib/physmem.c (physmem_total, physmem_available, main): Define
21648         with prototypes.
21649
21650         * lib/posixtm.c: Include <stdlib.h>, <string.h> unconditionally.
21651         (main): Define with a prototype.
21652
21653         * lib/posixver.c (getenv): Remove decl.
21654
21655         * lib/putenv.c (malloc): Returns void *, not char *.
21656         Include <string.h> unconditionally.
21657         (strchr, memcpy, NULL): Do not define.
21658
21659         * lib/readtokens.c: Include readtokens.h first, to test interface.
21660         Include <stdlib.h>, <string.h> unconditionally.
21661         (init_tokenbuffer): Define with a prototype.
21662
21663         * lib/regex.c (PARAMS): Remove.  All uses removed.
21664         All uses of _RE_ARGS removed, too.
21665         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
21666         unconditionally.
21667         (bzero): Assume memset exists.
21668         (memcmp, memcpy, NULL): Remove.
21669         (SIGN_EXTEND_CHAR): Remove; all uses replaced by casts to signed
21670         char, or assignments to local vars of type signed char.
21671         (init_syntax_once, PREFIX(extract_number_and_incr),
21672         PREFIX(print_partial_compiled_pattern),
21673         PREFIX(print_compiled_pattern), PREFIX(print_double_string),
21674         convert_mbs_to_wcs, print_fastmap, re_set_syntax,
21675         PREFIX(regex_grow_registers), PREFIX(regex_compile),
21676         PREFIX(store_op1), PREFIX(store_op2), PREFIX(insert_op1),
21677         PREFIX(insert_op2), PREFIX(at_begline_loc_p),
21678         PREFIX(at_endline_loc_p), group_in_compile_stack, insert_space,
21679         wcs_compile_range, byte_compile_range, truncate_wchar,
21680         PREFIX(re_compile_fastmap), re_compile_fastmap, re_set_registers,
21681         re_search, re_search_2, PREFIX(re_search_2), re_match, re_match_2,
21682         count_mbs_length, wcs_re_match_2_internal,
21683         byte_re_match_2_internal, PREFIX(group_match_null_string_p),
21684         PREFIX(alt_match_null_string_p),
21685         PREFIX(common_op_match_null_string_p), PREFIX(bcmp_translate),
21686         re_compile_pattern, re_comp, re_exec, regcomp, regexec, regerror,
21687         regfree, PREFIX(extract_number)): Define with prototype.  Remove
21688         now-unnecessary declaration, if any.
21689         (byte_compile_range, PREFIX(regex_compile), re_comp, re_exec,
21690         regcomp, regexec):
21691         Remove now-unnecessary casts among pointer types.
21692         * lib/regex.h (_RE_ARGS): Remove.  All uses removed.
21693
21694         * lib/rename.c: Include <stdlib.h>, <string.h> unconditionally.
21695         (free): Remove decl.
21696
21697         * lib/rpmatch.c: Include <stdlib.h> unconditionally.
21698
21699         * lib/same.c: Include <stdlib.h>, <string.h> unconditionally.
21700         (free): Remove decl.
21701
21702         * lib/save-cwd.c: Include <stdlib.h> unconditionally.
21703         * lib/xgetcwd.c: Likewise.
21704
21705         * lib/stat.c: Include <stdlib.h>, <string.h> unconditionally.
21706         (free): Remove decl.
21707
21708         * lib/strchrnul.c (strchrnul): Define with a prototype.
21709         Fix bug: c_in was not converted to char before searching.
21710
21711         The following changes are not K&R related:
21712
21713         * lib/group-member.h: Include <sys/types.h>, so that this file is
21714         self-contained.
21715         * lib/makepath.h: Likewise.
21716
21717         * lib/getusershell.c (readname, default_index, line_size, readname):
21718         Use size_t, not int, for sizes.
21719         (readname): If the size overflows, report an error instead of
21720         looping forever.
21721
21722 2003-09-09  Paul Eggert  <eggert@twinsun.com>
21723
21724         * config/srclist.txt: Do not get getopt.h, getopt1.c, or regex.h from
21725         libc.
21726
21727 2003-09-09  Paul Eggert  <eggert@twinsun.com>
21728
21729         * README: New section: portability guidelines.
21730
21731 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
21732
21733         * m4/getndelim2.m4 (gl_PREREQ_GETNDELIM2): Assume stdlib.h per the
21734         C89 spec.
21735
21736 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
21737
21738         * lib/getndelim2.c: Assume stdlib.h per the C89 spec.
21739
21740 2003-09-08  Paul Eggert  <eggert@twinsun.com>
21741
21742         Assume C89 or better; remove K&R cruft.
21743         A few of these changes were first proposed by Derek Robert Price
21744         in <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00105.html>.
21745
21746         * lib/addext.c: Include <string.h> unconditionally.
21747         * lib/backupfile.c: Include <string.h>, <stdlib.h> unconditionally.
21748         Don't declare getenv or malloc.
21749
21750         * lib/alloca.c: Include <string.h>, <stdlib.h> unconditionally.
21751         (POINTER_TYPE, pointer): Remove; all uses changed to void *.
21752         (NULL): Remove.
21753         (find_stack_direction, alloca): Use prototypes.
21754
21755         * lib/atexit.c (atexit): Define using a prototype.
21756
21757         * lib/basename.c, dirname.c, stripslash.c:
21758         Include <string.h> unconditionally.
21759
21760         * lib/bcopy.c: Include <stddef.h>.
21761         (bcopy): Define with prototype, using 'const' and 'void' and 'size_t'.
21762
21763         * lib/canon-host.c: Include <stdlib.h>, <string.h> unconditionally.
21764
21765         * lib/error.h (error, error_at_line, error_print_progname)
21766         [! (defined (__STDC__) && __STDC__)]: Remove decls.
21767         * lib/error.c: Include error.h first, to check interface.
21768         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
21769         (VA_START): Remove; all uses changeed to va_start.
21770         (exit, strerror): Remove decls.
21771         (error_print_progname): Prototype uncondionally.
21772         Don't include <errno.h>; no longer needed.
21773         (private_strerror): Remove.
21774         (error_tail): Always define.
21775         (error, error_at_line): Assume C89 or better; always use prototypes.
21776         * lib/fatal.c: Include "fatal.h" first, to test interface.
21777         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
21778         (VA_START): Remove; all uses changed to va_start.
21779         [! (HAVE_VPRINTF || HAVE_DOPRNT || _LIBC)]: Remove support for
21780         this case.
21781         (exit): Remove decl.
21782         (fatal): Prototype unconditionally.  Assume va_start works.
21783         Abort at end, to pacify gcc.
21784
21785         * lib/euidaccess.c (main): Define with a prototype.
21786
21787         * lib/exclude.c: Include <stdlib.h>, <string.h> unconditionally.
21788
21789         * lib/exitfail.c: Include <stdlib.h> unconditionally.
21790
21791         * lib/fnmatch_.h (__P): Remove.  All uses changed to assume
21792         prototypes.
21793         * lib/fnmatch.c: Include fnmatch.h first, to test interface.
21794         Include <string.h>, <stddef.h>, <stdlib.h> unconditionally.
21795         (getenv): Remove decl.
21796         (fnmatch): Define using a prototype.
21797         * lib/fnmatch_loop.c (FCT): Remove forward decl; no longer needed.
21798         (FCT): Define using a prototype.
21799
21800         * lib/getdate.y: Include <stdlib.h>, <string.h> unconditionally.
21801
21802         * lib/gethostname.c: Include <stddef.h>.
21803         (gethostname): Define with prototype.  Length is size_t, not int.
21804
21805 2003-09-08  Paul Eggert  <eggert@twinsun.com>
21806
21807         Assume C89 or better; remove K&R cruft.
21808         * m4/alloca.m4 (gl_PREREQ_ALLOCA): Don't check for stdlib.h, string.h.
21809         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for stdlib.h,
21810         string.h, getenv, malloc.
21811         * m4/dirname.m4 (gl_DIRNAME): Don't check for string.h or C standard
21812         headers.
21813         * m4/canon-host.m4 (gl_CANON_HOST): Don't check for string.h, stdlib.h.
21814         * m4/error.m4 (jm_PREREQ_ERROR): Do not require STDC headers, and
21815         do not check for strerror.
21816         * m4/exclude.m4: Do not check for stdlib.h, string.h, strings.h.
21817         * m4/exitfail.m4 (gl_EXITFAIL): Do not check for stdlib.h.
21818         * m4/fatal.m4 (gl_FATAL): Do not require STDC headers, and
21819         do not check for doprnt or vprintf.
21820         * m4/fnmatch.m4 (gl_PREREQ_FNMATCH_EXTRA): Remove.  All uses removed.
21821         * m4/getdate.m4 (gl_GETDATE): Don't check for stdlib.h or string.h.
21822
21823 2003-09-08  Paul Eggert  <eggert@twinsun.com>
21824
21825         * lib/getversion.c: Remove; was migrated to backupfile.c in 1997.
21826         getversion.c should have been removed then, but was accidentally
21827         preserved.
21828
21829         * lib/utime.c [!HAVE_UTIMES_NULL]: Include <sys/stat.h>, <fcntl.h>.
21830         (utime_null): Fix typo: 'st' was sometimes called 'sb'.
21831
21832 2003-09-08  Karl Berry  <karl@gnu.org>
21833
21834         * config/config.sub, config.guess, srclistvars.sh: update from savannah
21835                 config, forget about prep.
21836
21837         * config/depcomp, missing: update from automake.
21838
21839 2003-09-07  Paul Eggert  <eggert@twinsun.com>
21840
21841         * modules/time_r: Depend on 'restrict'.  Fix from Simon Josefsson in
21842         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
21843
21844 2003-09-07  Paul Eggert  <eggert@twinsun.com>
21845
21846         * lib/time_r.c (gmtime_r, localtime_r): Fix silly typo: missing arg to
21847         copy_tm_result.  Bug reported by Simon Josefsson in
21848         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
21849
21850 2003-09-06  Paul Eggert  <eggert@twinsun.com>
21851
21852         * m4/time_r.m4: New file.
21853         * m4/mktime.m4 (gl_PREREQ_MKTIME): Remove check for limits.h.
21854         * m4/timegm.m4 (gl_FUNC_TIMEGM): Assume that timegm is buggy if mktime
21855         is. Check for timegm declaration.
21856         (gl_PREREQ_TIMEGM): Require gl_FUNC_MKTIME.
21857         Do not check for gmtime_r.
21858         Replace mktime if __mktime_internal does not exist and if mktime
21859         hasn't been replaced already.
21860
21861 2003-09-06  Paul Eggert  <eggert@twinsun.com>
21862
21863         * lib/time_r.c, lib/time_r.h: New files.
21864
21865         * lib/mktime.c (my_mktime_localtime_r): Remove; all uses changed to
21866         __localtime_r.
21867         (__localtime_r) [!defined _LIBC]: New macro.  Include <time_r.h>.
21868         (__mktime_internal) [!defined _LIBC]: Now extern, not static.
21869
21870         * lib/strftime.c (my_strftime_gmtime_r): Remove; all uses changed to
21871         __gmtime_r.
21872         (my_strftime_localtime_r): Remove; all uses changed to __localtime_r.
21873         (__gtime_r, __localtime_r) [!HAVE_TM_GMTOFF]: New macros.
21874         Include <time_r.h>.
21875
21876         * lib/timegm.c: Switch to glibc implementation, with the following
21877         changes:
21878         [defined HAVE_CONFIG_H]: Include <config.h>.
21879         [!defined _LIBC]: Include "timegm.h" rather than <time.h>.
21880         (__mktime_internal) [!defined _LIBC]: New decl.
21881         (__gmtime_r) [!defined _LIBC]: New macro and function.
21882         (timegm): Use a prototype, since gnulib assumes C89.
21883         Do not bother declaring tmp to be const, as it's not really usefu.
21884         * lib/timegm.h: Hoist "#include <time.h>" out of #ifdef.
21885         (timegm): Declare only if HAVE_DECL_TIMEGM.
21886
21887 2003-09-06  Paul Eggert  <eggert@twinsun.com>
21888
21889         * MODULES.html.sh (func_all_modules): Add time_r.
21890         * modules/time_r: New file.
21891         * modules/mktime, modules/strftime, modules/timegm: Depend on time_r.
21892         * modules/timegm: Depend on mktime.  Change maintainer to "all, glibc".
21893
21894 2003-09-03  Paul Eggert  <eggert@twinsun.com>
21895
21896         * lib/human.c (human_readable): Fix bug that rounded 10501 to 10k.
21897         Bug reported by Lute Kamstra in
21898         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00003.html>.
21899
21900         * lib/getdate.y (relative_time_table): Use tDAY_UNIT for "tomorrow",
21901         "yesterday", "today", and "now" rather than tMINUTE_UNIT.  Of
21902         course with correspondingly smaller numbers for tomorrow and
21903         yesterday.  From Tadayoshi Funaba.  Originally installed into
21904         sh-utils on 1999-08-07, but the patch got lost (I guess during the
21905         coreutils merge?).
21906
21907 2003-08-31  Simon Josefsson  <jas@extundo.com>
21908
21909         * modules/timegm: New file.
21910         * MODULES.html.sh (func_all_modules): Add timegm.
21911
21912 2003-08-31  Simon Josefsson  <jas@extundo.com>
21913
21914         * m4/timegm.m4: New file.
21915
21916 2003-08-31  Simon Josefsson  <jas@extundo.com>
21917
21918         * lib/timegm.h: New file.
21919         * lib/timegm.c: New file.  Based on
21920         wget-1.8.2/src/http.c:mktime_from_utc.
21921
21922 2003-08-31  Karl Berry  <karl@gnu.org>
21923
21924         * lib/argp.h: update from libc.
21925
21926 2003-08-28  Bruno Haible  <bruno@clisp.org>
21927
21928         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Remove AC_DEFINE of fnmatch here.
21929         This avoids havoc on compilers for which '#define fnmatch rpl_fnmatch'
21930         followed by '#define fnmatch fnmatch_posix' gives an error.
21931
21932 2003-08-28  Bruno Haible  <bruno@clisp.org>
21933
21934         * lib/binary-io.h: Undefine O_BINARY before defining it. This avoids a
21935         warning on QNX, which defines O_BINARY to 000000.
21936
21937 2003-08-27  Jim Meyering  <jim@meyering.net>
21938
21939         * m4/mkstemp.m4: Require that the system mkstemp be able to create
21940         70 temporary files, not just 30.  Tru64 V4.0F's mkstemp function
21941         would fail after 32.  Reported by Danny Levinson.  Details here:
21942         http://mail.gnu.org/archive/html/bug-coreutils/2003-08/msg00124.html
21943
21944 2003-08-24  Bruno Haible  <bruno@clisp.org>
21945
21946         * lib/binary-io.h: Include <stdio.h>, to avoid a compilation error when
21947         MSVC7 <stdio.h> is included later.
21948
21949 2003-08-22  Simon Josefsson  <jas@extundo.com>
21950
21951         * modules/strndup (Makefile.am): Add strndup.h to lib_SOURCES.
21952
21953 2003-08-20  Karl Berry  <karl@gnu.org>
21954
21955         * m4/lib-ld.m4: serial 1003 from gettext, no changes besides serial.
21956
21957 2003-08-20  Bruno Haible  <bruno@clisp.org>
21958
21959         * modules/progname: New file.
21960         * MODULES.html.sh (func_all_modules): Add progname.
21961
21962 2003-08-20  Bruno Haible  <bruno@clisp.org>
21963
21964         * lib/progname.h: New file, from GNU gettext.
21965         * lib/progname.c: New file, from GNU gettext.
21966         * lib/progreloc.c: New file, from GNU gettext.
21967
21968 2003-08-19  Jim Meyering  <jim@meyering.net>
21969
21970         * m4/lib-ld.m4: Revert yesterday's change, per Bruno's request here:
21971         http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00155.html
21972
21973 2003-08-19  Bruno Haible  <bruno@clisp.org>
21974
21975         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Don't check for <string.h> any
21976         more.
21977
21978 2003-08-19  Bruno Haible  <bruno@clisp.org>
21979
21980         * lib/xstrdup.c: Assume <string.h> exists.
21981
21982 2003-08-18  Paul Eggert  <eggert@twinsun.com>
21983
21984         * modules/stdbool: Add BUILT_SOURCES.  Prefer $@ to target name
21985         in makefile rules.
21986
21987 2003-08-18  Jim Meyering  <jim@meyering.net>
21988
21989         * m4/getloadavg.m4: Use [\t ], not [ \t] (where \t is a literal TAB).
21990         * m4/lib-ld.m4: Likewise.
21991
21992 2003-08-18  Jim Meyering  <jim@meyering.net>
21993
21994         * lib/setenv.h: Indent nested cpp directive.
21995         * lib/vasnprintf.c: Remove trailing blanks.
21996
21997 2003-08-17  Simon Josefsson  <jas@extundo.com>
21998
21999         * modules/xstrndup: New file.
22000         * MODULES.html.sh (func_all_modules): Add xstrndup.
22001
22002 2003-08-17  Simon Josefsson  <jas@extundo.com>
22003
22004         * modules/argp: Fix autoconf macro name. Add more dependencies.
22005
22006 2003-08-17  Simon Josefsson  <jas@extundo.com>
22007
22008         * m4/xstrndup.m4: New file.
22009
22010 2003-08-17  Simon Josefsson  <jas@extundo.com>
22011
22012         * m4/argp.m4: New file.
22013
22014 2003-08-17  Simon Josefsson  <jas@extundo.com>
22015             Bruno Haible  <bruno@clisp.org>
22016
22017         * lib/xstrndup.h: New file.
22018         * lib/xstrndup.c: New file.
22019
22020 2003-08-17  Bruno Haible  <bruno@clisp.org>
22021
22022         * modules/strndup (Files, Include): Add lib/strndup.h.
22023
22024 2003-08-17  Bruno Haible  <bruno@clisp.org>
22025
22026         * modules/euidaccess (Files): Add lib/euidaccess.h.
22027
22028 2003-08-17  Bruno Haible  <bruno@clisp.org>
22029
22030         * lib/strndup.h: New file.
22031
22032 2003-08-17  Bruno Haible  <bruno@clisp.org>
22033
22034         * gnulib-tool (func_create_testdir): Handle gl_USE_SYSTEM_EXTENSIONS
22035         like AC_GNU_SOURCE.
22036         * modules/extensions (configure.ac): Comment out the invocation of
22037         gl_USE_SYSTEM_EXTENSIONS.
22038
22039 2003-08-16  Paul Eggert  <eggert@twinsun.com>
22040
22041         Merges from coreutils, etc.
22042         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Insert ':' to prevent a syntax
22043         error in gl_FUNC_MATCH.  This fixes a bug I introduced on 2003-05-28.
22044         * m4/readlink.m4 (gl_PREREQ_READLINK): Renamed from gl_PREREQ_READLINE,
22045         fixing a typo.
22046         * m4/host-os.m4 (UTILS_HOST_OS): Add GNU/NetBSD, GNU/FreeBSD.
22047         * m4/hash.m4 (gl_HASH): Use AM_STDBOOL_H, not AC_HEADER_STDBOOL.
22048
22049 2003-08-16  Paul Eggert  <eggert@twinsun.com>
22050
22051         Document merge from coreutils.
22052         * modules/alloca: Append $(ALLOCA_H) to BUILT_SOURCES.
22053         * modules/fnmatch: Append $(FNMATCH_H) to BUILT_SOURCES.
22054         * modules/utime: Add m4/utimes-null.m4.
22055
22056 2003-08-16  Paul Eggert  <eggert@twinsun.com>
22057
22058         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Do not normalize white
22059         space, undoing this 2003-08-12 change:
22060         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
22061
22062 2003-08-16  Paul Eggert  <eggert@twinsun.com>
22063
22064         * config/srclist.txt: Get regex.h, strdup.c, strtoll.c,
22065         strtoul.c from libc, undoing this 2003-08-12 change:
22066         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
22067
22068 2003-08-16  Jim Meyering  <jim@meyering.net>
22069
22070         Merges from coreutils.
22071         * m4/readdir.m4 (GL_FUNC_READDIR): Change name to have GL_ (not jm_)
22072         prefix.  Adjust cache variables similarly.  Create 500 rather than
22073         just 300 files, to exercise bug on Darwin6.5, too.
22074         * m4/perl.m4 (jm_PERL): Use $am_missing_run, not undefined
22075         $missing_dir.
22076         * m4/jm-winsz1.m4: Require AC_SYS_POSIX_TERMIOS, not
22077         AM_SYS_POSIX_TERMIOS.
22078         Reported by mkc@mathdogs.com.
22079         Also change use of $am_cv_sys_posix_termios
22080         to $ac_cv_sys_posix_termios.  Reported by Andreas Schwab.
22081         * m4/getgroups.m4 (jm_FUNC_GETGROUPS): Rewrite to use AC_FUNC_GETGROUPS
22082         and (if needed) to call AC_LIBOBJ and to set GETGROUPS_LIB.
22083         * m4/fsusage.m4 [__GLIBC__]: GNU libc's statvfs stats each mount point
22084         in /proc/mounts until it finds one with matching device number.  This
22085         is unnecessary when the FILE argument *is* a mount point.  No stat call
22086         is necessary in that case.  So, disable the statvfs-testing code on
22087         systems with GNU libc.  Reported by Andrei Gaponenko via Tim Waugh
22088         as RedHat bug# 84846.
22089         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
22090         to 1MB, so as not to render systems with no stack size limit (e.g.,
22091         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
22092         Include <unistd.h>.  On some systems,
22093         it is required for the definition of _SC_PAGESIZE.
22094
22095 2003-08-16  Jim Meyering  <jim@meyering.net>
22096
22097         Merge from coreutils.
22098         * lib/xstrtoimax.c: #else #if -> #elif.
22099         * lib/xstrtoumax.c: Likewise.
22100
22101 2003-08-16  Jim Meyering  <jim@meyering.net>
22102
22103         * m4/utimes.m4 (gl_FUNC_UTIMES): New file.
22104         * m4/utimes.m4: Removed.
22105         * m4/utimes-null.m4: Renamed from utimes.m4.
22106
22107         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
22108         to 1MB, so as not to render systems with no stack size limit (e.g.,
22109         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
22110         Include <unistd.h>.  On some systems,
22111         it is required for the definition of _SC_PAGESIZE.
22112
22113 2003-08-16  Jim Meyering  <jim@meyering.net>
22114         and Paul Eggert  <eggert@cs.ucla.edu>
22115
22116         Merges from coreutils, etc.
22117
22118         * m4/jm-macros.m4 (AC_LANG_SOURCE(C)): New macro, undefine, then define
22119         using the latest version from cvs.  This avoids problems with #line
22120         directives using a vendor (Sun) compiler.
22121         (jm_MACROS): Bump prerequisite from 2.52g to 2.57.
22122         Don't set GETGROUPS_LIB here; now it's
22123         done via getgroups.m4's wrapper function.
22124         AC_SUBST OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, and MAN here,
22125         rather than just in sh-util/configure.in, so that the
22126         now-shared-by-fileutils-and-textutils lib/Makefile.am are all the
22127         same.
22128         Use AC_CONFIG_LIBOBJ_DIR(lib) to tell the new
22129         AC_FUNC_GETLOADAVG where to find getloadavg.c.
22130         Require AC_FUNC_FTW, gt_INTTYPES_PRI, gl_CLOCK_TIME,
22131         UTILS_SYS_OPEN_MAX, GL_FUNC_GETCWD_PATH_MAX, GL_FUNC_READDIR,
22132         gl_FSUSAGE, gl_MOUNTLIST, AC_FUNC_CANONICALIZE_FILE_NAME.
22133         Remove code that is now done by the newly-required macros.
22134         Append $(EXEEXT) to DF_PROG.
22135         AC_LIBOBJ fchdir-stub if fchdir doesn't exist; similarly for fchown.
22136         Do not invoke or require the following here,
22137         since prereq.m4 or some gnulib .m4 now does this for us:
22138         gl_REGEX, UTILS_FUNC_MKDIR_TRAILING_SLASH, jm_BISON, gl_FUNC_MKTIME,
22139         jm_FUNC_LSTAT, jm_FUNC_STAT, jm_FUNC_REALLOC, jm_FUNC_MALLOC,
22140         jm_FUNC_NANOSLEEP, jm_FUNC_READDIR, jm_FUNC_MEMCMP,
22141         jm_FUNC_GLIBC_UNLOCKED_IO, AC_FUNC_FNMATCH_GNU, jm_FUNC_PUTENV,
22142         jm_AC_PREREQ_XSTRTOUMAX, jm_AC_PREREQ_XSTRTOIMAX,
22143         AC_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, AC_FUNC_VPRINTF,
22144         vb_FUNC_RENAME, UTILS_FUNC_MKSTEP, jm_FUNC_UTIME, AM_FUNC_GETLINE,
22145         AC_FUNC_OBSTACK.
22146         Do not replace the following functions, as this is now the job
22147         of some gnulib .m4: strcasecmp, strncasecmp, dup2, gethostname,
22148         getusershell, sig2str, strcspn, stpcpy, strstr, strtol, strtoul
22149         strpbrk, euidaccess, memcmp, rmdir, rpmatch, strndup, strverscmp,
22150         atexit getpass, strdup, getpagesize.
22151         Replace 'raise'.
22152         Do not check for the following functions, as this is now the job
22153         of some gnulib .m4: bcopy, canonicalize_file_name, fchdir, ftime,
22154         getcwd, getmntinfo, resolvepath.  But check for sysctl, setreuid,
22155         setregid.
22156         (jm_CHECK_ALL_HEADERS): Do not check for fenv.h.
22157         Check for sys/sysctl.h.
22158         (jm_CHECK_ALL_TYPES): Do not require AC_STRUCT_TM, AC_STRUCT_TIMEZONE,
22159         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Invoke gt_TYPE_SSIZE_T instead
22160         of checking for ssize_t ourselves.
22161
22162         * m4/prereq.m4 (jm_PREREQ): Don't invoke macros; AC_REQUIRE them.
22163         Require every macro that gnulib/modules/* suggests for us.
22164         (jm_PREREQ_ADDEXT): New macro.
22165         (jm_PREREQ_STAT): Check for 'struct statfs' on Ultrix 4.4.
22166         Require jm_AC_TYPE_LONG_LONG instead of invoking it.
22167
22168         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): New macro.
22169         (gl_PHYSMEM): Use it.
22170         Also check for `table' function.
22171         Check for new headers and functions.
22172         Add check for sys/sysmp.h.
22173         With suggestions from Kaveh Ghazi.
22174         Ignore headers that are present but cannot be compiled.  This
22175         avoids spurious warnings on Solaris 9 sparc with Forte Developer 7
22176         C 5.4.
22177
22178 2003-08-15  Paul Eggert  <eggert@twinsun.com>
22179
22180         Document merge from coreutils.
22181         * modules/userspec: Depend on posixver.
22182         * modules/strftime: Depend on tzset.
22183
22184 2003-08-15  Paul Eggert  <eggert@twinsun.com>
22185
22186         * lib/config.charset, ref-add.sin, ref-del.sin: Use three spaces,
22187         rather than tab, after '#' in shell-script copyright notices.
22188         Suggested by Bruno Haible.
22189
22190 2003-08-15  Paul Eggert  <eggert@twinsun.com>
22191
22192         * config/srclist-update: Use three spaces, rather than tab, after '#'
22193         in shell-script copyright notices.  Suggested by Bruno Haible.
22194         Remove unnecessary parenthesization in regular expression.
22195
22196 2003-08-15  Jim Meyering  <jim@meyering.net>
22197
22198         Merge from coreutils.
22199         * lib/xgethostname.c: Include <stdlib.h>.
22200         (xghostname): Don't exit for anything other than memory-related
22201         failure; just return NULL.
22202         * lib/userspec.c: Include "posixver.h".
22203         (parse_user_spec): Accept `.' as a separator only
22204         in pre-POSIX-200112 mode.
22205         * lib/strtoimax.c: Use #elif rather than #else #if.
22206         * lib/strftime.c (my_strftime) [!_LIBC && HAVE_TZNAME && HAVE_TZSET]:
22207         Remove function, now that we can rely on a working tzset function.
22208         [!_LIBC]: Ensure that the required autoconf test has been run.
22209         [!defined _NL_CURRENT && HAVE_STRFTIME]:
22210         Use underlying_strftime for %r.
22211         * lib/sha.c: Merge in some clean-up and optimization changes from
22212         glibc.
22213         * lib/sha.c (sha_stream) [BLOCKSIZE]: Move definition to top of file.
22214         Ensure that it is a multiple of 64.
22215         Rearrange loop exit tests so as to avoid performing an
22216         additional fread after encountering an error or EOF.
22217         * lib/realloc.c: Update copyright date.
22218
22219 2003-08-15  Jim Meyering  <jim@meyering.net>
22220         and Paul Eggert  <eggert@twinsun.com>
22221
22222         Merge from coreutils.
22223         * lib/readutmp.h (HAVE_UTMPX_H): Undef if struct utmp has the ut_exit
22224         member but strut utmpx does not.  Needed for AIX 4.3.3.
22225         (UT_EXIT_E_TERMINATION, UT_EXIT_E_EXIT): Define.
22226
22227 2003-08-15  Jim Meyering  <jim@meyering.net>
22228         and Paul Eggert  <eggert@cs.ucla.edu>
22229
22230         Merges from coreutils, etc.
22231         * m4/strftime.m4 (_jm_STRFTIME_PREREQS):
22232         Require gl_FUNC_TZSET_CLOBBER.
22233         * m4/readutmp.m4 (gl_READUTMP): Check for ut_exit.ut_exit,
22234         ut_exit.e_exit, ut_exit.ut_termination, and ut_exit.e_termination
22235         members.
22236
22237 2003-08-14  Paul Eggert  <eggert@twinsun.com>
22238
22239         Help the merge from coreutils.
22240         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): New macro.
22241         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use it.
22242         * m4/tzset.m4: Use it too.
22243
22244 2003-08-14  Paul Eggert  <eggert@twinsun.com>
22245
22246         * modules/tzset: New file.
22247
22248 2003-08-14  Jim Meyering  <jim@meyering.net>
22249
22250         Merges from coreutils.
22251         * modules/fnmatch: Use the `$(FNMATCH_H)' notation for AC_REPLACED
22252         variable names, rather than @FNMATCH_H@.
22253         * modules/alloca: Likewise for $(ALLOCA_H).
22254
22255         * modules/fnmatch (fnmatch.h): Use `$@' in the commands, in place of
22256         the three copies of the literal target, `fnmatch.h'.
22257         * modules/alloca (alloca.h): Likewise.
22258
22259 2003-08-14  Jim Meyering  <jim@meyering.net>
22260
22261         Merge from coreutils.
22262         * m4/tzset.m4: New file.
22263         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Move the
22264         MOUNTED_VMOUNT test to precede the MOUNTED_GETMNTENT1 tests, since
22265         otherwise, AIX 5.1 systems would end up using the latter.
22266         MOUNTED_GETMNTENT1 support is inadequate on such systems: 1) detecting
22267         whether a file system is remote doesn't work  2) the MOUNTED_VMOUNT
22268         code reports the HOSTNAME:/MOUNT_POINT, while the MOUNTED_GETMNTENT1
22269         code reports merely /MOUNT_POINT.  Reported by Mike Jetzer.
22270
22271 2003-08-14  Jim Meyering  <jim@meyering.net>
22272
22273         Merge from coreutils.
22274         * lib/obstack.h: Whitespace changes.
22275         * lib/mountlist.c: Remove anachronistic casts of xmalloc, xrealloc,
22276         and xcalloc return values.
22277         (read_filesystem_list) [MOUNTED_GETFSSTAT]:
22278         Use MNT_NOWAIT, rather than MNT_WAIT.  Otherwise, `df DIR' could
22279         hang on OSF/1 5.1 for DIR on both local and remote file systems.
22280         Reported by (and fix confirmed by) Nelson H. F. Beebe.
22281         (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
22282         error from mntctl.
22283         Use mntctl's return value to drive the entry-processing loop, since
22284         we can't rely on the value of the vmt_length member in the last
22285         entry.  On some systems doing so could result in exhausting
22286         virtual memory.  Based in part on a patch from Mike Jetzer.
22287
22288 2003-08-14  Jim Meyering  <jim@meyering.net>
22289         and Paul Eggert  <eggert@twinsun.com>
22290
22291         Merges from coreutils, plus other fixes.
22292         * lib/physmem.c: Merge in portability changes from gcc/libiberty
22293         to support AIX, IRIX, Tru64, and Windows.  See the ChangeLog there
22294         for credits and details.  Thanks to Kaveh Ghazi for helping
22295         to keep these files in sync.
22296         (ARRAY_SIZE): Define it.
22297         (physmem_total, physmem_available): Add comments. From Kaveh Ghazi.
22298         * lib/memcasecmp.c: Remove unnecessary parentheses after 'defined'.
22299         (memcasecmp): Don't assume size_t fits in unsigned int.
22300         Remove casts and duplicate code.
22301         * lib/md5.c: Include <string.h> and <stdlib.h> unconditionally.
22302         (memcpy): Remove definition.
22303         Merge in some clean-up and optimization changes from glibc.
22304         [BLOCKSIZE]: Move definition to top of file.
22305         Ensure that it is a multiple of 64.
22306         Rearrange loop exit tests so as to avoid performing an
22307         additional fread after encountering an error or EOF.
22308         * lib/md5.h (md5_uintptr): Define.
22309         * lib/makepath.c (CLEANUP_CWD): Report an error if we failed to
22310         return to the initial working directory.  Preserve errno
22311         for caller.
22312         * lib/idcache.c: Include "xalloc.h".
22313         (xmalloc, xrealloc): Remove decls.
22314         (getuser): Remove casts no longer required in C89.
22315         * lib/human.c: Include stdio.h, for sprintf.
22316         * lib/group-member.c: Include "xalloc.h".
22317         (xmalloc, xrealloc): Remove decls.
22318         (get_group_info): Remove casts no longer required in C89.
22319         * lib/getusershell.c (readname): Remove casts no longer required in
22320         C89.
22321         * lib/gettimeofday.c (rpl_gmtime, rpl_tzset): New functions.
22322         * lib/getline.c: Whitespace fix, from coreutils.
22323
22324 2003-08-13  Paul Eggert  <eggert@twinsun.com>
22325
22326         * m4/exclude.m4 (gl_EXCLUDE): Require AC_C_INLINE, AC_HEADER_STDC.
22327         Check for isascii.
22328
22329         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
22330         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
22331         Undo previous (whitespace-only) change.
22332
22333 2003-08-13  Paul Eggert  <eggert@twinsun.com>
22334
22335         * lib/exclude.c: Include <ctype.h>
22336         (IN_CTYPE_DOMAIN): New macro.
22337         (is_space): New fn.
22338         (add_exclude_file): If LINE_END is a space, ignore trailing spaces
22339         and empty lines.
22340
22341         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
22342         Undo previous (whitespace-only) change.
22343
22344 2003-08-13  Paul Eggert  <eggert@twinsun.com>
22345
22346         * config/srclist-update: Change update back to the old behavior,
22347         leaving whitespace alone.  Use one 'sed' command rather than a
22348         pipeline.
22349         (fixlicense): Now a variable, not a function.
22350         (remove_trailing_blanks): Remove.
22351         (fixfile): Don't invoke unexpand or cat, or remove trailing blanks.
22352         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
22353         Undo previous (whitespace-only) change.
22354
22355 2003-08-12  Paul Eggert  <eggert@twinsun.com>
22356
22357         Merge from coreutils.
22358         * modules/euidaccess: Add lib_SOURCES, include for new
22359         file euidaccess.h
22360
22361 2003-08-12  Paul Eggert  <eggert@twinsun.com>
22362
22363         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
22364         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
22365         Normalize leading white space and remove trailing white space.
22366
22367         Merge from coreutils
22368         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): Check for euidaccess decl.
22369
22370         * m4/lib-ld.m4, lib-link.m4, lib-prefix.m4: Regenerate from gettext
22371         0.12.1.  These files are now being upgraded automatically by
22372         ../config/srclist-update.
22373
22374 2003-08-12  Paul Eggert  <eggert@twinsun.com>
22375
22376         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
22377         Normalize leading white space and remove trailing white space.
22378         * lib/ref-add.sin, ref-del.sin: Use '#' before empty line in copyright
22379         notice, as per ../config/srclist-update.
22380
22381         Merge from coreutils.
22382         * lib/euidaccess.h: New file.
22383         * lib/euidaccess.c: Include it.
22384         * lib/.cppi-disable: Add printf-args.h, printf-parse.h, stdbool_.h,
22385         vasnprintf.h, vasprintf.h.  Remove strdup.c, gettext.h.
22386         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Normalize white space.
22387
22388 2003-08-12  Paul Eggert  <eggert@twinsun.com>
22389
22390         * config/srclist-update: Add copyright notice.
22391         (remove_id_lines, remove_trailing_blanks): New constants.
22392         (fixfile): Use them to normalize spacing a bit in copied files.
22393         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
22394         Normalize leading white space and remove trailing white space.
22395
22396         * config/texinfo.tex: Sync with texinfo.
22397
22398         * config/srclist.txt: Don't get regex.h, strdup.c, strtoll.c,
22399         strtoul.c from libc, to merge coreutils whitespace changes.
22400
22401         * config/srclist.txt: Get the following m4 files from gettext:
22402         codeset.m4, gettext.m4, glibc21.m4, iconv.m4, intdiv0.m4,
22403         inttypes-pri.m4, lcmessage.m4, lib-ld.m4, lib-link.m4, lib-prefix.m4,
22404         longdouble.m4, nls.m4, po.m4, progtest.m4, signed.m4, wchar_t.m4,
22405         wint_t.m4.
22406
22407 2003-08-12  Karl Berry  <karl@gnu.org>
22408
22409         * config/srclist.txt: can't sync vasnprintf.c any more, changes have
22410         been made.
22411
22412 2003-08-11  Paul Eggert  <eggert@twinsun.com>
22413
22414         * modules/gnu-source, m4/gnu-source.m4:
22415         Remove; we're assuming Autoconf 2.54 or later now.
22416         Suggested by Bruno Haible.
22417         * MODULES.html.sh (func_all_modules): Remove gnu-source.
22418
22419 2003-08-11  Bruno Haible  <bruno@clisp.org>
22420
22421         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Also check for wcslen.
22422
22423 2003-08-11  Bruno Haible  <bruno@clisp.org>
22424
22425         * lib/vasnprintf.c (local_wcslen): New function, for Solaris 2.5.1.
22426         (vasnprintf): Use it instead of wcslen.
22427
22428 2003-08-11  Bruno Haible  <bruno@clisp.org>
22429
22430         * lib/stdbool_.h (_Bool): Undo last change; instead use a negative enum
22431         value to ensure that _Bool promotes to int. Use #define for _Bool when
22432         using the Solaris C compiler. Adds comments suggested by Paul Eggert.
22433
22434 2003-08-10  Karl Berry  <karl@gnu.org>
22435
22436         * lib/regex.h: update from libc (whitespace fix).
22437
22438 2003-08-09  Paul Eggert  <eggert@twinsun.com>
22439
22440         Merge some files from coreutils.  These changes were
22441         originally made by Jim Meyering.
22442         * lib/acl.c: Include <sys/types.h> before <sys/stat.h>;
22443         many older Unixes require this.
22444         * lib/alloca.c (alloca): Remove cast to argument of free;
22445         no longer needed in C89.
22446         * lib/alloca_.h, regex.h: Fix white space to match
22447         what GNU indent does.
22448
22449 2003-08-09  Paul Eggert  <eggert@twinsun.com>
22450
22451         * m4/regex.m4 (jm_INCLUDED_REGEX): Change "\201" to "\371";
22452         apparently Emacs's Unicode mode got confused before my 2003-08-05
22453         checkin.
22454
22455 2003-08-08  Paul Eggert  <eggert@twinsun.com>
22456
22457         * m4/extensions.m4: New file.
22458         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC):
22459         Require gl_USE_SYSTEM_EXTENSIONS.
22460         * m4/unlocked-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO):
22461         Require gl_USE_SYSTEM_EXTENSIONS rather than AC_GNU_SOURCE.
22462
22463 2003-08-08  Paul Eggert  <eggert@twinsun.com>
22464
22465         * MODULES.html.sh (func_all_modules): Add extensions, gnu-source.
22466         * modules/extensions, modules/gnu-source: New files.
22467         * modules/timespec, modules/unlocked-io: Depend on extensions.
22468
22469 2003-08-07  Paul Eggert  <eggert@twinsun.com>
22470
22471         * modules/restrict: New file.
22472         * MODULES.html.sh (func_all_modules): Add restrict.
22473         * modules/regex: Depend on restrict.
22474
22475 2003-08-07  Paul Eggert  <eggert@twinsun.com>
22476
22477         * m4/restrict.m4: New file.
22478         * m4/regex.m4 (jm_PREREQ_REGEX): Add gl_C_RESTRICT.
22479
22480 2003-08-07  Bruno Haible  <bruno@clisp.org>
22481
22482         * modules/getndelim2 (Makefile.am): Add the files to EXTRA_DIST, not
22483         lib_SOURCES, because getndelim2.m4 now uses AC_LIBOBJ(getndelim2).
22484
22485 2003-08-07  Bruno Haible  <bruno@clisp.org>
22486
22487         * m4/getndelim2.m4 (gl_GETNDELIM2): Use AC_LIBOBJ(getndelim2). This
22488         makes the module 'getndelim2' compatible with the module 'getline'.
22489
22490 2003-08-05  Paul Eggert  <eggert@twinsun.com>
22491
22492         * m4/regex.m4 (jm_INCLUDED_REGEX): Replace a single non-ASCII
22493         byte with "\201" to avoid glitches when editing that source file
22494         with multi-gnome-terminal.
22495
22496 2003-08-05  Paul Eggert  <eggert@twinsun.com>
22497
22498         * lib/bumpalloc.h: Remove.
22499
22500 2003-08-05  Paul Eggert  <eggert@twinsun.com>
22501
22502         * MODULES.html.sh (func_all_modules): Remove bumpalloc.
22503         * modules/bumpalloc: Remove.
22504
22505 2003-08-04  Paul Eggert  <eggert@twinsun.com>
22506
22507         * lib/getloadavg.c: Change copyright notice and spacing to conform to
22508         GNU coding style.
22509
22510         Merge from coreutils.
22511         * lib/error.c [!USE_IN_LIBIO]: Omit this case; assume USE_IN_LIBIO is
22512         1. From glibc.
22513         * lib/getdate.y (date): Also accept dates like May-23-2003; suggestion
22514         from Karl Berry, implemented by Jim Meyering.
22515         * lib/getgroups.c: Include "xalloc.h" instead of declaring xalloc fns;
22516         from Dmitry V. Levin.
22517         Remove anachronistic cast of xrealloc.
22518         * lib/fnmatch_.h (__const): Remove.  Use 'const'.
22519         * lib/fnmatch_loop.c (NEW_PATTERN): Cast alloca return value to proper
22520         type. Otherwise, it wouldn't compile with at least /bin/cc on
22521         ymp-cray-unicos9.0.2.X.
22522         Combine two mostly-identical uses of alloca into one.
22523         Thanks to the Cray-Cyber project for access to a Cray Y-MP.
22524
22525 2003-08-04  Dave Love  <d.love@dl.ac.uk>
22526
22527         [From Emacs.]
22528
22529         * lib/getloadavg.c: Check `__unix' as well as `unix'.  Use #ifdef, not
22530         #if.  Check HAVE_LIBKSTAT as well as LOAD_AVE_TYPE.  Check
22531         F_SETFD, not FD_SETFD.  Use HAVE_STRUCT_NLIST_N_UN_N_NAME, not
22532         obsolete NLIST_NAME_UNION.
22533         [__GNU__]: Undef BSD and FSCALE.
22534         [!NLIST_STRUCT]: Remove conditional definition of NLIST_STRUCT.
22535
22536 2003-08-03  Paul Eggert  <eggert@twinsun.com>
22537
22538         * lib/stdbool_.h (_Bool): Make it signed char, instead of
22539         an enum type, so that it's guaranteed to promote to int.  See:
22540         <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00124.html>
22541
22542 2003-08-03  Karl Berry  <karl@gnu.org>
22543
22544         * config/depcomp: update from automake.
22545
22546 2003-07-31  Paul Eggert  <eggert@twinsun.com>
22547
22548         * lib/strerror.c: Include config.h, limits.h.  Declare sprintf.
22549         (strerror): Don't assume that a printable int fits in 14 bytes.
22550
22551 2003-07-31  Bruno Haible  <bruno@clisp.org>
22552
22553         * modules/getpass-gnu: New file.
22554         * MODULES.html.sh (func_all_modules): Add getpass-gnu.
22555
22556 2003-07-31  Bruno Haible  <bruno@clisp.org>
22557
22558         * m4/getpass.m4 (gl_FUNC_GETPASS_GNU): New macro.
22559
22560 2003-07-24  Karl Berry  <karl@gnu.org>
22561
22562         * config/missing: update from automake.
22563
22564 2003-07-24  Derek Robert Price  <derek@ximbiot.com>
22565             Bruno Haible  <bruno@clisp.org>
22566
22567         * lib/getline.h (getline, getdelim): Change return type to ssize_t.
22568         * lib/getline.c (getline, getdelim): Likewise.
22569         Remove _GNU_SOURCE define; now it's defined in config.h through
22570         m4/getline.m4.
22571
22572 2003-07-23  Karl Berry  <karl@gnu.org>
22573
22574         * config/config.sub: update from prep.
22575
22576 2003-07-22  Paul Eggert  <eggert@twinsun.com>
22577
22578         * modules/xalloc (Depends-on): Add exitfail.
22579         * modules/xmemcoll: Likewise.
22580
22581 2003-07-22  Paul Eggert  <eggert@twinsun.com>
22582
22583         * lib/xalloc.h (XCALLOC, XREALLOC, CCLONE): Fix under- and
22584         over-parenthesization in macros.
22585
22586         Sync with coreutils.
22587
22588         * lib/xalloc.h (XMALLOC, XCALLOC, XREALLOC): Remove casts not
22589         required by C99.
22590
22591         Use `exit_failure' for xalloc and xmemcoll instead of their own
22592         private exit-failure variables.
22593         * lib/xalloc.h (xalloc_exit_failure): Remove.
22594         * lib/xmalloc.c: Likewise.  Include exitfail.h.
22595         (xalloc_die): Use exit_failure instead of xalloc_exit_failure.
22596         * lib/xmemcoll.h (xmemcoll_exit_failure): Remove.
22597         * lib/xmemcoll.c: Likewise.  Include exitfail.h.
22598         (xmemcoll): Use exit_failure instead of xalloc_exit_failure.
22599
22600 2003-07-20  Jim Meyering  <jim@meyering.net>
22601
22602         * modules/closeout (Depends-on): Add exitfail.
22603         Suggestion from Bruno Haible.
22604
22605 2003-07-19  Karl Berry  <karl@gnu.org>
22606
22607         * config/config.sub: update from prep.
22608
22609 2003-07-18  Paul Eggert  <eggert@twinsun.com>
22610
22611         * lib/closeout.h (close_stdout_set_status, close_stdout_status):
22612         Remove.
22613         * lib/closeout.c: Likewise.  Include "closeout.h" right after config.h,
22614         to test that it can stand by itself.  Include "exitfail.h".
22615         Clients should set exit_failure instead.
22616         (EXIT_FAILURE): Remove; no longer needed.  Do not include <stdlib.h>.
22617
22618 2003-07-18  Bruno Haible  <bruno@clisp.org>
22619
22620         * modules/getndelim2: New file.
22621         * modules/getline: Share files with module getndelim2.
22622         * modules/getnline: Depend on getndelim2 instead of sharing files with
22623         it. Add getnline.c to lib_SOURCES.
22624         * MODULES.html.sh (func_all_modules): Add getndelim2.
22625
22626 2003-07-18  Bruno Haible  <bruno@clisp.org>
22627
22628         * m4/getndelim2.m4: New file.
22629         * m4/getline.m4 (AM_FUNC_GETLINE): Add AC_LIBOBJ of getndelim2.c and
22630         invoke gl_PREREQ_GETNDELIM2.
22631         (gl_PREREQ_GETLINE): Drop AC_HEADER_STDC, now done by
22632         gl_PREREQ_GETNDELIM2.
22633         * m4/getnline.m4 (gl_GETNLINE): Drop AC_HEADER_STDC, now done by
22634         gl_GETNDELIM2.
22635
22636 2003-07-18  Bruno Haible  <bruno@clisp.org>
22637
22638         * lib/getndelim2.h: New file.
22639         * lib/getndelim2.c: Make into a module of its own. Include config.h,
22640         getndelim2.h.
22641         (getndelim2): Make non-static. Change return type to ssize_t.
22642         * lib/getline.h: Change argument names.
22643         * lib/getline.c: Include getndelim2.h instead of getndelim2.c.
22644         * lib/getnline.c: Include getndelim2.h.
22645
22646 2003-07-18  Andreas Schwab  <schwab@suse.de>
22647
22648         * lib/memcoll.c (memcoll) [!HAVE_STRCOLL]: Clear errno.
22649
22650 2003-07-17  Karl Berry  <karl@gnu.org>
22651
22652         * config/config.sub: update from prep.
22653
22654 2003-07-17  Bruno Haible  <bruno@clisp.org>
22655
22656         * modules/getnline: New file.
22657         * modules/getline: Add lib/getndelim2.c to source file list.
22658         * MODULES.html.sh (func_all_modules): Add getnline.
22659
22660 2003-07-17  Bruno Haible  <bruno@clisp.org>
22661
22662         * m4/getnline.m4: New file.
22663
22664 2003-07-17  Bruno Haible  <bruno@clisp.org>
22665
22666         * m4/Makefile.am.in: Remove file.
22667         * m4/Makefile.am: Remove file.
22668         * m4/Makefile.in: Remove file.
22669
22670 2003-07-17  Bruno Haible  <bruno@clisp.org>
22671
22672         * lib/getnline.h: New file.
22673         * lib/getnline.c: New file.
22674         * lib/getndelim2.c: New file, extracted from getline.c.
22675         (getndelim2): Renamed from getdelim2, with added nmax argument.
22676         * lib/getline.c: Include getndelim2.c.
22677         (getdelim2): Moved out to getndelim2.c.
22678         (getline, getdelim): Update.
22679
22680 2003-07-17  Bruno Haible  <bruno@clisp.org>
22681
22682         * lib/Makefile.am: Remove file.
22683         * lib/Makefile.in: Remove file.
22684
22685 2003-07-17  Bruno Haible  <bruno@clisp.org>
22686
22687         * configure.in: Remove file.
22688         * Makefile.in: Remove file.
22689
22690 2003-07-17  Bruno Haible  <bruno@clisp.org>
22691
22692         * MODULES.html.sh: Put the </BODY> right before </HTML>.
22693
22694 2003-07-16  Karl Berry  <karl@gnu.org>
22695
22696         * config/srclist-update: was running fixlicense twice, which caused
22697                 texinfo.tex to be nullified for some reason.  Simplify,
22698                 $gplsrc is no longer needed as far as I can see?
22699
22700 2003-07-16  Jim Meyering  <jim@meyering.net>
22701
22702         * modules/save-cwd: Depend on xgetcwd.  From Derek Price.
22703
22704 2003-07-15  Paul Eggert  <eggert@twinsun.com>
22705
22706         * config/srclist.txt: Get the following files from gettext-runtime/intl
22707         instead: config.charset, localcharset.c, localcharset.h, ref-add.sin,
22708         ref-del.sin.  From Bruno Haible.
22709         * config/srclist-update (fixfile): Change grep pattern again, since the
22710         previous fix didn't work (there was another trailing $).  Use
22711         '[$]' to escape the $s.
22712
22713 2003-07-15  Karl Berry  <karl@gnu.org>
22714
22715         * lib/vasnprintf.c: update from gettext.
22716
22717 2003-07-15  Karl Berry  <karl@gnu.org>
22718
22719         * config/srclist-update (fixfile): Change grep pattern, since 'Id'
22720         gets expanded when surrounded by '$'.
22721
22722 2003-07-15  Jim Meyering  <jim@meyering.net>
22723
22724         * modules/save-cwd: Don't depend on error.  From Derek Price.
22725
22726 2003-07-15  Jim Meyering  <jim@meyering.net>
22727
22728         * lib/makepath.c (make_path): Enclose diagnostic in _(...).
22729
22730 2003-07-14  Simon Josefsson  <jas@extundo.com>
22731
22732         * modules/mempcpy: New file.
22733         * MODULES.html.sh (func_all_modules): Add mempcpy.
22734
22735 2003-07-14  Simon Josefsson  <jas@extundo.com>
22736
22737         * m4/mempcpy.m4: New file.
22738
22739 2003-07-14  Simon Josefsson  <jas@extundo.com>
22740
22741         * lib/mempcpy.h: New file.
22742         * lib/mempcpy.c: New file.
22743
22744 2003-07-14  Paul Eggert  <eggert@twinsun.com>
22745
22746         * modules/getdate, modules/posixtm: Depend on mktime.
22747
22748 2003-07-14  Paul Eggert  <eggert@twinsun.com>
22749
22750         * lib/ceill.c, expl.c, floorl.c, frexpl.c, ldexpl.c, mathl.h,
22751         sincosl.c, sqrtl.c, trigl.c, trigl.h, poll.c, poll_.h, mkstemp.c,
22752         unicodeio.c, unicodeio.h, unlocked-io.h:
22753         Switch from LGPL to GPL.
22754
22755 2003-07-14  Paul Eggert  <eggert@twinsun.com>
22756
22757         * lib/asnprintf.c, asprintf.c, config.charset, gettext.h,
22758         localcharset.c, localcharset.h, mkdtemp.c, printf-args.c,
22759         printf-args.h, printf-parse.c, printf-parse.h, ref-add.sin,
22760         ref-del.sin, setenv.c, unsetenv.c, vasnprintf.c, vasnprintf.h,
22761         vasprintf.c, vasprintf.h: Regenerate.  These files are now being
22762         updated automatically by ../config/srclist-update.  This changes
22763         their license from LPGL to GPL.
22764
22765 2003-07-14  Paul Eggert  <eggert@twinsun.com>
22766
22767         * config/srclist.txt: Add tons more gettext files.  $GETTEXT is now
22768         assumed to refer to the root of the most recent stable gettext version.
22769         * config/srclistvars.sh: Add defaults for eggert.
22770         * config/srclist-update: Convert LGPL to GPL in shell scripts, too.
22771         Match "This program" as well as "The program".  This is needed
22772         for gettext.
22773
22774 2003-07-14  Jim Meyering  <jim@meyering.net>
22775
22776         Don't emit diagnostics.  Let callers do that.
22777         * lib/save-cwd.c: Don't include "error.h".
22778         (save_cwd): Don't call error.  Ensure that errno is valid
22779         when returning nonzero.
22780
22781         * lib/save-cwd.h (restore_cwd): Update prototype.
22782         * lib/save-cwd.c (restore_cwd): Remove two parameters.
22783         Simplify.  Don't call error upon failure.  Let callers do that.
22784         (save_cwd): Mention that Irix 5.3 has the same problem as SunOS 4
22785         when auditing is enabled.  But don't bother updating the #if.
22786
22787 2003-07-11  Alexandre Duret-Lutz  <adl@gnu.org>
22788
22789         * lib/obstack.h (__INT_TO_PTR): Revert change of 2003-03-13;
22790         it breaks C++ compilation.
22791         [!__GNUC__ || !__STDC__] (obstack_finish): Cast result to void*.
22792
22793 2003-07-10  Simon Josefsson  <jas@extundo.com>
22794
22795         * modules/strchrnul (Makefile.am): Add strchrnul.h.
22796
22797 2003-07-10  Jim Meyering  <jim@meyering.net>
22798
22799         * m4/clock_time.m4: Remove trailing blank.
22800         * m4/intmax_t.m4: Likewise.
22801
22802 2003-07-10  Jim Meyering  <jim@meyering.net>
22803
22804         * lib/vasnprintf.c: Remove trailing blanks.
22805         Make cpp indentation consistent.
22806
22807 2003-07-09  Paul Eggert  <eggert@twinsun.com>
22808
22809         * lib/alloca_.h, euidaccess.c, getpass.c, memrchr.c, obstack.h,
22810         posixver.c, strftime.c, strnlen.c, strverscmp.c:
22811         Switch from LGPL to GPL.
22812
22813 2003-07-09  Paul Eggert  <eggert@twinsun.com>
22814
22815         * config/srclist.txt: Sort sublists.  Add
22816         $LIBCSRC/sysdeps/generic/strtoul.c. In comments, add more libc files
22817         that differ from gnulib for one reason or another; we'd like this list
22818         to be smaller but for now let's document what we have.
22819
22820 2003-07-08  Paul Eggert  <eggert@twinsun.com>
22821
22822         * config/srclist-update: Port to POSIX 1003.1-2001 hosts by avoiding
22823         the use of GNU extensions.  Change "x=`eval echo $x`" to the shorter
22824         and sweeter "eval x=$x".
22825         * config/srclist.txt: Get lib/argp* from glibc.
22826
22827 2003-07-07  Paul Eggert  <eggert@twinsun.com>
22828
22829         * lib/mktime.c: Fix some boundary cases and remove need for floating
22830         point.
22831
22832         Issue a compile-time diagnostic if time_t is floating point, or if
22833         two's complement arithmetic is not in effect, or if arithmetic
22834         right shift does not propagate the sign.  These assumptions were
22835         all in the original code but they weren't checked.
22836
22837         (TIME_T_MIDPOINT, verify): New macros.
22838         (__isleap): Remove; it has integer overflow problems.
22839         (leapyear): New function, without those problems.
22840         (ydhms_tm_diff): Remove; splitting into two parts.
22841         (ydhms_diff): New function, containing the arithmetic part of
22842         the old ydhms_tm_diff function.  Issue a compile-time
22843         diagnostic if we are not using C99 integer division.
22844         Avoid casts when possible.
22845         (guess_time_tm): New function, containing the checking part of
22846         the old ydhms_tm_diff function.  Return the new value, rather than
22847         the difference between it and the old.  Accept a new argument T
22848         so that *T specifies the old value.  Check for overflow in the result.
22849
22850         (__mktime_internal): Use a time_t offset, not a long int offset.
22851         This undoes the 2003-06-04 change, which is no longer needed now
22852         that we have better overflow checking.
22853         (localtime_offset): Likewise.
22854
22855         (__mktime_internal): Avoid harmful overflow on hosts where time_t
22856         and long are 64-bit but int is only 32-bit.
22857         (ydhms_diff): Use long int to store year1 and yday1.
22858         Issue a compile-time diagnostic if long int is not wide enough.
22859
22860         (__mktime_internal): Use long int to store adjusted year and yday.
22861         Use plain C rather than preprocessor commands, if that doesn't
22862         affect efficiency.
22863         Check for overflow (and try to repair) after each probe
22864         rather than checking only at the very end.  This avoids some bugs
22865         (e.g., southern hemisphere, behind GMT, and GMT offset at minimum time
22866         does not equal GMT offset at maximum time).
22867         Use integer to check for overflow rather than floating point; this
22868         is more portable to non-IEEE hosts, and is a tad faster.
22869         When we detect that we are oscillating between two values,
22870         don't check whether tm_isdst has the requested value, since
22871         we already know the answer.  When tm_isdst has the wrong value,
22872         use a different heuristic to find the right one, based on the
22873         extreme values actually observed in practice in tz2003a,
22874         rather than the (overly optimistic) "previous 3 calendar quarters".
22875
22876         (not_equal_tm, print_tm, check_result): Use "const T" rather than
22877         "T const" to accommodate glibc style.
22878         (check_result): Use less-confusing report format.  "long" -> "long int.
22879         (main): Likewise.
22880         Don't loop if the iteration overflows time_t.
22881         Allow a negative step in the iteration.
22882
22883 2003-07-06  Karl Berry  <karl@gnu.org>
22884
22885         * config/depcomp: update from automake.
22886         * config/config.sub: update from prep.
22887
22888 2003-07-03  Karl Berry  <karl@gnu.org>
22889
22890         * config/config.guess: update from prep.
22891
22892 2003-07-01  Paul Eggert  <eggert@twinsun.com>
22893
22894         * m4/xreadlink.m4 (gl_XREADLINK): Don't check for sys/types.h, since
22895         xreadlink.c now includes it unconditionally.
22896
22897 2003-07-01  Paul Eggert  <eggert@twinsun.com>
22898
22899         * lib/xreadlink.c: Include <sys/types.h> unconditionally, instead of
22900         having it depend on HAVE_SYS_TYPES_H.
22901
22902 2003-07-01  Bruno Haible  <bruno@clisp.org>
22903
22904         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Don't include <unistd.h>.
22905         <sys/types.h> should be sufficient.
22906         Reported by Paul Eggert.
22907
22908 2003-06-26  Karl Berry  <karl@gnu.org>
22909
22910         * config/depcomp: update from automake.
22911
22912 2003-06-26  Bruno Haible  <bruno@clisp.org>
22913
22914         * modules/human: Depend on module stdbool.
22915
22916 2003-06-25  Bruno Haible  <bruno@clisp.org>
22917
22918         * modules/readlink: New file.
22919         * modules/xreadlink: Depend on it.
22920         * MODULES.html.sh (func_all_modules): Add readlink.
22921
22922 2003-06-25  Bruno Haible  <bruno@clisp.org>
22923
22924         * m4/readlink.m4: New file.
22925
22926 2003-06-25  Bruno Haible  <bruno@clisp.org>
22927
22928         * lib/readlink.c: New file.
22929
22930 2003-06-22  Karl Berry  <karl@gnu.org>
22931
22932         * config/srclist.txt: update mkinstalldirs from automake.
22933         * config/mkinstalldirs: update.
22934
22935 2003-06-22  Bruno Haible  <bruno@clisp.org>
22936
22937         Portability to mingw32.
22938         * m4/ssize_t.m4: New file, from GNU gettext.
22939         * m4/safe-read.m4 (gl_PREREQ_SAFE_READ): Require gt_TYPE_SSIZE_T.
22940         * m4/xreadlink.m4 (gl_XREADLINK): Require gt_TYPE_SSIZE_T.
22941
22942 2003-06-22  Bruno Haible  <bruno@clisp.org>
22943
22944         * modules/safe-read: Add m4/ssize_t.m4.
22945         * modules/xreadlink: Add m4/ssize_t.m4.
22946
22947 2003-06-20  Bruno Haible  <bruno@clisp.org>
22948
22949         Assume C89, so PARAMS isn't needed.
22950         * lib/unicodeio.h (PARAMS): Remove.
22951         * lib/unicodeio.c: Don't use PARAMS.
22952
22953 2003-06-18  Karl Berry  <karl@gnu.org>
22954
22955         * config/config.{guess,sub}: update from prep.
22956
22957 2003-06-18  Jim Meyering  <jim@meyering.net>
22958
22959         Merge changes from coreutils.
22960         * lib/readutmp.c: Include <string.h> and <stdlib.h> unconditionally.
22961         Remove explicit declarations of xmalloc and realloc.
22962         Include xalloc.h.
22963         (read_utmp): Remove anachronistic cast of xmalloc.
22964
22965 2003-06-17  Paul Eggert  <eggert@twinsun.com>
22966
22967         Assume C89, so PARAMS isn't needed.
22968         * lib/backupfile.h (PARAMS): Remove.  All uses removed.
22969         * lib/closeout.h, lib/dirname.h, lib/filemode.h, lib/fsusage.h,
22970         lib/getdate.h, lib/getline.h, lib/group-member.h, lib/hard-locale.h,
22971         lib/hash.h, lib/linebuffer.h, lib/long-options.h, lib/makepath.h,
22972         lib/memcasecmp.h, lib/memcoll.h, lib/modechange.h, lib/mountlist.h,
22973         lib/path-concat.h, lib/physmem.h, lib/posixtm.h, lib/quote.h,
22974         lib/readutmp.h, lib/same.h, lib/save-cwd.h, lib/savedir.h,
22975         lib/stdio-safer.h, lib/strtoimax.c, lib/strverscmp.h,
22976         lib/unistd-safer.h, lib/version-etc.h, lib/xalloc.h, lib/xreadlink.h,
22977         lib/xstrtod.h, lib/xstrtol.h: Likewise.
22978         * lib/filemode.h, lib/hard-locale.h, lib/memcoll.h, lib/modechange.h,
22979         lib/physmem.h, lib/same.h, lib/strverscmp.h: Do not include config.h;
22980         no longer needed. Anyway, config.h should always be included before any
22981         other file.
22982
22983 2003-06-11  Simon Josefsson  <jas@extundo.com>
22984
22985         * modules/sysexits: New file.
22986         * MODULES.html.sh (func_all_modules): Add sysexits.
22987
22988 2003-06-11  Simon Josefsson  <jas@extundo.com>
22989
22990         * lib/sysexit_.h: New file.
22991
22992 2003-06-11  Derek Price  <derek@ximbiot.com>
22993
22994         * lib/stat.c [LSTAT]: Compile/use slash_aware_lstat only if it is
22995         necessary.
22996
22997 2003-06-11  Bruno Haible  <bruno@clisp.org>
22998
22999         * m4/sysexits.m4: New file.
23000
23001 2003-06-10  Simon Josefsson  <jas@extundo.com>
23002
23003         * lib/argp.h: New file, from glibc.
23004         * lib/argp-ba.c: New file, from glibc.
23005         * lib/argp-eexst.c: New file, from glibc.
23006         * lib/argp-fmtstream.c: New file, from glibc.
23007         * lib/argp-fmtstream.h: New file, from glibc.
23008         * lib/argp-fs-xinl.c: New file, from glibc.
23009         * lib/argp-help.c: New file, from glibc.
23010         * lib/argp-namefrob.h: New file, from glibc.
23011         * lib/argp-parse.c: New file, from glibc.
23012         * lib/argp-pv.c: New file, from glibc.
23013         * lib/argp-pvh.c: New file, from glibc.
23014         * lib/argp-xinl.c: New file, from glibc.
23015
23016 2003-06-10  Simon Josefsson  <jas@extundo.com>
23017
23018         * modules/strchrnul: New file.
23019
23020 2003-06-10  Simon Josefsson  <jas@extundo.com>
23021
23022         * modules/argp: New file.
23023
23024 2003-06-10  Simon Josefsson  <jas@extundo.com>
23025
23026         * m4/strchrnul.m4: New file.
23027
23028 2003-06-10  Simon Josefsson  <jas@extundo.com>
23029
23030         * lib/strchrnul.h: New file.
23031         * lib/strchrnul.c: New file.
23032
23033 2003-06-10  Bruno Haible  <bruno@clisp.org>
23034
23035         * MODULES.html.sh (func_all_modules): Add strchrnul and argp.
23036
23037 2003-06-07  Karl Berry  <karl@gnu.org>
23038
23039         * config/config.{guess,sub}: update from prep.
23040
23041 2003-06-07  Jim Meyering  <jim@meyering.net>
23042
23043         * modules/strtod: Use $(...) notation, not @...@ for
23044         AC_REPLACE'd variables.
23045         * modules/localcharset: Likewise.
23046
23047 2003-06-07  Jim Meyering  <jim@meyering.net>
23048
23049         * lib/readtokens.h: Put `Free Software Foundation, Inc.'
23050         in place of my name in the copyright comment.
23051         Remove definition and uses of __P.
23052
23053         From coreutils.
23054         * lib/stat.c: Don't declare xmalloc explicitly.
23055         Instead, include "xalloc.h".
23056         * lib/readtokens.c (readtokens): Remove anachronistic casts of xmalloc,
23057         xrealloc, and xcalloc return values.
23058         * lib/xgetcwd.c (xgetcwd): Include "xgetcwd.h".
23059         Improve comment.
23060         * lib/xgetcwd.h: Remove definition/uses of PARAMS.
23061
23062 2003-06-07  Bruno Haible  <bruno@clisp.org>
23063
23064         * modules/poll (Makefile.am): Use explicit creation rule for poll.h, to
23065         avoid AC_CONFIG_LINKS.
23066         * modules/fnmatch (Makefile.am): Use explicit creation rule for
23067         fnmatch.h, to avoid AC_CONFIG_LINKS.
23068         * modules/alloca (Makefile.am): Make creation of alloca.h Ctrl-C safe.
23069
23070 2003-06-07  Bruno Haible  <bruno@clisp.org>
23071
23072         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH, gl_FUNC_FNMATCH_POSIX,
23073         gl_FUNC_FNMATCH_GNU): Set FNMATCH_H instead of invoking
23074         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
23075         directory.
23076         * m4/poll.m4 (gl_FUNC_POLL): Set POLL_H instead of invoking
23077         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
23078         directory.
23079
23080 2003-06-06  Jim Meyering  <jim@meyering.net>
23081
23082         Merge from coreutils.
23083         * lib/same.c: (same_name): Declare *_basename locals to be `const'.
23084         Consolidate declarations and initializations of *_base* locals.
23085
23086         Merge from coreutils.
23087         This avoids a core dump on systems without GNU putenv,
23088         when running `env -u SOME_ALREADY_UNSET_VARIABLE'.
23089         * lib/putenv.c (__set_errno, LOCK, UNLOCK): Define.
23090         (unsetenv): New static function, from GNU libc.
23091         (rpl_putenv): Use it.
23092
23093         * lib/modechange.c: Remove trailing blanks.
23094
23095         Merge from coreutils.
23096         * lib/fsusage.c: Remove declaration of statfs.
23097         It conflicted with one from OSF/1 5.1 in <sys/mount.h>.
23098
23099         * lib/posixtm.c: Include <stdbool.h> unconditionally.
23100
23101 2003-06-06  Jim Meyering  <jim@meyering.net>
23102
23103         * lib/stdbool_.h: Renamed from stdbool.h.in.
23104
23105 2003-06-06  Jim Meyering  <jim@meyering.net>
23106             Bruno Haible  <bruno@clisp.org>
23107
23108         * modules/stdbool: Reflect renaming: stdbool.h.in -> stdbool_.h.
23109         Adjust Makefile.am snippet not to redirect directly to target.
23110         Use $(STDBOOL_H) notation, not @STDBOOL_H@ for AC_REPLACE'd variables.
23111
23112 2003-06-05  Paul Eggert  <eggert@twinsun.com>
23113
23114         * lib/mktime.c (__mktime_internal): When resolving a tm_isdst
23115         mismatch, look in future quarters as well as past.  This fixes a
23116         bug when processing fall-backwards gaps immediately after a long
23117         period of daylight-saving time.
23118
23119         * lib/mktime.c: Assume freestanding C89 or better.
23120         (HAVE_LIMITS_H): Remove.  Assume it's 1.
23121         (__P): Remove; not used.
23122         (CHAR_BIT, INT_MIN, INT_MAX): Remove; <limits.h> defines them.
23123         (mktime, not_equal_tm, print_tm, check_result,
23124         main): Use prototypes.  Use const * where appropriate.
23125         (main): Fix typo in testing code that uncovered by above changes.
23126         (Local Variables): Remove -DHAVE_LIMITS_H from compile-command.
23127
23128 2003-06-04  Paul Eggert  <eggert@twinsun.com>
23129
23130         * m4/human.m4 (gl_HUMAN): Require AM_STDBOOL_H.  Check for
23131         locale.h, localeconv.  This merges changes from coreutils.
23132
23133         * m4/mktime.m4 (AC_FUNC_MKTIME): New macro, taken from Autoconf CVS.
23134         It can be removed after the next Autoconf is released.
23135         * m4/exclude.m4 (gl_EXCLUDE): Don't check for sys/types.h; no loner
23136         needed.
23137
23138 2003-06-04  Paul Eggert  <eggert@twinsun.com>
23139
23140         * lib/mktime.c: Fix Debian bug 177940
23141         <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=177940>.
23142         (localtime_offset): Now long int, not time_t, because we want it
23143         to be guaranteed to be signed.  All uses changed.
23144         (__mktime_internal): If overflow would occur when adding offset,
23145         don't add it.
23146
23147         Merge 'human' changes from coreutils.  Rewrite to support
23148         locale-specific notations like thousands separators.
23149         * lib/human.c: Simplify authorship notice.
23150         Include human.h immediately after config.h.
23151         <sys/types.h>, <stdio.h>: Do not include; no longer needed.
23152         <limits.h>: Do not include, since human.h does.
23153         (SIZE_MAX, UINTMAX_MAX): New macros.
23154         <strings.h>: Include if HAVE_STRINGS_H, not if !HAVE_STRING_H.
23155         <locale.h>: Include if HAVE_LOCALE_H and HAVE_LOCALECONV.
23156         (HUMAN_READABLE_SUFFIX_LENGTH_MAX): New macro.
23157         (power_letter): Renamed from suffixes.
23158         (generate_suffix_backwards): Remove.
23159         (adjust_value): Now takes int style (because of human.h changes)
23160         and long double value (for greater precision on some platforms).
23161         (group_number): New function.
23162         (human_readable): Use it.  Use integer options, not enum.
23163         Put the options before the sizes in the arg list.
23164         Support all the new options.
23165         The old human_readable function has been removed;
23166         use inttostr.h instead.
23167         (human_readable, default_block_size, humblock):
23168         Use uintmax_t, not int, for block sizes.
23169         (human_readable_inexact, block_size_types): Remove.
23170         (block_size_opts): New constant.
23171         (human_options): Renamed from human_block_size, with new signature
23172         that allows block sizes up to UINTMAX_MAX.  All callers changed.
23173         * lib/human.h: Add copyright and authorship notice.
23174         Include <limits.h> and <stdbool.h> unconditionally.
23175         (PARAMS): Remove.  All uses removed.
23176         (LONGEST_HUMAN_READABLE): Add support for thousands separator.
23177         (enum human_inexact_style): Remove tag; now a nameless enum.
23178         (human_floor, human_ceiling, human_round_to_even): Now have
23179         values 2, 0, 1 rather than -1, 1, 0.
23180         (human_group_digits, human_suppress_point_zero, human_autoscale,
23181         human_base_1024, human_SI, human_B): New constants.
23182         (human_readable_inexact, human_block_size): Remove.
23183         (human_readable): Size args are now uintmax_t, not int.
23184         (human_options): New decl.
23185
23186         * lib/exclude.c: (new_exclude, add_exclude): Remove casts that are
23187         unnecessary now that we assume C89 or better.  This change
23188         imported from coreutils.
23189
23190         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
23191         arbitrarily.  This is the same patch as 2003-05-28, but it got lost
23192         in the 2003-05-30 sync from glibc.
23193
23194         .h files should stand alone, but we shouldn't include <sys/types.h>
23195         if we can get away with just <stddef.h>.
23196
23197         * lib/__fpending.h, addext.c, backupfile.c, exclude.c, getline.c,
23198         malloc.c, putenv.c, realloc.c, strcasecmp.c: Include <stddef.h>
23199         rather than <sys/types.h>, as we merely need size_t.
23200         * lib/dirname.h, memcoll.h, xalloc.h, xmemcoll.h: Include <stddef.h>,
23201         to get size_t.
23202         * lib/hash.h, linebuffer.h, readtokens.h, stdio-safer.h, version-etc.h:
23203         Include <stdio.h>, to get FILE.
23204         * lib/memcasecmp.c: Don't include <sys/types.h>, as we can assume
23205         memcasecmp.h has included <stddef.h> and all we need is size_t.
23206         * lib/memcoll.c: Include "memcoll.h", which gets us size_t and checks
23207         our interface, instead of including <sys/types.h>
23208
23209 2003-06-04  Paul Eggert  <eggert@twinsun.com>
23210
23211         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): Comment out for
23212         now, as glibc mktime is buggy on non-glibc systems.
23213
23214 2003-06-03  Karl Berry  <karl@gnu.org>
23215
23216         * config/config.sub: update from prep.
23217
23218 2003-06-02  Paul Eggert  <eggert@twinsun.com>
23219
23220         [from coreutils]
23221         Fix some minor time-related bugs with POSIX time arguments.
23222         Some valid time stamps were being rejected (notably -1, and
23223         time stamps before 1900 on 64-bit hosts).  And some invalid
23224         time stamps were being accepted, e.g. September 31.
23225
23226         * lib/posixtm.h (posixtime): Return bool instead of time_t, so
23227         that we can return (time_t) -1 successfully.
23228         * lib/posixtm.c: Likewise.
23229         [HAVE_STDBOOL_H]: Include <stdbool.h>.
23230         (bool, false, true) [!HAVE_STDBOOL_H]: New type.
23231         (t): Remove static var.
23232         (year, posix_time_parse): Now takes struct tm * arg to modify, instead
23233         of static var.  All uses changed.
23234         (year): Do not reject years before 1900; they can occur with
23235         64-bit time_t.
23236         (posix_time_parse): Do not check for out-of-range components;
23237         that is now the caller's responsibility, since our checks were
23238         only approximations.
23239         (posixtime): Use mktime to check for out-of-range components,
23240         since it knows them exactly.
23241         If mktime returns (time_t) -1, check whether an error actually occurred
23242         by invoking localtime on -1.
23243         (main) [TEST_POSIXTIME]: Check for input data errors, and report
23244         posixtime failures better.
23245         Improve the test data (in comments only).
23246
23247 2003-06-02  Karl Berry  <karl@gnu.org>
23248
23249         * config/mkinstalldirs (version): new variable.
23250         (--version): new option.
23251         (usage): improve message.
23252
23253 2003-05-30  Karl Berry  <karl@gnu.org>
23254
23255         * lib/mktime.c: update from libc.
23256
23257 2003-05-30  Bruno Haible  <bruno@clisp.org>
23258
23259         * modules/gettext: Add files m4/nls.m4 and m4/po.m4.
23260         * config/config.rpath: Upgrade to gettext-0.12.1.
23261
23262 2003-05-30  Bruno Haible  <bruno@clisp.org>
23263
23264         * m4/gettext.m4: Upgrade to gettext-0.12.1.
23265         * m4/nls.m4: New file, from gettext-0.12.1.
23266         * m4/po.m4: New file, from gettext-0.12.1.
23267         * m4/progtest.m4: Upgrade to gettext-0.12.1.
23268
23269 2003-05-30  Bruno Haible  <bruno@clisp.org>
23270
23271         * lib/config.charset: Upgrade to gettext-0.12.1 and libiconv-1.9.1.
23272         * lib/localcharset.h: Likewise.
23273         * lib/localcharset.c: Likewise.
23274
23275 2003-05-29  Karl Berry  <karl@gnu.org>
23276
23277         * config/config.rpath: update from gettext.
23278
23279 2003-05-28  Paul Eggert  <eggert@twinsun.com>
23280
23281         Assume the headers required for C89 freestanding compilers.
23282         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for limits.h.
23283         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Likewise.
23284         * m4/human.m4 (gl_HUMAN): Likewise.
23285         * m4/pathmax.m4 (gl_PATHMAX): Likewise.
23286         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Likewise.
23287         * m4/userspec.m4 (gl_USERSPEC): Likewise.
23288         * m4/xreadlink.m4 (gl_XREADLINK): Likewise.
23289         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
23290         * m4/quote.m4 (gl_QUOTE): Don't check for stddef.h.
23291
23292 2003-05-28  Paul Eggert  <eggert@twinsun.com>
23293
23294         Assume the headers required for C89 freestanding compilers.
23295         * lib/addext.c, lib/backupfile.c, lib/fsusage.c, lib/human.c,
23296         lib/pathmax.h, lib/rpmatch.c, lib/userspec.c, lib/xreadlink.c,
23297         lib/xstrtol.c: Include <limits.h> without checking for HAVE_LIMITS_H.
23298         * lib/backupfile.c, lib/fsusage.c, lib/hash.c, lib/human.c,
23299         lib/safe-read.c, lib/userspec.c, lib/xstrtol.c (CHAR_BIT): Don't
23300         define, since <limits.h> is guaranteed to do that.
23301         * lib/fatal.c: Include <stdarg.h> without checking for __STDC__.
23302         * lib/exclude.c: Include <stdbool.h> unconditionally.
23303         * lib/tempname.c: Include <stddef.h> unconditionally.
23304         * lib/hash.c: Include <limits.h>, since we no longer define CHAR_BIT.
23305         * lib/modechange.c, rpmatch.c (NULL): Don't define, since
23306         <stddef.h> does that.
23307         * lib/quote.c: Dont include <stddef.h> or <sys/types.h>; not needed.
23308         * lib/safe-read.c (INT_MAX): Don't define, since <limits.h> does that.
23309         * lib/safe-read.c (TYPE_MINIMUM, TYPE_MAXIMUM): Remove; no longer
23310         needed.
23311         * lib/xstrtol.c: Likewise.
23312         * lib/safe-read.c: Remove TYPE_SIGNED; no longer needed.
23313         * lib/savedir.c: Include <stddef.h> instead of defining NULL.
23314
23315         * lib/addext.c (addext): Use assignment rather than cast, to avoid
23316         warnings on some platforms.
23317
23318         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
23319         arbitrarily.
23320
23321 2003-05-26  Jim Meyering  <jim@meyering.net>
23322
23323         Merge in a change from coreutils:
23324         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Test the cache variable, not one
23325         that is guaranteed to be `no'.  Use `no_such_member' to indicate
23326         that condition, rather than `-1' which is slightly misleading.
23327         Change the name of the cache variable to have the gl_ prefix.
23328         Prompted by a patch from Richard Dawe for DJGPP.
23329
23330 2003-05-24  Karl Berry  <karl@gnu.org>
23331
23332         * config/config.guess: update from prep.
23333
23334 2003-05-22  Karl Berry  <karl@gnu.org>
23335
23336         * gnulib-tool (func_usage): =LIBRARY not =libRARY in help msg.
23337
23338 2003-05-20  Karl Berry  <karl@gnu.org>
23339
23340         * config/config.guess: update from prep.
23341
23342 2003-05-18  Karl Berry  <karl@gnu.org>
23343
23344         * config/srclistvars.sh (TEXMF): use TEXMFROOT instead, since TEXMF
23345         might actually be set by the user.
23346
23347         * config/depcomp, install-sh, mdate-sh: update from automake.
23348
23349 2003-05-17  Bruno Haible  <bruno@clisp.org>
23350
23351         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Fix a quoting bug leading to an
23352         invalid expansion for AC_EGREP_CPP.
23353         * m4/strtoimax.m4 (gl_FUNC_STRTOIMAX): Likewise.
23354         * m4/strtoumax.m4 (gl_FUNC_STRTOUMAX): Likewise.
23355         Suggested by Akim Demaille <akim@epita.fr> in
23356         http://mail.gnu.org/archive/html/bug-autoconf/2003-05/threads.html
23357
23358 2003-05-12  Jim Meyering  <jim@meyering.net>
23359
23360         * lib/strftime.c (my_strftime): Let the `-' (no-pad) flag affect
23361         the space-padded-by-default conversion specifiers, %e, %k, %l.
23362
23363 2003-05-12  Bruno Haible  <bruno@clisp.org>
23364
23365         * lib/linebreak.c (iconv_string_length): Don't return -1 just because
23366         the string is longer than 4 KB.
23367
23368 2003-05-11  Karl Berry  <karl@gnu.org>
23369
23370         * config/config.{guess,sub}: update from prep.
23371
23372 2003-05-09  Bruno Haible  <bruno@clisp.org>
23373
23374         * modules/error: Add m4/strerror_r.m4 to file list.
23375
23376 2003-05-03  Bruno Haible  <bruno@clisp.org>
23377
23378         Upgrade to Unicode-4.0.
23379         * lib/linebreak.c (nonspacing_table_data): Change width of U+00AD,
23380         U+0350..U+0357, U+035D..U+035F, U+0600..U+0603, U+0610..U+0615,
23381         U+0656..U+0658, U+0A01, U+0AE2..U+0AE3, U+0CBC, U+17B4..U+17B5,
23382         U+17DD, U+1920..U+1922, U+1927..U+192B, U+1932, U+1939..U+193B
23383         from 1 to 0. Change width of U+0CBF, U+0CC6, U+180E from 0 to 1.
23384         (uc_width): Change width of U+4DC0..U+4DFF from 2 to 1. Change width
23385         of U+2A6D7..U+2F7FF, U+2FA1E..U+2FFFD, U+30000..U+3FFFD from 1 to 2.
23386         Change width of U+E0100..U+E01EF from 1 to 0.
23387
23388 2003-04-25  Jim Meyering  <jim@meyering.net>
23389
23390         * lib/copy-file.c (copy_file_preserving): Declare buf_size to be
23391         of type size_t, not int.
23392
23393 2003-04-25  Bruno Haible  <bruno@clisp.org>
23394
23395         * lib/copy-file.c: Include <stddef.h>, for size_t.
23396
23397 2003-04-21  Paul Eggert  <eggert@twinsun.com>
23398
23399         * m4/error.m4 (gl_ERROR): Do not put under dynamic conditions some
23400         code which expansion is under static control.  Patch imported from
23401         Akim Demaille's patch to Bison; see
23402         <http://mail.gnu.org/archive/html/bison-patches/2003-03/msg00057.html>.
23403
23404 2003-04-14  Bruno Haible  <bruno@clisp.org>
23405
23406         * m4/error.m4 (jm_PREREQ_ERROR): Use AC_FUNC_VPRINTF.
23407
23408 2003-04-11  Jim Meyering  <jim@meyering.net>
23409
23410         Merge changes from Coreutils.
23411
23412         2003-03-22  Jim Meyering  <jim@meyering.net>
23413
23414         * lib/strftime.c (widen): Cast alloca return value to proper type.
23415
23416         2003-01-19  Ulrich Drepper  <drepper@redhat.com>
23417
23418         From GNU libc.
23419         * lib/strftime.c (my_strftime): Handle very large width
23420         specifications for numeric values correctly.  Improve checks for
23421         overflow.
23422
23423         2003-01-19  Jim Meyering  <jim@meyering.net>
23424
23425         * lib/strftime.c (widen) [COMPILE_WIDE]: Merge nearly-identical
23426         definitions.
23427         (nl_get_alt_digit) [! defined my_strftime]: Define.
23428         (my_strftime) [_NL_CURRENT]: Merge nearly-identical uses of
23429         _nl_get_alt_digit and _nl_get_walt_digit.
23430
23431         * lib/strftime.c (my_strftime): Merge in locale-related changes from
23432         libc. These changes have no effect outside of _LIBC.
23433
23434 2003-04-10  Bruno Haible  <bruno@clisp.org>
23435
23436         * modules/findprog: New file.
23437         * MODULES.html.sh (func_all_modules): Add it.
23438
23439 2003-04-10  Bruno Haible  <bruno@clisp.org>
23440
23441         * m4/findprog.m4: New file.
23442         * m4/eaccess.m4: New file.
23443
23444 2003-04-10  Bruno Haible  <bruno@clisp.org>
23445
23446         * lib/findprog.h: New file, from GNU gettext.
23447         * lib/findprog.c: New file, from GNU gettext.
23448
23449 2003-04-05  Jim Meyering  <jim@meyering.net>
23450
23451         Merge changes from Coreutils.
23452
23453         * lib/exclude.h (PARAMS): Remove definition and uses.
23454         * lib/exclude.c: Remove uses of `PARAMS'.
23455
23456         * lib/dirname.c [TEST_DIRNAME]: Update build instructions for test.
23457         Add test-cases for DOS filenames. Declare program_name.
23458         (main): Set up program_name.  Patch by Rich Dawe.
23459
23460         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
23461         error from mntctl.
23462         Use mntctl's return value to drive the entry-processing loop, since
23463         we can't rely on the value of the vmt_length member in the last
23464         entry.  On some systems doing so could result in exhausting
23465         virtual memory.  Based in part on a patch from Mike Jetzer.
23466
23467 2003-04-04  Bruno Haible  <bruno@clisp.org>
23468
23469         * modules/linebreak: New file.
23470         * MODULES.html.sh (func_all_modules): Add it.
23471
23472 2003-04-04  Bruno Haible  <bruno@clisp.org>
23473
23474         * m4/linebreak.m4: New file.
23475
23476 2003-04-04  Bruno Haible  <bruno@clisp.org>
23477
23478         * lib/linebreak.h: New file, from GNU gettext.
23479         * lib/linebreak.c: New file, from GNU gettext with slight
23480         modifications.
23481         * lib/lbrkprop.h: New file, from GNU gettext.
23482
23483 2003-04-03  Bruno Haible  <bruno@clisp.org>
23484
23485         * modules/utf8-ucs4: New file.
23486         * modules/utf16-ucs4: New file.
23487         * modules/ucs4-utf8: New file.
23488         * modules/ucs4-utf16: New file.
23489         * MODULES.html.sh (func_all_modules): Add them.
23490
23491 2003-04-03  Bruno Haible  <bruno@clisp.org>
23492
23493         * m4/utf-ucs4.m4: New file.
23494         * m4/ucs4-utf.m4: New file.
23495
23496 2003-04-03  Bruno Haible  <bruno@clisp.org>
23497
23498         * lib/utf8-ucs4.h: New file, from GNU gettext.
23499         * lib/utf16-ucs4.h: New file, from GNU gettext.
23500         * lib/ucs4-utf8.h: New file, from GNU gettext.
23501         * lib/ucs4-utf16.h: New file, from GNU gettext.
23502
23503 2003-04-02  Bruno Haible  <bruno@clisp.org>
23504
23505         * modules/binary-io: New file.
23506         * MODULES.html.sh (func_all_modules): Add it.
23507
23508 2003-04-02  Bruno Haible  <bruno@clisp.org>
23509
23510         * lib/binary-io.h: New file, from GNU gettext.
23511
23512 2003-04-01  Bruno Haible  <bruno@clisp.org>
23513
23514         * modules/pathname: New file.
23515         * MODULES.html.sh (func_all_modules): Add it.
23516
23517 2003-04-01  Bruno Haible  <bruno@clisp.org>
23518
23519         * lib/pathname.h: New file, from GNU gettext.
23520         * lib/concatpath.c: New file, from GNU gettext.
23521
23522 2003-03-30  Bruno Haible  <bruno@clisp.org>
23523
23524         * m4/copy-file.m4 (gl_COPY_FILE): Add check for chown().
23525
23526 2003-03-30  Bruno Haible  <bruno@clisp.org>
23527
23528         * lib/copy-file.c (copy_file_preserving): Don't set owner if the
23529         function chown() doesn't exist.
23530
23531 2003-03-28  Bruno Haible  <bruno@clisp.org>
23532
23533         * modules/copy-file: New file.
23534         * MODULES.html.sh (func_all_modules): Add it.
23535
23536 2003-03-28  Bruno Haible  <bruno@clisp.org>
23537
23538         * m4/copy-file.m4: New file.
23539
23540 2003-03-28  Bruno Haible  <bruno@clisp.org>
23541
23542         * lib/copy-file.h: New file, from GNU gettext.
23543         * lib/copy-file.c: New file, from GNU gettext.
23544
23545 2003-03-18  Jim Meyering  <jim@meyering.net>
23546
23547         * lib/quote.c (quote_n): Fix typo in comment.
23548
23549 2003-03-18  Bruno Haible  <bruno@clisp.org>
23550
23551         * m4/onceonly.m4: Use m4_defn instead of defn, for better error
23552         checking.
23553         * m4/onceonly_2_57.m4: Likewise.
23554
23555 2003-03-17  Bruno Haible  <bruno@clisp.org>
23556
23557         * m4/onceonly.m4: Require autoconf 2.54 or newer.
23558         (m4_quote): Remove macro.
23559         * m4/onceonly_2_57.m4: Require autoconf 2.54 or newer.
23560
23561 2003-03-14  Jim Meyering  <jim@meyering.net>
23562
23563         Merge changes from Coreutils.
23564         * lib/obstack.h (obstack_object_size): Declare temporary, __o,
23565         to be const, in order to avoid warnings.
23566         (obstack_room): Likewise.
23567         (obstack_empty_p): Likewise.
23568
23569 2003-03-14  Bruno Haible  <bruno@clisp.org>
23570
23571         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE,
23572         AC_CHECK_DECLS_ONCE): Quote AC_FOREACH variable-expansions properly.
23573
23574 2003-03-13  Paul Eggert  <eggert@twinsun.com>
23575
23576         Merge changes from Bison.
23577         * lib/obstack.h: (__INT_TO_PTR) [__STDC__]: Cast result to
23578         (void *) to avoid diagnostic with native c89 on SGI IRIX 6.5
23579         when compiling Bison 1.875's `bitset bset = obstack_alloc
23580         (bobstack, bytes);'.  Problem reported by Nelson H. F. Beebe.
23581         * lib/hash.c: Include <stdbool.h> unconditionally.
23582
23583 2003-03-13  Paul Eggert  <eggert@twinsun.com>
23584
23585         * m4/onceonly.m4 (m4_quote): New macro.
23586         (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE, AC_CHECK_DECLS_ONCE):
23587         Quote AC_FOREACH variable-expansions properly.
23588
23589 2003-03-13  Paul Eggert  <eggert@twinsun.com>
23590
23591         * doc/COPYING.DOC, fdl.texi: Sync with latest FSF version.
23592
23593 2003-03-09  Paul Eggert  <eggert@twinsun.com>
23594
23595         * lib/argmatch.c (EXIT_FAILURE): Define if the system doesn't.
23596         Reported by Bruce Becker; see:
23597         http://mail.gnu.org/archive/html/bug-bison/2003-03/msg00017.html
23598
23599 2003-03-03  Paul Eggert  <eggert@twinsun.com>
23600             Bruno Haible  <bruno@clisp.org>
23601
23602         * lib/mbswidth.h: Include <wchar.h>. Needed for UnixWare 7.1.1.
23603         Reported by John Hughes, see
23604         http://mail.gnu.org/archive/html/bug-bison/2003-02/msg00030.html
23605
23606 2003-02-20  Bruno Haible  <bruno@clisp.org>
23607
23608         * MODULES.html.sh (func_all_modules): Add poll.
23609
23610 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
23611
23612         * modules/poll: New file.
23613
23614 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
23615
23616         * lib/poll_.h: New file.
23617         * lib/poll.c: New file.
23618
23619 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
23620
23621         * m4/poll.m4: New file.
23622
23623 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
23624
23625         * modules/mathl: New file.
23626
23627 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
23628
23629         * lib/mathl.h: New file.
23630         * lib/acosl.c: New file.
23631         * lib/asinl.c: New file.
23632         * lib/atanl.c: New file.
23633         * lib/ceill.c: New file.
23634         * lib/cosl.c: New file.
23635         * lib/expl.c: New file.
23636         * lib/floorl.c: New file.
23637         * lib/frexpl.c: New file.
23638         * lib/ldexpl.c: New file.
23639         * lib/logl.c: New file.
23640         * lib/sincosl.c: New file.
23641         * lib/sinl.c: New file.
23642         * lib/sqrtl.c: New file.
23643         * lib/tanl.c: New file.
23644         * lib/trigl.c: New file.
23645         * lib/trigl.h: New file.
23646
23647 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
23648
23649         * m4/mathl.m4: New file.
23650
23651 2003-02-18  Bruno Haible  <bruno@clisp.org>
23652
23653         * MODULES.html.sh (func_all_modules): Add mathl.
23654
23655 2003-02-17  Bruno Haible  <bruno@clisp.org>
23656
23657         * modules/mkdtemp: New module.
23658         * MODULES.html.sh (func_all_modules): Add it.
23659
23660 2003-02-17  Bruno Haible  <bruno@clisp.org>
23661
23662         * m4/mkdtemp.m4: New file, from GNU gettext with modifications.
23663
23664 2003-02-17  Bruno Haible  <bruno@clisp.org>
23665
23666         * lib/mkdtemp.h: New file, from GNU gettext.
23667         * lib/mkdtemp.c: New file, from GNU gettext.
23668
23669 2003-02-02  Jim Meyering  <jim@meyering.net>
23670
23671         * m4/regex.m4 (jm_INCLUDED_REGEX): Detect broken re_search in
23672         e.g. glibc-2.2.93.
23673
23674 2003-01-31  Bruno Haible  <bruno@clisp.org>
23675
23676         * m4/rename.m4 (vb_FUNC_RENAME): Add a redirection from 'rename' to
23677         'rpl_rename'.
23678         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Add a redirection from 'strnlen' to
23679         'rpl_strnlen'.
23680         * m4/strtod.m4 (gl_FUNC_STRTOD): Add a redirection from 'strtod' to
23681         'rpl_strtod'.
23682         * m4/utime.m4 (jm_FUNC_UTIME): Add a redirection from 'utime' to
23683         'rpl_utime'.
23684
23685 2003-01-31  Bruno Haible  <bruno@clisp.org>
23686
23687         * lib/rename.c: #undef rename before defining rpl_rename.
23688         * lib/strnlen.c: #undef strnlen, define rpl_strnlen instead of strnlen.
23689
23690 2003-01-30  Bruno Haible  <bruno@clisp.org>
23691
23692         * modules/vasnprintf, modules/vasprintf: New modules.
23693         * MODULES.html.sh (func_all_modules): Add them.
23694
23695 2003-01-30  Bruno Haible  <bruno@clisp.org>
23696
23697         * m4/signed.m4: New file, from GNU gettext.
23698         * m4/longdouble.m4: New file, from GNU gettext.
23699         * m4/wchar_t.m4: New file, from GNU gettext.
23700         * m4/wint_t.m4: New file, from GNU gettext.
23701         * m4/vasnprintf.m4: New file.
23702         * m4/vasprintf.m4: New file.
23703
23704 2003-01-30  Bruno Haible  <bruno@clisp.org>
23705
23706         * lib/printf-args.h: New file, from GNU gettext.
23707         * lib/printf-args.c: New file, from GNU gettext.
23708         * lib/printf-parse.h: New file, from GNU gettext.
23709         * lib/printf-parse.c: New file, from GNU gettext.
23710         * lib/vasnprintf.h: New file, from GNU gettext.
23711         * lib/vasnprintf.c: New file, from GNU gettext.
23712         * lib/asnprintf.c: New file, from GNU gettext.
23713         * lib/vasprintf.h: New file, from GNU gettext with modifications.
23714         * lib/vasprintf.c: New file, from GNU gettext.
23715         * lib/asprintf.c: New file, from GNU gettext.
23716
23717 2003-01-29  Bruno Haible  <bruno@clisp.org>
23718
23719         * modules/stpncpy: New module.
23720         * MODULES.html.sh (func_all_modules): Add it.
23721
23722 2003-01-29  Bruno Haible  <bruno@clisp.org>
23723
23724         * m4/stpncpy.m4: New file.
23725
23726 2003-01-29  Bruno Haible  <bruno@clisp.org>
23727
23728         * lib/stpncpy.h: New file, from GNU gettext with modifications.
23729         * lib/stpncpy.c: New file, from GNU gettext with modifications.
23730
23731 2003-01-28  Bruno Haible  <bruno@clisp.org>
23732
23733         * modules/c-ctype: New module.
23734         * MODULES.html.sh (func_all_modules): Add it.
23735
23736 2003-01-28  Bruno Haible  <bruno@clisp.org>
23737
23738         * lib/c-ctype.h: New file, from GNU gettext, with changes suggested by
23739         Paul Eggert.
23740         * lib/c-ctype.c: New file, from GNU gettext, with changes suggested by
23741         Paul Eggert.
23742
23743 2003-01-27  Bruno Haible  <bruno@clisp.org>
23744
23745         * modules/xsetenv: New module.
23746         * MODULES.html.sh (func_all_modules): Add it.
23747
23748 2003-01-27  Bruno Haible  <bruno@clisp.org>
23749
23750         * lib/xsetenv.h: New file, from GNU gettext.
23751         * lib/xsetenv.c: New file, from GNU gettext.
23752
23753 2003-01-23  Jim Meyering  <jim@meyering.net>
23754
23755         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Correct typo: s/-1/no/ that kept this
23756         from working on systems without dirfd (at least Irix and OSF1/Tru64).
23757
23758 2003-01-23  Bruno Haible  <bruno@clisp.org>
23759
23760         * modules/minmax: New module.
23761         * MODULES.html.sh (func_all_modules): Add it.
23762
23763 2003-01-23  Bruno Haible  <bruno@clisp.org>
23764
23765         * lib/minmax.h: New file, from GNU gettext, with comments from Paul
23766         Eggert.
23767
23768 2003-01-22  Bruno Haible  <bruno@clisp.org>
23769
23770         * modules/exit: New module.
23771         * MODULES.html.sh (func_all_modules): Add it.
23772
23773 2003-01-22  Bruno Haible  <bruno@clisp.org>
23774
23775         * lib/exit.h: New file, from GNU gettext.
23776
23777 2003-01-19  Bruno Haible  <bruno@clisp.org>
23778
23779         * gnulib-tool: Recognize option --extract-maintainer.
23780         (func_get_maintainer): New function.
23781         * modules/*: Add Maintainer entry.
23782
23783 2003-01-16  Jim Meyering  <jim@meyering.net>
23784
23785         * m4/regex.m4: The `regex' struct is both input and output.
23786         Initialize it before each use.  Patch by Tim Waugh.
23787
23788 2003-01-16  Bruno Haible  <bruno@clisp.org>
23789
23790         * MODULES.html.sh: Add a table of contents. Add the module name as
23791         leftmost column. Add hyperlinks.
23792
23793 2003-01-15  Bruno Haible  <bruno@clisp.org>
23794
23795         * m4/md5.m4 (gl_MD5): Require AC_C_INLINE.
23796
23797 2003-01-15  Bruno Haible  <bruno@clisp.org>
23798
23799         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): Also test the LL suffix.
23800         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Also test the ULL
23801         suffix.
23802
23803 2003-01-15  Bruno Haible  <bruno@clisp.org>
23804
23805         * m4/alloca.m4 (gl_FUNC_ALLOCA): Invoke AC_EGREP_CPP prerequisites.
23806
23807 2003-01-15  Bruno Haible  <bruno@clisp.org>
23808
23809         * lib/stpcpy.h (stpcpy): Use ANSI C function declarations.
23810         * lib/strcase.h (strcasecmp, strncasecmp): Likewise.
23811
23812 2003-01-14  Jim Meyering  <jim@meyering.net>
23813
23814         * lib/same.c (same_name): Tweak a comment.
23815
23816 2003-01-14  Bruno Haible  <bruno@clisp.org>
23817
23818         * lib/same.c (same_name): Reorder tests so as to avoid calling stat()
23819         when a string comparison is sufficient.
23820
23821 2003-01-14  Bruno Haible  <bruno@clisp.org>
23822
23823         * lib/readtokens.c (readtoken): Cast character to 'unsigned char', not
23824         'unsigned int'.
23825
23826 2003-01-14  Bruno Haible  <bruno@clisp.org>
23827
23828         * lib/hash-pjw.c: Add comment about low quality of this function.
23829
23830 2003-01-13  Bruno Haible  <bruno@clisp.org>
23831
23832         * modules/stpcpy: Distribute lib/stpcpy.h.
23833         * modules/setenv: Depend on alloca. Distribute lib/setenv.h.
23834
23835 2003-01-13  Bruno Haible  <bruno@clisp.org>
23836
23837         * modules/*: Add a description.
23838         * modules/strpbrk: Fix Makefile.am snippet.
23839         * modules/strtoimax: Fix dependencies.
23840         * modules/strtoumax: Likewise.
23841
23842 2003-01-13  Bruno Haible  <bruno@clisp.org>
23843
23844         * gnulib-tool (func_create_testdir): Substitute lib_OBJECTS.
23845         * modules/alloca (Makefile.am): All object files depend on alloca.h.
23846         * modules/stdbool (Makefile.am): All object files depend on stdbool.h.
23847
23848 2003-01-13  Bruno Haible  <bruno@clisp.org>
23849
23850         * gnulib-tool (func_create_testdir): Store config/* files in the main
23851         directory.
23852         * config.rpath: Move to ...
23853         * config/config.rpath: ... here.
23854         * modules/gettext: Contains config/config.rpath, not config.rpath.
23855         * modules/iconv: Likewise.
23856
23857 2003-01-12  Paul Eggert  <eggert@twinsun.com>
23858
23859         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
23860         to avoid collisions with libcurses and libreadline.
23861
23862         * m4/getstr.m4: Remove.
23863         * m4/getline.m4 (gl_PREREQ_GETLINE): Require AC_HEADER_STDC.
23864
23865 2003-01-12  Paul Eggert  <eggert@twinsun.com>
23866
23867         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
23868         to avoid collisions with libcurses and libreadline.
23869
23870         * lib/Makefile.am (libfetish_a_SOURCES): Remove getstr.c, getstr.h.
23871         * lib/getstr.h, getstr.c: Remove.
23872         * lib/getline.c: Include "getline.h", to check interface.
23873         Move body of old getstr.c here: this defines MIN_CHUNK and
23874         declares getdelim2, which is renamed from getstr.
23875         (getline, getdelim): Adjust to renaming of getstr -> getdelim2.
23876
23877         * lib/linebuffer.c (readlinebuffer): Renamed from readline.
23878         All uses changed.
23879         * lib/linebuffer.h: Likewise.
23880         (readline): Remove backward-compatibility macro.
23881
23882 2003-01-12  Paul Eggert  <eggert@twinsun.com>
23883
23884         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
23885         to avoid collisions with libcurses and libreadline.
23886         * getstr: Remove.
23887         * MODULES.html.sh: Remove getstr.
23888         * modules/getline: Depend on unlocked-io, not getstr.
23889
23890 2003-01-12  Jim Meyering  <jim@meyering.net>
23891
23892         * lib/makepath.c: Don't test HAVE_ERRNO_H.  It's not necessary.
23893
23894 2003-01-10  Bruno Haible  <bruno@clisp.org>
23895
23896         * modules/alloca: Change Makefile.am requirements. Simplify Include
23897         requirements. Add lib/alloca_.h to file list.
23898
23899 2003-01-10  Bruno Haible  <bruno@clisp.org>
23900
23901         * m4/alloca.m4 (gl_FUNC_ALLOCA): Also define ALLOCA_H.
23902
23903 2003-01-10  Bruno Haible  <bruno@clisp.org>
23904
23905         * lib/alloca_.h: New file.
23906         * lib/getdate.y: Unconditionally include alloca.h.
23907         * lib/makepath.c: Likewise.
23908         * lib/setenv.c: Likewise.
23909         * lib/userspec.c: Likewise.
23910
23911 2003-01-09  Karl Berry  <karl@gnu.org>
23912
23913         * MODULES.html.sh: include `dirname $0` in PATH, to find
23914         gnulib-tool.
23915
23916 2003-01-09  Bruno Haible  <bruno@clisp.org>
23917
23918         * modules/stdbool: Change configure.ac, Makefile.am requirements.
23919         Simplify Include requirements. Add lib/stdbool.h.in to file list.
23920
23921 2003-01-09  Bruno Haible  <bruno@clisp.org>
23922
23923         * m4/stdbool.m4 (AM_STDBOOL_H): New macro.
23924
23925 2003-01-09  Bruno Haible  <bruno@clisp.org>
23926
23927         * lib/stdbool.h.in: New file.
23928
23929 2003-01-09  Bruno Haible  <bruno@clisp.org>
23930
23931         * gnulib-tool (func_all_modules): Ignore files ending in ~.
23932         * MODULES.html.sh: Likewise.
23933
23934 2003-01-08  Jim Meyering  <jim@meyering.net>
23935
23936         * lib/full-write.c: Undefine and define-away `const' after inclusion
23937         of errno.h, not before.  Suggestion from Bruno Haible.
23938
23939 2003-01-08  Bruno Haible  <bruno@clisp.org>
23940
23941         * modules/full-read: Depend on full-write.
23942
23943 2003-01-08  Bruno Haible  <bruno@clisp.org>
23944
23945         * lib/safe-read.c: Include specification header first, to ensure its
23946         selfcontainedness.
23947         * lib/full-write.c: Likewise.
23948
23949 2003-01-07  Jim Meyering  <jim@meyering.net>
23950
23951         * lib/full-write.c: Rework so that it may serve to define full_read,
23952         too.
23953         * lib/full-read.c: Simply #define FULL_READ and include full-write.c.
23954
23955 2003-01-07  Bruno Haible  <bruno@clisp.org>
23956
23957         * lib/strtoimax.c: Include <stdint.h> as an alternative to
23958         <inttypes.h>.
23959         * lib/xstrtol.h: Likewise.
23960         * lib/xstrtoimax.c: Likewise.
23961         * lib/xstrtoumax.c: Likewise.
23962         * lib/human.h: Likewise.
23963
23964         * lib/tempname.c: Include <inttypes.h> too. Avoids a compilation error
23965         on systems that have <inttypes.h> but not <stdint.h>.
23966
23967 2003-01-07  Bruno Haible  <bruno@clisp.org>
23968
23969         * MODULES.html.sh: Add copyright notice.
23970         (missed_files): Omit CVS directory entries.
23971         (func_module): Make it work with sed-3.02.
23972         * MODULES.txt: Remove file.
23973
23974 2003-01-06  Jim Meyering  <jim@meyering.net>
23975
23976         * lib/version-etc.c: Update year in translatable copyright string.
23977
23978 2003-01-03  Karl Berry  <karl@gnu.org>
23979
23980         * config/config.{guess,sub}: update from prep.
23981
23982 2003-01-02  Karl Berry  <karl@gnu.org>
23983
23984         * doc/COPYING.DOC: belatedly updated to 1.2.
23985
23986 2003-01-01  Karl Berry  <karl@gnu.org>
23987
23988         * gnulib-tool (func_verify_module): report module name $module in
23989         error message, not $1.
23990         * gnulib-tool (create-testdir): don't complain if destdir couldn't
23991         be created, only if it doesn't exist.
23992         * gnulib-tool (last_checkin_date): don't expand the $Date here.
23993
23994 2002-12-31  Paul Eggert  <eggert@twinsun.com>
23995
23996         * m4/memcoll.m4 (gl_MEMCOLL): Require AC_FUNC_MEMCMP.
23997
23998 2002-12-31  Paul Eggert  <eggert@twinsun.com>
23999
24000         * lib/memcoll.c (memcoll): Fall back on a simple algorithm using
24001         memcmp if strcoll doesn't work.
24002
24003 2002-12-31  Bruno Haible  <bruno@clisp.org>
24004
24005         * lib/utime.c (utime_null): No need to call ftruncate if the file was
24006         nonempty.
24007
24008 2002-12-31  Bruno Haible  <bruno@clisp.org>
24009
24010         * lib/memcoll.c (STRCOLL): New macro.
24011         (memcoll): Use it.
24012
24013 2002-12-31  Bruno Haible  <bruno@clisp.org>
24014
24015         * lib/localcharset.h: New file.
24016         * lib/localcharset.c: Include it.
24017         * lib/unicodeio.c: Likewise.
24018
24019 2002-12-31  Bruno Haible  <bruno@clisp.org>
24020
24021         * lib/getstr.h (getstr): Define, to avoid clash with libcurses.
24022         * lib/linebuffer.h (readline): Define, to avoid clash with libreadline.
24023
24024 2002-12-31  Bruno Haible  <bruno@clisp.org>
24025
24026         * lib/getline.h: Include <stddef.h>, for size_t.
24027
24028         * lib/unicodeio.h: Include <stddef.h>, for size_t.
24029         * lib/unicodeio.c: Don't include <stddef.h>.
24030
24031 2002-12-31  Bruno Haible  <bruno@clisp.org>
24032
24033         * lib/getdate.y (get_date): Test HAVE_STRUCT_TM_TM_ZONE, not
24034         HAVE_TM_ZONE.
24035
24036 2002-12-24  Karl Berry  <karl@gnu.org>
24037
24038         * config/config.guess: update from prep.
24039
24040 2002-12-24  Bruno Haible  <bruno@clisp.org>
24041
24042         General infrasructure.
24043         * m4/README: Rewritten.
24044         * m4/onceonly.m4: New file.
24045         * m4/onceonly_2_57.m4: New file.
24046
24047         Module atexit.
24048         * m4/atexit.m4: New file.
24049
24050         Module strtod.
24051         * m4/strtod.m4: New file.
24052
24053         Module strtol.
24054         * m4/strtol.m4: New file.
24055
24056         Module strtoul.
24057         * m4/strtoul.m4: New file.
24058
24059         Module memchr.
24060         * m4/memchr.m4: New file.
24061
24062         Module memcmp.
24063         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): New macro.
24064         (jm_FUNC_MEMCMP): Invoke it.
24065
24066         Module memcpy.
24067         * m4/memcpy.m4: New file.
24068
24069         Module memmove.
24070         * m4/memmove.m4: New file.
24071
24072         Module memset.
24073         * m4/memset.m4: New file.
24074
24075         Module strcspn.
24076         * m4/strcspn.m4: New file.
24077
24078         Module strpbrk.
24079         * m4/strpbrk.m4: New file.
24080
24081         Module strstr.
24082         * m4/strstr.m4: New file.
24083
24084         Module strerror.
24085         * m4/strerror.m4: New file.
24086
24087         Module mktime.
24088         * m4/mktime.m4: Renamed from jm-mktime.m4.
24089         (gl_PREREQ_MKTIME): New macro.
24090         (gl_FUNC_MKTIME): Renamed from jm_FUNC_MKTIME. Invoke gl_PREREQ_MKTIME.
24091
24092         Module malloc.
24093         * m4/malloc.m4 (gl_PREREQ_MALLOC): New macro.
24094         (jm_FUNC_MALLOC): Use AC_FUNC_MALLOC. Invoke gl_PREREQ_MALLOC.
24095         Don't define HAVE_DONE_WORKING_MALLOC_CHECK, since nothing uses it.
24096
24097         Module realloc.
24098         * m4/realloc.m4 (gl_PREREQ_REALLOC): New macro.
24099         (jm_FUNC_REALLOC): Use AC_FUNC_REALLOC. Invoke gl_PREREQ_REALLOC.
24100         Don't define HAVE_DONE_WORKING_REALLOC_CHECK, since nothing uses it.
24101
24102         Module strftime.
24103         * m4/tm_gmtoff.m4: New file, extracted from strftime.m4.
24104         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Use AC_FUNC_STRFTIME.
24105         Don't test for bcopy (we are not emacs). Invoke AC_TYPE_MBSTATE_T and
24106         gl_TM_GMTOFF.
24107         (_jm_STRFTIME_PREREQS, jm_FUNC_GNU_STRFTIME): Use onceonly macros.
24108
24109         Module xalloc.
24110         * m4/xalloc.m4: New file.
24111
24112         Module alloca.
24113         * m4/alloca.m4: New file.
24114
24115         Module putenv.
24116         * m4/putenv.m4 (gl_PREREQ_PUTENV): New macro.
24117         (jm_FUNC_PUTENV): Invoke it.
24118
24119         Module setenv.
24120         * m4/setenv.m4 (gt_FUNC_SETENV): New macro.
24121         (gt_CHECK_VAR_DECL): Fix quoting error that led to infinite loop in m4
24122         when invoked twice.
24123         (gt_PREREQ_SETENV, gt_PREREQ_UNSETENV): New macros, replacing old
24124         gt_FUNC_SETENV.
24125
24126         Module memrchr.
24127         * m4/memrchr.m4: New file.
24128
24129         Module stpcpy.
24130         * m4/stpcpy.m4: New file.
24131
24132         Module strcase.
24133         * m4/strcase.m4: New file.
24134
24135         Module strdup.
24136         * m4/strdup.m4: New file.
24137
24138         Module strnlen.
24139         * m4/strnlen.m4: New file.
24140
24141         Module strndup.
24142         * m4/strndup.m4: New file.
24143
24144         Module xstrtod.
24145         * m4/xstrtod.m4: New file.
24146
24147         Module xstrtol.
24148         * m4/xstrtol.m4: New file.
24149
24150         Module getdate.
24151         * m4/getdate.m4: New file.
24152
24153         Module unlocked-io.
24154         * m4/unlocked-io.m4: Renamed from jm-glibc-io.m4.
24155         (jm_FUNC_GLIBC_UNLOCKED_IO): Invoke AC_GNU_SOURCE. Use onceonly macros.
24156         * m4/jm-glibc-io.m4n: Remove file.
24157
24158         Module long-options.
24159         * m4/long-options.m4: New file.
24160
24161         Module md5.
24162         * m4/md5.m4: New file.
24163
24164         Module sha.
24165         * m4/sha.m4: New file.
24166
24167         Module getstr.
24168         * m4/getstr.m4: New file.
24169
24170         Module getline.
24171         * m4/getline.m4 (gl_PREREQ_GETLINE): New macro.
24172         (AM_FUNC_GETLINE): Invoke AC_GNU_SOURCE. Use <stdlib.h>, not
24173         <sys/types.h>, for size_t. Use the function name gnu_getline, not
24174         simply getline. Infoke gl_PREREQ_GETLINE.
24175
24176         Module obstack.
24177         * m4/obstack.m4: New file.
24178
24179         Module hash.
24180         * m4/hash.m4: New file.
24181
24182         Module readtokens.
24183         * m4/readtokens.m4: New file.
24184
24185         Module strverscmp.
24186         * m4/strverscmp.m4: New file.
24187
24188         Module stdbool.
24189         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Add test for _Bool. Needed for
24190         OSF/1.
24191
24192         Module strtoll.
24193         * m4/strtoll.m4: New file.
24194
24195         Module strtoull.
24196         * m4/strtoull.m4: New file.
24197
24198         Module strtoimax.
24199         * m4/strtoimax.m4: New file.
24200
24201         Module strtoumax.
24202         * m4/strtoumax.m4: New file.
24203
24204         Module xstrtoimax.
24205         * m4/xstrtoimax.m4 (jm_XSTRTOIMAX): Renamed from
24206         jm_AC_PREREQ_XSTRTOIMAX.
24207         Moved the strtol prerequisites to strtol.m4.
24208         Moved the strtoll prerequisites to strtoll.m4.
24209         Moved the strtoimax prerequisites to strtoimax.m4.
24210
24211         Module xstrtoumax.
24212         * m4/xstrtoumax.m4 (jm_XSTRTOUMAX): Renamed from
24213         jm_AC_PREREQ_XSTRTOUMAX.
24214         Moved the strtoul prerequisites to strtoul.m4.
24215         Moved the strtoull prerequisites to strtoull.m4.
24216         Moved the strtoumax prerequisites to strtoumax.m4.
24217
24218         Module chown.
24219         * m4/chown.m4 (gl_PREREQ_CHOWN): New macro.
24220         (jm_FUNC_CHOWN): Use AC_FUNC_CHOWN. Invoke gl_PREREQ_CHOWN.
24221
24222         Module dup2.
24223         * m4/dup2.m4: New file.
24224
24225         Module ftruncate.
24226         * m4/ftruncate.m4 (gl_PREREQ_FTRUNCATE): New macro.
24227         (jm_FUNC_FTRUNCATE): Use AC_REPLACE_FUNCS. Invoke gl_PREREQ_FTRUNCATE.
24228
24229         Module getgroups.
24230         * m4/getgroups.m4 (gl_PREREQ_GETGROUPS): New macro.
24231         (jm_FUNC_GETGROUPS): Use AC_FUNC_GETGROUPS. Invoke gl_PREREQ_GETGROUPS.
24232
24233         Module gettimeofday.
24234         * m4/gettimeofday.m4 (gl_PREREQ_GETTIMEOFDAY): New macro.
24235         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use onceonly macros. Invoke
24236         gl_PREREQ_GETTIMEOFDAY.
24237
24238         Module mkdir.
24239         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): New macro.
24240         (UTILS_FUNC_MKDIR_TRAILING_SLASH): Invoke gl_PREREQ_MKDIR.
24241
24242         Module mkstemp.
24243         * m4/mkstemp.m4 (gl_PREREQ_MKSTEMP): New macro.
24244         (jm_PREREQ_TEMPNAME): New macro, from prereq.m4. Also invoke
24245         jm_AC_TYPE_UINTMAX_T.
24246         (UTILS_FUNC_MKSTEMP): Invoke gl_PREREQ_MKSTEMP and jm_PREREQ_TEMPNAME.
24247
24248         Module stat.
24249         * m4/stat.m4 (gl_PREREQ_STAT): New macro.
24250         (jm_FUNC_STAT): Use AC_FUNC_STAT. Invoke gl_PREREQ_STAT.
24251
24252         Module lstat.
24253         * m4/lstat.m4 (gl_PREREQ_LSTAT): New macro.
24254         (jm_FUNC_LSTAT): Use AC_FUNC_LSTAT. Invoke gl_PREREQ_LSTAT.
24255
24256         Module timespec.
24257         * m4/timespec.m4 (gl_TIMESPEC): New macro.
24258         (jm_CHECK_TYPE_STRUCT_TIMESPEC): Add check for <sys/time.h>.
24259         * m4/st_mtim.m4: Indentation.
24260
24261         Module nanosleep.
24262         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): New macro.
24263         (jm_FUNC_NANOSLEEP): Add check for <sys/time.h>. Invoke
24264         gl_PREREQ_NANOSLEEP.
24265
24266         Module regex.
24267         * m4/regex.m4 (jm_PREREQ_REGEX): New macro.
24268         (jm_INCLUDED_REGEX): Invoke jm_PREREQ_REGEX.
24269         (gl_REGEX): New macro.
24270
24271         Module rename.
24272         * m4/rename.m4 (gl_PREREQ_RENAME): New macro.
24273         (vb_FUNC_RENAME): Invoke gl_PREREQ_RENAME.
24274
24275         Module rmdir.
24276         * m4/rmdir.m4: New file.
24277
24278         Module utime.
24279         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Use onceonly macros.
24280         * m4/utime.m4 (gl_PREREQ_UTIME): New macro.
24281         (jm_FUNC_UTIME): Invoke gl_PREREQ_UTIME.
24282
24283         Module dirname.
24284         * m4/dirname.m4: New file.
24285
24286         Module getopt.
24287         * m4/getopt.m4: New file.
24288
24289         Module unistd-safer.
24290         * m4/unistd-safer.m4: New file.
24291
24292         Module fnmatch.
24293         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Include <stdlib.h>, for exit()
24294         declaration.
24295         (gl_PREREQ_FNMATCH_EXTRA): New macro.
24296         (gl_FUNC_FNMATCH_POSIX): New macro.
24297         (gl_FUNC_FNMATCH_GNU): Renamed from AC_FUNC_FNMATCH_GNU. Invoke
24298         gl_PREREQ_FNMATCH_EXTRA. Use the function name gnu_fnmatch, not
24299         simply fnmatch.
24300
24301         Module exclude.
24302         * m4/exclude.m4: New file.
24303
24304         Module human.
24305         * m4/human.m4: New file.
24306
24307         Module acl.
24308         * m4/acl.m4: Nop.
24309
24310         Module backupfile.
24311         * m4/backupfile.m4: New file.
24312         * m4/d-ino.m4: Indentation.
24313
24314         Module fsusage.
24315         * m4/fsusage.m4 (gl_FSUSAGE): New macro.
24316         (jm_STATFS_TRUNCATES): New macro, from coreutils-4.5.4/configure.ac.
24317         (gl_PREREQ_FSUSAGE_EXTRA): New macro.
24318
24319         Module dirfd.
24320         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Invoke some AC_EGREP_CPP
24321         requirements.
24322
24323         Module euidaccess.
24324         * m4/euidaccess.m4: New file.
24325
24326         Module file-type.
24327         * m4/file-type.m4: New file.
24328
24329         Module fileblocks.
24330         * m4/fileblocks.m4: New file.
24331
24332         Module filemode.
24333         * m4/filemode.m4: New file.
24334
24335         Module isdir.
24336         * m4/isdir.m4: New file.
24337
24338         Module lchown.
24339         * m4/lchown.m4 (gl_PREREQ_LCHOWN): New macro.
24340         (jm_FUNC_LCHOWN): Invoke gl_PREREQ_LCHOWN.
24341
24342         Module makepath.
24343         * m4/makepath.m4: New file.
24344
24345         Module modechange.
24346         * m4/modechange.m4: New file.
24347
24348         Module mountlist.
24349         * m4/mountlist.m4: New file.
24350         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Use onceonly macros.
24351         Indentation.
24352
24353         Module path-concat.
24354         * m4/path-concat.m4: New file.
24355
24356         Module pathmax.
24357         * m4/pathmax.m4: New file.
24358
24359         Module same.
24360         * m4/same.m4: New file.
24361
24362         Module save-cwd.
24363         * m4/save-cwd.m4: New file.
24364
24365         Module savedir.
24366         * m4/savedir.m4: New file.
24367
24368         Module xgetcwd.
24369         * m4/xgetcwd.m4: New file.
24370         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Use onceonly macros.
24371
24372         Module xreadlink.
24373         * m4/xreadlink.m4: New file.
24374
24375         Module safe-read.
24376         * m4/safe-read.m4: New file.
24377
24378         Module safe-write.
24379         * m4/safe-write.m4: New file.
24380
24381         Module closeout.
24382         * m4/closeout.m4: New file.
24383
24384         Module stdio-safer.
24385         * m4/stdio-safer.m4: New file.
24386
24387         Module getpass.
24388         * m4/getpass.m4: New file.
24389
24390         Module getugroups.
24391         * m4/getugroups.m4: New file.
24392
24393         Module group-member.
24394         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): New macro.
24395         (jm_FUNC_GROUP_MEMBER): Invoke AC_GNU_SOURCE, gl_PREREQ_GROUP_MEMBER.
24396
24397         Module idcache.
24398         * m4/idcache.m4: New file.
24399
24400         Module userspec.
24401         * m4/userspec.m4: New file.
24402
24403         Module gettime.
24404         * m4/clock_time.m4: New file.
24405         * m4/gettime.m4: New file.
24406
24407         Module settime.
24408         * m4/settime.m4: New file.
24409
24410         Module posixtm.
24411         * m4/posixtm.m4: New file.
24412
24413         Module gethostname.
24414         * m4/gethostname.m4: New file.
24415
24416         Module canon-host.
24417         * m4/canon-host.m4: New file.
24418
24419         Module gettext.
24420         * m4/codeset.m4: New file, from gettext-0.11.5.
24421         * m4/gettext.m4: New file, from gettext-0.11.5.
24422         * m4/glibc21.m4: New file, from gettext-0.11.5.
24423         * m4/iconv.m4: New file, from gettext-0.11.5.
24424         * m4/intdiv0.m4: New file, from gettext-0.11.5.
24425         * m4/inttypes-pri.m4: New file, from gettext-0.11.5.
24426         * m4/inttypes.m4: New file, from gettext-0.11.5.
24427         * m4/inttypes_h.m4: New file, from gettext-0.11.5 with modifications.
24428         * m4/isc-posix.m4: New file, from gettext-0.11.5.
24429         * m4/lcmessage.m4: New file, from gettext-0.11.5.
24430         * m4/lib-ld.m4: New file, from gettext-0.11.5.
24431         * m4/lib-link.m4: New file, from gettext-0.11.5.
24432         * m4/lib-prefix.m4: New file, from gettext-0.11.5.
24433         * m4/progtest.m4: New file, from gettext-0.11.5.
24434         * m4/stdint_h.m4: New file, from gettext-0.11.5 with modifications.
24435         * m4/uintmax_t.m4: New file, from gettext-0.11.5 with modifications.
24436         * m4/ulonglong.m4: New file, from gettext-0.11.5 with modifications.
24437
24438         Module localcharset.
24439         * m4/localcharset.m4: New file.
24440
24441         Module hard-locale.
24442         * m4/hard-locale.m4: New file.
24443
24444         Module mbswidth.
24445         * m4/mbswidth.m4 (gl_MBSWIDTH): Renamed from jm_PREREQ_MBSWIDTH. Use
24446         onceonly macros.
24447         * m4/mbrtowc.m4: Add comment.
24448
24449         Module memcasecmp.
24450         * m4/memcasecmp.m4: New file.
24451
24452         Module memcoll.
24453         * m4/memcoll.m4: New file.
24454
24455         Module unicodeio.
24456         * m4/unicodeio.m4: New file.
24457
24458         Module rpmatch.
24459         * m4/rpmatch.m4: New file.
24460
24461         Module yesno.
24462         * m4/yesno.m4: New file.
24463
24464         Module exitfail.
24465         * m4/exitfail.m4: New file.
24466
24467         Module c-stack.
24468         * m4/c-stack.m4 (gl_C_STACK): New macro.
24469         (jm_PREREQ_C_STACK): Check for <sys/time.h>. Use onceonly macros.
24470
24471         Module error.
24472         * m4/error.m4 (gl_ERROR): New macro.
24473         (jm_PREREQ_ERROR): Use onceonly macros.
24474
24475         Module fatal.
24476         * m4/fatal.m4: New file.
24477
24478         Module getloadavg.
24479         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Use onceonly macros.
24480         (gl_FUNC_GETLOADAVG, gl_PREREQ_GETLOADAVG): New macros.
24481
24482         Module getpagesize.
24483         * m4/getpagesize.m4: New file.
24484
24485         Module getusershell.
24486         * m4/getusershell.m4: New file.
24487
24488         Module physmem.
24489         * m4/physmem.m4: New file.
24490
24491         Module posixver.
24492         * m4/posixver.m4: New file.
24493
24494         Module quotearg.
24495         * m4/quotearg.m4: New file.
24496
24497         Module quote.
24498         * m4/quote.m4: New file.
24499
24500         Module readutmp.
24501         * m4/readutmp.m4: New file, based on jm_PREREQ_READUTMP from prereq.m4.
24502
24503         Module sig2str.
24504         * m4/sig2str.m4: New file.
24505
24506         Other.
24507         * m4/longlong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Remove, moved to
24508         ulonglong.m4.
24509         * m4/intmax_t.m4: New file.
24510         * m4/d-type.m4: Indentation.
24511         * m4/jm-macros.m4: Update.
24512         * m4/prereq.m4 (jm_PREREQ): Update.
24513         (jm_PREREQ_ADDEXT): Remove, obsoleted by backupfile.m4.
24514         (jm_PREREQ_CANON_HOST): Remove, obsoleted by canon-host.m4.
24515         (jm_PREREQ_DIRNAME): Remove, obsoleted by dirname.m4.
24516         (jm_PREREQ_EXCLUDE): Remove, obsoleted by exclude.m4.
24517         (jm_PREREQ_GETPAGESIZE): Remove, obsoleted by getpagesize.m4.
24518         (jm_PREREQ_HARD_LOCALE): Remove, obsoleted by hard-locale.m4.
24519         (jm_PREREQ_HASH): Remove, obsoleted by hash.m4.
24520         (jm_PREREQ_HUMAN): Remove, obsoleted by human.m4.
24521         (jm_PREREQ_MEMCHR): Remove, obsoleted by memchr.m4.
24522         (jm_PREREQ_PHYSMEM): Remove, obsoleted by physmem.m4.
24523         (jm_PREREQ_POSIXVER): Remove, obsoleted by posixver.m4.
24524         (jm_PREREQ_QUOTEARG): Remove, obsoleted by quotearg.m4.
24525         (jm_PREREQ_READUTMP): Remove, obsoleted by readutmp.m4.
24526         (jm_PREREQ_REGEX): Remove, obsoleted by regex.m4.
24527         (jm_PREREQ_STRNLEN): Remove, obsoleted by strnlen.m4.
24528         (jm_PREREQ_TEMPNAME): Remove, obsoleted by mkstemp.m4.
24529         (jm_PREREQ_XGETCWD): Remove, obsoleted by xgetcwd.m4.
24530         (jm_PREREQ_XREADLINK): Remove, obsoleted by xreadlink.m4.
24531         * m4/readdir.m4 (jm_FUNC_READDIR): Use onceonly macros.
24532
24533 2002-12-24  Bruno Haible  <bruno@clisp.org>
24534
24535         * MODULES.txt: Update according to m4/ changes.
24536
24537         Module gettext.
24538         * config.rpath: New file, from gettext-0.11.5.
24539
24540         * modules/*: New module descriptions.
24541         * gnulib-tool: New file.
24542         * MODULES.html.sh: New file.
24543
24544 2002-12-21  Karl Berry  <karl@gnu.org>
24545
24546         * doc/fdl.texi: update to version 1.2.
24547
24548 2002-12-19  Karl Berry  <karl@gnu.org>
24549
24550         * config/config.guess: update from prep.
24551
24552 2002-12-18  Bruno Haible  <bruno@clisp.org>
24553
24554         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't test for localtime_r.
24555         * m4/jm-mktime.m4 (jm_FUNC_MKTIME): Likewise.
24556
24557 2002-12-17  Bruno Haible  <bruno@clisp.org>
24558
24559         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Remove checks for limits.h,
24560         stdlib.h, string.h.
24561
24562 2002-12-17  Bruno Haible  <bruno@clisp.org>
24563
24564         * lib/canon-host.c (strdup): Remove unused declaration.
24565
24566         * lib/fsusage.c: Include full_read.h.
24567         (get_fs_usage): Use full_read instead of safe_read.
24568
24569         * lib/utime.c (utime_null): Use SAFE_READ_ERROR.
24570
24571 2002-12-12  Karl Berry  <karl@gnu.org>
24572
24573         * config/config.guess: update from prep.
24574
24575 2002-12-11  Bruno Haible  <bruno@clisp.org>
24576
24577         * m4/setenv.m4: New file, from gettext-0.11.5.
24578
24579 2002-12-11  Bruno Haible  <bruno@clisp.org>
24580
24581         * lib/setenv.h: Rewritten to cope with systems that have setenv() but
24582         not unsetenv().
24583         * lib/setenv.c, unsetenv.c: Taken from glibc-2.2.4 with the following
24584         modifications:
24585
24586         2002-12-11  Bruno Haible  <bruno@clisp.org>
24587
24588                 * setenv.c (alloca): Fall back to malloc.
24589                 (freea): New macro.
24590                 (setenv): Use freea() to free memory allocated with alloca().
24591
24592         2002-11-13  Bruno Haible  <bruno@clisp.org>
24593
24594                 * setenv.c (compar_fn_t, __add_to_environ, setenv): Use ANSI C
24595                 function declarations.
24596                 * unsetenv.c (unsetenv): Likewise.
24597
24598         2002-03-04  Bruno Haible  <bruno@clisp.org>
24599
24600                 Portability to AIX 4.3.3.
24601                 * unsetenv.c: New file, extracted from setenv.c.
24602                 * setenv.c: Move the unsetenv() function to unsetenv.c.
24603
24604         2001-12-20  Bruno Haible  <bruno@clisp.org>
24605
24606                 * setenv.c (__add_to_environ): Don't call realloc(NULL,...),
24607                 use malloc instead. For SunOS 4.
24608
24609         2001-12-11  Bruno Haible  <bruno@clisp.org>
24610
24611                 * setenv.c: Declare alloca.
24612                 (compar_fn_t): New typedef.
24613                 (KNOWN_VALUE, STORE_VALUE): Use it.
24614
24615         * lib/Makefile.am (libfetish_a_SOURCES): Add setenv.c, unsetenv.c,
24616         setenv.h.
24617
24618 2002-12-10  Paul Eggert  <eggert@twinsun.com>
24619
24620         Port exclude.c and exclude.h to more non-GNU systems, e.g. Solaris 7.
24621         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE, EXCLUDE_WILDCARDS):
24622         Choose values that are less likely to collide with system fnmatch
24623         options.
24624         * lib/exclude.c (FNM_CASEFOLD, FNM_LEADING_DIR): Define to 0 if not
24625         defined (e.g., a pure POSIX system).
24626         (EXCLUDE_macros_do_not_collide_with_FNM_macros): Use FNM_PATHNAME
24627         instead of FNM_FILE_NAME, for compatibility with pure POSIX sytems.
24628
24629 2002-12-06  Paul Eggert  <eggert@twinsun.com>
24630
24631         Undo the 2001-07-02 change for jm-glibc-io, as it was too much of
24632         a pain in practice to deal with generated m4 files.  This change
24633         goes together with the 2002-12-04 unlocked-io.h change in ../lib.
24634
24635         * m4/Makefile.am.in (Makefile.am): Don't mention jm-glibc-io.m4n
24636         and jm-glibc-io.m4, as they are no longer a special case.
24637         * m4/jm-glibc-io.m4: Rename from jm-glibc-io.m4n, and remove the
24638         kludge and the auto-generation stuff.  Check only whether the
24639         functions are declared, not whether they exist, since older hosts
24640         that don't declare the functions can't use the optimization anyway.
24641
24642 2002-12-06  Jim Meyering  <jim@meyering.net>
24643
24644         * lib/error.c: Be consistent: change `#ifndef _LIBC' to `#if !_LIBC'.
24645
24646         Merge in changes from libc's misc/error.c, in preparation
24647         for the merge of gnulib's changes back into libc.
24648
24649         * lib/error.c (_): Define only if not already defined.
24650         Move definition to follow all #include directives.
24651         Include unlocked-io.h only if !_LIBC.
24652         [_LIBC]: Include <libio/libioP.h>.
24653         [USE_IN_LIBIO]: Include <libio/iolibio.h>
24654         (fflush): Tweak definition to use INTUSE.
24655         (putc): Define.
24656
24657 2002-12-05  Paul Eggert  <eggert@twinsun.com>
24658
24659         * lib/alloca.c [defined emacs]: Include "lisp.h".
24660         (xalloc_die) [defined emacs]: New macro.
24661         (free) [defined emacs && defined EMACS_FREE]: Define to EMACS_FREE.
24662         [! defined emacs]: Include <xalloc.h>.
24663         (POINTER_TYPE) [!defined POINTER_TYPE]: New macro.
24664         (pointer): Typedef to POINTER_TYPE *.
24665         (malloc): Remove decl; we now always use xmalloc.
24666         (alloca): Use old-style definition, since Emacs needs this.
24667         Check for arithmetic overflow when computing combined size.
24668
24669 2002-12-04  Paul Eggert  <eggert@twinsun.com>
24670
24671         Do not generate unlocked-io.h automatically, since it's easier to
24672         maintain it by hand.
24673
24674         * lib/unlocked-io.h: New file, from GNU diffutils,
24675         but with proper copyright notice and attribution.
24676         * lib/gen-uio: Remove.
24677         * lib/Makefile.am: Add copyright notice.
24678         (libfetish_a_SOURCES): Add unlocked-io.h.
24679         (BUILT_SOURCES, all-local): Remove unlocked-io.h.
24680         (DISTCLEANFILES, io_functions): Remove macros.
24681         (EXTRA_DIST): Remove gen_uio.
24682         (unlocked-io.h): Remove rule.
24683
24684 2002-12-04  Jim Meyering  <jim@meyering.net>
24685
24686         Reflect the fact that stat.c and lstat.c are no longer generated.
24687         * lib/Makefile.am (BUILT_SOURCES): Remove stat.c and lstat.c.
24688         (DISTCLEANFILES): Likewise.
24689         (EXTRA_DIST): Likewise.
24690         (all_local): Don't depend on stat.c or lstat.c.
24691         (stat.c, lstat.c): Remove rules.
24692         (EXTRA_DIST): Remove xstat.in.
24693
24694         * lib/xstat.in: Remove file.  Contents moved into stat.c.
24695         * lib/stat.c: New file.  Contents mostly from xstat.in.
24696         * lib/stat.c: Rework so that it may serve to define rpl_lstat, too.
24697         * lib/lstat.c: New file. Simply #define LSTAT and include stat.c.
24698
24699         * lib/safe-read.c: Rework so that it may serve to define safe_write,
24700         too.
24701         * lib/safe-write.c: Simply #define SAFE_WRITE and include safe-read.c.
24702
24703 2002-12-03  Jim Meyering  <jim@meyering.net>
24704
24705         * lib/safe-read.c, safe-write.c: Change variable names and comments,
24706         but not semantics, to minimize the differences between these two files.
24707         (safe_read): Change comment to mention SAFE_READ_ERROR.
24708
24709         * lib/safe-read.c (IS_EINTR): Define.
24710         (safe_read): Use IS_EINTR in place of in-function cpp directives.
24711
24712 2002-12-02  Jim Meyering  <jim@meyering.net>
24713
24714         * lib/safe-read.c (EINTR): Define.
24715         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
24716         (INT_MAX): Provide fallback.
24717         (safe_read): Rewrite to iterate IFF the read fails with EINTR.
24718
24719         * lib/safe-read.h (SAFE_READ_ERROR): Define.
24720
24721 2002-12-02  Bruno Haible  <bruno@clisp.org>
24722
24723         * lib/safe-write.c (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM):
24724         Define, taken from safe-read.c.
24725         (INT_MAX): Provide fallback.
24726         (safe_write): Rewrite to iterate IFF the write fails with EINTR.
24727         * lib/safe-write.h (SAFE_WRITE_ERROR): Define.
24728
24729         * lib/safe-read.c (EINTR): Remove definition.
24730         (safe_read): Don't use EINTR if it is absent.
24731
24732 2002-12-01  Jim Meyering  <jim@meyering.net>
24733
24734         * lib/safe-read.c: (safe_read): Also exit the loop when read returns
24735         zero.
24736         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM, INT_MAX): Define.
24737
24738 2002-11-27  Paul Eggert  <eggert@twinsun.com>
24739
24740         * lib/hash.c (hash_lookup, hash_get_first, hash_get_next,
24741         hash_find_entry, hash_rehash): Replace `if (limit <= value) abort ();'
24742         with `if (! (value < limit)) abort ();', for readability.
24743
24744 2002-11-26  Karl Berry  <karl@gnu.org>
24745
24746         * lib/strdup.c: copy from libc again, with jim's ok.
24747         * lib/.cppi-disable: re-add strdup.c
24748
24749 2002-11-25  Karl Berry  <karl@gnu.org>
24750
24751         * lib/strtoll.c: copy from libc, meaning we now #include <strtol.c>
24752         instead of "strtol.c".
24753
24754 2002-11-25  Karl Berry  <karl@gnu.org>
24755
24756         * config/install-sh: update from automake for variable quoting, $0 in
24757         error msgs, etc.
24758
24759         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): new entry.
24760         * config/srclist.txt ($LIBCSRC/sysdeps/generic/strtoll.c lib gpl): new
24761         entry.
24762
24763 2002-11-25  Jim Meyering  <jim@meyering.net>
24764
24765         * lib/mktime.c: Sync from libc, now that it has the latest fix.
24766
24767 2002-11-24  Karl Berry  <karl@gnu.org>
24768
24769         * lib/error.c, getopt.c, getopt.h, getopt1.c, obstack.c, regex.c,
24770         regex.h, strdup.c, strtoll.c, tempname.c: change license to gpl.
24771
24772 2002-11-24  Jim Meyering  <jim@meyering.net>
24773
24774         Update from coreutils:
24775
24776         * lib/mktime.c: Merge in changes from libc.
24777
24778         Avoid a link-time failure on some Linux systems.
24779         * lib/mktime.c (STATIC): Define to be empty (_LIBC) or `static'
24780         (otherwise).
24781         (__mon_yday): Declare with the STATIC attribute.
24782         (__mktime_internal): Likewise.
24783         Based on a report from Greg Schafer.
24784
24785 2002-11-23  Jim Meyering  <jim@meyering.net>
24786
24787         * lib/sig2str.c (str2signum, sig2str): Avoid a warning from gcc:
24788         Use `unsigned', not `int', as type of index.
24789
24790         * lib/xstat.in [@BEGIN_LSTAT_ONLY@]: Include <string.h>.
24791
24792         * lib/fsusage.c: Remove unneeded parentheses around operands of
24793         `defined'.
24794
24795 2002-11-22  Paul Eggert  <eggert@twinsun.com>
24796
24797         * lib/quotearg.h: Allow multiple inclusion by surrounding with
24798         "#ifndef QUOTEARG_H_".  Include <stddef.h>, for size_t,
24799         so that we can be included first.
24800         (PARAMS): Remove; we now assume C89 or later.  All uses removed.
24801         * lib/quotearg.c: Include quotearg.h immediately after config.h.
24802         No need to include stddef.h or sys/types.h any more.
24803         Surround local include files with "", not "<>".
24804         Assume HAVE_LIMITS_H unconditionally, as we assume C89.
24805         Similarly, assume HAVE_C_BACKSLASH_A, CHAR_BIT, UCHAR_MAX, UINT_MAX,
24806         HAVE_STDLIB_H, HAVE_STRING_H, STDC_HEADERS.
24807         (HAVE_MBSINIT): Undef if !HAVE_MBRTOWC.
24808         (mbsinit): Define to 1 if !defined mbsinit && !HAVE_MBSINIT.
24809         (ISPRINT): Remove; no longer needed now that we assume C89.
24810
24811         (clone_quoting_options, quotearg_buffer, quotearg_n_options):
24812         Preserve errno.
24813
24814         (quotearg_buffer_restyled, quotearg_n, quotearg_n_style,
24815         quotearg_char): Use SIZE_MAX rather than
24816         (size_t) -1 when we are talking about "infinity".
24817
24818         (quotearg_buffer_restyled): Fix bug when quoting trigraphs.
24819
24820 2002-11-22  Paul Eggert  <eggert@twinsun.com>
24821
24822         * lib/hash.c: Avoid use of <assert.h>, as the GNU Coding Standards
24823         hint that one should use `if (! x) abort ();' rather than `assert
24824         (x);', and anyway it's one less thing to worry about configuring.
24825         (hash_lookup, hash_get_first, hash_get_next, hash_find_entry,
24826         hash_rehash, hash_insert): Use abort rather than assert.
24827
24828 2002-11-22  Bruno Haible  <bruno@clisp.org>
24829
24830         * lib/safe-read.h: Assume C89. Add comments.
24831         (safe_read): Change return type to size_t.
24832         * lib/safe-read.c (safe_read): Change return type to size_t. Handle
24833         byte counts > SSIZE_MAX correctly.
24834         * lib/safe-write.h: New file.
24835         * lib/safe-write.c: New file.
24836         * lib/full-read.h: New file.
24837         * lib/full-read.c: New file.
24838         * lib/full-write.h: Assume C89. Add comments.
24839         * lib/full-write.c: Include safe-write.h.
24840         (full_write): Rewritten to use safe_write.
24841         Suggested by Jim Meyering and Paul Eggert.
24842
24843 2002-11-21  Jim Meyering  <jim@meyering.net>
24844
24845         * lib/strdup.c (strdup): Tweak comment and initial #if/#include.
24846
24847         Merge in changes from the coreutils.
24848
24849         2002-09-25  Paul Eggert  <eggert@twinsun.com>
24850         * lib/fsusage.c [! HAVE_INTTYPES_H && HAVE_STDINT_H] Include
24851         <stdint.h>.
24852         (UINTMAX_MAX) [!defined UINTMAX_MAX]: New macro.
24853         (PROPAGATE_ALL_ONES): Work even if X is unsigned and narrower than
24854         int.  Work more efficiently if X is the same width as uintmax_t.
24855         Do not compare X to -1, to avoid bogus compiler warning.
24856         (get_fs_usage): (uintmax_t) -1 -> UINTMAX_MAX to avoid a cast.
24857         Don't assume that f_frsize and f_bsize are the same type.
24858
24859         * lib/mountlist.c: #undef MNT_IGNORE before defining it, to avoid
24860         warning on FreeBSD.
24861
24862         * lib/makepath.c (make_path): Restore umask *before* creating the final
24863         component.
24864         (make_path): Minor reformatting.
24865
24866         * lib/xmalloc.c: Adjust to work with new autoconf macros,
24867         AC_FUNC_MALLOC and AC_FUNC_REALLOC: test #ifndef
24868         HAVE_MALLOC/HAVE_REALLOC.
24869
24870         * lib/mountlist.h (ME_DUMMY): Don't count entries of type `auto' as
24871         dummy ones.  At least on GNU/Linux systems, `auto' means something
24872         else.
24873         From Michael Stone.
24874
24875 2002-11-21  Bruno Haible  <bruno@clisp.org>
24876
24877         Remove case insensitive option matching.
24878         * lib/argmatch.h (argcasematch): Remove declaration.
24879         (ARGCASEMATCH): Remove macro.
24880         (__xargmatch_internal): Remove case_sensitive argument.
24881         (XARGMATCH): Update.
24882         (XARGCASEMATCH): Remove macro.
24883         * lib/argmatch.c (argmatch): Renamed from __argmatch_internal. Remove
24884         case_sensitive argument.
24885         (argcasematch): Remove function.
24886         (__xargmatch_internal): Remove case_sensitive argument.
24887         (main): Use XARGMATCH instead of XARGCASEMATCH.
24888
24889         * lib/xmalloc.c: Change compile-time error message. Add comment about
24890         required autoconf version.
24891
24892 2002-11-20  Paul Eggert  <eggert@twinsun.com>
24893
24894         Merge argmatch cleanups from Bison.  Assume C89.
24895
24896         * lib/argmatch.c: Include config.h here, not in argmatch.h.
24897         Include stdlib.h, for EXIT_FAILURE.
24898         Always include <string.h>, since we assume C89.
24899         (EXIT_FAILURE): Remove pre-C89 bug workaround.
24900         * lib/argmatch.h: Do not include <config.h> or <sys/types.h>.
24901         Include <stddef.h> instead, since it's all we need for size_t.
24902         (PARAMS): Remove.  All uses removed.
24903         (ARRAY_CARDINALITY): Do not bother to #undef.
24904         (ARRAY_CARDINALITY, ARGMATCH, ARGCASEMATCH, invalid_arg,
24905         ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
24906         Remove unnecessary parentheses.
24907         (ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
24908         Insert necessary parentheses.
24909         (ARGMATCH_CONSTRAINT, ARGMATCH_VERIFY): New macros.
24910         (ARGMATCH_ASSERT): Use ARGMATCH_CONSTRAINT.
24911
24912 2002-11-19  Bruno Haible  <bruno@clisp.org>
24913
24914         * lib/mbswidth.c: Include mbswidth.h right at the beginning.
24915         * lib/mbswidth.h: Include <stddef.h>, for size_t.
24916
24917         * lib/mbswidth.h (PARAMS): Remove macro.
24918         (mbswidth, mbsnwidth): Use ANSI C function declarations.
24919         * lib/mbswidth.c (mbswidth, mbsnwidth): Likewise.
24920
24921         * lib/gcd.h (PARAMS): Remove macro.
24922         (gcd): Use ANSI C function declarations.
24923         * lib/gcd.c (gcd): Likewise.
24924
24925 2002-11-15  Bruno Haible  <bruno@clisp.org>
24926
24927         * lib/strcspn.c: Include <stddef.h>.
24928         (strcspn): Use ANSI C function declaration. Change return type to
24929         size_t. Use NULL.
24930         * lib/strpbrk.c: Minimize diffs to glibc. Include <stddef.h>.
24931         (strpbrk): Use NULL.
24932         * lib/strpbrk.h (PARAMS): Remove macro.
24933         (strpbrk): Use ANSI C function declaration.
24934         * lib/strstr.c: Don't include <sys/types.h>.
24935         * lib/strstr.h (PARAMS): Remove macro.
24936         (strstr): Use ANSI C function declarations.
24937
24938 2002-11-14  Karl Berry  <karl@gnu.org>
24939
24940         * config/mkinstalldirs: `do' on separate line, instead of
24941         `for var; do'.
24942
24943 2002-11-06  Bruno Haible  <bruno@clisp.org>
24944
24945         * lib/gcd.h (gcd): Change argument type to 'unsigned long'.
24946         * lib/gcd.c (gcd): Likewise.
24947
24948 2002-11-05  Bruno Haible  <bruno@clisp.org>
24949
24950         * lib/gcd.h: New file, from gettext-0.11.5.
24951         * lib/gcd.c: New file, from gettext-0.11.5.
24952
24953 2002-11-05  Bruno Haible  <bruno@clisp.org>
24954
24955         * lib/error.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
24956         * lib/getopt.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
24957         * lib/obstack.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
24958         * lib/regex.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
24959
24960         * lib/argmatch.c: Include gettext.h instead of <locale.h> and
24961         <libintl.h>.
24962         * lib/makepath.c: Include gettext.h instead of <locale.h> and
24963         <libintl.h>.
24964
24965         * lib/closeout.c: Include gettext.h instead of <libintl.h>.
24966         * lib/human.c: Include gettext.h instead of <libintl.h>.
24967         * lib/quotearg.c: Include gettext.h instead of <libintl.h>.
24968         * lib/rpmatch.c: Include gettext.h instead of <libintl.h>.
24969         * lib/unicodeio.c: Include gettext.h instead of <libintl.h>.
24970         * lib/userspec.c: Include gettext.h instead of <libintl.h>.
24971         * lib/version-etc.c: Include gettext.h instead of <libintl.h>.
24972         * lib/xmalloc.c: Include gettext.h instead of <libintl.h>.
24973         (textdomain): Remove definition.
24974         * lib/xmemcoll.c: Include gettext.h instead of <libintl.h>.
24975
24976         * lib/long-options.c: Remove include of <libintl.h> and definition of
24977         _.
24978         * lib/same.c: Remove include of <libintl.h> and definition of _.
24979
24980 2002-11-04  Owen Taylor  <otaylor@redhat.com>
24981
24982         * lib/config.charset: A few additions for Solaris.
24983
24984 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
24985
24986         Make it possible to build libcharset with CC=gcc CFLAGS="-x c++".
24987         * lib/localcharset.c (locale_charset): Declare as extern "C".
24988
24989 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
24990
24991         * lib/config.charset: msdos in uk_UA uses CP1125.
24992
24993 2002-11-04  Bruno Haible  <bruno@clisp.org>
24994
24995         * lib/stpcpy.h: New file, from GNU gettext-0.11.5.
24996         * lib/strcase.h: New file, from GNU gettext-0.11.5.
24997         * lib/strpbrk.h: New file, from GNU gettext-0.11.5.
24998         * lib/strstr.h: New file, from GNU gettext-0.11.5.
24999         * lib/xgetcwd.h: New file, from GNU gettext-0.11.5.
25000
25001 2002-11-04  Bruno Haible  <bruno@clisp.org>
25002
25003         * lib/localcharset.c (locale_charset): Don't return an empty string.
25004
25005 2002-11-04  Bruno Haible  <bruno@clisp.org>
25006
25007         * lib/localcharset.c (get_charset_aliases): Add more Windows specific
25008         aliases.
25009
25010 2002-11-04  Bruno Haible  <bruno@clisp.org>
25011
25012         * lib/config.charset: Update for newest glibc. Add canonical names
25013         ISO-8859-14, KOI8-T, TCVN5712-1, GEORGIAN-PS.
25014
25015 2002-11-04  Bruno Haible  <bruno@clisp.org>
25016
25017         * lib/config.charset: Add support for NetBSD.
25018
25019 2002-11-04  Bruno Haible  <bruno@clisp.org>
25020
25021         * lib/config.charset [msdosdjgpp]: For Russian, use CP866.
25022
25023 2002-11-01  Bruno Haible  <bruno@clisp.org>
25024
25025         * configure.in: Add AC_CONFIG_AUX_DIR call.
25026         (AC_OUTPUT): Add m4/Makefile, lib/Makefile. Remove doc/Makefile,
25027         test/Makefile.
25028         * Makefile.in (subdirs): Add m4, lib. Remove doc, test.
25029
25030 2002-09-28  Karl Berry  <karl@gnu.org>
25031
25032         * config/srclist.txt: can't copy install-sh/mkinstalldirs from
25033         installed automake until the next release, since changes have been
25034         made.
25035
25036 2002-09-25  Karl Berry  <karl@gnu.org>
25037
25038         * lib/strdup.c: copy from libc/string (via ../config/srclist*).
25039         * lib/getopt*: copy from libc/posix.
25040         * lib/gettext.h: copy from gettext.
25041         * lib/.cppi-disable: add strdup.c, gettext.h.
25042
25043 2002-09-25  Karl Berry  <karl@gnu.org>
25044
25045         * config/srclist.txt: enable gettext.h check.
25046         * config/config.{guess,sub}: update from prep.
25047         * config/depcomp, install-sh, mdate-sh, missing, mkinstalldirs: update
25048                 from automake 1.6.3.
25049         See srclist*.
25050
25051 2002-08-23  Stefan Monnier  <monnier@cs.yale.edu>
25052
25053         * regex.c (PATFETCH): Remove the translating fetch.
25054         (PATFETCH_RAW): Rename to PATFETCH.
25055         (set_image_of_range): New fun.
25056         (SET_RANGE_TABLE_WORK_AREA): Use it.
25057         (regex_compile): Don't translate the pattern chars so eagerly.
25058         Only do it when inserting an `exactn' bytecode or when handling
25059         a char-range.
25060         (mutually_exclusive_p): Avoid empty statement.
25061
25062 2002-07-06  Jim Meyering  <meyering@lucent.com>
25063
25064         * m4/README: Don't mention Makefile.am.in.
25065         Outline how I've tested changes to .m4 files.  Yep, it's a pain.
25066
25067 2002-07-01  Jim Meyering  <meyering@lucent.com>
25068
25069         * lib/c-stack.c: Include sys/time.h.
25070         From Volker Borchert.
25071
25072 2002-06-26  Paul Eggert  <eggert@twinsun.com>
25073
25074         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for btowc.
25075
25076 2002-06-26  Paul Eggert  <eggert@twinsun.com>
25077
25078         * lib/fnmatch.c, fnmatch_loop.c (WIDE_CHAR_SUPPORT):
25079         New macro.  Use it uniformly instead of
25080         (defined HAVE_WCTYPE_H && defined HAVE_WCHAR_H).
25081         It also uses HAVE_BTOWC, to fix a porting bug on Solaris 2.5.1
25082         reported by Vin Shelton.
25083
25084 2002-06-22  Paul Eggert  <eggert@twinsun.com>
25085
25086         * lib/c-stack.h (segv_handler, c_stack_action) [! defined SA_SIGINFO]:
25087         Do not assume SA_SIGINFO behavior.
25088         Bug reported by Jim Meyering on NetBSD 1.5.2.
25089
25090 2002-06-22  Jim Meyering  <meyering@lucent.com>
25091
25092         * m4/c-stack.m4: New file, from diffutils-2.8.2.
25093         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_C_STACK.
25094
25095         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Don't require AC__GNU_SOURCE,
25096         now that configure.ac uses AC_GNU_SOURCE.
25097         (jm_MACROS): Rename: jm_FUNC_FNMATCH to AC_FUNC_FNMATCH_GNU.
25098         * m4/prereq.m4 (jm_PREREQ_EXCLUDE): Likewise, wrt jm_FUNC_FNMATCH.
25099
25100         Update to latest tools.  Suggestions from Paul Eggert.
25101         * m4/stdbool.m4: New file, from diffutils-2.8.2.
25102         * m4/gnu-source.m4: Update from diffutils-2.8.2.
25103         * m4/fnmatch.m4: Likewise.
25104         * m4/prereq.m4: Change each use of AC_CHECK_HEADERS(stdbool.h)
25105         to AC_HEADER_STDBOOL
25106
25107 2002-06-22  Jim Meyering  <meyering@lucent.com>
25108
25109         * lib/fnmatch.c (ISASCII, ISPRINT): Undefine, to avoid warning about
25110         redefinition due to Solaris 2.6's definition in /usr/include/sys/euc.h.
25111
25112 2002-06-22  Jim Meyering  <meyering@lucent.com>
25113
25114         * lib/c-stack.c, lib/c-stack.h: New files, from diffutils-2.8.2.
25115
25116         * lib/exitfail.c, exitfail.h: Likewise.
25117         * lib/Makefile.am (libfetish_a_SOURCES): Add exitfail.c and exitfail.h.
25118
25119         * lib/Makefile.am (libfetish_a_SOURCES): Add fnmatch_.h in place
25120         of fnmatch.h.
25121         (EXTRA_DIST): Add fnmatch_loop.c.
25122         (libfetish_a_SOURCES): Add c-stack.c and c-stack.h.
25123
25124         * lib/fnmatch_loop.c: New file, from diffutils-2.8.2.
25125         * lib/fnmatch.c: Update from diffutils-2.8.2.
25126         * lib/fnmatch_.h: New file.  From diffutils-2.8.2.
25127         * lib/fnmatch.h: Remove file.
25128
25129 2002-06-21  Jim Meyering  <meyering@lucent.com>
25130
25131         * m4/c-bs-a.m4: Add comment, from diffutils-2.8.2.
25132         * m4/mbrtowc.m4: Likewise.
25133
25134         * m4/mbstate_t.m4: Update from diffutils-2.8.2.
25135         * m4/mbswidth.m4: Reflect name change:
25136         s/AC_MBSTATE_T/AC_TYPE_MBSTATE_T.
25137         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
25138
25139         * m4/lib-link.m4: Update from gettext-0.11.2.
25140         * m4/gettext.m4: Likewise.
25141
25142         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for hurd.h.
25143         From Alfred M. Szmidt.
25144
25145 2002-06-18  Paul Eggert  <eggert@twinsun.com>
25146
25147         * lib/file-type.h: Report an error if neither S_ISREG nor
25148         S_IFREG is defined, instead of using a test specific to glibc
25149         2.2.  This should be safe, since POSIX requires S_ISREG and
25150         Unix Version 7 had S_IFREG.  We don't need to check for
25151         <sys/types.h> since we don't use any symbols that it defines.
25152
25153 2002-06-15  Richard Dawe  <richdawe@bigfoot.com>
25154
25155         * lib/Makefile.am (lstat.c, stat.c, .sin.sed): Use t-$@, rather than
25156         $@-t, so that each temporary file name is unique and valid in the first
25157         8 characters, for operation under DOS.
25158
25159 2002-06-15  Paul Eggert  <eggert@twinsun.com>
25160
25161         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for st_author.
25162
25163 2002-06-15  Jim Meyering  <meyering@lucent.com>
25164
25165         Work even with DJGPP 2.03, which lacks support for symlinks.
25166         From Richard Dawe.
25167         * lib/xstat.in (S_ISLNK): Define to 0 if neither S_ISLNK nor S_IFLNK
25168         is defined.
25169         * lib/lchown.c (S_ISLNK): Likewise.
25170
25171 2002-06-15  Jim Meyering  <meyering@lucent.com>
25172
25173         * lib/file-type.h (FILE_TYPE_H): Guard entire contents with #ifndef.
25174         For GNU libc 2.2 and newer, ensure that <sys/types.h> and <sys/stat.h>
25175         have been included before this file.
25176
25177 2002-06-14  Jim Meyering  <meyering@lucent.com>
25178
25179         * lib/file-type.h: Use the version from diffutils-2.8.2.
25180         * lib/file-type.c: Likewise.
25181
25182 2002-06-07  Jim Meyering  <meyering@lucent.com>
25183
25184         * m4/prereq.m4 (jm_PREREQ_STAT): Check for sys/param.h and sys/mount.h.
25185         They're needed at least for NetBSD 1.5.2.
25186         ($statxfs_includes): Include those same headers.
25187         ($statxfs_includes): Include sys/vfs.h if available.
25188         ($statxfs_includes): Likewise for sys/statvfs.h.
25189         Check for the following members in both structs statfs and statvfs:
25190         f_basetype, f_type, f_fsid.__val, f_namemax, f_namelen.
25191
25192 2002-06-01  Jim Meyering  <meyering@lucent.com>
25193
25194         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename macro:
25195         s/D_TYPE_IN_DIRENT/HAVE_STRUCT_DIRENT_D_TYPE/.
25196
25197 2002-05-28  Jim Meyering  <meyering@lucent.com>
25198
25199         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `mkdir', not `rmdir'.
25200         Reported by Volker Borchert.
25201
25202 2002-05-27  Jim Meyering  <meyering@lucent.com>
25203
25204         Fix a problem seen only on nonconforming systems whereby ls.c's
25205         use of localtime, and then of gettimeofday would cause trouble:
25206         the localtime call used to initialize rpl_gettimeofday's save
25207         mechanism would clobber ls's current local time information so
25208         that in any long listing the first file would always be listed
25209         with date 1970-01-01.  Analysis by Volker Borchert.
25210
25211         * lib/gettimeofday.c (localtime): Undefine.
25212         (rpl_localtime): New function.
25213
25214 2002-05-27  Jim Meyering  <meyering@lucent.com>
25215
25216         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Also replace
25217         localtime.
25218
25219         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `rmdir' so we don't try to
25220         use the replacement function; it wouldn't resolve at link time.
25221         Reported by Volker Borchert.
25222
25223 2002-05-22  Jim Meyering  <meyering@lucent.com>
25224
25225         * lib/Makefile.am (libfetish_a_SOURCES): Add file-type.c and
25226         file-type.h.
25227         * lib/file-type.h: New file.
25228         * lib/file-type.c (file_type): New file/function.  Extracted from
25229         diffutils.
25230
25231 2002-04-30  Jim Meyering  <meyering@lucent.com>
25232
25233         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_STAT.
25234
25235 2002-04-29  Paul Eggert  <eggert@twinsun.com>
25236
25237         * m4/prereq.m4 (jm_PREREQ_SIG2STR): Remove; all callers changed.
25238
25239 2002-04-29  Paul Eggert  <eggert@twinsun.com>
25240
25241         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): Check for stdlib.h.
25242         Do not check for alloca.h (no longer used) or stdbool.h (was never
25243         used?).  Add AM_C_PROTOTYPES since hard-locale.h uses it.
25244
25245 2002-04-29  Paul Eggert  <eggert@twinsun.com>
25246
25247         * lib/hard-locale.c: Upgrade to version used in GNU Diffutils 2.8.1.
25248
25249 2002-04-29  Jim Meyering  <meyering@lucent.com>
25250
25251         * m4/jm-macros.m4 (jm_MACROS): Remove use of AC_FUNC_STRNLEN.
25252         * m4/prereq.m4: Add jm_PREREQ_STRNLEN.
25253         Use AC_FUNC_STRNLEN here instead.
25254
25255         * m4/jm-macros.m4: Don't AC_REQUIRE([AC_PROG_CC_STDC]).
25256         With autoconf-2.53a, it's part of AC_PROG_CC.
25257
25258 2002-04-28  Paul Eggert  <eggert@twinsun.com>
25259
25260         * m4/jm-macros.m4 (jm_MACROS): Add AC_REPLACE_FUNCS(sig2str).
25261         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_SIG2STR.
25262
25263 2002-04-28  Paul Eggert  <eggert@twinsun.com>
25264
25265         * lib/sig2str.h, lib/sig2str.c: New files.
25266         * lib/Makefile.am (libfetish_a_SOURCES): Add sig2str.h.
25267
25268 2002-04-28  Paul Eggert  <eggert@twinsun.com>
25269
25270         * lib/sig2str.h (SIGNUM_BOUND): Do not use WTERMSIG, to avoid
25271         depending on <sys/wait.h> and WTERMSIG.  Default to 64 instead
25272         of 127, since 64 is the largest conceivable number for ancient
25273         nonstandard hosts.
25274         * lib/sig2str.c: Do not include <sys/wait.h>; no longer needed.
25275
25276 2002-04-28  Jim Meyering  <meyering@lucent.com>
25277
25278         * lib/sig2str.c (WTERMSIG): Remove definition (unused).
25279
25280 2002-04-24  Jim Meyering  <meyering@lucent.com>
25281
25282         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): New macro.
25283         (jm_PREREQ): Use it.
25284
25285         * m4/getloadavg.m4: Check for these headers: locale.h unistd.h
25286         mach/mach.h fcntl.h.
25287         Check for this function: setlocale.
25288
25289 2002-04-24  Jim Meyering  <meyering@lucent.com>
25290
25291         * lib/gettext.h: New file, from Gettext.
25292         * lib/Makefile.am (INCLUDES): Remove -I../intl.
25293         (libfetish_a_SOURCES): Add gettext.h.
25294
25295 2002-04-16  Jim Meyering  <meyering@lucent.com>
25296
25297         * m4/prereq.m4 (jm_PREREQ_READUTMP): Also check for these members:
25298         ut_pid, ut_id, ut_exit.
25299
25300 2002-04-16  Jim Meyering  <meyering@lucent.com>
25301
25302         * lib/readutmp.h (UT_TYPE): Remove definition (now in who.c).
25303         (HAVE_STRUCT_XTMP_UT_EXIT, HAVE_STRUCT_XTMP_UT_ID): Define.
25304         (HAVE_STRUCT_XTMP_UT_PID, HAVE_STRUCT_XTMP_UT_TYPE): Define.
25305
25306 2002-04-12  Jim Meyering  <meyering@lucent.com>
25307
25308         * m4/ls-mntd-fs.m4 (checking for getmntinfo function...): Remove
25309         now-bogus check for f_type in sys/mount.h.  Instead, just test for the
25310         existence of the getmntinfo function.  Needed for Darwin 5.3.
25311
25312         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Also detect when dirfd is a macro.
25313         This is necessary at least on Darwin 5.3.
25314
25315         * m4/jm-macros.m4: Don't AC_REPLACE(strnlen), now that we use
25316         AC_FUNC_STRNLEN.  Otherwise, we'd end up putting two copies of
25317         strnlen.o in the library, and that makes some versions of ranlib
25318         object.
25319
25320 2002-04-12  Jim Meyering  <meyering@lucent.com>
25321
25322         * lib/dirfd.h (dirfd): Elide prototype if dirfd is a macro.
25323
25324 2002-04-09  Jim Meyering  <meyering@lucent.com>
25325
25326         * m4/malloc.m4: (jm_FUNC_MALLOC): Change the `checking ...' message
25327         to be more precise.  Rather than saying we're checking whether the
25328         function `works', say what we're testing.
25329         * m4/realloc.m4 (jm_FUNC_REALLOC): Likewise.
25330         Reported by Bruno Haible.
25331
25332 2002-03-10  Jim Meyering  <meyering@lucent.com>
25333
25334         * lib/makepath.c (make_path): Remove a comma from a diagnostic.
25335         Suggestion from Santiago Vila.
25336
25337 2002-03-08  Jim Meyering  <meyering@lucent.com>
25338
25339         * lib/rename.c: Mention that this wrapper is needed also on
25340         mips-dec-ultrix4.4 systems.
25341
25342 2002-03-02  Jim Meyering  <meyering@lucent.com>
25343
25344         * lib/gettime.c (gettime): Test HAVE_CLOCK_GETTIME,
25345         not HAVE_CLOCK_SETTIME.
25346
25347 2002-02-27  Paul Eggert  <eggert@twinsun.com>
25348
25349         * m4/jm-macros.m4 (jm_MACROS): Do not replace stime; no longer used.
25350         Check for clock_settime.
25351
25352 2002-02-27  Paul Eggert  <eggert@twinsun.com>
25353
25354         * lib/nanosleep.h: Rename to....
25355         * lib/timespec.h: New name for nanosleep.h.  All uses changed.
25356
25357         * lib/gettime.c: New file.
25358         * lib/settime.c: New file.
25359         * lib/stime.c: Remove.
25360
25361         * lib/Makefile.am (libfetish_a_SOURCES): Add gettime.c, settime.c,
25362         timespec.h.  Remove nanosleep.h.
25363
25364 2002-02-25  Paul Eggert  <eggert@twinsun.com>
25365
25366         * m4/acl.m4: New file.
25367         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_ACL.
25368         Do not check for acl or sys/acl.h, as AC_FUNC_ACL does that now.
25369
25370 2002-02-25  Paul Eggert  <eggert@twinsun.com>
25371
25372         * lib/acl.c, lib/acl.h: New files.
25373         * lib/Makefile.am (libfetish_a_SOURCES): Add acl.h, acl.c.
25374
25375 2002-02-24  Jim Meyering  <meyering@lucent.com>
25376
25377         * lib/strnlen.c (strnlen): Define-away/undef so that an inconsistent
25378         prototype in string.h (on at least AIX4.3.2.0 w/gcc-2.95.3) doesn't
25379         cause trouble.  Reported by Nelson Beebe.
25380
25381 2002-02-23  Paul Eggert  <eggert@twinsun.com>
25382
25383         * lib/path-concat.c (xpath_concat): Reorder code to pacify
25384         compilers that don't know that xalloc_die never returns.
25385
25386 2002-02-20  Jim Meyering  <meyering@lucent.com>
25387
25388         * lib/getdate.c: Regenerate using bison-1.33.
25389
25390 2002-02-17  Jim Meyering  <meyering@lucent.com>
25391
25392         * config/config.guess (main): Don't use `head -1'; it's no longer
25393         portable. Use `sed 1q' instead.
25394
25395 2002-02-16  gettextize  <bug-gnu-gettext@gnu.org>
25396
25397         * m4/codeset.m4: Upgrade to gettext-0.11.
25398         * m4/gettext.m4: Upgrade to gettext-0.11.
25399         * m4/glibc21.m4: Upgrade to gettext-0.11.
25400         * m4/iconv.m4: Upgrade to gettext-0.11.
25401         * m4/isc-posix.m4: Upgrade to gettext-0.11.
25402         * m4/lcmessage.m4: Upgrade to gettext-0.11.
25403         * m4/lib-ld.m4: New file, from gettext-0.11.
25404         * m4/lib-link.m4: New file, from gettext-0.11.
25405         * m4/lib-prefix.m4: New file, from gettext-0.11.
25406         * m4/progtest.m4: Upgrade to gettext-0.11.
25407
25408 2002-02-15  Paul Eggert  <eggert@twinsun.com>
25409
25410         * m4/prereq.m4 (jm_PREREQ_POSIXVER): New macro.
25411         (jm_PREREQ): Use it.
25412
25413 2002-02-15  Paul Eggert  <eggert@twinsun.com>
25414
25415         * lib/posixver.c, lib/posixver.h: New files.
25416         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
25417
25418 2002-02-02  Paul Eggert  <eggert@twinsun.com>
25419             Bruno Haible  <bruno@clisp.org>
25420
25421         * lib/unicodeio.h (print_unicode_char): Add exit_on_error argument.
25422         (fwrite_success_callback): New declaration.
25423         * lib/unicodeio.c (unicode_to_mb): New function, extracted from
25424         print_unicode_char. Call failure callback instead of error.
25425         (fwrite_success_callback): New function.
25426         (exit_failure_callback): New function.
25427         (fallback_failure_callback): New function.
25428         (print_unicode_char): Call unicode_to_mb.
25429
25430 2002-01-26  Jim Meyering  <meyering@lucent.com>
25431
25432         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.52g.
25433         * m4/strnlen.m4: Remove file, now that it's part of autoconf.
25434
25435 2002-01-26  Jim Meyering  <meyering@lucent.com>
25436
25437         * lib/Makefile.am (getdate$U.o): Depend on unlocked-io.h.
25438
25439 2002-01-22  Paul Eggert  <eggert@twinsun.com>
25440
25441         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_FSEEKO.
25442
25443 2002-01-22  Jim Meyering  <meyering@lucent.com>
25444
25445         * lib/Makefile.am (Makefile): Don't depend on $(BUILT_SOURCES).
25446         Otherwise, some versions of automake would omit the rule that makes
25447         Makefile from Makefile.in.
25448
25449 2002-01-21  Paul Eggert  <eggert@twinsun.com>
25450
25451         * lib/xmemcoll.h, lib/xmemcoll.c: New files.
25452         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
25453         * lib/memcoll.c: Include errno.h, and declare errno if not defined.
25454         (memcoll): Set errno to zero if there is no error.
25455
25456         * lib/quotearg.c (quotearg_buffer_restyled):
25457         Fix bug with quoting buffers containing NUL when backslashing escapes.
25458         This bug was exposed by the other changes in this patch.
25459         (quotearg_n_options): New arg ARGSIZE.
25460         All callers changed.
25461         (quoting_options_from_style): New function.
25462         (quotearg_n_style): Use it.
25463         (quotearg_n_style_mem): New function.
25464
25465         * lib/quotearg.h (quotearg_n_style_mem): New function.
25466
25467 2002-01-19  Jim Meyering  <meyering@lucent.com>
25468
25469         * m4/jm-macros.m4 (jm_MACROS): Use AC_FUNC_STRNLEN.
25470         Remove useless quotes: DF_PROG="df".
25471         * m4/strnlen.m4: New file.
25472
25473 2002-01-16  Paul Eggert  <eggert@twinsun.com>
25474
25475         * lib/backupfile.c (ISDIGIT): Comment fix.
25476         * lib/getdate.y (ISDIGIT): Likewise.
25477         * lib/posixtm.c (ISDIGIT, year): Likewise.
25478         * lib/strverscmp.c (ISDIGIT): Likewise.
25479         * lib/userspec.c (ISDIGIT): Likewise.
25480
25481 2002-01-16  Jim Meyering  <meyering@lucent.com>
25482
25483         * lib/getdate.y: Add three semicolons, each just before a closing
25484         brace. Bison (as of version 1.31) no longer papers over that mistake.
25485
25486 2002-01-05  Jim Meyering  <meyering@lucent.com>
25487
25488         * lib/version-etc.c (version_etc_copyright): Update copyright year.
25489
25490 2001-12-19  Paul Eggert  <eggert@twinsun.com>
25491
25492         * lib/closeout.c (close_stdout_status): If ferror (stdout), do
25493         not silently exit merely because the output buffer happens to
25494         have nothing pending.
25495
25496 2001-12-18  Paul Eggert  <eggert@twinsun.com>
25497
25498         See the big note in ../ChangeLog.
25499         * lib/human.c (suffixes): Prefer K to k for 1024.
25500         (generate_suffix_backwards): New function.
25501         (human_readable_inexact): Use it.
25502         * lib/xstrtol.c (__xstrtol): If there is no number but there
25503         is a valid suffix, assume 1.  "MB" now means decimal, "MiB" binary.
25504         Accept 'K' as well as 'k'.
25505
25506 2001-12-15  Jim Meyering  <meyering@lucent.com>
25507
25508         * lib/regex.h (__restrict_arr): Update from libc.
25509
25510         * lib/mountlist.h (ME_REMOTE): Recognize file systems of type smbfs
25511         as `remote' if the name starts with `//'.  Suggested by Michael Stone.
25512         (STREQ): Define.
25513
25514 2001-12-14  Jim Meyering  <meyering@lucent.com>
25515
25516         * m4/jm-macros.m4 (jm_MACROS): Check for iswspace.
25517         Suggestion from Bruno Haible.
25518
25519 2001-12-10  Jim Meyering  <meyering@lucent.com>
25520
25521         * lib/linebuffer.c: Remove explicit declarations of xmalloc and
25522         xrealloc, Instead, include "xalloc.h".
25523         (initbuffer): Don't cast xmalloc return value to char*.
25524         (readline): Reword comment.
25525         Don't cast xrealloc return value to char*
25526         Return NULL, not 0.
25527
25528 2001-12-09  Jim Meyering  <meyering@lucent.com>
25529
25530         * lib/modechange.c (mode_compile): Add cast to avoid pedantic warning
25531         about `signed and unsigned type in conditional expression'.
25532         * lib/posixtm.c (posix_time_parse): Likewise.
25533
25534         * lib/xreadlink.c (xreadlink): Add cast to avoid a pedantic warning.
25535
25536         * lib/readtokens.c (readtoken): Declare an index to be of type unsigned
25537         to avoid a pedantic warning.
25538
25539         * lib/getstr.c: Don't include assert.h.
25540         (getstr): Remove warning-evoking assertions.
25541         Return -1 if offset parameter is out of bounds.
25542         Change the type of a local from int to size_t.
25543
25544         * lib/strftime.c (my_strftime_localtime_r): Include this function
25545         definition in the `#if ! HAVE_TM_GMTOFF' block.
25546
25547         * lib/xgethostname.c: Remove declarations of xmalloc and xrealloc.
25548         Include xalloc.h instead.
25549
25550 2001-12-02  Jim Meyering  <meyering@lucent.com>
25551
25552         * lib/tempname.c: Don't declare getenv, thus reverting the change of
25553         2001-11-18.  It's no longer necessary, now that stdlib.h is always
25554         included.
25555
25556         * lib/regex.c [!__BOUNDED_POINTERS__]: Define away __bounded,
25557         __unbounded, and __ptrvalue.  Reported by Uwe H. Steinfeld.
25558
25559 2001-11-30  Akim Demaille  <akim@epita.fr>
25560
25561         * lib/xstrdup.c: Include xalloc.h, so that xstrdup is declared
25562         before being defined.
25563
25564 2001-11-27  Paul Eggert  <eggert@twinsun.com>
25565
25566         * lib/quotearg.h (quotearg_n, quotearg_n_style):
25567         First arg is int, not unsigned.
25568         * lib/quotearg.c (quotearg_n, quotearg_n_style): Likewise.
25569         (SIZE_MAX, UINT_MAX): New macros.
25570         (quotearg_n_options): Abort if N is negative.
25571         Avoid overflow check on hosts where size_t is 64 bits and int
25572         is 32 bits, as overflow is impossible there.
25573         Fix off-by-one typo that caused unnecessary reallocation.
25574
25575 2001-11-27  Jim Meyering  <meyering@lucent.com>
25576
25577         * lib/tempname.c: Merge with version from libc.
25578         * lib/regex.c: Likewise.
25579
25580         * lib/tempname.c: Include stdlib.h unconditionally.  On some old
25581         systems for which STDC_HEADERS is 0, it was not included, resulting in
25582         a warning about an integer-to-pointer conversion problem with getenv.
25583         Reported by Volker Borchert.
25584
25585 2001-11-26  Jim Meyering  <meyering@lucent.com>
25586
25587         * lib/gtod.h: Remove file.
25588         * lib/Makefile.am (libfetish_a_SOURCES): Remove gtod.h.
25589         * lib/gettimeofday.c: Don't include gtod.h.
25590         (GTOD_init): Remove function.
25591         (rpl_gettimeofday): Do its job here instead, rather than aborting.
25592         Suggestion from Volker Borchert.
25593
25594 2001-11-23  Jim Meyering  <meyering@lucent.com>
25595
25596         * lib/hash.h (struct hash_table): Don't define here.  Merely declare
25597         it.
25598         * lib/hash.c (struct hash_table): Define it here instead.
25599
25600 2001-11-22  Jim Meyering  <meyering@lucent.com>
25601
25602         * lib/hash.h: Bracket contents of file with #ifndef HASH_H_ ... #endif.
25603
25604 2001-11-20  Jim Meyering  <meyering@lucent.com>
25605
25606         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Update comment to reflect that
25607         SunOS 4.1.4 and Solaris 2.5.1 lose, too.
25608
25609 2001-11-19  Jim Meyering  <meyering@lucent.com>
25610
25611         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Don't bother with a temporary
25612         directory.  Use "conftestXXXXXX" as the template.
25613         Suggestion from Paul Eggert.
25614
25615         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Close each descriptor
25616         immediately, so the test doesn't mistakenly hit the max-open-files
25617         limit.
25618
25619 2001-11-18  Paul Eggert  <eggert@twinsun.com>
25620
25621         * lib/tempname.c (TMP_MAX): Remove; no longer needed.
25622         (TEMPORARIES): New macro.
25623         (__gen_tempname): Use TEMPORARIES rather than TMP_MAX.  This
25624         removes an artificial limitation (e.g. HP-UX 10.20, where
25625         TMP_MAX is 17576).
25626
25627 2001-11-18  Jim Meyering  <meyering@lucent.com>
25628
25629         * m4/prereq.m4 (jm_PREREQ_TEMPNAME): Check for declaration of getenv.
25630
25631 2001-11-18  Jim Meyering  <meyering@lucent.com>
25632
25633         * lib/tempname.c [!HAVE_DECL_GETENV]: Declare getenv to avoid warning
25634         on SunOS 4.
25635
25636         * lib/Makefile.am (Makefile): Depend on $(BUILT_SOURCES), so those
25637         files will be created before anything else.
25638
25639 2001-11-17  Paul Eggert  <eggert@twinsun.com>
25640
25641         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): Do not define
25642         WINSIZE_IN_PTEM if <termios.h> defines struct winsize.
25643
25644 2001-11-17  Jim Meyering  <meyering@lucent.com>
25645
25646         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): New file and macro.
25647         Prompted by a report from Bob Proulx.
25648
25649         * m4/jm-macros.m4 (jm_MACROS): Don't test for mkstemp here.
25650         Instead, require UTILS_FUNC_MKSTEMP.
25651
25652 2001-11-17  Jim Meyering  <meyering@lucent.com>
25653
25654         * m4/jm-macros.m4 (jm_MACROS): Remove code to set POW_LIBM.
25655         Now, that's done as part of AC_FUNC_STRTOD.
25656
25657 2001-11-17  Jim Meyering  <meyering@lucent.com>
25658
25659         * lib/modechange.c (mode_adjust): Fix error introduced on 1999-04-26
25660         that made e.g., `chmod a=,o=w,g=o F' cause F to be group readable
25661         rather than group writable.  Patch by Juan F. Codagnone.
25662
25663         * lib/readtokens.c: Remove explicit declarations of xmalloc and
25664         xrealloc, Instead, include "xalloc.h".
25665
25666         * lib/mountlist.c: Include unlocked-io.h after all system headers.
25667         Remove explicit declarations of xmalloc, xrealloc,
25668         and xstrdup.  Instead, include "xalloc.h".
25669
25670         * lib/argmatch.c, closeout.c, error.c, exclude.c: Include
25671         unlocked-io.h.
25672         * lib/fatal.c, getdate.y, getpass.c, getstr.c, getusershell.c:
25673         Likewise.
25674         * lib/mountlist.c, posixtm.c, readtokens.c, readutmp.c: Likewise.
25675
25676         * lib/regex.c, sha.c, version-etc.c, yesno.c: Likewise.
25677         Reported by Padraig Brady.
25678
25679         * lib/mkstemp.c: #undef mkstemp.
25680         Include config.h.
25681         (rpl_mkstemp): Rename from mkstemp.
25682         Protoize.
25683
25684 2001-11-16  Jim Meyering  <meyering@lucent.com>
25685
25686         * lib/physmem.c [HAVE_SYS_PSTAT_H]: Include <sys/pstat.h>.
25687         (physmem_total) [HAVE_PSTAT_GETSTATIC]: If sysconf couldn't be used to
25688         determine the amount of total physical memory, use pstat_getstatic.
25689         HPUX-11 doesn't define _SC_PHYS_PAGES.
25690         (physmem_available) [HAVE_PSTAT_GETSTATIC && HAVE_PSTAT_GETDYNAMIC]:
25691         If sysconf couldn't be used to determine the amount of available
25692         physical memory, use both pstat_getstatic and pstat_getdynamic.
25693         Based on a patch from Bob Proulx.
25694
25695 2001-11-10  Jim Meyering  <meyering@lucent.com>
25696
25697         * m4/prereq.m4 (jm_PREREQ_PHYSMEM): New function.
25698         (jm_PREREQ): Use it.
25699
25700 2001-11-09  Jim Meyering  <meyering@lucent.com>
25701
25702         * m4/jm-macros.m4: Require autoconf-2.52f.
25703         (AC_FUNC_ERROR_AT_LINE, AC_FUNC_OBSTACK, AC_FUNC_STRTOD):
25704         Use these AC_-prefixed names, not the AM_-prefixed ones.
25705
25706         * m4/afs.m4 (jm_AFS): Quote the body.  Patch by Akim Demaille.
25707
25708 2001-11-05  Jim Meyering  <meyering@lucent.com>
25709
25710         * lib/xstat.in (slash_aware_lstat): Correct a misleading comment.
25711
25712 2001-11-04  Jim Meyering  <meyering@lucent.com>
25713
25714         * m4/fpending.m4: Remove unused cruft that saved, set, and restored
25715         $DEFS.
25716
25717 2001-11-03  Jim Meyering  <meyering@lucent.com>
25718
25719         * m4/jm-glibc-io.m4n (jm_FUNC_GLIBC_UNLOCKED_IO): Quote first arg
25720         of AC_DEFUN.
25721
25722         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Rework so dirfd.c doesn't have to
25723         know the name of the variable in the macro definition.
25724
25725 2001-11-03  Jim Meyering  <meyering@lucent.com>
25726
25727         * lib/argmatch.h (ARGMATCH_TO_ARGUMENT): Remove casts of first two args
25728         in argmatch_to_argument call.
25729
25730         * lib/dirfd.c (dirfd): Reflect the fact that DIR_TO_FD now takes an
25731         argument.
25732
25733         * lib/hash.c (hash_clear): Fix a bug that could lead to an infloop or
25734         e.g., a fault due to an attempt to free a NULL pointer.
25735
25736 2001-11-01  Jim Meyering  <meyering@lucent.com>
25737
25738         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): New macro.
25739         * m4/jm-macros.m4 (jm_MACROS): Require UTILS_FUNC_DIRFD.
25740
25741 2001-11-01  Jim Meyering  <meyering@lucent.com>
25742
25743         * lib/dirfd.c, lib/dirfd.h: New files.
25744         * lib/Makefile.am (libfetish_a_SOURCES): Add dirfd.h.
25745
25746         * lib/hash.c (hash_print) [TESTING]: Clean up.
25747
25748 2001-10-22  Paul Eggert  <eggert@twinsun.com>
25749
25750         * lib/hard-locale.c (alloca): Define to __builtin_alloca if __GNUC__,
25751         to avoid a warning if -Wall.
25752
25753 2001-10-22  Jeff Bailey  <jbailey@outpost.dnsalias.org>
25754
25755         * README: New file
25756         * doc/*: Add COPYING, COPYING.LIB, COPYING.DOC, fdl.texi
25757         (per RMS's instructions, this is now the canonical source)
25758         * lgpl/, gpl/: New directories.
25759
25760 2001-10-21  Paul Eggert  <eggert@twinsun.com>
25761
25762         * lib/regex.c (uintptr_t): Remove macro and decl; it's config.h's job.
25763
25764 2001-10-21  Jim Meyering  <meyering@lucent.com>
25765
25766         * lib/obstack.c (_): Honor the setting of ENABLE_NLS.  Otherwise,
25767         this code would end up calling gettext even in packages built
25768         with --disable-nls.
25769         * lib/getopt.c (_): Likewise.
25770         * lib/regex.c (_): Likewise.
25771
25772 2001-10-20  Paul Eggert  <eggert@twinsun.com>
25773
25774         * m4/error.m4 (jm_PREREQ_ERROR):
25775         Do not invoke AC_CHECK_FUNCS with strerror_r, as
25776         AC_FUNC_STRERROR_R does that.
25777         Check for strerror declaration.
25778
25779         * m4/strerror_r.m4: Add copyright notice, as nontrivial m4 files
25780         are supposed to have them these days.
25781         (AC_FUNC_STRERROR_R): Always do char* test, so that it gets cached.
25782         Merge changes from latest Autoconf CVS.
25783         Rename ac_cv_func_strerror_r_works to ac_cv_func_strerror_r_char_p,
25784         and rename HAVE_WORKING_STRERROR_R to STRERROR_R_CHAR_P, since
25785         POSIX decided to standardize on the int flavor of strerror_r.
25786
25787 2001-10-20  Paul Eggert  <eggert@twinsun.com>
25788
25789         * lib/error.c (strerror_r): Do not declare unless !_LIBC.
25790         Do not check for HAVE_DECL_STRERROR_R missing unless STRERROR_R_CHAR_P.
25791         Use strerror_r that is only a macro, even if it is not a function.
25792         (strerror): Check for HAVE_DECL_STRERROR before declaring.
25793         (private_strerror): Use prototypes, not old-style function definition.
25794         (print_errno_message): New function.
25795         Support the POSIX 'int'-flavored strerror_r, as well as the traditional
25796         char*-flavored one.
25797         (error_tail, error, error_at_line): Use it.
25798
25799 2001-10-11  Jim Meyering  <meyering@lucent.com>
25800
25801         * lib/argmatch.c (argmatch_invalid): Use quotearg_n_style (0, ...
25802         and quote_n (1, ... to avoid clobbering a buffer.
25803
25804 2001-10-05  Jim Meyering  <meyering@lucent.com>
25805
25806         * lib/Makefile.am: (libfetish_a_SOURCES): Add hash-pjw.c and
25807         hash-pjw.h.
25808         * lib/hash-pjw.c: New file (factored out of fileutils' remove.c).
25809         * lib/hash-pjw.h: New file.
25810
25811 2001-09-30  Jim Meyering  <meyering@lucent.com>
25812
25813         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): See if
25814         `struct fsstat' has the `f_fstypename' member.
25815         Use that to define FS_TYPE, which is now used to make
25816         the getfsstat link test tighter.
25817
25818 2001-09-30  Jim Meyering  <meyering@lucent.com>
25819
25820         * lib/mountlist.c [MOUNTED_GETFSSTAT]:
25821         Include <sys/ucred.h>, for Apple Darwin.
25822         Include sys/mount.h and sys/fs_types.h only if available.
25823         (FS_TYPE): Define.
25824         (read_filesystem_list): Use FS_TYPE.
25825
25826 2001-09-29  Paul Eggert  <eggert@twinsun.com>
25827
25828         * lib/exclude.c (excluded_filename): 0 -> false, since it's
25829         a boolean context.
25830
25831 2001-09-29  Jim Meyering  <meyering@lucent.com>
25832
25833         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
25834         [one-argument getmntent function]): Include stdio.h before mntent.h.
25835         SunOS 4.1.x needs it for the declaration of `FILE'.
25836         Patch by Volker Borchert.
25837
25838         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
25839         Check for these headers: sys/param.h sys/ucred.h sys/mount.h
25840         sys/fs_types.h, and make the link-test for getfsstat guard #include
25841         directives with appropriate #if HAVE_*_H tests so that we can
25842         detect getfsstat on Apple Darwin1.3.7 systems.
25843         Reported by Nelson Beebe.
25844         Fix harmless typo in cache variable name: s/getsstat/getfsstat/.
25845
25846 2001-09-28  Paul Eggert  <eggert@twinsun.com>
25847
25848         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
25849         #defines strtoimax.  Also treat the other strto* functions
25850         like strtoimax.
25851
25852         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
25853         Check for strtoul and strtoumax,
25854         as those declarations are made even in the signed case.
25855         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX):
25856         Likewise, for strtol and strtoimax.
25857
25858 2001-09-28  Paul Eggert  <eggert@twinsun.com>
25859
25860         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
25861         #defines strtoimax.  Also treat the other strto* functions
25862         like strtoimax.
25863
25864         * lib/xstrtol.c (strtol): Do not declare if HAVE_DECL_STRTOL.
25865         (strtoul): Do not declare if HAVE_DECL_STRTOUL.
25866         (strtoimax, strtoumax): Do not declare if already defined as a macro.
25867
25868 2001-09-26  Jim Meyering  <meyering@lucent.com>
25869
25870         Most macros in unlocked-io.h had the wrong number of arguments.
25871         * lib/gen-uio: New script.
25872         (USE_UNLOCKED_IO): Define to 1 if not already defined.
25873         * lib/unlocked-io.hin: Remove file.
25874         * lib/Makefile.am (unlocked-io.h): Rewrite to use a separate script,
25875         rather than trying to embed it here.
25876         (EXTRA_DIST): Add gen-uio.  Remove unlocked-io.hin
25877         Reported by Padraig Brady.
25878
25879 2001-09-25  Volker Borchert  <bt@teknon.de>
25880
25881         * lib/gettimeofday.c (rpl_gettimeofday): Declare local variable
25882         `result'.
25883
25884 2001-09-24  Jim Meyering  <meyering@lucent.com>
25885
25886         * m4/gettext.m4: Use the version from gettext-0.10.40, not CVS.
25887
25888 2001-09-23  Jim Meyering  <meyering@lucent.com>
25889
25890         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add a compile-test
25891         instead of the mere test for existence of mntent.h.  The latter
25892         would get a false-positive on AIX 3.4 systems.
25893         In the outer getmntent if-block, don't die if neither of the getmntent
25894         tests succeeds.  Instead, just fall through and continue with the
25895         remaining tests.
25896
25897 2001-09-23  Jim Meyering  <meyering@lucent.com>
25898
25899         * lib/mountlist.c: Remove useless parentheses in #if directives.
25900         (MOUNTED) [!defined MOUNTED]: Define to _PATH_MOUNTED, for when
25901         the deprecated MOUNTED symbol is no longer defined in mntent.h.
25902
25903 2001-09-22  Jim Meyering  <meyering@lucent.com>
25904
25905         * m4/gettext.m4: New file.  From gettext.
25906         * m4/lcmessage.m4: Sync with gettext -- this changes only comments.
25907         * m4/progtest.m4: Likewise
25908         * m4/isc-posix.m4: Decrement serial number to sync with gettext.
25909         * m4/glibc21.m4: Likewise.
25910
25911         * m4/libintl.m4: Remove.  No longer used.
25912
25913 2001-09-22  Jim Meyering  <meyering@lucent.com>
25914
25915         * lib/localcharset.c: Update from latest gettext.
25916         * lib/config.charset: Likewise.
25917
25918 2001-09-20  Jim Meyering  <meyering@lucent.com>
25919
25920         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX): Check for declaration of
25921         strtoimax.
25922         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check for declaration of
25923         strtoumax.
25924
25925 2001-09-20  Jim Meyering  <meyering@lucent.com>
25926
25927         * lib/xstrtol.c (strtoimax): Guard declaration with
25928         `#if !HAVE_DECL_STRTOIMAX', rather than just `#ifndef strtoimax'.
25929         The latter fails because some systems (at least rs6000-ibm-aix4.3.3.0)
25930         have their own, conflicting declaration of strtoimax in sys/inttypes.h.
25931         (strtoumax): Likewise, for completeness (it wasn't necessary).
25932
25933 2001-09-17  Paul Eggert  <eggert@twinsun.com>
25934
25935         * lib/strtoimax.c (HAVE_LONG_LONG):
25936         Redefine to HAVE_UNSIGNED_LONG_LONG if unsigned.
25937         (strtoimax): Use sizeof (long), not sizeof strtol (ptr, endptr, base),
25938         to work around bug in IBM C compiler.
25939
25940 2001-09-17  Jim Meyering  <meyering@lucent.com>
25941
25942         * m4/chown.m4, fstypename.m4, getgroups.m4, gettimeofday.m4,
25943         * m4/jm-mktime.m4, lstat.m4, malloc.m4, memcmp.m4, mkdir-slash.m4,
25944         * m4/nanosleep.m4, putenv.m4, readdir.m4, realloc.m4, rename.m4,
25945         * m4/st_dm_mode.m4, stat.m4, strerror_r.m4, timespec.m4, utimbuf.m4,
25946         * m4/utimes.m4: Use AC_DEFINE rather than AC_DEFINE_UNQUOTED,
25947         whenever the right hand side need not be expanded by the shell.
25948
25949 2001-09-16  Paul Eggert  <eggert@twinsun.com>
25950
25951         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): Remove test for GNU C
25952         library.  It's not correct, as some older glibcs are buggy.
25953         fnmatch wasn't fixed until glibc 2.2.
25954
25955         Use AC_DEFINE, not AC_DEFINE_UNQUOTED, as there's no
25956         special shell magic here.
25957
25958 2001-09-16  Jim Meyering  <meyering@lucent.com>
25959
25960         * m4/mkdir-slash.m4 (UTILS_FUNC_MKDIR_TRAILING_SLASH): New file/macro.
25961         * m4/jm-macros.m4: Require it.
25962
25963 2001-09-16  Jim Meyering  <meyering@lucent.com>
25964
25965         * lib/mkdir.c: New file.
25966
25967 2001-09-15  Jim Meyering  <meyering@lucent.com>
25968
25969         * m4/jm-macros.m4: Check for help2man.
25970
25971 2001-09-11  Jim Meyering  <meyering@lucent.com>
25972
25973         * m4/host-os.m4 (UTILS_HOST_OS): New file/macro.
25974         The body, by Paul Eggert, was moved here from configure.in.
25975         * m4/jm-macros.m4: Require UTILS_HOST_OS.
25976
25977 2001-09-04  Paul Eggert  <eggert@twinsun.com>
25978
25979         * m4/prereq.m4 (jm_PREREQ_XREADLINK): New macro.
25980         (jm_PREREQ): Use it.
25981
25982 2001-09-04  Paul Eggert  <eggert@twinsun.com>
25983
25984         * lib/xreadlink.c (xreadlink): Omit size_t* arg.  All uses changed.
25985         Use ssize_t, not int, to store result of readlink.
25986         Check for ssize_t overflow as well as size_t overflow,
25987         as POSIX says the result of readlink is implementation-defined
25988         when ssize_t overflows.
25989         Remove unnecessary cast to char*.
25990         Use free+malloc instead of realloc, as the storage doesn't need
25991         to be preserved and it's clearer and can be more efficient that way.
25992         (SIZE_MAX, SSIZE_MAX): New macros, if <limits.h> doesn't declare.
25993         * lib/xreadlink.h (xreadlink): Update prototype.
25994
25995 2001-09-04  Paul Eggert  <eggert@twinsun.com>
25996
25997         * lib/xgetcwd.c: Revert some of the previous change; intead,
25998         fix the HAVE_GETCWD_NULL code to behave more like the
25999         !HAVE_GETCWD_NULL code used to.
26000
26001         Include "xalloc.h".
26002         (xgetcwd): Do not return NULL when memory is exhausted; instead,
26003         invoke xalloc_die.
26004
26005 2001-09-03  Paul Eggert  <eggert@twinsun.com>
26006
26007         * m4/prereq.m4 (jm_PREREQ_XGETCWD): Check for limits.h and
26008         sys/param.h, as pathmax.h includes them.
26009
26010 2001-09-03  Paul Eggert  <eggert@twinsun.com>
26011
26012         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_XGETCWD.
26013         (jm_PREREQ_XGETCWD): New macro.
26014
26015         * m4/getcwd.m4: New file.
26016
26017 2001-09-03  Paul Eggert  <eggert@twinsun.com>
26018
26019         * lib/xgetcwd.c: Fix the !HAVE_GETCWD_NULL code to behave more
26020         like the HAVE_GETCWD_NULL code.
26021         Include pathmax.h if not HAVE_GETCWD.
26022         Do not include xalloc.h.
26023         (INITIAL_BUFFER_SIZE): New symbol.
26024         Do not use xmalloc / xrealloc, since the caller is responsible for
26025         handling errors.  Preserve errno around `free' during failure.
26026         Do not overrun buffer when using getwd.
26027
26028 2001-09-03  Paul Eggert  <eggert@twinsun.com>
26029
26030         * lib/xgetcwd.c (xgetcwd): Use HAVE_GETCWD_NULL, not (defined
26031         __GLIBC__ && __GLIBC__ >= 2), to decide whether to use
26032         getcwd (NULL, 0).
26033
26034 2001-09-03  Paul Eggert  <eggert@twinsun.com>
26035
26036         * lib/exclude.c (fnmatch_no_wildcards): Fix confusion between
26037         usage of FNM_CASEFOLD and FNM_LEADING_DIR.  The bug was
26038         spotted by Jim Meyering.
26039
26040 2001-09-03  Jim Meyering  <meyering@lucent.com>
26041
26042         * lib/xreadlink.c (xreadlink): Preserve errno around `free' during
26043         failure.
26044
26045 2001-09-02  Jim Meyering  <meyering@lucent.com>
26046
26047         * lib/error.c: Update from GNU libc.
26048
26049 2001-09-01  Jim Meyering  <meyering@lucent.com>
26050
26051         * m4/jm-macros.m4 (jm_MACROS): Check for canonicalize_file_name.
26052         Used by df.
26053
26054 2001-09-01  Jim Meyering  <meyering@lucent.com>
26055
26056         * lib/xreadlink.c: New file.
26057         * lib/xreadlink.h: New file.
26058         * lib/Makefile.am (libfetish_a_SOURCES): Add xreadlink.c and
26059         xreadlink.h.
26060
26061         * lib/regex.c (uintptr_t) [!_LIBC]: Define to private_uintptr_t, so it
26062         doesn't conflict with sparc Solaris 7's definition in
26063         /usr/include/sys/int_types.h.
26064
26065         * lib/exclude.c: Use `""', not `<>' to #include non-system header
26066         files.
26067         (fnmatch_no_wildcards): Rewrite not to use function names, strcasecmp
26068         and strncasecmp as r-values.  Unixware didn't have declarations.
26069
26070 2001-08-31  Paul Eggert  <eggert@twinsun.com>
26071
26072         * lib/xstrtol.h: Add copyright notice.
26073         (_DECLARE_XSTRTOL): Improve quality of diagnostic for
26074         LONGINT_INVALID_SUFFIX_CHAR.
26075
26076 2001-08-31  Paul Eggert  <eggert@twinsun.com>
26077
26078         * lib/xstrtol.c (strtoimax): New decl.
26079
26080 2001-08-31  Paul Eggert  <eggert@twinsun.com>
26081
26082         * lib/xgetcwd.c: Don't include pathmax.h.
26083         Include stdlib.h and unistd.h if available.
26084         Include xalloc.h.
26085         (xmalloc, xstrdup, free): Remove decls.
26086         (xgetcwd): Don't assume sizes fit in unsigned.
26087         Check for overflow when computing sizes.
26088         Simplify reallocation code.
26089
26090 2001-08-31  Paul Eggert  <eggert@twinsun.com>
26091
26092         * lib/savedir.c (savedir): Remove size parameter, as POSIX says that
26093         a directory's st_size can have an arbitrary value, so the old
26094         usage could waste an arbitrary amount of memory.  All uses
26095         changed.
26096         * lib/savedir.h: Update prototype.
26097
26098 2001-08-31  Paul Eggert  <eggert@twinsun.com>
26099
26100         * lib/Makefile.am (libfetish_a_SOURCES): Remove strtoxmax.c.
26101
26102         * lib/strtoimax.c: Renamed from strtoxmax.c, removing the
26103         old strtoimax.c.
26104
26105         Also, make the following further changes to make this file's
26106         configuration more similar to that of strtol.c:
26107         (UNSIGNED): Renamed from STRTOUXMAX_UNSIGNED.  All uses changed.
26108         (strtoumax, uintmax_t, strtoull, strtol): Remove.
26109         (intmax_t, strtoimax, strtol, strtoll): New macros, if UNSIGNED.
26110         (strtoimax): Renamed from strtoumax.  All uses of unsigned values
26111         changed to signed values.
26112
26113         And make the following changes as well:
26114         Fix copyright notice, as 1999 was missing.
26115         (verify): New macro.
26116         (strtoimax): Check sizes at compile-time, not run-time.
26117         Prefer strtol to strtoll if both work.
26118         (main): Remove; it was not that useful and was a pain to maintain.
26119
26120         * lib/strtoumax.c: Include strtoimax.c, not strtouxmax.c.
26121
26122 2001-08-31  Jim Meyering  <meyering@lucent.com>
26123
26124         * lib/xgetcwd.c (xgetcwd): Reorganize to avoid some duplication.
26125         Use an initial, malloc'd, buffer of length 128 rather than
26126         a statically allocated one of length 1024.
26127
26128 2001-08-30  Paul Eggert  <eggert@twinsun.com>
26129
26130         Simplify code, partly by assuming autoconf 2.52 semantics.
26131
26132         * m4/Makefile.am (EXTRA_DIST): Remove uintmax_t.m4.
26133
26134         * m4/inttypes.m4 (AC_PREREQ): Bump to 2.52.
26135         (jm_AC_HEADER_INTTYPES_H): Remove; now done by autoconf in 2.52.
26136         All uses removed.
26137         (jm_AC_TYPE_INTMAX_T, jm_AC_TYPE_UINTMAX_T):
26138         Move AC_REQUIRE to next-to-top level, to avoid confusion.
26139         Use 2.52's AC_CHECK_TYPE instead of merely looking for the header.
26140         * m4/prereq.m4 (jm_PREREQ_HUMAN): Don't require
26141         jm_AC_HEADER_INTTYPES_H.
26142         * m4/jm-macros.m4 (jm_MACROS): Likewise.
26143
26144         * m4/uintmax_t.m4: Remove, as it duplicates inttypes.m4.
26145
26146         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
26147         Quote first arg of AC_DEFUN.
26148         Require jm_AC_TYPE_UINTMAX_T and jm_AC_TYPE_UNSIGNED_LONG_LONG
26149         since they are needed to parse the include file even if we need
26150         only xstrtoimax.  Simplify logic behind the args to AC_REPLACE.
26151         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Likewise,
26152         but with opposite signedness.
26153
26154 2001-08-30  Paul Eggert  <eggert@twinsun.com>
26155
26156         Merge 'exclude' changes from tar 1.13.22.
26157         This fixes one or two unlikely storage allocation overflow bugs,
26158         but doesn't change user-visible behavior otherwise.
26159
26160 2001-08-30  Paul Eggert  <eggert@twinsun.com>
26161
26162         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_EXCLUDE.
26163         (jm_PREREQ_EXCLUDE): New macro.
26164
26165 2001-08-30  Paul Eggert  <eggert@twinsun.com>
26166
26167         * lib/quotearg.c: BSD/OS 4.1 wchar.h requires FILE and struct
26168         tm to be declared.
26169
26170 2001-08-30  Paul Eggert  <eggert@twinsun.com>
26171
26172         * lib/hash.c: Remove '2001' from copyright notice.
26173
26174 2001-08-30  Paul Eggert  <eggert@twinsun.com>
26175
26176         * lib/full-write.h: New file.
26177         * lib/Makefile.am (libfetish_a_SOURCES): Add full-write.h.
26178         * lib/full-write.c: Correct credits, as cccp.c no longer
26179         exists and anyway it was so heavily changed from the old cccp
26180         code as to be unrecognizable.  Include full-write.h.
26181         (full_write) Return size_t, with short writes meaning failure.
26182         All callers changed.  This fixes a bug with large buffers
26183         on 64-bit hosts.
26184         * lib/utime.c: Include full-write.h.
26185
26186 2001-08-30  Paul Eggert  <eggert@twinsun.com>
26187
26188         * lib/exclude.c (bool): Declare, perhaps by including stdbool.h.
26189         (<sys/types.h>): Include only if HAVE_SYS_TYPES_H.
26190         (<stdlib.h>, <string.h>, <strings.h>, <inttypes.h>, <stdint.h>):
26191         Include if available.
26192         (<xalloc.h>): Include
26193         (SIZE_MAX): Define if <stdint.h> or <inttypes.h> doesn't.
26194         (verify): New macro.  Use it to verify that EXCLUDE macros do not
26195         collide with FNM macros.
26196         (struct patopts): New struct.
26197         (struct exclude): Use it, as exclude patterns now come with options.
26198         (new_exclude): Support above changes.
26199         (new_exclude, add_exclude_file):
26200         Initial size must now be a power of two to simplify overflow checking.
26201         (free_exclude, fnmatch_no_wildcards): New function.
26202         (excluded_filename): No longer requires options arg, as the options
26203         are determined by add_exclude.  Now returns bool, not int.
26204         (excluded_filename, add_exclude):
26205         Add support for the fancy new exclusion options.
26206         (add_exclude, add_exclude_file): Now takes int options arg.
26207         Check for arithmetic overflow when computing sizes.
26208         (add_exclude_file): xrealloc might modify errno, so don't
26209         realloc until after errno might be used.
26210
26211         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE,EXCLUDE_WILDCARDS):
26212         New macros.
26213         (free_exclude): New decl.
26214         (add_exclude, add_exclude_file): Now takes int options arg.
26215         (excluded_filename): No longer requires options arg, as the options
26216         are determined by add_exclude.  Now returns bool, not int.
26217
26218 2001-08-30  Paul Eggert  <eggert@twinsun.com>
26219
26220         * lib/alloca.c (alloca): Arg is of type size_t, not unsigned.
26221
26222 2001-08-27  Jim Meyering  <meyering@lucent.com>
26223
26224         * lib/Makefile.am (libfetish_a_SOURCES): Add strtoxmax.c
26225
26226         * lib/version-etc.c (N_): Remove definition.
26227         Revert most of last change.
26228         Instead, simply don't mark the `Copyright...' string for translation.
26229         Based on advice from Paul Eggert.
26230
26231         * lib/strtoxmax.c: Tweak comment.
26232
26233 2001-08-26  Jim Meyering  <meyering@lucent.com>
26234
26235         * m4/jm-macros.m4: Require jm_AC_PREREQ_XSTRTOIMAX.
26236
26237         * m4/xstrtoimax.m4: New file.
26238         * m4/xstrtoumax.m4: Add comments explaining why we
26239         AC_REPLACE_FUNCS(strtol).
26240
26241 2001-08-26  Jim Meyering  <meyering@lucent.com>
26242
26243         * lib/version-etc.c (version_etc_copyright_fmt): Replace literal year
26244         of copyright with `%s' so translators don't get an untranslated
26245         message in 2002.
26246         (COPYRIGHT_YEAR): Define.
26247         (version_etc): Use fprintf rather than fputs.
26248         Suggestion from Ulrich Drepper.
26249
26250         * lib/Makefile.am (libfetish_a_SOURCES): Add xstrtoimax.c.
26251
26252         * lib/strtoll.c: New file, from GNU libc.
26253         * lib/xstrtoimax.c: New file.
26254
26255         * lib/xstrtol.h: Add xstrtoimax.
26256         * lib/strtoumax.c: New file.  Simply include "strtoumax.c".
26257         * lib/strtoimax.c: New file.  Likewise, but first define
26258         STRTOUXMAX_SIGNED.
26259
26260         * lib/strtoumax.c: Factor to work both for unsigned and signed types,
26261         ...
26262         * lib/strtoxmax.c: ... then renamed to this.
26263
26264 2001-08-18  Paul Eggert  <eggert@twinsun.com>
26265
26266         * m4/inttypes.m4: Add AC_PREREQ(2.13).
26267         (jm_AC_HEADER_INTTYPES_H): Test for intmax_t, too.
26268         (jm_AC_TYPE_INTMAX_T): New macro.
26269         (jm_AC_TYPE_UINTMAX_T): Moved here from uintmax_t.m4.
26270
26271         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): New macro.
26272
26273         * m4/longlong.m4: Renamed from ulonglong.m4.
26274         * m4/inttypes.m4: Renamed from inttypes_h.m4.
26275         * m4/uintmax_t.m4: Removed.
26276
26277 2001-08-13  Paul Eggert  <eggert@twinsun.com>
26278
26279         * lib/Makefile.am (unlocked-io.h): Do not append "_unlocked" twice.
26280         Port to Solaris 8, where 'sed' requires a space after the 'r'
26281         command, and where sh dislikes "$/".  Clean up the spacing a bit.
26282         Redirect output to $tmp just once.
26283
26284 2001-08-12  Paul Eggert  <eggert@sic.twinsun.com>
26285
26286         * lib/addext.c (<errno.h>): Include.
26287         (errno): Declare if not defined.
26288         (addext): Work correctly when pathconf returns -1 and leaves
26289         errno alone because there is no limit.  Also, work even if
26290         pathconf returns a value greater than SIZE_MAX.
26291
26292 2001-08-12  Jim Meyering  <meyering@lucent.com>
26293
26294         * m4/afs.m4, assert.m4, bison.m4, check-decl.m4, chown.m4, d-ino.m4,
26295         d-type.m4, dos.m4, error.m4, fnmatch.m4, fpending.m4, fstypename.m4,
26296         fsusage.m4, ftruncate.m4, getgroups.m4, glibc.m4, gnu-source.m4,
26297         group-member.m4, jm-glibc-io.m4, jm-macros.m4, jm-mktime.m4,
26298         jm-winsz1.m4, jm-winsz2.m4, lchown.m4, lib-check.m4, libintl.m4,
26299         link-follow.m4, ls-mntd-fs.m4, lstat.m4, malloc.m4, mbrtowc.m4,
26300         mbstate_t.m4, mbswidth.m4, memcmp.m4, nanosleep.m4, perl.m4,
26301         prereq.m4, putenv.m4, readdir.m4, realloc.m4, regex.m4, rename.m4,
26302         rmdir-errno.m4, search-libs.m4, st_dm_mode.m4, st_mtim.m4, stat.m4,
26303         strftime.m4, timespec.m4, unlink-busy.m4, uptime.m4, utimbuf.m4,
26304         utime.m4, utimes.m4, xstrtoumax.m4:
26305         Quote the first argument in each use of AC_DEFUN.
26306
26307 2001-08-12  Jim Meyering  <meyering@lucent.com>
26308
26309         * lib/xgetcwd.c (xgetcwd) [defined __GLIBC__ && __GLIBC__ >= 2]:
26310         Simply `return getcwd (NULL, 0);'.
26311         [! (defined __GLIBC__ && __GLIBC__ >= 2)]:
26312         Use 1300 as initial value for length, not PATH_MAX.
26313
26314         * lib/pathmax.h: Clean up cpp syntax.
26315
26316 2001-08-12  Jim Meyering  <meyering@lucent.com>
26317
26318         * lib/gettimeofday.c: New file.
26319         * lib/gtod.h: New file.
26320         * lib/Makefile.am (libfetish_a_SOURCES): Add gtod.h.
26321
26322 2001-08-05  Jim Meyering  <meyering@lucent.com>
26323
26324         * m4/jm-macros.m4: Require autoconf-2.52.
26325
26326 2001-08-04  Jim Meyering  <meyering@lucent.com>
26327
26328         * lib/error.h (__attribute__): Remove `|| __STRICT_ANSI__' from #if
26329         stmt, to get in sync with glibc.
26330
26331 2001-08-03  Paul Eggert  <eggert@twinsun.com>
26332
26333         The following changes are from gettext 0.10.39 as maintained by
26334         Bruno Haible.
26335
26336         * lib/mbswidth.h (MBSW_REJECT_UNPRINTABLE, MBSW_REJECT_INVALID):
26337         Renamed from MBSW_ACCEPT_UNPRINTABLE and MBSW_ACCEPT_INVALID
26338         with inverted sense.  All uses changed.
26339
26340         * lib/mbswidth.c: Don't include <limits.h>.
26341         Include <stdlib.h> and <string.h> unconditionally.
26342         (iswcntrl, mbsinit, ISCNTRL): New macros.
26343         (mbsnwidth): Use K&R style function declarations.
26344         Don't bother checking for MB_LEN_MAX == 1, since the compiler
26345         can optimize it when MB_CUR_MAX == 1.
26346         The width of control characters is zero, not 1.
26347
26348 2001-08-03  Paul Eggert  <eggert@twinsun.com>
26349
26350         The following changes are from gettext 0.10.39 as maintained by
26351         Bruno Haible, except that getline.m4 continues to use AC_LIBOBJ.
26352
26353         * m4/codeset.m4: Upgrade to serial AM1.
26354         (AM_LANGINFO_CODESET): Renamed from jm_LANGINFO_CODESET;
26355         all uses changed.  Quote first arg of AC_DEFUN.
26356         (am_cv_langinfo_codeset): Renamed from jm_cv_langinfo_codeset.
26357
26358         * m4/iconv.m4: Upgrade to serial AM2.
26359         (AM_ICONV): Renamed from jm_ICONV; all uses changed.
26360         Add --with-libconv-prefix.
26361         Quote first arg of AC_DEFUN.  Add description for ICONV_CONST.
26362         (am_cv_func_iconv): Renamed from jm_cv_func_iconv.
26363         (am_cv_lib_iconv): Renamed from jm_cv_lib_iconv.
26364         (am_cv_proto_iconv): Renamed from jm_cv_proto_iconv.
26365         * m4/jm-macros.m4 (jm_MACROS): Reflect s/jm_/AM_/ renamings.
26366
26367         * m4/c-bs-a.m4 (AC_C_BACKSLASH_A): Quote first arg of AC_DEFUN.
26368         * m4/getline.m4 (AM_FUNC_GETLINE): Likewise.
26369         * m4/glibc21.m4 (jm_GLIBC21): Likewise.
26370         * m4/inttypes_h.m4 (jm_AC_HEADER_INTTYPES_H): Likewise.
26371         * m4/isc-posix.m4 (AC_ISC_POSIX): Likewise.
26372         * m4/lcmessage.m4 (AM_LC_MESSAGES): Likewise.
26373         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): Likewise.
26374         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Likewise.
26375         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Likewise.
26376
26377         * m4/getline.m4 (AM_FUNC_GETLINE): Don't bother checking for
26378         string.h any more.
26379
26380         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): If not found, print "no",
26381         not the default value.
26382
26383         2001-06-25  Bruno Haible  <haible@clisp.cons.org>
26384         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Don't require AM_C_PROTOTYPES.
26385         Also check for mbsinit.  Needed for SCO 3.2v5.0.2.
26386         Also include <string.h>; this is where AIX 3.2.5 declares wcwidth.
26387         Also check for iswcntrl, used for wcwidth fallback.
26388         Use AC_TRY_COMPILE to emulate AC_CHECK_DECLS, for portability
26389         to Autoconf 2.13.
26390
26391 2001-08-03  Jim Meyering  <meyering@lucent.com>
26392
26393         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Use `#include', not `@%:@include',
26394         as it was in the original.  Reported by Paul Eggert.
26395
26396 2001-07-16  Jim Meyering  <meyering@lucent.com>
26397
26398         * m4/gettimeofday.m4: New file.
26399         Prompted by a report from Bernhard Baehr.
26400
26401 2001-07-15  Jim Meyering  <meyering@lucent.com>
26402
26403         * m4/Makefile.am.in (Makefile.am): Remove most of the unlocked-io.h
26404         stuff. Now it's in ../Makefile.cfg.
26405
26406 2001-07-15  Jim Meyering  <meyering@lucent.com>
26407
26408         * lib/Makefile.am (EXTRA_DIST): Add unlocked-io.hin.
26409         (BUILT_SOURCES): Add unlocked-io.h.
26410         (io_functions): Define.
26411         (unlocked-io.h): New rule.
26412         (DISTCLEANFILES): Add unlocked-io.h.
26413         (all-local): Depend on unlocked-io.h, to ensure it is created.
26414
26415         * lib/unlocked-io.hin: New file
26416
26417         * lib/regex.c: Update from glibc.
26418
26419 2001-07-05  Jim Meyering  <meyering@lucent.com>
26420
26421         * lib/Makefile.am (noinst_HEADERS): Remove definition, per new automake
26422         recommendation.
26423         (libfetish_a_SOURCES): Put all .h files here instead.
26424         Remove a thus-exposed (better checks in automake) duplicate and
26425         two unnecessary .h files.
26426
26427 2001-07-04  Jim Meyering  <meyering@lucent.com>
26428
26429         * m4/Makefile.am.in (glibc-io.struct): New target.  Rework the code
26430         that generates jm-glibc-io.m4 so that it doesn't trigger any make
26431         distcheck failure.
26432
26433 2001-07-02  Jim Meyering  <meyering@lucent.com>
26434
26435         The following changes were prompted by suggestions from Bruno Haible.
26436
26437         * m4/jm-glibc-io.m4n: New file, the template from which jm-glibc-io.m4
26438         is now generated.
26439         * m4/Makefile.am.in (Makefile.am): Include jm-glibc-io.m4n in emitted
26440         definition of EXTRA_DIST.
26441         (Makefile.am): Emit the dependency, `all-local: jm-glibc-io.m4' to
26442         ensure that the generated file is created/updated whenever the list
26443         of $(unlocked_functions) is changed.
26444         (jm-glibc-io.m4): New rule.
26445         (unlocked-io.h): New rule -- currently unused.
26446
26447 2001-06-24  Jim Meyering  <meyering@lucent.com>
26448
26449         * m4/regex.m4 (jm_INCLUDED_REGEX): Use a quadrigraph to represent an
26450         unmatched right bracket, rather than kludging it with an extra,
26451         falsely-matching quote in a comment.  Patch by Akim Demaille.
26452
26453 2001-06-11  Jim Meyering  <meyering@lucent.com>
26454
26455         * lib/regex.c: Update from GNU libc.
26456
26457 2001-05-27  Jim Meyering  <meyering@lucent.com>
26458
26459         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for ut_type in struct utmpx.
26460         Check for ut_type in struct utmp.
26461
26462 2001-05-27  Jim Meyering  <meyering@lucent.com>
26463
26464         * lib/readutmp.h (UT_TYPE): Define.
26465
26466 2001-05-24  Jim Meyering  <meyering@lucent.com>
26467
26468         * lib/argmatch.c: Include "quote.h".
26469         (argmatch_invalid): Remove explicit `' quotes.  Instead, use the
26470         quote function.  Reported by Göran Uddeborg.
26471
26472 2001-05-22  Jim Meyering  <meyering@lucent.com>
26473
26474         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't use AC_LIBOBJ(strftime),
26475         now that we use the package-supplied version unconditionally.
26476         (jm_FUNC_STRFTIME): Don't replace strftime, for the same reason.
26477
26478 2001-05-21  Jim Meyering  <meyering@lucent.com>
26479
26480         * m4/regex.m4: Change a couple backticks to single quotes to avoid
26481         shell syntax errors.
26482
26483 2001-05-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
26484
26485         * m4/dos.m4 (jm_AC_DOS): Check for _WIN32, __WIN32__, and __MSDOS__.
26486
26487 2001-05-20  Paul Eggert  <eggert@twinsun.com>
26488
26489         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME):
26490         Don't bother to check library strftime, since
26491         we'll be using our own my_strftime function anyway.
26492         Define my_strftime instead of strftime.
26493
26494 2001-05-20  Alexandre Duret-Lutz  <duret_g@epita.fr>
26495
26496         * lib/dirname.c (dir_name): Compute append_dot using path, not newpath
26497         which is not yet declared.
26498
26499 2001-05-15  Jim Meyering  <meyering@lucent.com>
26500
26501         * m4/regex.m4: Use proper quoting so brackets appear in the test
26502         program.
26503         Reported by, and with help from, Bruno Haible.
26504
26505 2001-05-13  Jim Meyering  <meyering@lucent.com>
26506
26507         * m4/jm-macros.m4 (major_t, minor_t): Define to unsigned int if
26508         undefined.
26509
26510 2001-05-11  Paul Eggert  <eggert@twinsun.com>
26511
26512         dirname code cleanup.  base_name now behaves more compatibly
26513         with POSIX basename when given file names that have trailing
26514         slashes, and similarly for dir_name.  Add new primitives
26515         base_len and dir_len.  Put the directory-name-related decls
26516         into dirname.h.
26517
26518         * lib/addext.c (ISSLASH, base_name): Remove; now in dirname.h.
26519         * lib/backupfile.c (base_name): Likewise.
26520         * lib/basename.c (FILESYSTEM_PREFIX_LEN, PARAMS, ISSLASH): Likewise.
26521         * lib/dirname.c (FILESYSTEM_PREFIX_LEN, ISSLASH): Likewise.
26522         * lib/makepath.c (strip_trailing_slashes): Likewise.
26523         * lib/path-concat.c (DIRECTORY_SEPARATOR, FILESYSTEM_PREFIX_LEN,
26524         ISSLASH): Likewise.
26525         * lib/rename.c (strip_trailing_slashes): Likewise.
26526         * lib/same.c (base_name): Likewise.
26527         * lib/stripslash.c (ISSLASH): Likewise.
26528
26529         * lib/addext.c: Include <dirname.h> after size_t is defined.
26530         * lib/backupfile.c: Likewise.
26531
26532         * lib/addext.c (addext): Use base_len to trim redundant
26533         trailing slashes instead of doing it ourselves.
26534         But do not trim the last slash if it is not redundant.
26535
26536         * lib/backupfile.c (find_backup_file_name,
26537         max_backup_version): Use base_len instead of rolling it ourselves.
26538         Handle the case of "" and (on DOS) "C:" correctly.
26539
26540         * lib/basename.c: Do not include <stdio.h>, <assert.h>; no longer
26541         needed. Include <string.h>, <dirname.h>.
26542         (base_name): Allow file names ending in slashes, other than names
26543         that are all slashes.  In this case, return the basename followed
26544         by the slashes.  This is more general, and can be used in places
26545         where the original base_name purposely had an assertion failure.
26546         (base_len): New function.
26547
26548         * lib/dirname.c: Include <string.h> instead of <stdlib.h>.
26549         Do not include <assert.h>; no longer needed.
26550         Include xalloc.h.
26551         (memrchr): Remove decl.
26552         (dir_name_r): Remove.
26553         (dir_len): Renamed from dirlen.  All callers changed.
26554         Rewrite in terms of base_name, for simplicity and consistency.
26555         (dir_name): Never return NULL.  All callers changed.
26556         Do not include <stdlib.h> in test program; no longer needed.
26557         return 0; is fine for test program.
26558
26559         * lib/dirname.h (DIRECTORY_SEPARATOR, ISSLASH, FILESYSTEM_PREFIX_LEN):
26560         New macros.
26561         (base_name, base_len, dir_len, strip_trailing_slashes): New decls.
26562
26563         * lib/path-concat.c (path_concat): Use base_len to compute
26564         base length, not strlen; this means we cannot rely on memcpy
26565         to null-terminate.
26566
26567         * lib/same.c (STREQ): Remove.
26568         (same_name): Handle the case where the basename ends in trailing '/'.
26569
26570         * lib/stripslash.c (strip_trailing_slashes): Return nonzero if
26571         a slash was stripped.  Do not strip the last slash after a
26572         file system prefix.
26573
26574 2001-05-11  Paul Eggert  <eggert@twinsun.com>
26575
26576         * lib/Makefile.am (libfetish_a_SOURCES):
26577         Add strftime.c, since we now compile it on all hosts.
26578
26579         * lib/strftime.c (my_strftime):
26580         Define to nstrftime if emacs, but only if my_strftime is not defined.
26581         (extra_args, extra_args_spec, extra_args_spec_iso): Rename from
26582         ut_argument, ut_argument_spec, ut_argument_spec_iso, respectively.
26583         Add one more extra argument: a nanoseconds value.
26584         All uses changed.
26585         (ns): New macro.
26586         (my_strftime function): Add %N format.
26587         (emacs_strftimeu): Renamed from emacs_strftime,
26588         with extra ut argument.
26589
26590 2001-05-09  Paul Eggert  <eggert@twinsun.com>
26591
26592         * m4/jm-macros.m4 (jm_MACROS): Do not check for fseeko; no longer used.
26593
26594 2001-04-21  Jim Meyering  <meyering@lucent.com>
26595
26596         * m4/rmdir-errno.m4: Write to a new file, so that a restrictive umask
26597         doesn't interfere.
26598
26599 2001-04-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
26600
26601         * m4/ftruncate.m4: Check for chsize.
26602         Link with ftruncate.o unconditionally if ftruncate is missing.
26603         This was required when cross-compiling to i586-mingw32msvc.
26604
26605 2001-04-08  Jim Meyering  <meyering@lucent.com>
26606
26607         * lib/getdate.y (get_date): Set tm_isdst to -1 to ensure that it is
26608         recomputed; that's necessary when the offset spans a DST transition.
26609         Patch by David J. MacKenzie.  Reported by Hon-Yin Kok.
26610
26611 2001-04-02  Jim Meyering  <meyering@lucent.com>
26612
26613         * lib/regex.h, regex.c: Update from GNU libc.
26614
26615 2001-03-24  Jim Meyering  <meyering@lucent.com>
26616
26617         * m4/jm-macros.m4: Require autoconf-2.49d.
26618
26619 2001-03-20  Bruno Haible  <haible@clisp.cons.org>
26620
26621         * m4/iconv.m4 (jm_ICONV): Recommend GNU libiconv.
26622
26623 2001-03-19  Paul Eggert  <eggert@twinsun.com>
26624
26625         * lib/version-etc.c (version_etc_copyright): Update to 2001.
26626
26627 2001-03-17  Jim Meyering  <meyering@lucent.com>
26628
26629         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Remove my copy of AC_FUNC_MEMCMP,
26630         now that the version in autoconf is equivalent.
26631         (jm_FUNC_MEMCMP): Adjust to use AC_FUNC_MEMCMP.
26632
26633         * m4/error.m4 (jm_PREREQ_ERROR): Invoke AC_FUNC_STRERROR_R.
26634         Suggestion from Akim Demaille.
26635
26636         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_TEMPNAME.
26637         (jm_PREREQ_TEMPNAME): New function.
26638
26639 2001-03-16  Paul Eggert  <eggert@twinsun.com>
26640
26641         * lib/tempname.c (uint64_t): Define to uintmax_t if
26642         not defined, and if UINT64_MAX is not defined.
26643         Required at least for Vax Ultrix4.3, which doesn't define uint64_t.
26644         Reported by John David Anglin.
26645
26646 2001-03-15  Bruno Haible  <haible@clisp.cons.org>
26647
26648         * lib/localcharset.c (locale_charset): Allow wildcard syntax. Also
26649         resolve alias if codeset is empty.
26650         * lib/config.charset (BeOS): Use wildcard syntax.
26651
26652 2001-03-13  Jim Meyering  <meyering@lucent.com>
26653
26654         * lib/path-concat.c (path_concat)
26655         [FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't insert a backslash when
26656         concatenating e.g., `C:' and `foo'.
26657         From Bruno Haible.
26658
26659 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
26660
26661         * lib/localcharset.c (locale_charset): Don't use
26662         setlocale(LC_CTYPE,NULL). Don't return NULL.
26663         * lib/unicodeio.c (print_unicode_char): Simplify accordingly.
26664
26665 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
26666
26667         * lib/config.charset: Update for FreeBSD 4.2 and OSF/1 5.1. Add
26668         support for DOS/DJGPP.
26669
26670 2001-03-01  Paul Eggert  <eggert@twinsun.com>
26671
26672         * m4/jm-macros.m4 (jm_MACROS): Use mkstemp replacement if the system
26673         lacks mkstemp.  Compile our own tempname.c if we compile our own
26674         mkstemp.c, as mkstemp relies on tempname.
26675
26676 2001-03-01  Jim Meyering  <meyering@lucent.com>
26677
26678         * m4/dos.m4 (jm_AC_DOS): Remove extra backslashes, now that
26679         AH_VERBATIM really does output its argument verbatim.
26680
26681 2001-02-28  Paul Eggert  <eggert@twinsun.com>
26682
26683         * lib/Makefile.am (libfetish_a_SOURCES):
26684         Add dup-safer.c, fopen-safer.c.
26685         (noinst_HEADERS): Add stdio-safer.h, unistd-safer.h.
26686
26687         * lib/dup-safer.c, lib/fopen-safer.c, lib/stdio-safer.h:
26688         * lib/unistd-safer.h: New files.
26689
26690 2001-02-25  Paul Eggert  <eggert@twinsun.com>
26691
26692         The mkstemp replacement is taken from glibc 2.2.2, with some
26693         portability fixes for use outside glibc, as follows:
26694
26695         * lib/tempname.c (struct_stat64): New macro.
26696         (direxists, __gen_tempname): Use it.
26697         This avoids a portability problem with Solaris 8.
26698
26699         * lib/tempname.c (<config.h>): Include if HAVE_CONFIG_H.
26700         (<stddef.h>, <stdint.h>, <string.h>):
26701         Include only if STDC_HEADERS || _LIBC.
26702         (<fcntl.h>): Include only if HAVE_FCNTL_H || _LIBC.
26703         (<unistd.h>): Include only if HAVE_UNISTD_H || _LIBC.
26704         (<sys/time.h>): Include only if HAVE_SYS_TIME_H || _LIBC.
26705         (__set_errno): Define this macro if <errno.h> doesn't.
26706         (P_tmpdir, TMP_MAX, __GT_FILE, __GT_BIGFILE, __GT_DIR, __GT_NOCREATE):
26707         Define these macros if <stdio.h> doesn't.
26708         (S_ISDIR, S_IRUSR, S_IWUSR, S_IXUSR):
26709         Define these macros if <sys/stat.h>
26710         doesn't.  Ignore <sys/stat.h> S_ISDIR if STAT_MACROS_BROKEN.
26711         (stat64, __getpid, __gettimeofday, __mkdir, __open, __open64, lxstat64,
26712         __xstat64): Define if not _LIBC.
26713         (__secure_getenv): Define if ! (HAVE___SECURE_GETENV || _LIBC).
26714         (__gen_tempname): Invoke gettimeofday only if
26715         HAVE_GETTIMEOFDAY || _LIBC;
26716         otherwise, fall back on plain "time".
26717         Use macros like S_IRUSR | S_IWUSR rather than octal values like 0600.
26718
26719         * lib/mkstemp.c (__GT_FILE): Define to zero if not defined.
26720
26721         * lib/mkstemp.c, lib/tempname.c: New files, taken from glibc 2.2.2.
26722
26723 2001-02-18  Paul Eggert  <eggert@twinsun.com>
26724
26725         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for sys/resource.h.
26726
26727 2001-02-17  Paul Eggert  <eggert@twinsun.com>
26728
26729         * m4/mbrtowc.m4: New file, defining jm_FUNC_MBRTOWC.
26730         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH):
26731         Use jm_FUNC_MBRTOWC, not AC_CHECK_FUNCS(mbrtowc).
26732         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
26733
26734 2001-02-17  Paul Eggert  <eggert@twinsun.com>
26735
26736         * lib/mbswidth.c, quotearg.c (mbrtowc, mbsinit):
26737         Remove workaround macros for hosts that have mbrtowc but not
26738         mbstate_t, as we now insist on proper declarations for both
26739         before using mbrtowc.
26740
26741 2001-02-17  Jim Meyering  <meyering@lucent.com>
26742
26743         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Don't check for
26744         getmntent via AC_CHECK_FUNCS, since that would get a `no' and disrupt
26745         further attempts by AC_FUNC_GETMNTENT to check with e.g., -lgen on
26746         UnixWare 7.1.1.
26747
26748         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Adapt to use AC_CACHE_CHECK etc.,
26749         rather than AC_CACHE_VAL.
26750
26751 2001-02-17  Jim Meyering  <meyering@lucent.com>
26752
26753         * lib/strtoul.c: Sync from GNU libc.  Use double quotes, not <...>
26754         around included file name.
26755
26756         * lib/strnlen.c (__strnlen): Merge in a change from GNU libc.
26757
26758         * lib/strftime.c: Update from GNU libc (the only changes were to
26759         comments).
26760
26761 2001-02-17  Jim Meyering  <meyering@lucent.com>
26762
26763         * lib/regex.c: Update from libc.
26764
26765 2001-02-17  Bruno Haible  <haible@clisp.cons.org>
26766
26767         * lib/mbswidth.h (mbswidth): Also define as macro, to avoid prototype
26768         clash.
26769
26770 2001-02-16  Paul Eggert  <eggert@twinsun.com>
26771
26772         * lib/alloca.c (malloc): Undef before defining, since stdlib.h
26773         may have defined it.  Needed for Encore Umax-3.0.9.16b systems.
26774         Reported by Mark Hounschell via Paul Eggert.
26775
26776 2001-02-07  Jim Meyering  <meyering@lucent.com>
26777
26778         * m4/regex.m4 (jm_INCLUDED_REGEX): Add a test for the latest bug.
26779
26780 2001-02-05  Jim Meyering  <meyering@lucent.com>
26781
26782         * m4/jm-macros.m4: Require autoconf-2.14d (not yet released), because
26783         it includes the patch required for `large file' support with at least
26784         HP-UX's 10.20 /bin/cc.
26785
26786 2001-02-03  Jim Meyering  <meyering@lucent.com>
26787
26788         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Restore prior use of
26789         AS_IF, now that it works once again (mysteriously).
26790         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
26791
26792 2001-01-30  Jim Meyering  <meyering@lucent.com>
26793
26794         Don't use filenames that are 8.3-equivalent to "conftest" on DOS.
26795         * m4/chown.m4: Rename conftestchown to conftest.chown.
26796         * m4/rename.m4: s/conftestdir/conftest.d1/ and
26797         s/conftestdir2/conftest.d2/.
26798         * m4/utimes.m4: s/conftestdata/conftest.data/
26799         Inspired by Pavel Roskin's change in autoconf.
26800
26801 2001-01-30  Bruno Haible  <haible@clisp.cons.org>
26802
26803         * lib/config.charset: Update for FreeBSD 4.2.
26804
26805 2001-01-27  Jim Meyering  <meyering@lucent.com>
26806
26807         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Open-code what was
26808         a use of AS_IF.
26809         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
26810
26811 2001-01-26  Jim Meyering  <meyering@lucent.com>
26812
26813         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Check for stddef.h, now that
26814         quotearg.c includes it.
26815
26816 2001-01-26  Jim Meyering  <meyering@lucent.com>
26817
26818         * lib/quotearg.c: Include stddef.h.
26819         * lib/quote.c: Include stddef.h.
26820         Reported by Axel Kittenberger.
26821
26822         * lib/xmalloc.c [HAVE_DONE_WORKING_MALLOC_CHECK]: Enclose error-evoking
26823         line in double quotes so that it evokes a better diagnostic.
26824         [HAVE_DONE_WORKING_REALLOC_CHECK]: Likewise.
26825         Reported by Axel Kittenberger.
26826
26827 2001-01-24  Stefan Monnier  <monnier@cs.yale.edu>
26828
26829         * regex.c (mutually_exclusive_p): Don't blindly handle `charset_not'
26830         as if it was a `charset'.
26831
26832 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
26833
26834         * m4/iconv.m4 (jm_ICONV): Also check whether the iconv declaration
26835         has const.
26836
26837 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
26838
26839         * lib/unicodeio.c (print_unicode_char): Cast the second iconv() arg,
26840         to avoid a warning.  Add back 'const' to inptr.
26841
26842 2001-01-20  Jim Meyering  <meyering@lucent.com>
26843
26844         Be sure that headers are checked before used in code compiled
26845         for the type checks.
26846         * m4/jm-macros.m4 (jm_MACROS): Remove all header checks.
26847         In place of that, invoke jm_CHECK_ALL_TYPES.
26848         (jm_CHECK_ALL_HEADERS): New functions with the above checks.
26849         (jm_CHECK_ALL_TYPES): Require jm_CHECK_ALL_HEADERS.
26850         Alan Iwi reported a build failure on an f300-fujitsu-uxpv4.1_ES;
26851         The check for ssize_t was mistakenly run before the test for unistd.h.
26852
26853         The configure-time check for stdbool.h was missing.
26854         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_HASH.
26855         (jm_PREREQ_HASH): New function.
26856
26857 2001-01-17  Jim Meyering  <meyering@lucent.com>
26858
26859         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use AS_IF, not AS_IFELSE,
26860         for autoconf-2.49c.
26861         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Likewise.
26862
26863 2001-01-16  Jim Meyering  <meyering@lucent.com>
26864
26865         * lib/basename.c: Include <stdio.h>, needed by assert on SunOS 4.
26866         From Bruno Haible.
26867
26868 2001-01-14  Jim Meyering  <meyering@lucent.com>
26869
26870         * m4/rename.m4: Use temporary directories named conftestdir{,2}, not
26871         foo and bar.  Create conftestdir/ in the script, not in the C code.
26872         Remove directories in the script, not in the C code.
26873         Remove conftestdir{,2} before trying to create the directory.
26874         Make the entire configure script fail if the mkdir fails.
26875
26876 2001-01-14  Jim Meyering  <meyering@lucent.com>
26877
26878         * lib/rename.c: New file.  From Volker Borchert.
26879         Include stdlib.h, string.h or strings.h, and xalloc.h.
26880         Use strip_trailing_slashes rather than open-coding it.
26881
26882 2001-01-03  Paul Eggert  <eggert@twinsun.com>
26883
26884         * lib/strftime.c: Sync with glibc time/strftime.c 1.81.
26885
26886 2001-01-03  Jim Meyering  <meyering@lucent.com>
26887
26888         * lib/unicodeio.c (print_unicode_char): Remove `const' from declaration
26889         of local `inptr' to avoid warning with some system declarations of
26890         iconv.
26891
26892 2001-01-02  Volker Borchert  <bt@teknon.de>
26893
26894         * m4/rename.m4: New file.
26895         * m4/jm-macros.m4 (jm_MACROS): Require vb_FUNC_RENAME.
26896
26897 2001-01-01  Jim Meyering  <meyering@lucent.com>
26898
26899         * m4/prereq.m4 (jm_PREREQ_READUTMP): Include utmp.h (if available),
26900         even on systems with utmpx.h.  It's necessary for the declaration of
26901         utmp's ut_user member.  Reported by Andreas Jaeger.
26902
26903         * m4/check-decl.m4 (jm_CHECK_DECLS): Include grp.h and pwd.h if
26904         available. They are required for the declarations of getgrgid and
26905         getpwuid resp.
26906         (_jm_DECL_HEADERS): Check for grp.h and pwd.h.
26907         Reported by Andreas Jaeger.
26908
26909 2001-01-01  Alexandre Duret-Lutz  <duret_g@epita.fr>
26910
26911         * m4/libintl.m4 (AM_GNU_GETTEXT): Define MKINSTALLDIRS by
26912         expanding the value of $ac_aux_dir, as in AM_MISSING_HAS_RUN,
26913         so `make install' also works in VPATH builds.
26914
26915 2000-12-31  Alexandre Duret-Lutz  <duret_g@epita.fr>
26916
26917         * m4/libintl.m4 (AM_WITH_NLS): When using AC_CONFIG_AUX_DIR,
26918         prepend $(top_srcdir) to the value of MKINSTALLDIRS so that it
26919         can be used in subdirectories.
26920
26921 2000-12-29  Paul Eggert  <eggert@twinsun.com>
26922
26923         * lib/modechange.c: Do not assume that mode_t uses the
26924         traditional octal encoding.  E.g. "chmod 1 FOO" should set
26925         the other-execute bit of FOO even if S_IXOTH != 1.
26926
26927         (SUID, SGID, SVTX, RUSR, WUSR, XUSR, RGRP, WGRP, XGRP, ROTH,
26928         WOTH, XOTH, ALLM): New macros.
26929         (S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR,
26930          S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH):
26931         Use them.
26932         (S_ISGID): Fix typo; it was defaulting to the same value as S_ISUID.
26933         (S_IRWXU, S_IRWXG, S_IRWXO): Specify defaults in terms of the above.
26934         (mode_compile):
26935         No need to use uintmax_t; unsigned long is long enough.
26936         Don't bother to get suffix since we don't use it.
26937
26938 2000-12-26  Jim Meyering  <meyering@lucent.com>
26939
26940         * m4/dos.m4 (jm_AC_DOS): Rewrite (though it's still a stub) to work
26941         better with autoheader.
26942
26943 2000-12-24  Jim Meyering  <meyering@lucent.com>
26944
26945         * lib/hash.c (is_prime): Return explicit boolean values.
26946         (hash_get_first): Return NULL to appease Irix5.6's 89.
26947         Reported by Nelson Beebe.
26948
26949 2000-12-19  Bruno Haible  <haible@clisp.cons.org>
26950
26951         * lib/localcharset.c (locale_charset): Add support for Win32.
26952
26953 2000-12-18  Paul Eggert  <eggert@twinsun.com>
26954
26955         * lib/physmem.h, lib/physmem.c: New files.
26956
26957         * lib/Makefile.am (libfetish_a_SOURCES): Add physmem.c.
26958         (noinst_HEADERS): Add physmem.h.
26959
26960         * lib/xstrtol.c (__xstrtol): Add undocumented suffixes 'g' and
26961         't' for compatibility with Solaris 8 sort.
26962
26963 2000-12-18  Bruno Haible  <haible@clisp.cons.org>
26964
26965         * lib/config.charset: Add support for BeOS.
26966
26967 2000-12-17  Jim Meyering  <meyering@lucent.com>
26968
26969         * m4/dos.m4 (jm_AC_DOS): New file and macro.
26970         * m4/jm-macros.m4 (jm_MACROS): Require jm_AC_DOS.
26971
26972 2000-12-16  Jim Meyering  <meyering@lucent.com>
26973
26974         This bug had a serious impact on chown: `chown N:M FILE' (for integer
26975         N and M) would have treated it like `chown N:N FILE'.
26976
26977         * lib/userspec.c (parse_user_spec): Fix typo: s/u/g/.
26978
26979 2000-12-16  Jim Meyering  <meyering@lucent.com>
26980
26981         * lib/getusershell.c [!SHELLS_FILE && __DJGPP__]: Define
26982         SHELLS_FILE to a file name that's useful on djgpp systems.
26983         Include stdlib.h.
26984         (ADDITIONAL_DEFAULT_SHELLS): Define.
26985         (default_shells): Prepend ADDITIONAL_DEFAULT_SHELLS.
26986         Based mostly on a patch from Prashant TR.
26987
26988 2000-12-16  Bruno Haible  <haible@clisp.cons.org>
26989
26990         * lib/config.charset: Add ISO-8859-3, BIG5HKSCS, GB18030, JOHAB,
26991         VISCII, CP874, CP949, CP950, CP1250, CP1253, CP1254, CP1255, CP1256,
26992         CP1257 to the list of canonical encodings. Rename EUC-CN to GB2312.
26993
26994 2000-12-08  Andreas Schwab  <schwab@suse.de>
26995
26996         * lib/mbswidth.c (mbsnwidth): Don't loop endlessly when called with an
26997         invalid mulitbyte sequence and with the MBSW_ACCEPT_INVALID flag set.
26998
26999 2000-12-07  Jim Meyering  <meyering@lucent.com>
27000
27001         * lib/stripslash.c (ISSLASH): Define.
27002         (strip_trailing_slashes): Use ISSLASH rather than comparing against
27003         `/'.
27004         From Prashant TR.
27005
27006         * lib/dirname.c (FILESYSTEM_PREFIX_LEN): Define.
27007         (dir_name_r): Declare this function as static.
27008         [BACKSLASH_IS_PATH_SEPARATOR]: Fix a bug that'd
27009         manifest itself on a name containing a mix of slashes and
27010         backslashes.
27011         Make this function work with names starting with a DOS-style
27012         drive letter and colon prefix.
27013         (dir_name): Append `.' if necessary.
27014         Based mostly on patches from Prashant TR and Eli Zaretskii.
27015
27016         * lib/dirname.h (dir_name_r): Remove prototype.
27017
27018 2000-12-06  Paul Eggert  <eggert@twinsun.com>
27019
27020         * m4/off_t-format.m4: Remove this file.
27021         * m4/jm-macros.m4 (jm_MACROS): Remove jm_SYS_OFF_T_PRINTF_FORMAT.
27022
27023 2000-12-06  Jim Meyering  <meyering@lucent.com>
27024
27025         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): If we need the
27026         replacement strtoull, we may well need the replacement strtoul, too.
27027         Check for declarations of strtoul and strtoull.
27028         Check for strtol.  Mainly as a cue to cause automake to include
27029         strtol.c -- that file is included by each of strtoul.c and strtoull.c.
27030         Check for limits.h -- strtol.c needs it.
27031
27032 2000-12-05  Jim Meyering  <meyering@lucent.com>
27033
27034         * lib/dirname.c (dir_name_r): Add `const' in a few local declarations.
27035
27036 2000-12-04  Jim Meyering  <meyering@lucent.com>
27037
27038         * lib/path-concat.c: [!HAVE_DECL_MALLOC]: Declare malloc.
27039         Also include memory.h, stdlib.h, unistd.h if appropriate.
27040         Reported by Andreas Jaeger (conflicting declaration of malloc).
27041
27042 2000-12-02  Jim Meyering  <meyering@lucent.com>
27043
27044         * m4/off_t-format.m4 (OFF_T_PRINTF_FORMAT_STRING): New file/macro.
27045         * m4/jm-macros.m4 (jm_MACROS): require it.
27046
27047 2000-12-02  Jim Meyering  <meyering@lucent.com>
27048
27049         * lib/closeout.h: Make idempotent, to avoid some obscure warnings.
27050
27051 2000-12-01  Paul Eggert  <eggert@twinsun.com>
27052
27053         * lib/memrchr.c: Include <config.h> before any system include file.
27054
27055 2000-11-30  Jim Meyering  <meyering@lucent.com>
27056
27057         * m4/jm-macros.m4 (jm_MACROS): Check for stdint.h.
27058
27059 2000-11-30  Jim Meyering  <meyering@lucent.com>
27060
27061         * m4/getloadavg.m4: s/ifval/m4_ifval/ to accommodate new autoconf.
27062
27063 2000-11-29  Paul Eggert  <eggert@twinsun.com>
27064
27065         * lib/dirname.c (dir_name_r): Fix typo: int -> size_t.
27066
27067 2000-11-26  Jim Meyering  <meyering@lucent.com>
27068
27069         * lib/memcoll.c: Include sys/types.h.  From Werner Almesberger.
27070
27071 2000-11-22  Paul Eggert  <eggert@twinsun.com>
27072
27073         * lib/strftime.c (my_strftime): Do not invoke mbrlen with a
27074         size of (size_t) -1; it's not portable.
27075
27076 2000-11-17  Jim Meyering  <meyering@lucent.com>
27077
27078         * lib/strstr.c: Update from GNU libc.
27079
27080 2000-11-17  Akim Demaille  <akim@epita.fr>
27081
27082         * lib/obstack.h: Formatting changes.
27083         (obstack_grow, obstack_grow0): Don't cast WHERE at all: that would
27084         prevent type checking.
27085         (obstack_ptr_grow, obstack_ptr_grow_fast): When assigning, don't
27086         cast the value to (void *): assigning a `foo *' to a `void *'
27087         variable is valid.
27088         (obstack_int_grow, obstack_int_grow_fast): Don't cast AINT to int.
27089
27090 2000-11-16  Jim Meyering  <meyering@lucent.com>
27091
27092         * lib/strverscmp.c: Incorporate weak-alias-related changes from glibc.
27093
27094 2000-11-11  Jim Meyering  <meyering@lucent.com>
27095
27096         * lib/error.c: Add a couple #includes, merging from GNU libc version.
27097
27098 2000-11-10  Jim Meyering  <meyering@lucent.com>
27099
27100         * lib/obstack.h: Update from GNU libc.
27101         * lib/obstack.c: Likewise.
27102
27103 2000-11-08  Bruno Haible  <haible@clisp.cons.org>
27104
27105         * m4/jm-macros.m4 (jm_MACROS): Add test for wcrtomb.
27106
27107 2000-11-06  Paul Eggert  <eggert@twinsun.com>
27108
27109         * lib/getusershell.c (setusershell): Use rewind rather than
27110         fseek/fseeko, to avoid configuration hassles with fseeko.
27111         Don't bother opening SHELLS_FILE if shellstream is NULL;
27112         it's not necessary.
27113
27114 2000-11-05  Jim Meyering  <meyering@lucent.com>
27115
27116         * lib/makepath.h (make_dir): Declare.
27117         * lib/makepath.c (make_dir): Remove `static' attribute.
27118         Tweak a comment.
27119
27120 2000-11-04  Jim Meyering  <meyering@lucent.com>
27121
27122         * m4/regex.m4: Use the `m4_' prefix on `syscmd' and `m4_sysval'.
27123
27124 2000-11-04  Alexandre Duret-Lutz  <duret_g@epita.fr>
27125
27126         * lib/hash.c (hash_get_next): Fix a thinko:  when ENTRY is the
27127         last one in a bucket, advance to the next bucket.
27128
27129 2000-11-02  Vesselin Atanasov  <vesselin@bgnet.bg>
27130
27131         * lib/fnmatch.c: Do not comment out all the code if we are using
27132         the GNU C library, because in some cases we are replacing buggy
27133         code in the GNU C library itself.
27134
27135 2000-10-30  Stefan Monnier  <monnier@cs.yale.edu>
27136
27137         * regex.c (re_iswctype, re_wctype_to_bit): Fix braino.
27138         (regex_compile): Catch bogus \(\1\).
27139
27140 2000-10-30  Paul Eggert  <eggert@twinsun.com>
27141
27142         * lib/fnmatch.c (FOLD): Do not assume that characters are unsigned.
27143         (fnmatch): Fix some FNM_FILE_NAME and FNM_LEADING_DIR bugs,
27144         e.g. fnmatch("d*/*1", "d/s/1", FNM_FILE_NAME) incorrectly yielded zero.
27145
27146 2000-10-30  Paul Eggert  <eggert@twinsun.com>
27147
27148         * lib/error.h, getline.h, modechange.h:
27149         Remove "2000" from Copyright line, as the file hasn't been
27150         changed this year other than in the copyright notice.
27151
27152         * lib/xalloc.h: Add "2000" to Copyright line, as this file
27153         was changed this year.
27154
27155 2000-10-29  Jim Meyering  <meyering@lucent.com>
27156
27157         * m4/fsusage.m4: s/AC_SHELL_IFELSE/AS_IFELSE/ to match autoconf
27158         renaming.
27159         * m4/ls-mntd-fs.m4: Likewise
27160
27161 2000-10-29  Jim Meyering  <meyering@lucent.com>
27162
27163         * lib/xstat.in: Fix grammar in comment.
27164
27165 2000-10-29  Greg Louis  <glouis@dynamicro.on.ca>
27166
27167         * lib/regex.h (__restrict_arr): Move definition out of #ifndef block.
27168         Required because egcs-2.91.66 (aka 1.1.2) defines __restrict, but
27169         doesn't define __restrict_arr.
27170
27171 2000-10-28  Jim Meyering  <meyering@lucent.com>
27172
27173         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_MEMCHR.
27174         (jm_PREREQ_MEMCHR): New function.
27175
27176 2000-10-28  Jim Meyering  <meyering@lucent.com>
27177
27178         * lib/memchr.c: Update from libc.
27179         Adjust for portability:
27180         [HAVE_STDLIB_H]: Include stdlib.h.
27181         [HAVE_BP_SYM_H || _LIBC]: Guard inclusion of bp-sym.h.
27182         Undef __memchr, too.
27183         [!weak_alias]: Define __memchr to memchr.
27184
27185         * lib/regex.c: Update from libc.
27186         * lib/regex.h: Likewise.
27187         * lib/getopt1.c: Likewise.
27188         * lib/memcmp.c: Likewise.
27189
27190         * lib/getusershell.c (setusershell) [HAVE_FSEEKO]: Use fseeko.
27191         Avoid using fseek, when possible -- it's broken by design.
27192         Patch by Ulrich Drepper.
27193
27194 2000-10-27  Stefan Monnier  <monnier@cs.yale.edu>
27195
27196         * regex.c (POP_FAILURE_REG_OR_COUNT, re_match_2_internal)
27197         (re_match_2_internal, re_match_2_internal, re_match_2_internal):
27198         Giving in to popular pressure to shut up the compiler with casts.
27199
27200 2000-10-26  Jim Meyering  <meyering@lucent.com>
27201
27202         * lib/strftime.c: Update from libc.
27203
27204 2000-10-25  Stefan Monnier  <monnier@cs.yale.edu>
27205
27206         * regex.c: More `unsigned char' -> `re_char' changes.
27207         Also change several `int' into `re_wchar_t'.
27208         (PATTERN_STACK_EMPTY, PUSH_PATTERN_OP, POP_PATTERN_OP): Remove.
27209         (PUSH_FAILURE_POINTER): Don't cast any more.
27210         (POP_FAILURE_REG_OR_COUNT): Remove the cast that strips `const'.
27211         We want GCC to complain, since this piece of code makes
27212         re_match non-reentrant, which *should* be fixed.
27213         (GET_BUFFER_SPACE): Use size_t rather than unsigned long.
27214         (EXTEND_BUFFER): Use RETALLOC.
27215         (SET_LIST_BIT): Don't cast.
27216         (re_wchar_t): New type.
27217         (re_iswctype, re_wctype_to_bit): Make it crystal clear to GCC
27218         that those two functions will always properly return.
27219         (IMMEDIATE_QUIT_CHECK): Cast to void.
27220         (analyse_first): Use recursion rather than an explicit stack.
27221         (re_compile_fastmap): Can't fail anymore.
27222         (re_search_2): Don't check re_compile_fastmap for failure.
27223         (PUSH_NUMBER): Renamed from PUSH_FAILURE_COUNT.
27224         Now also sets the new value (passed in a new argument).
27225         (re_match_2_internal): Use it.
27226         Also, use a new var `reg' of type size_t when looping through regs
27227         rather than reuse the inappropriate `mcnt'.
27228
27229 2000-10-25  Jim Meyering  <meyering@lucent.com>
27230
27231         * lib/obstack.c: Update from libc.
27232
27233 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
27234
27235         * regex.c (regex_compile): Change the way of handling a range from
27236         a char less than 256 to a char not less than 256.
27237
27238 2000-10-24  Andrew Innes  <andrewi@gnu.org>
27239
27240         * regex.c (IMMEDIATE_QUIT_CHECK): New macro, which does QUIT on
27241         NT-Emacs only.
27242         (re_match_2_internal): Use IMMEDIATE_QUIT_CHECK instead of QUIT,
27243         so that re_search functions only quit when callers expect them to.
27244
27245 2000-10-23  Jim Meyering  <meyering@lucent.com>
27246
27247         * lib/hard-locale.c (hard_locale): Revert last change -- it was simply
27248         wrong.  That set_locale call must not have any side effects.
27249         From Paul Eggert.
27250
27251 2000-10-22  Jim Meyering  <meyering@lucent.com>
27252
27253         * lib/md5.c (md5_process_block) [OP]: Use `rol', not CYCLIC.
27254         [CYCLIC]: Remove now-unused definition.
27255
27256         * lib/save-cwd.c (O_DIRECTORY): Define, if needed.
27257         (save_cwd) [HAVE_FCHDIR]: Use O_DIRECTORY when opening ".".
27258         Suggestion from Ulrich Drepper.
27259
27260 2000-10-21  Jim Meyering  <meyering@lucent.com>
27261
27262         * m4/check-decl.m4 (jm_CHECK_DECLS): Also check for memrchr.
27263         * m4/prereq.m4 (jm_PREREQ_DIRNAME): New macro.
27264         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memrchr.
27265
27266 2000-10-21  Jim Meyering  <meyering@lucent.com>
27267
27268         * lib/dirname.c (memrchr): Declare if necessary.
27269         (dir_name): Remove the restriction that there be no
27270         trailing slashes.  Now, this code skips past them, effectively
27271         ignoring them.
27272         [TEST_DIRNAME] (main): New unit tests.
27273
27274         * lib/memrchr.c: New file from GNU libc.
27275         Undef __memrchr, too.
27276         [!weak_alias]: Define __memrchr to memrchr.
27277         Guard weak_alias use with `#ifdef weak_alias'.
27278
27279 2000-10-21  Jim Meyering  <meyering@lucent.com>
27280
27281         * lib/dirname.c (dir_name_r): New function, factored out of dir_name.
27282         (dir_name): Use dir_name_r.
27283         * lib/dirname.h (dir_name_r): Declare it.
27284
27285 2000-10-17  Jim Meyering  <meyering@lucent.com>
27286
27287         * lib/quote.h (PARAMS): Define and use.
27288         Reported by Akim Demaille.
27289
27290         * lib/getopt.c: Update from libc.
27291
27292 2000-10-16  Jim Meyering  <meyering@lucent.com>
27293
27294         * lib/hard-locale.c (hard_locale): Use "", not 0 as 2nd arg to
27295         setlocale.
27296         From Jan Fedak.
27297
27298 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
27299
27300         * regex.c (WIDE_CHAR_SUPPORT): Define if _LIBC as well.
27301
27302 2000-09-25  Jim Meyering  <meyering@lucent.com>
27303
27304         * lib/md5.h (rol): Define (from GnuPG).
27305
27306         * lib/sha.c: Give credit (GnuPG) where due.
27307         (M): Use rol rather than open-coding it.
27308         Add a FIXME comment.
27309
27310 2000-09-21  Jim Meyering  <meyering@lucent.com>
27311
27312         * lib/userspec.c (parse_user_spec): Remove debugging printf I'd added.
27313         Reported by Michael Stone.
27314
27315 2000-09-20  Jim Meyering  <meyering@lucent.com>
27316
27317         * lib/Makefile.am (libfetish_a_SOURCES): Add sha.c.
27318         (noinst_HEADERS): Add sha.h.
27319         Based on code from Scott G. Miller and from GnuPG.
27320
27321 2000-09-18  Jim Meyering  <meyering@lucent.com>
27322
27323         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Restore the initial value of
27324         LIBS. Otherwise, everyone ends up linking with -lelf for some
27325         configurations.
27326         Reported by Mike Stone.
27327
27328 2000-09-15  Jim Meyering  <meyering@lucent.com>
27329
27330         * lib/regex.c: Update from libc.
27331
27332 2000-09-10  Jim Meyering  <meyering@lucent.com>
27333
27334         * lib/getopt.c (_getopt_internal): Update from glibc.
27335
27336 2000-09-09  Jim Meyering  <meyering@lucent.com>
27337
27338         * lib/quotearg.c: Rename ISASCII to IN_CTYPE_DOMAIN, so people don't
27339         think it should be used as a general replacement for isascii.
27340         * lib/fnmatch.c: Likewise.
27341         * lib/mbswidth.c: Likewise
27342         * lib/regex.c: Likewise.
27343
27344         Don't use atoi.
27345         * lib/userspec.c: Include sys/param.h and limits.h.
27346         Include xstrtol.h.
27347         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
27348         (UID_T_MAX, GID_T_MAX, MAXUID, MAXGID): Define.
27349         (parse_user_spec): Use xstrtoul, not atoi when converting numeric
27350         UID, GID.  Check range.
27351
27352 2000-09-06  Jim Meyering  <meyering@lucent.com>
27353
27354         * lib/getopt.c (_getopt_internal): Update from glibc.
27355
27356 2000-08-30  Jim Meyering  <meyering@lucent.com>
27357
27358         * lib/strftime.c: Merge in changes from GNU libc.
27359
27360 2000-08-26  Jim Meyering  <meyering@lucent.com>
27361
27362         * m4/jm-macros.m4: Use jm_FUNC_FPENDING.
27363         * m4/fpending.m4: New file.
27364
27365 2000-08-26  Jim Meyering  <meyering@lucent.com>
27366
27367         * lib/closeout.c: Include "__fpending.h".
27368         (close_stdout_status): Return right away if there's nothing to flush.
27369
27370         * lib/Makefile.am (noinst_HEADERS): Add __fpending.h.
27371         * lib/__fpending.c: New file.
27372         * lib/__fpending.h: New file.
27373
27374 2000-08-20  Jim Meyering  <meyering@lucent.com>
27375
27376         * m4/check-decl.m4: Include utmp.h `#if HAVE_UTMP_H', rather than
27377         `#if !HAVE_UTMPX_H'.  The latter would lose on systems with neither
27378         utmp.h nor utmpx.h.  Reported by Eli Zaretskii.
27379
27380 2000-08-11  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
27381
27382         Improve fileutils installation on systems where running
27383         programs (like install) can't be unlinked.
27384         * m4/unlink-busy.m4 (jm_FUNC_UNLINK_BUSY_TEXT): New file/macro.
27385         * m4/jm-macros.m4: Use jm_FUNC_UNLINK_BUSY_TEXT.
27386
27387 2000-08-07  Paul Eggert  <eggert@twinsun.com>
27388
27389         Standardize on "memory exhausted" instead of "Memory exhausted"
27390         or "virtual memory exhausted".
27391         * lib/obstack.c (print_and_abort): Use "memory exhausted", not
27392         "virtual memory exhausted".
27393         * lib/same.c (same_name): Invoke xalloc_die instead of printing
27394         our own message.
27395         * lib/userspec.c (parse_user_spec): Likewise.
27396         * lib/bumpalloc.h: comment fix
27397         * lib/same.c, userspec.c: Include xalloc.h.
27398
27399         * lib/xalloc.h (xalloc_msg_memory_exhausted): Now char const[],
27400         not char *const and pointing to a constant array.
27401         * lib/xmalloc.c (xalloc_msg_memory_exhausted): Likewise.
27402         (xrealloc): Comment fix.
27403
27404         * lib/userspec.c (parse_user_spec):
27405         Don't translate a message until just before returning,
27406         to avoid unnecessary translation.
27407
27408 2000-08-07  Jim Meyering  <meyering@lucent.com>
27409
27410         * lib/addext.c, argmatch.c, argmatch.h, backupfile.h, bumpalloc.h,
27411         chown.c, diacrit.h, dirname.h, dup2.c, exclude.h, fileblocks.c,
27412         fnmatch.c, fnmatch.h, fsusage.c, fsusage.h, getdate.h,
27413         getgroups.c, gethostname.c, getopt.h, group-member.c,
27414         hard-locale.c, hash.h, isdir.c, lchown.c, linebuffer.c,
27415         linebuffer.h, long-options.h, malloc.c, md5.c, md5.h, memchr.c,
27416         memcmp.c, memcoll.c, memset.c, mktime.c, modechange.h, obstack.h,
27417         pathmax.h, realloc.c, rmdir.c, safe-read.c, save-cwd.c, stime.c,
27418         stpcpy.c, strcasecmp.c, strcspn.c, strdup.c, stripslash.c,
27419         strstr.c, strtod.c, strtol.c, strtoul.c, strtoull.c, strtoumax.c,
27420         utime.c, version-etc.h, xalloc.h, xstrdup.c, xstrtoumax.c,
27421         yesno.c: Back out Copyright date changes for each file with no change
27422         this year.  This eases coordination with other programs using the same
27423         source code modules.  From Paul Eggert.
27424
27425 2000-08-06  Paul Eggert  <eggert@twinsun.com>
27426
27427         * m4/mbstate_t.m4 (AC_MBSTATE_T): Define mbstate_t to be int,
27428         not char, for compatibility with glibc 2.1.3 strftime.c.
27429
27430 2000-08-03  Greg McGary  <greg@mcgary.org>
27431
27432         * lib/regex.c (SET_HIGH_BOUND, MOVE_BUFFER_POINTER,
27433         ELSE_EXTEND_BUFFER_HIGH_BOUND): New macros.
27434         (EXTEND_BUFFER): Use them.
27435
27436 2000-08-01  Jim Meyering  <meyering@lucent.com>
27437
27438         * lib/dirname.c (ISSLASH): Define.
27439         (BACKSLASH_IS_PATH_SEPARATOR): Define.
27440         (dir_name) [BACKSLASH_IS_PATH_SEPARATOR]: Handle the case in which
27441         both `\' and `/' may be use as path separators.
27442         Based on a patch from Prashant TR.
27443
27444 2000-07-31  Paul Eggert  <eggert@twinsun.com>
27445
27446         * lib/quotearg.c (quotearg_n_options): Don't make the initial
27447         slot vector a constant, since it might get modified.
27448
27449 2000-07-31  Jim Meyering  <meyering@lucent.com>
27450
27451         * lib/xmalloc.c: Use `virtual memory exhausted', not
27452         `Memory exhausted'.
27453         * lib/obstack.c (print_and_abort): Likewise.
27454
27455 2000-07-30  Paul Eggert  <eggert@twinsun.com>
27456
27457         * lib/quotearg.c (quotearg_n_options): Preallocate a slot 0
27458         buffer, so that the caller can always quote one small
27459         component of a "memory exhausted" message in slot 0.
27460         From a suggestion by Jim Meyering.
27461
27462 2000-07-30  Jim Meyering  <meyering@lucent.com>
27463
27464         * lib/makepath.c (make_path): Quote the other instance, too.
27465
27466         * lib/quotearg.c (N_STATIC_SLOTVECS): Define.
27467         (STATIC_BUF_SIZE): Define.
27468         (quotearg_n_options): Use only statically allocated storage when
27469         N < N_STATIC_SLOTVECS and the length of the quoted result is smaller
27470         than STATIC_BUF_SIZE.
27471
27472 2000-07-29  Jim Meyering  <meyering@lucent.com>
27473
27474         * lib/diacrit.c (diacrit_diac): Use __MSDOS__ in favor of MSDOS.
27475         * lib/dirname.c (dir_name): Likewise.
27476
27477         * lib/basename.c (base_name): Use ISSLASH rather than comparing against
27478         `/'.
27479
27480         * lib/dirname.c (dir_name) [MSDOS]: Declare `lim' to be const.
27481         (dir_name): Assert that there are no trailing slashes.
27482
27483 2000-07-29  Bruno Haible  <haible@clisp.cons.org>
27484
27485         * lib/mbswidth.h (mbswidth): Add a flags argument.
27486         (mbswidth): New declaration.
27487         (MBSW_ACCEPT_INVALID, MBSW_ACCEPT_UNPRINTABLE): New macros.
27488         * lib/mbswidth.c (mbswidth): Add a flags argument.
27489         (mbsnwidth): New function.
27490
27491 2000-07-24  Jim Meyering  <meyering@lucent.com>
27492
27493         * lib/mbswidth.c: Remove useless #else.  From Bruno Haible.
27494
27495 2000-07-23  Paul Eggert  <eggert@twinsun.com>
27496
27497         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Check for wcwidth declaration.
27498
27499 2000-07-23  Paul Eggert  <eggert@twinsun.com>
27500
27501         * lib/quotearg.c: Streamline by invoking multibyte code only if needed.
27502         <wchar.h>: Include only if HAVE_MBRTOWC && 1 < MB_LEN_MAX.
27503         (MB_CUR_MAX): Redefine to 1 if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX).
27504         (quotearg_buffer_restyled): If a unibyte locale, don't bother to
27505         invoke multibyte primitives.
27506
27507 2000-07-23  Paul Eggert  <eggert@twinsun.com>
27508
27509         * lib/quotearg.c:
27510         Include <wchar.h> even if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX),
27511         so that mbstate_t is always defined.
27512
27513         Do not inspect MB_LEN_MAX, since it's incorrectly defined to
27514         be 1 in at least one GCC installation, and this configuration
27515         error is likely to be common.  Ignoring MB_LEN_MAX hurts
27516         performance on hosts that have mbrtowc but have only unibyte
27517         locales, but I assume these hosts are rare.
27518
27519 2000-07-23  Paul Eggert  <eggert@twinsun.com>
27520
27521         * lib/mbswidth.c (_XOPEN_SOURCE):
27522         Don't define; this causes problems on Solaris 7.
27523         (wcwidth) [!HAVE_DECL_WCWIDTH]: Declare.
27524
27525 2000-07-23  Jim Meyering  <meyering@lucent.com>
27526
27527         * m4/check-decl.m4 (jm_CHECK_DECLS): Check for declarations of these,
27528         too: getgrgid, getpwuid, getuid.
27529
27530 2000-07-23  Jim Meyering  <meyering@lucent.com>
27531
27532         * lib/basename.c (base_name): Add an assertion.
27533
27534 2000-07-23  Bruno Haible  <haible@clisp.cons.org>
27535
27536         * lib/quotearg.c: When the system forces us to redefine mbstate_t,
27537         shadow its mbsinit function.
27538
27539 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
27540
27541         * lib/mbswidth.h: New file.
27542         * lib/mbswidth.c: New file.
27543         * lib/Makefile.am (libfetish_a_SOURCES): Add mbswidth.c.
27544         (noinst_HEADERS): Add mbswidth.h.
27545
27546 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
27547
27548         * lib/config.charset: Add support for FreeBSD. Improve support for
27549         HP-UX and IRIX 6.
27550
27551 2000-07-16  Bruno Haible  <haible@clisp.cons.org>
27552
27553         * m4/mbswidth.m4: New file.
27554         * m4/prereq.m4 (jm_PREREQ): Call jm_PREREQ_MBSWIDTH.
27555
27556 2000-07-15  Jim Meyering  <meyering@lucent.com>
27557
27558         * lib/makepath.c: Include quote.h.
27559         (make_path): Convert "`%s'" in format strings to "%s", and wrap each
27560         corresponding argument in a `quote (...)' call.
27561         Give better diagnostics.
27562
27563         * lib/Makefile.am (libfetish_a_SOURCES): Add quote.c.
27564         (noinst_HEADERS): Add quote.h.
27565
27566         * lib/quote.c (quote, quote_n): New file.  Two functions taken verbatim
27567         from tar's src/misc.c.
27568         * lib/quote.h: New file.  Prototypes for same.
27569
27570 2000-07-14  Paul Eggert  <eggert@twinsun.com>
27571
27572         From a suggestion by Bruno Haible.
27573         * lib/quotearg.c (mbrtowc): Do not use HAVE_WCHAR_H in the definition.
27574         Use defined mbstate_t, not HAVE_MBSTATE_T_OBJECT,
27575         to decide whether to define the BeOS workaround macro;
27576         this adjusts to the change to AC_MBSTATE_T.
27577
27578 2000-07-14  Jim Meyering  <meyering@lucent.com>
27579
27580         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Require
27581         jm_AC_TYPE_UINTMAX_T.
27582
27583 2000-07-13  Paul Eggert  <eggert@twinsun.com>
27584
27585         * lib/quotearg.h (enum quoting style): New enum clocale_quoting_style.
27586
27587         * lib/quotearg.c (quoting_style_args, quoting_style_vals,
27588         quotearg_buffer_restyled): Add support for
27589         clocale_quoting_style.  Undo previous change to
27590         locale_quoting_style behavior, and undo the "{LEFT QUOTATION MARK}"
27591         and "{RIGHT QUOTATION MARK}" msgids.
27592
27593 2000-07-10  Paul Eggert  <eggert@twinsun.com>
27594
27595         From a suggestion by Bruno Haible.
27596         * m4/mbstate_t.m4 (AC_MBSTATE_T):
27597         Renamed from AC_MBSTATE_T_OBJECT.  All uses changed.
27598         Change from a two-part test, which defines both HAVE_MBSTATE_T_OBJECT
27599         and mbstate_t, to a single-part test that simply defines mbstate_t.
27600         * m4/prereq.m4 (jm_PREREQ_QUOTEARG):
27601         s/AC_MBSTATE_T_OBJECT/AC_MBSTATE_T/.
27602
27603 2000-07-10  Jim Meyering  <meyering@lucent.com>
27604
27605         * m4/strerror_r.m4: Mirror the correction made in autoconf.
27606
27607         * m4/gnu-source.m4: Output to confdefs.h directly.
27608         Suggestion from Akim Demaille.
27609
27610 2000-07-09  Paul Eggert  <eggert@twinsun.com>
27611
27612         The old behavior of quoting `like this' doesn't look good with
27613         newer, ISO-style fonts.  See:
27614         http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html
27615
27616         Instead, quote "like this" by default.  Let the translator
27617         tailor the locale-specific quoting behavior by providing
27618         translations for {LEFT QUOTATION MARK} and {RIGHT QUOTATION MARK}.
27619
27620         * lib/quotearg.c (N_): New macro.
27621         (gettext_default): New function.
27622         (quotearg_buffer_restyled): Use
27623         gettext_default ("{LEFT QUOTATION MARK}", "\"") for left quote, and
27624         gettext_default ("{RIGHT QUOTATION MARK}", "\"") for right quote.
27625
27626 2000-07-09  Jim Meyering  <meyering@lucent.com>
27627
27628         * m4/jm-macros.m4 (jm_MACROS): Add a test to see if -lm is required
27629         to link seq.  If so, set SEQ_LIBM to -lm.  From Bruno Haible.
27630
27631         * m4/gnu-source.m4 (AC__GNU_SOURCE): New file/macro.
27632         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require it.
27633
27634 2000-07-09  Jim Meyering  <meyering@lucent.com>
27635
27636         * lib/Most files: Update copyright dates to include 2000.
27637
27638 2000-07-08  Jim Meyering  <meyering@lucent.com>
27639
27640         * lib/xgethostname.c (ENAMETOOLONG): Define to an unlikely value
27641         if not defined.
27642         (xgethostname): Remove now-unnecessary #ifdef.
27643         Move declaration of `err' into loop where it's used.
27644
27645 2000-07-05  Paul Eggert  <eggert@twinsun.com>
27646         and Bruno Haible  <haible@clisp.cons.org>
27647
27648         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Test for mbstate_t
27649         only if the test for an object-type mbstate_t fails.  This
27650         prevents us from mistakenly reporting that mbstate_t is a
27651         system object type after we "#define mbstate_t int" to work
27652         around its lack.
27653
27654 2000-07-05  Paul Eggert  <eggert@twinsun.com>
27655         and Bruno Haible  <haible@clisp.cons.org>
27656
27657         * lib/quotearg.c (mbrtowc): Declare returned type, since BeOS doesn't.
27658
27659 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
27660
27661         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Pass a reasonably large buffer
27662         to strerror_r.
27663         Include <ctype.h> for use of isalpha.
27664
27665 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
27666
27667         * lib/xgethostname.c (xgethostname): Protect against the SunOS 5.5 bug
27668         by allocating a larger buffer. Test the gethostname return value for
27669         being >= 0, not == 0, for BeOS.  Don't exhaust memory if gethostname
27670         returns an error and ENAMETOOLONG isn't defined.
27671
27672 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
27673
27674         * lib/quotearg.c (struct quoting_options): Simplify quote_these_too
27675         dimension.
27676
27677 2000-07-04  Jim Meyering  <meyering@lucent.com>
27678
27679         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use plain old `echo' instead
27680         of the deprecated AC_CHECKING.
27681
27682 2000-07-04  Jim Meyering  <meyering@lucent.com>
27683
27684         * lib/strndup.c: [!HAVE_DECL_STRNLEN]: Declare strnlen.
27685         Reported by Bruno Haible.
27686
27687 2000-07-04  Jim Meyering  <meyering@lucent.com>
27688
27689         * lib/quotearg.c: Make inclusion of <wchar.h> independent of whether
27690         HAVE_MBRTOWC is set.  Required at least for irix-5.6, which
27691         lacks mbrtowc.
27692
27693 2000-07-03  Paul Eggert  <eggert@twinsun.com>
27694
27695         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Port to autoconf 2.13.
27696         Add AC_CHECK_HEADERS(stdlib.h), since we use HAVE_STDLIB_H.
27697
27698 2000-07-03  Paul Eggert  <eggert@twinsun.com>
27699         and Bruno Haible  <haible@clisp.cons.org>
27700
27701         * lib/quotearg.c (mbrtowc):
27702         Assign to *pwc, and return 1 only if result is nonzero.
27703         (iswprint): Use ISPRINT when substituting our own mbrtowc.
27704
27705 2000-07-03  Jim Meyering  <meyering@lucent.com>
27706
27707         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strnlen.
27708
27709 2000-07-03  Jim Meyering  <meyering@lucent.com>
27710
27711         * lib/readutmp.h: [HAVE_UTMPX_H]: Include <utmp.h> if HAVE_UTMP_H.
27712         This is necessary to get a definition of e.g., UTMP_FILE on
27713         HP-UX 10.20.
27714         From Bob Proulx.
27715
27716 2000-07-02  Jim Meyering  <meyering@lucent.com>
27717
27718         * m4/mbstate_t.m4: Also define mbstate_t, if necessary.
27719
27720         * m4/chown.m4: Replace each use of AC_SUBST(LIBOBJS)/LIBOBJS=... with
27721         AC_LIBOBJ(function_name).
27722         * m4/chown.m4: Likewise.
27723         * m4/fnmatch.m4: Likewise.
27724         * m4/ftruncate.m4: Likewise.
27725         * m4/getgroups.m4: Likewise.
27726         * m4/getline.m4: Likewise.
27727         * m4/group-member.m4: Likewise.
27728         * m4/jm-macros.m4: Likewise.
27729         * m4/lstat.m4: Likewise.
27730         * m4/malloc.m4: Likewise.
27731         * m4/memcmp.m4: Likewise.
27732         * m4/nanosleep.m4: Likewise.
27733         * m4/putenv.m4: Likewise.
27734         * m4/realloc.m4: Likewise.
27735         * m4/regex.m4: Likewise.
27736         * m4/stat.m4: Likewise.
27737         * m4/strftime.m4: Likewise.
27738
27739 2000-07-02  Jim Meyering  <meyering@lucent.com>
27740
27741         * lib/quotearg.c (mbstate_t): Don't define here.
27742
27743 2000-07-02  Jim Meyering  <meyering@lucent.com>
27744
27745         * lib/nanosleep.c (SIGCONT): Define if not already defined.
27746
27747 2000-07-01  Jim Meyering  <meyering@lucent.com>
27748
27749         * m4/uptime.m4: Put double quotes around use of $cross_compiling.
27750
27751 2000-07-01  Jim Meyering  <meyering@lucent.com>
27752
27753         * m4/ls-mntd-fs.m4: Remove a `FIXME' comment and fix the associated
27754         problem.
27755
27756 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
27757
27758         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Rename BeOS specific
27759         macro from MOUNTED_NEXT_DEV to MOUNTED_FS_STAT_DEV.
27760
27761 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
27762
27763         * lib/mountlist.c: Use MOUNTED_FS_STAT_DEV instead of MOUNTED_NEXT_DEV,
27764         per change in ../m4/ls-mntd-fs.m4.
27765         (read_filesystem_list): Ignore symbolic links.
27766
27767 2000-06-29  Jim Meyering  <meyering@lucent.com>
27768
27769         * lib/same.c: Include <string.h> or <strings.h>, as appropriate,
27770         for declaration of strcmp.
27771
27772         * lib/long-options.c: Include <stdlib.h>, for declaration of exit.
27773
27774         * lib/mountlist.c (fsp_to_string) [HAVE_F_FSTYPENAME_IN_STATFS]:
27775         Avoid warning by casting result to `char *' to remove `const'.
27776
27777 2000-06-28  Jim Meyering  <meyering@lucent.com>
27778
27779         * m4/mbstate_t.m4: Use stdlib.h, not stdio.h.  The latter is not
27780         included by quotearg.c, for which we perform this test.  From
27781         Bruno Haible.
27782
27783 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
27784
27785         * m4/check-decl.m4 (_jm_DECL_HEADERS): Check for utmp.h as well.
27786         * m4/prereq.m4 (jm_PREREQ_READUTMP): Likewise. If either <utmp.h> or
27787         <utmpx.h> exists, put readutmp.o into LIBOBJS.
27788
27789 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
27790
27791         * lib/Makefile.am (libfetish_a_SOURCES): Remove readutmp.c.
27792
27793 2000-06-26  Paul Eggert  <eggert@twinsun.com>
27794
27795         savedir now sets errno on failure and invokes xmalloc to get memory.
27796         Fix a couple of other minor bugs while we're at it.
27797
27798         * lib/savedir.c (<unistd.h>): Do not include; there's no need.
27799         (NAMLEN): Remove macro.
27800         (malloc, realloc): Remove decls.
27801         (stpcpy): Likewise.
27802         ("xalloc.h"): Include.
27803         (NAME_SIZE_DEFAULT): New macro.
27804         (savedir): Use xmalloc / xrealloc to allocate memory.
27805         Use NAME_SIZE_DEFAULT if name_size is negative or overflows to zero.
27806         Skip "" directory entries.
27807         Use strlen to calculate directory entry length, since the old method
27808         is rarely used these days and isn't worth supporting.
27809         Don't use a pointer after freeing it.
27810         Check for integer overflow when calculating allocation size.
27811         Use memcpy to copy entries, instead of stpcpy.
27812         Set errno properly when returning NULL.
27813         Check for readdir error.
27814
27815 2000-06-26  Jim Meyering  <meyering@lucent.com>
27816
27817         * lib/posixtm.c [HAVE_STDLIB_H]: Include stdlib.h, for decl of abort.
27818
27819 2000-06-25  Jim Meyering  <meyering@lucent.com>
27820
27821         * m4/mbstate_t.m4: Include stdio.h before wchar.h to work around
27822         Linux header bug when _XOPEN_SOURCE is defined to 500.
27823
27824 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
27825
27826         * lib/unicodeio.c (print_unicode_char): Work around ansi2knr
27827         deficiency.
27828
27829 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
27830
27831         * lib/getusershell.c (xmalloc, xrealloc): Remove functions.
27832         Include xalloc.h.
27833         Don't include <stdlib.h>.  Don't declare malloc, realloc.
27834
27835 2000-06-24  Jim Meyering  <meyering@lucent.com>
27836
27837         * m4/strerror_r.m4: Revive this file -- to try out an experimental
27838         version of AC_FUNC_STRERROR_R that may work even on BeOS, a system
27839         for which strerror does return char*, but which lacks a conveniently
27840         accessible declaration of the function.  If the compile-test says
27841         strerror_r doesn't work, then resort to a `run'-test that works on
27842         BeOS and segfaults on DEC Unix.
27843
27844 2000-06-24  Jim Meyering  <meyering@lucent.com>
27845
27846         * lib/error.c [!HAVE_DECL_STRERROR_R]: Declare strerror_r.
27847
27848 2000-06-23  Paul Eggert  <eggert@twinsun.com>
27849
27850         * m4/mbstate_t.m4: New file, defining AC_MBSTATE_T_OBJECT.
27851         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Use it.  Add check for iswprint.
27852
27853 2000-06-23  Paul Eggert  <eggert@twinsun.com>
27854
27855         * lib/quotearg.c: Include <wctype.h> after <wchar.h>, for Solaris 2.5.
27856         (mbrtowc, mbstate_t): Define substitutes if
27857         HAVE_MBRTOWC && HAVE_WCHAR_H && !HAVE_MBSTATE_T_OBJECT.
27858         (iswprint): Define to 1 if !defined iswprint && !HAVE_ISWPRINT,
27859         not if ! (HAVE_MBRTOWC && HAVE_WCHAR_H).
27860
27861 2000-06-23  Jim Meyering  <meyering@lucent.com>
27862
27863         * m4/afs.m4: Add missing AC_MSG_RESULT.
27864         Reported by Bruno Haible.
27865
27866         * m4/fsusage.m4: s/AC_MSG_CHECKING/AC_CHECKING/.
27867         Suggestion from Bruno Haible.
27868
27869 2000-06-23  Jim Meyering  <meyering@lucent.com>
27870
27871         * lib/getpass.c: New file, from Bruno Haible.  Required for BeOS.
27872
27873 2000-06-21  Jim Meyering  <meyering@lucent.com>
27874
27875         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add getpass.
27876
27877 2000-06-21  Jim Meyering  <meyering@lucent.com>
27878
27879         * lib/Makefile.am (libfetish_a_SOURCES): Add getstr.c.
27880         (noinst_HEADERS): Add getstr.h.
27881
27882         * lib/getline.c (getstr): Move into a separate file.
27883         * lib/getstr.c (getstr): New file, extracted from getline.c, with
27884         the following changes: new parameter, delim2; both delim[12]
27885         parameters have type `int', not `char'.  The latter would lose
27886         with 8-bit delimiters.
27887         * lib/getstr.h: New file.
27888
27889 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
27890
27891         * lib/xgetcwd.c (xgetcwd): If the required pathname length is smaller
27892         than 1024, return a memory chunk of least possible size, instead
27893         of size PATH_MAX + 2. In the loop, increment the size proportionally.
27894         Use free/xmalloc instead of xrealloc to avoid copying for very long
27895         paths.
27896
27897 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
27898
27899         * lib/path-concat.c (path_concat): Don't access dir[-1] if dir is
27900         the empty string.
27901
27902 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
27903
27904         * lib/canon-host.c (canon_host): Use malloc and memcpy to copy an
27905         address, not strdup.  Include <stdlib.h> and don't declare free().
27906
27907 2000-06-19  Jim Meyering  <meyering@lucent.com>
27908
27909         * lib/getloadavg.c [HAVE_NLIST_H] (NLIST_STRUCT): Define.
27910
27911 2000-06-18  Jim Meyering  <meyering@lucent.com>
27912
27913         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Remove mkdir.
27914
27915         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): Change the
27916         `checking whether...' message to be consistent with that of the
27917         lstat test.
27918
27919 2000-06-18  Jim Meyering  <meyering@lucent.com>
27920
27921         * lib/mkdir.c: Remove file, due mainly to copyright incompatibility.
27922         Besides, these days every porting target provides a mkdir function.
27923
27924         * lib/strnlen.c: Include memory.h, string.h, and/or strings.h as
27925         needed. (this snippet comes from src/system.h).
27926
27927 2000-06-16  Bruno Haible  <haible@clisp.cons.org>
27928
27929         * m4/glibc21.m4 (jm_GLIBC21): Define GLIBC21 for Makefiles, not for C.
27930
27931 2000-06-15  Paul Eggert  <eggert@twinsun.com>
27932
27933         * lib/human.c (adjust_value): New function.
27934         (human_readable_inexact): Apply rounding style even when
27935         printing approximate values.
27936
27937 2000-06-14  Paul Eggert  <eggert@twinsun.com>
27938
27939         * lib/human.c (human_readable_inexact): Allow an input block
27940         size that is not a multiple of the output block size, and vice versa.
27941         Reported by Piergiorgio Sartor.
27942
27943 2000-06-14  Paul Eggert  <eggert@twinsun.com>
27944
27945         * lib/getdate.y (get_date): Apply relative times after time
27946         zone indicator, not before.  Reported by Todd A. Jacobs.
27947
27948 2000-06-13  Jim Meyering  <meyering@lucent.com>
27949
27950         * lib/Makefile.am (all-local): Depend on lstat.c and stat.c.
27951
27952         * lib/xstat.in [!HAVE_DECL_FREE]: Declare free in lstat.c.
27953
27954 2000-06-12  Paul Eggert  <eggert@twinsun.com>
27955
27956         * lib/xstat.in: Include <stdlib.h> in lstat, to declare "free".
27957
27958 2000-06-12  Jim Meyering  <meyering@lucent.com>
27959
27960         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Replace with
27961         AC_FUNC_GETLOADAVG from autoconf, and tweak the latter to accept an
27962         optional argument.
27963         * m4/jm-macros.m4: s/AM_FUNC_GETLOADAVG/AC_FUNC_GETLOADAVG/, and supply
27964         the optional argument, `lib'.
27965
27966 2000-06-08  Jim Meyering  <meyering@lucent.com>
27967
27968         * m4/largefile.m4: Remove file (now that it's part of autoconf).
27969
27970 2000-06-04  Paul Eggert  <eggert@twinsun.com>
27971
27972         Rewrite largefile configuration so that we don't need to run
27973         getconf and don't need AC_CANONICAL_HOST.  [I'm leaving the use of
27974         AC_CANONICAL_HOST in configure.in -- jmm]
27975
27976         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS,
27977         AC_SYS_LARGEFILE_SPACE_APPEND): Remove.
27978         (AC_SYS_LARGEFILE_TEST_INCLUDES): New macro.
27979         (AC_SYS_LARGEFILE_MACRO_VALUE): Change arguments from
27980         CODE-TO-SET-DEFAULT to VALUE, INCLUDES, FUNCTION-BODY.
27981         All uses changed.
27982         Instead of inspecting the output of getconf, try to compile the
27983         test program without and with the macro definition.
27984         (AC_SYS_LARGEFILE): Do not require AC_CANONICAL_HOST or check
27985         for getconf.  Instead, check for the needed flags by compiling
27986         test programs.
27987
27988 2000-06-04  Paul Eggert  <eggert@twinsun.com>
27989
27990         * lib/strnlen.c: Include <config.h> if HAVE_CONFIG_H.
27991
27992 2000-06-04  Jim Meyering  <meyering@lucent.com>
27993
27994         * lib/getugroups.c (getugroups): Cast -1 to gid_t, for systems like
27995         SunOS 4.1.4 for which gid_t is an unsigned type.
27996
27997 2000-06-03  Jim Meyering  <meyering@lucent.com>
27998
27999         * m4/prereq.m4 (jm_PREREQ_HUMAN): Use []-quoted list in AC_CHECK_DECLS,
28000         now that autoconf requires that.
28001
28002         * m4/jm-glibc-io.m4: Add a kludge to make autoheader emit the required
28003         #undefs.  E.g., #undef HAVE_DECL_FERROR_UNLOCKED.
28004         Use []-quoted list in AC_CHECK_DECLS, now that autoconf requires that.
28005
28006 2000-06-03  Jim Meyering  <meyering@lucent.com>
28007
28008         * lib/strnlen.c [!HAVE_DECL_MEMCHR]: Declare memchr.
28009
28010 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
28011
28012         * m4/glibc21.m4: New file.
28013         * m4/jm-macros.m4 (jm_MACROS): Call jm_GLIBC21.
28014
28015 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
28016
28017         * lib/Makefile.am (install-exec-local): On systems with glibc-2.1 or
28018         newer, don't install charset.alias.
28019         * lib/config.charset: Change the Linux/glibc rules so they become empty
28020         on glibc-2.1 or newer.
28021
28022 2000-06-02  Jim Meyering  <meyering@lucent.com>
28023
28024         * lib/mountlist.c: Back out last change.  Instead, do this...
28025         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Set the
28026         me_dummy member using the same `ignore'-testing code.
28027         * lib/mountlist.h (ME_DUMMY): Add `autofs' to the list of ignored
28028         fs_type strings.
28029         From Mark D. Roth.
28030
28031 2000-05-29  Jim Meyering  <meyering@lucent.com>
28032
28033         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Ignore
28034         mounts with the `ignore' attribute.  Based on a patch from
28035         Mark D. Roth.
28036
28037 2000-05-28  Jim Meyering  <meyering@lucent.com>
28038
28039         * m4/jm-macros.m4 (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK): Rename from
28040         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
28041         * m4/stat.m4: Likewise.
28042         * m4/lstat.m4: Likewise.
28043         * m4/lstat-slash.m4: Remove file (absorbed into autoconf).
28044
28045         * m4/jm-macros.m4 (AC_FUNC_STRERROR_R): Rename from jm_FUNC_STRERROR_R.
28046         * m4/strerror_r.m4: Remove file (absorbed into autoconf).
28047
28048 2000-05-26  Jim Meyering  <meyering@lucent.com>
28049
28050         * m4/uptime.m4: Use `$cross_compiling', not `$ac_cv_prog_cc_cross'.
28051
28052 2000-05-24  Jim Meyering  <meyering@lucent.com>
28053
28054         * m4/prereq.m4: Use []-quoted list in AC_CHECK_MEMBERS, now that
28055         autoconf requires that.
28056         * m4/lib-check.m4: Likewise.
28057         * m4/jm-macros.m4: Likewise.
28058         * m4/strftime.m4: Likewise.
28059
28060         * m4/check-decl.m4 (jm_CHECK_DECLS): Use []-quoted list in
28061         AC_CHECK_DECLS, now that autoconf requires that.
28062
28063 2000-05-22  Jim Meyering  <meyering@lucent.com>
28064
28065         * m4/stat.m4: Require jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
28066         * m4/lstat.m4: Likewise.
28067
28068 2000-05-22  Jim Meyering  <meyering@lucent.com>
28069
28070         * lib/makepath.c: Remove old, now-unnecessary `#ifdef __MSDOS__' block.
28071
28072 2000-05-20  Jim Meyering  <meyering@lucent.com>
28073
28074         * m4/prereq.m4 (jm_PREREQ_HUMAN): New macro.
28075         (jm_PREREQ): Use it.
28076
28077 2000-05-18  Jim Meyering  <meyering@lucent.com>
28078
28079         * lib/hash.c (hash_rehash): Fix a nasty bug: copy the free entry list
28080         back, too, since it may have been modified by allocate_entry.
28081         (hash_delete): Rewrite to use neither the assignment operator
28082         nor the comma operator in an if-expression.
28083
28084 2000-05-15  Paul Eggert  <eggert@twinsun.com>
28085
28086         * lib/closeout.c:
28087         <sys/stat.h>, <sys/types.h>, <unistd.h>, (STDOUT_FILENO):
28088         Remove; no longer needed.
28089         "quotearg.h": Add include.
28090         (file_name): Do not bother to explicitly initialize to NULL; it's less
28091         efficient on some hosts.
28092         (close_stdout_status): Remove test as to whether stdout was already
28093         closed; it breaks for the case "echo x | sort >&-".
28094         Quote file name colons.
28095         Do not assume that _("write error") lacks format strings.
28096
28097 2000-05-15  Jim Meyering  <meyering@lucent.com>
28098
28099         * lib/version-etc.c (version_etc_copyright): Update the copyright
28100         string used in all --version output.
28101
28102 2000-05-14  Jim Meyering  <meyering@lucent.com>
28103
28104         * lib/closeout.c (close_stdout_set_file_name): New function.
28105         (close_stdout_status): Use new file-scoped global.
28106         Return right away if fstat says the stdout file descriptor is invalid.
28107         * lib/closeout.h (close_stdout_set_file_name): Declare.
28108
28109 2000-05-10  Jim Meyering  <meyering@lucent.com>
28110
28111         * lib/closeout.c [default_exit_status]: New file-scoped variable.
28112         (close_stdout_set_status): New function.
28113         * lib/closeout.h (close_stdout_set_status): Declare.
28114
28115 2000-05-09  Jim Meyering  <meyering@lucent.com>
28116
28117         * m4/gettext.m4: Rename this...
28118         * m4/libintl.m4: ...to this.
28119
28120 2000-05-08  Jim Meyering  <meyering@lucent.com>
28121
28122         * lib/long-options.c: Don't include closeout.h.
28123         (parse_long_options): Don't call close_stdout for --version.
28124
28125 2000-05-06  Paul Eggert  <eggert@twinsun.com>
28126
28127         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _XOPEN_SOURCE to
28128         be 500, instead of _GNU_SOURCE to be 1, to work around glibc
28129         2.1.3 bug.  This avoids a clash when files like regex.c define
28130         _GNU_SOURCE.
28131
28132 2000-05-06  Jim Meyering  <meyering@lucent.com>
28133
28134         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add atexit.
28135         (AC_REPLACE_FUNCS): Add strnlen.
28136
28137         * m4/rmdir-errno.m4 (fetish_FUNC_RMDIR_NOTEMPTY): New macro and file.
28138         * m4/jm-macros.m4: Require fetish_FUNC_RMDIR_NOTEMPTY.
28139
28140         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Save and restore LIBS around
28141         AC_SEARCH_LIBS call for nanosleep.
28142         (LIB_NANOSLEEP): Set and AC_SUBST.
28143
28144 2000-05-06  Jim Meyering  <meyering@lucent.com>
28145
28146         * lib/strnlen.c: Undefine __strnlen and strnlen.
28147         [!weak_alias]: Define __strnlen to strnlen.
28148
28149         * lib/atexit.c: New file, from libiberty.
28150
28151 2000-05-06  Jim Meyering  <meyering@lucent.com>
28152
28153         * lib/closeout.c (close_stdout_status): Also check for errors on the
28154         stderr stream.
28155
28156 2000-05-05  Jim Meyering  <meyering@lucent.com>
28157
28158         * m4/jm-macros.m4 (jm_MACROS): Save and restore LIBS around
28159         AC_SEARCH_LIBS call for clock_gettime.
28160         (LIB_CLOCK_GETTIME): Set and AC_SUBST.
28161
28162         * m4/search-libs.m4: Update from autoconf.
28163
28164         su doesn't work on Solaris 2.6.
28165         * m4/lib-check.m4: When checking for struct spwd.sp_pwdp, also include
28166         <shadow.h>.  Reported by Dragos Harabor.
28167
28168 2000-05-05  Bruno Haible  <haible@clisp.cons.org>
28169
28170         * lib/localcharset.c (get_charset_aliases): Use malloc, realloc and
28171         memcpy instead of xmalloc, xrealloc, path_concat.
28172         (locale_charset): Treat empty environment variables as absent.
28173         (DIRECTORY_SEPARATOR, ISSLASH): New macros.
28174
28175 2000-05-04  Jim Meyering  <meyering@lucent.com>
28176
28177         * lib/getopt.c: Update from glibc.
28178         * lib/obstack.c: Likewise.
28179         * lib/obstack.h: Likewise.
28180         * lib/regex.c: Likewise.  NB: K&R compiler support is dropped for this
28181         file
28182
28183         * lib/regex.h: Likewise.
28184         * lib/strndup.c: Likewise.
28185         * lib/strnlen.c: New file, from glibc.
28186
28187 2000-05-03  Jim Meyering  <meyering@lucent.com>
28188
28189         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strndup.
28190
28191 2000-05-02  Paul Eggert  <eggert@twinsun.com>
28192
28193         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _GNU_SOURCE if
28194         this is needed to make ftello visible (e.g. glibc 2.1.3).  Use
28195         compile-time test, rather than inspecting host and OS, to
28196         decide whether to define _LARGEFILE_SOURCE.
28197
28198 2000-05-01  Jim Meyering  <meyering@lucent.com>
28199
28200         * m4/fsusage.m4: Use AC_MSG_CHECKING instead of obsolete AC_CHECKING.
28201
28202         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add BeOS support.
28203         Based on a patch from Bruno Haible.
28204
28205 2000-05-01  Jim Meyering  <meyering@lucent.com>
28206
28207         * lib/full-write.c (full_write): Remove `FIXME' part of comment.
28208
28209 2000-04-29  Jim Meyering  <meyering@lucent.com>
28210
28211         * lib/path-concat.c: Declare strdup only if it's not defined.
28212         * lib/canon-host.c: Likewise.
28213
28214 2000-04-28  Jim Meyering  <meyering@lucent.com>
28215
28216         * lib/rpmatch.c [HAVE_LIMITS_H]: Include limits.h before regex.h to
28217         avoid redefinition warning on some systems (HPUX).  Otherwise, regex.h
28218         is included first, then limits.h is included by locale.h by libintl.h.
28219         From John David Anglin.
28220
28221 2000-04-25  Jim Meyering  <meyering@lucent.com>
28222
28223         * lib/makepath.c (S_IRWXUGO): Define.
28224         (make_path): Always perform explicit chmod if MODE specifies any
28225         of the `special' permission bits.  Prompted by a bug report against
28226         install from Mate Wierdl and Joost van Baal.
28227
28228 2000-04-18  Jim Meyering  <meyering@lucent.com>
28229
28230         * m4/prereq.m4 (jm_PREREQ_GETPAGESIZE): New macro.
28231         (jm_PREREQ): Use it.
28232
28233 2000-04-18  Jim Meyering  <meyering@lucent.com>
28234
28235         * lib/README: New file.
28236
28237         * lib/getpagesize.h [!getpagesize && HAVE_OS_H && B_PAGE_SIZE]: Define
28238         getpagesize.  For BeOS.  Based on a patch from Bruno Haible.
28239
28240 2000-04-17  Jim Meyering  <meyering@lucent.com>
28241
28242         Get it right :-)
28243         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Emit the
28244         actual #define via AH_VERBATIM.  Don't need separate AC_DEFINE.
28245         Suggestion from Akim Demaille.
28246
28247 2000-04-17  Jim Meyering  <meyering@lucent.com>
28248
28249         * lib/strftime.c (my_strftime) [strftime]: Declare strftime here, since
28250         the definition of it to rpl_strftime also defined-away the system's
28251         declaration.
28252
28253 2000-04-15  Jim Meyering  <meyering@lucent.com>
28254
28255         Use `C' to denote so-called `contiguous' files, the same way
28256         that tar does.
28257         * lib/filemode.c (S_ISCTG) [!S_ISCTG && S_IFCTG]: Define.
28258         (ftypelet): Use S_ISCTG.
28259         From Michael Deutschmann.
28260
28261 2000-04-14  Jim Meyering  <meyering@lucent.com>
28262
28263         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use the one-arg
28264         form of AC_DEFINE.  Otherwise, the #ifndef in AH_VERBATIM gets
28265         clobbered.
28266
28267 2000-04-14  Jim Meyering  <meyering@lucent.com>
28268
28269         * lib/strftime.c (my_strftime) [#ifdef strftime]: Declare strftime.
28270
28271 2000-04-13  Jim Meyering  <meyering@lucent.com>
28272
28273         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use new
28274         AH_VERBATIM to insert required #ifndef into config.h.in.
28275         Suggestion from Akim Demaille.
28276
28277 2000-04-12  Jim Meyering  <meyering@lucent.com>
28278
28279         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Use AC_CHECK_HEADERS, not
28280         `AC_CHECK_HEADER' to check for locale.h.  Thanks to a report from
28281         Christian Krackowizer.
28282
28283         More code moved from ../configure.in into (jm_CHECK_ALL_TYPES).
28284         * m4/jm-macros.m4 (_GNU_SOURCE): Define.
28285         (AC_SYS_LARGEFILE): Require.
28286         (AM_C_PROTOTYPES): Require.
28287
28288 2000-04-08  Jim Meyering  <meyering@lucent.com>
28289
28290         * lib/Makefile.am (charset.alias): Use t-$@, not $@-t so the DOS 8.3
28291         names don't conflict.  Reported by Eli Zaretskii.
28292
28293 2000-04-07  Jim Meyering  <meyering@lucent.com>
28294
28295         * lib/putenv.c: Move inclusion of errno.h so it follows that of
28296         sys/types.h, to work around system header problems on AIX 3.2.5.
28297         From Bruno Haible.
28298
28299 2000-04-07  Bruno Haible  <haible@clisp.cons.org>
28300
28301         * lib/unicodeio.c (print_unicode_char): Avoid triggering Solaris iconv
28302         bug.  Deal with the different error behavior of Irix iconv.
28303
28304 2000-04-05  Paul Eggert  <eggert@twinsun.com>
28305
28306         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Don't use -n32 on
28307         IRIX if the installer said otherwise.
28308
28309 2000-04-05  Jim Meyering  <meyering@lucent.com>
28310
28311         Portability tweaks required for ultrix4.3.
28312         * m4/check-decl.m4 [!HAVE_UTMPX_H] (headers): Include <utmp.h>.
28313         (jm_CHECK_DECLS): Add getutent to the list of functions.
28314         (_jm_DECL_HEADERS): Add utmpx.h.
28315         From John David Anglin.
28316
28317         * m4/strftime.m4: Back out the 2000-04-02 change.
28318         Instead of that change, simply undefine putenv in the test program.
28319
28320 2000-04-05  Jim Meyering  <meyering@lucent.com>
28321
28322         Portability tweaks required for ultrix4.3.
28323         * lib/readutmp.h [HAVE_UTMPX_H && !HAVE_DECL_GETUTENT]: Declare
28324         getutent.
28325         * lib/readutmp.c: Include sys/types.h before sys/stat.h.
28326         * lib/canon-host.c: Declare strdup.
28327         * lib/path-concat.c: Likewise.
28328         From John David Anglin.
28329
28330 2000-04-04  Jim Meyering  <meyering@lucent.com>
28331
28332         Be more DOS 8.3-friendly.
28333         * lib/ref-add.sin: Renamed from ref-add.sed.in.
28334         * lib/ref-del.sin: Renamed from ref-del.sed.in.
28335         * lib/Makefile.am: Reflect renaming.
28336         Reported by Eli Zaretskii.
28337
28338         Use a temporary file name that won't clash with `charset.alias'
28339         in the DOS 8.3 name space.
28340         * lib/Makefile.am (charset_tmp): Define.
28341         (install-exec-local): Use $(charset_tmp) instead of $(charset_alias)-t.
28342         (uninstall-local): Likewise.
28343         Reported by Eli Zaretskii.
28344
28345 2000-04-03  Jim Meyering  <meyering@lucent.com>
28346
28347         * m4/gettext.m4: Fix typo in comment.
28348
28349         * m4/codeset.m4 (AC_CHECK_HEADERS): Add langinfo.h (moved here from
28350         textutils/configure.in).  Suggestion from Paul Eggert.
28351         (AC_CHECK_FUNCS): Add nl_langinfo.  (also from textutils/configure.in)
28352
28353 2000-04-02  Paul Eggert  <eggert@twinsun.com>
28354
28355         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Set TZ environment
28356         variable in the shell rather than using putenv, which isn't
28357         portable.  This avoids the configure-time inter-test dependency
28358         on the potentially-renamed putenv function.
28359
28360 2000-03-30  Paul Eggert  <eggert@twinsun.com>
28361
28362         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Include <sys/stat.h>
28363         before checking struct stat.st_blksize, so that
28364         HAVE_STRUCT_STAT_ST_BLKSIZE is defined correctly.
28365
28366 2000-03-29  Paul Eggert  <eggert@twinsun.com>
28367
28368         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Check for strftime,
28369         since strftime.c uses HAVE_STRFTIME to decide whether to use
28370         the underlying strftime.
28371
28372 2000-03-29  Paul Eggert  <eggert@twinsun.com>
28373
28374         * lib/time/strftime.c (my_strftime): Make sure we call the system
28375         strftime, not ourselves, when invoking the underlying strftime.
28376
28377 2000-03-24  Jim Meyering  <meyering@lucent.com>
28378
28379         * lib/Makefile.am (EXTRA_DIST): Add ref-add.sed.in and ref-del.sed.in.
28380         (charset_alias): Define.
28381         (install-exec-local): Factor out common code.
28382         (uninstall-local): Split lines longer than 80.
28383         (ref-add.sed, ref-del.sed): Remove rules... (do the following instead)
28384         (SUFFIXES): Define.
28385         (.sed.in.sed): New rule.  Don't redirect directly to $@.
28386         (CLEANFILES): Add ref-add.sed and ref-del.sed.
28387
28388 2000-03-19  Bruno Haible  <haible@clisp.cons.org>
28389
28390         * lib/config.charset: Output a line containing "Packages using this
28391         file".
28392         * lib/ref-add.sed.in, lib/ref-del.sed.in: New files.
28393         * lib/Makefile.am (install-exec-local, uninstall-local, ref-add.sed,
28394         ref-del.sed): New rules.
28395
28396 2000-03-17  Jim Meyering  <meyering@lucent.com>
28397
28398         * lib/unicodeio.c (<string.h>): Include only #if HAVE_STRING_H.
28399         Otherwise, include <strings.h>
28400
28401 2000-03-17  Bruno Haible  <haible@clisp.cons.org>
28402
28403         * lib/unicodeio.c (utf8_wctomb): New function.
28404         (print_unicode_char): Pass the Unicode character to iconv in UTF-8
28405         format instead of in UCS-4 with platform dependent endianness.
28406
28407 2000-03-10  Jim Meyering  <meyering@lucent.com>
28408
28409         * m4/lib-check.m4: Look for getspnam in -lgen, too.
28410         From Marco Franzen.
28411
28412 2000-03-07  Paul Eggert  <eggert@twinsun.com>
28413
28414         * lib/savedir.c (savedir): Work even if directory size is
28415         negative; this can happen with some screwy NFS configurations.
28416
28417 2000-03-06  Jim Meyering  <meyering@lucent.com>
28418
28419         * lib/localcharset.c (get_charset_aliases): Don't try to free file_name
28420         if it's NULL (because we ran out of memory).  From Bruno Haible.
28421
28422 2000-03-05  Jim Meyering  <meyering@lucent.com>
28423
28424         * lib/localcharset.c ("path-concat.h"): Include.
28425         (get_charset_aliases): Use path_concat instead of ANSI string
28426         concatenation.
28427
28428         * lib/unicodeio.h (PARAMS): Define.
28429         Use it to guard prototype.
28430
28431 2000-03-04  Jim Meyering  <meyering@lucent.com>
28432
28433         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require AC_C_VOLATILE,
28434         for lib/localcharset.c.
28435
28436 2000-03-04  Jim Meyering  <meyering@lucent.com>
28437
28438         * lib/Makefile.am (install-exec-local): Create $(libdir) before
28439         installing into it.
28440         (uninstall-local): Uncomment this rule so `make distcheck' works
28441         once again.
28442
28443         * lib/unicodeio.c (<errno.h>): Include it.
28444         (errno): Declare if not defined.
28445
28446         * lib/localcharset.c: Add Bruno's comment justifying use of volatile.
28447
28448         * lib/config.charset: New version, incorporating remarks from a linux
28449         i18n mailing list.  From Bruno Haible.
28450
28451 2000-03-04  Bruno Haible  <haible@clisp.cons.org>
28452
28453         * m4/codeset.m4: New file.
28454         * m4/iconv.m4: New file.
28455         * m4/jm-macros.m4 (jm_MACROS): Call jm_LANGINFO_CODESET and jm_ICONV.
28456
28457 2000-03-03  Jim Meyering  <meyering@lucent.com>
28458
28459         * m4/regex.m4: Make sure re_compile_pattern accepts patterns like `{1'.
28460
28461 2000-03-02  Jim Meyering  <meyering@lucent.com>
28462
28463         * m4/timespec.m4: Require AC_HEADER_TIME before the cache check so
28464         the messages come out on separate lines.
28465
28466         * m4/jm-glibc-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO): Use AC_CHECK_DECLS,
28467         rather than jm_CHECK_DECLARATIONS.
28468         * m4/decl.m4: Remove now-unused file.
28469
28470         * m4/check-decl.m4 (AC_CHECK_DECLS): Add getlogin, ttyname, and
28471         geteuid.
28472
28473 2000-03-02  Jim Meyering  <meyering@lucent.com>
28474
28475         * lib/Makefile.am (EXTRA_DIST): Add config.charset.
28476
28477 2000-03-01  Jim Meyering  <meyering@lucent.com>
28478
28479         * lib/localcharset.c: Guard some #includes with `#if HAVE_...'.
28480         * lib/unicodeio.c: Likewise.
28481
28482 2000-03-01  Bruno Haible  <haible@clisp.cons.org>
28483
28484         * lib/config.charset: New file.
28485         * lib/localcharset.c: New file.
28486         * lib/unicodeio.h, lib/unicodeio.c: New files.
28487         * lib/Makefile.am (DEFS): Add -DLIBDIR=...
28488         (libfetish_a_SOURCES): Add localcharset.c and unicodeio.c.
28489         (noinst_HEADERS): Add unicodeio.h.
28490         (all-local, install-exec-local, charset.alias): New targets.
28491
28492 2000-02-28  Paul Eggert  <eggert@twinsun.com>
28493
28494         * lib/quotearg.c (ALERT_CHAR): New macro.
28495         (quotearg_buffer_restyled): Use it.
28496
28497 2000-02-27  Jim Meyering  <meyering@lucent.com>
28498
28499         * m4/check-decl.m4: Add getenv to the list.
28500
28501 2000-02-27  Jim Meyering  <meyering@lucent.com>
28502
28503         * lib/strtoumax.c: Fix typo in decl of strtoul: s/long long/long/.
28504         Guard declaration of strtoull also with `&& HAVE_UNSIGNED_LONG_LONG'.
28505
28506         * lib/backupfile.c: Guard inclusion of stdlib.h with
28507         `#if HAVE_STDLIB_H', not `#if STDC_HEADERS'.
28508         Declare malloc if needed.
28509
28510         * lib/backupfile.c: Use `#if !HAVE_DECL...' instead of
28511         `#ifndef HAVE_DECL..'
28512         now that autoconf always defines the HAVE_DECL_ symbols.
28513         * lib/human.c: Likewise.
28514         * lib/same.c: Likewise.
28515         * lib/strtoumax.c: Likewise.
28516
28517         * lib/backupfile.c: Arrange for cpp to fail if the configure-time
28518         declaration check was not run.
28519         * lib/hash.c: Likewise.
28520         * lib/human.c: Likewise.
28521         * lib/same.c: Likewise.
28522         * lib/strtoumax.c: Likewise.
28523
28524         * lib/userspec.c (parse_user_spec): If there is no `:' but there is a
28525         `.', then first look up the entire `.'-containing string as a login
28526         name.
28527
28528 2000-02-23  Jim Meyering  <meyering@lucent.com>
28529
28530         * m4/check-decl.m4: Now that we have the new AC_CHECK_DECLS, use it
28531         in place of my hack.
28532
28533 2000-02-18  Paul Eggert  <eggert@twinsun.com>
28534
28535         * lib/getdate.y: Handle two-digit years with leading zeros correctly.
28536         (textint): New typedef.
28537         (parser_control): Member year changed from int to textint.
28538         All uses changed.
28539         (YYSTYPE): Removed; replaced by %union with int and textint members.
28540         (tDAY, tDAY_UNIT, tDAYZONE, tHOUR_UNIT, tID, tLOCAL_ZONE, tMERIDIAN,
28541         tMINUTE_UNIT, tMONTH, tMONTH_UNIT tSEC_UNIT, tSNUMBER, tUNUMBER,
28542         tYEAR_UNIT, tZONE, o_merid): Now of type <intval>.
28543         (tSNUMBER, tUNUMBER): Now of type <textintval>.
28544         (date, number, to_year): Use width of number in digits, not its value,
28545         to determine whether it's a 2-digit year, or a 2-digit time.
28546         (yylex): Store number of digits of numeric tokens.
28547         Reported by John Kendall.
28548
28549         (parser_control): Changed from struct parser_control to typedef (for
28550         consistency).  All uses changed.
28551
28552         (tID): Removed; not used.
28553         (yylex): Return '?' for unknown identifiers, rather than (unused) tID.
28554
28555 2000-02-14  Paul Eggert  <eggert@twinsun.com>
28556
28557         * lib/getpagesize.h (getpagesize): Port to VMS for Alpha;
28558         adapted from changes to grep getpagesize.h by Martin P.J. Zinser.
28559
28560 2000-02-12  Jim Meyering  <meyering@lucent.com>
28561
28562         * lib/userspec.c (ISDIGIT): Define it.
28563         (isdigit): Remove definition.
28564         (is_number): Use ISDIGIT, not isdigit.
28565         <libintl.h>: Include.
28566         (_ and N_): Define.
28567         (parse_user_spec): Mark translatable strings.
28568
28569 2000-02-10  Jim Meyering  <meyering@lucent.com>
28570
28571         With these changes, nanosleep.[ch] are finally enough like the other
28572         lib/* replacement files to compile on a few more losing systems.
28573
28574         * lib/nanosleep.h: Don't include config.h.
28575         Remove prototype from declaration of nanosleep.
28576         (PARAMS): Remove now-unneeded definition.
28577         * lib/nanosleep.c: #undef nanosleep.
28578         (rpl_nanosleep): Rename from nanosleep.
28579
28580 2000-02-10  Jim Meyering  <meyering@lucent.com>
28581
28582         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Rename replacement function from
28583         gnu_nanosleep to rpl_nanosleep.
28584
28585 2000-02-09  Jim Meyering  <meyering@lucent.com>
28586
28587         * m4/lib-check.m4 (jm_LIB_CHECK): Fix typo: check for sp_pwdp in
28588         struct spwd, rather than in struct passwd.  Reported by Gaël Quéri.
28589
28590 2000-02-08  Akim Demaille  <akim@epita.fr>
28591
28592         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Quote square brackets with
28593         `[' and `]' and remove uses of `changequote'.
28594         (AC_SYS_LARGEFILE_MACRO_VALUE): Likewise.
28595         (AC_SYS_LARGEFILE): Likewise.
28596         * m4/gettext.m4 (AM_GNU_GETTEXT): Likewise.
28597         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Remove now-unnecessary use
28598         of changequote.
28599         * m4/regex.m4 (jm_INCLUDED_REGEX): Likewise.
28600         * m4/readdir.m4 (jm_FUNC_READDIR): Likewise
28601         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Likewise, and add `int' for main.
28602         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Likewise.
28603
28604 2000-02-05  Jim Meyering  <meyering@lucent.com>
28605
28606         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require most macros.
28607         Remove explicit use of AC_HEADER_TIME.  It is required by
28608         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Using AC_HEADER_TIME and
28609         `AC_REQUIRE'ing jm_CHECK_TYPE_STRUCT_TIMESPEC provoked a but
28610         in autoconf whereby the expansion of the latter ended up preceding
28611         the expansion of its prerequisite, AC_HEADER_TIME.
28612         Reported by Volker Borchert.
28613
28614 2000-02-03  Jim Meyering  <meyering@lucent.com>
28615
28616         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for utmpxname.
28617
28618 2000-02-03  Jim Meyering  <meyering@lucent.com>
28619
28620         * lib/readutmp.c (read_utmp): Guard with `#ifdef UTMP_NAME_FUNCTION',
28621         rather than with `#if HAVE_UTMPNAME'.
28622
28623 2000-02-02  Jim Meyering  <meyering@lucent.com>
28624
28625         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Fix typo that resulted in no
28626         definition of HAVE_PATHCONF: s/AC_CHECK_FUNC/AC_CHECK_FUNCS/.
28627         Reported by Eli Zaretskii.
28628
28629 2000-02-01  Jim Meyering  <meyering@lucent.com>
28630
28631         * lib/readutmp.h (UT_USER): Add parens.  From Andreas Schwab.
28632
28633 2000-01-31  Jim Meyering  <meyering@lucent.com>
28634
28635         * m4/check-decl.m4 (jm_CHECK_DECLS): Add nanosleep to the list of
28636         functions.  Add the time.h and sys/time.h headers along with the
28637         AC_REQUIRE'ment of AC_HEADER_TIME.
28638
28639 2000-01-31  Jim Meyering  <meyering@lucent.com>
28640
28641         * lib/nanosleep.h (nanosleep): Guard declaration with
28642         `#if ! HAVE_DECL_NANOSLEEP'.
28643         Without this, OFS gets a redeclaration error for rpl_nanosleep, due to
28644         the declaration in that vendor's sys/timers.h.
28645         Reported by Christian Krackowizer.
28646
28647         * lib/quotearg.c (ISASCII): Add #undef and move definition to follow
28648         inclusion of wctype.h to work around Solaris 2.6 namespace pollution.
28649         (ISPRINT): Likewise.
28650         Reported by Tom Tromey.
28651
28652 2000-01-30  Jim Meyering  <meyering@lucent.com>
28653
28654         * m4/lib-check.m4: Clean up some kludgy old shadow password tests.
28655
28656         * m4/prereq.m4 (utmp_includes): Define.
28657         Check for ut_user and ut_name members in both struct utmpx
28658         and struct utmp.
28659
28660 2000-01-30  Jim Meyering  <meyering@lucent.com>
28661
28662         * lib/readutmp.c (extract_trimmed_name): Use UT_USER instead of
28663         hard-coding uses of ->ut_name.  The latter doesn't work with new Linux
28664         header files where only utmpx.ut_user is declared.
28665
28666         * lib/readutmp.h (UT_USER): Define.
28667
28668 2000-01-29  Jim Meyering  <meyering@lucent.com>
28669
28670         * m4/lib-check.m4: New file containing library-related checks from
28671         fileutils and sh-utils (textutils had none).
28672
28673 2000-01-28  Jim Meyering  <meyering@lucent.com>
28674
28675         * m4/perl.m4: Change format of warning message to look more like that
28676         from the missing script.  Suggestion from François Pinard.
28677
28678 2000-01-25  Jim Meyering  <meyering@lucent.com>
28679
28680         * m4/timespec.m4: Require AC_HEADER_TIME, and include sys/time.h as
28681         well as time.h in the compile check.
28682         * m4/nanosleep.m4: Require AC_HEADER_TIME rather than simply using it.
28683         Fix typo in cross-compiling case: s/yes/no/.
28684
28685 2000-01-23  Jim Meyering  <meyering@lucent.com>
28686
28687         * m4/jm-macros.m4: Move df-related tests here from
28688         fileutils/configure.in
28689
28690         * m4/ls-mntd-fs.m4: s/list_mounted_fs/ac_list_mounted_fs/
28691         (jm_LIST_MOUNTED_FILESYSTEMS): Take two parameters.
28692
28693         * m4/fsusage.m4: New file.  Extracted from fileutils/configure.in.
28694         s/space/ac_fsusage_space/.
28695         (jm_FILE_SYSTEM_USAGE): Take two parameters.
28696
28697         * m4/ftruncate.m4: New file (derived from part of
28698         fileutils/configure.in).
28699         * m4/jm-macros.m4 (jm_FUNC_FTRUNCATE): AC_REQUIRE it.
28700         (jm_CHECK_ALL_TYPES): Require AC_HEADER_MAJOR and AC_HEADER_DIRENT.
28701
28702         * m4/jm-macros.m4 (OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, MAN):
28703         AC_SUBST these here, rather than just in sh-util/configure.in, so
28704         that the now-shared-by-fileutils-and-textutils lib/Makefile.am are
28705         all the same.
28706         (AM_FUNC_OBSTACK): Add (from fileutils/configure.in).
28707         (AC_CHECK_FUNCS): Merge all checks from fileutils, textutils, sh-utils.
28708         (AM_FUNC_STRTOD): Added (from textutils', sh-utils' configure.in).
28709         (AC_SUBST(POW_LIBM)): Likewise.
28710         (AC_SUBST(DF_PROG)): Moved from fileutils/configure.in.
28711
28712 2000-01-23  Jim Meyering  <meyering@lucent.com>
28713
28714         * lib/Makefile.am (libfetish_a_SOURCES): Remove explicit mention of
28715         obstack.c.
28716
28717 2000-01-22  Jim Meyering  <meyering@lucent.com>
28718
28719         * m4/jm-macros.m4: Call AC_PROG_CC_STDC just before AC_C_CONST.
28720
28721         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Add wctype.h.
28722
28723         * m4/jm-macros.m4 (AC_CHECK_HEADERS): Add checks from fileutils'
28724         configure.in
28725         (AC_CHECK_HEADERS): Likewise for sh-utils.
28726         (AC_CHECK_HEADERS): Likewise for textutils.
28727         Merge the three lists of headers.
28728
28729         * m4/prereq.m4 (jm_PREREQ_ADDEXT): New macro.  Parts moved here
28730         from fileutils' configure.in.
28731
28732         * m4/decl.m4: Remove kludgy `test -z $ac_...AC_CHECK_HEADERS(...)'
28733         code. Moved tests into their own function (_jm_DECL_HEADERS) in
28734         check-decl.m4.
28735
28736         * m4/check-decl.m4: Use #if rather than #ifdef.
28737         Add HAVE_DECL_STRTOUL and HAVE_DECL_STRTOULL.
28738         (jm_CHECK_DECLARATIONS): Add strtoul strtoull.
28739         (_jm_DECL_HEADERS): Define new function.
28740         (jm_CHECK_DECLARATIONS): Require it.
28741
28742 2000-01-22  Jim Meyering  <meyering@lucent.com>
28743
28744         * lib/strtoumax.c: [! HAVE_DECL_STRTOUL]: Declare strtoul.
28745         [! HAVE_DECL_STRTOULL]: Declare strtoull.
28746         Required for some AIX systems.  Reported by Christian Krackowizer.
28747         [TESTING] (main): New function.
28748
28749         1997-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
28750         * lib/dirname.c (dir_name): Support for DOS-style file names with drive
28751         letters.
28752
28753         * lib/quotearg.c [HAVE_WCTYPE_H]: Include <wctype.h> for decl of
28754         iswprint.
28755
28756         * lib/strverscmp.c (ISDIGIT): Define.
28757         (strverscmp): Use ISDIGIT, not isdigit.
28758
28759 2000-01-19  Jim Meyering  <meyering@lucent.com>
28760
28761         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Include <sys/time.h>, too.
28762         Use AC_HEADER_TIME.  Volker Borchert reported that OpenBSD-2.3/sparc
28763         defines `struct timespec' in <sys/time.h>
28764
28765         * m4/c-bs-a.m4: Remove uses of changequote altogether.
28766         Thanks to Akim for explaining.
28767
28768 2000-01-17  Paul Eggert  <eggert@twinsun.com>
28769
28770         * lib/nanosleep.c (nanosleep):
28771         Don't use SA_INTERRUPT to decide whether to call sigaction, as
28772         POSIX.1 doesn't require SA_INTERRUPT and some systems
28773         (e.g. Solaris 7) don't define it.  Use SA_NOCLDSTOP instead;
28774         it's been part of POSIX.1 since day 1 (in 1988).
28775
28776 2000-01-17  Jim Meyering  <meyering@lucent.com>
28777
28778         * lib/interlock: Remove unused file.  Reported by François Pinard.
28779
28780 2000-01-16  Paul Eggert  <eggert@twinsun.com>
28781
28782         * lib/quotearg.c (quotearg_buffer_restyled): Do not quote
28783         alert, backslash, formfeed, and vertical tab unnecessarily in
28784         shell quoting style.
28785
28786 2000-01-16  Jim Meyering  <meyering@lucent.com>
28787
28788         * m4/jm-macros.m4: Require jm_FUNC_GROUP_MEMBER, jm_FUNC_PUTENV,
28789         AM_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, jm_FUNC_MKTIME,
28790         jm_FUNC_GETGROUPS AC_FUNC_VPRINTF, AC_FUNC_ALLOCA,
28791         AM_FUNC_GETLOADAVG, and jm_SYS_PROC_UPTIME.
28792
28793 2000-01-16  Jim Meyering  <meyering@lucent.com>
28794
28795         * m4/c-bs-a.m4: Use `changequote(<<,>>)', rather than `changequote(, )'
28796         because the latter didn't work.
28797
28798 2000-01-15  Jim Meyering  <meyering@lucent.com>
28799
28800         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add gethostname and getusershell.
28801         (AC_REPLACE_FUNCS): Add memcpy and memset.
28802         Add these, too: stime strcspn stpcpy strstr strtol strtoul.
28803         Add strpbrk.
28804         Add these: euidaccess memcmp mkdir rmdir rpmatch strndup strverscmp.
28805
28806 2000-01-12  Jim Meyering  <meyering@lucent.com>
28807
28808         * m4/prereq.m4 (jm_PREREQ_CANON_HOST): New macro.
28809         (jm_PREREQ): Use it.
28810         (jm_PREREQ_READUTMP): New macro.
28811         (jm_PREREQ): Use it.
28812
28813 2000-01-11  Paul Eggert  <eggert@twinsun.com>
28814
28815         Quote multibyte characters correctly.
28816         * m4/c-bs-a.m4: New file.
28817         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): New macro.
28818         (jm_PREREQ): Use it.
28819
28820 2000-01-11  Paul Eggert  <eggert@twinsun.com>
28821
28822         * m4/uintmax_t.m4: Port to autoconf 2.13.
28823
28824 2000-01-08  Jim Meyering  <meyering@ascend.com>
28825
28826         * m4/strerror_r.m4 (jm_FUNC_STRERROR_R): New file/macro.
28827         * m4/jm-macros.m4 (jm_FUNC_STRERROR_R): Require it.
28828
28829 2000-01-04  Jim Meyering  <meyering@ascend.com>
28830
28831         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename from
28832         jm_STRUCT_DIRENT_D_TYPE.
28833         * m4/d-ino.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_INO): Rename from
28834         jm_STRUCT_DIRENT_D_INO.
28835         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Rename from
28836         jm_STRUCT_UTIMBUF.
28837         * m4/jm-macros.m4: Reflect s/jm_STRUCT_/jm_CHECK_TYPE_STRUCT_/
28838         renamings.
28839         * m4/utime.m4: Likewise.
28840
28841         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): New file, macro.
28842         * m4/jm-macros.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): Require it.
28843
28844 2000-01-03  Paul Eggert  <eggert@twinsun.com>
28845
28846         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Search for nanosleep in -lrt
28847         (for Solaris 7) and in -lposix4 (for Solaris 2.5.1).
28848
28849 2000-01-02  Jim Meyering  <meyering@ascend.com>
28850
28851         * m4/search-libs.m4: Escape `$' in $3 of dnl comment.  I no longer
28852         remember if this is necessary.
28853
28854 1999-12-26  Jim Meyering  <meyering@ascend.com>
28855
28856         * m4/jm-macros.m4: Use it here.
28857         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): New file/macro.
28858
28859 1999-12-23  Jim Meyering  <meyering@ascend.com>
28860
28861         * m4/jm-macros.m4: Check for clock_gettime (moved from
28862         fileutils/configure.in)
28863         Check for gettimeofday.
28864
28865 1999-12-20  Jim Meyering  <meyering@ascend.com>
28866
28867         * m4/strftime.m4: Remove kludge, now that I'm using the fixed
28868         autoconf-2.14a-1999-12-20.
28869
28870 1999-12-19  Jim Meyering  <meyering@ascend.com>
28871
28872         * m4/lstat-slash.m4: New file.
28873         * m4/jm-macros.m4: Use the new macro:
28874         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
28875
28876 1999-12-07  Jim Meyering  <meyering@ascend.com>
28877
28878         * m4/perl.m4: Require that File::Compare be available, too.
28879         Too many systems seem to lack it.
28880
28881         * m4/strftime.m4: Add checks for most of the cpp macros tested in
28882         GNU's strftime.c.  Prompted by a patch from Paul Eggert.
28883
28884 1999-11-18  Paul Eggert  <eggert@twinsun.com>
28885
28886         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around a
28887         problem with the QNX 4.25 shell, which doesn't propagate exit
28888         status of failed commands inside shell assignments.
28889
28890 1999-11-17  Jim Meyering  <meyering@ascend.com>
28891
28892         * m4/gettext.m4: Use new AC_CONFIG_LINKS in place of AC_LINK_FILES.
28893
28894 1999-11-07  Jim Meyering  <meyering@ascend.com>
28895
28896         * m4/getloadavg.m4: Add `, 1, [FIXME]' to each use of AC_DEFINE.
28897
28898 1999-11-06  Jim Meyering  <meyering@ascend.com>
28899
28900         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): New file/macro.
28901         * m4/jm-macros.m4 (jm_MACROS): Use it here.
28902
28903 1999-11-05  Jim Meyering  <meyering@ascend.com>
28904
28905         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Move some tests from
28906         configure.in of textutils, fileutils, and sh-utils into this one
28907         (shared between those packages) file.
28908         Use `AC_CHECK_MEMBERS((struct stat.st_blksize))' instead of deprecated
28909         AC_STRUCT_ST_BLKSIZE.
28910
28911 1999-11-03  Jim Meyering  <meyering@ascend.com>
28912
28913         * m4/ssize_t.m4: Remove file.  No longer needed since the new version
28914         of AC_CHECK_TYPE checks includes unistd.h.
28915         * m4/jm-macros.m4: Use straight `AC_CHECK_TYPE(ssize_t, int)'.
28916         Suggestion from Akim Demaille.
28917
28918 1999-10-30  Jim Meyering  <meyering@ascend.com>
28919
28920         * m4/uintmax_t.m4: Require 2.14a.  Remove backslash before backtick in
28921         m4-quoted string.
28922         * m4/ls-mntd-fs.m4: Likewise.
28923         * m4/jm-macros.m4: Likewise.  Also, use AC_TYPE_SSIZE_T instead
28924         * m4/jm-winsz1.m4: Likewise.
28925
28926         * m4/const.m4: Remove file, since the fix made it into the experimental
28927         version of autoconf.
28928         * m4/mktime.m4: Likewise.
28929
28930         * m4/check-type.m4: Remove file, now that the latest version of
28931         AC_CHECK_TYPE takes a third arg to specify additional #includes.
28932
28933         * m4/ssize_t.m4: New file, requires experimental version of autoconf.
28934         * m4/jm-macros.m4: Use new AC_TYPE_SSIZE_T instead of my hacked
28935         AC_CHECK_TYPE.
28936
28937 1999-10-04  Jim Meyering  <meyering@ascend.com>
28938
28939         * m4/jm-macros.m4: Don't require autoconf-2.14.1.
28940
28941 1999-09-22  Paul Eggert  <eggert@twinsun.com>
28942
28943         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around GCC
28944         2.95.1 bug with HP-UX 10.20.
28945
28946 1999-09-17  Jim Meyering  <meyering@ascend.com>
28947
28948         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add strdup.
28949         Paul Nevai reported a link failure on a NeXT CUBE with NeXTSTEP 3.3
28950         due to missing strdup (against sh-utils-2.0).
28951
28952 1999-08-29  Jim Meyering  <meyering@ascend.com>
28953
28954         * m4/jm-macros.m4: Require jm_BISON.
28955         * m4/bison.m4: New file.
28956
28957 1999-08-17  Paul Eggert  <eggert@twinsun.com>
28958
28959         * m4/largefile.m4 (AC_SYS_LARGEFILE): Fix typo: missing comma
28960         in value for _FILE_OFFSET_BITS, which broke ports to HP-UX 10.20.
28961
28962 1999-08-05  Jim Meyering  <meyering@ascend.com>
28963
28964         * m4/getline.m4: Rename test file from conftestdata to conftest.data
28965         to avoid conflicts with `conftest' on 8+3 filesystems.
28966         Suggestion from Eli Zaretskii.
28967
28968 1999-08-04  Jim Meyering  <meyering@ascend.com>
28969
28970         * m4/jm-macros.m4: Move a 4-line block of code from the configure.in of
28971         fileutils and sh-utils (textutils's getline test was inadequate).
28972         (AM_FUNC_GETLINE): Run this test.
28973         (AC_CHECK_FUNCS): Check for getdelim.
28974         Reported by Bob Proulx.
28975
28976 1999-08-02  Jim Meyering  <meyering@ascend.com>
28977
28978         * m4/jm-macros.m4: Add a comment.
28979
28980 1999-08-01  Paul Eggert  <eggert@twinsun.com>
28981
28982         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check whether
28983         <inttypes.h> defines strtoumax as a macro (and not as a
28984         function).
28985
28986 1999-08-01  Paul Eggert  <eggert@twinsun.com>
28987
28988         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Make sure
28989         that we can shift, multiply and divide unsigned long long
28990         values; Ultrix cc can't do it.
28991
28992 1999-08-01  Paul Eggert  <eggert@twinsun.com>
28993
28994         * m4/mktime.m4: New file, which is a preview of what should appear
28995         in the next public autoconf release.
28996
28997 1999-08-01  Paul Eggert  <eggert@twinsun.com>
28998
28999         * m4/lfs.m4: Remove this file.
29000         * m4/largefile.m4: New file.  It contains the old contents of
29001         lfs.m4, except that all names with prefix AC_LFS have been
29002         changed to use the prefix AC_SYS_LARGEFILE instead, to be
29003         compatible with future autoconf versions.  Also, some minor m4
29004         quoting problems have been fixed.
29005
29006 1999-08-01  Paul Eggert  <eggert@twinsun.com>
29007
29008         * m4/gettext.m4 (AM_WITH_NLS): Remove unnecessary lines.
29009         Fix typo: $nls_cv_header_intl was misspelled as $nsl_cv_header_intl.
29010         (AM_GNU_GETTEXT): Fix problem with brackets and m4 quoting,
29011         and simplify the shell code.
29012
29013 1999-08-01  Jim Meyering  <meyering@ascend.com>
29014
29015         * m4/mktime.m4 (AC_FUNC_MKTIME): Undefine to avoid syntax errors from
29016         m4.
29017
29018 1999-07-20  Jim Meyering  <meyering@ascend.com>
29019
29020         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memmove.
29021
29022 1999-07-15  Jim Meyering  <meyering@ascend.com>
29023
29024         * m4/jm-macros.m4 (AC_CHECK_FUNCS): Check for getpagesize.
29025
29026 1999-05-22  Jim Meyering  <meyering@ascend.com>
29027
29028         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memchr.
29029
29030 1999-05-20  Jim Meyering  <meyering@ascend.com>
29031
29032         * m4/search-libs.m4 [AC_SEARCH_LIBS]: Quote name in undefine.
29033         Add a colon after each `then' in case $4 is empty.
29034
29035 1999-05-16  Jim Meyering  <meyering@ascend.com>
29036
29037         * m4/search-libs.m4: New file to override autoconf's AC_SEARCH_LIBS.
29038
29039 1999-05-10  Jim Meyering  <meyering@ascend.com>
29040
29041         * m4/jm-mktime.m4: Reflect renaming: AM_FUNC_MKTIME -> AC_FUNC_MKTIME.
29042
29043         * m4/jm-macros.m4: Require 2.14.1, since we use newly-renamed
29044         AC_FUNC_MKTIME.
29045
29046 1999-05-10  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
29047
29048         * m4/jm-mktime.m4, putenv.m4: Fix typos in config.h comments.
29049
29050 1999-05-04  Paul Eggert  <eggert@twinsun.com>
29051
29052         * m4/lfs.m4 (AC_LFS): -n32, -o32, and -n64 should be in CFLAGS,
29053         not CPPFLAGS, so that linking works correctly in IRIX.
29054
29055 1999-04-30  Paul Eggert  <eggert@twinsun.com>
29056
29057         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add dup2.
29058
29059 1999-04-20  Paul Eggert  <eggert@twinsun.com>
29060
29061         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Move unsigned long
29062         long check into new jm_AC_TYPE_UNSIGNED_LONG_LONG macro.
29063         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require
29064         jm_AC_TYPE_UNSIGNED_LONG_LONG.
29065         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): New file/macro.
29066
29067         * m4/lfs.m4: Port to AIX and HP-UX.  Support cross-compilation.
29068
29069 1999-04-20  Jim Meyering  <meyering@ascend.com>
29070
29071         * m4/xstrtoumax.m4: Require jm_AC_TYPE_UNSIGNED_LONG_LONG.
29072         AC_REPLACE xstroull if necessary.  From Paul Eggert.
29073         (AC_CHECK_FUNCS): Remove strtoull, strtoumax, strtouq.
29074
29075 1999-04-18  Jim Meyering  <meyering@ascend.com>
29076
29077         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): New file/macro.
29078         * m4/jm-macros.m4: Use it.
29079
29080 1999-04-06  Jim Meyering  <meyering@ascend.com>
29081
29082         * m4/strftime.m4: Remove test for %f.
29083
29084 1999-03-29  Jim Meyering  <meyering@ascend.com>
29085
29086         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): New macro, contains the
29087         superset of the AC_TYPE_* checks in the textutils, fileutils,
29088         and sh-utils, plus AC_TYPE_PID_T.  Paul Eggert suggested adding
29089         AC_TYPE_PID_T.
29090
29091 1999-03-28  Jim Meyering  <meyering@ascend.com>
29092
29093         * m4/jm-macros.m4: Define GNU_PACKAGE here.
29094         Be sure to AC_SUBST it, once again, so that @GNU_PACKAGE@ is
29095         replaced e.g., in the *.sh files of the sh-utils.
29096
29097 1999-03-20  Jim Meyering  <meyering@ascend.com>
29098
29099         * m4/jm-macros.m4: s/jm_WITH_REGEX/jm_INCLUDED_REGEX/.
29100         * m4/regex.m4 (jm_INCLUDED_REGEX): Rename from jm_WITH_REGEX.
29101         Don't depend on AM_GLIBC.  Suggestions from Alain Magloire.
29102
29103 1999-03-19  Jim Meyering  <meyering@ascend.com>
29104
29105         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): New macro.
29106
29107 1999-03-12  Jim Meyering  <meyering@ascend.com>
29108
29109         * m4/jm-macros.m4: Use AC_FUNC_SETVBUF_REVERSED.
29110
29111 1999-03-07  Jim Meyering  <meyering@ascend.com>
29112
29113         * m4/jm-glibc-io.m4: Use only those *_unlocked macros that are
29114         declared.
29115
29116 1999-02-17  Jim Meyering  <meyering@ascend.com>
29117
29118         * m4/gettext.m4 (AM_GNU_GETTEXT): Do `changequote' around use of
29119         brackets in macro definition.  From Eli Zaretskii and Alain Magloire.
29120
29121 1999-02-07  Jim Meyering  <meyering@ascend.com>
29122
29123         * m4/group-member.m4: New file -- extracted from sh-utils'
29124         configure.in.
29125
29126         1999-02-05  Eli Zaretskii  <eliz@is.elta.co.il>
29127         * m4/gettext.m4: Support DOS-style d:/foo/bar absolute file names.
29128
29129 1999-02-06  Jim Meyering  <meyering@ascend.com>
29130
29131         * m4/chown.m4: Use `AC_SUBST(LIBOBJS)' since we set LIBOBJS.
29132         * m4/fnmatch.m4: Likewise.
29133         * m4/getgroups.m4: Likewise.
29134         * m4/lstat.m4: Likewise.
29135         * m4/malloc.m4: Likewise.
29136         * m4/putenv.m4: Likewise.
29137         * m4/realloc.m4: Likewise.
29138         * m4/regex.m4: Likewise.
29139         * m4/stat.m4: Likewise.
29140         * m4/strftime.m4: Likewise.
29141         Suggestion from Alain Magloire.
29142
29143         * m4/chown.m4: Use `.$ac_objext', not `.o'.
29144         * m4/fnmatch.m4: Likewise.
29145         * m4/getgroups.m4: Likewise.
29146         * m4/getline.m4: Likewise.
29147         * m4/lstat.m4: Likewise.
29148         * m4/malloc.m4: Likewise.
29149         * m4/memcmp.m4: Likewise.
29150         * m4/putenv.m4: Likewise.
29151         * m4/realloc.m4: Likewise.
29152         * m4/regex.m4: Likewise.
29153         * m4/stat.m4: Likewise.
29154         * m4/strftime.m4: Likewise.
29155         Suggestion from Alain Magloire.
29156
29157         * m4/jm-macros.m4: Actually invoke jm_WITH_REGEX now that it requires
29158         an argument.
29159
29160         * m4/regex.m4: Add a run-time Test for proper operation of
29161         re_compile_pattern.
29162
29163 1999-01-31  Jim Meyering  <meyering@ascend.com>
29164
29165         * m4/getloadavg.m4: Check for locale.h and the function, setlocale.
29166
29167 1999-01-30  Jim Meyering  <meyering@ascend.com>
29168
29169         * m4/check-type.m4: Use 3-arg form of AC_DEFINE.
29170
29171         * m4/jm-mktime.m4: Make this a wrapper around the official
29172         AM_FUNC_MKTIME rather than my private copy, now that the official one
29173         is up to date.
29174         * m4/mktime.m4: Remove file.
29175
29176         * m4/getloadavg.m4: Use 3-arg form of AC_DEFINE.
29177         * m4/uptime.m4: Likewise.
29178         * m4/uintmax_t.m4: Likewise.
29179
29180 1999-01-28  Jim Meyering  <meyering@ascend.com>
29181
29182         * m4/jm-macros.m4: Use jm_AFS.
29183         * m4/afs.m4: New file (from fileutils' configure.in).
29184
29185         * m4/assert.m4: Use the 3-argument forms of AC_DEFINE* macros.
29186         * m4/chown.m4: Likewise.
29187         * m4/d-ino.m4: Likewise.
29188         * m4/d-type.m4: Likewise.
29189         * m4/fnmatch.m4: Likewise.
29190         * m4/getgroups.m4: Likewise.
29191         * m4/gettext.m4: Likewise.
29192         * m4/jm-mktime.m4: Likewise.
29193         * m4/jm-winsz2.m4: Likewise.
29194         * m4/lcmessage.m4: Likewise.
29195         * m4/ls-mntd-fs.m4: Likewise.
29196         * m4/malloc.m4: Likewise.
29197         * m4/memcmp.m4: Likewise.
29198         * m4/putenv.m4: Likewise.
29199         * m4/realloc.m4: Likewise.
29200         * m4/st_mtim.m4: Likewise.
29201         * m4/strftime.m4: Likewise.
29202
29203 1999-01-16  Jim Meyering  <meyering@ascend.com>
29204
29205         * m4/jm-macros.m4 (ARGMATCH_DIE): Define.
29206         (ARGMATCH_DIE_DECL): Define.
29207
29208 1999-01-12  Jim Meyering  <meyering@ascend.com>
29209
29210         * m4/Makefile.am.in: Rewrite to avoid using fmt.
29211         Reported by Lars Hecking.
29212
29213 1999-01-10  Jim Meyering  <meyering@ascend.com>
29214
29215         * m4/fstypename.m4: Use the new 3-arg form of AC_DEFINE instead of my
29216         gross kludge.
29217         * m4/inttypes_h.m4: Likewise.
29218         * m4/lstat.m4: Likewise.
29219         * m4/malloc.m4: Likewise.
29220         * m4/readdir.m4: Likewise.
29221         * m4/realloc.m4: Likewise.
29222         * m4/st_dm_mode.m4: Likewise.
29223         * m4/stat.m4: Likewise.
29224         * m4/utimbuf.m4: Likewise.
29225         * m4/utimes.m4: Likewise.
29226
29227         * m4/check-decl.m4: Use the new 3-arg form of AC_DEFINE instead of the
29228         AC_CHECK_FUNCS hack.  Now, it's still a hack, but at least the
29229         comments in config.h.in are meaningful.
29230
29231         * m4/jm-macros.m4: Require autoconf-2.13 here.
29232
29233         * m4/regex.m4: By default, don't use the included regex.c on systems
29234         with glibc 2.  Suggestion from Uli Drepper.
29235
29236 1999-01-02  Jim Meyering  <meyering@ascend.com>
29237
29238         * m4/jm-macros.m4: Replace strcasecmp and strncasecmp.
29239
29240 1998-12-18  Jim Meyering  <meyering@ascend.com>
29241
29242         * m4/Makefile.am.in (Makefile.am): Simplify rule.
29243         Based on a suggestion from Lars Hecking.
29244
29245 1998-11-16  Paul Eggert  <eggert@twinsun.com>
29246
29247         * m4/lfs.m4 (AC_LFS): Add support for HP-UX 10.20 and HP-UX 11.
29248
29249 1998-11-16  Jim Meyering  <meyering@ascend.com>
29250
29251         * m4/lfs.m4: Double-quote the `uname...` expression.
29252
29253 1998-11-14  Jim Meyering  <meyering@ascend.com>
29254
29255         * m4/lstat.m4: Correct comment.  POSIX does not permit it to succeed.
29256         * m4/stat.m4: Likewise.
29257
29258 1998-11-03  Jim Meyering  <meyering@ascend.com>
29259
29260         * m4/stat.m4: Rewrite to set HAVE_STAT_EMPTY_STRING_BUG.
29261         * m4/lstat.m4: Rewrite to set HAVE_LSTAT_EMPTY_STRING_BUG.
29262
29263 1998-10-18  Jim Meyering  <meyering@ascend.com>
29264
29265         * m4/check-decl.m4 (jm_CHECK_DECL_LOCALTIME_R): Remove macro.
29266
29267 1998-10-17  Jim Meyering  <meyering@ascend.com>
29268
29269         * m4/decl.m4 (jm_CHECK_DECLARATION): Don't hard-code which headers to
29270         include, though we still hard-code the `require'-like AC_CHECK_HEADERS
29271         calls for those previously hard-coded headers.  Instead, take a new
29272         parameter.
29273         (jm_CHECK_DECLARATIONS): Reflect interface change.
29274         * m4/check-decl.m4 (jm_CHECK_DECLS): Likewise.
29275         (jm_CHECK_DECL_LOCALTIME_R): New macro.
29276
29277         * m4/mktime.m4: Test for spring-forward gap before long-running test.
29278
29279 1998-10-14  Jim Meyering  <meyering@ascend.com>
29280
29281         * m4/mktime.m4: Use the more portable "TZ=PST8PDT,M4.1.0,M10.5.0"
29282         instead of "TZ=America/Vancouver".  From Paul Eggert.
29283
29284 1998-10-11  Jim Meyering  <meyering@ascend.com>
29285
29286         * m4/mktime.m4 (jm_AM_FUNC_MKTIME): New file and macro.
29287         This adds a test for a recently added compatibility fix for mktime.c.
29288         * m4/jm-mktime.m4: Require jm_AM_FUNC_MKTIME, not AM_FUNC_MKTIME.
29289
29290 1998-09-27  Jim Meyering  <meyering@ascend.com>
29291
29292         * m4/jm-macros.m4 (jm_MACROS): Require jm_FUNC_FNMATCH.
29293
29294         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): New file/macro.  Extracted from
29295         ../configure.in, including a change from Gordon Matzigkeit to allow
29296         cross-compiling for the Hurd.
29297
29298         * m4/glibc.m4: New file/macro to test for the GNU C Library
29299         versions 1 and 2.  From Gordon Matzigkeit.
29300         Indent.
29301
29302 1998-09-21  Jim Meyering  <meyering@ascend.com>
29303
29304         * m4/chown.m4: Declare locals: before, after.  From Andries Brouwer.
29305
29306 1998-08-18  Paul Eggert  <eggert@twinsun.com>
29307
29308         Port nanosecond-resolution times to UnixWare 2.1.2 and
29309         pedantic Solaris 2.6.
29310
29311         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC): Renamed from
29312         AC_STRUCT_ST_MTIM.
29313         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC):
29314         Generate name of ns member, instead of just 1 or undef.
29315         Allow for UnixWare 2.1.2 and Solaris 2.6 if in pedantic mode.
29316
29317 1998-08-15  Jim Meyering  <meyering@ascend.com>
29318
29319         * m4/ssize_t.m4 (jm_TYPE_SSIZE_T): Remove file.
29320         * m4/check-type.m4: New file.  Replacement for AC_CHECK_TYPE.
29321         * m4/jm-macros.m4: Use the new AC_CHECK_TYPE(ssize_t, int)
29322         instead of jm_TYPE_SSIZE_T.
29323
29324 1998-08-12  Jim Meyering  <meyering@ascend.com>
29325
29326         * m4/st_dm_mode.m4: New file.  From Johan Danielsson.
29327
29328 1998-08-02  Jim Meyering  <meyering@ascend.com>
29329
29330         * m4/st_mtim.m4: Use hack to avoid having to put #undef HAVE_ST_MTIM
29331         in acconfig.h manually.
29332
29333 1998-07-31  Paul Eggert  <eggert@twinsun.com>
29334
29335         * m4/st_mtim.m4: New file.
29336
29337 1998-07-28  Jim Meyering  <meyering@ascend.com>
29338
29339         * m4/utimes.m4: Undef stat.
29340
29341 1998-07-25  Jim Meyering  <meyering@ascend.com>
29342
29343         * m4/utime.m4 (jm_FUNC_UTIME): New file and macro.
29344         * m4/utimes.m4 (jm_FUNC_UTIMES_NULL): New file and macro.
29345
29346 1998-07-09  Manfred Hollstein  <manfred@s-direktnet.de>
29347
29348         * m4/chown.m4 (jm_FUNC_CHOWN): Add a check to verify that the
29349         uid and gid actually remain unchanged.
29350
29351 1998-07-07  Jim Meyering  <meyering@ascend.com>
29352
29353         * m4/jm-glibc-io.m4: Remove fclose_unlocked.
29354
29355 1998-07-04  Jim Meyering  <meyering@ascend.com>
29356
29357         * m4/regex.m4: Use syscmd, ifelse, and sysval.  Mainly as an exercise
29358         to prove that this macro can be used in packages without regex.c.
29359
29360 1998-07-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
29361
29362         * m4/gettext.m4 (AM_WITH_NLS): Remove intl/libintl.h if <libintl.h>
29363         is to be used.
29364
29365 1998-07-03  Jim Meyering  <meyering@ascend.com>
29366
29367         * m4/gettext.m4: Add -lintl if it's found to be necessary.
29368
29369         * m4/gettext.m4: New file -- from gettext-0.10.35.
29370         * m4/lcmessage.m4: Likewise.
29371         * m4/progtest.m4: Likewise.
29372
29373         * m4/regex.m4 (jm_WITH_REGEX): New file and macro.
29374         * m4/jm-macros.m4: Require the new macro.
29375
29376 1998-06-29  Jim Meyering  <meyering@ascend.com>
29377
29378         * m4/fstypename.m4: Include sys/param.h.  NetBSD 1.3.1 requires this
29379         for the definition of NGROUPS (used in a system header included
29380         by sys/mount.h).
29381
29382 1998-06-28  Jim Meyering  <meyering@ascend.com>
29383
29384         * m4/ls-mntd-fs.m4: New file.
29385         * m4/fstypename.m4: New file.
29386
29387         * m4/jm-macros.m4: Require the new macro.
29388         * m4/jm-glibc-io.m4: New file.
29389
29390 1998-05-19  Jim Meyering  <meyering@ascend.com>
29391
29392         * m4/jm-macros.m4: Add jm_FUNC_LCHOWN.
29393         * m4/lchown.m4: New file.
29394
29395         * m4/Makefile.am.in: New file.
29396         * m4/Makefile.am (Makefile.am): Depend on Makefile.am.in.
29397
29398 1998-05-14  Jim Meyering  <meyering@ascend.com>
29399
29400         * m4/Makefile.am (EXTRA_DIST): Add them.
29401         * m4/jm-macros.m4: New file.
29402         * m4/utimbuf.m4: New file.
29403
29404 1998-05-12  Jim Meyering  <meyering@ascend.com>
29405
29406         * m4/Makefile.am (EXTRA_DIST): Add isc-posix.m4.
29407
29408 1998-05-11  Jim Meyering  <meyering@ascend.com>
29409
29410         * m4/isc-posix.m4: New file.
29411
29412 1998-05-10  Jim Meyering  <meyering@ascend.com>
29413
29414         * m4/jm-mktime.m4: Use AM_FUNC_MKTIME, now that it's up to date.
29415
29416 1998-05-09  Jim Meyering  <meyering@ascend.com>
29417
29418         * m4/Makefile.am (EXTRA_DIST): Add ssize_t.m4.
29419         (EXTRA_DIST): Remove mktime.m4, now that the new version is included
29420         with automake.
29421
29422         * m4/ssize_t.m4: New file.
29423         * m4/mktime.m4: Remove file -- the new automake has this now.
29424
29425 1998-04-26  Jim Meyering  <meyering@ascend.com>
29426
29427         * m4/assert.m4: New file.
29428         * m4/Makefile.am (EXTRA_DIST): Add assert.m4.
29429
29430 1998-04-05  Jim Meyering  <meyering@ascend.com>
29431
29432         * m4/prereq.m4 (jm_PREREQ_REGEX): New macro.
29433         (jm_PREREQ): Use it here.
29434
29435 1998-03-23  Jim Meyering  <meyering@eng.ascend.com>
29436
29437         * m4/inttypes_h.m4: Kludges so I don't have to add HAVE_INTTYPES_H
29438         in acconfig.h.
29439
29440 1998-03-15  Jim Meyering  <meyering@eng.ascend.com>
29441
29442         * m4/prereq.m4: New file.
29443         * m4/error.m4: New file.
29444         * m4/Makefile.am (EXTRA_DIST): Add error.m4 and prereq.m4.
29445
29446 1998-02-07  Jim Meyering  <meyering@eng.ascend.com>
29447
29448         * m4/getline.m4: Don't set am_cv_func_working_getline before the
29449         cache-check for the same variable -- that defeated the purpose of
29450         the test; the test program was never run.  This was a problem only
29451         on systems with losing getline functions -- HP-UX 10.20 is one.
29452         Reported by Bjorn Helgaas.
29453
29454 1998-02-06  Jim Meyering  <meyering@eng.ascend.com>
29455
29456         * m4/Makefile.am (EXTRA_DIST): Add perl.m4.
29457
29458 1998-01-10  Jim Meyering  <meyering@na-net.ornl.gov>
29459
29460         * m4/Makefile.am (EXTRA_DIST): Add const.m4.
29461
29462         * m4/const.m4: New file.  Use an initializer in this declaration
29463         typedef int charset[2]; const charset x;
29464         Reported by Bob Glickstein.
29465
29466 1997-12-21  Jim Meyering  <meyering@na-net.ornl.gov>
29467
29468         * m4/chown.m4: Fix reversed types on -1 args to chown.
29469         From Kaveh Ghazi.
29470
29471 1997-12-14  Jim Meyering  <meyering@na-net.ornl.gov>
29472
29473         * m4/check-decl.m4: s/DECLARATION_/DECL_/g.
29474         Add lseek and memchr.
29475
29476         * m4/decl.m4: s/HAVE_DECLARATION_/HAVE_DECL_/g.
29477         T.E.Dickey <dickey@clark.net> said that some older preprocessors
29478         have a 20-character limit on names.
29479
29480 1997-11-30  Jim Meyering  <meyering@na-net.ornl.gov>
29481
29482         * m4/inttypes_h.m4: New file.
29483         * m4/uintmax_t.m4: New file.
29484         * m4/Makefile.am (EXTRA_DIST): Add inttypes_h.m4 and uintmax_t.m4.
29485
29486 Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007
29487   Free Software Foundation, Inc.
29488 Copying and distribution of this file, with or without modification,
29489 are permitted provided the copyright notice and this notice are preserved.