.
[gnulib.git] / ChangeLog
1 2007-04-04  Karl Berry  <karl@gnu.org>
2
3         * MODULES.html.sh (func_module): missing '.
4
5 2007-04-03  Bruno Haible  <bruno@clisp.org>
6
7         * modules/argmatch-tests (Makefile.am): New variable
8         test_argmatch_LDADD.
9         * modules/argp-tests (Makefile.am): New variable test_argp_LDADD.
10         * modules/array-list-tests (Makefile.am): New variable
11         test_array_list_LDADD.
12         * modules/array-oset-tests (Makefile.am): New variable
13         test_array_oset_LDADD.
14         * modules/avltree-list-tests (Makefile.am): New variable
15         test_avltree_list_LDADD.
16         * modules/avltree-oset-tests (Makefile.am): New variable
17         test_avltree_oset_LDADD.
18         * modules/avltreehash-list-tests (Makefile.am): New variable
19         test_avltreehash_list_LDADD.
20         * modules/canonicalize-lgpl-tests (Makefile.am): New variable
21         test_canonicalize_lgpl_LDADD.
22         * modules/carray-list-tests (Makefile.am): New variable
23         test_carray_list_LDADD.
24         * modules/dirname-tests (Makefile.am): New variable
25         test_dirname_LDADD.
26         * modules/linked-list-tests (Makefile.am): New variable
27         test_linked_list_LDADD.
28         * modules/linkedhash-list-tests (Makefile.am): New variable
29         test_linkedhash_list_LDADD.
30         * modules/rbtree-list-tests (Makefile.am): New variable
31         test_rbtree_list_LDADD.
32         * modules/rbtree-oset-tests (Makefile.am): New variable
33         test_rbtree_oset_LDADD.
34         * modules/rbtreehash-list-tests (Makefile.am): New variable
35         test_rbtreehash_list_LDADD.
36         * modules/xvasprintf-tests (Makefile.am): New variable
37         test_xvasprintf_LDADD.
38         Reported by Eric Blake.
39
40 2007-04-03  Eric Blake  <ebb9@byu.net>
41
42         * DEPENDENCIES: Weaken m4 requirements.
43
44 2007-04-03  Bruno Haible  <bruno@clisp.org>
45
46         * modules/frexp-tests (configure.ac): Remove AC_SUBST.
47         * modules/isnanl-tests (configure.ac): Likewise.
48
49 2007-04-03  Ben Pfaff  <blp@gnu.org>
50
51         * modules/iconv_open: Add $(srcdir)/ to source directory
52         references in Makefile fragments that call gperf, to fix VPATH
53         builds.
54
55 2007-04-03  Bruno Haible  <bruno@clisp.org>
56
57         * modules/ldexpl (Depends-on): Add isnanl, remove isnanl-nolibm.
58         * lib/ldexpl.c: Undo last change.
59
60 2007-04-03  Bruno Haible  <bruno@clisp.org>
61
62         * modules/printf-frexpl (Depends-on): Undo last change.
63         (Files): Add m4/ldexpl.m4.
64
65 2007-04-03  Bruno Haible  <bruno@clisp.org>
66
67         * m4/isnanl.m4 (gl_FUNC_ISNANL): Substitute ISNANL_LIBM.
68         * modules/isnanl (Link): New section.
69
70         * m4/frexp.m4 (gl_FUNC_FREXP): Substitute FREXP_LIBM.
71         * modules/frexp (Link): New section.
72
73         * m4/frexpl.m4 (gl_FUNC_FREXPL): Substitute FREXPL_LIBM.
74         * modules/frexpl (Link): New section.
75
76         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Substitute LDEXPL_LIBM.
77         * modules/ldexpl (Link): New section.
78
79 2007-04-03  Bruno Haible  <bruno@clisp.org>
80
81         * modules/TEMPLATE-EXTENDED: New file.
82         * gnulib-tool (func_all_modules, func_verify_module): Exclude it.
83
84 2007-04-03  Bruno Haible  <bruno@clisp.org>
85
86         * DEPENDENCIES: New file.
87         Suggested by Simon Josefsson.
88
89 2007-04-03  Bruno Haible  <bruno@clisp.org>
90
91         * doc/gnulib.texi: Escape @.
92
93 2007-04-03  James Youngman  <jay@gnu.org>
94         and Paul Eggert  <eggert@cs.ucla.edu>
95
96         * lib/stat-time.h (get_stat_birthtime): Check for zero-valued
97         birthtime on all systems that have birthtime, not just those which
98         use st_birthtimensec rather than st_birthtim.  Putting zero in
99         st_birthtim.tv_sec is how (for example) FreeBSD/x86 6.1 indicates
100         that the birth time is not available for files on an NFS mount.
101
102 2007-04-03  Simon Josefsson  <simon@josefsson.org>
103
104         * modules/memxor: Move back from crypto/, suggested by Bruno.
105         * modules/crypto/hmac-sha1: Fix memxor dependency.
106
107         * modules/crypto/gc: Moved from ../.
108
109 2007-04-02  Eric Blake  <ebb9@byu.net>
110
111         * lib/ldexpl.c (includes): Avoid libm.
112
113         * modules/printf-frexpl (Depends-on): Depend on ldexpl.
114
115 2007-04-02  Bruno Haible  <bruno@clisp.org>
116
117         * lib/sysexit_.h (EX_OK): Disable the EX_OK definition from <unistd.h>
118         on IRIX.
119
120 2007-04-02  Bruno Haible  <bruno@clisp.org>
121
122         * m4/intdiv0.m4 (gt_INTDIV0): Avoid performing the test for real on
123         x86 or x86_64 platforms running MacOS X.
124         Reported by Ryan Schmidt <@ryandesign.com>.
125
126 2007-04-02  Bruno Haible  <bruno@clisp.org>
127
128         * m4/intdiv0.m4 (gt_INTDIV0): When cross-compiling, treat x86_64 like
129         i386.
130
131 2007-04-01  Simon Josefsson  <simon@josefsson.org>
132
133         * modules/crypto/arcfour: Moved from ../.
134         * modules/crypto/arcfour-tests: Moved from ../.
135         * modules/crypto/arctwo: Moved from ../.
136         * modules/crypto/arctwo-tests: Moved from ../.
137         * modules/crypto/des: Moved from ../.
138         * modules/crypto/des-tests: Moved from ../.
139         * modules/crypto/gc-arcfour: Moved from ../.
140         * modules/crypto/gc-arcfour-tests: Moved from ../.
141         * modules/crypto/gc-arctwo: Moved from ../.
142         * modules/crypto/gc-arctwo-tests: Moved from ../.
143         * modules/crypto/gc-des: Moved from ../.
144         * modules/crypto/gc-des-tests: Moved from ../.
145         * modules/crypto/gc-hmac-md5: Moved from ../.
146         * modules/crypto/gc-hmac-md5-tests: Moved from ../.
147         * modules/crypto/gc-hmac-sha1: Moved from ../.
148         * modules/crypto/gc-hmac-sha1-tests: Moved from ../.
149         * modules/crypto/gc-md2: Moved from ../.
150         * modules/crypto/gc-md2-tests: Moved from ../.
151         * modules/crypto/gc-md4: Moved from ../.
152         * modules/crypto/gc-md4-tests: Moved from ../.
153         * modules/crypto/gc-md5: Moved from ../.
154         * modules/crypto/gc-md5-tests: Moved from ../.
155         * modules/crypto/gc-pbkdf2-sha1: Moved from ../.
156         * modules/crypto/gc-pbkdf2-sha1-tests: Moved from ../.
157         * modules/crypto/gc-random: Moved from ../.
158         * modules/crypto/gc-rijndael: Moved from ../.
159         * modules/crypto/gc-rijndael-tests: Moved from ../.
160         * modules/crypto/gc-sha1: Moved from ../.
161         * modules/crypto/gc-sha1-tests: Moved from ../.
162         * modules/crypto/gc-tests: Moved from ../.
163         * modules/crypto/hmac-md5: Moved from ../.
164         * modules/crypto/hmac-md5-tests: Moved from ../.
165         * modules/crypto/hmac-sha1: Moved from ../.
166         * modules/crypto/hmac-sha1-tests: Moved from ../.
167         * modules/crypto/md2: Moved from ../.
168         * modules/crypto/md2-tests: Moved from ../.
169         * modules/crypto/md4: Moved from ../.
170         * modules/crypto/md4-tests: Moved from ../.
171         * modules/crypto/md5: Moved from ../.
172         * modules/crypto/md5-tests: Moved from ../.
173         * modules/crypto/memxor: Moved from ../.
174         * modules/crypto/rijndael: Moved from ../.
175         * modules/crypto/rijndael-tests: Moved from ../.
176         * modules/crypto/sha1: Moved from ../.
177
178 2007-03-30  James Youngman  <jay@gnu.org>
179
180         * tests/test-stat-time.c (prepare_test): use chmod() rather than
181         rename() to change the ctime of a file (because ctime is unaffected
182         by rename on jfs2 on AIX 5.1).
183         (main): Start by doing cleanup, in case a previous run failed leaving
184         test files behind.
185
186 2007-03-31  Bruno Haible  <bruno@clisp.org>
187
188         Support old proprietary implementations of iconv.
189         * modules/iconv_open: New file.
190         * lib/iconv_.h: New file.
191         * m4/iconv_h.m4: New file.
192         * lib/iconv_open.c: New file.
193         * lib/iconv_open-aix.gperf: New file.
194         * lib/iconv_open-hpux.gperf: New file.
195         * lib/iconv_open-irix.gperf: New file.
196         * lib/iconv_open-osf.gperf: New file.
197         * m4/iconv_open.m4: New file.
198         * modules/linebreak (Depends-on): Add iconv_open.
199         * modules/striconv (Depends-on): Likewise.
200         * modules/striconveh (Depends-on): Likewise.
201         * modules/unicodeio (Depends-on): Likewise.
202         * lib/striconveh.h (mem_cd_iconveh, str_cd_iconveh): Allow cd to be
203         (iconv_t)(-1).
204         * lib/striconveh.c (mem_cd_iconveh_internal): Use an indirect
205         conversion if cd is (iconv_t)(-1).
206         (mem_iconveh, str_iconveh): Don't fail just because a direct conversion
207         is not possible.
208
209 2007-03-31  Bruno Haible  <bruno@clisp.org>
210
211         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
212         work on Solaris either. Protect also second use of "autodetect_jp".
213
214 2007-03-31  Bruno Haible  <bruno@clisp.org>
215
216         * m4/frexpl.m4 (gl_FUNC_FREXPL): Set HAVE_DECL_FREXPL to 0 when
217         the function is not present.
218
219 2007-03-31  Bruno Haible  <bruno@clisp.org>
220
221         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Set HAVE_DECL_LDEXPL to 0 when
222         the function is not present.
223
224 2007-03-31  Bruno Haible  <bruno@clisp.org>
225
226         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-29 patch. Test also against
227         a bug in HP-UX iconv_open().
228
229 2007-03-31  Bruno Haible  <bruno@clisp.org>
230
231         * MODULES.html.sh (func_module): Don't show gnulib-common.m4.
232         (Mathematics <math.h>): New section, add fpieee.
233         (Input/output <stdio.h>): Add fseterr.
234         (Mathematics <math.h>): New section, add printf-frexp.
235         (Container data structures): Add sublist.
236         (Core language properties): Add fpucw, inline.
237         (Functions for greatest-width integer types <inttypes.h>): Add
238         imaxabs, imaxdiv, inttypes.
239         (Mathematics <math.h>): Add frexp, frexpl, isnan-nolibm, isnanl,
240         isnanl-nolibm, ldexp.
241         (Mathematics <math.h>): New section, add printf-frexpl.
242         (Support for systems lacking POSIX:2001): Add fprintf-posix,
243         printf-posix, snprintf-posix, sprintf-posix, string, search, socklen,
244         sys_select, sys_socket, vasnprintf-posix, vasprintf-posix,
245         vfprintf-posix, vprintf-posix, vsnprintf-posix, vsprintf-posix.
246         (Unicode string functions): Add unistr/u*-mbtoucr.
247         (Java): Add javacomp-script, javaexec-script.
248         (C#): Add csharpcomp-script, csharpexec-script.
249         (Support for building libraries and executables): Add havelib,
250         relocatable-*.
251         (Support for maintaining and releasing projects): Renamed from
252         'Support for maintaining and release projects'. Add announce-gen.
253
254 2007-03-31  Bruno Haible  <bruno@clisp.org>
255
256         * README: Talk primarily about git.
257         (git and CVS): Renamed from CVS.
258         * doc/gnulib.texi (Introduction, Build robot for gnulib): Mention that
259         gnulib is available through git.
260         * doc/gnulib-tool.texi (CVS Issues): Mention git and svn as well.
261
262 2007-03-30  Bruno Haible  <bruno@clisp.org>
263
264         * lib/alloca_.h: Change prefix of double-inclusion guard macro to _GL_.
265         * lib/poll_.h: Likewise.
266         * lib/stat_.h: Likewise.
267         * lib/sys_time_.h: Likewise.
268         * lib/sysexit_.h: Likewise.
269         * lib/glob_.h: Prefix double-inclusion guard macro with _GL_.
270         * lib/stdbool_.h: Likewise.
271         * lib/byteswap_.h: Add double-inclusion guard.
272
273 2007-03-30  Sergey Poznyakoff  <gray@mirddin.farlep.net>
274
275         * lib/sysexit_.h: Prefix double-inclusion guard macro with _GNULIB.
276
277 2007-03-30  Karl Berry  <karl@gnu.org>
278
279         * config/srclist-update: double space after USA in the license
280         substitution, since that's how it's usually (?) written.
281
282 2007-03-30  Paul Eggert  <eggert@cs.ucla.edu>
283
284         * lib/write-any-file.c (can_write_any_file): Fix else-else bug
285         reported by Bruno Haible.
286
287 2007-03-29  Bruno Haible  <bruno@clisp.org>
288
289         * m4/iconv.m4 (AM_ICONV_LINK): Require AC_CANONICAL_HOST. Test against
290         a bug in AIX iconv().
291
292 2007-03-29  Bruno Haible  <bruno@clisp.org>
293
294         * modules/ldexpl-tests: New file.
295         * tests/test-ldexpl.c: New file.
296
297 2007-03-29  Bruno Haible  <bruno@clisp.org>
298
299         * lib/ldexpl.c: Include fpucw.h.
300         (ldexpl): Use BEGIN/END_LONG_DOUBLE_ROUNDING. Skip the last unneeded
301         multiplication.
302         * modules/ldexpl (Depends-on): Add fpucw.
303
304 2007-03-29  Bruno Haible  <bruno@clisp.org>
305
306         * modules/ldexpl: New file.
307         * m4/ldexpl.m4: New file.
308         * lib/math_.h (ldexpl): Define to a replacement if REPLACE_LDEXPL is
309         set.
310         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize also GNULIB_LDEXPL,
311         REPLACE_LDEXPL.
312         * modules/math (Makefile.am): Substitute also GNULIB_LDEXPL,
313         REPLACE_LDEXPL.
314         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
315         gl_FUNC_LDEXPL_WORKS.
316         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Remove test for ldexpl.
317         * modules/mathl (Files): Remove lib/ldexpl.c.
318         (Depends-on): Add ldexpl.
319
320 2007-03-29  Bruno Haible  <bruno@clisp.org>
321
322         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Declare frexpl.
323
324 2007-03-29  Bruno Haible  <bruno@clisp.org>
325
326         * tests/test-striconveh.c (main): Don't assume that a direct conversion
327         between ISO-8859-1 and ISO-8859-2 is possible. Needed for OSF/1, IRIX
328         and possibly also HP-UX.
329         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
330         work on AIX, IRIX, HP-UX, OSF/1.
331         * tests/uniconv/test-u16-conv-from-enc.c (main): Likewise.
332         * tests/uniconv/test-u16-strconv-from-enc.c (main): Likewise.
333         * tests/uniconv/test-u32-conv-from-enc.c (main): Likewise.
334         * tests/uniconv/test-u32-strconv-from-enc.c (main): Likewise.
335         * tests/uniconv/test-u8-conv-from-enc.c (main): Likewise.
336         * tests/uniconv/test-u8-strconv-from-enc.c (main): Likewise.
337
338 2007-03-29  Bruno Haible  <bruno@clisp.org>
339
340         * tests/test-stat-time.c: Include <fcntl.h>, not <sys/fcntl.h>.
341
342 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
343
344         * lib/acl-internal.h (acl_get_fd, acl_set_fd): undef before defining,
345         to work around a problem on OSF/1 5.1 reported by Bruno Haible.
346
347 2007-03-29  Eric Blake  <ebb9@byu.net>
348
349         * lib/acl-internal.h: Remove redundant include.
350         (ACL_NOT_WELL_SUPPORTED): Also filter on EBUSY, returned by
351         Cygwin when a file is locked.
352
353 2007-03-29  Bruno Haible  <bruno@clisp.org>
354
355         * lib/vasprintf.c [IN_LIBASPRINTF]: Include different specification
356         file.
357         * lib/asprintf.c [IN_LIBASPRINTF]: Likewise.
358
359 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
360
361         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Don't bother to
362         try to remove a parent directory if the child couldn't be removed
363         (except for the first rmdir, which could fail because the child
364         doesn't exist).  Problem reported by Jeff Blaine in
365         <http://lists.gnu.org/archive/html/bug-tar/2007-03/msg00014.html>.
366
367 2007-03-28  Bruno Haible  <bruno@clisp.org>
368
369         * lib/striconveh.c (utf8conv_carefully): New function.
370         (mem_cd_iconveh_internal): Invoke it.
371
372 2007-03-28  Bruno Haible  <bruno@clisp.org>
373
374         * lib/striconveh.c (mem_cd_iconveh_internal): Use u8_mbtoucr instead
375         of u8_mbtouc in order to distinguish invalid and incomplete UTF-8
376         input.
377         * modules/striconveh (Depends-on): Add unistr/u8-mbtoucr. Replace
378         utf8-ucs4 with unistr/u8-mbtouc. Replace ucs4-utf8 with
379         unistr/u8-uctomb.
380
381 2007-03-28  Bruno Haible  <bruno@clisp.org>
382
383         * modules/unistr/u8-mbtoucr: New file.
384         * lib/unistr/u8-mbtoucr.c: New file.
385         * modules/unistr/u16-mbtoucr: New file.
386         * lib/unistr/u16-mbtoucr.c: New file.
387         * modules/unistr/u16-mbtoucr: New file.
388         * lib/unistr/u16-mbtoucr.c: New file.
389         * lib/unistr.h (u8_mbtoucr, u16_mbtoucr, u32_mbtoucr): New declarations.
390
391 2007-03-27  Simon Josefsson  <simon@josefsson.org>
392             Bruno Haible  <bruno@clisp.org>
393
394         * m4/vasprintf.m4: Convert AC_SUBST into shell variable for
395         REPLACE_VASPRINTF.  Set HAVE_VASPRINTF.  Add
396         AC_REQUIRE([gl_STDIO_H_DEFAULTS]).
397
398         * m4/stdio_h.m4: Add stubs for vasprintf too.
399
400         * modules/stdio: Support vasprintf in sed command.
401
402         * modules/vasprintf: Depend on stdio for prototypes.  Remove
403         vasprintf.h.  Add stdio module indicator.
404
405         * lib/stdio_.h: Declare asprintf and vasprintf, based on
406         vasprintf.h.
407
408         * lib/vasprintf.h: File removed.
409
410         * lib/asprintf.c: Use stdio.h instead of vasprintf.h.
411         * lib/vasprintf.c: Ditto.
412         * lib/xvasprintf.c: Ditto.
413         * tests/test-vasprintf-posix.c: Ditto.
414         * tests/test-vasprintf.c: Ditto.
415
416 2007-03-27  Bruno Haible  <bruno@clisp.org>
417
418         Make vasnprintf multithread-safe.
419         * lib/vasnprintf.c (decimal_point_char): New function.
420         (VASNPRINTF): Use it.
421         Suggested by Simon Josefsson.
422
423 2007-03-27  Eric Blake  <ebb9@byu.net>
424
425         Support sub-second birthtime on cygwin.
426         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Also check for st_birthtim.
427         * lib/stat-time.h (STAT_TIMESPEC): Adjust comments.
428         (get_stat_birthtime): Also work with st_birthtim.
429
430 2007-03-27  Paul Eggert  <eggert@cs.ucla.edu>
431
432         * lib/stat-time.h (USE_BIRTHTIME): Remove.
433         (get_stat_atime_ns, get_stat_ctime_ns, get_stat_mtime_ns):
434         (get_stat_birthtime_ns): Do not try to use "spare" fields.
435         (get_stat_birthtime_ns): Simplify compile-time tests.
436         (get_stat_birthtime): Change the API to look like
437         get_stat_mtime etc., except return a negative tv_nsec on error.
438         * m4/stat-time.m4 (gl_STAT_TIME, gl_STAT_BIRTHTIME):
439         Don't check for "spare" fields.
440         (gl_STAT_BIRTHTIME): Don't check for struct stat.st_birthtimespec.tv_sec
441         or for struct stat.st_birthtime, as these tests aren't used.
442         * tests/test-stat-time.c (test_birthtime): Adjust to new API.
443
444 2007-03-27  Bruno Haible  <bruno@clisp.org>
445
446         * lib/stat-time.h: Include <sys/stat.h>.
447
448 2007-03-27  James Youngman  <jay@gnu.org>
449
450         * lib/stat-time.h (get_stat_birthtime): New function for
451           retrieving st_birthtime as provided by UFS2 (hence *BSD).
452         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Probe for st_birthtime
453           and its variants.
454         * modules/stat-time (configure.ac): call gl_STAT_BIRTHTIME.
455         * modules/stat-time-test: New file.
456         * tests/test-stat-time.c: New test, devised by Bruno Haible.
457
458 2007-03-26  Bruno Haible  <bruno@clisp.org>
459
460         Better support of signalling NaNs.
461         * lib/atanl.c: Include isnanl.h.
462         (atanl): Perform test for NaN at the beginning of the function and
463         through a call to isnanl.
464         * lib/cosl.c: Include isnanl.h.
465         (cosl): Perform test for NaN at the beginning of the function and
466         through a call to isnanl.
467         * lib/ldexpl.c: Include isnanl.h.
468         (ldexpl): Perform test for NaN through a call to isnanl.
469         * lib/logl.c: Include isnanl.h.
470         (logl): Perform test for NaN at the beginning of the function and
471         through a call to isnanl.
472         * lib/sinl.c: Include isnanl.h.
473         (sinl): Perform test for NaN at the beginning of the function and
474         through a call to isnanl.
475         * lib/sqrtl.c: Include isnanl.h.
476         (sqrtl): Perform test for NaN at the beginning of the function and
477         through a call to isnanl.
478         * lib/tanl.c: Include isnanl.h.
479         (tanl): Perform test for NaN at the beginning of the function and
480         through a call to isnanl.
481         * lib/trigl.c (ieee754_rem_pio2l): Remove test for NaN.
482         * modules/mathl (Depends-on): Add isnanl.
483
484 2007-03-26  Eric Blake  <ebb9@byu.net>
485
486         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Fix
487         regression in logic sense of previous patch.
488
489 2007-03-26  Bruno Haible  <bruno@clisp.org>
490
491         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Don't use
492         unportable shell command "if ! ...".
493         Reported by Ralf Wildenhues.
494
495 2007-03-25  Bruno Haible  <bruno@clisp.org>
496
497         * lib/sysexit_,h: If HAVE_SYSEXITS_H is defined, include the original
498         <sysexits.h> file, and only add EX_CONFIG.
499         * m4/sysexits.m4 (gl_SYSEXITS): If <sysexits.h> exists, check its
500         absolute file name and whether it is sufficient. Substitute also
501         HAVE_SYSEXITS_H and ABSOLUTE_SYSEXITS_H.
502         * modules/sysexits (Makefile.am): Substitute HAVE_SYSEXITS_H and
503         ABSOLUTE_SYSEXITS_H into sysexits.h.
504
505 2007-03-25  Bruno Haible  <bruno@clisp.org>
506
507         * lib/getaddrinfo.c (getaddrinfo): Don't access hints->ai_flags when
508         hints is NULL.
509
510 2007-03-25  Bruno Haible  <bruno@clisp.org>
511
512         * lib/uniconv/u8-conv-from-enc.c (u8_conv_from_encoding): Add a cast.
513         * lib/uniconv/u8-strconv-to-enc.c (u8_strconv_to_encoding): Likewise.
514
515 2007-03-25  Bruno Haible  <bruno@clisp.org>
516
517         * lib/vasnprintf.c: Include langinfo.h.
518         (VASNPRINTF): Prefer nl_langinfo over localeconv, since it's more
519         multithread-safe.
520         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): New macro.
521         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke it.
522         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
523         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
524         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
525         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
526         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
527         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX: Likewise.
528         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
529         Reported by Simon Josefsson.
530
531 2007-03-25  Bruno Haible  <bruno@clisp.org>
532
533         * lib/printf-parse.c [!IN_LIBINTL]: Include <stdint.h>, for intmax_t.
534         (PRINTF_PARSE): Make the support for size specifier 'j' unconditional.
535         * modules/vasnprintf (Depends-on): Add stdint.
536
537 2007-03-25  Bruno Haible  <bruno@clisp.org>
538
539         * modules/fpieee: New file.
540         * m4/fpieee.m4: New file.
541         * modules/isnan-nolibm (Depends-on): Add fpieee.
542         * modules/isnanl-nolibm (Depends-on): Add fpieee.
543         * modules/isnanl (Depends-on): Add fpieee.
544
545 2007-03-25  Bruno Haible  <bruno@clisp.org>
546
547         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Test also finite numbers.
548
549 2007-03-25  Bruno Haible  <bruno@clisp.org>
550
551         Avoid test failures on IRIX 6.5.
552         * tests/test-frexpl.c (MIN_NORMAL_EXP): New macro.
553         (main): Use it.
554         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP): New
555         macros.
556         (main): Use them.
557
558 2007-03-25  Bruno Haible  <bruno@clisp.org>
559
560         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): New macro.
561         (gl_FUNC_FREXPL): Invoke it. Set REPLACE_FREXPL to 1 if it frexpl
562         exists but doesn't work.
563         * lib/math_.h (frexpl): Define as a replacement macro if REPLACE_FREXPL
564         is set. Don't provide a prototype if REPLACE_FREXPL is not set.
565         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_FREXPL.
566         * modules/math (Makefile.am) Substibute also REPLACE_FREXPL into math.h.
567
568 2007-03-25  Bruno Haible  <bruno@clisp.org>
569
570         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Add check whether frexp(inf)
571         returns inf. Needed on IRIX 6.5.
572
573 2007-03-25  Bruno Haible  <bruno@clisp.org>
574
575         * tests/test-frexpl.c: Include isnanl-nolibm.h.
576         (main): Use isnanl instead of x != x idiom.
577         * modules/frexpl-tests (Depends-on): Add isnanl-nolibm.
578
579         * tests/test-frexp.c: Include isnan.h.
580         (main): Use isnan instead of x != x idiom.
581         * modules/frexp-tests (Depends-on): Add isnan-nolibm.
582
583 2007-03-25  Bruno Haible  <bruno@clisp.org>
584
585         * tests/test-frexp.c (NaN): New function/macro.
586         (main): Use it instead of 0.0 / 0.0.
587         * tests/test-isnan.c (NaN): New function/macro.
588         (main): Use it instead of 0.0 / 0.0.
589         * tests/test-vasnprintf-posix.c (NaN): New function/macro.
590         (test_function): Use it instead of 0.0 / 0.0.
591         * tests/test-vasprintf-posix.c (NaN): New function/macro.
592         (test_function): Use it instead of 0.0 / 0.0.
593         * tests/test-snprintf-posix.h (NaN): New function/macro.
594         (test_function): Use it instead of 0.0 / 0.0.
595         * tests/test-sprintf-posix.h (NaN): New function/macro.
596         (test_function): Use it instead of 0.0 / 0.0.
597         * tests/test-fprintf-posix.h (NaN): New function/macro.
598         (test_function): Use it instead of 0.0 / 0.0.
599         * tests/test-printf-posix.h (NaN): New function/macro.
600         (test_function): Use it instead of 0.0 / 0.0.
601
602         * lib/isnan.c (FUNC): Work around a DEC C compiler bug.
603
604 2007-03-25  Bruno Haible  <bruno@clisp.org>
605
606         * lib/glob_.h: Include <sys/stat.h>. Avoids warnings on AIX 5.1.
607
608 2007-03-25  Bruno Haible  <bruno@clisp.org>
609
610         * lib/regexec.c (merge_state_with_log): Make static.
611
612 2007-03-25  Bruno Haible  <bruno@clisp.org>
613
614         * lib/trigl.c (kernel_rem_pio2): Make static.
615
616 2007-03-25  Bruno Haible  <bruno@clisp.org>
617
618         * lib/sincosl.c (sincosl_table): Make static.
619
620 2007-03-25  Bruno Haible  <bruno@clisp.org>
621
622         * lib/argp.h (__restrict): Define to empty, rather than to 'restrict',
623         if the compiler does not support C99.
624
625 2007-03-25  Bruno Haible  <bruno@clisp.org>
626
627         * modules/time (Makefile.am): Ensure all rule action lines start with a
628         tab.
629
630 2007-03-24  Bruno Haible  <bruno@clisp.org>
631
632         * modules/tsearch-tests: New file.
633         * tests/test-tsearch.sh: New file.
634         * tests/test-tsearch.c: New file, mostly copied from glibc.
635
636         * modules/search-tests: New file.
637         * tests/test-search.c: New file.
638
639         * modules/search: New file.
640         * lib/search_.h: New file, incorporating lib/tsearch.h.
641         * m4/search_h.m4: New file.
642         * lib/tsearch.h: Remove file.
643         * lib/tsearch.c: Include search.h instead of tsearch.h.
644         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Require gl_SEARCH_H_DEFAULTS. Set
645         HAVE_TSEARCH.
646         * modules/tsearch (Files): Remove lib/tsearch.h.
647         (Depends-on): Add search.
648         (configure.ac): Invoke gl_SEARCH_MODULE_INDICATOR.
649         (Include): Change tsearch.h into search.h.
650
651 2007-03-24  Bruno Haible  <bruno@clisp.org>
652
653         * modules/fpucw: New file.
654         * lib/fpucw.h: New file.
655         * lib/frexp.c: Include fpucw.h.
656         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
657         (FUNC): Use them.
658         * lib/printf-frexp.c: Include fpucw.h.
659         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
660         (FUNC): Use them.
661         * lib/vasnprintf.c: Include fpucw.h.
662         (VASNPRINTF): Invoke BEGIN/END_LONG_DOUBLE_ROUNDING around the
663         'long double' calculations.
664         * tests/test-frexpl.c: Include fpucw.h.
665         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
666         * tests/test-printf-frexpl.c: Include fpucw.h.
667         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
668         * modules/frexpl (Depends-on): Add fpucw.
669         * modules/printf-frexpl (Depends-on): Likewise.
670         * modules/fprintf-posix (Depends-on): Likewise.
671         * modules/snprintf-posix (Depends-on): Likewise.
672         * modules/sprintf-posix (Depends-on): Likewise.
673         * modules/vasnprintf-posix (Depends-on): Likewise.
674         * modules/vasprintf-posix (Depends-on): Likewise.
675         * modules/vfprintf-posix (Depends-on): Likewise.
676         * modules/vsnprintf-posix (Depends-on): Likewise.
677         * modules/vsprintf-posix (Depends-on): Likewise.
678         * modules/frexpl-tests (Depends-on): Likewise.
679         * modules/printf-frexpl-tests (Depends-on): Likewise.
680
681 2007-03-24  Bruno Haible  <bruno@clisp.org>
682
683         * lib/float+.h: New file.
684         * lib/isnan.c: Include float+.h.
685         (SIZE): New macro.
686         (FUNC): Compare only SIZE bytes of the value.
687         * lib/vasnprintf.c: Include float+.h.
688         (VASNPRINTF): When comparing agains +0.0L or +0.0, compare only
689         SIZEOF_LDBL or SIZEOF_DBL bytes.
690         * modules/isnan-nolibm (Files): Add lib/float+.h.
691         * modules/isnanl-nolibm (Files): Add lib/float+.h.
692         * modules/isnanl (Files): Add lib/float+.h.
693         * modules/vasnprintf (Files): Add lib/float+.h.
694
695 2007-03-24  Bruno Haible  <bruno@clisp.org>
696
697         * lib/vasnprintf.c [!HAVE_LONG_DOUBLE]: Include printf-frexp.h. Don't
698         include isnanl-nolibm.h.
699
700 2007-03-24  Bruno Haible  <bruno@clisp.org>
701
702         * tests/test-read-file.c (main): Don't produce spurious output for
703         expected situations. Make the test fail if it encountered unexpected
704         results.
705
706 2007-03-24  Bruno Haible  <bruno@clisp.org>
707
708         * m4/locale-fr.m4 (gt_LOCALE_FR): Remove the special-casing of NetBSD,
709         since its fr_FR.ISO8859-1 locale wouldn't pass the tests.
710
711 2007-03-24  Bruno Haible  <bruno@clisp.org>
712
713         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Fix last change.
714
715 2007-03-24  Bruno Haible  <bruno@clisp.org>
716
717         * modules/unistr/base (Depends-on): Remove utf8-ucs4-unsafe,
718         utf16-ucs4-unsafe, utf8-ucs4, utf16-ucs4, ucs4-utf8, ucs4-utf16.
719
720         * modules/unistr/u8-mbtouc: Add source files from module utf8-ucs4.
721         * modules/utf8-ucs4: Turn into a symbolic link to module
722         unistr/u8-mbtouc.
723
724         * modules/unistr/u8-mbtouc-unsafe: Add source files from module
725         utf8-ucs4-unsafe.
726         * modules/utf8-ucs4-unsafe: Turn into a symbolic link to module
727         unistr/u8-mbtouc-unsafe.
728
729         * modules/unistr/u16-mbtouc: Add source files from module utf16-ucs4.
730         * modules/utf16-ucs4: Turn into a symbolic link to module
731         unistr/u16-mbtouc.
732
733         * modules/unistr/u16-mbtouc-unsafe: Add source files from module
734         utf16-ucs4-unsafe.
735         * modules/utf16-ucs4-unsafe: Turn into a symbolic link to module
736         unistr/u16-mbtouc-unsafe.
737
738         * modules/unistr/u8-uctomb: Add source files from module utf4-utf8.
739         * modules/ucs4-utf8: Turn into a symbolic link to module
740         unistr/u8-ubtomb.
741
742         * modules/unistr/u16-uctomb: Add source files from module utf4-utf16.
743         * modules/ucs4-utf16: Turn into a symbolic link to module
744         unistr/u16-ubtomb.
745
746 2007-03-24  Bruno Haible  <bruno@clisp.org>
747
748         * lib/unistr/u8-mbtouc-aux.c: Renamed from lib/unistr/utf8-ucs4.c.
749         Enable the function only if HAVE_INLINE.
750         * lib/unistr/u8-mbtouc-unsafe-aux.c: Renamed from
751         lib/unistr/utf8-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
752         * lib/unistr/u16-mbtouc-aux.c: Renamed from lib/unistr/utf16-ucs4.c.
753         Enable the function only if HAVE_INLINE.
754         * lib/unistr/u16-mbtouc-unsafe-aux.c: Renamed from
755         lib/unistr/utf16-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
756         * lib/unistr/u8-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf8.c.
757         Enable the function only if HAVE_INLINE.
758         * lib/unistr/u16-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf16.c.
759         Enable the function only if HAVE_INLINE.
760         * modules/utf8-ucs4: Update.
761         * modules/utf8-ucs4-unsafe: Update.
762         * modules/utf16-ucs4: Update.
763         * modules/utf16-ucs4-unsafe: Update.
764         * modules/ucs4-utf8: Update.
765         * modules/ucs4-utf16: Update.
766
767 2007-03-24  Bruno Haible  <bruno@clisp.org>
768
769         * lib/utf8-ucs4.h: Remove file.
770         * lib/utf8-ucs4-unsafe.h: Remove file.
771         * lib/utf16-ucs4.h: Remove file.
772         * lib/utf16-ucs4-unsafe.h: Remove file.
773         * lib/ucs4-utf8.h: Remove file.
774         * lib/ucs4-utf16.h: Remove file.
775         * lib/unistr.h: Include their previous contents.
776         * m4/utf-ucs4.m4: Remove file.
777         * m4/ucs4-utf.m4: Remove file.
778         * modules/utf8-ucs4 (Files): Remove lib/utf8-ucs4.h.
779         (Depends-on): Add unistr/base.
780         (configure.ac): Remove gl_UTF_UCS4.
781         (Makefile.am): Update.
782         (Include): Change to unistr.h.
783         * modules/utf8-ucs4-unsafe (Files): Remove lib/utf8-ucs4-unsafe.h.
784         (Depends-on): Add unistr/base.
785         (configure.ac): Remove gl_UTF_UCS4.
786         (Makefile.am): Update.
787         (Include): Change to unistr.h.
788         * modules/utf16-ucs4 (Files): Remove lib/utf16-ucs4.h.
789         (Depends-on): Add unistr/base.
790         (configure.ac): Remove gl_UTF_UCS4.
791         (Makefile.am): Update.
792         (Include): Change to unistr.h.
793         * modules/utf16-ucs4-unsafe (Files): Remove lib/utf16-ucs4-unsafe.h.
794         (Depends-on): Add unistr/base.
795         (configure.ac): Remove gl_UTF_UCS4.
796         (Makefile.am): Update.
797         (Include): Change to unistr.h.
798         * modules/ucs4-utf8 (Files): Remove lib/ucs4-utf8.h.
799         (Depends-on): Add unistr/base.
800         (configure.ac): Remove gl_UCS4_UTF.
801         (Makefile.am): Update.
802         (Include): Change to unistr.h.
803         * modules/ucs4-utf16 (Files): Remove lib/ucs4-utf16.h.
804         (Depends-on): Add unistr/base.
805         (configure.ac): Remove gl_UCS4_UTF.
806         (Makefile.am): Update.
807         (Include): Change to unistr.h.
808         * lib/unistr/utf8-ucs4.c: Include unistr.h instead of utf8-ucs4.h.
809         * lib/unistr/utf8-ucs4-unsafe.c: Include unistr.h instead of
810         utf8-ucs4-unsafe.h.
811         * lib/unistr/utf16-ucs4.c: Include unistr.h instead of utf16-ucs4.h.
812         * lib/unistr/utf16-ucs4-unsafe.c: Include unistr.h instead of
813         utf16-ucs4-unsafe.h.
814         * lib/unistr/ucs4-utf8.c: Include unistr.h instead of ucs4-utf8.h.
815         * lib/unistr/ucs4-utf16.c: Include unistr.h instead of ucs4-utf16.h.
816         * lib/unistr/u8-chr.c: Don't include ucs4-utf8.h.
817         * lib/unistr/u8-strchr.c: Likewise.
818         * lib/unistr/u8-strrchr.c: Likewise.
819         * lib/unistr/u16-chr.c: Don't include ucs4-utf16.h.
820         * lib/unistr/u16-strchr.c: Likewise.
821         * lib/unistr/u16-strrchr.c: Likewise.
822         * lib/striconveh.c: Update.
823         * lib/linebreak.c: Update.
824
825 2007-03-24  Bruno Haible  <bruno@clisp.org>
826
827         * lib/argp-help.c (fill_in_uparams, canon_doc_option): Cast the
828         arguments of isspace, isalpha, isalnum, isdigit to 'unsigned char'.
829
830 2007-03-22  Bruno Haible  <bruno@clisp.org>
831
832         * lib/strptime.c (__strptime_internal): Use ANSI C syntax.
833
834 2007-03-23  Paul Eggert  <eggert@cs.ucla.edu>
835
836         * MODULES.html.sh (File system functions): New module write-any-file.
837         * modules/write-any-file, lib/write-any-file.c, lib/write-any-file.h:
838         * m4/write-any-file.m4: New files.
839
840 2007-03-23  Eric Blake  <ebb9@byu.net>
841
842         * gnulib-tool: Rearrange space-tab sequences, since some editors
843         like to eat them.
844
845 2007-03-23  Eric Blake  <ebb9@byu.net>
846
847         * lib/version-etc.c (version_etc_va): Update license wording to
848         be more concise.  Recommended by Richard Stallman.
849
850 2007-03-22  Bruno Haible  <bruno@clisp.org>
851
852         * lib/poll.c (MSG_PEEK): New fallback definition.
853
854 2007-03-22  Bruno Haible  <bruno@clisp.org>
855
856         * modules/sys_socket-tests (configure.ac): Check for shutdown function.
857         * tests/test-sys_socket.c (a): Test only if shutdown() exists.
858         (main): Update.
859         Fixes a compilation error on BeOS.
860
861 2007-03-22  Bruno Haible  <bruno@clisp.org>
862
863         * modules/frexpl-tests: New file.
864         * tests/test-frexpl.c: New file.
865
866         * modules/frexpl: New file.
867         * m4/frexpl.m4: New file.
868         * modules/math (Makefile.am): Also substitute GNULIB_FREXPL into math.h.
869         * lib/math_.h (frexpl): Test GNULIB_FREXPL instead of GNULIB_MATHL.
870         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FREXPL.
871         * modules/mathl (Files): Remove lib/frexpl.c, lib/frexp.c.
872         (Depends-on): Add frexpl. Remove isnanl-nolibm.
873         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Don't test for frexpl.
874
875 2007-03-22  Bruno Haible  <bruno@clisp.org>
876
877         * lib/frexpl.c: Share code with lib/frexp.c.
878         * modules/mathl (Files): Add lib/frexp.c.
879         (Depends-on): Add isnanl-nolibm.
880
881 2007-03-22  Bruno Haible  <bruno@clisp.org>
882
883         * modules/printf-frexp (Files): Add m4/frexp.m4.
884         * m4/printf-frexp.m4 (gl_FUNC_PRINTF_FREXP): Define HAVE_FREXP_IN_LIBC
885         only if the found frexp function actually works.
886
887 2007-03-22  Bruno Haible  <bruno@clisp.org>
888
889         * lib/frexp.c: Remove older implementation that uses divisions.
890
891 2007-03-21  Bruno Haible  <bruno@clisp.org>
892
893         * modules/frexp-tests: New file.
894         * tests/test-frexp.c: New file.
895
896         * modules/frexp: New file.
897         * lib/frexp.c: New file.
898         * m4/frexp.m4: New file.
899         * lib/math_.h (frexp): New declaration.
900         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Also initialize GNULIB_FREXP and
901         REPLACE_FREXP.
902         * modules/math (math.h): Also substitute GNULIB_FREXP, REPLACE_FREXP.
903
904 2007-03-21  Bruno Haible  <bruno@clisp.org>
905
906         * modules/isnanl-tests: New file.
907         * tests/test-isnanl.c: New file.
908
909         * modules/isnanl: New file.
910         * lib/isnanl.h: New file.
911         * m4/isnanl.m4 (gl_FUNC_ISNANL): New macro.
912         (gl_FUNC_ISNANL_NO_LIBM): Invoke gl_HAVE_ISNANL_NO_LIBM,
913         gl_FUNC_ISNANL_WORKS.
914         (gl_HAVE_ISNANL_NO_LIBM, gl_HAVE_ISNANL_IN_LIBM, gl_FUNC_ISNANL_WORKS):
915         New macros.
916
917 2007-03-21  Bruno Haible  <bruno@clisp.org>
918
919         * modules/isnanl-nolibm (Files): Add lib/isnanl-nolibm.h, remove
920         lib/isnanl.h.
921         (Include): Update.
922         * lib/isnanl-nolibm.h: Renamed from lib/isnanl.h.
923         * lib/vasnprintf.c: Update.
924         * modules/isnanl-nolibm-tests (Files): Add tests/test-isnanl-nolibm.c,
925         tests/test-isnanl.h, remove tests/test-isnanl.c.
926         (Makefile.am): Update.
927         * tests/test-isnanl-nolibm.c: New file.
928         * tests/test-isnanl.h: New file.
929         * tests/test-isnanl.c: Remove file.
930
931 2007-03-21  Jim Meyering  <jim@meyering.net>
932
933         When trying to open ".", treat ESTALE like EACCES.
934         * lib/savewd.c (savewd_save): Resort to forking not just upon
935         failure with EACCES, but also when errno is ESTALE.
936
937 2007-03-20  Bruno Haible  <bruno@clisp.org>
938
939         * lib/string_.h (strndup): Enable declaration also if HAVE_STRNDUP.
940         Needed on AIX 5.1. Reported by Matthew Woehlke.
941
942 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
943
944         Suggestions by Bruno Haible:
945         * lib/acl-internal.h: Include "gettext.h" rather than rolling
946         our own.
947         (ACL_NOT_WELL_SUPPORTED): Parenthesize arg when used.
948         * modules/acl (Depends-on): Add gettext.
949
950 2007-03-19  Bruno Haible  <bruno@clisp.org>
951
952         * modules/iconvme: Remove file.
953         * lib/iconvme.h: Remove file.
954         * lib/iconvme.c: Remove file.
955         * m4/iconvme.m4: Remove file.
956
957 2007-03-19  Bruno Haible  <bruno@clisp.org>
958
959         * doc/relocatable-maint.texi: Break long shell script line.
960         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
961
962 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
963
964         Add limited support for Solaris 10 ZFS-style ACLs: just enough to
965         handle file_has_acl.
966         * lib/acl-internal.h, lib/acl_entries.c, lib/file-has-acl.c: New files.
967         * lib/acl.c: Move header inclusions and related macro defns into
968         lib/acl-internal.h.
969         (S_ISLNK): Remove defn, since that's now done for us.
970         (file_has_acl): Move to lib/file-has-acl.c.
971         Call acl_trivial if available.  This is the crucial part of the fix.
972         (acl_entries): Move to lib/acl_entries.c.  Now extern, since it's
973         shared within the library.  Rewrite a bit, partly to make it compatible
974         with the GNU coding style.
975         * m4/acl.m4 (AC_FUNC_ACL): Add AC_LIBOBJ([file-has-acl]).
976         Remove unnecessary double-quotes.
977         Don't test for acl_to_text; the build will catch that.
978         Replace acl_entries if it doesn't exist and it is needed.
979         Check for -lsec and acl_trivial (as used on Solaris 10).
980         * modules/acl (Files): Add lib/acl-internal.h, lib/acl_entries.c,
981         lib/file-has-acl.c.
982         (Depends-on): Add sys_stat, for S_ISLNK.
983
984 2007-03-19  Ben Pfaff  <blp@gnu.org>
985
986         * doc/gnulib.texi: Fix typos.
987         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
988
989 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
990
991         * lib/getcwd.c (__getcwd): Remove redundant comparison of buf to NULL.
992         If size is zero here, buf must be zero.
993
994 2007-03-19  Simon Josefsson  <simon@josefsson.org>
995
996         * des.c: Remove weak_keys_chksum.  Reported by Bruno Haible
997         <bruno@clisp.org>.
998
999 2007-03-18  Bruno Haible  <bruno@clisp.org>
1000
1001         * lib/vasnprintf.c (VASNPRINTF): Undo first part of last patch.
1002         Suggested by Eric Blake.
1003
1004 2007-03-18  Ben Pfaff  <blp@gnu.org>
1005
1006         * doc/relocatable.texi: Recommend using as prefix a directory
1007         that does not exist and will never be created.  Based on
1008         discussion with Bruno Haible, Ralf Wildenhues, Matthew Woehlke,
1009         and others.
1010
1011 2007-03-17  Bruno Haible  <bruno@clisp.org>
1012
1013         * lib/fchownat.c: Include lchown.h.
1014
1015 2007-03-17  Bruno Haible  <bruno@clisp.org>
1016
1017         Fix endless loop when the given allocated size was > INT_MAX.
1018         * lib/vasnprintf.c (EOVERFLOW): New fallback definition.
1019         (VASNPRINTF): Fail with EOVERFLOW when the given allocated size is
1020         larger than INT_MAX, or when it grow to a value larger than INT_MAX.
1021         * lib/vsprintf.c (vsprintf): Don't pass a size > INT_MAX to vasnprintf.
1022         * lib/sprintf.c (sprintf): Likewise.
1023
1024 2007-03-17  Bruno Haible  <bruno@clisp.org>
1025
1026         * tests/test-argp-2.sh (func_compare): Output a context diff.
1027
1028 2007-03-17  Bruno Haible  <bruno@clisp.org>
1029
1030         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Check also the
1031         locale's decimal-point character.
1032
1033 2007-03-17  Bruno Haible  <bruno@clisp.org>
1034
1035         * lib/vasnprintf.c (VASNPRINTF): Clear out the memory used for arg_mem
1036         before comparing it. Needed because on some platforms (e.g. x86) a
1037         'long double' occupies less bytes than sizeof (long double).
1038
1039 2007-03-17  Bruno Haible  <bruno@clisp.org>
1040
1041         * tests/test-crc.c (main): Make printf statements 64-bit clean.
1042         * tests/test-gc-pbkdf2-sha1.c (main): Likewise.
1043         * tests/test-getaddrinfo.c (simple): Likewise.
1044         * tests/test-read-file.c (main): Likewise.
1045
1046 2007-03-17  Bruno Haible  <bruno@clisp.org>
1047
1048         * tests/test-dirname.c (main): Make printf statements 64-bit clean.
1049
1050 2007-03-17  Bruno Haible  <bruno@clisp.org>
1051
1052         * tests/test-xvasprintf.c (test_xvasprintf, test_xasprintf): Remove
1053         unused variable.
1054
1055 2007-03-17  Bruno Haible  <bruno@clisp.org>
1056
1057         * tests/test-c-strcasecmp.c: Include c-strcase.h.
1058         * tests/test-c-strncasecmp.c: Likewise.
1059
1060 2007-03-17  Bruno Haible  <bruno@clisp.org>
1061
1062         * modules/stdlib (Depends-on): Add unistd.
1063         * lib/stdlib_.h: Include <unistd.h> if mkstemp is desired.
1064         Needed for MacOS X 10.3.
1065
1066 2007-03-17  Bruno Haible  <bruno@clisp.org>
1067
1068         * lib/unistr/u-strdup.h: Include <stdlib.h>.
1069
1070 2007-03-17  Bruno Haible  <bruno@clisp.org>
1071
1072         * lib/unistr/u-cpy-alloc.h: Include <stdlib.h>.
1073
1074 2007-03-17  Bruno Haible  <bruno@clisp.org>
1075
1076         * gnulib-tool (func_import): Update .cvsignore and .gitignore files
1077         to reflect files copied from gnulib (with or without modifications).
1078         Suggested by Jim Meyering.
1079
1080 2007-03-17  Eric Blake  <ebb9@byu.net>
1081
1082         * NEWS: Document stdlib change from 2007-02-18.
1083
1084 2007-03-17  Jim Meyering  <jim@meyering.net>
1085
1086         Detect use of AC_CONFIG_AUX_DIR also when its argument is quoted.
1087         * build-aux/bootstrap: Put ""s around use of $build_aux, in case
1088         someone uses a name containing shell meta-characters.
1089         Reported by Alfred M. Szmidt.
1090
1091         * build-aux/bootstrap: Don't use \> in grep regexp.  For HP-UX.
1092
1093 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
1094
1095         * build-aux/bootstrap (with_gettext): New variable.  Run autopoint
1096         and copy gettext configuration files only if configure.ac contains
1097         a use of AM_GNU_GETTEXT_VERSION.
1098
1099 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
1100
1101         * build-aux/bootstrap (gnulib_name): New variable.
1102         (gnulib_tool_options): Use it.
1103
1104 2007-03-13  Simon Josefsson  <simon@josefsson.org>
1105
1106         * tests/test-des.c: Use new namespace.
1107
1108 2007-03-15  Bruno Haible  <bruno@clisp.org>
1109
1110         * lib/dummy.c (gl_dummy_symbol): Renamed from 'dummy'.
1111         Reported by James Youngman <jay@gnu.org>.
1112
1113 2007-03-15  Bruno Haible  <bruno@clisp.org>
1114
1115         * lib/glob.c (glob): Add 'restrict' so that prototype matches the
1116         declared prototype. Needed with cc on OSF/1 5.1.
1117
1118 2007-03-15  Bruno Haible  <bruno@clisp.org>
1119
1120         * lib/gl_list.h (gl_listelement_dispose_fn): New type.
1121         (gl_list_create_empty, gl_list_create): Add dispose_fn argument.
1122         (struct gl_list_implementation): Add dispose_fn argument to the
1123         'create_empty', 'create' methods.
1124         (struct gl_list_impl_base): Add field 'dispose_fn'.
1125         * lib/gl_list.c (gl_list_create_empty, gl_list_create): Add dispose_fn
1126         argument.
1127         * lib/gl_array_list.c (gl_array_create_empty, gl_array_create): Add
1128         dispose_fn argument.
1129         (gl_array_remove_node, gl_array_remove_at, gl_array_list_free): Call
1130         dispose_fn on the dropped values.
1131         * lib/gl_carray_list.c (gl_carray_create_empty, gl_carray_create): Add
1132         dispose_fn argument.
1133         (gl_carray_remove_at, gl_carray_list_free): Call dispose_fn on the
1134         dropped values.
1135         * lib/gl_anyavltree_list2.h (gl_tree_create): Add dispose_fn argument.
1136         (gl_tree_remove_node): Call dispose_fn on the dropped value.
1137         * lib/gl_anyrbtree_list2.h (gl_tree_create): Add dispose_fn argument.
1138         (gl_tree_remove_node): Call dispose_fn on the dropped value.
1139         * lib/gl_anytree_list2.h (gl_tree_create_empty): Add dispose_fn
1140         argument.
1141         (gl_tree_list_free): Call dispose_fn on the dropped values.
1142         * lib/gl_anytreehash_list2.h (gl_tree_list_free): Call dispose_fn on
1143         the dropped values.
1144         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
1145         Add dispose_fn argument.
1146         (gl_linked_remove_node, gl_linked_remove_at, gl_linked_list_free):
1147         Call dispose_fn on the dropped values.
1148         * lib/gl_sublist.c (gl_sublist_create_empty, gl_sublist_create_fill):
1149         Add dispose_fn argument.
1150         (gl_sublist_create): Initialize the 'dispose_fn' field.
1151         * lib/clean-temp.c (create_temp_dir, register_fd): Update.
1152         * tests/test-array_list.c (main): Update.
1153         * tests/test-carray_list.c (main): Update.
1154         * tests/test-avltree_list.c (main): Update.
1155         * tests/test-rbtree_list.c (main): Update.
1156         * tests/test-avltreehash_list.c (main): Update.
1157         * tests/test-rbtreehash_list.c (main): Update.
1158         * tests/test-linked_list.c (main): Update.
1159         * tests/test-linkedhash_list.c (main): Update.
1160         * tests/test-array_oset.c (main): Update.
1161
1162 2007-03-15  Bruno Haible  <bruno@clisp.org>
1163
1164         * lib/gl_oset.h (gl_setelement_dispose_fn): New type.
1165         (gl_oset_create_empty): Add dispose_fn argument.
1166         (struct gl_oset_implementation): Add dispose_fn argument to
1167         'create_empty' method.
1168         (struct gl_oset_impl_base): Add dispose_fn field.
1169         * lib/gl_oset.c (gl_oset_create_empty): Add dispose_fn argument.
1170         * lib/gl_array_oset.c (gl_array_create_empty): Add dispose_fn argument.
1171         (gl_array_remove_at, gl_array_free): Call dispose_fn on the dropped
1172         values.
1173         * lib/gl_anytree_oset.h (gl_tree_create_empty): Add dispose_fn argument.
1174         (gl_tree_oset_free): Call dispose_fn on the dropped values.
1175         * lib/gl_avltree_oset.c (gl_tree_remove_node): Call dispose_fn on the
1176         dropped value.
1177         * lib/gl_rbtree_oset.c (gl_tree_remove_node): Call dispose_fn on the
1178         dropped value.
1179         * tests/test-array_oset.c (main): Update.
1180         * tests/test-avltree_oset.c (main): Update.
1181         * tests/test-rbtree_oset.c (main): Update.
1182         * lib/gl_anytreehash_list1.h (add_to_bucket): Update.
1183
1184 2007-03-13  Bruno Haible  <bruno@clisp.org>
1185
1186         * tests/test-stdbool.c (i): Update after last patch.
1187
1188 2007-03-12  Bruno Haible  <bruno@clisp.org>
1189
1190         * lib/quotearg.c: Include <wctype.h> early, before the definition of
1191         the iswprint macro. Needed on Solaris 2.5.1.
1192
1193 2007-03-12  Bruno Haible  <bruno@clisp.org>
1194
1195         * tests/test-printf-frexp.c (main): Declare x as volatile.
1196
1197 2007-03-12  Simon Josefsson  <simon@josefsson.org>
1198
1199         * doc/gnulib.texi (Build robot for gnulib): New section.
1200
1201 2007-03-12  Jim Meyering  <jim@meyering.net>
1202
1203         * build-aux/bootstrap: New file.
1204         * build-aux/bootstrap.conf: New file, from coreutils.
1205
1206 2007-03-11  Bruno Haible  <bruno@clisp.org>
1207
1208         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Require AC_C_INLINE.
1209
1210 2007-03-12  Simon Josefsson  <simon@josefsson.org>
1211
1212         * lib/des.h, lib/des.c, lib/gc-gnulib.c: Use gl_ namespace, to
1213         avoid collisions with 'des_setkey'.  Reported by Bruno Haible
1214         <bruno@clisp.org>.  Also change 'tripledes_' to '3des_'.
1215
1216 2007-03-11  Bruno Haible  <bruno@clisp.org>
1217
1218         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): If the test program fails to
1219         compile, set LOCALE_TR_UTF8 to 'none' instead of empty.
1220
1221 2007-03-11  Bruno Haible  <bruno@clisp.org>
1222
1223         * lib/stdint_.h (INT64_MIN, INTMAX_MIN): Avoid using the ~INT..._MAX
1224         formula. Needed for SunPRO C 5.0.
1225
1226 2007-03-11  Bruno Haible  <bruno@clisp.org>
1227
1228         * modules/long-options (Depends-on): Add getopt.
1229
1230 2007-03-11  Bruno Haible  <bruno@clisp.org>
1231
1232         * modules/modechange (Depends-on): Add stdbool.
1233
1234 2007-03-11  Bruno Haible  <bruno@clisp.org>
1235
1236         * modules/i-ring (Depends-on): Add stdbool.
1237
1238 2007-03-11  Bruno Haible  <bruno@clisp.org>
1239
1240         * modules/gc-des (Depends-on): Add stdbool.
1241
1242 2007-03-11  Bruno Haible  <bruno@clisp.org>
1243
1244         * m4/mktime.m4 (gl_PREREQ_MKTIME): Require AC_C_INLINE.
1245
1246 2007-03-11  Bruno Haible  <bruno@clisp.org>
1247
1248         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Require AC_C_RESTRICT.
1249
1250 2007-03-11  Bruno Haible  <bruno@clisp.org>
1251
1252         * lib/unistr/u32-mbtouc-unsafe.c (u32_mbtouc_unsafe): Fix syntax error.
1253
1254 2007-03-11  Bruno Haible  <bruno@clisp.org>
1255
1256         * lib/vasnprintf.c (sprintf): Undefine.
1257
1258 2007-03-11  Bruno Haible  <bruno@clisp.org>
1259
1260         * lib/isnan.c (rpl_isnan, rpl_isnanl): Work around bug regarding
1261         initializers in SunPRO C and Compaq C compilers.
1262
1263 2007-03-11  Bruno Haible  <bruno@clisp.org>
1264
1265         * lib/gl_array_oset.c (gl_array_iterator_next): Make pointer
1266         decrementing code ANSI C compliant.
1267
1268 2007-03-11  Bruno Haible  <bruno@clisp.org>
1269
1270         * lib/dummy.c [__sun]: Define a dummy variable, not just a typedef.
1271         Needed for Solaris 2.5.1 ranlib and SunPRO C 5.0.
1272
1273 2007-03-11  Bruno Haible  <bruno@clisp.org>
1274
1275         * tests/test-stdbool.c (s, d, e, xlcbug): Disable checks that gnulib's
1276         <stdbool.h> substitute doesn't pass.
1277
1278 2007-03-11  Bruno Haible  <bruno@clisp.org>
1279
1280         * lib/vasnprintf.c (snprintf): Undefine. Avoids an endless recursion.
1281
1282 2007-03-11  Bruno Haible  <bruno@clisp.org>
1283
1284         * gnulib-tool (func_create_megatestdir): Create also an autobuild
1285         script, for submission to autobuild.josefsson.org.
1286
1287 2007-03-10  Bruno Haible  <bruno@clisp.org>
1288
1289         * modules/canonicalize-lgpl-tests: New file.
1290         * tests/test-canonicalize-lgpl.sh: New file.
1291         * tests/test-canonicalize-lgpl.c: New file.
1292
1293         * modules/c-strcase-tests: New file.
1294         * tests/test-c-strcase.sh: New file.
1295         * tests/test-c-strcasecmp.c: New file.
1296         * tests/test-c-strncasecmp.c: New file.
1297
1298         * modules/atexit-tests: New file.
1299         * tests/test-atexit.sh: New file.
1300         * tests/test-atexit.c: New file.
1301
1302 2007-03-10  Bruno Haible  <bruno@clisp.org>
1303
1304         * tests/test-binary-io.sh: Use temporary filenames that are not so
1305         likely to clash with those of other tests (in a parallel make).
1306         * tests/test-binary-io.c: Likewise.
1307
1308 2007-03-10  Bruno Haible  <bruno@clisp.org>
1309
1310         * lib/fseterr.c (fseterr): Port to Solaris/SPARC64. Deactivate the
1311         fallback; use #error instead.
1312         Suggested by Simon Josefsson.
1313
1314 2007-03-10  Bruno Haible  <bruno@clisp.org>
1315
1316         * gnulib-tool (func_create_testdir): Treat MOSTLYCLEANFILES like
1317         CLEANFILES. Put spaces in each line of $cleaned_files, not only the
1318         first and the last.
1319
1320 2007-03-10  Bruno Haible  <bruno@clisp.org>
1321
1322         * lib/stdint_.h (uint_least64_t): Fix typo in last patch.
1323
1324 2007-03-10  Bruno Haible  <bruno@clisp.org>
1325
1326         * modules/snprintf-posix-tests (EXTRA_DIST): New variable. Needed for
1327         "make distcheck".
1328         * modules/sprintf-posix-tests (EXTRA_DIST): Likewise.
1329         * modules/vsnprintf-posix-tests (EXTRA_DIST): Likewise.
1330         * modules/vsprintf-posix-tests (EXTRA_DIST): Likewise.
1331
1332 2007-03-10  Bruno Haible  <bruno@clisp.org>
1333
1334         * modules/allocsa-tests (test_allocsa_SOURCES): Remove redundant
1335         variable.
1336         * modules/dirname-tests (test_dirname_SOURCES): Remove redundant
1337         variable.
1338
1339 2007-03-09  Eric Blake  <ebb9@byu.net>
1340         and Matthew Woehlke  <mw_triad@users.sourceforge.net>  (tiny change)
1341
1342         * lib/stdint_.h (int64_t, uint64_t): Don't undefine if 64-bit
1343         types are not being provided by gnulib.
1344         (GL_INT64_T, GL_UINT64_T): New witnesses of whether gnulib 64-bit
1345         types are supported.
1346
1347 2007-03-10  Bruno Haible  <bruno@clisp.org>
1348
1349         * lib/stdio_.h (__attribute__): New macro.
1350         (fprintf, vfprintf, printf, vprintf, snprintf, vsnprintf, sprintf,
1351         vsprintf): Specify __attribute__ __format__ for GCC.
1352         Suggested by Eric Blake.
1353
1354 2007-03-09  Bruno Haible  <bruno@clisp.org>
1355
1356         * modules/printf-posix-tests: New file.
1357         * tests/test-printf-posix.sh: New file.
1358         * tests/test-printf-posix.c: New file.
1359
1360         * modules/printf-posix: New file.
1361         * lib/printf.c: New file.
1362         * m4/printf-posix-rpl.m4: New file.
1363         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_PRINTF_POSIX,
1364         REPLACE_PRINTF.
1365         * lib/stdio_.h (printf): New declaration.
1366         (format, __format__, ____printf____, ____scanf____, ____strftime____,
1367         ____strfmon____): New macros.
1368         * modules/stdio (Makefile.am): Substitute also GNULIB_PRINTF_POSIX,
1369         REPLACE_PRINTF.
1370
1371 2007-03-09  Bruno Haible  <bruno@clisp.org>
1372
1373         * tests/test-vasnprintf-posix2.sh: New file.
1374         * tests/test-vasnprintf-posix2.c: New file.
1375         * modules/vasnprintf-posix-tests (Files): Add them and m4/locale-fr.m4.
1376         (configure.ac): Invoke gt_LOCALE_FR and gt_LOCALE_FR_UTF8.
1377         (Makefile.am): Activate test-vasnprintf-posix2.sh.
1378
1379         * lib/vasnprintf.c (VASNPRINTF): For the 'a' and 'A' directives, use
1380         a locale dependent decimal point, rather than always '.'.
1381
1382 2007-03-09  Eric Blake  <ebb9@byu.net>
1383
1384         * lib/stdlib_.h (EXIT_FAILURE): GNU code expects this to be 1, in
1385         spite of platforms like Tandem/NSK that define it to -1.
1386
1387 2007-03-08  Bruno Haible  <bruno@clisp.org>
1388
1389         * modules/vprintf-posix-tests: New file.
1390         * tests/test-vprintf-posix.sh: New file.
1391         * tests/test-vprintf-posix.c: New file.
1392         * tests/test-printf-posix.h: New file.
1393
1394         * modules/vprintf-posix: New file.
1395         * lib/vprintf.c: New file.
1396         * m4/vprintf-posix.m4: New file.
1397         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VPRINTF_POSIX,
1398         REPLACE_VPRINTF.
1399         * lib/stdio_.h (vprintf): New declaration.
1400         * modules/stdio (Makefile.am): Substitute also GNULIB_VPRINTF_POSIX,
1401         REPLACE_VPRINTF.
1402
1403 2007-03-08  Bruno Haible  <bruno@clisp.org>
1404
1405         * modules/fprintf-posix-tests: New file.
1406         * tests/test-fprintf-posix.sh: New file.
1407         * tests/test-fprintf-posix.c: New file.
1408
1409         * modules/fprintf-posix: New file.
1410         * lib/fprintf.c: New file.
1411         * m4/fprintf-posix.m4: New file.
1412         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FPRINTF_POSIX,
1413         REPLACE_FPRINTF.
1414         * lib/stdio_.h (fprintf): New declaration.
1415         * modules/stdio (Makefile.am): Substitute also GNULIB_FPRINTF_POSIX,
1416         REPLACE_FPRINTF.
1417
1418 2007-03-08  Bruno Haible  <bruno@clisp.org>
1419
1420         * modules/vfprintf-posix-tests: New file.
1421         * tests/test-vfprintf-posix.sh: New file.
1422         * tests/test-vfprintf-posix.c: New file.
1423         * tests/test-fprintf-posix.h: New file.
1424         * tests/test-fprintf-posix.out: New file.
1425
1426         * modules/vfprintf-posix: New file.
1427         * lib/vfprintf.c: New file.
1428         * m4/vfprintf-posix.m4: New file.
1429         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VFPRINTF_POSIX,
1430         REPLACE_VFPRINTF.
1431         * lib/stdio_.h (vfprintf): New declaration.
1432         * modules/stdio (Makefile.am): Substitute also GNULIB_VFPRINTF_POSIX,
1433         REPLACE_VFPRINTF.
1434
1435 2007-03-08  Bruno Haible  <bruno@clisp.org>
1436
1437         * lib/stdio_.h: Treat __need___FILE like __need_FILE.
1438
1439 2007-03-08  Bruno Haible  <bruno@clisp.org>
1440
1441         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Use 'case' statements
1442         instead of 'expr' invocations.
1443         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
1444         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
1445         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
1446         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
1447         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
1448         Suggested by Paul Eggert.
1449
1450 2007-03-08  Bruno Haible  <bruno@clisp.org>
1451
1452         * modules/fseterr-tests: New file.
1453         * tests/test-fseterr.c: New file.
1454
1455         * modules/fseterr: New file.
1456         * lib/fseterr.h: New file.
1457         * lib/fseterr.c: New file.
1458
1459 2007-03-08  Bruno Haible  <bruno@clisp.org>
1460
1461         * lib/fnmatch_.h: Convert tabs in the middle of lines to spaces.
1462         * lib/getopt_.h: Likewise.
1463         * lib/mbswidth.h: Likewise.
1464         * lib/setenv.h: Likewise.
1465         * lib/vasnprintf.h: Likewise.
1466         * lib/vasprintf.h: Likewise.
1467         * lib/verror.h: Likewise.
1468         * lib/xsetenv.h: Likewise.
1469         * lib/xvasprintf.h: Likewise.
1470
1471 2007-03-08  Jim Meyering  <jim@meyering.net>
1472
1473         * users.txt: Add parted.
1474
1475         * ChangeLog: Restore 1500 lines mistakenly removed from the end.
1476
1477 2007-03-07  Bruno Haible  <bruno@clisp.org>
1478
1479         * m4/printf.m4: Make the shell script snippets copy&pastable.
1480
1481 2007-03-02  Bruno Haible  <bruno@clisp.org>
1482
1483         * lib/netinet_in_.h: New file.
1484         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Test whether netinet/in.h
1485         is self-contained. Set ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H.
1486         * modules/netinet_in (Files): Add lib/netinet_in_.h.
1487         (Depends-on): Add absolute-header.
1488         (Makefile.am): Substitute ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H
1489         into netinet/in.h.
1490
1491 2007-03-03  Bruno Haible  <bruno@clisp.org>
1492
1493         * lib/sys_select_.h: New file.
1494         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SELECT): Test whether sys/select.h
1495         is self-contained. Set ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H.
1496         * modules/sys_select (Files): Add lib/sys_select_.h.
1497         (Depends-on): Add absolute-header.
1498         (Makefile.am): Substitute ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H
1499         into sys/select.h.
1500
1501 2007-03-02  Bruno Haible  <bruno@clisp.org>
1502
1503         * lib/socket_.h: If sys/socket.h exists, include that and <sys/types.h>
1504         before it. Turn HAVE_WINSOCK2_H and HAVE_WS2TCPIP_H into configute-time
1505         values.
1506         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Test also whether
1507         <sys/socket.h> is self-contained. Set ABSOLUTE_SYS_SOCKET_H,
1508         HAVE_SYS_SOCKET_H, HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H.
1509         * modules/sys_socket (Depends-on): Add absolute-header.
1510         (Makefile.am): Substitute ABSOLUTE_SYS_SOCKET_H, HAVE_SYS_SOCKET_H,
1511         HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H into sys/socket.h.
1512         (Include): Remove requirement of inclusion of <sys/types.h>.
1513
1514 2007-03-02  Bruno Haible  <bruno@clisp.org>
1515
1516         * lib/byteswap_.h (bswap_32): Fix formula.
1517
1518 2007-03-06  Bruno Haible  <bruno@clisp.org>
1519
1520         * modules/sprintf-posix-tests: New file.
1521         * tests/test-sprintf-posix.c: New file.
1522
1523         * modules/sprintf-posix: New file.
1524         * lib/sprintf.c: New file.
1525         * m4/sprintf-posix.m4: New file.
1526         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_SPRINTF_POSIX,
1527         REPLACE_SPRINTF.
1528         * lib/stdio_.h (sprintf): New declaration.
1529         * modules/stdio (Makefile.am): Substitute also GNULIB_SPRINTF_POSIX,
1530         REPLACE_SPRINTF.
1531
1532 2007-03-06  Bruno Haible  <bruno@clisp.org>
1533
1534         * modules/vsprintf-posix-tests: New file.
1535         * tests/test-vsprintf-posix.c: New file.
1536         * tests/test-sprintf-posix.h: New file.
1537
1538         * modules/vsprintf-posix: New file.
1539         * lib/vsprintf.c: New file.
1540         * m4/vsprintf-posix.m4: New file.
1541         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VSPRINTF_POSIX,
1542         REPLACE_VSPRINTF.
1543         * lib/stdio_.h (vsprintf): New declaration.
1544         * modules/stdio (Makefile.am): Substitute also GNULIB_VSPRINTF_POSIX,
1545         REPLACE_VSPRINTF.
1546
1547 2007-03-06  Bruno Haible  <bruno@clisp.org>
1548
1549         * modules/vsnprintf (Depend-on): Remove minmax.
1550
1551 2007-03-06  Bruno Haible  <bruno@clisp.org>
1552
1553         * modules/snprintf-posix-tests: New file.
1554         * tests/test-snprintf-posix.c: New file.
1555
1556         * modules/snprintf-posix: New file.
1557         * m4/snprintf-posix.m4: New file.
1558         * m4/snprintf.m4 (gl_REPLACE_SNPRINTF): New macro, extracted from
1559         gl_FUNC_SNPRINTF.
1560         (gl_FUNC_SNPRINTF): Invoke it.
1561         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_SNPRINTF.
1562         * lib/stdio_.h (snprintf): Define as a replacement if REPLACE_SNPRINTF
1563         is set.
1564         * modules/stdio (Makefile.am): Substitute also REPLACE_SNPRINTF.
1565
1566 2007-03-06  Bruno Haible  <bruno@clisp.org>
1567
1568         * modules/vsnprintf-posix-tests: New file.
1569         * tests/test-vsnprintf-posix.c: New file.
1570         * tests/test-snprintf-posix.h: New file.
1571
1572         * modules/vsnprintf-posix: New file.
1573         * m4/vsnprintf-posix.m4: New file.
1574         * m4/vsnprintf.m4 (gl_REPLACE_VSNPRINTF): New macro, extracted from
1575         gl_FUNC_VSNPRINTF.
1576         (gl_FUNC_VSNPRINTF): Invoke it.
1577         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_VSNPRINTF.
1578         * lib/stdio_.h (vsnprintf): Define as a replacement if
1579         REPLACE_VSNPRINTF is set.
1580         * modules/stdio (Makefile.am): Substitute also REPLACE_VSNPRINTF.
1581
1582 2007-03-06  Bruno Haible  <bruno@clisp.org>
1583
1584         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Test for vasnprintf here.
1585         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): ... not here.
1586
1587 2007-03-06  Bruno Haible  <bruno@clisp.org>
1588
1589         * lib/math_.h (acosl): Declare also if HAVE_DECL_ACOSL is set.
1590         (asinl): Declare also if HAVE_DECL_ASINL is set.
1591         (atanl): Declare also if HAVE_DECL_ATANL is set.
1592         (ceill): Declare also if HAVE_DECL_CEILL is set.
1593         (cosl): Declare also if HAVE_DECL_COSL is set.
1594         (expl): Declare also if HAVE_DECL_EXPL is set.
1595         (floorl): Declare also if HAVE_DECL_FLOORL is set.
1596         (frexpl): Declare also if HAVE_DECL_FREXPL is set.
1597         (ldexpl): Declare also if HAVE_DECL_LDEXPL is set.
1598         (logl): Declare also if HAVE_DECL_LOGL is set.
1599         (sinl): Declare also if HAVE_DECL_SINL is set.
1600         (sqrtl): Declare also if HAVE_DECL_SQRTL is set.
1601         (tanl): Declare also if HAVE_DECL_TANL is set.
1602         * modules/math (Makefile.am): Substitute the values of HAVE_DECL_*.
1603         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Set HAVE_DECL_* to 1.
1604         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Fix tests for the
1605         declaration of frexpl, ldexpl.
1606         * modules/printf-frexpl (Depends-on): Add math.
1607         * lib/printf-frexp.c (frexpl, ldexpl): Undo last change.
1608
1609 2007-03-05  Bruno Haible  <bruno@clisp.org>
1610
1611         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Also test whether
1612         frexpl and ldexpl are declared.
1613         * lib/printf-frexp.c (frexpl, ldexpl): Provide fallback declarations.
1614
1615 2007-03-05  Bruno Haible  <bruno@clisp.org>
1616
1617         * gnulib-tool (func_get_automake_snippet): Don't synthesize an
1618         EXTRA_lib_SOURCES augmentation for the relocatable-prog-wrapper module.
1619
1620 2007-03-05  Bruno Haible  <bruno@clisp.org>
1621
1622         * lib/stdio_.h: Include <stddef.h>.
1623
1624 2007-03-05  Bruno Haible  <bruno@clisp.org>
1625
1626         * m4/printf.m4 (gl_SNPRINTF_DIRECTIVE_N): New macro.
1627
1628 2007-03-05  Bruno Haible  <bruno@clisp.org>
1629
1630         * m4/printf.m4: Update with info about OpenBSD 3.9, HP-UX 10.20,
1631         NetBSD 4, from Ralf Wildenhues.
1632
1633 2007-03-04  Bruno Haible  <bruno@clisp.org>
1634
1635         * lib/vasprintf.h: Update #if logic for the case when the functions
1636         exist but are overridden.
1637
1638 2007-03-04  Bruno Haible  <bruno@clisp.org>
1639
1640         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Exclude two buggy
1641         implementations: glibc-2.4 and MacOS X 10.3.
1642         * tests/test-vasnprintf-posix.c (test_function): Test also the case
1643         that exhibits the bugs in glibc-2.4 and MacOS X 10.3.
1644         * tests/test-vasprintf-posix.c (test_function): Likewise.
1645
1646 2007-03-04  Bruno Haible  <bruno@clisp.org>
1647
1648         * modules/vasprintf-posix-tests: New file.
1649         * tests/test-vasprintf-posix.c: New file.
1650
1651         * modules/vasprintf-posix: New file.
1652         * lib/vasprintf.h (asprintf, vasprintf): Rename if REPLACE_VASPRINTF is
1653         defined.
1654         * m4/vasprintf-posix.m4: New file.
1655         * m4/vasprintf.m4 (gl_REPLACE_VASPRINTF): New macro, extracted from
1656         gl_FUNC_VASPRINTF.
1657         (gl_FUNC_VASPRINTF): Invoke it.
1658         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Define REPLACE_VASNPRINTF
1659         here.
1660         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Not here.
1661
1662 2007-03-04  Bruno Haible  <bruno@clisp.org>
1663
1664         * lib/sys_time_.h: Rename GETTIMEOFDAY_REPLACEMENT to
1665         REPLACE_GETTIMEOFDAY.
1666         * modules/sys_time (Makefile.am): Likewise.
1667         * m4/sys_time_h.m4: Likewise.
1668         * m4/gettimeofday.m4: Likewise.
1669
1670 2007-03-04  Bruno Haible  <bruno@clisp.org>
1671
1672         * modules/vasnprintf-posix-tests: New file.
1673         * tests/test-vasnprintf-posix.c: New file.
1674
1675         * modules/vasnprintf-posix: New file.
1676         * lib/vasnprintf.c: Include isnan.h, isnanl.h, printf-frexp.h,
1677         printf-frexpl.h.
1678         (VASNPRINTF): Handle the 'a' and 'A' directives here, if needed.
1679         * lib/vasnprintf.h (asnprintf, vasnprintf): Rename if
1680         REPLACE_VASNPRINTF is defined.
1681         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): New macro, extracted from
1682         gl_FUNC_VASNPRINTF.
1683         (gl_FUNC_VASNPRINTF): Invoke it.
1684         * m4/vasnprintf-posix.m4: New file.
1685         * m4/printf.m4: New file.
1686
1687 2007-03-04  Bruno Haible  <bruno@clisp.org>
1688
1689         Compile progreloc.c only if --enable-relocatable is specified.
1690         * m4/relocatable.m4 (gl_RELOCATABLE): Arrange to compile progreloc.c
1691         if --enable-relocatable was specified.
1692         * modules/relocatable-prog (Makefile.am): Remove progreloc.c from
1693         lib_SOURCES.
1694
1695 2007-03-04  Jim Meyering  <jim@meyering.net>
1696
1697         * lib/acl.c (ACL_NOT_WELL_SUPPORTED): New macro.
1698         Use it consistently, rather than enumerating errno constants.
1699
1700 2007-03-04  Bruno Haible  <bruno@clisp.org>
1701
1702         * modules/xvasprintf-tests: New file.
1703         * tests/test-xvasprintf.c: New file.
1704
1705         * modules/vasprintf-tests: New file.
1706         * tests/test-vasprintf.c: New file.
1707
1708         * modules/vasnprintf-tests: New file.
1709         * tests/test-vasnprintf.c: New file.
1710
1711         * modules/vsnprintf-tests: New file.
1712         * tests/test-vsnprintf.c: New file.
1713
1714         * modules/snprintf-tests: New file.
1715         * tests/test-snprintf.c: New file.
1716
1717 2007-03-04  Bruno Haible  <bruno@clisp.org>
1718
1719         Compile relocatable.c only if --enable-relocatable is specified.
1720         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY_BODY): Renamed from
1721         gl_RELOCATABLE_LIBRARY.
1722         (gl_RELOCATABLE_LIBRARY, gl_RELOCATABLE_LIBRARY_SEPARATE): New macros.
1723         * m4/relocatable.m4 (gl_RELOCATABLE): Invoke gl_RELOCATABLE_LIBRARY.
1724         (gl_RELOCATABLE_BODY): Require gl_RELOCATABLE_LIBRARY_BODY instead of
1725         gl_RELOCATABLE_LIBRARY.
1726         * modules/relocatable-lib (configure.ac): Invoke gl_RELOCATABLE_LIBRARY.
1727         (Makefile.am): Remove lib_SOURCES.
1728         * modules/relocatable-lib-lgpl (configure.ac): Invoke
1729         gl_RELOCATABLE_LIBRARY.
1730         (Makefile.am): Remove lib_SOURCES.
1731         * modules/relocatable-prog (Makefile.am): Don't compile relocatable.c
1732         always.
1733         * modules/relocatable-prog-wrapper (configure.ac): Invoke
1734         gl_RELOCATABLE_LIBRARY_SEPARATE instead of gl_RELOCATABLE_LIBRARY.
1735
1736 2007-03-04  Bruno Haible  <bruno@clisp.org>
1737
1738         * modules/argmatch-tests: New file.
1739         * tests/test-argmatch.c: New file.
1740
1741         * tests/test-allocsa.c (main): Halve the number of loop runs.
1742
1743         * modules/alloca-opt-tests: New file.
1744         * tests/test-alloca-opt.c: New file.
1745
1746 2007-03-04  Jim Meyering  <jim@meyering.net>
1747
1748         Work around difference between Linux ACLs and Solaris 10 ZFS.
1749         * lib/acl.c (set_acl): Revert to using chmod_or_fchmod also
1750         for EINVAL.
1751
1752 2007-03-03  Bruno Haible  <bruno@clisp.org>
1753
1754         * modules/relocatable-prog (Depends-on): Add back progreloc's
1755         dependencies: canonicalize-lgpl, xalloc, xreadlink, stdbool, unistd.
1756
1757 2007-03-03  Bruno Haible  <bruno@clisp.org>
1758
1759         * modules/relocatable-lib-lgpl: Renamed from modules/relocatable-lib.
1760         * modules/relocatable-lib: New file.
1761
1762 2007-03-03  Bruno Haible  <bruno@clisp.org>
1763
1764         * modules/relocatable-prog: Renamed from modules/relocatable.
1765         * doc/relocatable-maint.texi: Talk about module 'relocatable-prog'.
1766
1767 2007-03-03  Bruno Haible  <bruno@clisp.org>
1768
1769         * modules/relocatable-script (Files): Add doc/relocatable.texi,
1770         m4/relocatable-lib.m4.
1771         (Depends-on): Remove 'relocatable'.
1772         (configure.ac): Add gl_RELOCATABLE_NOP.
1773
1774 2007-03-03  Bruno Haible  <bruno@clisp.org>
1775
1776         * modules/relocatable-prog-wrapper: New file.
1777         * modules/relocatable (Depends-on): Add it. Remove all other
1778         dependencies except progname.
1779         (Files): Remove build-aux/install-reloc, lib/relocwrapper.c.
1780
1781         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): New macro.
1782         (gl_FUNC_STRERROR): Nop.
1783         * lib/strerror.c: Compile the file only if !HAVE_STRERROR.
1784
1785         * m4/setenv.m4 (gl_FUNC_SETENV_SEPARATE): New macro.
1786         * lib/setenv.c: Compile the file only if _LIBC || !HAVE_SETENV.
1787
1788         * m4/readlink.m4 (gl_FUNC_READLINK_SEPARATE): New macro.
1789         (gl_FUNC_READLINK): Update.
1790
1791         * m4/canonicalize-lgpl.m4 (gl_CANONICALIZE_LGPL_SEPARATE): New macro.
1792
1793 2007-03-03  Bruno Haible  <bruno@clisp.org>
1794
1795         * lib/xreadlink.c: Include <unistd.h> unconditionally.
1796         * modules/xreadlink (Depends-on): Add unistd.
1797         * modules/xreadlink-with-size (Depends-on): Likewise.
1798
1799 2007-03-03  Bruno Haible  <bruno@clisp.org>
1800
1801         * m4/setenv.m4 (gl_FUNC_SETENV, gl_FUNC_UNSETENV): New macros,
1802         extracted from gt_FUNC_SETENV.
1803         (gt_FUNC_SETENV): Remove macro.
1804         * modules/setenv (configure.ac): Add gl_FUNC_SETENV, gl_FUNC_UNSETENV,
1805         remove gt_FUNC_SETENV.
1806
1807 2007-03-03  Bruno Haible  <bruno@clisp.org>
1808
1809         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY): Define
1810         ENABLE_RELOCATABLE here.
1811         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): Don't define it here.
1812
1813 2007-03-03  Bruno Haible  <bruno@clisp.org>
1814
1815         * modules/rbtreehash-list-tests (Depends-on): Add progname.
1816         * tests/test-rbtreehash_list.c: Include progname.h.
1817         (main): Call set_program_name.
1818
1819         * modules/rbtree-oset-tests (Depends-on): Add progname.
1820         * tests/test-rbtree_oset.c: Include progname.h.
1821         (main): Call set_program_name.
1822
1823         * modules/rbtree-list-tests (Depends-on): Add progname.
1824         * tests/test-rbtree_list.c: Include progname.h.
1825         (main): Call set_program_name.
1826
1827         * modules/linked-list-tests (Depends-on): Add progname.
1828         * tests/test-linked_list.c: Include progname.h.
1829         (main): Call set_program_name.
1830
1831 2007-03-03  Bruno Haible  <bruno@clisp.org>
1832
1833         * lib/glob-libc.h (_Restrict_): New macro, copied from lib/regex.h.
1834         All uses of __restrict changed to _Restrict_.
1835         * lib/glob_.h (__restrict): Remove macro.
1836
1837 2007-03-02  Bruno Haible  <bruno@clisp.org>
1838
1839         * modules/gettext (configure.ac): Require gettext infrastructure
1840         from version 0.16.1.
1841
1842 2007-03-02  Bruno Haible  <bruno@clisp.org>
1843
1844         * modules/linkedhash-list-tests (Depends-on): Add progname.
1845         * tests/test-linkedhash_list.c: Include progname.h.
1846         (main): Call set_program_name.
1847
1848         * modules/carray-list-tests (Depends-on): Add progname.
1849         * tests/test-carray_list.c: Include progname.h.
1850         (main): Call set_program_name.
1851
1852         * modules/avltreehash-list-tests (Depends-on): Add progname.
1853         * tests/test-avltreehash_list.c: Include progname.h.
1854         (main): Call set_program_name.
1855
1856         * modules/avltree-oset-tests (Depends-on): Add progname.
1857         * tests/test-avltree_oset.c: Include progname.h.
1858         (main): Call set_program_name.
1859
1860         * modules/avltree-list-tests (Depends-on): Add progname.
1861         * tests/test-avltree_list.c: Include progname.h.
1862         (main): Call set_program_name.
1863
1864         * modules/array-oset-tests (Depends-on): Add progname.
1865         * tests/test-array_oset.c: Include progname.h.
1866         (main): Call set_program_name.
1867
1868         * modules/array-list-tests (Depends-on): Add progname.
1869         * tests/test-array_list.c: Include progname.h.
1870         (main): Call set_program_name.
1871
1872         * modules/argp-tests (Depends-on): Add progname.
1873         * tests/test-argp.c: Include argp.h first. Include progname.h.
1874         (main): Call set_program_name.
1875
1876 2007-03-02  Paul Eggert  <eggert@cs.ucla.edu>
1877
1878         * doc/gnulib-tool.texi (Initial import): Reword description of
1879         _FILE_OFFSET_BITS and _GNU_SOURCE, since they sometimes have a
1880         limited effect even if defined after the first system include.
1881
1882 2007-03-01  Bruno Haible  <bruno@clisp.org>
1883
1884         * build-aux/config.libpath: Update to libtool-1.5.22.
1885         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
1886
1887 2007-03-01  Bruno Haible  <bruno@clisp.org>
1888
1889         * doc/relocatable-maint.texi: Recommend to set foo_CPPFLAGS, not
1890         foo_CFLAGS.
1891         Reported by Ralf Wildenhues.
1892
1893 2007-03-01  Bruno Haible  <bruno@clisp.org>
1894
1895         * build-aux/install-reloc: Remove object files left over by some
1896         compilers.
1897         Reported by Ralf Wildenhues.
1898
1899 2007-03-01  Bruno Haible  <bruno@clisp.org>
1900
1901         * build-aux/install-reloc: Break long lines.
1902
1903 2007-03-01  Bruno Haible  <bruno@clisp.org>
1904
1905         * doc/relocatable.texi: Document that it may not work on OpenBSD.
1906         Reported by Ralf Wildenhues.
1907
1908 2007-03-01  Bruno Haible  <bruno@clisp.org>
1909
1910         * doc/gnulib-tool.texi (Initial import): Remove paragraph about
1911         include ordering constraints.
1912
1913 2007-03-01  Paul Eggert  <eggert@cs.ucla.edu>
1914
1915         Followup to the 2007-02-12 patch, using suggestions from Bruno Haible in
1916         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00136.html>.
1917         * doc/gnulib-tool.texi (Initial import): Mention _FILE_OFFSET_BITS
1918         as another example.
1919         * lib/time_.h: Fix misspelling.
1920         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
1921         Require gl_HEADER_TIME_H_DEFAULTS.
1922         * m4/strptime.m4 (gl_FUNC_STRPTIME): Likewise.
1923         * m4/time_r.m4 (gl_TIME_R): Likewise.
1924         * m4/timegm.m4 (gl_FUNC_TIMEGM): Likewise.
1925
1926 2007-03-01  Bruno Haible  <bruno@clisp.org>
1927
1928         * m4/utimecmp.m4 (gl_UTIMECMP): Don't require gl_TIMESPEC.
1929         * m4/utimens.m4 (gl_UTIMENS): Likewise.
1930
1931 2007-03-01  Jim Meyering  <jim@meyering.net>
1932
1933         * modules/xreadlink (Maintainer): Add my name.
1934         * modules/xreadlink-with-size (Depends-on): Alphabetize.
1935
1936 2007-02-26  Ben Pfaff  <blp@cs.stanford.edu>
1937             Bruno Haible  <bruno@clisp.org>
1938
1939         * build-aux/install-reloc: Compile also c-ctype.c.
1940         * build-aux/relocatable.sh.in: New file.
1941         * doc/relocatable.texi: New file.
1942         * doc/relocatable-maint.texi: New file.
1943         * doc/gnulib.texi: Include relocatable-maint.texi.
1944         * lib/progreloc.c: Include unistd.h unconditionally.
1945         * lib/relocwrapper.c: Include unistd.h unconditionally.
1946         Include c-ctype.h.
1947         (add_dotbin): Use c_tolower.
1948         * m4/relocatable-lib.m4: New file, extracted from m4/relocatable.m4.
1949         (gl_RELOCATABLE_LIBRARY): Renamed from AC_RELOCATABLE_LIBRARY.
1950         (gl_RELOCATABLE_NOP): Renamed from AC_RELOCATABLE_NOP.
1951         * m4/relocatable.m4 (AC_RELOCATABLE_LIBRARY, AC_RELOCATABLE_NOP): Move
1952         to m4/relocatable-lib.m4.
1953         (gl_RELOCATABLE): Renamed from AC_RELOCATABLE. Set also
1954         RELOCATABLE_CONFIG_H_DIR, RELOCATABLE_SRC_DIR, RELOCATABLE_BUILD_DIR.
1955         (gl_RELOCATABLE_BODY): Renamed from AC_RELOCATABLE_BODY. Don't
1956         require obsolete macro AC_EXEEXT. Don't check for unistd.h. Don't set
1957         SET_RELOCATABLE. Instead set RELOCATABLE_LDFLAGS, INSTALL_PROGRAM_ENV.
1958         * modules/relocatable: New file.
1959         * modules/relocatable-lib: New file.
1960         * modules/relocatable-script: New file.
1961
1962 2007-02-28  Bruno Haible  <bruno@clisp.org>
1963
1964         Import --enable-relocatable infrastructure.
1965         * build-aux/config.libpath: New file, from GNU gettext.
1966         * build-aux/install-reloc: New file, from GNU gettext.
1967         * build-aux/reloc-ldflags: New file, from GNU gettext.
1968         * lib/relocatable.h: New file, from GNU gettext.
1969         * lib/relocatable.c: New file, from GNU gettext.
1970         * lib/relocwrapper.c: New file, from GNU gettext.
1971         * m4/relocatable.m4: New file, from GNU gettext.
1972
1973 2007-02-28  Bruno Haible  <bruno@clisp.org>
1974
1975         * MODULES.html.sh (File system functions): Add xreadlink-with-size.
1976
1977         * modules/xreadlink: New file, from GNU gettext with modifications.
1978         * lib/xreadlink.c: New file, from GNU gettext.
1979         * lib/xreadlink.h: Add comments.
1980         (xreadlink): New declaration.
1981
1982         * modules/xreadlink-with-size: Renamed from modules/xreadlink.
1983         (Files): Remove m4/xreadlink.m4. Replace lib/xreadlink.c with
1984         lib/xreadlink-with-size.c.
1985         (configure.ac): Remove gl_XREADLINK invocation.
1986         (Makefile.am): Augment lib_SOURCES.
1987         * m4/xreadlink.m4: Remove file.
1988         * lib/xreadlink-with-size.c: Renamed from lib/xreadlink.c.
1989         (xreadlink_with_size): Renamed from xreadink.
1990         * lib/xreadlink.h (xreadlink_with_size): Renamed from xreadink.
1991         * modules/canonicalize (Depends-on): Replace xreadlink with
1992         xreadlink-with-size.
1993         * lib/canonicalize.c (canonicalize_filename_mode): Update.
1994
1995 2007-02-25  Jim Meyering  <jim@meyering.net>
1996
1997         * build-aux/announce-gen: When complaining about excess arguments,
1998         list them.
1999
2000 2007-02-25  Paul Eggert  <eggert@cs.ucla.edu>
2001
2002         * README: Document signed integer overflow situation more
2003         accurately.
2004
2005 2007-02-25  Bruno Haible  <bruno@clisp.org>
2006
2007         * lib/vasnprintf.c (VASNPRINTF): Fix estimate of size needed for a
2008         'a' or 'A' conversion.
2009
2010 2007-02-25  Bruno Haible  <bruno@clisp.org>
2011
2012         * modules/filename: Renamed from modules/pathname.
2013         (Files): Replace lib/pathname.h with lib/filename.h. Replace
2014         lib/concatpath.c with lib/concat-filename.c.
2015         (Makefile.am): Update.
2016         (Include): Replace pathname.h with filename.h.
2017         * lib/filename.h: Renamed from lib/pathname.h.
2018         (concatenated_filename): Renamed from concatenated_pathname.
2019         * lib/concat-filename.c: Renamed from lib/concatpath.c.
2020         (concatenated_filename): Renamed from concatenated_pathname.
2021         * lib/findprog.c: Include filename.h instead of pathname.h.
2022         (find_in_path): Update.
2023         * lib/javacomp.c: Include filename.h instead of pathname.h.
2024         (is_envjavac_gcj43_usable, is_envjavac_oldgcj_14_14_usable,
2025         is_envjavac_oldgcj_14_13_usable, is_envjavac_nongcj_usable,
2026         is_gcj_present, is_gcj43_usable, is_oldgcj_14_14_usable,
2027         is_oldgcj_14_13_usable, is_javac_usable): Update.
2028         * lib/javaexec.c: Include filename.h instead of pathname.h.
2029         (execute_java_class): Update.
2030         * modules/findprog: Update.
2031         * modules/javacomp: Update.
2032         * modules/javaexec: Update.
2033         * MODULES.html.sh (File system functions): Add 'filename', remove
2034         'pathname'.
2035
2036 2007-02-25  Bruno Haible  <bruno@clisp.org>
2037
2038         * modules/printf-frexpl-tests: New file.
2039         * tests/test-printf-frexpl.c: New file.
2040
2041         * modules/printf-frexpl: New file.
2042         * lib/printf-frexpl.h: New file.
2043         * lib/printf-frexpl.c: New file.
2044         * m4/printf-frexpl.m4: New file.
2045
2046 2007-02-25  Bruno Haible  <bruno@clisp.org>
2047
2048         * modules/printf-frexp-tests: New file.
2049         * tests/test-printf-frexp.c: New file.
2050
2051         * modules/printf-frexp: New file.
2052         * lib/printf-frexp.h: New file.
2053         * lib/printf-frexp.c: New file.
2054         * m4/printf-frexp.m4: New file.
2055
2056 2007-02-25  Bruno Haible  <bruno@clisp.org>
2057
2058         Assume automake >= 1.10 for the tests.
2059         * modules/arcfour-tests (TESTS): Remove $(EXEEXT) suffix.
2060         * modules/arctwo-tests: Likewise.
2061         * modules/argp-tests: Likewise.
2062         * modules/avltree-list-tests: Likewise.
2063         * modules/avltree-oset-tests: Likewise.
2064         * modules/avltreehash-list-tests: Likewise.
2065         * modules/carray-list-tests: Likewise.
2066         * modules/crc-tests: Likewise.
2067         * modules/des-tests: Likewise.
2068         * modules/gc-arcfour-tests: Likewise.
2069         * modules/gc-arctwo-tests: Likewise.
2070         * modules/gc-des-tests: Likewise.
2071         * modules/gc-hmac-md5-tests: Likewise.
2072         * modules/gc-hmac-sha1-tests: Likewise.
2073         * modules/gc-md2-tests: Likewise.
2074         * modules/gc-md4-tests: Likewise.
2075         * modules/gc-md5-tests: Likewise.
2076         * modules/gc-pbkdf2-sha1-tests: Likewise.
2077         * modules/gc-rijndael-tests: Likewise.
2078         * modules/gc-sha1-tests: Likewise.
2079         * modules/gc-tests: Likewise.
2080         * modules/getaddrinfo-tests: Likewise.
2081         * modules/hmac-md5-tests: Likewise.
2082         * modules/hmac-sha1-tests: Likewise.
2083         * modules/linked-list-tests: Likewise.
2084         * modules/linkedhash-list-tests: Likewise.
2085         * modules/lock-tests: Likewise.
2086         * modules/md2-tests: Likewise.
2087         * modules/md4-tests: Likewise.
2088         * modules/md5-tests: Likewise.
2089         * modules/rbtree-list-tests: Likewise.
2090         * modules/rbtree-oset-tests: Likewise.
2091         * modules/rbtreehash-list-tests: Likewise.
2092         * modules/read-file-tests: Likewise.
2093         * modules/rijndael-tests: Likewise.
2094         * modules/stdint-tests: Likewise.
2095         * modules/tls-tests: Likewise.
2096
2097 2007-02-24  Bruno Haible  <bruno@clisp.org>
2098
2099         * lib/isnanl.h (isnanl): Define through isnan if isnan is a macro.
2100         * m4/isnan.m4 (gl_FUNC_ISNAN_NO_LIBM): Don't check for isnan as a
2101         function; instead check whether isnan with a double argument links.
2102         * m4/isnanl.m4 (gl_FUNC_ISNANL_NO_LIBM): Don't check for isnanl as a
2103         function; instead check whether isnan with a 'long double' argument
2104         links.
2105         Reported by Eric Blake <ebb9@byu.net>.
2106
2107 2007-02-24  Bruno Haible  <bruno@clisp.org>
2108
2109         * lib/isnan.c: Support the 'long double' case if USE_LONG_DOUBLE is
2110         defined.
2111         * lib/isnanl.c: Remove all code. Just include isnan.c.
2112         * modules/isnanl-nolibm (Files): Add lib/isnan.c.
2113
2114 2007-02-25  Jim Meyering  <jim@meyering.net>
2115
2116         Avoid conflicting types for 'unsetenv' on FreeBSD.
2117         * lib/putenv.c (_unsetenv): Rename from "unsetenv", to avoid
2118         conflicting with FreeBSD's (5.0 and 6.1) function declaration
2119         in stdlib.h.
2120
2121 2007-02-24  Bruno Haible  <bruno@clisp.org>
2122
2123         * modules/isnanl-nolibm-tests: New file.
2124         * tests/test-isnanl.c: New file.
2125
2126         * modules/isnanl-nolibm: New file.
2127         * lib/isnanl.h: New file.
2128         * lib/isnanl.c: New file.
2129         * m4/isnanl.m4: New file.
2130
2131 2007-02-24  Bruno Haible  <bruno@clisp.org>
2132
2133         * modules/isnan-nolibm-tests: New file.
2134         * tests/test-isnan.c: New file.
2135
2136         * modules/isnan-nolibm: New file.
2137         * lib/isnan.h: New file.
2138         * lib/isnan.c: New file.
2139         * m4/isnan.m4: New file.
2140
2141 2007-02-24  Bruno Haible  <bruno@clisp.org>
2142
2143         * lib/frexpl.c (frexpl): Correct return values for x = 1.0L. Don't
2144         assume that an exponent fits in 20 bits.
2145
2146 2007-02-24  Jim Meyering  <jim@meyering.net>
2147
2148         * m4/regex.m4: Update the description of the configure-time option,
2149         --without-included-regex, to state accurately what the defaults are,
2150         and perhaps to give people an idea why using this option is risky.
2151
2152 2007-02-24  Paul Eggert  <eggert@cs.ucla.edu>
2153
2154         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check for a nanosleep that
2155         loops on small arguments.  This attempts to avoid the problem
2156         Bruno Haible reported for AIX 4.3.2 in
2157         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00309.html>.
2158
2159 2007-02-23  Bruno Haible  <bruno@clisp.org>
2160
2161         * m4/perl.m4 (gl_PERL): Require version 5.005, not 5.003.
2162         Needed for help2man.
2163
2164 2007-02-23  Karl Berry  <karl@gnu.org>
2165
2166         * doc/gnulib-tool.texi (CVS Issues): mention that when foo_.h
2167         exists, foo.h should be cvs-ignored, not committed.
2168
2169 2007-02-23  Eric Blake  <ebb9@byu.net>
2170
2171         * lib/getdate.h (includes):  Include <time.h>, not "timespec.h".
2172         * lib/stat-time.h (includes): Likewise.
2173         * lib/utimecmp.c (includes): Likewise.
2174         * lib/utimens.h (includes): Likewise.
2175         * lib/getdate.y (includes): Also include "timespec.h" for use
2176         internal to the module.
2177         * modules/utimens (Depends-on): Revert yesterday's patch.
2178         * modules/nanosleep (Depends-on): Add missing dependency.
2179
2180 2007-02-22  Bruno Haible  <bruno@clisp.org>
2181
2182         * lib/glob.c: Don't include getlogin_r.h.
2183
2184 2007-02-22  Jim Meyering  <jim@meyering.net>
2185
2186         * modules/utimens (Depends-on): Add timespec, required for
2187         utimens.h's inclusion of timespec.h.
2188
2189 2007-02-21  Paul Eggert  <eggert@cs.ucla.edu>
2190
2191         * lib/getcwd.c (__getcwd): Undo previous change; it mishandled
2192         long unreadable paths in GNU/Linux.  Problem reported by Andreas
2193         Schwab in
2194         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00261.html>.
2195         I'll try to think of a better way to fix the Solaris problem.
2196
2197         * lib/getcwd.c (__getcwd): Don't assume getcwd (NULL, 0) works
2198         like glibc; on Solaris 10, it fails with errno == EINVAL.
2199         POSIX says the behavior is unspecified if the first argument is NULL,
2200         so play it safe and never pass NULL to the system getcwd.
2201
2202 2007-02-21  Jim Meyering  <jim@meyering.net>
2203
2204         * lib/gettimeofday.c (rpl_gettimeofday): Remove declaration
2205         of gettimeofday.  It would conflict with the one now always
2206         provided via sys_time_.h.  Reported by Matthew Woehlke, as
2207         an IRIX 6.5 build failure.
2208
2209 2007-02-20  Paul Eggert  <eggert@cs.ucla.edu>
2210
2211         Minor fixups to port to Solaris 10 with Sun C 5.8.
2212         * lib/getcwd.c [!_LIBC]: Include dirfd.h, since we use dirfd.
2213         * modules/getcwd (Depends-on): Add dirfd.
2214         * lib/putenv.c (putenv): #undef it.
2215         (rpl_putenv): New decl.
2216         (malloc, free): Include <stdlib.h> rather than prototyping separately.
2217
2218 2007-02-20  Bruno Haible  <bruno@clisp.org>
2219
2220         * modules/stdio-tests: New file.
2221         * tests/test-stdio.c: New file.
2222
2223         * modules/vsnprintf (Files): Remove lib/vsnprintf.h.
2224         (Depends-on): Add stdio.
2225         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
2226         (Include): Use <stdio.h> instead of vsnprintf.h.
2227         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
2228         HAVE_DECL_VSNPRINTF.
2229         * lib/vsnprintf.c: Include <stdio.h> instead of vsnprintf.h.
2230
2231         * modules/snprintf (Files): Remove lib/snprintf.h.
2232         (Depends-on): Add stdio.
2233         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
2234         (Include): Use <stdio.h> instead of snprintf.h.
2235         * m4/snprintf.m4 (gl_FUNC_SNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
2236         HAVE_DECL_SNPRINTF.
2237         * lib/snprintf.c: Include <stdio.h> instead of snprintf.h.
2238         * lib/getaddrinfo.c: Likewise.
2239
2240         * modules/stdio: New file.
2241         * lib/stdio_.h: New file, incorporating snprintf.h and vsnprintf.h.
2242         * lib/snprintf.h: Remove file.
2243         * lib/vsnprintf.h: Remove file.
2244         * lib/.cppi-disable: Remove snprintf.h.
2245         * m4/stdio_h.m4: New file.
2246         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdio.
2247
2248 2007-02-20  Jim Meyering  <jim@meyering.net>
2249
2250         * lib/ftruncate.c [HAVE_CHSIZE]: Document that this code is
2251         used by e.g., mingw.  From Bruno Haible.
2252
2253 2007-02-19  Bruno Haible  <bruno@clisp.org>
2254
2255         * lib/string_.h: Use "#pragma GCC system_header" to suppress some gcc
2256         warnings.
2257         Reported by Ben Pfaff <blp@cs.stanford.edu>.
2258
2259 2007-02-19  Bruno Haible  <bruno@clisp.org>
2260
2261         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Don't request a complaint mail
2262         from mingw users.
2263
2264 2007-02-19  Bruno Haible  <bruno@clisp.org>
2265
2266         * lib/stdlib_.h: Use "#pragma GCC system_header" to suppress some gcc
2267         warnings.
2268         Reported by Joel E. Denny <jdenny@ces.clemson.edu> via Paul Eggert.
2269
2270 2007-02-19  Jim Meyering  <jim@meyering.net>
2271
2272         Don't use FD after a successful "fdopendir (fd)".
2273         * lib/getcwd.c (__getcwd) [AT_FDCWD]: fdopendir (fd) usually closes fd.
2274         Reset it by calling dirfd on the just-obtained DIR*.
2275
2276         * m4/ftruncate.m4: Adjust comment to give this module a 3-year reprieve.
2277         Prompted by a report from Bruno Haible that mingw lacks ftruncate.
2278
2279 2007-02-18  Bruno Haible  <bruno@clisp.org>
2280
2281         * lib/readlink.c: Include <unistd.h>.
2282         * m4/readlink.m4 (gl_FUNC_READLINK): Require gl_UNISTD_H_DEFAULTS. Set
2283         HAVE_READLINK.
2284         * modules/readlink (Depends-on): Add unistd.
2285         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
2286         (Include): Add <unistd.h>.
2287
2288         * lib/getlogin_r.h: Remove file.
2289         * lib/getlogin_r.c: Include <unistd.h> instead of getlogin_r.h.
2290         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE): Remove macro.
2291         (gl_GETLOGIN_R): Inline it here. Require gl_UNISTD_H_DEFAULTS. Set
2292         HAVE_DECL_GETLOGIN_R.
2293         * modules/getlogin_r (Files): Remove lib/getlogin_r.h.
2294         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
2295         (Include): Use <unistd.h> instead of getlogin_r.h.
2296
2297         * lib/getcwd.h: Remove file.
2298         * lib/getcwd.c: Include <unistd.h> instead of getcwd.h.
2299         * lib/xgetcwd.c: Likewise.
2300         * m4/getcwd.m4 (gl_FUNC_GETCWD): Require gl_UNISTD_H_DEFAULTS. Set
2301         REPLACE_GETCWD. Don't define __GETCWD_PREFIX.
2302         * modules/getcwd (Files): Remove lib/getcwd.h.
2303         (Depends-on): Add unistd.
2304         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
2305         (Include): Use <unistd.h> instad of getcwd.h.
2306
2307         * lib/ftruncate.c: Include <unistd.h> first.
2308         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Require gl_UNISTD_H_DEFAULTS.
2309         Set HAVE_FTRUNCATE.
2310         * modules/ftruncate (Depends-on): Add unistd.
2311         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
2312
2313         * lib/fchdir.c: Include <unistd.h> first.
2314         * lib/dirent_.h: Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT.
2315         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_UNISTD_H_DEFAULTS instead
2316         of gl_HEADER_UNISTD_DEFAULTS. Set REPLACE_FCHDIR. Don't set UNISTD_H.
2317         * modules/fchdir (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
2318         (Makefile.am): Substitute also REPLACE_FCHDIR into dirent.h.
2319
2320         * lib/dup2.c: Include <unistd.h> first.
2321         * m4/dup2.m4 (gl_FUNC_DUP2): Require gl_UNISTD_H_DEFAULTS. Set
2322         HAVE_DUP2.
2323         * modules/dup2 (Depends-on): Add unistd.
2324         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
2325
2326         * lib/chown.c: Include <unistd.h> first. Undefine chown later.
2327         * m4/chown.m4 (gl_FUNC_CHOWN): Require gl_UNISTD_H_DEFAULTS. Set
2328         REPLACE_CHOWN. Don't define chown as a macro here.
2329         * modules/chown (Depends-on): Add unistd.
2330         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
2331
2332         * lib/unistd_.h: Test HAVE_UNISTD_H determined at configure time.
2333         Add definition for GL_LINK_WARNING.
2334         (chown, dup2): New declarations.
2335         (fchdir): Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT. Provide optional
2336         link warning.
2337         (ftruncate): New declaration.
2338         (getcwd): New declaration, taken from old getcwd.h.
2339         (getlogin_r): New declaration, taken from old getlogin_r.h.
2340         (readlink): New declaration.
2341         * m4/unistd_h.m4 (gl_UNISTD_H): Renamed from gl_HEADER_UNISTD. Don't
2342         set UNISTD_H. Inline gl_PREREQ_UNISTD. Set HAVE_UNISTD_H.
2343         (gl_PREREQ_UNISTD): Remove macro.
2344         (gl_UNISTD_MODULE_INDICATOR): New macro.
2345         (gl_UNISTD_H_DEFAULTS): Renamed from gl_HEADER_UNISTD_DEFAULTS. Set
2346         many new variables. Don't set UNISTD_H.
2347         * modules/unistd (Description): Change.
2348         (Depends-on): Add link-warning.
2349         (configure.ac): Update.
2350         (Makefile.am): Create unistd.h always. Substitute many new variables
2351         into it.
2352
2353 2007-02-18  Bruno Haible  <bruno@clisp.org>
2354
2355         * lib/stdlib_.h (getsubopt): New declaration, copied from getsubopt.h.
2356         * modules/stdlib (stdlib.h): Also substitute GNULIB_GETSUBOPT and
2357         HAVE_GETSUBOPT.
2358         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Also initialize
2359         GNULIB_GETSUBOPT and HAVE_GETSUBOPT.
2360         * lib/getsubopt.h: Remove file.
2361         * modules/getsubopt (Files): Remove lib/getsubopt.h.
2362         (Depends-on): Add stdlib.
2363         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
2364         (Includes): Use <stdlib.h> instead of getsubopt.h.
2365         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Require gl_STDLIB_H_DEFAULTS.
2366         Set HAVE_GETSUBOPT.
2367         * lib/getsubopt.c: Don't include getsubopt.h.
2368
2369 2007-02-18  Bruno Haible  <bruno@clisp.org>
2370
2371         * modules/fchdir (Depends-on): Add dup2.
2372
2373 2007-02-18  Bruno Haible  <bruno@clisp.org>
2374
2375         * lib/stdlib_.h: Handle glibc's special invocation convention
2376         specially.
2377
2378 2007-02-18  Bruno Haible  <bruno@clisp.org>
2379
2380         * modules/stdlib-tests: New file.
2381         * tests/test-stdlib.c: New file.
2382
2383         * modules/mkstemp (Files): Remove lib/mkstemp.h.
2384         (Depends-on): Add stdlib.
2385         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
2386         (Includes): Use <stdlib.h> instead of mkstemp.h.
2387         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require gl_STDLIB_H_DEFAULTS. Set
2388         REPLACE_MKSTEMP. Remove definition of __MKSTEMP_PREFIX.
2389         * lib/mkstemp.c: Don't include mkstemp.h.
2390         * lib/mkstemp-safer.c: Include <stdlib.h> instead of mkstemp.h.
2391         * lib/stdlib--.h: Don't include mkstemp.h.
2392
2393         * modules/mkdtemp (Files): Remove lib/mkdtemp.h.
2394         (Depends-on): Add stdlib.
2395         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
2396         (Includes): Use <stdlib.h> instead of mkdtemp.h.
2397         * m4/mkdtemp.m4 (gt_FUNC_MKDTEMP): Require gl_STDLIB_H_DEFAULTS. Set
2398         HAVE_MKDTEMP.
2399         * lib/mkdtemp.c: Don't include mkdtemp.h.
2400         * lib/clean-temp.c: Don't include mkdtemp.h.
2401
2402         * modules/exit (Files): Remove lib/exit.h.
2403         (Depends-on): Add stdlib.
2404         (Makefile.am): Remove lib_SOURCES.
2405         (Include): Use <stdlib.h> instead of exit.h.
2406         * lib/argmatch.c: Don't include exit.h.
2407         * lib/execute.c: Likewise.
2408         * lib/pagealign_alloc.c: Likewise.
2409         * lib/pipe.c: Likewise.
2410         * lib/wait-process.c: Likewise.
2411         * lib/copy-file.c: Include <stdlib.h> instead of exit.h.
2412         * lib/exitfail.c: Likewise.
2413         * lib/savewd.c: Likewise.
2414         * lib/xsetenv.c: Likewise.
2415
2416         * modules/stdlib: New file.
2417         * lib/stdlib_.h: New file, incorporating exit.h, mkdtemp.h, mkstemp.h
2418         and extra comments about mkstemp().
2419         * lib/exit.h: Remove file.
2420         * lib/mkdtemp.h: Remove file.
2421         * lib/mkstemp.h: Remove file.
2422         * m4/stdlib_h.m4: New file.
2423         * MODULES.html.sh (Support for systems lacking ANSI C 89): Add stdlib.
2424
2425 2007-02-18  Bruno Haible  <bruno@clisp.org>
2426
2427         * modules/math-tests: New file.
2428         * tests/test-math.c: New file.
2429
2430         * modules/math: New file.
2431         * modules/mathl (Files): Remove lib/mathl.h.
2432         (Depends-on): Add math.
2433         (Makefile.am): Don't mention mathl.h.
2434         (Include): Use <math.h> instead of mathl.h.
2435         * lib/math_.h: New file.
2436         * lib/mathl.h: Remove file.
2437         * lib/acosl.c: Include <config.h> and <math.h> first. Don't include
2438         mathl.h.
2439         * lib/asinl.c: Likewise.
2440         * lib/atanl.c: Likewise.
2441         * lib/ceill.c: Likewise.
2442         * lib/cosl.c: Likewise.
2443         * lib/expl.c: Likewise.
2444         * lib/floorl.c: Likewise.
2445         * lib/frexpl.c: Likewise.
2446         * lib/ldexpl.c: Likewise.
2447         * lib/logl.c: Likewise.
2448         * lib/sincosl.c: Likewise.
2449         * lib/sinl.c: Likewise.
2450         * lib/sqrtl.c: Likewise.
2451         * lib/tanl.c: Likewise.
2452         * lib/trigl.c: Likewise.
2453         * m4/math_h.m4: New file.
2454         * MODULES.html.sh (Mathematics): Add math.
2455
2456 2007-02-17  Bruno Haible  <bruno@clisp.org>
2457
2458         * modules/wctype-tests: New file.
2459         * tests/test-wctype.c: New file.
2460
2461         * modules/wchar-tests: New file.
2462         * tests/test-wchar.c: New file.
2463
2464         * modules/unistd-tests: New file.
2465         * tests/test-unistd.c: New file.
2466
2467         * modules/time-tests: New file.
2468         * tests/test-time.c: New file.
2469
2470         * modules/sysexits-tests: New file.
2471         * tests/test-sysexits.c: New file.
2472
2473         * modules/sys_time-tests: New file.
2474         * tests/test-sys_time.c: New file.
2475
2476         * modules/sys_stat-tests: New file.
2477         * tests/test-sys_stat.c: New file.
2478
2479         * modules/sys_socket-tests: New file.
2480         * tests/test-sys_socket.c: New file.
2481
2482         * modules/sys_select-tests: New file.
2483         * tests/test-sys_select.c: New file.
2484
2485         * modules/string-tests: New file.
2486         * tests/test-string.c: New file.
2487
2488         * modules/stdbool-tests: New file.
2489         * tests/test-stdbool.c: New file.
2490
2491         * modules/netinet_in-tests: New file.
2492         * tests/test-netinet_in.c: New file.
2493
2494         * modules/inttypes-tests: New file.
2495         * tests/test-inttypes.c: New file.
2496
2497         * modules/fcntl-tests: New file.
2498         * tests/test-fcntl.c: New file.
2499
2500         * modules/byteswap-tests: New file.
2501         * tests/test-byteswap.c: New file.
2502
2503         * modules/arpa_inet-tests: New file.
2504         * tests/test-arpa_inet.c: New file.
2505
2506 2007-02-17  Bruno Haible  <bruno@clisp.org>
2507
2508         * lib/inttypes_.h: Add definition for GL_LINK_WARNING.
2509         (imaxabs, imaxdiv, strtoimax, strtoumax): Don't declare the function
2510         if the corresponding module is not enabled. Emit link warnings if
2511         the function is used nevertheless.
2512         * m4/inttypes.m4 (gl_INTTYPES_H): Never use the existing <inttypes.h>.
2513         Don't AC_SUBST HAVE_DECL_IMAXABS, HAVE_DECL_IMAXDIV,
2514         HAVE_DECL_STRTOIMAX, HAVE_DECL_STRTOUMAX.
2515         (gl_INTTYPES_MODULE_INDICATOR, gl_INTTYPES_H_DEFAULTS): New macros.
2516         * modules/inttypes (Depends-on): Add link-warning.
2517         (Makefile.am): Copy the contents of build-aux/link-warning.h into
2518         inttypes.h. Substitute also GNULIB_IMAXABS, GNULIB_IMAXDIV,
2519         GNULIB_STRTOIMAX, GNULIB_STRTOUMAX.
2520         * modules/imaxabs (configure.ac): Invoke gl_INTTYPES_MODULE_INDICATOR.
2521         * modules/imaxdiv (configure.ac): Likewise.
2522         * modules/strtoimax (configure.ac): Likewise.
2523         * modules/strtoumax (configure.ac): Likewise.
2524
2525 2007-02-17  Bruno Haible  <bruno@clisp.org>
2526
2527         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Include the contents of
2528         gl_STRING_MODULE_INDICATOR_DEFAULTS.
2529         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Remove macro.
2530         (gl_HEADER_STRING_H_BODY, gl_STRING_MODULE_INDICATOR): Update.
2531
2532 2007-02-17  Bruno Haible  <bruno@clisp.org>
2533
2534         * modules/link-warning: New file.
2535         * build-aux/link-warning.h: New file, extracted from lib/string_.h.
2536         * lib/string_.h (GL_LINK_WARNING): Remove definition.
2537         * modules/string (Depends-on): Add link-warning.
2538         (Makefile.am): Copy the contents of build-aux/link-warning.h into
2539         string.h.
2540         * MODULES.html.sh (Support for building libraries and executables): Add
2541         link-warning.
2542
2543 2007-02-17  Bruno Haible  <bruno@clisp.org>
2544
2545         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strcasecmp,
2546         strncasecmp, strchr, strchrnul, strdup, strndup, strnlen, strcspn,
2547         strpbrk, strspn, strrchr, strsep, strstr, strcasestr, strtok_r): Break
2548         long lines.
2549
2550 2007-02-17  Ben Pfaff  <blp@cs.stanford.edu>
2551             Bruno Haible  <bruno@clisp.org>
2552
2553         * modules/tmpfile: New file.
2554         * lib/tmpfile.c: New file.
2555         * m4/tmpfile.m4: New file.
2556         * MODULES.html.sh (func_all_modules): New section "Input/output".
2557
2558 2007-02-15  Bruno Haible  <bruno@clisp.org>
2559
2560         * lib/clean-temp.c [WIN32 && !CYGWIN]: Include <windows.h>.
2561         (supports_delete_on_close): New function.
2562         (open_temp, fopen_temp): Use _O_TEMPORARY when supported.
2563
2564 2007-02-14  Bruno Haible  <bruno@clisp.org>
2565
2566         * modules/mbspcasecmp-tests: New file.
2567         * tests/test-mbspcasecmp.sh: New file.
2568         * tests/test-mbspcasecmp.c: New file.
2569
2570         New module mbspcasecmp.
2571         * modules/mbspcasecmp: New file.
2572         * lib/mbspcasecmp.c: New file.
2573         * lib/string_.h (strncasecmp): Change warning message.
2574         (mbspcasecmp): New declaration.
2575         * m4/mbspcasecmp.m4: New file.
2576         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
2577         GNULIB_MBSPCASECMP.
2578         * modules/string (string.h): Also substitute GNULIB_MBSPCASECMP.
2579         * MODULES.html.sh (Internationalization functions): Add mbspcasecmp.
2580
2581 2007-02-14  Bruno Haible  <bruno@clisp.org>
2582
2583         * modules/mbsncasecmp-tests: New file.
2584         * tests/test-mbsncasecmp.sh: New file.
2585         * tests/test-mbsncasecmp.c: New file.
2586
2587         New module mbsncasecmp.
2588         * modules/mbsncasecmp: New file.
2589         * lib/mbsncasecmp.c: New file.
2590         * lib/string_.h (mbsncasecmp): New declaration.
2591         * m4/mbsncasecmp.m4: New file.
2592         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
2593         GNULIB_MBSNCASECMP.
2594         * modules/string (string.h): Also substitute GNULIB_MBSNCASECMP.
2595         * MODULES.html.sh (Internationalization functions): Add mbsncasecmp.
2596
2597 2007-02-14  Paul Eggert  <eggert@cs.ucla.edu>
2598
2599         * lib/exclude.c (FNM_EXTMATCH): Define if system does not.
2600         Verify that it doesn't overlap with our flags.
2601         (fnmatch_no_wildcards): Don't use strcasecmp or strncasecmp, which
2602         do not have the desired effect in multibyte locales; instead, use
2603         mbscasecmp.
2604         * modules/exclude (Depends-on): Depend on mbscasecmp, not strcase.
2605         Add dependency on xalloc.  Depend on fnmatch, not fnmatch-gnu, since
2606         we don't require GNU fnmatch ourselves (if our users require it, they
2607         should do so explicitly).
2608
2609         Fix regex code so it doesn't rely on strcasecmp.
2610         * lib/regex_internal.h: Include <langinfo.h> only if _LIBC is defined.
2611         Otherwise, include gnulib's langinfo.h.
2612         * lib/regcomp.c (init_dfa): Don't use strcasecmp, as it can have
2613         undesirable behavior in non-C locales.  Instead, rely on localecharset.
2614         * m4/regex.m4 (gl_PREREQ_REGEX): Don't require AM_LANGINFO_CODESET.
2615         * modules/regex (FILES): Remove m4/codeset.m4.
2616         (Depends-on): Add localcharset.  Remove strcase.
2617
2618 2007-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2619
2620         * m4/unlinkdir.m4 (gl_UNLINKDIR): Fix m4 quoting bug.
2621         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Likewise.
2622
2623 2007-02-13  Bruno Haible  <bruno@clisp.org>
2624
2625         * m4/intdiv0.m4 (gt_INTDIV0): Assume ANSI C. Fix underquoting bug.
2626         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
2627
2628 2007-02-12  Bruno Haible  <bruno@clisp.org>
2629
2630         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
2631         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): If
2632         GNULIB_POSIXCHECK and the gnulib module not enabled, provoke a link-
2633         time warning rather than a link error.
2634
2635 2007-02-12  Bruno Haible  <bruno@clisp.org>
2636
2637         * m4/locale-fr.m4 (gt_LOCALE_FR): Fix m4 quoting bug.
2638         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
2639         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
2640
2641 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
2642
2643         * lib/string_.h (strncasecmp): Fix typo: this macro takes 3
2644         args, not 2.
2645
2646 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
2647
2648         New module 'time', so that apps can include <time.h> as per
2649         POSIX and GNU instead of separate include files like time_r.h
2650         and timegm.h.  This implementation tries out a simpler approach
2651         for replacing decls in standard include files (as compared to
2652         the string module), somewhat as an experiment.
2653
2654         * config/srclist.txt: Comment out mktime.c for now.
2655         * doc/gnulib-tool.texi (Initial import): Don't use time_r as an example
2656         since it doesn't apply any more.  Use generic wording instead.
2657         * MODULES.html.sh (Support for systems lacking POSIX:2001): New module
2658         'time'.
2659         * lib/time_.h, m4/time_h.m4, modules/time: New files.
2660         * lib/strptime.h, lib/time_r.h, lib/timegm.h: Remove.
2661         * lib/mktime.c: Include config.h depending on _LIBC, not HAVE_CONFIG_H.
2662         Don't include <sys/types.h>; no longer needed since we assume C89.
2663         * lib/mktime.c: Don't include "time_r.h"; no longer needed.
2664         * lib/strftime.c: Likewise.
2665         * lib/time_r.c: Likewise.
2666         * lib/nanosleep.c (nanosleep): #undef after include files, not before.
2667         * lib/nanosleep.c: Include <time.h> first, to check interface.
2668         * lib/strptime.c: Likewise.
2669         * lib/time_r.c: Likewise.
2670         * lib/timegm.c: Likewise.
2671         * lib/strptime.c: Don't include strptime.h or time_r.h; no longer
2672         needed.
2673         * lib/timegm.c: Don't include timegm.h; no longer needed.
2674         * lib/timespec.h: Don't include <sys/time.h> before <time.h>;
2675         time.h now handles any problems in that area.
2676         (struct timespec, nanosleep): Remove; time.h now arranges for these.
2677         * lib/xnanosleep.c: Don't include timespec.h; no longer needed now
2678         that time.h defines struct timespec.
2679         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check that nanosleep is declared.
2680         Set REPLACE_NANOSLEEP.  Don't AC_DEFINE nanosleep; the time module now
2681         handles that.
2682         * m4/strptime.m4 (gl_FUNC_STPRTIME): Set REPLACE_STRPTIME.
2683         * m4/time_r.m4 (gl_TIME_R): Don't define HAVE_TIME_R_POSIX; no longer
2684         needed.  Set REPLACE_LOCALTIME.
2685         * m4/timegm.m4 (gl_FUNC_TIMEGM): Set REPLACE_TIMEGM.
2686         * m4/timespec.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Move to time_h.m4.
2687         (gl_TIMESPEC): Don't check for sys/time.h or struct timespec or
2688         nanosleep; time_h.m4 now does that.  Don't require
2689         gl_USE_SYSTEM_EXTENSIONS; no longer needed directly, and the time
2690         module handles this now.
2691         * modules/getdate (Depends-on): Remove timespec.  Add time.
2692         * modules/nanosleep (Depends-on): Likewise.
2693         * modules/stat-time (Depends-on): Likewise.
2694         * modules/nanosleep (Include): Include time.h, not timespec.h.
2695         * modules/strptime (Files): Remove lib/strptime.h.
2696         (Depends-on): Add extensions, time.
2697         (Include): Include time.h, not strptime.h.
2698         * modules/time_r (Files): Remove lib/time_r.h.
2699         (Depends-on): Add time.
2700         (Include): Include time.h, not time_r.h.
2701         * modules/timegm: Likewise.
2702         * modules/timespec (Description): Now does timespec-related decls
2703         of our own, instead of struct timespec itself.
2704         (Depends-on): Add time; remove extensions.
2705         (Maintainer): Add self.
2706         * modules/utimecmp (Depends-on): Add time; remove timespec.
2707         * modules/utimens (Depends-on): Likewise.
2708         * modules/xnanosleep (Depends-on): Likewise.
2709
2710 2007-02-11  Bruno Haible  <bruno@clisp.org>
2711
2712         * lib/c-strstr.c: Include allocsa.h.
2713         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
2714         * lib/c-strcasestr.c: Include allocsa.h.
2715         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
2716         * lib/strcasestr.c: Include allocsa.h.
2717         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
2718         * lib/mbsstr.c: Include allocsa.h.
2719         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
2720         allocsa/freesa instead of malloc/free.
2721         * lib/mbscasestr.c: Include allocsa.h.
2722         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
2723         allocsa/freesa instead of malloc/free.
2724         * modules/c-strstr (Depends-on): Add allocsa.
2725         * modules/c-strcasestr (Depends-on): Likewise.
2726         * modules/strcasestr (Depends-on): Likewise.
2727         * modules/mbsstr (Depends-on): Likewise.
2728         * modules/mbscasestr (Depends-on): Likewise.
2729
2730 2007-02-11  Bruno Haible  <bruno@clisp.org>
2731
2732         * lib/mbsspn.c (mbsspn): Fix bug. Remove unnecessary strlen call.
2733
2734         * modules/mbsspn-tests: New file.
2735         * tests/test-mbsspn.sh: New file.
2736         * tests/test-mbsspn.c: New file.
2737
2738 2007-02-11  Bruno Haible  <bruno@clisp.org>
2739
2740         * lib/mbspbrk.c (mbspbrk): Remove unneeded cast.
2741
2742         * modules/mbspbrk-tests: New file.
2743         * tests/test-mbspbrk.sh: New file.
2744         * tests/test-mbspbrk.c: New file.
2745
2746 2007-02-11  Bruno Haible  <bruno@clisp.org>
2747
2748         * lib/mbscspn.c (mbscspn): Remove unnecessary strlen call and
2749         unneeded cast.
2750
2751         * modules/mbscspn-tests: New file.
2752         * tests/test-mbscspn.sh: New file.
2753         * tests/test-mbscspn.c: New file.
2754
2755 2007-02-11  Bruno Haible  <bruno@clisp.org>
2756
2757         * modules/mbscasecmp-tests: New file.
2758         * tests/test-mbscasecmp.sh: New file.
2759         * tests/test-mbscasecmp.c: New file.
2760
2761 2007-02-11  Bruno Haible  <bruno@clisp.org>
2762
2763         Ensure O(n) worst-case complexity of mbscasestr.
2764         * lib/mbscasestr.c: Include stdbool.h.
2765         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
2766         functions.
2767         (mbscasestr): Add some bookkeeping. Invoke knuth_morris_pratt_* when
2768         the bookkeeping indicates that it's worth it.
2769         * modules/mbscasestr (Depends-on): Add stdbool, mbslen, strnlen.
2770
2771         * modules/mbscasestr-tests: New file.
2772         * tests/test-mbscasestr1.c: New file.
2773         * tests/test-mbscasestr2.sh: New file.
2774         * tests/test-mbscasestr2.c: New file.
2775         * tests/test-mbscasestr3.sh: New file.
2776         * tests/test-mbscasestr3.c: New file.
2777         * tests/test-mbscasestr4.sh: New file.
2778         * tests/test-mbscasestr4.c: New file.
2779         * m4/locale-tr.m4: New file.
2780
2781 2007-02-11  Bruno Haible  <bruno@clisp.org>
2782
2783         Ensure O(n) worst-case complexity of mbsstr.
2784         * lib/mbsstr.c: Include stdbool.h.
2785         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
2786         functions.
2787         (mbsstr): Add some bookkeeping. Invoke knuth_morris_pratt_* when the
2788         bookkeeping indicates that it's worth it.
2789         * modules/mbsstr (Depends-on): Add stdbool, mbslen, strnlen.
2790
2791         * modules/mbsstr-tests: New file.
2792         * tests/test-mbsstr1.c: New file.
2793         * tests/test-mbsstr2.sh: New file.
2794         * tests/test-mbsstr2.c: New file.
2795         * tests/test-mbsstr3.sh: New file.
2796         * tests/test-mbsstr3.c: New file.
2797         * m4/locale-fr.m4: New file.
2798
2799 2007-02-11  Bruno Haible  <bruno@clisp.org>
2800
2801         * lib/mbsrchr.c (mbsrchr): Fix bug.
2802
2803         * modules/mbsrchr-tests: New file.
2804         * tests/test-mbsrchr.sh: New file.
2805         * tests/test-mbsrchr.c: New file.
2806
2807 2007-02-11  Bruno Haible  <bruno@clisp.org>
2808
2809         * lib/mbschr.c (mbschr): Fix bug.
2810
2811         * modules/mbschr-tests: New file.
2812         * tests/test-mbschr.sh: New file.
2813         * tests/test-mbschr.c: New file.
2814         * m4/locale-zh.m4: New file.
2815
2816 2007-02-11  Bruno Haible  <bruno@clisp.org>
2817
2818         Support for copying multibyte string iterators.
2819         * lib/mbiter.h: Include <string.h>.
2820         (mbiter_multi_copy): New function.
2821         (mbi_copy): New macro.
2822         * lib/mbuiter.h: Include <string.h>.
2823         (mbuiter_multi_copy): New function.
2824         (mbui_copy): New macro.
2825
2826 2007-02-11  Bruno Haible  <bruno@clisp.org>
2827
2828         New module mbslen.
2829         * modules/mbslen: New file.
2830         * lib/mbslen.c: New file.
2831         * lib/string_.h (mbslen): New declaration.
2832         * m4/mbslen.m4: New file.
2833         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
2834         GNULIB_MBSLEN.
2835         * modules/string (string.h): Also substitute GNULIB_MBSLEN.
2836         * MODULES.html.sh (Internationalization functions): Add mbslen.
2837
2838 2007-02-11  Bruno Haible  <bruno@clisp.org>
2839
2840         Ensure O(n) worst-case complexity of strcasestr substitute.
2841         * lib/strcasestr.c: Include stdbool.h.
2842         (knuth_morris_pratt): New function.
2843         (strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when the
2844         bookkeeping indicates that it's worth it.
2845         * modules/strcasestr (Depends-on): Add stdbool, strnlen.
2846
2847         * modules/strcasestr-tests: New file.
2848         * tests/test-strcasestr.c: New file.
2849
2850 2007-02-11  Bruno Haible  <bruno@clisp.org>
2851
2852         Ensure O(n) worst-case complexity of c_strcasestr.
2853         * lib/c-strcasestr.c: Include stdbool.h, string.h.
2854         (knuth_morris_pratt): New function.
2855         (c_strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when
2856         the bookkeeping indicates that it's worth it.
2857         * modules/c-strcasestr (Depends-on): Add stdbool, strnlen.
2858
2859         * modules/c-strcasestr-tests: New file.
2860         * tests/test-c-strcasestr.c: New file.
2861
2862 2007-02-11  Bruno Haible  <bruno@clisp.org>
2863
2864         Ensure O(n) worst-case complexity of c_strstr.
2865         * lib/c-strstr.c: Include stdbool.h, string.h.
2866         (knuth_morris_pratt): New function.
2867         (c_strstr): Add some bookkeeping. Invoke knuth_morris_pratt when the
2868         bookkeeping indicates that it's worth it.
2869         * modules/c-strstr (Depends-on): Add stdbool, strnlen.
2870
2871         * lib/c-strstr.c: Complete rewrite for maintainability.
2872
2873         * modules/c-strstr-tests: New file.
2874         * tests/test-c-strstr.c: New file.
2875
2876 2007-02-11  Bruno Haible  <bruno@clisp.org>
2877
2878         * m4/javacomp.m4 (gt_JAVACOMP): Work around a 'tr' bug in coreutils
2879         5.2.1 and earlier, whereby \055 was treated just like the range
2880         delimiter '-'.
2881         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
2882
2883 2007-02-08  Bruno Haible  <bruno@clisp.org>
2884
2885         * modules/regex (Depends-on): Add stdbool.
2886         Reported by Dalibor Topic <robilad@kaffe.org>.
2887
2888 2007-02-05  Paul Eggert  <eggert@cs.ucla.edu>
2889
2890         * m4/regex.m4 (gl_REGEX): Check for glibc bug #3957.
2891         Prefer returning from main to exiting from it.
2892         Remove unnecessary parens after sizeof.
2893
2894 2007-02-05  Bruno Haible  <bruno@clisp.org>
2895
2896         New module mbssep.
2897         * modules/mbssep: New file.
2898         * lib/mbssep.c: New file.
2899         * lib/string_.h (strsep): Add a conditional link warning.
2900         (mbssep): New declaration.
2901         * m4/mbssep.m4: New file.
2902         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
2903         GNULIB_MBSSEP.
2904         * modules/string (string.h): Also substitute GNULIB_MBSSEP.
2905         * MODULES.html.sh (Internationalization functions): Add mbssep.
2906
2907 2007-02-05  Bruno Haible  <bruno@clisp.org>
2908
2909         * lib/strsep.c (strsep): Fix actions in case of no delimiters.
2910         Optimize search in case of 1 delimiter.
2911
2912 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
2913
2914         * lib/acl.h: Include sys/types.h before sys/acl.h.
2915
2916 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
2917
2918         Merge upstream fix for glibc bugzilla #3957:
2919
2920         2007-02-05  Jakub Jelinek  <jakub@redhat.com>
2921
2922         * lib/regcomp.c (parse_bracket_exp): Set '\n' bit rather than '\0'
2923         bit for RE_HAT_LISTS_NOT_NEWLINE.
2924         (build_charclass_op): Remove bogus comment.
2925
2926 2007-02-05  Simon Josefsson  <simon@josefsson.org>
2927
2928         * lib/gc.h, lib/gc-libgcrypt.c: Support SHA-256/384/512.
2929
2930 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
2931
2932         * lib/getsubopt.c [!_LIBC]: Include config.h and getsubopt.h.
2933         * lib/memmem.c [!defined _LIBC]: Include config.h.
2934
2935 2007-02-04  Bruno Haible  <bruno@clisp.org>
2936
2937         * lib/string_.h (GL_LINK_WARNING2): Put the word "warning:" into the
2938         warning message.
2939
2940 2007-02-04  Bruno Haible  <bruno@clisp.org>
2941
2942         New module mbstok_r.
2943         * modules/mbstok_r: New file.
2944         * lib/mbstok_r.c: New file.
2945         * lib/string_.h (strtok_r): Change argument names to match the
2946         comments. Add a conditional link warning.
2947         (mbstok_r): New declaration.
2948         * m4/mbstok_r.m4: New file.
2949         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
2950         GNULIB_MBSTOK_R.
2951         * modules/string (string.h): Also substitute GNULIB_MBSTOK_R.
2952         * MODULES.html.sh (Internationalization functions): Add mbstok_r.
2953
2954 2007-02-04  Bruno Haible  <bruno@clisp.org>
2955
2956         New module mbsspn.
2957         * modules/mbsspn: New file.
2958         * lib/mbsspn.c: New file.
2959         * lib/string_.h (strspn): Add a conditional link warning.
2960         (mbsspn): New declaration.
2961         * m4/mbsspn.m4: New file.
2962         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
2963         GNULIB_MBSSPN.
2964         * modules/string (string.h): Also substitute GNULIB_MBSSPN.
2965         * MODULES.html.sh (Internationalization functions): Add mbsspn.
2966
2967 2007-02-04  Bruno Haible  <bruno@clisp.org>
2968
2969         New module mbspbrk.
2970         * modules/mbspbrk: New file.
2971         * lib/mbspbrk.c: New file.
2972         * lib/string_.h (strpbrk): Add a conditional link warning.
2973         (mbspbrk): New declaration.
2974         * m4/mbspbrk.m4: New file.
2975         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
2976         GNULIB_MBSPBRK.
2977         * modules/string (string.h): Also substitute GNULIB_MBSPBRK.
2978         * MODULES.html.sh (Internationalization functions): Add mbspbrk.
2979
2980 2007-02-04  Bruno Haible  <bruno@clisp.org>
2981
2982         New module mbscspn.
2983         * modules/mbscspn: New file.
2984         * lib/mbscspn.c: New file.
2985         * lib/string_.h (strcspn): Add a conditional link warning.
2986         (mbscspn): New declaration.
2987         * m4/mbscspn.m4: New file.
2988         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
2989         GNULIB_MBSCSPN.
2990         * modules/string (string.h): Also substitute GNULIB_MBSCSPN.
2991         * MODULES.html.sh (Internationalization functions): Add mbscspn.
2992
2993 2007-02-04  Bruno Haible  <bruno@clisp.org>
2994
2995         New module mbscasestr, reduced goal of strcasestr.
2996         * modules/mbscasestr: New file.
2997         * lib/mbscasestr.c: New file, copied from lib/strcasestr.c.
2998         (mbscasestr): Renamed from strcasestr.
2999         * lib/strcasestr.c: Don't include mbuiter.h.
3000         (strcasestr): Remove support for multibyte locales.
3001         * lib/string_.h (strcasestr): Don`t rename. Declare only if missing.
3002         Change the conditional link warning.
3003         (mbscasestr): New declaration.
3004         * m4/mbscasestr.m4: New file.
3005         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Enable the replacement only if
3006         the system does not have strcasestr. Set HAVE_STRCASESTR instead of
3007         REPLACE_STRCASESTR.
3008         (gl_PREREQ_STRCASESTR): Don't require gl_FUNC_MBRTOWC.
3009         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
3010         HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
3011         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSCASESTR.
3012         * modules/string (string.h): Also substitute GNULIB_MBSCASESTR.
3013         Substitute HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
3014         * modules/strcasestr (Files): Remove m4/mbrtowc.m4.
3015         (Depends-on): Remove mbuiter.
3016         * MODULES.html.sh (Internationalization functions): Add mbscasestr.
3017
3018 2007-02-04  Bruno Haible  <bruno@clisp.org>
3019
3020         Simplify handling of strncasecmp.
3021         * lib/string_.h (strncasecmp): Remove test for GNULIB_STRCASE. Change
3022         the conditional link warning.
3023         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
3024         HAVE_STRCASECMP, not REPLACE_STRCASECMP.
3025         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Don't initialize GNULIB_STRCASE.
3026         * modules/strcase (configure.ac): Don't invoke
3027         gl_STRING_MODULE_INDICATOR.
3028         * modules/string (string.h): Don't substitute GNULIB_STRCASE.
3029
3030 2007-02-04  Bruno Haible  <bruno@clisp.org>
3031
3032         New module mbscasecmp, reduced goal of strcasecmp.
3033         * modules/mbscasecmp: New file.
3034         * lib/mbscasecmp.c: New file, copied from lib/strcasecmp.c.
3035         (mbscasecmp): Renamed from strcasecmp.
3036         * lib/strcasecmp.c: Don't include mbuiter.h.
3037         (strcasecmp): Remove support for multibyte locales.
3038         * lib/string_.h (strcasecmp): Don`t rename. Declare only if missing.
3039         Change the conditional link warning.
3040         (mbscasecmp): New declaration.
3041         * m4/mbscasecmp.m4: New file.
3042         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Enable the replacement only if
3043         the system lacks strcasecmp. Set HAVE_STRCASECMP instead of
3044         REPLACE_STRCASECMP.
3045         (gl_PREREQ_STRCASECMP): Don't require gl_FUNC_MBRTOWC.
3046         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
3047         GNULIB_MBSCASECMP.
3048         * modules/string (string.h): Also substitute GNULIB_MBSCASECMP.
3049         Substitute HAVE_STRCASECMP instead of REPLACE_STRCASECMP.
3050         * modules/strcase (Files): Remove m4/mbrtowc.m4.
3051         (Depends-on): Remove mbuiter.
3052         * MODULES.html.sh (Internationalization functions): Add mbscasecmp.
3053
3054 2007-02-04  Bruno Haible  <bruno@clisp.org>
3055
3056         New module mbsstr. Remove module strstr.
3057         * modules/mbsstr: New file.
3058         * modules/strstr: Remove file.
3059         * lib/mbsstr.c: Renamed from lib/strstr.c.
3060         (mbsstr): Renamed from strstr.
3061         * lib/string_.h (strstr): Remove declaration. Change the conditional
3062         link warning.
3063         (mbsstr): New declaration.
3064         * m4/mbsstr.m4: New file.
3065         * m4/strstr.m4: Remove file.
3066         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Don't initialize
3067         REPLACE_STRSTR.
3068         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSSTR.
3069         Don't initialize GNULIB_STRSTR.
3070         * modules/string (string.h): Also substitute GNULIB_MBSSTR. Don't
3071         substitute GNULIB_STRSTR and REPLACE_STRSTR.
3072         * MODULES.html.sh (Internationalization functions): Add mbsstr.
3073         (Support for systems lacking ANSI C 89): Remove strstr.
3074
3075 2007-02-04  Bruno Haible  <bruno@clisp.org>
3076
3077         New module mbsrchr.
3078         * modules/mbsrchr: New file.
3079         * lib/mbsrchr.c: New file.
3080         * lib/string_.h (strrchr): Add a conditional link warning.
3081         (mbsrchr): New declaration.
3082         * m4/mbsrchr.m4: New file.
3083         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
3084         GNULIB_MBSRCHR.
3085         * modules/string (string.h): Also substitute GNULIB_MBSRCHR.
3086         * MODULES.html.sh (Internationalization functions): Add mbsrchr.
3087
3088 2007-02-04  Bruno Haible  <bruno@clisp.org>
3089
3090         New module mbschr.
3091         * modules/mbschr: New file.
3092         * lib/mbschr.c: New file.
3093         * lib/string_.h (strchr): Add a conditional link warning.
3094         (mbschr): New declaration.
3095         * m4/mbschr.m4: New file.
3096         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
3097         GNULIB_MBSCHR.
3098         * modules/string (string.h): Also substitute GNULIB_MBSCHR.
3099         * MODULES.html.sh (Internationalization functions): Add mbschr.
3100
3101 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
3102
3103         * lib/stdbool_.h: Mention that bool bit-fields aren't supported.
3104
3105         * modules/stdarg (configure.ac-early): Require AC_PROG_CC_STDC.
3106
3107 2007-02-04  Bruno Haible  <bruno@clisp.org>
3108
3109         New module description section 'configure.ac-early'.
3110         * gnulib-tool (sed_extract_prog): Recognize configure.ac-early.
3111         (func_get_autoconf_early_snippet): New function.
3112         (func_import, func_create_testdir): Use it. Remove special cases for
3113         modules 'extensions' and 'lock'.
3114         * modules/extensions (configure.ac-early): Require
3115         gl_USE_SYSTEM_EXTENSIONS.
3116         * modules/lock (configure.ac-early): Require gl_LOCK_EARLY.
3117
3118 2007-02-04  Bruno Haible  <bruno@clisp.org>
3119
3120         Make use of gcj-4.3's -fsource and -ftarget option.
3121         * m4/javacomp.m4 (gt_JAVACOMP): Test whether gcj is in version >= 4.3,
3122         and if so try the options -fsource and -ftarget.
3123         * lib/javacomp.c (compile_using_gcj): Add fsource_option,
3124         source_version, ftarget_option, target_version arguments.
3125         (is_envjavac_gcj43, is_envjavac_gcj43_usable): New functions.
3126         (is_envjavac_oldgcj_14_14_usable): Renamed from
3127         is_envjavac_gcj_14_14_usable.
3128         (is_envjavac_oldgcj_14_13_usable): Renamed from
3129         is_envjavac_gcj_14_13_usable.
3130         (is_gcj_present): Update.
3131         (is_gcj_43, is_gcj43_usable): New functions.
3132         (is_oldgcj_14_14_usable): Renamed from is_gcj_14_14_usable. Update.
3133         (is_oldgcj_14_13_usable): Renamed from is_gcj_14_13_usable. Update.
3134         (compile_java_class): Test whether gcj is in version >= 4.3, and if so
3135         try the options -fsource and -ftarget.
3136
3137 2007-02-03  Paul Eggert  <eggert@cs.ucla.edu>
3138
3139         * lib/xalloc.h (x2nrealloc): Fix an unlikely bug in the overflow
3140         checking code.  Set N = ceil (1.5 * N) rather than to a slightly
3141         larger value.
3142
3143 2007-02-03  Jim Meyering  <jim@meyering.net>
3144
3145         Give tools a better chance to allocate space for very large buffers.
3146         * lib/xalloc.h (x2nrealloc): Use 3/2, not 2, as buffer size factor.
3147
3148         Make pwd and readlink work also when run with an unreadable parent dir
3149         on systems with openat support.
3150         * lib/getcwd.c (__getcwd) [HAVE_PARTLY_WORKING_GETCWD]: Use the system
3151         provided getcwd function, even when we have openat support.
3152         Reported by Dmitry V. Levin in <http://bugzilla.redhat.com/227168>.
3153
3154 2007-02-02  Bruno Haible  <bruno@clisp.org>
3155
3156         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
3157         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): Provoke a link
3158         error only if GNULIB_POSIXCHECK is defined. Needed to avoid artificial
3159         portability problems if one of these functions is only used on specific
3160         platforms.
3161         Reported by Paul Eggert.
3162
3163 2007-02-02  Paul Eggert  <eggert@cs.ucla.edu>
3164
3165         Avoid mempcpy in the regex code, as the string.h mempcpy stuff
3166         is causing more trouble than it's curing.
3167         * lib/regex_internal.h (__mempcpy): Remove.
3168         * lib/regcomp.c (regerror): Rewrite to avoid the need for mempcpy
3169         (and make the code a tad smaller to boot).
3170         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for mempcpy.
3171
3172 2007-02-02  Jim Meyering  <jim@meyering.net>
3173
3174         * modules/arpa_inet: Put AC_PROG_MKDIR_P in the configure.ac:
3175         section, not in the Makefile.am: one.
3176
3177 2007-02-02  Eric Blake  <ebb9@byu.net>
3178
3179         * lib/strchrnul.c: Always include config.h first.
3180
3181         * modules/mountlist (Depends-on): Revert 2007-01-31 change,
3182         gnulib strstr is not necessary here.
3183
3184 2007-02-02  Simon Josefsson  <simon@josefsson.org>
3185
3186         * m4/socklen.m4: Fix typo.
3187
3188 2007-02-02  Eric Blake  <ebb9@byu.net>
3189
3190         * modules/arpa_inet (Makefile.am): Use MKDIR_P to avoid races.
3191         * modules/netinet_in (Makefile.am): Likewise.
3192
3193 2007-02-01  Bruno Haible  <bruno@clisp.org>
3194
3195         * lib/string_.h (GL_LINK_WARNING): New macro.
3196         (strcasecmp, strstr, strcasestr): If provided by the system,
3197         conditionally define as a macro that leads to a warning instead of to
3198         an error.
3199         (strncasecmp): Conditionally define as a macro that leads to a warning.
3200
3201 2007-02-01  Karl Berry  <karl@gnu.org>
3202
3203         * config/srclist.txt (strtok_r.c): lose sync, no more strtok_r.h.
3204
3205 2007-02-01  Bruno Haible  <bruno@clisp.org>
3206
3207         * MODULES.html.sh (Unicode string functions): Update after 2007-01-27
3208         renamings.
3209
3210 2007-02-01  Eric Blake  <ebb9@byu.net>
3211
3212         * modules/regex (Depends-on): Revert dependence on mempcpy.
3213         * lib/regex_internal.h [! _LIBC && !__mempcpy]: Undo string
3214         module's definition of mempcpy.
3215         Reported by Paul Eggert.
3216
3217 2007-02-01  Paul Eggert  <eggert@cs.ucla.edu>
3218
3219         * lib/string_.h: If the gnulib module XYZ is not present, undefine
3220         the symbol XYZ before redefining it.  This fixes a problem with
3221         programs that don't use XYZ, when compiled on systems that define
3222         XYZ to something else.
3223
3224 2007-01-31  Paul Eggert  <eggert@cs.ucla.edu>
3225
3226         * lib/mkdir-p.c (make_dir_parents): Close a race condition that
3227         occurs when "mkdir -m foo" creates a setgid directory that is (1)
3228         writeable to group or other and (2) is intended to have a special
3229         mode bit that is set or cleared.  In such a case, the directory
3230         should be neither group- nor other-writeable until the special
3231         mode bits are right.
3232
3233 2007-01-31  Eric Blake  <ebb9@byu.net>
3234
3235         * modules/mountlist (Depends-on): Add strstr.
3236
3237         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): Correct m4 usage
3238         bug.
3239         * modules/string (Makefile.am): Remove redundant replacement.
3240         * modules/regex (Depends-on): Add mempcpy.
3241
3242 2007-01-31  Bruno Haible  <bruno@clisp.org>
3243
3244         New module description field 'Link'.
3245         * gnulib-tool (func_usage): Document --extract-link-directive.
3246         (sed_extract_prog): Recognize 'Link' directive.
3247         (func_get_link_directive): New function.
3248         (func_import): Show summary of link directives.
3249         Handle --extract-link-directive option.
3250         * modules/acl (Link): New section.
3251         * modules/clock-time (Link): New section.
3252         * modules/euidaccess (Link): New section.
3253         * modules/gettext (Link): New section.
3254         * modules/iconv (Link): New section.
3255         * modules/lock (Link): New section.
3256         * modules/nanosleep (Link): New section.
3257         * modules/readline (Link): New section.
3258
3259 2007-01-27  Bruno Haible  <bruno@clisp.org>
3260
3261         Enforce the use of gnulib modules for unportable <string.h> functions.
3262         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): New macro.
3263         (gl_STRING_MODULE_INDICATOR_DEFAULTS): New macro.
3264         (gl_HEADER_STRING_H_BODY): Require it.
3265         * lib/string_.h: If the gnulib module XYZ is not present, redefine
3266         the symbol XYZ to one that gives a link error.
3267         * modules/string (Makefile.am): Also substitute the GNULIB_* variables.
3268         * modules/memmem (configure.ac): Invoke gl_STRING_MODULE_INDICATOR.
3269         * modules/mempcpy (configure.ac): Likewise.
3270         * modules/memrchr (configure.ac): Likewise.
3271         * modules/stpcpy (configure.ac): Likewise.
3272         * modules/stpncpy (configure.ac): Likewise.
3273         * modules/strcase (configure.ac): Likewise.
3274         * modules/strcasestr (configure.ac): Likewise.
3275         * modules/strchrnul (configure.ac): Likewise.
3276         * modules/strdup (configure.ac): Likewise.
3277         * modules/strndup (configure.ac): Likewise.
3278         * modules/strnlen (configure.ac): Likewise.
3279         * modules/strpbrk (configure.ac): Likewise.
3280         * modules/strsep (configure.ac): Likewise.
3281         * modules/strstr (configure.ac): Likewise.
3282         * modules/strtok_r (configure.ac): Likewise.
3283
3284 2007-01-31  Jean-Louis Martineau  <martineau@zmanda.com>  (tiny change)
3285
3286         * lib/gai_strerror.c (values): Add EAI_OVERFLOW.
3287
3288 2007-01-30  Jim Meyering  <jim@meyering.net>
3289
3290         * lib/mpsort.c (mpsort): Remove spurious "return" in void function.
3291
3292 2007-01-29  Bruno Haible  <bruno@clisp.org>
3293
3294         * lib/allocsa.h: Use '#if HAVE_*' instead of '#ifdef HAVE_*'.
3295         * lib/execute.c: Likewise.
3296         * lib/pipe.c: Likewise.
3297         * lib/printf-args.h: Likewise.
3298         * lib/printf-args.c: Likewise.
3299         * lib/printf-parse.c: Likewise.
3300         * lib/vasnprintf.c: Likewise.
3301
3302 2007-01-29  Eric Blake  <ebb9@byu.net>
3303
3304         * lib/memrchr.c: Assume <string.h> unconditionally, to pull in
3305         declaration.
3306
3307 2007-01-29  Paul Eggert  <eggert@cs.ucla.edu>
3308
3309         * lib/strptime.h (strptime): Use 'restrict' for args where
3310         POSIX requires this.
3311         * lib/strptime.c (strptime): Likewise.
3312         Change license notice from LGPL to GPL, since gnulib-tool will
3313         change this as needed.
3314         Include <config.h> if _LIBC is not defined, not if HAVE_CONFIG_H is
3315         defined.
3316         Include "strptime.h" first, to check interface.
3317         Do not #undef _LIBC and _NL_CURRENT.
3318         Do not include <stdlib.h>; no longer needed.
3319         Include "time_r.h" and declare ptime_locale_status
3320         only if _LIBC is not defined.
3321         (__P): Remove unused macro.
3322         (match_string): Bring back glibc version, but use it only if _LIBC
3323         is defined.
3324         (__strptime_internal): Compile tm_gmtoff code if _LIBC is defined, too.
3325         Remove unnecessary assertion and abort() call.
3326         Use #ifdef _NL_CURRENT rather than #if 0, for benefit of glibc.
3327         * m4/strptime.m4: Fix serial number comment.
3328         (gl_FUNC_STRPTIME): Require AC_C_RESTRICT, gl_TM_GMTOFF.
3329         * modules/strptime (Files): Add m4/tm_gmtoff.m4.
3330         (Depends-on): Add time_r.
3331
3332 2007-01-29  Bruno Haible  <bruno@clisp.org>
3333
3334         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
3335         strptime.
3336         * modules/strptime (Depends-on): Add stdbool.
3337         * lib/strptime.h: Include <time.h> always. Add comments.
3338
3339 2007-01-29  Yoann Vandoorselaere  <yoann@prelude-ids.org>
3340
3341         * modules/strptime: New file.
3342         * lib/strptime.h: New file.
3343         * lib/strptime.c: New file.
3344         * m4/strptime.m4: New file.
3345
3346 2007-01-28  Paul Eggert  <eggert@cs.ucla.edu>
3347
3348         * MODULES.html.sh: New module mpsort.
3349         * lib/mpsort.c, lib/mpsort.h, m4/mpsort.m4, modules/mpsort: New files.
3350
3351         * lib/regex.h (_Restrict_): Renamed from __restrict, to avoid
3352         a circularity problem with HP-UX ia64 reported by Bob Proulx in
3353         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00394.html>.
3354         All uses changed.
3355         (_Restrict_arr_): Renamed from __restrict_arr, for similar reasons.
3356         All uses changed.
3357         * lib/regcomp.c, lib/regexec.c: Change all uses from __restrict
3358         to _Restrict_.
3359         * lib/regexec.c (regexec): Declare pmatch with _Restrict_arr_, so that
3360         the parameter matches the prototype.
3361
3362 2007-01-28  Jim Meyering  <jim@meyering.net>
3363
3364         * modules/sys_time (Makefile.am) [MOSTLYCLEANFILES]: Do use
3365         sys/time.h here, reverting that part of the previous patch:
3366         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/8959>.
3367
3368 2007-01-28  Bruno Haible  <bruno@clisp.org>
3369
3370         * modules/sys_time (Makefile.am): Build sys/time.h only when it's the
3371         value of $(SYS_TIME_H).
3372         [MOSTLYCLEANFILES]: Now that sys/time.h is created only when needed,
3373         remove it conditionally, too. [added by Jim Meyering]
3374         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Set SYS_TIME_H.
3375         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
3376         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Set SYS_TIME_H when setting
3377         GETTIMEOFDAY_REPLACEMENT to 1.
3378
3379 2007-01-28  Bruno Haible  <bruno@clisp.org>
3380
3381         * m4/unistd_h.m4 (gl_HEADER_UNISTD_DEFAULTS): New macro.
3382         (gl_HEADER_UNISTD): Require it. Don't set UNISTD_H to empty here.
3383         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_HEADER_UNISTD_DEFAULTS.
3384         Set UNISTD_H instead of UNISTD_H2.
3385         * modules/fchdir (BUILT_SOURCES): Drop $(UNISTD_H2).
3386
3387 2007-01-28  Bruno Haible  <bruno@clisp.org>
3388
3389         * modules/mbchar (Makefile.am): Add mbchar.c to lib_SOURCES.
3390         * m4/mbchar.m4 (gl_MBCHAR): Remove AC_LIBOBJ invocation.
3391
3392 2007-01-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3393
3394         * gnulib-tool (func_emit_lib_Makefile_am, func_add_or_update)
3395         (func_create_testdir): Ensure C locale for `grep' and `tr'
3396         character ranges.
3397         (func_create_megatestdir): Avoid one `grep'.  Fix bug in
3398         ACLOCAL_AMFLAGS parsing state machine.
3399
3400 2007-01-27  Bruno Haible  <bruno@clisp.org>
3401
3402         * modules/unistr/base: Update.
3403
3404 2007-01-27  Bruno Haible  <bruno@clisp.org>
3405
3406         Rename u32-mbtouc -> u32-mbtouc-unsafe, u32-mbtouc-safe -> u32-mbtouc,
3407         u32_mbtouc -> u32_mbtouc_unsafe, u32_mbtouc_safe -> u32_mbtouc.
3408         * modules/unistr/u32-mbtouc-unsafe: Renamed from
3409         modules/unistr/u32-mbtouc.
3410         * lib/unistr/u32-mbtouc-unsafe.c: Renamed from lib/unistr/u32-mbtouc.c.
3411         * lib/unistr.h: Update.
3412         * lib/linebreak.c: Update.
3413         * modules/unistr/u32-mbtouc: Renamed from
3414         modules/unistr/u32-mbtouc-safe.
3415         * lib/unistr/u32-mbtouc.c: Renamed from lib/unistr/u32-mbtouc-safe.c.
3416         * lib/unistr.h: Update.
3417         * lib/unistr/u32-to-u8.c: Update.
3418         * lib/unistr/u32-to-u16.c: Update.
3419
3420 2007-01-27  Bruno Haible  <bruno@clisp.org>
3421
3422         Rename utf16-ucs4 -> utf16-ucs4-unsafe, utf16-ucs4-safe -> utf16-ucs4,
3423         u16_mbtouc -> u16_mbtouc_unsafe, u16_mbtouc_safe -> u16_mbtouc.
3424         * modules/utf16-ucs4-unsafe: Renamed from modules/utf16-ucs4.
3425         * lib/utf16-ucs4-unsafe.h: Renamed from lib/utf16-ucs4.h.
3426         * lib/unistr/utf16-ucs4-unsafe.c: Renamed from lib/unistr/utf16-ucs4.c.
3427         * modules/unistr/u16-mbtouc-unsafe: Renamed from
3428         modules/unistr/u16-mbtouc.
3429         * lib/unistr/u16-mbtouc-unsafe.c: Renamed from lib/unistr/u16-mbtouc.c.
3430         * lib/unistr.h: Update.
3431         * lib/linebreak.c: Update.
3432         * modules/linebreak: Update.
3433         * modules/utf16-ucs4: Renamed from modules/utf16-ucs4-safe.
3434         * lib/utf16-ucs4.h: Renamed from lib/utf16-ucs4-safe.h.
3435         * lib/unistr/utf16-ucs4.c: Renamed from lib/unistr/utf16-ucs4-safe.c.
3436         * modules/unistr/u16-mbtouc: Renamed from
3437         modules/unistr/u16-mbtouc-safe.
3438         * lib/unistr/u16-mbtouc.c: Renamed from lib/unistr/u16-mbtouc-safe.c.
3439         * lib/unistr.h: Update.
3440         * lib/unistr/u16-to-u8.c: Update.
3441         * modules/unistr/u16-to-u8: Update.
3442         * lib/unistr/u16-to-u32.c: Update.
3443         * modules/unistr/u16-to-u32: Update.
3444
3445 2007-01-27  Bruno Haible  <bruno@clisp.org>
3446
3447         Rename utf8-ucs4 -> utf8-ucs4-unsafe, utf8-ucs4-safe -> utf8-ucs4,
3448         u8_mbtouc -> u8_mbtouc_unsafe, u8_mbtouc_safe -> u8_mbtouc.
3449         * modules/utf8-ucs4-unsafe: Renamed from modules/utf8-ucs4.
3450         * lib/utf8-ucs4-unsafe.h: Renamed from lib/utf8-ucs4.h.
3451         * lib/unistr/utf8-ucs4-unsafe.c: Renamed from lib/unistr/utf8-ucs4.c.
3452         * modules/unistr/u8-mbtouc-unsafe: Renamed from
3453         modules/unistr/u8-mbtouc.
3454         * lib/unistr/u8-mbtouc-unsafe.c: Renamed from lib/unistr/u8-mbtouc.c.
3455         * lib/unistr.h: Update.
3456         * lib/striconveh.c: Update.
3457         * modules/striconveh: Update.
3458         * lib/linebreak.c: Update.
3459         * modules/linebreak: Update.
3460         * modules/utf8-ucs4: Renamed from modules/utf8-ucs4-safe.
3461         * lib/utf8-ucs4.h: Renamed from lib/utf8-ucs4-safe.h.
3462         * lib/unistr/utf8-ucs4.c: Renamed from lib/unistr/utf8-ucs4-safe.c.
3463         * modules/unistr/u8-mbtouc: Renamed from modules/unistr/u8-mbtouc-safe.
3464         * lib/unistr/u8-mbtouc.c: Renamed from lib/unistr/u8-mbtouc-safe.c.
3465         * lib/unistr.h: Update.
3466         * lib/striconveh.c: Update.
3467         * modules/striconveh: Update.
3468         * lib/unistr/u8-to-u16.c: Update.
3469         * modules/unistr/u8-to-u16: Update.
3470         * lib/unistr/u8-to-u32.c: Update.
3471         * modules/unistr/u8-to-u32: Update.
3472
3473 2007-01-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3474
3475         Sync from Libtool.
3476         * lib/argz.c: Do not include strings.h nor memory.h, include
3477         string.h unconditionally.  Patch by Simon Josefsson.
3478
3479 2007-01-27  Bruno Haible  <bruno@clisp.org>
3480
3481         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): New macro, extracted
3482         from gl_HEADER_STRING_H_BODY.
3483         (gl_HEADER_STRING_H_BODY): Require it.
3484         * m4/memmem.m4 (gl_FUNC_MEMMEM): Require gl_HEADER_STRING_H_DEFAULTS.
3485         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
3486         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
3487         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
3488         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
3489         * m4/strcase.m4 (gl_FUNC_STRCASECMP, gl_FUNC_STRNCASECMP): Likewise.
3490         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
3491         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
3492         * m4/strdup.m4 (gl_FUNC_STRDUP): Likewise.
3493         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
3494         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
3495         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Likewise.
3496         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
3497         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
3498         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
3499
3500 2007-01-27  Bruno Haible  <bruno@clisp.org>
3501
3502         * gnulib-tool (func_emit_lib_Makefile_am): If $for_test is true, turn
3503         check_PROGRAMS into noinst_PROGRAMS.
3504         (func_emit_tests_Makefile_am): Likewise. Also don't initialize
3505         check_PROGRAMS in this case.
3506         (func_import): Set for_test to false.
3507         (func_create_testdir): Set for_test to true.
3508
3509 2007-01-27  Yoann Vandoorselaere <yoann.v@prelude-ids.com>
3510             Bruno Haible  <bruno@clisp.org>
3511
3512         * modules/strcasestr (Files): Remove lib/strcasestr.h.
3513         (Depends-on): Add string.
3514         (Includes): Use <string.h> instead of strcasestr.h.
3515         * modules/string (Makefile.am): Also substitute the value of
3516         REPLACE_STRCASESTR.
3517         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Don't define strcasestr here;
3518         assume strcasestr is declared in <string.h> not <strings.h>. Also
3519         set REPLACE_STRCASESTR.
3520         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Provide a default value for
3521         REPLACE_STRCASESTR.
3522         * lib/strcasestr.h: Remove file.
3523         * lib/strcasestr.c: Include <string.h> instead of strcasestr.h.
3524         * lib/string_.h (strcasestr): New declaration.
3525
3526 2007-01-27  Bruno Haible  <bruno@clisp.org>
3527
3528         * lib/string_.h: Use 'extern'.
3529
3530 2007-01-27  Jim Meyering  <jim@meyering.net>
3531
3532         * lib/regex_internal.c (re_string_reconstruct): Remove declaration
3533         of set-but-not-used local, "q".
3534
3535         * lib/mempcpy.c: Include <config.h> before <string.h>.
3536         This fixes a compilation error on HP-UX, due to the system's
3537         "restrict"-using mempcpy prototype.
3538
3539 2007-01-26  Bruno Haible  <bruno@clisp.org>
3540
3541         Small optimization.
3542         * lib/javacomp.c: Include c-strstr.h.
3543          (is_envjavac_gcj): Use c_strstr instead of strstr.
3544         * modules/javacomp (Depends-on): Add c-strstr, remove strstr.
3545
3546 2007-01-26  Bruno Haible  <bruno@clisp.org>
3547
3548         * MODULES.html.sh (Unicode string functions): Add the new modules.
3549
3550         * modules/uniconv/u32-strconv-to-locale: New file.
3551         * lib/uniconv/u32-strconv-to-locale.c: New file.
3552
3553         * modules/uniconv/u16-strconv-to-locale: New file.
3554         * lib/uniconv/u16-strconv-to-locale.c: New file.
3555
3556         * modules/uniconv/u8-strconv-to-locale: New file.
3557         * lib/uniconv/u8-strconv-to-locale.c: New file.
3558
3559         * modules/uniconv/u32-strconv-from-locale: New file.
3560         * lib/uniconv/u32-strconv-from-locale.c: New file.
3561
3562         * modules/uniconv/u16-strconv-from-locale: New file.
3563         * lib/uniconv/u16-strconv-from-locale.c: New file.
3564
3565         * modules/uniconv/u8-strconv-from-locale: New file.
3566         * lib/uniconv/u8-strconv-from-locale.c: New file.
3567
3568         * modules/uniconv/u32-strconv-to-enc: New file.
3569         * lib/uniconv/u32-strconv-to-enc.c: New file.
3570         * modules/uniconv/u32-strconv-to-enc-tests: New file.
3571         * tests/uniconv/test-u32-strconv-to-enc.c: New file.
3572
3573         * modules/uniconv/u16-strconv-to-enc: New file.
3574         * lib/uniconv/u16-strconv-to-enc.c: New file.
3575         * lib/uniconv/u-strconv-to-enc.h: New file.
3576         * modules/uniconv/u16-strconv-to-enc-tests: New file.
3577         * tests/uniconv/test-u16-strconv-to-enc.c: New file.
3578
3579         * modules/uniconv/u8-strconv-to-enc: New file.
3580         * lib/uniconv/u8-strconv-to-enc.c: New file.
3581         * modules/uniconv/u8-strconv-to-enc-tests: New file.
3582         * tests/uniconv/test-u8-strconv-to-enc.c: New file.
3583
3584         * modules/uniconv/u32-strconv-from-enc: New file.
3585         * lib/uniconv/u32-strconv-from-enc.c: New file.
3586         * modules/uniconv/u32-strconv-from-enc-tests: New file.
3587         * tests/uniconv/test-u32-strconv-from-enc.c: New file.
3588
3589         * modules/uniconv/u16-strconv-from-enc: New file.
3590         * lib/uniconv/u16-strconv-from-enc.c: New file.
3591         * modules/uniconv/u16-strconv-from-enc-tests: New file.
3592         * tests/uniconv/test-u16-strconv-from-enc.c: New file.
3593
3594         * modules/uniconv/u8-strconv-from-enc: New file.
3595         * lib/uniconv/u8-strconv-from-enc.c: New file.
3596         * lib/uniconv/u-strconv-from-enc.h: New file.
3597         * modules/uniconv/u8-strconv-from-enc-tests: New file.
3598         * tests/uniconv/test-u8-strconv-from-enc.c: New file.
3599
3600         * modules/uniconv/u32-conv-from-enc: New file.
3601         * lib/uniconv/u32-conv-from-enc.c: New file.
3602         * modules/uniconv/u32-conv-from-enc-tests: New file.
3603         * tests/uniconv/test-u32-conv-from-enc.c: New file.
3604
3605         * modules/uniconv/u16-conv-from-enc: New file.
3606         * lib/uniconv/u16-conv-from-enc.c: New file.
3607         * lib/uniconv/u-conv-from-enc.h: New file.
3608         * modules/uniconv/u16-conv-from-enc-tests: New file.
3609         * tests/uniconv/test-u16-conv-from-enc.c: New file.
3610
3611         * modules/uniconv/u8-conv-from-enc: New file.
3612         * lib/uniconv/u8-conv-from-enc.c: New file.
3613         * modules/uniconv/u8-conv-from-enc-tests: New file.
3614         * tests/uniconv/test-u8-conv-from-enc.c: New file.
3615
3616         * modules/uniconv/base: New file.
3617         * lib/uniconv.h: New file.
3618
3619 2007-01-26  Paul Eggert  <eggert@cs.ucla.edu>
3620
3621         * doc/gnulib-tool.texi (Initial import): Update to match current
3622         behavior with strdup module.
3623         * lib/.cppi-disable: Remove strcase.h, strdup.h, strndup.h, strnlen.h.
3624         * lib/memmem.h: Remove; all uses removed.  This is now done
3625         by <string.h>.
3626         * lib/mempcpy.h: Likewise.
3627         * lib/memrchr.h: Likewise.
3628         * lib/stpcpy.h: Likewise.
3629         * lib/stpncpy.h: Likewise.
3630         * lib/strcase.h: Likewise.
3631         * lib/strchrnul.h: Likewise.
3632         * lib/strdup.h: Likewise.
3633         * lib/strndup.h: Likewise.
3634         * lib/strnlen.h: Likewise.
3635         * lib/strpbrk.h: Likewise.
3636         * lib/strsep.h: Likewise.
3637         * lib/strstr.h: Likewise.
3638         * lib/strtok_r.h: Likewise.
3639         * lib/string_.h: New file.
3640         * lib/argp-namefrob.h: Don't include no-longer-existent include files.
3641         Rely on <string.h> instead.
3642         * lib/canon-host.c: Likewise.
3643         * lib/chdir-long.c: Likewise.
3644         * lib/concatpath.c: Likewise.
3645         * lib/exclude.c: Likewise.
3646         * lib/fchdir.c: Likewise.
3647         * lib/getaddrinfo.c: Likewise.
3648         * lib/getcwd.c: Likewise.
3649         * lib/getsubopt.c: Likewise.
3650         * lib/glob.c: Likewise.
3651         * lib/hard-locale.c: Likewise.
3652         * lib/iconvme.c: Likewise.
3653         * lib/javacomp.c: Likewise.
3654         * lib/mempcpy.c: Likewise.
3655         * lib/memrchr.c: Likewise.
3656         * lib/regex_internal.h: Likewise.
3657         * lib/stpncpy.c: Likewise.
3658         * lib/strcasecmp.c: Likewise.
3659         * lib/strchrnul.c: Likewise.
3660         * lib/strdup.c: Likewise.
3661         * lib/striconv.c: Likewise.
3662         * lib/striconveh.c: Likewise.
3663         * lib/striconveha.c: Likewise.
3664         * lib/strncasecmp.c: Likewise.
3665         * lib/strndup.c: Likewise.
3666         * lib/strnlen.c: Likewise.
3667         * lib/strsep.c: Likewise.
3668         * lib/strstr.c: Likewise.
3669         * lib/strtok_r.c: Likewise.
3670         * lib/userspec.c: Likewise.
3671         * lib/w32spawn.h: Likewise.
3672         * lib/xstrndup.c: Likewise.
3673         * lib/mountlist.c (strstr): Remove decl.
3674         * m4/string_h.m4: New file.
3675         * m4/memmem.m4 (gl_FUNC_MEMMEM): Set HAVE_DECL_MEMMEM if necessary.
3676         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Set HAVE_MEMPCPY if necessary.
3677         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Set HAVE_MEMRCHR
3678         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Set HAVE_STPCPY if necessary.
3679         * m4/stpncpy.m4 (gl_PREREQ_STPNCPY): Set HAVE_STPNCPY if necessary.
3680         * m4/strcase.m4 (gl_FUNC_STRCASECMP):
3681         Set REPLACE_STRCASECMP if necessary.
3682         (gl_FUNC_STRNCASECMP): Set HAVE_DECL_STRNCASECMP if necessary.
3683         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Set HAVE_STRCHRNUL if necessary.
3684         * m4/strdup.m4 (gl_FUNC_STRDUP): Set HAVE_DECL_STRDUP if necessary.
3685         * m4/strndup.m4 (gl_FUNC_STRNDUP): Set HAVE_DECL_STRNLEN and
3686         HAVE_DECL_STRDUP if necessary.
3687         (gl_PREREQ_STRNLEN): Don't bother to check for strnlen decl,
3688         since gl_FUNC_STRNDUP does that now.
3689         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Set HAVE_DECL_STRNLEN if necessary.
3690         Check for decl here...
3691         (gl_PREREQ_STRNLEN): ... not here.
3692         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Set HAVE_STRPBRK if necessary.
3693         * m4/strsep.m4 (gl_FUNC_STRSEP): Set HAVE_STRSEP if necessary.
3694         * m4/strstr.m4 (gl_FUNC_STRSTR): Set REPLACE_STRSTR if necessary.
3695         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Set HAVE_DECL_STRTOK_R if
3696         necessary.
3697         * modules/string: New file.
3698         * modules/memmem (Files): Remove special-purpose include file.
3699         (Depends-on): Add string.
3700         (Include): Include <string.h>, not the removed file.
3701         * modules/mempcpy: Likewise.
3702         * modules/memrchr: Likewise.
3703         * modules/stpcpy: Likewise.
3704         * modules/stpncpy: Likewise.
3705         * modules/strcase: Likewise.
3706         * modules/strchrnul: Likewise.
3707         * modules/strdup: Likewise.
3708         * modules/strndup: Likewise.
3709         * modules/strnlen: Likewise.
3710         * modules/strpbrk: Likewise.
3711         * modules/strsep: Likewise.
3712         * modules/strstr: Likewise.
3713         * modules/strtok_r: Likewise.
3714         * tests/test-dirname.c: Don't include "strdup.h", since
3715         <string.h> now suffices.
3716         * tests/test-memmem.c: Don't include "memmem.h", since
3717         <string.h> now suffices.
3718
3719 2007-01-25  Bruno Haible  <bruno@clisp.org>
3720
3721         * lib/striconveh.c (mem_cd_iconveh_internal): Ignore *lengthp if
3722         *resultp is 0.
3723
3724         * lib/unistr/u16-to-u8.c (u16_to_u8): Fix u8_uctomb invocation.
3725         * lib/unistr/u32-to-u8.c (u32_to_u8): Likewise.
3726         * lib/unistr/u8-to-u16.c (u8_to_u16): Fix u16_uctomb invocation.
3727         * lib/unistr/u32-to-u16.c (u32_to_u16): Likewise.
3728
3729         * modules/unistr/u8-to-u16 (Depends-on): Add missing modules.
3730         * modules/unistr/u8-to-u32 (Depends-on): Add missing modules.
3731         * modules/unistr/u16-to-u8 (Depends-on): Add missing modules.
3732         * modules/unistr/u16-to-u32 (Depends-on): Add missing modules.
3733         * modules/unistr/u32-to-u8 (Depends-on): Add missing modules.
3734         * modules/unistr/u32-to-u16 (Depends-on): Add missing modules.
3735
3736 2007-01-24  Bruno Haible  <bruno@clisp.org>
3737
3738         Don't AC_REQUIRE autoconf macros that invoke AC_LIBOBJ. See
3739         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00279.html>.
3740         * m4/argp.m4 (gl_ARGP): Invoke, don't require, gl_GETOPT_SUBSTITUTE.
3741         * m4/fts.m4 (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): Invoke, don't require,
3742         gl_FUNC_FTS_CORE.
3743         (gl_FUNC_FTS_CORE): Invoke, don't require, gl_FUNC_OPENAT.
3744         * m4/lstat.m4 (gl_FUNC_LSTAT): Invoke, don't require,
3745         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
3746         * m4/memcmp.m4 (gl_FUNC_MEMCMP): Invoke, don't require, AC_FUNC_MEMCMP.
3747         * m4/mktime.m4 (gl_FUNC_MKTIME): Invoke, don't require, AC_FUNC_MKTIME.
3748         * m4/openat.m4 (gl_FUNC_OPENAT): Invoke, don't require,
3749         gl_FUNC_FCHOWNAT.
3750         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Invoke, don't require,
3751         gl_FUNC_STRFTIME.
3752         * m4/strtod.m4 (gl_FUNC_STRTOD): Invoke, don't require, AC_FUNC_STRTOD.
3753         Reported by Ralf Wildenhues.
3754
3755 2007-01-24  Bruno Haible  <bruno@clisp.org>
3756
3757         Drop AC_REQUIRE calls that are redundant with the module dependencies.
3758         * m4/canon-host.m4 (gl_PREREQ_CANON_HOST): Don't require
3759         gl_GETADDRINFO.
3760         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Don't require AM_STDBOOL_H,
3761         gl_FUNC_MEMPCPY, gl_FUNC_OPENAT, gl_FUNC_MEMRCHR.
3762         * m4/openat.m4 (gl_PREREQ_OPENAT): Don't require gl_SAVE_CWD.
3763
3764 2007-01-24  Paul Eggert  <eggert@cs.ucla.edu>
3765
3766         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Add test for glibc bug 361.
3767         Don't use 'exit'; just return from 'main'.
3768         (_AC_LIBOBJ_FNMATCH): Check for headers and functions just once.
3769
3770         * lib/fnmatch_.h: Readjust white space and comments to match
3771         glibc, to avoid spurious diffs.
3772
3773 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
3774
3775         * lib/fnmatch_loop.c (internal_fnmatch) [!_LIBC]: #if-out the
3776         2004-12-01 change by Jakub Jelinek, since this code won't compile
3777         if !LIBC.  Problem reported by Bob Proulx.
3778
3779 2007-01-23  Bruno Haible  <bruno@clisp.org>
3780
3781         * lib/striconveh.c: Include c-strcaseeq.h.
3782         (mem_iconveh, str_iconveh): Use STRCASEEQ instead of c_strcasecmp.
3783         * modules/striconveh (Depends-on): Add c-strcaseeq.
3784
3785 2007-01-23  Bruno Haible  <bruno@clisp.org>
3786
3787         * MODULES.html.sh (String handling): Add streq, c-strcaseeq.
3788
3789         * modules/c-strcaseeq: New file.
3790         * lib/c-strcaseeq.h: New file.
3791
3792         * modules/streq: New file.
3793         * lib/streq.h: New file.
3794
3795 2007-01-23  Bruno Haible  <bruno@clisp.org>
3796
3797         * modules/striconveha-tests: New file.
3798         * tests/test-striconveha.c: New file.
3799
3800         * lib/striconveha.h: Include <stdbool.h>.
3801         (mem_iconveha, str_iconveha): Add 'transliterate' argument.
3802         * lib/striconveha.c: Include allocsa.h, strdup.h, c-strcase.h.
3803         (mem_iconveha_notranslit): Renamed from mem_iconveha.
3804         (mem_iconveha): New function.
3805         (str_iconveha_notranslit): Renamed from str_iconveha.
3806         (str_iconveha): New function.
3807         * modules/striconveha (Depends-on): Add stdbool, allocsa, strdup,
3808         c-strcase.
3809
3810 2007-01-23  Bruno Haible  <bruno@clisp.org>
3811
3812         * lib/striconveha.c (mem_iconveha): Fix endless recursion. Try all
3813         encodings without forgiving before trying any encoding with handler.
3814         (str_iconveha): Try all encodings without forgiving before trying any
3815         encoding with handler.
3816
3817 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
3818
3819         Import the following changes from libc.
3820
3821         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
3822
3823         * lib/fnmatch_loop.c: Adjust for changed secondary hash function.
3824
3825         2004-12-01  Jakub Jelinek  <jakub@redhat.com>
3826
3827         * lib/fnmatch_loop.c (internal_fnmatch): Clear is_seqval after
3828         normal_bracket label.
3829
3830         2004-09-01  Jakub Jelinek  <jakub@redhat.com>
3831
3832         [BZ #361]
3833         * lib/fnmatch_loop.c (FCT): For backslash between brackets, branch
3834         to normal_bracket after fetching the next character.
3835
3836 2007-01-22  Bruno Haible  <bruno@clisp.org>
3837
3838         * lib/striconveh.h (mem_cd_iconveh, mem_iconveh): Add 'offsets'
3839         argument.
3840         * lib/striconveh.c (iconv_carefully_1): New function.
3841         (mem_cd_iconveh_internal, mem_cd_iconveh, mem_iconveh): Add 'offsets'
3842         argument.
3843         (str_cd_iconveh): Update.
3844         * lib/striconveha.h (mem_iconveha): Add 'offsets' argument.
3845         * lib/striconveha.c (mem_iconveha): Add 'offsets' argument.
3846         * tests/test-striconveh.c (MAGIC): New macro.
3847         (new_offsets): New function.
3848         (main): Test call with and without offsets.
3849
3850 2007-01-22  Bruno Haible  <bruno@clisp.org>
3851
3852         * modules/sys_stat (Makefile.am): Use @MKDIR_P@ instead of $(MKDIR_P).
3853         * modules/sys_select (Makefile.am): Likewise.
3854         * modules/sys_socket (Makefile.am): Likewise.
3855         * modules/sys_time (Makefile.am): Likewise.
3856
3857 2007-01-22  Paul Eggert  <eggert@cs.ucla.edu>
3858
3859         * modules/gettimeofday (License): Change from GPL to LGPL, since
3860         gettimeofday is a library function.
3861
3862 2007-01-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
3863
3864         * lib/poll.c (rpl_poll): Don't check against FD_SETSIZE under Win32.
3865
3866 2007-01-21  Bruno Haible  <bruno@clisp.org>
3867
3868         * m4/gnulib-common.m4 (AC_PROG_MKDIR_P): New macro.
3869
3870 2007-01-21  Bruno Haible  <bruno@clisp.org>
3871
3872         * modules/striconveha: New file.
3873         * lib/striconveha.h: New file.
3874         * lib/striconveha.c: New file.
3875         * MODULES.html.sh (Internationalization functions): Add striconveha.
3876         * lib/striconv.c (str_iconv): Optimize the case of an empty input
3877         string.
3878         * lib/striconveh.c (mem_iconveh, str_iconveh): Likewise.
3879
3880 2007-01-21  Bruno Haible  <bruno@clisp.org>
3881
3882         * lib/striconv.c (str_iconv): Guarantee errno is set when strdup fails.
3883         * lib/striconveh.c (str_iconveh): Likewise.
3884
3885 2007-01-21  Bruno Haible  <bruno@clisp.org>
3886
3887         * lib/striconveh.h (mem_iconveh): New declaration.
3888         * lib/striconveh.c (mem_iconveh): New function.
3889         * tests/test-striconveh.c (main): Add tests for mem_iconveh.
3890
3891 2007-01-21  Bruno Haible  <bruno@clisp.org>
3892
3893         * lib/xstriconv.h (xmem_cd_iconv): Change specification.
3894
3895         * lib/striconveh.h (mem_cd_iconveh): Change specification.
3896         * lib/striconveh.c (mem_cd_iconveh): Don't free the user-supplied
3897         original result buffer.
3898         (str_cd_iconveh): Update.
3899         * tests/test-striconveh.c (main): Update.
3900
3901         * lib/striconv.h (mem_cd_iconv): Change specification.
3902         * lib/striconv.c (mem_cd_iconv): Don't free the user-supplied original
3903         result buffer.
3904         (str_cd_iconv): Update.
3905         * tests/test-striconv.c (main): Update.
3906
3907 2007-01-21  Bruno Haible  <bruno@clisp.org>
3908
3909         * gnulib-tool: Fix test whether sed is GNU sed supporting --posix.
3910
3911 2007-01-20  Jim Meyering  <jim@meyering.net>
3912
3913         * lib/userspec.c (parse_with_separator): If a user or group string
3914         starts with "+", skip the corresponding name-to-ID look-up, since
3915         such a look-up must fail: user and group names may not include "+".
3916
3917 2007-01-19  Paul Eggert  <eggert@cs.ucla.edu>
3918
3919         * lib/poll.c: Include sys/time.h and time.h unconditionally,
3920         since we now assume the sys_time module.
3921         * m4/poll.m4 (gl_PREREQ_POLL): Don't require AC_HEADER_TIME or
3922         check for sys/time.h; no longer needed.
3923         * modules/poll (Depends-on): Depend on sys_time.
3924
3925 2007-01-18  Bruno Haible  <bruno@clisp.org>
3926
3927         * m4/mktime.m4 (AC_FUNC_MKTIME): Remove test for <sys/time.h>.
3928         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
3929
3930         * m4/tempname.m4 (gl_PREREQ_TEMPNAME): Remove tests for sys/time.h and
3931         gettimeofday.
3932
3933         * tests/test-gettimeofday.c: Include <time.h>.
3934         (dummy): Remove variable.
3935
3936         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Renamed from
3937         gl_HEADER_SYS_TIME_H.
3938         (gl_HEADER_SYS_TIME_H): New macro.
3939
3940         * lib/sys_time_.h: Test GETTIMEOFDAY_REPLACEMENT instead of
3941         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
3942         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY,
3943         gl_FUNC_GETTIMEOFDAY_CLOBBER): Set GETTIMEOFDAY_REPLACEMENT instead of
3944         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
3945         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H): Initialize
3946         GETTIMEOFDAY_REPLACEMENT instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE
3947         and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
3948         * modules/sys_time (sys/time.h): Substitute GETTIMEOFDAY_REPLACEMENT
3949         instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and
3950         GETTIMEOFDAY_CLOBBERS_LOCALTIME.
3951
3952         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Undo the
3953         last change; it caused a compilation error when cross-compiling to
3954         Cygwin.
3955
3956 2007-01-18  Jim Meyering  <jim@meyering.net>
3957
3958         Use "$(MKDIR_P) sys", not race-prone "test -d sys || mkdir sys".
3959         * modules/sys_stat (Makefile.am): Use "$(MKDIR_P) sys", rather
3960         than the race-prone "test -d sys || mkdir sys".
3961         (configure.ac): Use AC_PROG_MKDIR_P.
3962         * modules/sys_select: Likewise.
3963         * modules/sys_socket: Likewise.
3964         * modules/sys_time: Likewise.
3965
3966 2007-01-18  Eric Blake  <ebb9@byu.net>
3967
3968         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Also
3969         replace gettimeofday.
3970         * lib/gettimeofday.c (rpl_gettimeofday): Declare with replacement
3971         name, to avoid infinite recursion.
3972
3973 2007-01-17  Paul Eggert  <eggert@cs.ucla.edu>
3974
3975         * MODULES.html.sh (Support for systems lacking POSIX:2001): New
3976         module sys_time.
3977         * lib/gethrxtime.c: Include <sys/time.h>, since we can no longer
3978         assume timespec.h defines struct timeval.
3979         * lib/settime.c: Likewise.
3980         * lib/utimens.c: Likewise.
3981         * lib/gettime.c (gettime): Remove test against HAVE_GETTIMEOFDAY,
3982         since we now assume the gettimeofday module.
3983         * lib/tempname.c (__gen_tempname): Likewise.
3984         * lib/gettimeofday.h: Remove.
3985         * lib/gettimeofday.c: Include <sys/time.h> instead of "gettimeofday.h".
3986         Don't include <sys/types.h> and <stdlib.h>; shouldn't be needed.
3987         Include <time.h>, for 'time()'.
3988         (localtime_buffer_addr): Also use this workaround if
3989         TZSET_CLOBBERS_LOCALTIME.  Set to a dummy static variable by default,
3990         to simplify the uses.  All uses changed.
3991         (localtime, gmtime, tzset, gettimeofday): Reformat slightly so
3992         that #undef is inside {}, and 'const' follows type name consistently.
3993         (tzset): Define replacement only if TZSET_CLOBBERS_LOCALTIME.
3994         (gettimeofday): Do not use the maximum possible value for
3995         tv->tv_usec, since that might break usages other than ls.c.
3996         Instead, we'll leave ls.c alone.  This undoes today's patch
3997         by Bruno.  Add a compile-time warning for 1s-clock resolution;
3998         we've never observed the problem but might as well keep the
3999         canary.
4000         * lib/nanosleep.c: Include timespec.h first, for interface check.
4001         * lib/nanosleep.c: Include <sys/time.h> unconditionally, since we
4002         now assume the sys_time module.
4003         * lib/tempname.c: Likewise.
4004         * lib/timespec.h: Likewise.
4005         * lib/nanosleep.c: Don't worry about TIME_WITH_SYS_TIME; no longer
4006         needed.
4007         * lib/strftime.c: Likewise.
4008         * lib/timespec.h: Likewise.
4009         * lib/posixtm.c: Include posixtm.h first, for interface check.
4010         Don't worry about TM_IN_SYS_TIME; that's wayyy obsolete.
4011         * lib/posixtm.h: Include stdbool.h and time.h, for proper interface.
4012         * lib/strftime.c: Don't include <sys/types.h>; shouldn't be needed.
4013         * lib/sys_time_.h: New file.
4014         * lib/timespec.h (struct timespec): Use long int, not long.
4015         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
4016         (gl_FUNC_GETTIMEOFDAY_CLOBBER, gl_PREREQ_GETTIMEOFDAY):
4017         Remove obsolescent call to AC_HEADER_TIME.
4018         * m4/mktime.m4 (AC_FUNC_MKTIME): Likewise.
4019         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
4020         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
4021         * m4/timespec.m4 (gl_TIMESPEC, gl_CHECK_TYPE_STRUCT_TIMESPEC):
4022         Likewise.
4023         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Likewise.
4024         * m4/utimbuf.m4 (gl_CHECK_TYPE_STRUCT_UTIMBUF): Likewise.
4025         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): Move sys/time.h tests
4026         into the sys_time module.  Check for gettimeofday just once.
4027         Prefix our variables with gl_, not with ac_ or jm_.  Tighten test
4028         for gettimeofday signature to just check the signature.  Merely
4029         compile it, since linking doesn't test signature.  Improve test for
4030         whether gettimeofday.o is actually needed.
4031         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Renamed from
4032         AC_FUNC_GETTIMEOFDAY_CLOBBER.  All uses changed.  Use
4033         AC_RUN_IFELSE rather than AC_TRY_RUN.  If clobbering, set
4034         and define GETTIMEOFDAY_CLOBBERS_LOCALTIME.
4035         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Don't define
4036         GETTIMEOFDAY_CLOBBERS_LOCALTIME; that's gl_FUNC_GETTIMEOFDAY_CLOBBER's
4037         job.  Don't define tzset; that's gl_FUNC_TZSET_CLOBBER's job.
4038         * m4/mktime.m4 (AC_FUNC_MKTIME): Just include <time.h> rather
4039         than worrying about sys/time.h.
4040         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
4041         Don't bother worrying about TIME_WITH_SYS_TIME.
4042         * m4/stat-time.m4 (gl_STAT_TIME): Likewise.
4043         * m4/posixtm.m4 (gl_POSIXTM): Remove obsolescent call to AC_STRUCT_TM.
4044         * m4/sys_time_h.m4: New file.
4045         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Require gl_HEADER_SYS_TIME_H.
4046         Don't include sys/time.h.  Return from main rather than exiting.
4047         Define TZSET_CLOBBERS_LOCALTIME, for consistency with other names;
4048         all uses changed.
4049         * modules/gethrxtime (Depends-on): Add sys_time.
4050         * modules/gettime (Depends-on): Likewise.
4051         * modules/gettimeofday (Depends-on): Likewise.
4052         * modules/nanosleep (Depends-on): Likewise.
4053         * modules/settime (Depends-on): Likewise.
4054         * modules/tempname (Depends-on): Likewise.
4055         * modules/utimens (Depends-on): Likewise.
4056         * modules/gettimeofday (Files): Remove lib/gettimeofday.h.
4057         (Include:) Change back to <sys/time.h>.
4058         (Maintainer:) Add self.
4059         * modules/sys_time: New file.
4060         * modules/tempname (Depends-on): Add gettimeofday.
4061         * tests/test-gettimeofday.c: Include <sys/time.h>
4062         rather than gettimeofday.h.
4063
4064 2007-01-17  Bruno Haible  <bruno@clisp.org>
4065
4066         * gnulib-tool (func_get_license): Revert last patch. Instead, let
4067         the license default to GPL.
4068         (func_create_testdir): Don't complain if a module is LGPL and its
4069         tests module depends on GPLed modules.
4070
4071 2007-01-17  Bruno Haible  <bruno@clisp.org>
4072
4073         * lib/gettimeofday.c (gettimeofday): Add code for the case
4074         HAVE_GETTIMEOFDAY && !GETTIMEOFDAY_CLOBBERS_LOCALTIME. Use the
4075         maximum possible value for tv->tv_usec, rather than the minimum one.
4076
4077 2005-10-08  Martin Lambers  <marlam@marlam.de>
4078 2005-10-08  Paul Eggert  <eggert@cs.ucla.edu>
4079 2007-01-16  Bruno Haible  <bruno@clisp.org>
4080
4081         * modules/gettimeofday (Files): Add lib/gettimeofday.h.
4082         (configure.ac): Remove AC_FUNC_GETTIMEOFDAY_CLOBBER. Add
4083         gl_FUNC_GETTIMEOFDAY.
4084         (Include): Add gettimeofday.h.
4085         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): New macro.
4086         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't invoke gl_PREREQ_GETTIMEOFDAY.
4087         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Define
4088         GETTIMEOFDAY_CLOBBERS_LOCALTIME. Invoke gl_PREREQ_GETTIMEOFDAY here.
4089         (gl_PREREQ_GETTIMEOFDAY): Check for <sys/timeb.h> and _ftime.
4090         * lib/gettimeofday.h: New file.
4091         * lib/gettimeofday.c: Include <sys/timeb.h>.
4092         (localtime_buffer_addr, rpl_localtime, rpl_gmtime, rpl_tzset): Define
4093         only if GETTIMEOFDAY_CLOBBERS_LOCALTIME.
4094         (rpl_gettimeofday) [!HAVE_GETTIMEOFDAY]: Use _ftime() when available;
4095         fall back on time().
4096
4097         * tests/test-gettimeofday.c: New file.
4098         * modules/gettimeofday-tests: New file.
4099
4100 2007-01-16  Eric Blake  <ebb9@byu.net>
4101
4102         * modules/fnmatch (Depends-on): Depend on wchar.
4103         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Assume <wchar.h>.
4104         * m4/fnmatch.m4: Likewise.
4105         * modules/mbchar (Makefile.am): Assume <wchar.h>.
4106         * m4/mbchar.m4: Likewise.
4107         * modules/mbswidth (Depends-on): Depend on wchar.
4108         * lib/mbswidth.c: Assume <wchar.h>.
4109         * m4/mbswidth.m4: Likewise.
4110         * modules/quotearg (Depends-on): Depend on wchar.
4111         * lib/quotearg.c: Assume <wchar.h>.
4112         * m4/quotearg.m4: Likewise.
4113         * modules/regex (Depends-on): Depend on wchar.
4114         * lib/regex_internal.h: Assume <wchar.h>.
4115         * m4/regex.m4: Likewise.
4116         * modules/stdint (Depends-on): Depend on wchar.
4117         * lib/stdint_.h [!defined WCHAR_MIN]: Assume <wchar.h>.
4118         * m4/stdint.m4: Likewise.
4119         * tests/test-stdint.c [HAVE_WINT_T]: Likewise.
4120         * modules/strftime (Depends-on): Depend on wchar.
4121         * lib/strftime.c (DO_MULTIBYTE): Assume <wchar.h>.
4122         * modules/strtol (Depends-on): Depend on wchar.
4123         * lib/strtol.c: Assume <wchar.h>.
4124         * modules/wcwidth (Depends-on): Depend on wchar.
4125         * lib/wcwidth.h: Assume <wchar.h>.
4126         * m4/wcwidth.m4: Likewise.
4127
4128 2007-01-16  Bruno Haible  <bruno@clisp.org>
4129
4130         * modules/csharpexec-script: New, created from...
4131         * modules/csharpexec: ... this.
4132
4133 2007-01-16  Paolo Bonzini  <bonzini@gnu.org>
4134
4135         * modules/javaexec-script: New, created from...
4136         * modules/javaexec: ... this.
4137
4138 2007-01-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
4139
4140         * modules/poll (Dependencies): Add sys_select.
4141
4142 2007-01-15  Jim Meyering  <jim@meyering.net>
4143
4144         * m4/readutmp.m4 (gl_READUTMP): Work around AIX 4.3 struct-
4145         redefinition bug when using both <utmp.h> and <utmpx.h> headers.
4146         * lib/readutmp.h: Likewise.  Reported by Daniel Richard G. in
4147         <http://article.gmane.org/gmane.comp.gnu.core-utils.bugs/9415>.
4148
4149 2007-01-15  Bruno Haible  <bruno@clisp.org>
4150
4151         * modules/striconveh: New file.
4152         * lib/striconveh.h: New file.
4153         * lib/striconveh.c: New file.
4154         * MODULES.html.sh (Internationalization functions): Add striconveh.
4155
4156         * modules/striconveh-tests: New file.
4157         * tests/test-striconveh.c: New file.
4158
4159 2007-01-15  Bruno Haible  <bruno@clisp.org>
4160
4161         * lib/striconv.c (str_cd_iconv): Use the first algorithm if iconv is
4162         not from GNU libiconv or GNU libc.
4163
4164 2007-01-15  Bruno Haible  <bruno@clisp.org>
4165
4166         * doc/gnulib-intro.texi (Copyright): Explain the different license
4167         terms for module descriptions, autoconf macros, tests, documentation.
4168
4169 2007-01-14  Bruno Haible  <bruno@clisp.org>
4170
4171         * modules/striconv-tests: New file.
4172         * tests/test-striconv.c: New file.
4173
4174 2007-01-14  Bruno Haible  <bruno@clisp.org>
4175
4176         * modules/iconv-tests: New file.
4177         * tests/test-iconv.c: New file.
4178
4179 2007-01-14  Bruno Haible  <bruno@clisp.org>
4180
4181         * gnulib-tool (func_get_license): For test modules, use the license of
4182         the main module.
4183
4184 2007-01-14  Bruno Haible  <bruno@clisp.org>
4185
4186         * modules/iconv (Include): Clarify that <iconv.h> can only be included
4187         if iconv is found to exist.
4188
4189 2007-01-14  Bruno Haible  <bruno@clisp.org>
4190
4191         * modules/c-ctype-tests: New file.
4192         * tests/test-c-ctype.c: New file.
4193
4194 2007-01-14  Bruno Haible  <bruno@clisp.org>
4195
4196         * modules/binary-io-tests: New file.
4197         * tests/test-binary-io.sh: New file.
4198         * tests/test-binary-io.c: New file.
4199
4200 2007-01-14  Bruno Haible  <bruno@clisp.org>
4201
4202         * modules/array-oset-tests: New file.
4203         * tests/test-array_oset.c: New file.
4204
4205 2007-01-14  Bruno Haible  <bruno@clisp.org>
4206
4207         * modules/array-list-tests: New file.
4208         * tests/test-array_list.c: New file.
4209
4210 2007-01-14  Bruno Haible  <bruno@clisp.org>
4211
4212         * gnulib-tool (func_create_testdir): Don't unnecessarily run configure
4213         and make.
4214         Reported by Simon Josefsson in
4215         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00139.html>
4216
4217 2007-01-14  Bruno Haible  <bruno@clisp.org>
4218
4219         * modules/allocsa-tests: New file.
4220         * tests/test-allocsa.c: New file.
4221
4222 2007-01-14  Bruno Haible  <bruno@clisp.org>
4223
4224         * modules/fchdir (Depends-on): Add absolute-header.
4225         * modules/unistd (Depends-on): Likewise.
4226
4227 2006-12-30  Bruno Haible  <bruno@clisp.org>
4228
4229         * modules/fchdir: New file.
4230         * modules/unistd (Files): Add lib/unistd_.h.
4231         (Makefile.am): Generate unistd.h from unistd_.h.
4232         * lib/fchdir.c: New file.
4233         * lib/dirent_.h: New file.
4234         * lib/unistd_.h: New file.
4235         * lib/fcntl_.h (open) [FCHDIR_REPLACEMENT]: New replacement.
4236         * m4/fchdir.m4: New file.
4237         * m4/unistd_h.m4 (gl_PREREQ_UNISTD): New macro.
4238         (gl_HEADER_UNISTD): Invoke it.
4239         * lib/dup-safer.c (dup_safer) [FCHDIR_REPLACEMENT]: Use the dup
4240         function.
4241         * lib/backupfile.c (opendir, closedir): Undefine.
4242         * lib/chown.c (open, close): Undefine.
4243         * lib/clean-temp.c (open, close): Undefine.
4244         * lib/copy-file.c (open, close): Undefine.
4245         * lib/execute.c (open, close): Undefine.
4246         * lib/fsusage.c (open, close): Undefine.
4247         * lib/gc-gnulib.c (open, close): Undefine.
4248         * lib/getcwd.c (opendir, closedir): Undefine.
4249         * lib/glob.c (opendir, closedir): Undefine.
4250         * lib/javacomp.c (open, close): Undefine.
4251         * lib/mountlist.c (open, close, opendir, closedir): Undefine.
4252         * lib/openat-proc.c (open, close): Undefine.
4253         * lib/pagealign_alloc.c (open, close): Undefine.
4254         * lib/pipe.c (open, close): Undefine.
4255         * lib/progreloc.c (open, close): Undefine.
4256         * lib/savedir.c (opendir, closedir): Undefine.
4257         * lib/utime.c (open, close): Undefine.
4258         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add fchdir.
4259
4260 2007-01-10  Bruno Haible  <bruno@clisp.org>
4261
4262         * lib/striconv.c (mem_cd_iconv): Align the temporary buffer.
4263
4264 2007-01-12  Eric Blake  <ebb9@byu.net>
4265
4266         Provide a robust <wchar.h>.  Further simplifications are now
4267         possible in other modules, but not included here.
4268         * modules/wchar: New module.
4269         * m4/wchar.m4: New file.
4270         * lib/wchar_.h: Likewise.
4271         * modules/mbchar (Depends-on): Depend on wchar, as the first use
4272         of the new module.
4273         * MODULES.html.sh (Extended multibyte and wide character utilities):
4274         New section.
4275
4276 2007-01-12  Paul Eggert  <eggert@cs.ucla.edu>
4277
4278         * lib/xreadlink.c (SYMLINK_MAX) [!defined SYMLINK_MAX]: Define
4279         to a reasonable default for memory allocation.
4280         (xreadlink): Don't allocate a huge buffer, to work around a buggy
4281         file system that reports garbage st_size values for symlinks.
4282         Problem reported by Liyang Hu.
4283
4284 2007-01-11  Simon Josefsson  <simon@josefsson.org>
4285
4286         * gnulib-tool (func_all_modules): Exclude all .* files (e.g.,
4287         Emacs .#* auto-save files).
4288
4289 2007-01-11  Bruno Haible  <bruno@clisp.org>
4290
4291         * gnulib-tool (func_all_modules): Exclude all files inside the CVS
4292         directory.
4293
4294 2007-01-10  Paul Eggert  <eggert@cs.ucla.edu>
4295
4296         Use @...@ consistently in lib/wctype_.h.
4297         * lib/wctype_.h [HAVE_WINT_T]: Go back to using @...@, but rely
4298         on it being set to 1 or 0.
4299         * m4/wctype.m4 (gl_WCTYPE_H): Set HAVE_WINT_T to 1 or 0, and
4300         go back to AC_SUBSTing it.
4301         * modules/wctype (Makefile.am): Undo previous change.
4302
4303 2007-01-10  Eric Blake  <ebb9@byu.net>
4304
4305         * lib/wctype_.h [HAVE_WINT_T]: Rely on AC_DEFINE.
4306         * m4/wctype.m4 (gl_WCTYPE_H): No need to AC_SUBST(HAVE_WINT_T).
4307         * modules/wctype (Makefile.am): Likewise.
4308         Reported by Chris McGuire.
4309
4310 2007-01-10  Jim Meyering  <jim@meyering.net>
4311
4312         fts.c: a small readability/maintainability improvement
4313         * lib/fts.c (fts_read): Make this code slightly more readable and
4314         maintainable by hoisting the "sp->fts_cur = p" assignments to
4315         immediately follow the statements that set P.  Derived from
4316         the patch by Miloslav Trmac in http://bugzilla.redhat.com/222089.
4317
4318 2007-01-10  Eric Blake  <ebb9@byu.net>
4319
4320         * lib/wctype_.h [HAVE_WINT_T]: Include <stddef.h> before
4321         <wchar.h>, to work around BSDI bug in BSD/OS 4.0.1.
4322         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
4323         * m4/wint_t.m4 (gt_TYPE_WINT_T): Likewise.
4324         Reported by Chris McGuire.
4325
4326 2007-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4327
4328         * gnulib-tool (func_all_modules): Use POSIX conforming escaping
4329         in sed script.
4330
4331 2007-01-09  Bruno Haible  <bruno@clisp.org>
4332
4333         * MODULES.html.sh: Accept options --cvs-urls, --git-urls.
4334         (repo_url_prefix, repo_url_suffix, repo_url_suffix_repl): New
4335         variables.
4336         (func_module): Use them.
4337
4338 2007-01-09  Bruno Haible  <bruno@clisp.org>
4339
4340         * modules/unistr/base: New file.
4341         * lib/unistr.h: New file.
4342
4343         * modules/unistr/u8-to-u16: New file.
4344         * lib/unistr/u8-to-u16.c: New file.
4345
4346         * modules/unistr/u8-to-u32: New file.
4347         * lib/unistr/u8-to-u32.c: New file.
4348
4349         * modules/unistr/u16-to-u8: New file.
4350         * lib/unistr/u16-to-u8.c: New file.
4351
4352         * modules/unistr/u16-to-u32: New file.
4353         * lib/unistr/u16-to-u32.c: New file.
4354
4355         * modules/unistr/u32-to-u8: New file.
4356         * lib/unistr/u32-to-u8.c: New file.
4357
4358         * modules/unistr/u32-to-u16: New file.
4359         * lib/unistr/u32-to-u16.c: New file.
4360
4361         * modules/unistr/u8-check: New file.
4362         * modules/unistr/u16-check: New file.
4363         * modules/unistr/u32-check: New file.
4364         * lib/unistr/u8-check.c: New file.
4365         * lib/unistr/u16-check.c: New file.
4366         * lib/unistr/u32-check.c: New file.
4367
4368         * modules/unistr/u8-chr: New file.
4369         * modules/unistr/u16-chr: New file.
4370         * modules/unistr/u32-chr: New file.
4371         * lib/unistr/u8-chr.c: New file.
4372         * lib/unistr/u16-chr.c: New file.
4373         * lib/unistr/u32-chr.c: New file.
4374
4375         * modules/unistr/u8-cmp: New file.
4376         * modules/unistr/u16-cmp: New file.
4377         * modules/unistr/u32-cmp: New file.
4378         * lib/unistr/u8-cmp.c: New file.
4379         * lib/unistr/u16-cmp.c: New file.
4380         * lib/unistr/u32-cmp.c: New file.
4381
4382         * modules/unistr/u8-cpy: New file.
4383         * modules/unistr/u16-cpy: New file.
4384         * modules/unistr/u32-cpy: New file.
4385         * lib/unistr/u8-cpy.c: New file.
4386         * lib/unistr/u16-cpy.c: New file.
4387         * lib/unistr/u32-cpy.c: New file.
4388         * lib/unistr/u-cpy.h: New file.
4389
4390         * modules/unistr/u8-cpy-alloc: New file.
4391         * modules/unistr/u16-cpy-alloc: New file.
4392         * modules/unistr/u32-cpy-alloc: New file.
4393         * lib/unistr/u8-cpy-alloc.c: New file.
4394         * lib/unistr/u16-cpy-alloc.c: New file.
4395         * lib/unistr/u32-cpy-alloc.c: New file.
4396         * lib/unistr/u-cpy-alloc.h: New file.
4397
4398         * modules/unistr/u8-endswith: New file.
4399         * modules/unistr/u16-endswith: New file.
4400         * modules/unistr/u32-endswith: New file.
4401         * lib/unistr/u8-endswith.c: New file.
4402         * lib/unistr/u16-endswith.c: New file.
4403         * lib/unistr/u32-endswith.c: New file.
4404         * lib/unistr/u-endswith.h: New file.
4405
4406         * modules/unistr/u8-mblen: New file.
4407         * modules/unistr/u16-mblen: New file.
4408         * modules/unistr/u32-mblen: New file.
4409         * lib/unistr/u8-mblen.c: New file.
4410         * lib/unistr/u16-mblen.c: New file.
4411         * lib/unistr/u32-mblen.c: New file.
4412
4413         * modules/unistr/u8-mbtouc: New file.
4414         * modules/unistr/u16-mbtouc: New file.
4415         * modules/unistr/u32-mbtouc: New file.
4416         * lib/unistr/u8-mbtouc.c: New file.
4417         * lib/unistr/u16-mbtouc.c: New file.
4418         * lib/unistr/u32-mbtouc.c: New file.
4419
4420         * modules/unistr/u8-mbtouc-safe: New file.
4421         * modules/unistr/u16-mbtouc-safe: New file.
4422         * modules/unistr/u32-mbtouc-safe: New file.
4423         * lib/unistr/u8-mbtouc-safe.c: New file.
4424         * lib/unistr/u16-mbtouc-safe.c: New file.
4425         * lib/unistr/u32-mbtouc-safe.c: New file.
4426
4427         * modules/unistr/u8-move: New file.
4428         * modules/unistr/u16-move: New file.
4429         * modules/unistr/u32-move: New file.
4430         * lib/unistr/u8-move.c: New file.
4431         * lib/unistr/u16-move.c: New file.
4432         * lib/unistr/u32-move.c: New file.
4433         * lib/unistr/u-move.h: New file.
4434
4435         * modules/unistr/u8-next: New file.
4436         * modules/unistr/u16-next: New file.
4437         * modules/unistr/u32-next: New file.
4438         * lib/unistr/u8-next.c: New file.
4439         * lib/unistr/u16-next.c: New file.
4440         * lib/unistr/u32-next.c: New file.
4441
4442         * modules/unistr/u8-prev: New file.
4443         * modules/unistr/u16-prev: New file.
4444         * modules/unistr/u32-prev: New file.
4445         * lib/unistr/u8-prev.c: New file.
4446         * lib/unistr/u16-prev.c: New file.
4447         * lib/unistr/u32-prev.c: New file.
4448
4449         * modules/unistr/u8-set: New file.
4450         * modules/unistr/u16-set: New file.
4451         * modules/unistr/u32-set: New file.
4452         * lib/unistr/u8-set.c: New file.
4453         * lib/unistr/u16-set.c: New file.
4454         * lib/unistr/u32-set.c: New file.
4455         * lib/unistr/u-set.h: New file.
4456
4457         * modules/unistr/u8-startswith: New file.
4458         * modules/unistr/u16-startswith: New file.
4459         * modules/unistr/u32-startswith: New file.
4460         * lib/unistr/u8-startswith.c: New file.
4461         * lib/unistr/u16-startswith.c: New file.
4462         * lib/unistr/u32-startswith.c: New file.
4463         * lib/unistr/u-startswith.h: New file.
4464
4465         * modules/unistr/u8-stpcpy: New file.
4466         * modules/unistr/u16-stpcpy: New file.
4467         * modules/unistr/u32-stpcpy: New file.
4468         * lib/unistr/u8-stpcpy.c: New file.
4469         * lib/unistr/u16-stpcpy.c: New file.
4470         * lib/unistr/u32-stpcpy.c: New file.
4471         * lib/unistr/u-stpcpy.h: New file.
4472
4473         * modules/unistr/u8-stpncpy: New file.
4474         * modules/unistr/u16-stpncpy: New file.
4475         * modules/unistr/u32-stpncpy: New file.
4476         * lib/unistr/u8-stpncpy.c: New file.
4477         * lib/unistr/u16-stpncpy.c: New file.
4478         * lib/unistr/u32-stpncpy.c: New file.
4479         * lib/unistr/u-stpncpy.h: New file.
4480
4481         * modules/unistr/u8-strcat: New file.
4482         * modules/unistr/u16-strcat: New file.
4483         * modules/unistr/u32-strcat: New file.
4484         * lib/unistr/u8-strcat.c: New file.
4485         * lib/unistr/u16-strcat.c: New file.
4486         * lib/unistr/u32-strcat.c: New file.
4487         * lib/unistr/u-strcat.h: New file.
4488
4489         * modules/unistr/u8-strchr: New file.
4490         * modules/unistr/u16-strchr: New file.
4491         * modules/unistr/u32-strchr: New file.
4492         * lib/unistr/u8-strchr.c: New file.
4493         * lib/unistr/u16-strchr.c: New file.
4494         * lib/unistr/u32-strchr.c: New file.
4495
4496         * modules/unistr/u8-strcmp: New file.
4497         * modules/unistr/u16-strcmp: New file.
4498         * modules/unistr/u32-strcmp: New file.
4499         * lib/unistr/u8-strcmp.c: New file.
4500         * lib/unistr/u16-strcmp.c: New file.
4501         * lib/unistr/u32-strcmp.c: New file.
4502
4503         * modules/unistr/u8-strcpy: New file.
4504         * modules/unistr/u16-strcpy: New file.
4505         * modules/unistr/u32-strcpy: New file.
4506         * lib/unistr/u8-strcpy.c: New file.
4507         * lib/unistr/u16-strcpy.c: New file.
4508         * lib/unistr/u32-strcpy.c: New file.
4509         * lib/unistr/u-strcpy.h: New file.
4510
4511         * modules/unistr/u8-strcspn: New file.
4512         * modules/unistr/u16-strcspn: New file.
4513         * modules/unistr/u32-strcspn: New file.
4514         * lib/unistr/u8-strcspn.c: New file.
4515         * lib/unistr/u16-strcspn.c: New file.
4516         * lib/unistr/u32-strcspn.c: New file.
4517         * lib/unistr/u-strcspn.h: New file.
4518
4519         * modules/unistr/u8-strdup: New file.
4520         * modules/unistr/u16-strdup: New file.
4521         * modules/unistr/u32-strdup: New file.
4522         * lib/unistr/u8-strdup.c: New file.
4523         * lib/unistr/u16-strdup.c: New file.
4524         * lib/unistr/u32-strdup.c: New file.
4525         * lib/unistr/u-strdup.h: New file.
4526
4527         * modules/unistr/u8-strlen: New file.
4528         * modules/unistr/u16-strlen: New file.
4529         * modules/unistr/u32-strlen: New file.
4530         * lib/unistr/u8-strlen.c: New file.
4531         * lib/unistr/u16-strlen.c: New file.
4532         * lib/unistr/u32-strlen.c: New file.
4533         * lib/unistr/u-strlen.h: New file.
4534
4535         * modules/unistr/u8-strmblen: New file.
4536         * modules/unistr/u16-strmblen: New file.
4537         * modules/unistr/u32-strmblen: New file.
4538         * lib/unistr/u8-strmblen.c: New file.
4539         * lib/unistr/u16-strmblen.c: New file.
4540         * lib/unistr/u32-strmblen.c: New file.
4541
4542         * modules/unistr/u8-strmbtouc: New file.
4543         * modules/unistr/u16-strmbtouc: New file.
4544         * modules/unistr/u32-strmbtouc: New file.
4545         * lib/unistr/u8-strmbtouc.c: New file.
4546         * lib/unistr/u16-strmbtouc.c: New file.
4547         * lib/unistr/u32-strmbtouc.c: New file.
4548
4549         * modules/unistr/u8-strncat: New file.
4550         * modules/unistr/u16-strncat: New file.
4551         * modules/unistr/u32-strncat: New file.
4552         * lib/unistr/u8-strncat.c: New file.
4553         * lib/unistr/u16-strncat.c: New file.
4554         * lib/unistr/u32-strncat.c: New file.
4555         * lib/unistr/u-strncat.h: New file.
4556
4557         * modules/unistr/u8-strncmp: New file.
4558         * modules/unistr/u16-strncmp: New file.
4559         * modules/unistr/u32-strncmp: New file.
4560         * lib/unistr/u8-strncmp.c: New file.
4561         * lib/unistr/u16-strncmp.c: New file.
4562         * lib/unistr/u32-strncmp.c: New file.
4563
4564         * modules/unistr/u8-strncpy: New file.
4565         * modules/unistr/u16-strncpy: New file.
4566         * modules/unistr/u32-strncpy: New file.
4567         * lib/unistr/u8-strncpy.c: New file.
4568         * lib/unistr/u16-strncpy.c: New file.
4569         * lib/unistr/u32-strncpy.c: New file.
4570         * lib/unistr/u-strncpy.h: New file.
4571
4572         * modules/unistr/u8-strnlen: New file.
4573         * modules/unistr/u16-strnlen: New file.
4574         * modules/unistr/u32-strnlen: New file.
4575         * lib/unistr/u8-strnlen.c: New file.
4576         * lib/unistr/u16-strnlen.c: New file.
4577         * lib/unistr/u32-strnlen.c: New file.
4578         * lib/unistr/u-strnlen.h: New file.
4579
4580         * modules/unistr/u8-strpbrk: New file.
4581         * modules/unistr/u16-strpbrk: New file.
4582         * modules/unistr/u32-strpbrk: New file.
4583         * lib/unistr/u8-strpbrk.c: New file.
4584         * lib/unistr/u16-strpbrk.c: New file.
4585         * lib/unistr/u32-strpbrk.c: New file.
4586         * lib/unistr/u-strpbrk.h: New file.
4587
4588         * modules/unistr/u8-strrchr: New file.
4589         * modules/unistr/u16-strrchr: New file.
4590         * modules/unistr/u32-strrchr: New file.
4591         * lib/unistr/u8-strrchr.c: New file.
4592         * lib/unistr/u16-strrchr.c: New file.
4593         * lib/unistr/u32-strrchr.c: New file.
4594
4595         * modules/unistr/u8-strspn: New file.
4596         * modules/unistr/u16-strspn: New file.
4597         * modules/unistr/u32-strspn: New file.
4598         * lib/unistr/u8-strspn.c: New file.
4599         * lib/unistr/u16-strspn.c: New file.
4600         * lib/unistr/u32-strspn.c: New file.
4601         * lib/unistr/u-strspn.h: New file.
4602
4603         * modules/unistr/u8-strstr: New file.
4604         * modules/unistr/u16-strstr: New file.
4605         * modules/unistr/u32-strstr: New file.
4606         * lib/unistr/u8-strstr.c: New file.
4607         * lib/unistr/u16-strstr.c: New file.
4608         * lib/unistr/u32-strstr.c: New file.
4609         * lib/unistr/u-strstr.h: New file.
4610
4611         * modules/unistr/u8-strtok: New file.
4612         * modules/unistr/u16-strtok: New file.
4613         * modules/unistr/u32-strtok: New file.
4614         * lib/unistr/u8-strtok.c: New file.
4615         * lib/unistr/u16-strtok.c: New file.
4616         * lib/unistr/u32-strtok.c: New file.
4617         * lib/unistr/u-strtok.h: New file.
4618
4619         * modules/unistr/u8-uctomb: New file.
4620         * modules/unistr/u16-uctomb: New file.
4621         * modules/unistr/u32-uctomb: New file.
4622         * lib/unistr/u8-uctomb.c: New file.
4623         * lib/unistr/u16-uctomb.c: New file.
4624         * lib/unistr/u32-uctomb.c: New file.
4625
4626         * MODULES.html.sh (Unicode string functions): Add the new modules.
4627
4628 2007-01-08  Bruno Haible  <bruno@clisp.org>
4629
4630         * gnulib-tool (func_all_modules): Use find, not ls, to traverse the
4631         modules directory. Filter out CVS, ChangeLog, COPYING, README also from
4632         subdirectories.
4633
4634 2007-01-08  Karl Berry  <karl@gnu.org>
4635
4636         * doc/error.texi: mention that main() fns must set program_name
4637         when progname is used.
4638
4639 2007-01-08  Paul Eggert  <eggert@cs.ucla.edu>
4640
4641         * m4/wctype.m4 (gl_WCTYPE_H): Compute ABSOLUTE_WCTYPE_H even if
4642         WCTYPE_H is empty, for the benefit of builds from non-distclean
4643         directories.  Problem reported by Eric Blake in
4644         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00157.html>.
4645
4646 2007-01-08  Bruno Haible  <bruno@clisp.org>
4647
4648         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Remove
4649         PROVIDE_CANONICALIZE_FILENAME_MODE macro definition.
4650         * lib/canonicalize.h: Test GNULIB_CANONICALIZE instead of
4651         PROVIDE_CANONICALIZE_FILENAME_MODE.
4652         * modules/canonicalize (configure.ac): Use gl_MODULE_INDICATOR.
4653
4654 2007-01-08  Bruno Haible  <bruno@clisp.org>
4655
4656         * m4/fts.m4 (gl_FUNC_FTS_LGPL): Remove _LGPL_PACKAGE macro definition.
4657         * lib/fts_.h (_LGPL_PACKAGE): Remove macro.
4658         Use !GNULIB_FTS instead of _LGPL_PACKAGE.
4659         * lib/fts.c: Likewise.
4660         * modules/fts (configure.ac): Use gl_MODULE_INDICATOR.
4661
4662 2006-12-25  Bruno Haible  <bruno@clisp.org>
4663
4664         * modules/utf8-ucs4-safe: New file.
4665         * lib/utf8-ucs4-safe.h: New file.
4666         * lib/unistr/utf8-ucs4-safe.c: New file.
4667
4668         * modules/utf16-ucs4-safe: New file.
4669         * lib/utf16-ucs4-safe.h: New file.
4670         * lib/unistr/utf16-ucs4-safe.c: New file.
4671
4672         * MODULES.html.sh (Unicode string functions): Add the new modules.
4673
4674 2007-01-08  Bruno Haible  <bruno@clisp.org>
4675
4676         * modules/utf8-ucs4 (Files, lib_SOURCES): Add unistr/utf8-ucs4.c.
4677         (Depends-on): Add unitypes.
4678         * lib/utf8-ucs4.h: Add double-inclusion guard. Include unitypes.h.
4679         (u8_mbtouc_aux): Move out to separate file.
4680         (u8_mbtouc): Use ucs4_t, uint8_t types.
4681         * lib/unistr/utf8-ucs4.c: New file.
4682
4683         * modules/utf16-ucs4 (Files, lib_SOURCES): Add unistr/utf16-ucs4.c.
4684         (Depends-on): Add unitypes.
4685         * lib/utf16-ucs4.h: Add double-inclusion guard. Include unitypes.h.
4686         (u16_mbtouc_aux): Move out to separate file.
4687         (u16_mbtouc): Use ucs4_t, uint16_t types.
4688         * lib/unistr/utf16-ucs4.c: New file.
4689
4690         * modules/ucs4-utf8 (Files, lib_SOURCES): Add unistr/ucs4-utf8.c.
4691         (Depends-on): Add unitypes.
4692         * lib/ucs4-utf8.h: Add double-inclusion guard. Include unitypes.h.
4693         (u8_uctomb_aux): Move out to separate file.
4694         (u8_uctomb): Use ucs4_t, uint8_t types.
4695         * lib/unistr/ucs4-utf8.c: New file.
4696
4697         * modules/ucs4-utf16 (Files, lib_SOURCES): Add unistr/ucs4-utf16.c.
4698         (Depends-on): Add unitypes.
4699         * lib/ucs4-utf16.h: Add double-inclusion guard. Include unitypes.h.
4700         (u16_uctomb_aux): Move out to separate file.
4701         (u16_uctomb): Use ucs4_t, uint16_t types.
4702         * lib/unistr/ucs4-utf16.c: New file.
4703
4704 2006-12-25  Bruno Haible  <bruno@clisp.org>
4705
4706         * modules/unitypes: New file.
4707         * lib/unitypes.h: New file.
4708         * MODULES.html.sh (func_all_modules): New section "Unicode string
4709         functions". Move ucs4-utf8, ucs4-utf16, utf8-ucs4, utf16-ucs4 to
4710         this section. Add unitypes.
4711
4712 2007-01-08  Bruno Haible  <bruno@clisp.org>
4713
4714         Avoid variable names that conflict with those from libtool.
4715         * m4/lib-link.m4 (AC_LIB_RPATH, AC_LIB_LINKFLAGS_BODY,
4716         AC_LIB_LINKFLAGS_FROM_LIBS): Rename libext to acl_libext,
4717         shlibext to acl_shlibext, libname_spec to acl_libname_spec,
4718         library_names_spec to acl_library_names_spec, hardcode_* to
4719         acl_hardcode_*.
4720         Reported by Ralf Wildenhues.
4721
4722 2007-01-08  Bruno Haible  <bruno@clisp.org>
4723
4724         * m4/gc-arcfour.m4 (gl_GC_ARCFOUR): Remove GC_USE_ARCFOUR macro
4725         definition.
4726         * m4/gc-arctwo.m4 (gl_GC_ARCTWO): Remove GC_USE_ARCTWO macro
4727         definition.
4728         * m4/gc-des.m4 (gl_GC_DES): Remove GC_USE_DES macro definition.
4729         * m4/gc-hmac-md5.m4 (gl_GC_HMAC_MD5): Remove GC_USE_HMAC_MD5 macro
4730         definition.
4731         * m4/gc-hmac-sha1.m4 (gl_GC_HMAC_SHA1): Remove GC_USE_HMAC_SHA1 macro
4732         definition.
4733         * m4/gc-md2.m4 (gl_GC_MD2): Remove GC_USE_MD2 macro definition.
4734         * m4/gc-md4.m4 (gl_GC_MD4): Remove GC_USE_MD4 macro definition.
4735         * m4/gc-md5.m4 (gl_GC_MD5): Remove GC_USE_MD5 macro definition.
4736         * m4/gc-random.m4 (gl_GC_RANDOM): Remove GC_USE_RANDOM macro
4737         definition.
4738         * m4/gc-rijndael.m4 (gl_GC_RIJNDAEL): Remove GC_USE_RIJNDAEL macro
4739         definition.
4740         * m4/gc-sha1.m4 (gl_GC_SHA1): Remove GC_USE_SHA1 macro definition.
4741         * lib/gc-gnulib.c: Use GNULIB_GC_<algorithm> instead of
4742         GC_USE_<algorithm>.
4743         * lib/gc-libgcrypt.c: Likewise.
4744         * modules/gc-arcfour (configure.ac): Use gl_MODULE_INDICATOR.
4745         * modules/gc-arctwo (configure.ac): Likewise.
4746         * modules/gc-des (configure.ac): Likewise.
4747         * modules/gc-hmac-md5 (configure.ac): Likewise.
4748         * modules/gc-hmac-sha1 (configure.ac): Likewise.
4749         * modules/gc-md2 (configure.ac): Likewise.
4750         * modules/gc-md4 (configure.ac): Likewise.
4751         * modules/gc-md5 (configure.ac): Likewise.
4752         * modules/gc-random (configure.ac): Likewise.
4753         * modules/gc-rijndael (configure.ac): Likewise.
4754         * modules/gc-sha1 (configure.ac): Likewise.
4755
4756 2007-01-08  Bruno Haible  <bruno@clisp.org>
4757
4758         * m4/close-stream.m4 (gl_CLOSE_STREAM): Remove GNULIB_CLOSE_STREAM
4759         macro definition.
4760         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Remove GNULIB_FCNTL_SAFER macro
4761         definition.
4762         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Remove GNULIB_FOPEN_SAFER macro
4763         definition.
4764         * modules/close-stream (configure.ac): Invoke gl_MODULE_INDICATOR.
4765         * modules/fcntl-safer (configure.ac): Likewise.
4766         * modules/fopen-safer (configure.ac): Likewise.
4767         * modules/fwriteerror (configure.ac): Likewise. Remove explicit
4768         GNULIB_FWRITEERROR macro definition.
4769
4770 2007-01-08  Bruno Haible  <bruno@clisp.org>
4771
4772         * m4/gnulib-common.m4: New file.
4773         * gnulib-tool (func_get_autoconf_snippet): Undo last change.
4774         (func_get_filelist): Add m4/gnulib-common.m4.
4775
4776 2007-01-08  Bruno Haible  <bruno@clisp.org>
4777
4778         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Simplify the sorting
4779         command.
4780
4781 2007-01-08  Jim Meyering  <jim@meyering.net>
4782
4783         Use a more robust test for a "can't happen" condition.
4784         * lib/fts.c (fts_read): Revert the change of 2006-11-22, since it
4785         narrowed the st_size value.  Presuming the "can't happen" condition
4786         is true, that narrowing could conceivably convert an invalid st_size
4787         value into a valid one.  Instead, use a change based on Matthew
4788         Woehlke's original patch.
4789
4790         Slight readability improvement: use an assert-like macro
4791         in place of literal "abort ()" uses.
4792         * lib/fts.c (fts_assert): Define.
4793         (fts_set_stat_required, cwd_advance_fd, fts_read, fd_ring_check):
4794         Use this macro instead of a bare 'abort'.
4795
4796 2007-01-05  Paul Eggert  <eggert@cs.ucla.edu>
4797
4798         Don't worry about using IRIX 5.3's wctype.h broken definitions;
4799         simply work around them.
4800         * lib/wctype_.h: Remove test for HAVE_WCTYPE_CTMP_BUG.
4801         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph, iswlower):
4802         (iswprint, iswpunct, iswspace, iswupper, iswxdigit): Undef before
4803         declaring.
4804         Don't bother to define as macros, since the standard doesn't require it.
4805         * m4/wctype.m4 (WCTYPE_H, ABSOLUTE_WCTYPE_H): Simplify, since we no
4806         longer worry about IRIX 5.3.
4807         (HAVE_WCTYPE_CTMP_BUG): Remove.
4808
4809 2007-01-04  Paul Eggert  <eggert@cs.ucla.edu>
4810
4811         * lib/wctype_.h (_ctmp_) [HAVE_WCTYPE_CTMP_BUG]: Now of type wchar_t,
4812         not wint_t.  Also, include <ctype.h>, to fix another IRIX bug.
4813         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
4814         Problems reported by Georg Schwarz for IRIX 5.3.
4815
4816         * gnulib-tool (autoconf_minversion): Take the maximum version number
4817         found, not the minimum.  Problem reported by James Youngman.
4818
4819 2007-01-03  Karl Berry  <karl@gnu.org>
4820
4821         * doc/error.texi: new file, explaining interaction with progname.
4822         * doc/gnulib.texi: include it.  Update copyright.
4823
4824 2007-01-03  Simon Josefsson  <simon@josefsson.org>
4825
4826         * gnulib-tool (func_create_testdir): Run AC_CANONICAL_BUILD and
4827         AC_CANONICAL_HOST, to improve autobuild outputs.
4828
4829 2007-01-03  Paolo Bonzini  <bonzini@gnu.org>
4830             Yoann Vandoorselaere <yoann.v@prelude-ids.com>
4831
4832         * lib/poll.c (poll): Use recv on Mac OS X to distinguish connected
4833         sockets, server sockets, and other file descriptors.  Count errors
4834         to compute the return value.  Reorder the code a bit to be easier
4835         to follow.  Don't set event bits that were not requested (except
4836         POLLERR and POLLHUP).
4837
4838 2007-01-01  Bruno Haible  <bruno@clisp.org>
4839
4840         * modules/lchmod (Include): Require lchmod.h, not lchown.h.
4841
4842 2007-01-03  Jim Meyering  <jim@meyering.net>
4843
4844         * modules/fts-lgpl (Depends-on): Add i-ring.  Reported by Bruno Haible.
4845
4846 2007-01-02  Bruno Haible  <bruno@clisp.org>
4847
4848         * modules/settime (Include): Require timespec.h.
4849         * modules/nanosleep (Include): Likewise.
4850
4851 2007-01-01  Bruno Haible  <bruno@clisp.org>
4852
4853         * gnulib-tool (func_emit_copyright_notice): Bump year.
4854         (func_get_autoconf_snippet): Emit a GNULIB_<modulename> macro.
4855
4856 2007-01-01  Bruno Haible  <bruno@clisp.org>
4857
4858         Improve support for OpenBSD.
4859         * build-aux/config.rpath (libname_spec): Export.
4860         (library_names_spec): New variable. Export.
4861         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Extract libname_spec and
4862         library_names_spec from the config.rpath output. Locate shared library
4863         through the name pattern in library_names_spec.
4864
4865 2007-01-01  Eric Blake  <ebb9@byu.net>
4866
4867         * lib/version-etc.c (COPYRIGHT_YEAR): Bump for new year.
4868
4869 2006-12-30  Paul Eggert  <eggert@cs.ucla.edu>
4870
4871         * gnulib-tool (SORT): Remove, since we no longer assume GNU sort.
4872         Rewrite so as not to assume GNU sort or "tail -1".  Also, don't
4873         assume the C locale, and avoid an "eval" that could cause trouble.
4874         Problem with SORT reported by Bob Proulx.
4875
4876         * lib/getpagesize.h (getpagesize) [defined __amigaos4__]:
4877         Define.  Trivial patch from Henning Nielsen Lund, originally
4878         sent to bug-grep@gnu.org today.
4879
4880 2006-12-29  Paul Eggert  <eggert@cs.ucla.edu>
4881
4882         * lib/acl.h: Include sys/types.h and sys/stat.h, for mode_t and
4883         struct stat.  Problem reported by Henning Nielsen Lund.
4884         * lib/acl.c: Include acl.h first, to check interface.  Don't
4885         bother to include sys/types.h and sys/stat.h again.
4886
4887 2006-12-28  Paul Eggert  <eggert@cs.ucla.edu>
4888
4889         Import the following change from libc; problem reported by
4890         Sven Verdoolaege.
4891
4892         2005-10-13  Ulrich Drepper  <drepper@redhat.com>
4893
4894         [BZ #1373]
4895         * lib/argp.h: Remove __NTH for __argp_usage inline function.
4896
4897 2006-12-28  Jim Meyering  <jim@meyering.net>
4898
4899         * build-aux/announce-gen: Do not assume that the package
4900         builds any of tar.gz, tar.bz2, and .xdelta files.
4901         Suggestion from Simon Josefsson.
4902
4903 2006-12-28  Simon Josefsson  <simon@josefsson.org>
4904
4905         * modules/announce-gen: New file.
4906
4907 2006-12-27  Paul Eggert  <eggert@cs.ucla.edu>
4908
4909         * lib/mbchar.h: Just include <wctype.h>; the wctype module
4910         handles its gotchas now.
4911         * lib/mbswidth.c: Likewise.
4912         * lib/wcwidth.h: Likewise.
4913         * m4/mbchar.m4 (gl_MBCHAR): Don't bother checking for wctype.h
4914         and iswcntrl; the wctype module does this stuff now.
4915         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
4916         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
4917         * modules/mbchar (Depends-on): Add wctype.
4918         * modules/mbswidth (Depends-on): Likewise.
4919         * modules/wcwidth (Depends-on): Likewise.
4920
4921 2006-12-27  Eric Blake  <ebb9@byu.net>
4922
4923         * lib/fnmatch.c: Reinstate inclusion of <wchar.h>, since this
4924         module uses more than what <wctype.h> is required to provide.
4925
4926 2006-12-26  Eric Blake  <ebb9@byu.net>
4927
4928         * gnulib-tool (sed_extract_prog): Avoid space-tab.
4929
4930 2006-12-26  Eric Blake  <ebb9@byu.net>
4931
4932         * modules/absolute-header: New module.
4933         * modules/fcntl (Depends-on): Depend on it.
4934         * modules/inttypes (Depends-on): Likewise.
4935         * modules/stdint (Depends-on): Likewise.
4936         * modules/sys_stat (Depends-on): Likewise.
4937         * modules/wctype (Depends-on): Likewise.
4938         * MODULES.html.sh (Support for building libraries and
4939         executables): Document it.
4940
4941 2006-12-25  Paul Eggert  <eggert@cs.ucla.edu>
4942
4943         * gnulib-tool (SED): Remove, undoing previous change.
4944         The problem was that it broke coreutils on Solaris, because
4945         "sed --posix" leaked into a makefile.
4946         (sed): New alias, if 'alias' and GNU sed.
4947
4948 2006-12-24  Jim Meyering  <jim@meyering.net>
4949
4950         Work around an fchownat bug in glibc-2.4:
4951         http://lists.ubuntu.com/archives/ubuntu-users/2006-September/093218.html
4952         This bug would cause "chown -RP ... DIR" to follow symlinks in DIR,
4953         in spite of the -P option.
4954         * m4/openat.m4 (gl_FUNC_FCHOWNAT, gl_FUNC_FCHOWNAT_DEREF_BUG):
4955         New macros.
4956         (gl_PREREQ_OPENAT): Require gl_FUNC_FCHOWNAT.
4957         * modules/openat (Files): Add lib/fchownat.c.
4958         * lib/openat.c (fchownat): Don't define here.  Move to...
4959         * lib/fchownat.c: ...this new file.
4960
4961 2006-12-23  Paul Eggert  <eggert@cs.ucla.edu>
4962
4963         Fix bug reported by Bruno Haible in
4964         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00228.html>
4965         where quotearg.c didn't compile on Mac OS X 10.2 because it
4966         lacks <wchar.h> and wint_t.
4967         * lib/wctype_.h (__wctype_wint_t): New type.
4968         Include <stdio.h>, <time.h>, <wchar.h> only if HAVE_WINT_T.
4969         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph):
4970         (iswlower, iswprint, iswpunct, iswspace, iswupper, ixwxdigit):
4971         Arg is now of type __wctype_wint_t, not wint_t.
4972         * m4/wctype.m4 (gl_WCTYPE_H): Require gt_TYPE_WINT_T, and
4973         substitute HAVE_WINT_T.
4974         * modules/wctype (Files): Add m4/wint_t.m4.
4975         (wctype.h): Substitute HAVE_WINT_T.
4976
4977 2006-12-23  Bruno Haible  <bruno@clisp.org>
4978
4979         * lib/safe-read.h [C++]: Wrap declarations in extern "C".
4980
4981 2006-12-23  Bruno Haible  <bruno@clisp.org>
4982
4983         * lib/canonicalize-lgpl.c (__realpath): Test HAVE_READLINK instead of
4984         S_ISLNK.
4985         Needed because gnulib's sys/stat.h replacement defines S_ISLNK on
4986         mingw.
4987
4988 2006-12-22  Bruno Haible  <bruno@clisp.org>
4989
4990         * lib/copy-file.c: Include acl.h.
4991         (copy_file_preserving) [USE_ACL]: Use copy_acl instead of chmod.
4992         Close the file descriptors only after being done with copy_acl.
4993         * modules/copy-file (Depends-on): Add acl.
4994
4995 2006-12-22  Bruno Haible  <bruno@clisp.org>
4996
4997         * gnulib-tool (SED): New variable.
4998         Use $SED instead of sed everywhere.
4999
5000 2006-12-22  Bruno Haible  <bruno@clisp.org>
5001
5002         * modules/no-c++: New file.
5003         * m4/no-c++.m4: New file.
5004         * MODULES.html.sh (Support for building libraries and executables):
5005         Add no-c++.
5006
5007 2006-12-22  Paul Eggert  <eggert@cs.ucla.edu>
5008
5009         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
5010         Include <limits.h>, and use its INT_MAX to rewrite the
5011         j loop so that it does not overflow 'int'.  Problem reported by
5012         Ralf Wildenhues in
5013         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00084.html>.
5014         Play it safe by shifting left by 1 rather than multiplying by 2,
5015         as GCC is less likely to optimize this away when the value
5016         is signed (when it assumes overflow leads to undefined behavior).
5017         Also, don't assume time_t uses two's complement.
5018
5019 2006-12-21  Paul Eggert  <eggert@cs.ucla.edu>
5020
5021         * MODULES.html.sh: New module wctype.
5022         * lib/wctype_.h, m4/wctype.m4, modules/wctype: New files.
5023         * lib/fnmatch.c: Don't bother to include <wchar.h> before
5024         <wctype.h>, since the new wctype module should fix this.
5025         * lib/quotearg.c: Include <wctype.h> unconditionally, since
5026         the wctype module should arrange for it.
5027         * lib/regex_internal.h: Likewise.
5028         * m4/quotearg.m4 (gl_QUOTEARG): Don't check for wctype.h or iswprint,
5029         since the wctype module should handle this now.
5030         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for wctype.h.
5031         * modules/fnmatch (Depends-on): Add wctype.
5032         * modules/quotearg (Depends-on): Likewise.
5033         * modules/regex (Depends-on): Likewise.
5034
5035 2006-12-19  Bruno Haible  <bruno@clisp.org>
5036
5037         * lib/strdup.h [C++]: Wrap definitions in extern "C".
5038         Suggested by Lorenzo Bettini <bettini@dsi.unifi.it>.
5039
5040 2006-12-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5041
5042         * modules/savewd (Depends-on): Fix dependency on fcntl.
5043
5044 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
5045
5046         * m4/stdint.m4 (gl_STDINT_H): Set STDINT_H to empty if stdint.h
5047         conforms to C99, rather than relying on the user's environment
5048         setting of STDINT_H.
5049
5050 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
5051         and Eric Blake  <ebb9@byu.net>
5052
5053         * lib/dirname.h (DOUBLE_SLASH_IS_DISTINCT_ROOT): Default to 0, not 1.
5054         This is more consistent with the other defines here.
5055         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT):
5056         Port to z/OS.  Problem reported by Paul Gilmartin.
5057         Change local vars to use gl_ prefix rather than ac_.
5058         Don't define DOUBLE_SLASH_IS_DISTINCT_ROOT to 0, for consistency
5059         with other defines.
5060         * modules/double-slash-root: New module.
5061         * modules/dirname (Files): Remove m4/double-slash-root.m4.
5062         (Depends-on): Add double-slash-root.
5063         * MODULES.html.sh (File system functions): Mention new module.
5064
5065 2006-12-14  Paul Eggert  <eggert@cs.ucla.edu>
5066
5067         * lib/yesno.c [!ENABLE_NLS]: Don't include getline.h.
5068         (yesno) [!ENABLE_NLS]: Don't invoke getline or rpmatch.
5069         This is for the benefit of gzip, which doesn't do i18n.
5070
5071 2006-12-12  Jim Meyering  <jim@meyering.net>
5072
5073         * m4/acl.m4 (gl_ACL_GET_FILE): Fix logic error.
5074         Reported by Andreas Schwab <schwab@suse.de>.
5075
5076 2006-12-12  Bruno Haible  <bruno@clisp.org>
5077
5078         Merge these changes.
5079         2006-09-05  Bruno Haible  <bruno@clisp.org>
5080         * lib/iconvme.c (iconv_string): No need to save and restore errno when
5081         iconv_alloc succeeded.
5082         (iconv_alloc): Don't assume that malloc() or realloc(), when failing,
5083         sets errno to ENOMEM. (malloc on GNU/kFreeBSD doesn't.) No need to
5084         test for " && dest " at the end - dest is always != NULL there. Call
5085         iconv with 4xNULL arguments initially, to reset the state. Call iconv
5086         with 2xNULL arguments, also to flush the state storage. Handle the
5087         IRIX iconv behaviour. Realloc the final result, to throw away unused
5088         memory.
5089
5090 2006-12-11  Paul Eggert  <eggert@cs.ucla.edu>
5091
5092         * m4/openat.m4 (gl_FUNC_OPENAT): Don't compile mkdirat
5093         and fchmodat unconditionally, since glibc 2.4 has them.
5094         Problem reported by Arkadiusz Miskiewicz.
5095
5096 2006-12-10  Bruno Haible  <bruno@clisp.org>
5097
5098         * gnulib-tool (func_import): Show the include files only for those
5099         modules that are copied and specified.
5100         Reported by Karl Berry.
5101
5102 2006-12-08  Jim Meyering  <jim@meyering.net>
5103
5104         * build-aux/announce-gen ($VERSION): Don't use of $Revision...$.
5105         Instead, use Emacs' time-stamp write hook.  Note that the time is UTC.
5106
5107         * build-aux/announce-gen: Add two new options, both optional:
5108         --bootstrap-tools=TOOL_LIST
5109               a comma-separated list of tools, e.g.,
5110               autoconf,automake,bison,gnulib
5111         --gnulib-snapshot-date=DATE
5112               if gnulib is in the bootstrap tool list,
5113               then report this as the snapshot date.
5114               If not specified, use the current date/time.
5115               If you specify a date here, be sure it's UTC.
5116
5117 2006-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5118
5119         * tests/test-argp-2.sh: Fix test to match actual output.
5120         (func_compare): Fix sed script to be portable.
5121
5122 2006-12-05  Paul Eggert  <eggert@cs.ucla.edu>
5123
5124         * lib/utimens.c (futimens) [HAVE_BUGGY_NFS_TIME_STAMPS]: Add a
5125         workaround for this case.  It is not autoconfigured now; offhand
5126         it's hard to see how to autoconfigure it.
5127
5128 2006-12-03  Paul Eggert  <eggert@cs.ucla.edu>
5129
5130         * lib/mkdir-p.c (make_dir_parents): Fix race condition when making
5131         a directory that is about to be chowned.  Such a directory's
5132         initial file permissions should permit the owner only and this
5133         should not be changed until after the chown, since the group and
5134         other bits would be incorrect if they granted permission before
5135         the chown.
5136
5137         Fix porting problem for iswctype reported by Georg Schwarz in:
5138         http://lists.gnu.org/archive/html/bug-coreutils/2006-12/msg00017.html
5139         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Require HAVE_ISWCTYPE, too.
5140         * lib/regex_internal.h (RE_ENABLE_I18N): Likewise.
5141         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for iswctype, too.
5142         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
5143
5144 2006-12-03  Jim Meyering  <jim@meyering.net>
5145
5146         * lib/fts.c (fts_load): Don't set sp->fts_dev here, since
5147         p->fts_statp may not yet be defined.
5148         (fts_read): Instead, set it in the caller, once p->fts_statp is
5149         sure to be defined, and corresponds to a top-level directory.
5150         This bug made du -x fail.  Here's the coreutils test case:
5151         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commit;h=ba45154d8e9f
5152         Reported by Mike Frysinger.
5153
5154 2006-12-01  Jim Meyering  <jim@meyering.net>
5155
5156         * modules/savewd (Depends-on): Add fcntl_h to avoid self-test
5157         build failure due to missing definition of HAVE_WORKING_O_NOFOLLOW.
5158         Reported by Simon Josefsson.
5159
5160 2006-11-30  Jim Meyering  <jim@meyering.net>
5161
5162         * m4/warning.m4: Use the all-permissive copyright notice
5163         recommended by RMS (rather than LGPL).
5164         * m4/vararrays.m4: Likewise.
5165         * m4/flexmember.m4: Likewise.
5166
5167 2006-11-29  Bruno Haible  <bruno@clisp.org>
5168
5169         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
5170         noinst_LIBRARIES. Augment noinst_LIBRARIES and noinst_LTLIBRARIES
5171         using +=.
5172         Reported by Simon Josefsson <simon@josefsson.org>.
5173
5174 2006-11-28  James Youngman <jay@gnu.org>
5175
5176         * README: Advise users that they might find the bug-gnulib@gnu.org
5177         and autotools-announce@gnu.org mailing lists useful.
5178
5179 2006-11-28  Bruno Haible  <bruno@clisp.org>
5180
5181         * m4/ptrdiff_max.m4: Remove file.
5182
5183 2006-11-21  Bruno Haible  <bruno@clisp.org>
5184
5185         * m4/eoverflow.m4 (gl_EOVERFLOW): Use AC_COMPUTE_INT instead of
5186         _AC_COMPUTE_INT.
5187         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
5188         * m4/ptrdiff_max.m4 (gl_PTRDIFF_MAX): Use AC_COMPUTE_INT instead of
5189         _AC_COMPUTE_INT.
5190         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
5191         * m4/size_max.m4 (gl_SIZE_MAX): Use AC_COMPUTE_INT instead of
5192         _AC_COMPUTE_INT.
5193         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
5194
5195 2006-11-28  Jim Meyering  <jim@meyering.net>
5196
5197         * lib/regcomp.c (parse_branch): Rename local, exp->expr, to avoid
5198         warning from "gcc -Wshadow" about shadowing the builtin.
5199
5200 2006-11-27  Bruno Haible  <bruno@clisp.org>
5201
5202         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): Use AC_COMPUTE_INT instead of
5203         _AC_COMPUTE_INT.
5204         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
5205
5206 2006-11-27  Bruno Haible  <bruno@clisp.org>
5207             Paul Eggert  <eggert@cs.ucla.edu>
5208
5209         * lib/regex.h (__restrict_arr): Redo logic of #if, for clarity.
5210
5211 2006-11-26  Bruno Haible  <bruno@clisp.org>
5212
5213         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
5214         noinst_LTLIBRARIES.
5215
5216 2006-11-27  Paul Eggert  <eggert@cs.ucla.edu>
5217             Bruno Haible  <bruno@clisp.org>
5218
5219         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to 0
5220         if compiling with "gcc -ansi".
5221
5222 2006-11-26  Paul Eggert  <eggert@cs.ucla.edu>
5223
5224         Fix some incompatibilities with gcc -ansi -pedantic.
5225         * lib/regex.h (__restrict_arr): Don't use the [restrict] syntax
5226         if compiling pedantically with GCC, unless it's C99 or later.
5227         Don't trust sys/cdefs.h's definition of __restrict_arr, either, as
5228         it mishandles gcc -ansi -pedantic as well.
5229         * lib/regex_internal.h (re_token_t): Don't use enum bitfields
5230         if gcc -pedantic.
5231         * lib/regexec.c (check_node_accept_bytes): Don't use auto
5232         initializers for struct if -pedantic, unless it's C99 or later.
5233
5234 2006-11-25  Nix  <nix@esperi.org.uk>  (tiny change)
5235
5236         * m4/fcntl_h.m4 (gl_FCNTL_H): Test the atime, not the mtime.
5237         Don't close an fd more than once. Identical atimes indicate
5238         success, not failure.
5239
5240 2006-11-22  Robinson Mittmann <bob@hoplon.com>  (tiny change)
5241
5242         * lib/sincosl.c (kernel_sinl): Fix typo in threshold.
5243
5244 2006-11-23  Jim Meyering  <jim@meyering.net>
5245
5246         * build-aux/announce-gen: New file.  From coreutils.
5247
5248 2006-11-22  Jim Meyering  <jim@meyering.net>
5249
5250         Work around a compile-time error from the HP-UX 11.00 /bin/cc.
5251         * lib/fts.c (enum Fts_stat): Give this previously-anon enum a name.
5252         (fts_read): Use a temporary to narrow the overused st_size member
5253         before using it in a switch statement.  Reported by Matthew Woehlke.
5254
5255         * m4/clock_time.m4 (gl_CLOCK_TIME): Quote AC_SUBST argument.
5256         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Likewise.
5257
5258 2006-11-20  Bruno Haible  <bruno@clisp.org>
5259
5260         * gettext.m4 (AM_GNU_GETTEXT): Revert 2005-07-28 patch: Use
5261         changequote instead of pairs of brackets.
5262         Reported by Andreas Schwab <schwab@suse.de>.
5263
5264 2006-11-21  Jim Meyering  <jim@meyering.net>
5265
5266         * lib/fts.c (fts_safe_changedir): Move a declaration "up",
5267         so as to remain compatible with older compilers.
5268         Patch from Michael Deutschmann.
5269
5270 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
5271
5272         * MODULES.html.sh (File system functions): Add openat.
5273
5274         * lib/openat.h (rpl_fstatat): New macro, if
5275         [HAVE_OPENAT && ! LSTAT_FOLLOWS_SLASHED_SYMLINK.
5276         (fstatat): Define to rpl_fstatat under the same conditions,
5277         unless COMPILING_FSTATAT.
5278         * m4/openat.m4 (gl_FUNC_OPENAT): Compile fstatat.c too, if fstatat
5279         seems to have the bug.
5280         * lib/fstatat.c: New file.
5281         * modules/openat (Files): Add it.
5282
5283 2006-11-20  Bruno Haible  <bruno@clisp.org>
5284
5285         * Makefile: New file.
5286
5287 2006-11-20  Jim Meyering  <jim@meyering.net>
5288
5289         The beginnings of syntax-related checks for gnulib.
5290         * lib/Makefile: New file.
5291         * lib/t-idcache: New script.  Ensure that the two halves of
5292         idcache.c stay in sync.
5293
5294         * lib/idcache.c: Adjust comments in user- and group- portions to
5295         be more accurate, and to be consistent with one another.
5296
5297 2006-11-20  Jim Meyering  <jim@meyering.net>
5298
5299         * lib/idcache.c: Restore most of the 2006-11-06 patch, so as to
5300         continue using the flexible array member (thus, this module performs
5301         half as many malloc calls), with the addition that...
5302         (getgroup, getuser): Consistently record a non-match via an empty
5303         "name" string, and map an empty string match to a NULL return value.
5304         * modules/idcache (Depends-on): Re-add flexmember.
5305
5306         * lib/idcache.c (getuser): Remove all uses of the register keyword.
5307         (getuidbyname, getgroup, getgidbyname): Likewise.
5308
5309         Use cleaner syntax: NULL rather than 0.
5310         * lib/idcache.c (getuidbyname, getgidbyname): Return NULL, not 0.
5311
5312 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
5313
5314         * lib/idcache.c: Undo most recent patch, dated 2006-11-06.
5315         It mishandled the case where the group was missing.
5316         Problem reported by Greg Schafer.
5317         * modules/idcache: Likewise.
5318
5319 2006-11-18  Jim Meyering  <jim@meyering.net>
5320
5321         * check-module (%exempt_header): Add exception for some
5322         conditionally-included headers.
5323
5324         * modules/i-ring (Depends-on): Add verify.
5325         (License): Change to LGPL.
5326
5327 2006-11-16  Paul Eggert  <eggert@cs.ucla.edu>
5328
5329         * modules/getaddinfo (Depends-on): Remove inttostr; add snprintf.
5330         * lib/getaddrinfo.c: Include snprintf.h rather than intprops.h
5331         and inttostr.h.  Use snprintf rather than uinttostr, so that
5332         LGPLed code doesn't depend on GPLed.
5333
5334 2006-11-17  Paul Eggert  <eggert@cs.ucla.edu>
5335
5336         * modules/inline (License): Change from GPL to LGPL.
5337
5338 2006-11-17  Jim Meyering  <jim@meyering.net>
5339
5340         * modules/d-type (License): Switch to LGPL.
5341
5342 2006-11-15  Bruno Haible  <bruno@clisp.org>
5343
5344         * m4/alloca.m4 (gl_FUNC_ALLOCA): Fix the AC_CACHE_CHECK message.
5345
5346 2006-11-15  Eric Blake  <ebb9@byu.net>
5347
5348         * m4/allocsa.m4 (gl_ALLOCSA): Don't invoke macro already picked up by
5349         the module dependency.
5350
5351 2006-11-15  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
5352             Bruno Haible  <bruno@clisp.org>
5353
5354         * gnulib-tool (func_create_testdir): Add license consistency check.
5355
5356 2006-11-15  Eric Blake  <ebb9@byu.net>
5357
5358         * m4/alloca.m4 (gl_FUNC_ALLOCA): Use AC_CACHE_CHECK to avoid a
5359         random "(cached)" in configure output.
5360
5361 2006-11-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5362
5363         * m4/inttypes.m4 (gl_INTTYPES_H): Use AC_CACHE_CHECK so that the
5364         test for conforming inttypes.h is both announced and cached.
5365
5366         * MODULES.html.sh (seen_modules, seen_files): New variables.
5367         (func_module): Rewrite to use a few less gnulib-tool and sed
5368         invocations.  Avoid a couple of quadratic algorithms for ...
5369         (missed_modules, missed_files): ... these, with ...
5370         (func_append, func_tmpdir): ... these new functions, from
5371         gnulib-tool.  Analogously, install traps for cleanup.
5372
5373         * tests/test-gc.c (main): Remove unused variables.
5374         * tests/test-read-file.c: Include stdlib.h, for 'free'.
5375
5376 2006-11-14  Paul Eggert  <eggert@cs.ucla.edu>
5377
5378         * modules/inttostr (License): Change to LGPL.
5379
5380 2006-11-14  Eric Blake  <ebb9@byu.net>
5381
5382         * modules/tempname (License): Change to LGPL.
5383
5384 2006-11-14  Eric Blake  <ebb9@byu.net>
5385
5386         * doc/functions.texi (Function Portability): *printf functions on
5387         Cygwin now understand all POSIX size specifiers.
5388
5389 2006-11-14  Bruno Haible  <bruno@clisp.org>
5390
5391         * modules/c-ctype (License): Change to LGPL.
5392
5393 2006-11-12  Bruno Haible  <bruno@clisp.org>
5394
5395         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
5396         AC_LIB_LINKFLAGS_BODY): Also set a LIB${NAME}_PREFIX variable. Needed
5397         for GNOME libraries, for which the include files are installed in
5398         subdirectories of $prefix/include.
5399
5400 2006-11-12  Bruno Haible  <bruno@clisp.org>
5401
5402         * m4/lib-link.m4: Require at least autoconf-2.54.
5403         (AC_LIB_LINKFLAGS_BODY) [autoconf < 2.61]: Turn dots into the library
5404         name to underscores for the --with option.
5405
5406 2006-11-13  Bruno Haible  <bruno@clisp.org>
5407
5408         * gnulib-tool (func_create_testdir): Set gl_source_base correctly in
5409         the tests directory.
5410         Reported by Ralf Wildenhues.
5411
5412 2006-11-13  Bruno Haible  <bruno@clisp.org>
5413
5414         * gnulib-tool (func_emit_initmacro_start): Also override AC_LIBSOURCES.
5415         (func_emit_initmacro_end): Undo the override here.
5416         (func_emit_initmacro_done): Emit a definition for gl_LIBSOURCES.
5417         Works around the famous automake error in coreutils.
5418
5419 2006-11-13  Eric Blake  <ebb9@byu.net>
5420
5421         * lib/gl_anytree_oset.h (gl_tree_search_atleast): Return the
5422         element, not its node.
5423
5424 2006-11-12  Bruno Haible  <bruno@clisp.org>
5425
5426         * gnulib-tool (func_emit_lib_Makefile_am): Replace occurrences of
5427         '$(top_srcdir)/build-aux/', taking into account the real auxdir.
5428
5429 2006-11-12  Bruno Haible  <bruno@clisp.org>
5430
5431         * gnulib-tool: New option --local-symlink.
5432         (func_usage): Document it.
5433         (lsymbolic): New variable.
5434         (func_import, func_create_testdir): If --symlink was not specified,
5435         test whether --local-symlink was specified and the file comes from
5436         the local_gnulib_dir.
5437
5438 2006-11-12  Bruno Haible  <bruno@clisp.org>
5439
5440         * gnulib-tool (func_ln): New function.
5441         (func_ln_if_changed, func_create_testdir): Use it instead of "ln -s".
5442
5443 2006-11-12  Bruno Haible  <bruno@clisp.org>
5444
5445         Finish support for source files in subdirectories.
5446         * gnulib-tool (func_emit_lib_Makefile_am): If some of the source files
5447         are in subdirectories, set uses_subdirs and add 'subdir-objects' to
5448         AUTOMAKE_OPTIONS.
5449         (func_import, func_create_testdir): Invoke AM_PROG_CC_C_O in this case.
5450
5451 2006-11-12  Bruno Haible  <bruno@clisp.org>
5452
5453         * gnulib-tool (func_get_automake_snippet): Synthesize also an
5454         EXTRA_lib_SOURCES augmentation.
5455         (func_emit_lib_Makefile_am): Initialize EXTRA_lib..._SOURCES to empty.
5456
5457 2006-11-12  Jim Meyering  <jim@meyering.net>
5458
5459         Make fts (in FTS_CWDFD mode) more efficient by caching a few open
5460         file descriptors.  This also averts a failure on systems with
5461         native openat support when a traversed directory lacks "x" access.
5462         * lib/fts_.h: Include "i-ring.h"
5463         (struct FTS) [fts_fd_ring]: New member.
5464         * lib/fts.c (RESTORE_INITIAL_CWD): Also call fd_ring_clear.
5465         (FCHDIR): Add parentheses.
5466         (fd_ring_check, fd_ring_print) [!FTS_DEBUG]: Define away.
5467         (cwd_advance_fd): Add a 3rd parameter.  Adjust all callers.
5468         When descending, rather than simply closing the previous
5469         fts_cwd_fd value, push that file descriptor onto the ring.
5470         (same_fd, fd_ring_print, fd_ring_check) [FTS_DEBUG]: New functions.
5471         (fts_open): Initialize the new fd_ring member.
5472         (fts_close): Clear the ring.
5473         (fts_safe_changedir): When possible, use our new fd_ring to skip
5474         the diropen and fstat and dev/ino comparison that would normally
5475         accompany a virtual `chdir ("..")'.
5476
5477         * modules/fts (Depends-on): Add i-ring.
5478         * modules/i-ring: New module.
5479         * lib/i-ring.c, lib/i-ring.h, lib/i-ring-test.c: New files.
5480         * m4/i-ring.m4: New file.
5481
5482 2006-11-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5483
5484         * gnulib-tool (func_create_testdir): Fix replacement of
5485         `build-aux' in configure.ac.  Run autotools in gltests
5486         subdirectory.
5487         (func_create_testdir, func_create_megatestdir, test): There is
5488         no need for '--force' in most autotool invocations in a new
5489         tree.  Actually fail the whole test if any of the tools, or the
5490         configure or make stages fail.
5491
5492         Sync from Automake.
5493         * build-aux/gnupload: Revert last change.  Add pointer to upload
5494         instructions of the GNU Maintenance Instructions.
5495         Suggestion by Karl Berry.
5496
5497 2006-11-10  Jim Meyering  <jim@meyering.net>
5498
5499         * lib/fts.c [FTS_DEBUG]: Don't try to print a pointer via %s.
5500
5501 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
5502
5503         * lib/gettext.h (dgettext, dcgettext, ngettext) [! ENABLE_NLS]:
5504         (dngettext, dcngettext, bindtextdomain) [! ENABLE_NLS]:
5505         (bind_textdomain_codeset) [! ENABLE_NLS]:
5506         Evaluate all the arguments.  That way, callers get compatible behavior
5507         if the arguments have side effects.  Also, it avoids some GCC
5508         diagnostics in some cases; Joel E. Denny reported problems when Bison
5509         was configured with --enable-gcc-warnigs.
5510
5511 2006-11-10  Jim Meyering  <jim@meyering.net>
5512
5513         * m4/inline.m4 (gl_INLINE): Check with the compiler, not cpp, so that
5514         relevant options in CFLAGS (like -O, -fno-inline) are taken into
5515         account.
5516
5517 2006-11-10  Jim Meyering  <jim@meyering.net>
5518
5519         * modules/inline: New file/module.
5520         * modules/xalloc (Files): Remove m4/inline.m4.
5521         (Depends-on): Add inline, instead.
5522         * modules/oset: Likewise.
5523         * modules/list: Likewise.
5524
5525 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
5526
5527         * lib/stdint_.h (uintmax_t): Fix typo: int64_t -> uint64_t.
5528         Problem reported by Matthew Woehlke.
5529
5530 2006-11-09  Bruno Haible  <bruno@clisp.org>
5531
5532         * lib/tempname.c (gen_tempname): Remove variant that invokes
5533         __gen_tempname.
5534         * m4/tempname.m4 (gl_FUNC_GEN_TEMPNAME): Don't test for
5535         __gen_tempname.
5536
5537 2006-11-08  Bruno Haible  <bruno@clisp.org>
5538
5539         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Set ac_cv_type_long_long_int
5540         to 'yes' instead of 'cross-compiling'.
5541
5542 2006-11-08  Paul Eggert  <eggert@cs.ucla.edu>
5543
5544         * lib/quotearg.h (quotearg_free): New decl.
5545         * lib/quotearg.c (quotearg_free): New function.
5546         (slot0, nslots, slotvec0, slotvec):
5547         Now file-scope so that quotearg_free can get at them.
5548
5549 2006-11-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5550
5551         Sync from Automake.
5552         * build-aux/gnupload: Add missing 'gnu' to example URL.
5553         Report by Karl Berry.
5554
5555 2006-11-08  Bruno Haible  <bruno@clisp.org>
5556
5557         * m4/inline.m4 (gl_INLINE): Also test __NO_INLINE__.
5558         Suggested by Paul Eggert.
5559
5560 2006-11-08  Jim Meyering  <jim@meyering.net>
5561
5562         * lib/fts.c [!_LGPL_PACKAGE]: Don't include fcntl--.h twice.
5563         It's already included if !_LIBC.
5564         (fts_safe_changedir): Add a comment.
5565
5566 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
5567
5568         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Detect bug in
5569         Tandem NonStop Kernel (OSS) cc -O circa 2004, reported by
5570         Matthew Woehlke.
5571
5572         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Move
5573         definitions up, to avoid colliding with change below.
5574         (static_inline) [HAVE_INLINE]: New macro.
5575         (xnmalloc, xnrealloc, x2nrealloc, xcharalloc):
5576         Provide extern decls when !HAVE_INLINE.  Do not define unless
5577         static_inline is defined, either by us or by xmalloc.c.  Use
5578         static_inline rather than static inline.
5579         (XCALLOC): Optimize sizeof(T) = 1 case.
5580         * lib/xmalloc.c (static_inline) [!HAVE_INLINE]: New macro.
5581
5582 2006-11-07  Bruno Haible  <bruno@clisp.org>
5583
5584         * lib/xalloc.h (XNMALLOC): Restore optimization of sizeof(T) = 1 case.
5585         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require gl_INLINE instead of
5586         AC_C_INLINE.
5587         * modules/xalloc (Files): Add m4/inline.m4.
5588
5589 2006-11-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5590
5591         * README: Fix typo.
5592         * doc/gnulib.texi (Miscellaneous Notes): Likewise, rename...
5593         (Miscellanous Notes): ...from this.
5594
5595 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
5596
5597         * m4/flexmember.m4 (AC_C_FLEXIBLE_ARRAY_MEMBER):
5598         Mention that offsetof should be used instead of sizeof.
5599         From Bruno Haible.
5600
5601 2006-11-07  Bruno Haible  <bruno@clisp.org>
5602
5603         * lib/w32spawn.h (prepare_spawn): Use XNMALLOC instead of xmalloc.
5604
5605 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
5606
5607         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
5608         * lib/gl_anyavltree_list2.h (create_subtree_with_contents):
5609         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
5610         (gl_tree_add_before, gl_tree_add_after):
5611         Use XMALLOC instead of xmalloc, and XCALLOC instead of xzalloc.
5612         * lib/gl_anyhash_list2.h (hash_resize): Likewise.
5613         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
5614         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before):
5615         (gl_linked_add_after, gl_linked_add_at): Likewise.
5616         * lib/gl_anyrbtree_list2.h (create_subtree_with_contents):
5617         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
5618         (gl_tree_add_before, gl_tree_add_after): Likewise.
5619         * lib/gl_anytree_list2.h (gl_tree_create_empty): Likewise.
5620         * lib/gl_anytree_oset.h (gl_tree_create_empty): Likewise.
5621         * lib/gl_anytreehash_list1.h (add_to_bucket): Likewise.
5622
5623 2006-11-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5624
5625         * lib/gl_oset.h: Use C comment style, not C++ comment style.
5626
5627 2006-11-06  Bruno Haible  <bruno@clisp.org>
5628
5629         * m4/inline.m4: New file.
5630         * m4/gl_list.m4 (gl_LIST): Require gl_INLINE.
5631         * modules/list (Files): Add m4/inline.m4.
5632         * modules/oset (Files): Likewise.
5633
5634 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
5635
5636         * lib/idcache.c: Include <stddef.h>, for offsetof.
5637         (struct userid.name): Change from char * to a flexible array member.
5638         All uses changed.
5639         * modules/idcache (Depends-on): Add flexmember.
5640
5641         * MODULES.html.sh (Core language properties): New module flexmember.
5642         * modules/flexmember, m4/flexmember.m4: New files.
5643
5644         * lib/xalloc.h (xnmalloc, xnrealloc, x2nrealloc): Now static
5645         inline functions that are identical with the old xnmalloc_inline,
5646         xnrealloc_inline, x2nrealloc_inline of lib/xmalloc.c.  This is so
5647         that we can avoid some unnecessary integer multiplications and
5648         divisions in the common case where the element size is known at
5649         compile time.
5650         (XNMALLOC) [HAVE_INLINE]: Remove special case, which is no longer
5651         needed.
5652         (xnboundedmalloc): Remove.
5653         (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Use lower-case letters for
5654         arguments, for consistency with rest of this header.
5655         (xcharalloc): Rewrite using XNMALLOC.
5656         * lib/xmalloc.c (xnmalloc_inline, xnmalloc, xnrealloc_inline):
5657         (xnrealloc, x2nrealloc_inline, x2nrealloc): Remove.  The *_inline
5658         versions have been moved to lib/xalloc.h and renamed to be the
5659         non-*_inline versions.
5660         (xmalloc, xrealloc): Implement without reference to the xnmalloc
5661         and xnrealloc functions, since those functions are now inline and
5662         now call us.
5663         (x2realloc): Invoke x2realloc, not x2realloc_inline, to accommodate
5664         renaming described above.
5665         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Remove AC_C_INLINE since
5666         xmalloc.c no longer uses inline directly.  gl_PREREQ_XALLOC now
5667         captures the dependency in AC_C_INLINE.
5668
5669         New module canonicalize-lgpl, proposed by Charles Wilson in
5670         <http://lists.gnu.org/archive/html/bug-gnulib/2006-11/msg00020.html>
5671         with a few small changes afterwards.
5672         * MODULES.html.sh (File system functions): New module
5673         canonicalize-lgpl.
5674         * lib/canonicalize.h: Add comments for canonicalize_filename_mode
5675         and canonicalize_file_name.
5676         * lib/canonicalize-lgpl.c, m4/canonicalize-lgpl.m4:
5677         * modules/canonicalize-lgpl: New files.
5678
5679 2006-11-05  Bruno Haible  <bruno@clisp.org>
5680
5681         * gnulib-tool (func_import, func_create_testdir): Create directories
5682         also for files in subdirectories of lib/.
5683
5684 2006-11-05  Bruno Haible  <bruno@clisp.org>
5685
5686         * lib/gl_array_list.c (gl_array_iterator_next): Make pointer decrement
5687         ANSI C compliant.
5688
5689 2006-11-03  Bruno Haible  <bruno@clisp.org>
5690
5691         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
5692         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require AC_C_INLINE.
5693         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): New macros.
5694         (xnboundedmalloc): New inline function.
5695         * lib/classpath.c (new_classpath): Use XNMALLOC instead of xmalloc.
5696         * lib/clean-temp.c (create_temp_dir): Use XNMALLOC, XMALLOC instead of
5697         xmalloc.
5698         * lib/concatpath.c (concatenated_pathname): Use XNMALLOC instead of
5699         xmalloc.
5700         * lib/fatal-signal.c (at_fatal_signal): Use XNMALLOC instead of xmalloc.
5701         * lib/findprog.c (find_in_path): Use XNMALLOC instead of xmalloc.
5702         * lib/gl_array_list.c (gl_array_create_empty): Use XMALLOC instead of
5703         xmalloc.
5704         (gl_array_create): Use XNMALLOC, XMALLOC instead of xmalloc.
5705         * lib/gl_array_oset.c (gl_array_create_empty): Use XNMALLOC instead of
5706         xmalloc.
5707         * lib/gl_avltree_oset.c (gl_tree_add_first, gl_tree_add_before,
5708         gl_tree_add_after): Use XMALLOC instead of xmalloc.
5709         * lib/gl_carray_list.c (gl_carray_create_empty): Use XMALLOC instead of
5710         xmalloc.
5711         (gl_carray_create): Use XNMALLOC, XMALLOC instead of xmalloc.
5712         * lib/gl_rbtree_oset.c (gl_tree_add_first, gl_tree_add_before,
5713         gl_tree_add_after): Use XMALLOC instead of xmalloc.
5714         * lib/gl_sublist.c (gl_sublist_create): Use XMALLOC instead of xmalloc.
5715         * lib/pagealign_alloc.c (new_memnode): Use XMALLOC instead of xmalloc.
5716         * lib/sh-quote.c (shell_quote_argv): Use XNMALLOC instead of xmalloc.
5717         * lib/xvasprintf.c (xstrcat): Use XNMALLOC instead of xmalloc.
5718
5719 2006-11-03  Bruno Haible  <bruno@clisp.org>
5720
5721         * lib/c-ctype.h [C++]: Define functions without name mangling.
5722         * lib/fwriteerror.h [C++]: Likewise.
5723         * lib/gcd.h [C++]: Likewise.
5724         * lib/linebreak.h [C++]: Likewise.
5725
5726 2006-11-03  Paul Eggert  <eggert@cs.ucla.edu>
5727
5728         * lib/canonicalize.h: (canonicalize_mode_t, CAN_EXISTING):
5729         (CAN_ALL_BUT_LAST, CAN_MISSING, canonicalize_filename_mode):
5730         Define only if PROVIDE_CANONICALIZE_FILENAME_MODE is defined.
5731         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
5732         Check for functions and headers just once.
5733         Check for declaration of canonicalize_file_name.
5734         Define PROVIDE_CANONICALIZE_FILENAME_MODE.
5735
5736 2006-11-02  Charles Wilson  <cygwin@cwilson.fastmail.fm>
5737
5738         * gnulib-tool (func_import): Fix typo in actioncmd.
5739
5740 2006-11-02  Bruno Haible  <bruno@clisp.org>
5741
5742         * gnulib-tool (func_get_automake_snippet): Interpret a backslash-
5743         newline sequence in the Makefile.am snippet as a space, like "make"
5744         does.
5745         Reported by Roger Persson <perrog@gmail.com>.
5746
5747 2006-11-01  Bruno Haible  <bruno@clisp.org>
5748
5749         * m4/strcase.m4 (gl_FUNC_STRNCASECMP): Check whether strncasecmp is
5750         already declared in <string.h>.
5751         * lib/strcase.h (strncasecmp): Don't declare it if yes.
5752
5753 2006-11-01  Bruno Haible  <bruno@clisp.org>
5754
5755         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Don't define strcasecmp here.
5756         * lib/strcase.h: Include <string.h>.
5757         (strcasecmp): Define to rpl_strcasecmp here.
5758
5759 2006-11-01  Bruno Haible  <bruno@clisp.org>
5760
5761         * lib/printf-parse.c (PRINTF_PARSE): Cast malloc/realloc results.
5762
5763 2006-11-01  Eric Blake  <ebb9@byu.net>
5764
5765         * lib/mkstemp-safer.c (mkstemp_safer): Allow C++ compilation.
5766
5767         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Allow C++ configuration.
5768
5769 2006-10-29  Bruno Haible  <bruno@clisp.org>
5770
5771         Make it compile in C++ mode.
5772         * lib/full-write.c (full_rw): Add a cast.
5773
5774 2006-11-01  Bruno Haible  <bruno@clisp.org>
5775
5776         * gnulib-tool (func_get_automake_snippet): Change sed_combine_lines to
5777         be POSIX compliant.
5778         Reported by Roger Persson <perrog@gmail.com>.
5779
5780 2006-11-01  Eric Blake  <ebb9@byu.net>
5781
5782         * lib/getopt_.h: Fix comments.
5783
5784 2006-10-31  Eric Blake  <ebb9@byu.net>
5785
5786         * modules/tmpdir (Depends-on): Add sys_stat.
5787         * modules/mkdtemp (Depends-on): Add tempname, drop unistd.
5788         * lib/mkdtemp.c (gen_tempname): Remove; tempname covers this.
5789         * lib/tmpdir.c (S_ISDIR): Simplify, thanks to sys_stat.
5790         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Simplify, thanks to
5791         tempname.
5792
5793 2006-10-31  Paul Eggert  <eggert@cs.ucla.edu>
5794
5795         Avoid some C++ diagnostics reported by Bruno Haible.
5796         * lib/quotearg.c (clone_quoting_options): Use xmemdup rather than
5797         xmalloc.
5798         (quotearg_alloc): Use xcharalloc rather than xmalloc.
5799         (struct slotvec): Move to top level.
5800         (quotearg_n_options): Rewrite to avoid xmalloc.
5801         * lib/xalloc.h (xcharalloc): New function.
5802         * (xrealloc, xnrealloc, x2realloc, x2nrealloc, xmemdup):
5803         [defined __cplusplus]: Add function template that provides result
5804         type propagation.  This part of the change is from Bruno Haible.
5805
5806 2006-10-29  Bruno Haible  <bruno@clisp.org>
5807
5808         Make it compile in C++ mode.
5809         * lib/striconv.c (mem_cd_iconv): Cast malloc/realloc result.
5810         * lib/strnlen1.c (strnlen1): Cast memchr result.
5811         * lib/mbchar.h (mb_copy): Rename arguments to 'new_mbc', 'old_mbc'.
5812         * lib/clean-temp.c (string_equals, string_hash): Add casts.
5813         (create_temp_dir): Rename local variable 'template'.
5814         (compile_csharp_using_sscli): Add cast.
5815         * lib/fatal-signal.c (at_fatal_signal): Cast xmalloc result.
5816         * lib/findprog.c (find_in_path): Likewise.
5817         * lib/linebreak.c (mbs_width_linebreaks): Cast malloc result.
5818         * lib/wait-process.c (register_slave_subprocess): Likewise.
5819
5820 2006-10-22  Bruno Haible  <bruno@clisp.org>
5821
5822         * modules/tsearch: New file.
5823         * lib/tsearch.h: New file.
5824         * lib/tsearch.c: New file, from glibc-2.5 with small modifications.
5825         * m4/tsearch.m4: New file.
5826         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add tsearch.
5827
5828 2006-10-29  Eric Blake  <ebb9@byu.net>
5829
5830         * lib/arcfour.c: Assume config.h.
5831         * lib/arctwo.c: Likewise.
5832         * lib/base64.c: Likewise.
5833         * lib/check-version.c: Likewise.
5834         * lib/crc.c: Likewise.
5835         * lib/des.c: Likewise.
5836         * lib/gc-gnulib.c: Likewise.
5837         * lib/gc-libgcrypt.c: Likewise.
5838         * lib/gc-pbkdf2-sha1.c: Likewise.
5839         * lib/getaddrinfo.c: Likewise.
5840         * lib/getdelim.c: Likewise.
5841         * lib/getline.c: Likewise.
5842         * lib/hmac-md5.c: Likewise.
5843         * lib/hmac-sha1.c: Likewise.
5844         * lib/iconvme.c: Likewise.
5845         * lib/md2.c: Likewise.
5846         * lib/md4.c: Likewise.
5847         * lib/memxor.c: Likewise.
5848         * lib/read-file.c: Likewise.
5849         * lib/readline.c: Likewise.
5850         * lib/rijndael-alg-fst.c: Likewise.
5851         * lib/rijndael-api-fst.c: Likewise.
5852         * lib/xgetdomainname.c: Likewise.
5853
5854 2006-10-28  Eric Blake  <ebb9@byu.net>
5855
5856         * lib/xstrndup.c: Assume config.h.
5857
5858 2006-10-27  Paul Eggert  <eggert@cs.ucla.edu>
5859
5860         Move stat.h-substitute stuff from lib/stat-macros.h to lib/stat_.h.
5861         stat-macros.h is now for our own macros, whereas stat_h is for
5862         macros in the <sys/stat.h> name space.
5863         * lib/stat-macros.h: Remove copyright notice, as this file is now tiny.
5864         (STAT_MACROS_H): Remove.
5865         (S_IFMT, S_ISBLK, S_ISCHR, S_ISDIR, S_ISFIFO, S_ISLNK, S_ISNAM):
5866         (S_ISMPB, S_ISMPC, S_ISNWK, S_ISREG, S_ISSOCK, S_ISDOOR, S_ISPORT):
5867         (S_TYPEISMQ, S_TYPEISTMO, S_TYPEISSEM, S_TYPEISSHM, S_ISCTG, S_ISOFD):
5868         (S_ISOFL, S_ISWHT, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IRGRP):
5869         (S_IROTH, S_IWUSR, S_IWGRP, S_IWOTH, S_IXUSR, S_IXGRP, S_IXOTH):
5870         (S_IRWXU, S_IRWXG, S_IRWXO, S_IXUGO, S_IRWXUGO):
5871         Move these macros to ...
5872         * lib/stat_.h: here.  Don't include stat-macros.h.
5873         * lib/canonicalize.c: Don't include stat-macros.h.
5874         * lib/chown.c: Likewise.
5875         * lib/euidaccess.c: Likewise.
5876         * lib/file-type.c: Likewise.
5877         * lib/filemode.c: Likewise.
5878         * lib/glob.c: Likewise.
5879         * lib/isapipe.c: Likewise.
5880         * lib/lchown.c: Likewise.
5881         * lib/lstat.c: Likewise.
5882         * lib/mkdir-p.c: Likewise.
5883         * lib/rmdir.c: Likewise.
5884         * m4/lchown.m4 (gl_FUNC_LCHOWN): Don't require gl_STAT_MACROS.
5885         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Don't check for io.h
5886         unless mkdir isn't declared, to speed up 'configure'.
5887         Always create sys/stat.h, since it's unlikely any real sys/stat.h
5888         would define all the S_* symbols.
5889         * modules/canonicalize (Depends-on):
5890         Depend on sys_stat, not stat-macros.
5891         * modules/chown: Likewise.
5892         * modules/euidaccess: Likewise.
5893         * modules/filemode: Likewise.
5894         * modules/file-type: Likewise.
5895         * modules/glob: Likewise.
5896         * modules/isapipe: Likewise.
5897         * modules/lchown: Likewise.
5898         * modules/lstat: Likewise.
5899         * modules/mkancesdirs: Likewise.
5900         * modules/rmdir: Likewise.
5901         * modules/mkdir-p (Depends-on): Also depend on sys_stat.
5902         * modules/modechange: Likewise.
5903         * modules/stat-macros (Files): Remove m4/stat-macros.m4.
5904         (configure.ac): Remove gl_STAT_MACROS.
5905         * modules/sys_stat (Depends-on): Remove stat-macros.
5906
5907 2006-10-27  Bruno Haible  <bruno@clisp.org>
5908
5909         * m4/signed.m4: Remove file.
5910         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS_: Remove bh_C_SIGNED
5911         invocation.
5912         * modules/vasnprintf (Files): Remove m4/signed.m4.
5913
5914 2006-10-27  Bruno Haible  <bruno@clisp.org>
5915
5916         Update to GNU gettext 0.16.
5917         * modules/gettext (Files): Add m4/intl.m4, m4/intldir.m4. Remove
5918         m4/inttypes-h.m4, m4/signed.m4.
5919         * m4/gettext.m4: Update to GNU gettext 0.16.
5920         * m4/intl.m4: New file, from GNU gettext.
5921         * m4/intldir.m4: New file, from GNU gettext.
5922         * config/srclist.txt: Update
5923
5924 2006-10-27  Eric Blake  <ebb9@byu.net>
5925
5926         * MODULES.html.sh: Document tempname.
5927         * modules/mkstemp (Depends-on): Add tempname, and drop transitive
5928         dependencies.
5929         (Files): Move lib/tempname.c...
5930         * modules/tempname: ...to this new module.
5931         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Remove tempname checks.
5932         (gl_PREREQ_TEMPNAME): Move...
5933         * m4/tempname.m4: ...to this new file.
5934         * lib/mkstemp.c (includes) [!_LIBC]: Use tempname.h.
5935         * modules/sys_stat (Depends-on): Add stat-macros.
5936         * lib/stat_.h (includes): Pick up stat macros.
5937         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Replace <sys/stat.h>
5938         if stat macros are broken.
5939         * lib/tempname.c (includes): No need to include "stat-macros.h".
5940         (__gen_tempname) [!_LIBC]: Expose as gen_tempname.
5941         (direxists, __path_search) [!_LIBC]: Don't compile these in
5942         gnulib; the tmpdir module covers that.
5943         * lib/tempname.h: New file.
5944
5945 2006-10-26  Paul Eggert  <eggert@cs.ucla.edu>
5946
5947         * COPYING: Explain how gnulib-tool converts licence headers.
5948         Almost all wording by Eric Blake.
5949
5950 2006-10-25  Paul Eggert  <eggert@cs.ucla.edu>
5951
5952         * lib/mbchar.h (is_basic_table): Make read-only.
5953         * lib/mbchar.c (is_basic_table): Likewise.
5954         Reported by John Darrington.
5955
5956 2006-10-25  Bruno Haible  <bruno@clisp.org>
5957
5958         * lib/progname.h (set_program_name): Undefine before defining.
5959
5960 2006-10-25  Bruno Haible  <bruno@clisp.org>
5961
5962         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to
5963         false for non-gcc C++ compilers.
5964         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
5965
5966 2006-10-24  Bruno Haible  <bruno@clisp.org>
5967
5968         * lib/striconv.c (mem_cd_iconv, str_cd_iconv): Treat all non-GNU
5969         iconv implementations like Irix iconv.
5970
5971 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
5972
5973         * modules/vararrays: New file.
5974         * m4/vararrays.m4: New file, taken from diffutils.
5975         * MODULES.html.sh: New module vararrays.
5976
5977 2006-10-24  Karl Berry  <karl@gnu.org>
5978
5979         * doc/gnulib-intro.texi: --- instead of --; non-naive naive.
5980         Don't call GNU Unix.
5981
5982 2006-10-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5983
5984         * users.txt: Add Libtool.
5985
5986         Sync from Libtool:
5987
5988         2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
5989
5990         * lib/argz.c: Remove check for HAVE_CONFIG_H, to conform
5991         to gnulib's policy of including config.h unconditionally.
5992
5993 2006-10-24  Bruno Haible  <bruno@clisp.org>
5994
5995         * modules/wcwidth (Files): Add m4/wint_t.m4.
5996         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gt_TYPE_WINT_T.
5997         * lib/wcwidth.h (iswprint): Use 'int' if 'wint_t' is not defined.
5998
5999 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
6000
6001         * lib/getdate.y (yyerror): Make the arguments pointer-to-const,
6002         to pacify GCC with some -W flags enabled.  Problem reported by
6003         Bruno Haible.
6004
6005 2006-10-24  Jim Meyering  <jim@meyering.net>
6006
6007         * MODULES.html.sh: Remove uinttostr.  It's not a module.
6008         Reported by Karl Berry.
6009
6010 2006-10-23  Bruno Haible  <bruno@clisp.org>
6011
6012         * lib/fts.c (fts_build): Move variable declaration, for C89 compliance.
6013
6014 2006-10-24  Bruno Haible  <bruno@clisp.org>
6015
6016         * lib/gl_list.h: Use C comment style, not C++ comment style.
6017
6018 2006-10-23  Eric Blake  <ebb9@byu.net>
6019
6020         * lib/getaddrinfo.c (includes): Add missing include.
6021
6022 2006-10-23  Bruno Haible  <bruno@clisp.org>
6023             Paul Eggert  <eggert@cs.ucla.edu>
6024
6025         Ability to rename obstack_free.
6026         * lib/obstack.h (__obstack_free): New macro. Declare instead of
6027         obstack_free.
6028         (obstack_free): Invoke the __obstack_free macro.
6029         * lib/obstack.c (obstack_free): Use __obstack_free macro.
6030
6031 2006-10-23  Bruno Haible  <bruno@clisp.org>
6032             Paul Eggert  <eggert@cs.ucla.edu>
6033
6034         * lib/argp.h (argp_parse, __argp_parse): Comment out the identifiers
6035         __argc, __argv from the declaration. (They are defined as macros on
6036         mingw.)
6037
6038 2006-10-22  Bruno Haible  <bruno@clisp.org>
6039
6040         * doc/gnulib-intro.texi: New file.
6041         * doc/gnulib.texi: Include it.
6042
6043 2006-10-21  Bruno Haible  <bruno@clisp.org>
6044
6045         * doc/gnulib.texi: Split the chapter "Gnulib" into 3 chapters
6046         "Introduction", "Miscellanous Notes", "Particular Modules".
6047
6048 2006-10-21  Bruno Haible  <bruno@clisp.org>
6049
6050         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
6051         Change mostlyclean-local rule to avoid sh syntax error from bash
6052         versions 2.00..2.05 when $(MOSTLYCLEANDIRS) is empty.
6053
6054 2006-10-23  Jim Meyering  <jim@meyering.net>
6055
6056         * lib/getaddrinfo.c (getnameinfo): Use new lightweight uinttostr,
6057         in place of snprintf.
6058
6059         * modules/inttostr (Files): Add lib/uinttostr.c.
6060         * lib/uinttostr.c (inttostr): New file/function.
6061         * lib/inttostr.h (uinttostr): Declare.
6062         * m4/inttostr.m4: Add AC_LIBOBJ([uinttostr]).
6063         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
6064         Add uinttostr.
6065         * modules/getaddrinfo (Depends-on): Remove snprintf.  Add inttostr.
6066
6067 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
6068
6069         * lib/canonicalize.c (ELOOP): Define if not already defined.
6070         Problem reported by Bruno Haible in
6071         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00282.html>.
6072
6073 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
6074
6075         * lib/stdint_.h [defined _AIX]: Don't include <sys/types.h>.
6076         Problem reported by Perry Smith and Ville Laurikari.
6077
6078         * lib/getndelim2.c (SSIZE_MAX): Use same defn that getdelim.c
6079         uses.
6080
6081 2006-10-19  Bruno Haible  <bruno@clisp.org>
6082
6083         * lib/getndelim2.c (SSIZE_MAX): Provide fallback definition. Needed
6084         for mingw.
6085
6086 2006-10-19  Bruno Haible  <bruno@clisp.org>
6087
6088         * lib/openat-priv.h (EOPNOTSUPP): Provide fallback definition.
6089         Needed for mingw.
6090
6091 2006-10-19  Bruno Haible  <bruno@clisp.org>
6092
6093         * m4/size_max.m4 (gl_SIZE_MAX): Cache the result.
6094
6095 2006-10-19  Bruno Haible  <bruno@clisp.org>
6096
6097         * m4/allocsa.m4 (gl_ALLOCSA): Invoke gl_FUNC_ALLOCA, don't AC_REQUIRE
6098         it.
6099
6100 2006-10-19  Bruno Haible  <bruno@clisp.org>
6101
6102         * m4/alloca.m4 (gl_FUNC_ALLOCA): Cache the result of the AC_EGREP_CPP
6103         invocation.
6104
6105 2006-10-19  Bruno Haible  <bruno@clisp.org>
6106
6107         * gnulib-tool (func_create_testdir): Don't include ftruncate and
6108         mountlist by default.
6109
6110 2006-10-16  Bruno Haible  <bruno@clisp.org>
6111
6112         * lib/c-strstr.c: Include c-strstr.h.
6113
6114 2006-10-18  Charles Wilson  <cygwin@cwilson.fastmail.fm>
6115
6116         * gnulib-tool: Don't clobber $sourcebase when $local_gnulib_dir ends
6117         in a slash.
6118
6119 2006-10-18  Bruno Haible  <bruno@clisp.org>
6120
6121         * lib/lock.h [C++]: Wrap definitions in extern "C".
6122
6123 2006-10-18  Bruno Haible  <bruno@clisp.org>
6124
6125         * gnulib-tool (func_emit_initmacro_end): Remove duplicates from the
6126         gl_LIBOBJS list.
6127
6128 2006-10-18  Bruno Haible  <bruno@clisp.org>
6129
6130         * lib/findprog.c (find_in_path): Avoid "gcc -Wwrite-strings" warning.
6131
6132 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>
6133
6134         * lib/xstrtol.h: Include gettext.h.
6135         (_STRTOL_ERROR): Wrap English-language formats inside gettext.
6136         Problem reported by Eric Blake.
6137         * modules/xstrtol (Depends-on): Add gettext-h.
6138
6139 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>  (tiny change)
6140
6141         * lib/strftime.c (advance): New macro.
6142         (add): Use it to avoid adding 0 to a FILE *.  FILE can be an
6143         incomplete type, so you can't add 0 to it.  Problem and patch
6144         reported by Eelco Dolstra for dietlibc.
6145
6146 2006-10-18  Jim Meyering  <jim@meyering.net>
6147
6148         * lib/readutmp.c (desirable_utmp_entry): Use "bool" as the
6149         type for a local, and rename it: s/up/user_proc/.
6150
6151 2006-10-18  Sergey Poznyakoff  <gray@gnu.org.ua>
6152
6153         * lib/readutmp.c (desirable_utmp_entry): Implement new flag:
6154         READ_UTMP_USER_PROCESS.
6155         * lib/readutmp.h (READ_UTMP_USER_PROCESS): New flag
6156
6157 2006-10-17  Paul Eggert  <eggert@cs.ucla.edu>
6158
6159         * lib/localcharset.c: Do not check HAVE_SETLOCALE.
6160         * m4/localcharset.m4 (gl_LOCALCHARSET): Don't check for setlocale.
6161
6162 2006-10-17  Eric Blake  <ebb9@byu.net>
6163
6164         * lib/sigprocmask.c (sigprocmask): Fix typo.
6165
6166         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Fix typo.
6167
6168         * modules/clean-temp (Makefile.am): Don't add to make output...
6169         (configure.ac): ...instead define SIGNAL_SAFE_LIST inside
6170         config.h.
6171
6172 2006-10-17  Bruno Haible  <bruno@clisp.org>
6173
6174         * lib/gettext.h (gettext, ngettext, pgettext, npgettext): Define
6175         differently if DEFAULT_TEXT_DOMAIN is set.
6176
6177 2006-10-16  Bruno Haible  <bruno@clisp.org>
6178
6179         * lib/clean-temp.c: Include fwriteerror.h.
6180
6181 2006-10-16  Bruno Haible  <bruno@clisp.org>
6182
6183         * getndelim2.m4 (gl_GETNDELIM2): Remove 2003-10-23 hack.
6184
6185 2006-10-16  Bruno Haible  <bruno@clisp.org>
6186
6187         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Also test for sigset_t.
6188         * lib/sigprocmask.h: Include <sys/types.h>.
6189         (sigset_t): Use the system's definition if present.
6190
6191 2006-10-17  Eric Blake  <ebb9@byu.net>
6192
6193         * lib/xvasprintf.c (includes): Assume config.h.
6194         * lib/xasprintf.c (includes): Likewise.
6195
6196 2006-10-16  Paul Eggert  <eggert@cs.ucla.edu>
6197
6198         * lib/fsusage.c (PROPAGATE_ALL_ONES): Don't assume uintmax_t is
6199         at least as wide as intmax_t.
6200
6201 2006-10-16  Alexandre Duret-Lutz  <adl@gnu.org>
6202
6203         (Imported from Automake.)
6204         * build-aux/gnupload: Update to version 1.1 of directive file.
6205
6206 2006-10-16  Eric Blake  <ebb9@byu.net>
6207
6208         * modules/configmake (Makefile.am): Add pkglibexecdir support, to
6209         match Automake 1.10a.
6210
6211 2006-10-14  Bruno Haible  <bruno@clisp.org>
6212
6213         * modules/sigprocmask: New file.
6214         * lib/sigprocmask.h: New file.
6215         * lib/sigprocmask.c: New file.
6216         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Renamed from
6217         gt_SIGNALBLOCKING. When not defining HAVE_POSIX_SIGNALBLOCKING,
6218         request sigprocmask.o.
6219         (gl_PREREQ_SIGPROCMASK): New macro.
6220         * modules/fatal-signal (Files): Remove m4/signalblocking.m4.
6221         (Depends-on): Add sigprocmask.
6222         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Don't require
6223         gt_SIGNALBLOCKING. Test for 'raise' only once.
6224         * lib/fatal-signal.c: Include sigprocmask.h.
6225         (fatal_signal_set, init_fatal_signal_set, block_fatal_signals,
6226         unblock_fatal_signals): Define always.
6227         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
6228         sigprocmask.
6229
6230 2006-10-14  Paul Eggert  <eggert@cs.ucla.edu>
6231
6232         Sync from Automake.
6233         * build-aux/install-sh (posix_mkdir): Reject FreeBSD 6.1 mkdir -p -m,
6234         which incorrectly sets the mode of an existing destination
6235         directory.  In some cases the unpatched install-sh could do the
6236         equivalent of "chmod 777 /" or "chmod 0 /" on a buggy FreeBSD
6237         system.  We hope this is rare in practice, but it's clearly worth
6238         fixing.  Problem reported by Alex Unleashed in
6239         <http://lists.gnu.org/archive/html/bug-autoconf/2006-10/msg00012.html>.
6240         Also, don't bother to check for -m bugs unless we're using -m;
6241         suggested by Stepan Kasal.
6242
6243 2006-10-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6244
6245         Sync from Automake.
6246         * build-aux/depcomp (gcc3): Put dependency extraction flags before the
6247         `-c' flag, so they appear at the same position as in %FASTDEP%
6248         mode in depend2.am.  Fixes build failure for FreeBSD's c89,
6249         which ignores unknown options only after the first non-option.
6250         Bug report against M4 by Nelson H. F. Beebe.
6251
6252 2006-10-13  Jim Meyering  <jim@meyering.net>
6253
6254         Fix a bug in yesterday's change.
6255         * lib/fts.c (fts_open): When using FTS_XDEV|FTS_NOSTAT,
6256         p->fts_statp->st_dev would be used uninitialized.
6257         Ensures that we always call fts_stat on the very first entry.
6258         Miklos Szeredi reported that find -xdev stopped working.
6259
6260 2006-10-12  Bruno Haible  <bruno@clisp.org>
6261
6262         * gnulib-tool (func_get_automake_snippet): Append an automatically
6263         computed EXTRA_DIST augmentation.
6264         * modules/acl (Makefile.am): Remove EXTRA_DIST augmentation.
6265         * modules/alloca-opt (Makefile.am): Likewise.
6266         * modules/allocsa (Makefile.am): Likewise.
6267         * modules/arcfour (Makefile.am): Likewise.
6268         * modules/arctwo (Makefile.am): Likewise.
6269         * modules/argmatch (Makefile.am): Likewise.
6270         * modules/argz (Makefile.am): Likewise.
6271         * modules/atexit (Makefile.am): Likewise.
6272         * modules/backupfile (Makefile.am): Likewise.
6273         * modules/byteswap (Makefile.am): Likewise.
6274         * modules/c-strtod (Makefile.am): Likewise.
6275         * modules/c-strtold (Makefile.am): Likewise.
6276         * modules/calloc (Makefile.am): Likewise.
6277         * modules/canon-host (Makefile.am): Likewise.
6278         * modules/canonicalize (Makefile.am): Likewise.
6279         * modules/chdir-long (Makefile.am): Likewise.
6280         * modules/chdir-safer (Makefile.am): Likewise.
6281         * modules/check-version (Makefile.am): Likewise.
6282         * modules/chown (Makefile.am): Likewise.
6283         * modules/cloexec (Makefile.am): Likewise.
6284         * modules/close-stream (Makefile.am): Likewise.
6285         * modules/closeout (Makefile.am): Likewise.
6286         * modules/crc (Makefile.am): Likewise.
6287         * modules/csharpexec (Makefile.am): Likewise.
6288         * modules/cycle-check (Makefile.am): Likewise.
6289         * modules/des (Makefile.am): Likewise.
6290         * modules/dev-ino (Makefile.am): Likewise.
6291         * modules/dirfd (Makefile.am): Likewise.
6292         * modules/dirname (Makefile.am): Likewise.
6293         * modules/dup2 (Makefile.am): Likewise.
6294         * modules/eealloc (Makefile.am): Likewise.
6295         * modules/error (Makefile.am): Likewise.
6296         * modules/euidaccess (Makefile.am): Likewise.
6297         * modules/exclude (Makefile.am): Likewise.
6298         * modules/exitfail (Makefile.am): Likewise.
6299         * modules/fcntl-safer (Makefile.am): Likewise.
6300         * modules/fcntl (Makefile.am): Likewise.
6301         * modules/file-type (Makefile.am): Likewise.
6302         * modules/fileblocks (Makefile.am): Likewise.
6303         * modules/filemode (Makefile.am): Likewise.
6304         * modules/filenamecat (Makefile.am): Likewise.
6305         * modules/fnmatch (Makefile.am): Likewise.
6306         * modules/fopen-safer (Makefile.am): Likewise.
6307         * modules/fpending (Makefile.am): Likewise.
6308         * modules/fprintftime (Makefile.am): Likewise.
6309         * modules/free (Makefile.am): Likewise.
6310         * modules/fsusage (Makefile.am): Likewise.
6311         * modules/ftruncate (Makefile.am): Likewise.
6312         * modules/fts (Makefile.am): Likewise.
6313         * modules/gc-arcfour (Makefile.am): Likewise.
6314         * modules/gc-des (Makefile.am): Likewise.
6315         * modules/gc-hmac-md5 (Makefile.am): Likewise.
6316         * modules/gc-hmac-sha1 (Makefile.am): Likewise.
6317         * modules/gc-md4 (Makefile.am): Likewise.
6318         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
6319         * modules/gc-sha1 (Makefile.am): Likewise.
6320         * modules/gc (Makefile.am): Likewise.
6321         * modules/getaddrinfo (Makefile.am): Likewise.
6322         * modules/getcwd (Makefile.am): Likewise.
6323         * modules/getdelim (Makefile.am): Likewise.
6324         * modules/getdomainname (Makefile.am): Likewise.
6325         * modules/getgroups (Makefile.am): Likewise.
6326         * modules/gethostname (Makefile.am): Likewise.
6327         * modules/gethrxtime (Makefile.am): Likewise.
6328         * modules/getline (Makefile.am): Likewise.
6329         * modules/getloadavg (Makefile.am): Likewise.
6330         * modules/getlogin_r (Makefile.am): Likewise.
6331         * modules/getndelim2 (Makefile.am): Likewise.
6332         * modules/getopt (Makefile.am): Likewise.
6333         * modules/getpagesize (Makefile.am): Likewise.
6334         * modules/getpass-gnu (Makefile.am): Likewise.
6335         * modules/getpass (Makefile.am): Likewise.
6336         * modules/getsubopt (Makefile.am): Likewise.
6337         * modules/gettime (Makefile.am): Likewise.
6338         * modules/gettimeofday (Makefile.am): Likewise.
6339         * modules/getugroups (Makefile.am): Likewise.
6340         * modules/getusershell (Makefile.am): Likewise.
6341         * modules/glob (Makefile.am): Likewise.
6342         * modules/group-member (Makefile.am): Likewise.
6343         * modules/hard-locale (Makefile.am): Likewise.
6344         * modules/hash (Makefile.am): Likewise.
6345         * modules/hmac-md5 (Makefile.am): Likewise.
6346         * modules/hmac-sha1 (Makefile.am): Likewise.
6347         * modules/human (Makefile.am): Likewise.
6348         * modules/idcache (Makefile.am): Likewise.
6349         * modules/imaxabs (Makefile.am): Likewise.
6350         * modules/imaxdiv (Makefile.am): Likewise.
6351         * modules/inet_ntop (Makefile.am): Likewise.
6352         * modules/inet_pton (Makefile.am): Likewise.
6353         * modules/intprops (Makefile.am): Likewise.
6354         * modules/inttostr (Makefile.am): Likewise.
6355         * modules/inttypes (Makefile.am): Likewise.
6356         * modules/isapipe (Makefile.am): Likewise.
6357         * modules/javaversion (Makefile.am): Likewise.
6358         * modules/lchmod (Makefile.am): Likewise.
6359         * modules/lchown (Makefile.am): Likewise.
6360         * modules/localcharset (Makefile.am): Likewise.
6361         * modules/long-options (Makefile.am): Likewise.
6362         * modules/lstat (Makefile.am): Likewise.
6363         * modules/malloc (Makefile.am): Likewise.
6364         * modules/mathl (Makefile.am): Likewise.
6365         * modules/mbchar (Makefile.am): Likewise.
6366         * modules/md2 (Makefile.am): Likewise.
6367         * modules/md4 (Makefile.am): Likewise.
6368         * modules/md5 (Makefile.am): Likewise.
6369         * modules/memcasecmp (Makefile.am): Likewise.
6370         * modules/memchr (Makefile.am): Likewise.
6371         * modules/memcmp (Makefile.am): Likewise.
6372         * modules/memcoll (Makefile.am): Likewise.
6373         * modules/memcpy (Makefile.am): Likewise.
6374         * modules/memmem (Makefile.am): Likewise.
6375         * modules/memmove (Makefile.am): Likewise.
6376         * modules/mempcpy (Makefile.am): Likewise.
6377         * modules/memrchr (Makefile.am): Likewise.
6378         * modules/memset (Makefile.am): Likewise.
6379         * modules/memxor (Makefile.am): Likewise.
6380         * modules/mkancesdirs (Makefile.am): Likewise.
6381         * modules/mkdir-p (Makefile.am): Likewise.
6382         * modules/mkdir (Makefile.am): Likewise.
6383         * modules/mkdtemp (Makefile.am): Likewise.
6384         * modules/mkstemp (Makefile.am): Likewise.
6385         * modules/mktime (Makefile.am): Likewise.
6386         * modules/modechange (Makefile.am): Likewise.
6387         * modules/mountlist (Makefile.am): Likewise.
6388         * modules/nanosleep (Makefile.am): Likewise.
6389         * modules/obstack (Makefile.am): Likewise.
6390         * modules/openat (Makefile.am): Likewise.
6391         * modules/pagealign_alloc (Makefile.am): Likewise.
6392         * modules/pathmax (Makefile.am): Likewise.
6393         * modules/physmem (Makefile.am): Likewise.
6394         * modules/poll (Makefile.am): Likewise.
6395         * modules/posixtm (Makefile.am): Likewise.
6396         * modules/posixver (Makefile.am): Likewise.
6397         * modules/putenv (Makefile.am): Likewise.
6398         * modules/quote (Makefile.am): Likewise.
6399         * modules/quotearg (Makefile.am): Likewise.
6400         * modules/raise (Makefile.am): Likewise.
6401         * modules/read-file (Makefile.am): Likewise.
6402         * modules/readline (Makefile.am): Likewise.
6403         * modules/readlink (Makefile.am): Likewise.
6404         * modules/readtokens (Makefile.am): Likewise.
6405         * modules/readutmp (Makefile.am): Likewise.
6406         * modules/realloc (Makefile.am): Likewise.
6407         * modules/regex (Makefile.am): Likewise.
6408         * modules/rename-dest-slash (Makefile.am): Likewise.
6409         * modules/rename (Makefile.am): Likewise.
6410         * modules/rijndael (Makefile.am): Likewise.
6411         * modules/rmdir (Makefile.am): Likewise.
6412         * modules/rpmatch (Makefile.am): Likewise.
6413         * modules/safe-read (Makefile.am): Likewise.
6414         * modules/safe-write (Makefile.am): Likewise.
6415         * modules/same-inode (Makefile.am): Likewise.
6416         * modules/same (Makefile.am): Likewise.
6417         * modules/save-cwd (Makefile.am): Likewise.
6418         * modules/savedir (Makefile.am): Likewise.
6419         * modules/setenv (Makefile.am): Likewise.
6420         * modules/settime (Makefile.am): Likewise.
6421         * modules/sha1 (Makefile.am): Likewise.
6422         * modules/sig2str (Makefile.am): Likewise.
6423         * modules/snprintf (Makefile.am): Likewise.
6424         * modules/stat-macros (Makefile.am): Likewise.
6425         * modules/stat-time (Makefile.am): Likewise.
6426         * modules/stdbool (Makefile.am): Likewise.
6427         * modules/stdint (Makefile.am): Likewise.
6428         * modules/stdlib-safer (Makefile.am): Likewise.
6429         * modules/stpcpy (Makefile.am): Likewise.
6430         * modules/stpncpy (Makefile.am): Likewise.
6431         * modules/strcase (Makefile.am): Likewise.
6432         * modules/strcasestr (Makefile.am): Likewise.
6433         * modules/strchrnul (Makefile.am): Likewise.
6434         * modules/strcspn (Makefile.am): Likewise.
6435         * modules/strdup (Makefile.am): Likewise.
6436         * modules/strerror (Makefile.am): Likewise.
6437         * modules/strftime (Makefile.am): Likewise.
6438         * modules/strndup (Makefile.am): Likewise.
6439         * modules/strnlen (Makefile.am): Likewise.
6440         * modules/strpbrk (Makefile.am): Likewise.
6441         * modules/strsep (Makefile.am): Likewise.
6442         * modules/strstr (Makefile.am): Likewise.
6443         * modules/strtod (Makefile.am): Likewise.
6444         * modules/strtoimax (Makefile.am): Likewise.
6445         * modules/strtok_r (Makefile.am): Likewise.
6446         * modules/strtol (Makefile.am): Likewise.
6447         * modules/strtoll (Makefile.am): Likewise.
6448         * modules/strtoul (Makefile.am): Likewise.
6449         * modules/strtoull (Makefile.am): Likewise.
6450         * modules/strtoumax (Makefile.am): Likewise.
6451         * modules/strverscmp (Makefile.am): Likewise.
6452         * modules/sys_socket (Makefile.am): Likewise.
6453         * modules/sys_stat (Makefile.am): Likewise.
6454         * modules/sysexits (Makefile.am): Likewise.
6455         * modules/time_r (Makefile.am): Likewise.
6456         * modules/timegm (Makefile.am): Likewise.
6457         * modules/timespec (Makefile.am): Likewise.
6458         * modules/tmpfile-safer (Makefile.am): Likewise.
6459         * modules/trim (Makefile.am): Likewise.
6460         * modules/unistd-safer (Makefile.am): Likewise.
6461         * modules/unlinkdir (Makefile.am): Likewise.
6462         * modules/unlocked-io (Makefile.am): Likewise.
6463         * modules/userspec (Makefile.am): Likewise.
6464         * modules/utime (Makefile.am): Likewise.
6465         * modules/utimecmp (Makefile.am): Likewise.
6466         * modules/utimens (Makefile.am): Likewise.
6467         * modules/vasnprintf (Makefile.am): Likewise.
6468         * modules/vasprintf (Makefile.am): Likewise.
6469         * modules/vsnprintf (Makefile.am): Likewise.
6470         * modules/xalloc (Makefile.am): Likewise.
6471         * modules/xgetcwd (Makefile.am): Likewise.
6472         * modules/xnanosleep (Makefile.am): Likewise.
6473         * modules/xreadlink (Makefile.am): Likewise.
6474         * modules/xstrtod (Makefile.am): Likewise.
6475         * modules/xstrtol (Makefile.am): Likewise.
6476         * modules/xstrtold (Makefile.am): Likewise.
6477         * modules/yesno (Makefile.am): Likewise.
6478         * modules/getdate (Makefile.am): Don't add getdate.h to EXTRA_DIST.
6479
6480 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
6481
6482         * modules/error (Makefile.am): Distribute files through
6483         EXTRA_DIST, not lib_SOURCES.
6484
6485 2006-10-12  Eric Blake  <ebb9@byu.net>
6486
6487         * modules/error (Makefile.am): Distribute files in /lib.
6488         * modules/obstack (Makefile.am): Likewise.
6489
6490 2006-10-12  Bruno Haible  <bruno@clisp.org>
6491
6492         * modules/acl (Makefile.am): Distribute all files in lib/ through
6493         EXTRA_DIST.
6494         * modules/arcfour (Makefile.am): Likewise.
6495         * modules/arctwo (Makefile.am): Likewise.
6496         * modules/argmatch (Makefile.am): Likewise.
6497         * modules/argz (Makefile.am): Likewise.
6498         * modules/atexit (Makefile.am): Likewise.
6499         * modules/backupfile (Makefile.am): Likewise.
6500         * modules/c-strtod (Makefile.am): Likewise.
6501         * modules/c-strtold (Makefile.am): Likewise.
6502         * modules/calloc (Makefile.am): Likewise.
6503         * modules/canon-host (Makefile.am): Likewise.
6504         * modules/canonicalize (Makefile.am): Likewise.
6505         * modules/chdir-long (Makefile.am): Likewise.
6506         * modules/chdir-safer (Makefile.am): Likewise.
6507         * modules/check-version (Makefile.am): Likewise.
6508         * modules/chown (Makefile.am): Likewise.
6509         * modules/cloexec (Makefile.am): Likewise.
6510         * modules/close-stream (Makefile.am): Likewise.
6511         * modules/closeout (Makefile.am): Likewise.
6512         * modules/crc (Makefile.am): Likewise.
6513         * modules/cycle-check (Makefile.am): Likewise.
6514         * modules/des (Makefile.am): Likewise.
6515         * modules/dirfd (Makefile.am): Likewise.
6516         * modules/dirname (Makefile.am): Likewise.
6517         * modules/dup2 (Makefile.am): Likewise.
6518         * modules/euidaccess (Makefile.am): Likewise.
6519         * modules/exclude (Makefile.am): Likewise.
6520         * modules/exitfail (Makefile.am): Likewise.
6521         * modules/fcntl-safer (Makefile.am): Likewise.
6522         * modules/file-type (Makefile.am): Likewise.
6523         * modules/fileblocks (Makefile.am): Likewise.
6524         * modules/filemode (Makefile.am): Likewise.
6525         * modules/filenamecat (Makefile.am): Likewise.
6526         * modules/fnmatch (Makefile.am): Likewise.
6527         * modules/fopen-safer (Makefile.am): Likewise.
6528         * modules/fpending (Makefile.am): Likewise.
6529         * modules/fprintftime (Makefile.am): Likewise.
6530         * modules/free (Makefile.am): Likewise.
6531         * modules/fsusage (Makefile.am): Likewise.
6532         * modules/ftruncate (Makefile.am): Likewise.
6533         * modules/fts (Makefile.am): Likewise.
6534         * modules/gc (Makefile.am): Likewise.
6535         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
6536         * modules/getaddrinfo (Makefile.am): Likewise.
6537         * modules/getcwd (Makefile.am): Likewise.
6538         * modules/getdelim (Makefile.am): Likewise.
6539         * modules/getdomainname (Makefile.am): Likewise.
6540         * modules/getgroups (Makefile.am): Likewise.
6541         * modules/gethostname (Makefile.am): Likewise.
6542         * modules/gethrxtime (Makefile.am): Likewise.
6543         * modules/getline (Makefile.am): Likewise.
6544         * modules/getloadavg (Makefile.am): Likewise.
6545         * modules/getlogin_r (Makefile.am): Likewise.
6546         * modules/getopt (Makefile.am): Likewise.
6547         * modules/getpass (Makefile.am): Likewise.
6548         * modules/getpass-gnu (Makefile.am): Likewise.
6549         * modules/getsubopt (Makefile.am): Likewise.
6550         * modules/gettime (Makefile.am): Likewise.
6551         * modules/gettimeofday (Makefile.am): Likewise.
6552         * modules/getugroups (Makefile.am): Likewise.
6553         * modules/getusershell (Makefile.am): Likewise.
6554         * modules/glob (Makefile.am): Likewise.
6555         * modules/group-member (Makefile.am): Likewise.
6556         * modules/hard-locale (Makefile.am): Likewise.
6557         * modules/hash (Makefile.am): Likewise.
6558         * modules/hmac-md5 (Makefile.am): Likewise.
6559         * modules/hmac-sha1 (Makefile.am): Likewise.
6560         * modules/human (Makefile.am): Likewise.
6561         * modules/idcache (Makefile.am): Likewise.
6562         * modules/imaxabs (Makefile.am): Likewise.
6563         * modules/imaxdiv (Makefile.am): Likewise.
6564         * modules/inet_ntop (Makefile.am): Likewise.
6565         * modules/inet_pton (Makefile.am): Likewise.
6566         * modules/inttostr (Makefile.am): Likewise.
6567         * modules/isapipe (Makefile.am): Likewise.
6568         * modules/lchown (Makefile.am): Likewise.
6569         * modules/long-options (Makefile.am): Likewise.
6570         * modules/lstat (Makefile.am): Likewise.
6571         * modules/malloc (Makefile.am): Likewise.
6572         * modules/mathl (Makefile.am): Likewise.
6573         * modules/mbchar (Makefile.am): Likewise.
6574         * modules/md2 (Makefile.am): Likewise.
6575         * modules/md4 (Makefile.am): Likewise.
6576         * modules/md5 (Makefile.am): Likewise.
6577         * modules/memcasecmp (Makefile.am): Likewise.
6578         * modules/memchr (Makefile.am): Likewise.
6579         * modules/memcmp (Makefile.am): Likewise.
6580         * modules/memcoll (Makefile.am): Likewise.
6581         * modules/memcpy (Makefile.am): Likewise.
6582         * modules/memmem (Makefile.am): Likewise.
6583         * modules/memmove (Makefile.am): Likewise.
6584         * modules/mempcpy (Makefile.am): Likewise.
6585         * modules/memrchr (Makefile.am): Likewise.
6586         * modules/memset (Makefile.am): Likewise.
6587         * modules/memxor (Makefile.am): Likewise.
6588         * modules/mkancesdirs (Makefile.am): Likewise.
6589         * modules/mkdir (Makefile.am): Likewise.
6590         * modules/mkdir-p (Makefile.am): Likewise.
6591         * modules/mkdtemp (Makefile.am): Likewise.
6592         * modules/mkstemp (Makefile.am): Likewise.
6593         * modules/mktime (Makefile.am): Likewise.
6594         * modules/modechange (Makefile.am): Likewise.
6595         * modules/mountlist (Makefile.am): Likewise.
6596         * modules/nanosleep (Makefile.am): Likewise.
6597         * modules/openat (Makefile.am): Likewise.
6598         * modules/pagealign_alloc (Makefile.am): Likewise.
6599         * modules/physmem (Makefile.am): Likewise.
6600         * modules/poll (Makefile.am): Likewise.
6601         * modules/posixtm (Makefile.am): Likewise.
6602         * modules/posixver (Makefile.am): Likewise.
6603         * modules/putenv (Makefile.am): Likewise.
6604         * modules/quote (Makefile.am): Likewise.
6605         * modules/quotearg (Makefile.am): Likewise.
6606         * modules/raise (Makefile.am): Likewise.
6607         * modules/read-file (Makefile.am): Likewise.
6608         * modules/readline (Makefile.am): Likewise.
6609         * modules/readlink (Makefile.am): Likewise.
6610         * modules/readtokens (Makefile.am): Likewise.
6611         * modules/readutmp (Makefile.am): Likewise.
6612         * modules/realloc (Makefile.am): Likewise.
6613         * modules/regex (Makefile.am): Likewise.
6614         * modules/rename (Makefile.am): Likewise.
6615         * modules/rename-dest-slash (Makefile.am): Likewise.
6616         * modules/rijndael (Makefile.am): Likewise.
6617         * modules/rmdir (Makefile.am): Likewise.
6618         * modules/rpmatch (Makefile.am): Likewise.
6619         * modules/safe-read (Makefile.am): Likewise.
6620         * modules/safe-write (Makefile.am): Likewise.
6621         * modules/same (Makefile.am): Likewise.
6622         * modules/save-cwd (Makefile.am): Likewise.
6623         * modules/savedir (Makefile.am): Likewise.
6624         * modules/setenv (Makefile.am): Likewise.
6625         * modules/settime (Makefile.am): Likewise.
6626         * modules/sha1 (Makefile.am): Likewise.
6627         * modules/sig2str (Makefile.am): Likewise.
6628         * modules/snprintf (Makefile.am): Likewise.
6629         * modules/stdlib-safer (Makefile.am): Likewise.
6630         * modules/stpcpy (Makefile.am): Likewise.
6631         * modules/stpncpy (Makefile.am): Likewise.
6632         * modules/strcase (Makefile.am): Likewise.
6633         * modules/strcasestr (Makefile.am): Likewise.
6634         * modules/strchrnul (Makefile.am): Likewise.
6635         * modules/strcspn (Makefile.am): Likewise.
6636         * modules/strdup (Makefile.am): Likewise.
6637         * modules/strerror (Makefile.am): Likewise.
6638         * modules/strftime (Makefile.am): Likewise.
6639         * modules/strndup (Makefile.am): Likewise.
6640         * modules/strnlen (Makefile.am): Likewise.
6641         * modules/strpbrk (Makefile.am): Likewise.
6642         * modules/strsep (Makefile.am): Likewise.
6643         * modules/strstr (Makefile.am): Likewise.
6644         * modules/strtod (Makefile.am): Likewise.
6645         * modules/strtoimax (Makefile.am): Likewise.
6646         * modules/strtok_r (Makefile.am): Likewise.
6647         * modules/strtol (Makefile.am): Likewise.
6648         * modules/strtoll (Makefile.am): Likewise.
6649         * modules/strtoul (Makefile.am): Likewise.
6650         * modules/strtoull (Makefile.am): Likewise.
6651         * modules/strtoumax (Makefile.am): Likewise.
6652         * modules/strverscmp (Makefile.am): Likewise.
6653         * modules/time_r (Makefile.am): Likewise.
6654         * modules/timegm (Makefile.am): Likewise.
6655         * modules/tmpfile-safer (Makefile.am): Likewise.
6656         * modules/unistd-safer (Makefile.am): Likewise.
6657         * modules/unlinkdir (Makefile.am): Likewise.
6658         * modules/userspec (Makefile.am): Likewise.
6659         * modules/utime (Makefile.am): Likewise.
6660         * modules/utimecmp (Makefile.am): Likewise.
6661         * modules/utimens (Makefile.am): Likewise.
6662         * modules/vasnprintf (Makefile.am): Likewise.
6663         * modules/vasprintf (Makefile.am): Likewise.
6664         * modules/vsnprintf (Makefile.am): Likewise.
6665         * modules/xalloc (Makefile.am): Likewise.
6666         * modules/xgetcwd (Makefile.am): Likewise.
6667         * modules/xnanosleep (Makefile.am): Likewise.
6668         * modules/xreadlink (Makefile.am): Likewise.
6669         * modules/xstrtod (Makefile.am): Likewise.
6670         * modules/xstrtol (Makefile.am): Likewise.
6671         * modules/xstrtold (Makefile.am): Likewise.
6672         * modules/yesno (Makefile.am): Likewise.
6673
6674 2006-10-12  Jim Meyering  <jim@meyering.net>
6675
6676         * m4/getloadavg.m4: Revert the change below.
6677
6678         * m4/getloadavg.m4 (gl_GETLOADAVG): Test for the existence of
6679         lib/getloadavg.c using "ls -L", not "test -f".  The latter would
6680         fail with a symlink, which is what coreutils' ./bootstrap now
6681         creates by default.
6682
6683 2006-10-12  Bruno Haible  <bruno@clisp.org>
6684
6685         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): Don't define for MSVC or
6686         mingw.
6687         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX): Handle
6688         MSVC and mingw explicitly.
6689
6690 2006-10-11  Simon Josefsson  <jas@extundo.com>
6691             Bruno Haible  <bruno@clisp.org>
6692
6693         Add support for multiple gnulib-tool invocations in the scope of a
6694         single configure.ac file.
6695         * gnulib-tool (func_emit_lib_Makefile_am): In the _LIBADD variable,
6696         use a private [LT]LIBOBJS variant. Define a _DEPENDENCIES variable
6697         with the same contents as the _LIBADD variable.
6698         (func_emit_initmacro_start, func_emit_initmacro_end,
6699         func_emit_initmacro_done): New functions.
6700         (func_import, func_create_testdir): Invoke them. Allow the identifiers
6701         gl_LIBOBJS and gl_LTLIBOBJS.
6702
6703 2006-10-11  Bruno Haible  <bruno@clisp.org>
6704
6705         * gnulib-tool (GETTEXTPATH, AUTOHEADER, AUTOPOINT): New variables.
6706         (func_create_testdir): Don't create po/Makefile.am, don't invoke
6707         autoreconf. Instead, invoke autopoint explicitly but move back the
6708         *.m4 files from gnulib.
6709
6710 2006-10-11  Bruno Haible  <bruno@clisp.org>
6711
6712         * gnulib-tool (func_usage): Make module names after --create-testdir
6713         optional.
6714         (func_create_testdir): If no module was specified, use nearly all
6715         modules.
6716
6717 2006-10-12  Jim Meyering  <jim@meyering.net>
6718
6719         Big performance improvement for fts-based tools that use FTS_NOSTAT.
6720         Avoid spurious inode-mismatch problems on non-POSIX file systems.
6721         Details: http://article.gmane.org/gmane.comp.lib.gnulib.bugs/7416
6722         * lib/fts_.h (FTS_DEFER_STAT): Define new flag.
6723         (FTS_OPTIONMASK): Extend the mask to reflect this addition.
6724         * lib/fts.c (DT_IS_KNOWN, DT_MUST_BE): Define.
6725         (FTS_NO_STAT_REQUIRED, FTS_STAT_REQUIRED): Define.
6726         (fts_set_stat_required): New function.
6727         (fts_open): Defer the calls to fts_stat, if possible or requested.
6728         Move the code that maps a command-line fts_info value FTS_DOT to FTS_D
6729         into fts_stat itself.
6730         (fts_read): Perform any required (deferred) fts_stat call.
6731         (fts_build): Likewise, for the directory we're about to open and read.
6732         In the readdir loop, carefully decide whether each entry will require
6733         an eventual call to fts_stat, using dirent.d_type info if available.
6734         (fts_stat): Move the test for whether to honor FTS_COMFOLLOW on
6735         a command line argument into this function.  Update all callers.
6736         Map a return value of FTS_DOT to FTS_D for a command line argument.
6737         * modules/fts (Depends-on): Add d-type.  Alphabetize.
6738         Thanks to Miklos Szeredi for his tenacity and for the initial
6739         bug report about "find" failing on a FUSE-based file system.
6740
6741         * lib/fts.c (fts_open): Use consistent indentation.
6742
6743 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
6744
6745         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Renamed from
6746         gl_USE_SYSTEM_EXTENSIONS, to fix a coreutils bootstrap failure
6747         reported by Jim Meyering.  All uses of cache variables renamed
6748         to match Autoconf's.
6749         (gl_USE_SYSTEM_EXTENSIONS): New macro, which simply requires
6750         the other one.
6751
6752         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH):
6753         Fix misspelling in diagnostic.
6754
6755 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
6756
6757         * lib/mkdir-p.c (HAVE_FCHMOD): Define to false if not already
6758         defined.  Problem reported by Matthew Woehlke.
6759
6760         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): New macro.
6761         Add support for Tandem NonStop R series.
6762         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX):
6763         Use new macro.
6764
6765         * lib/rename-dest-slash.c: Include stdbool.h but not string.h.
6766         (has_trailing_slash): Omit size arg; all callers changed.
6767         Omit 'inline', since it doesn't help performance and we'd
6768         need to configure it.
6769         Don't count //, ///, etc. as having a trailing slash.
6770         As a side effect, this removes a C99ism reported by Matthew Woehlke.
6771         (rpl_rename_dest_slash): On failure, use rename's errno rather
6772         than (in some cases) an incorrect or junk errno.
6773         Simplify code by removing need to compute length; this does
6774         cause it to make two passes instead of one over the file name,
6775         but it's worth it.
6776
6777         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Undo previous
6778         change, since Autoconf's version may no longer be appropriate now
6779         that we are using CVS Autoconf's version.  Add support for Tandem.
6780
6781 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
6782             Bruno Haible  <bruno@clisp.org>
6783
6784         * lib/allocsa.h (sa_alignment_longlong, sa_alignment_max): Test
6785         HAVE_LONG_LONG_INT instead of HAVE_LONG_LONG.
6786         * m4/allocsa.m4 (gl_ALLOCSA): Invoke AC_TYPE_LONG_LONG_INT instead of
6787         gl_AC_TYPE_LONG_LONG.
6788
6789         * lib/printf-args.h (arg_type, argument): Test HAVE_LONG_LONG_INT
6790         instead of HAVE_LONG_LONG.
6791         * lib/printf-args.c (printf_fetchargs): Likewise.
6792         * lib/printf-parse.c (PRINTF_PARSE): Likewise.
6793         * lib/vasnprintf.c (VASNPRINTF): Likewise.
6794         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS, gl_PREREQ_PRINTF_PARSE,
6795         gl_PREREQ_VASNPRINTF): Invoke AC_TYPE_LONG_LONG_INT instead of
6796         gl_AC_TYPE_LONG_LONG.
6797
6798 2006-10-11  Bruno Haible  <bruno@clisp.org>
6799
6800         * m4/longlong.m4: Add comments.
6801         * m4/ulonglong.m4: Likewise.
6802
6803 2006-10-10  Bruno Haible  <bruno@clisp.org>
6804
6805         Make it possible to #define stpcpy, strdup to aliases.
6806         * lib/stpcpy.c (stpcpy) [!_LIBC]: Don't undefine.
6807         * lib/strdup.c (strdup) [!_LIBC]: Don't undefine.
6808
6809 2006-10-10  Bruno Haible  <bruno@clisp.org>
6810
6811         Make it possible to #define gcd to an alias.
6812         * lib/gcd.c: Include config.h.
6813
6814 2006-10-10  Bruno Haible  <bruno@clisp.org>
6815
6816         Make it possible to #define c_isascii to an alias.
6817         * lib/c-ctype.h: Don't define the macros if NO_C_CTYPE_MACROS is
6818         defined. Undefine the macros before defining them, to avoid gcc
6819         warnings.
6820         * lib/c-ctype.c: Include config.h. Don't undefine the macros; instead,
6821         define NO_C_CTYPE_MACROS early.
6822
6823 2006-10-10  Bruno Haible  <bruno@clisp.org>
6824
6825         Make it possible to #define set_program_name to an alias.
6826         * lib/progname.c: Don't undefine set_program_name; instead, undefine
6827         ENABLE_RELOCATABLE early.
6828
6829 2006-10-10  Paul Eggert  <eggert@cs.ucla.edu>
6830
6831         Port to Tandem NSK OSS, which has 64-bit signed int but at most
6832         32-bit unsigned int.  Problem reported by Matthew Woehlke in:
6833         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00062.html
6834         More generally, don't assume that 64-bit signed int is available
6835         if unsigned int is, and vice versa.
6836         * lib/inttypes_.h (_PRIu64_PREFIX, _SCNu64_PREFIX): Depend on
6837         unsigned symbols, not on their signed counterparts.
6838         * lib/stdint_.h (uint64_t, uint_least64_t, uint_fast64_t, uintmax_t):
6839         (UINT64_MAX, UINT_LEAST64_MAX, UINT_FAST64_MAX, UINTMAX_MAX):
6840         (UINT64_C, UINTMAX_C):
6841         Likewise.
6842         * lib/strtoimax.c (strtoll): Depend on signed symbols, not their
6843         unsigned counterparts.
6844         (Have_long_long, Unsigned): New macros.
6845         (Int): Renamed from INT.
6846         (strtoimax): Use the new macros.
6847         * m4/stdint.m4 (gl_STDINT_H): Require AC_TYPE_UNSIGNED_LONG_LONG_INT
6848         and substitute HAVE_UNSIGNED_LONG_LONG_INT.
6849         * modules/inttypes (inttypes.h): Substitute
6850         HAVE_UNSIGNED_LONG_LONG_INT.
6851         * modules/stdint (stdint.h): Likewise.
6852         (Files): Add m4/ulonglong.m4.
6853
6854 2006-10-10  Bruno Haible  <bruno@clisp.org>
6855
6856         Fix a gcc -Wshadow warning.
6857         * lib/gl_anyhash_list2.h (hash_resize): Rename local variable 'index'
6858         to 'bucket'.
6859         * lib/gl_anylinked_list2.h (gl_linked_search_from_to,
6860         gl_linked_indexof_from_to): Likewise.
6861         * lib/gl_linkedhash_list.c (add_to_bucket, remove_from_bucket):
6862         Likewise.
6863         * lib/gl_anytreehash_list1.h (add_to_bucket, remove_from_bucket):
6864         Likewise.
6865         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Likewise.
6866         Reported by Eric Blake.
6867
6868 2006-10-09  Paul Eggert  <eggert@cs.ucla.edu>
6869
6870         * lib/filemode.h [HAVE_DECL_STRMODE]: Include unistd.h too,
6871         for NetBSD.  Problem reported by Bruno Haible.
6872
6873 2006-10-09  Jim Meyering  <jim@meyering.net>
6874
6875         * lib/lchown.c: Include <sys/stat.h> before "stat-macros.h".
6876         Patch from Bruno Haible.
6877
6878 2006-10-09  Jim Meyering  <jim@meyering.net>
6879
6880         * lib/fts-cycle.c (leave_dir): When "leaving" a top level directory due
6881         to FTS_SKIP, don't copy the parent's uninitialized dev/ino values.
6882         Trigger with e.g., mkdir d && valgrind ./chmod u+rwx d d
6883
6884 2006-10-08  Paul Eggert  <eggert@cs.ucla.edu>
6885
6886         Don't include <config.h> twice; this doesn't work in some cases,
6887         e.g., when config.h has "#define intmax_t long long int" and
6888         we include <config.h>, <inttypes.h>, <config.h> in that order.
6889         Problem reported by Matthew Woehlke in:
6890         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00073.html
6891         * lib/fprintftime.c: Don't include config.h or fprintftime.h.
6892         * lib/fts-cycle.c: Don't include config.h.
6893         * lib/strftime.c: Include fprintftime.h if FPRINTFTIME is defined.
6894         * lib/xstrtoimax.c: Remove copyright notice since it's short tnow.
6895         Don't include config.h or xstrtol.h.  Define STRTOL_T_MINIMUM
6896         and STRTOL_T_MAXIMUM unconditionally, since we now assume gnulib
6897         inttypes.h.
6898         * lib/xstrtoumax.c: Likewise.
6899         * lib/xstrtol.c: Include config.h and xstrtol.h after defining
6900         __strtol and the like, so that this module is more like its siblings.
6901         (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [! defined STRTOL_T_MINIMUM]:
6902         Remove; no longer needed now that we assume gnulib inttypes.h.
6903
6904 2006-10-08  Bruno Haible  <bruno@clisp.org>
6905
6906         * doc/gnulib-tool.texi: Emphasize the drawbacks of the --symlink
6907         option.
6908
6909 2006-10-07  Jim Meyering  <jim@meyering.net>
6910
6911         * modules/inttypes (inttypes.h): Revert what seems to have been
6912         an inadvertent part of today's change: use "|", not "/" in the
6913         substitution for the "/"-containing string, $(ABSOLUTE_INTTYPES_H).
6914
6915 2006-10-07  Bruno Haible  <bruno@clisp.org>
6916
6917         * modules/sublist: New file.
6918
6919 2006-10-07  Bruno Haible  <bruno@clisp.org>
6920
6921         * modules/alloca-opt (alloca.h): Add a "DO NOT EDIT" comment.
6922         * modules/argz (argz.h): Likewise.
6923         * modules/arpa_inet (arpa/inet.h): Likewise.
6924         * modules/byteswap (byteswap.h): Likewise.
6925         * modules/configmake (configmake.h): Likewise.
6926         * modules/fcntl (fcntl.h): Likewise.
6927         * modules/fnmatch (fnmatch.h): Likewise.
6928         * modules/getopt (getopt.h): Likewise.
6929         * modules/glob (glob.h): Likewise.
6930         * modules/inttypes (inttypes.h): Likewise.
6931         * modules/netinet_in (netinet/in.h): Likewise.
6932         * modules/poll (poll.h): Likewise.
6933         * modules/stdbool (stdbool.h): Likewise.
6934         * modules/stdint (stdint.h): Likewise.
6935         * modules/sys_select (sys/select.h): Likewise.
6936         * modules/sys_socket (sys/socket.h): Likewise.
6937         * modules/sys_stat (sys/stat.h): Likewise.
6938         * modules/sysexits (sysexits.h): Likewise.
6939         * modules/unistd (unistd.h): Likewise.
6940         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
6941         Add a "DO NOT EDIT" comment to the generated file.
6942         (func_import): Likewise for gnulib-comp.m4.
6943
6944 2006-10-07  Bruno Haible  <bruno@clisp.org>
6945
6946         * lib/gl_sublist.h: New file.
6947         * lib/gl_sublist.c: New file.
6948
6949 2006-10-06  Paul Eggert  <eggert@cs.ucla.edu>
6950
6951         * lib/mkancesdirs.c (mkancesdirs): Pass to MAKE_DIR both the full file
6952         name (relative to the original working directory) and the file
6953         name component (relative to the temporary working directory).  All
6954         callers changed.
6955         * lib/mkancesdirs.h (mkancesdirs): Adjust prototype to match.
6956         * lib/mkdir-p.c (make_dir_parents): Likewise.
6957         * lib/mkdir-p.h (make_dir_parents): Likewise.
6958
6959 2006-10-06  Eric Blake  <ebb9@byu.net>
6960
6961         Define several macros for use by the clean-temp module.
6962         * m4/close-stream.m4 (gl_CLOSE_STREAM): Define GNULIB_CLOSE_STREAM.
6963         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Define GNULIB_FCNTL_SAFER.
6964         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Define GNULIB_FOPEN_SAFER.
6965
6966         * lib/clean-temp.h (close_stream_temp): New declaration.
6967         * lib/clean-temp.c (includes): Pull in headers according to what
6968         other modules are in use.
6969         (close_stream_temp) [GNULIB_CLOSE_STREAM]: New function.
6970
6971 2006-10-06  Bruno Haible  <bruno@clisp.org>
6972
6973         * lib/javacomp.c (write_temp_file): Use fopen_temp, fwriteerror_temp
6974         instead of fopen, fwriteerror.
6975
6976 2006-10-06  Bruno Haible  <bruno@clisp.org>
6977
6978         * lib/clean-temp.h (cleanup_temp_file, cleanup_temp_subdir,
6979         cleanup_temp_dir_contents, cleanup_temp_dir): Change return type to
6980         int.
6981         * lib/clean-temp.c (do_unlink, do_rmdir, cleanup_temp_file,
6982         cleanup_temp_subdir, cleanup_temp_dir_contents, cleanup_temp_dir):
6983         Return an error indicator.
6984         Suggested by Eric Blake.
6985
6986 2006-10-06  Bruno Haible  <bruno@clisp.org>
6987
6988         * lib/clean-temp.c (PATH_MAX): Provide a fallback for GNU Hurd.
6989         Reported by Eric Blake.
6990
6991 2006-10-06  Bruno Haible  <bruno@clisp.org>
6992
6993         * modules/closeout (Description): Mention stderr too.
6994
6995 2006-10-06  Bruno Haible  <bruno@clisp.org>
6996         and Paul Eggert  <eggert@cs.ucla.edu>
6997
6998         * lib/closeout.c (close_stdout): Also close stderr.
6999         * lib/closeout.h: Update comment.
7000
7001 2006-10-05  Paul Eggert  <eggert@cs.ucla.edu>
7002
7003         Fix some Darwin-7.9.0 porting problems reported by Bruno Haible in
7004         <http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00063.html>.
7005         * lib/dirchownmod.c: Include lchown.h.
7006         * lib/lchown.c: Don't include files that lchown.h now includes.
7007         Don't declare chown, since lchown.h now does that.
7008         * lib/lchown.h: Include errno.h, sys/types.h, unistd.h.
7009         (lchown): Define to rpl_chown if lchown is declared but
7010         does not exist.  Declare using a prototype if lchown is not
7011         declared.  Add a copyright notice.
7012         * lib/mkstemp.h: Include <unistd.h>.
7013         * lib/openat.c: Include lchown.h.
7014
7015         * lib/fcntl_.h (O_NOFOLLOW): Don't depend on O_NOFOLLOW_IS_INEFFECTIVE;
7016         we now test for that separately.
7017         * lib/fts.c (fts_safe_changedir): Inspect HAVE_WORKING_O_NOFOLLOW
7018         rather than O_NOFOLLOW, when testing whether it's possible to
7019         avoid a race condition reliably.
7020         * lib/savewd.c (savewd_chdir): Likewise.
7021
7022         Remove macros that are no longer needed now that stdint.h is
7023         reliable.
7024         * lib/fsusage.c (UINTMAX_MAX): Remove.
7025         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Remove.
7026         * lib/utimecmp.c (SIZE_MAX): Remove.
7027
7028         * m4/lchown.m4 (gl_FUNC_LCHOWN): Check whether lchown is declared.
7029
7030         * m4/fcntl_h.m4 (gl_FCNTL_H): Define HAVE_WORKING_O_NOFOLLOW instead
7031         of O_NOFOLLOW_IS_INEFFECTIVE.  Define HAVE_WORKING_O_NOATIME if
7032         O_NOATIME works.
7033
7034 2006-10-05  Bruno Haible  <bruno@clisp.org>
7035
7036         * lib/gl_list.h (gl_sortedlist_search_from_to,
7037         gl_sortedlist_indexof_from_to): New declarations.
7038         (gl_list_implementation): New fields sortedlist_search_from_to,
7039         sortedlist_indexof_from_to.
7040         (gl_sortedlist_search_from_to, gl_sortedlist_indexof_from_to): New
7041         inline functions.
7042         * lib/gl_list.c (gl_sortedlist_search_from_to,
7043         gl_sortedlist_indexof_from_to): New functions.
7044         * lib/gl_array_list.c (gl_array_sortedlist_indexof_from_to): New
7045         function.
7046         (gl_array_sortedlist_indexof, gl_array_sortedlist_search): Use it.
7047         (gl_array_sortedlist_search_from_to): New function.
7048         (gl_array_list_implementation): Update.
7049         * lib/gl_carray_list.c (gl_carray_sortedlist_indexof_from_to): New
7050         function.
7051         (gl_carray_sortedlist_indexof, gl_carray_sortedlist_search): Use it.
7052         (gl_carray_sortedlist_search_from_to): New function.
7053         (gl_carray_list_implementation): Update.
7054         * lib/gl_anylinked_list2.h (gl_linked_sortedlist_search_from_to,
7055         gl_linked_sortedlist_indexof_from_to): New functions.
7056         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
7057         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
7058         * lib/gl_anytree_list2.h (gl_tree_sortedlist_search_from_to,
7059         gl_tree_sortedlist_indexof_from_to): New functions.
7060         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
7061         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
7062         Update.
7063         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
7064         * lib/gl_rbtreehash_list.c (gl_avltreehash_list_implementation):
7065         Update.
7066
7067 2006-10-05  Bruno Haible  <bruno@clisp.org>
7068
7069         * lib/gl_list.h (gl_list_search_from, gl_list_search_from_to,
7070         gl_list_indexof_from, gl_list_indexof_from_to): New declarations.
7071         (struct gl_list_implementation): Add fields search_from_to,
7072         indexof_from_to. Remove fields search, indexof.
7073         (gl_list_search): Use the search_from_to method.
7074         (gl_list_search_from, gl_list_search_from_to): New functions.
7075         (gl_list_indexof): Use the indexof_from_to method.
7076         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
7077         * lib/gl_list.c (gl_list_search): Use the search_from_to method.
7078         (gl_list_search_from, gl_list_search_from_to): New functions.
7079         (gl_list_indexof): Use the indexof_from_to method.
7080         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
7081         * lib/gl_array_list.c (gl_array_indexof_from_to): Renamed from
7082         gl_array_indexof. Add start_index, end_index arguments.
7083         (gl_array_search_from_to): Renamed from gl_array_search. Add
7084         start_index, end_index arguments.
7085         (gl_array_remove, gl_array_list_implementation): Update.
7086         * lib/gl_carray_list.c (gl_carray_indexof_from_to): Renamed from
7087         gl_carray_indexof. Add start_index, end_index arguments.
7088         (gl_carray_search_from_to): Renamed from gl_carray_search. Add
7089         start_index, end_index arguments.
7090         (gl_carray_remove, gl_carray_list_implementation): Update.
7091         * lib/gl_anylinked_list2.h (gl_linked_search_from_to): Renamed from
7092         gl_linked_search. Add start_index, end_index arguments.
7093         (gl_linked_indexof_from_to): Renamed from gl_linked_indexof. Add
7094         start_index, end_index arguments.
7095         (gl_linked_remove): Update.
7096         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
7097         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
7098         * lib/gl_anytree_list1.h (iterstack_item_t): Change type of 'rightp'
7099         field to 'size_t'.
7100         * lib/gl_anytree_list2.h (gl_tree_search_from_to): Renamed from
7101         gl_tree_search. Add start_index, end_index arguments.
7102         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
7103         start_index, end_index arguments.
7104         (gl_tree_remove): Update.
7105         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
7106         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
7107         * lib/gl_anytreehash_list1.h (compare_position_threshold): New
7108         function.
7109         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Renamed from
7110         gl_tree_search. Add start_index, end_index arguments.
7111         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
7112         start_index, end_index arguments.
7113         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
7114         Update.
7115         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
7116
7117 2006-10-05  Bruno Haible  <bruno@clisp.org>
7118
7119         * modules/fwriteerror (configure.ac): Define GNULIB_FWRITEERROR.
7120
7121         * lib/clean-temp.h (open_temp, fopen_temp, close_temp, fclose_temp,
7122         fwriteerror_temp): New declarations.
7123         * lib/clean-temp.c (uintptr_t): Provide fallback definition.
7124         (descriptors): New variable.
7125         (cleanup): First, close the descriptors.
7126         (register_fd, unregister_fd, open_temp, fopen_temp, close_temp,
7127         fclose_temp, fwriteerror_temp): New functions.
7128
7129 2006-10-04  Jim Meyering  <jim@meyering.net>
7130
7131         * lib/fts.c (fts_open): Tiny comment change.
7132
7133 2006-10-04  Bruno Haible  <bruno@clisp.org>
7134
7135         Make it possible to invoke AC_GNU_SOURCE after gl_LOCK_EARLY.
7136         * m4/lock.m4 (gl_LOCK_EARLY_BODY): New macro, extracted code from
7137         gl_LOCK_BODY.
7138         (gl_LOCK_EARLY): Require gl_LOCK_EARLY_BODY, not gl_LOCK_BODY.
7139         (gl_LOCK_BODY): Remove settings of CPPFLAGS, now done in
7140         gl_LOCK_EARLY_BODY.
7141         (gl_LOCK): Require gl_LOCK_BODY.
7142
7143 2006-10-04  Bruno Haible  <bruno@clisp.org>
7144
7145         * lib/gl_oset.h (gl_setelement_threshold_fn): New type.
7146         (gl_oset_search_atleast): New declaration.
7147         (struct gl_oset_implementation): Add field 'search_atleast'.
7148         (gl_oset_search_atleast): New inline function.
7149         * lib/gl_oset.c (gl_oset_search_atleast): New function.
7150         * lib/gl_array_oset.c (gl_array_search_atleast): New function.
7151         (gl_array_oset_implementation): Update.
7152         * lib/gl_anytree_oset.h (gl_tree_search_atleast): New function.
7153         * lib/gl_avltree_oset.c (gl_avltree_oset_implementation): Update.
7154         * lib/gl_rbtree_oset.c (gl_rbtree_oset_implementation): Update.
7155
7156 2006-10-04  Bruno Haible  <bruno@clisp.org>
7157
7158         * lib/fatal-signal.c (fatal_signals) [WOE32]: Add the SIGBREAK signal.
7159
7160 2006-10-03  Bruno Haible  <bruno@clisp.org>
7161
7162         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Renamed
7163         from gl_avltreehash_list_implementation.
7164
7165 2006-10-03  Bruno Haible  <bruno@clisp.org>
7166
7167         * lib/gl_oset.c (gl_oset_add): Fix return type.
7168
7169 2006-10-02  Paolo Bonzini  <bonzini@gnu.org>  (tiny change)
7170
7171         * lib/quotearg.c (mbstate_t) [!HAVE_MBRTOWC]: #define to int.
7172
7173 2006-10-02  Eric Blake  <ebb9@byu.net>
7174
7175         * modules/strnlen (Depends-on): Add extensions.
7176
7177 2006-10-02  Eric Blake  <ebb9@byu.net>
7178
7179         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use autoconf's
7180         definition in 2.60+.
7181
7182 2006-10-02  Dmitry V. Levin  <ldv@altlinux.org>
7183
7184         * lib/fts.c (fts_close, fts_build, fts_palloc): Remove redundant
7185         checks.
7186
7187 2006-10-02  Bruno Haible  <bruno@clisp.org>
7188
7189         * gnulib-tool (func_emit_lib_Makefile_am): Don't add no-dependencies
7190         to the AUTOMAKE_OPTIONS.
7191         Reported by Jim Meyering.
7192
7193 2006-09-29  Paul Eggert  <eggert@cs.ucla.edu>
7194
7195         Work around bug in Solaris 10 /proc file system:
7196         /proc/self/fd/NNN/.. isn't the parent directory of
7197         the directory whose file descriptor is NNN.  This needs to
7198         be worked around at run time, not compile time, since a
7199         program might be built on Solaris 8, where things work, and
7200         run on Solaris 10.
7201         * lib/openat-priv.h (BUILD_PROC_NAME): Remove.  All callers changed
7202         to use the following interface instead:
7203         (OPENAT_BUFFER_SIZE): New macro.
7204         (openat_proc_name): New function.
7205         * lib/at-func.c (AT_FUNC_NAME): Adjust to above changes.
7206         * lib/openat.c (openat_permissive, openat_needs_fchdir, fdopendir):
7207         Likewise.
7208         * lib/openat-proc.c: New file.
7209         * modules/openat (Files): Add lib/openat-proc.c.
7210         (Depends-on): Add same-inode, stdbool.
7211         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBOBJ(openat-proc).
7212
7213 2006-09-29  Bruno Haible  <bruno@clisp.org>
7214
7215         * lib/fwriteerror.h (fwriteerror_no_ebadf): New declaration.
7216         * lib/(do_fwriteerror): Renamed from fwriteerror. Add ignore_ebadf
7217         argument. Set stdout_closed before testing for ferror, not after.
7218         (fwriteerror, fwriteerror_no_ebadf): New functions.
7219
7220 2006-09-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7221
7222         * m4/intmax.m4 (gt_TYPE_INTMAX_T): Avoid unused variables warning.
7223
7224 2006-09-28  Paolo Bonzini  <bonzini@gnu.org>
7225
7226         * lib/poll.c (rpl_poll) [__APPLE__]: Use FIONREAD instead of MSG_PEEK.
7227         * m4/poll.m4: Look for sys/ioctl.h and sys/filio.h.
7228
7229 2006-09-28  Jim Meyering  <jim@meyering.net>
7230
7231         * lib/mkdir-p.c: Include "dirchownmod.h", not "dirchownmod.c".
7232         Include <unistd.h>.
7233
7234 2006-09-28  Bruno Haible  <bruno@clisp.org>
7235
7236         * modules/avltreehash-list (Depends-on): Add stdint, remove size_max.
7237         * modules/linkedhash-list (Depends-on): Likewise.
7238         * modules/rbtreehash-list (Depends-on): Likewise.
7239
7240 2006-09-28  Bruno Haible  <bruno@clisp.org>
7241
7242         * lib/strndup.h: Simplify the redefinition of strndup.
7243         (_GL_CONCAT, _GL_XCONCAT, __STRNDUP_ID): Remove macros.
7244         * m4/strndup.m4 (gl_FUNC_STRNDUP): Don't define __STRNDUP_PREFIX.
7245
7246 2006-09-28  Bruno Haible  <bruno@clisp.org>
7247
7248         * lib/gl_avltreehash_list.c: Include <stdint.h> instead of size_max.h.
7249         * lib/gl_linkedhash_list.c: Likewise.
7250         * lib/gl_rbtreehash_list.c: Likewise.
7251
7252 2006-09-27  Paul Eggert  <eggert@cs.ucla.edu>
7253
7254         * lib/canon-host.c (canon_host_r): Work around bug in Darwin 7.9.0
7255         getaddrinfo.
7256
7257         * lib/__fpending.h: Don't include <stdio_ext.h> unless
7258         HAVE_DECL___FPENDING.  This avoids a bug with lsbcc, where
7259         it causes <stdio_ext.h> to cause a compile-time error.
7260         Problem reported by Nelson H. F. Beebe.
7261         * lib/getpass.c: Likewise, except for HAVE_DECL___FSETLOCKING instead
7262         of HAVE_DECL___PENDING.
7263
7264         * m4/fpending.m4 (gl_FUNC_FPENDING): Check for stdio_ext at most once.
7265         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for __fsetlocking's
7266         declaration.
7267
7268 2006-09-27  Jim Meyering  <jim@meyering.net>
7269
7270         This file could end up with a definition for a function
7271         named __strndup, rather than rpl_strndup on a system with
7272         incomplete weak_alias support.
7273         * lib/strndup.c (strndup): Rename from __strndup.
7274         Remove #defines that used to map __strndup to strndup.
7275         Don't use K&R prototypes.
7276         Remove LIBC-related code, since this file is not sync'd with glibc.
7277         * lib/strndup.h: Revamp, accordingly.
7278         * m4/strndup.m4: Modernize.
7279
7280 2006-09-26  Paul Eggert  <eggert@cs.ucla.edu>
7281
7282         * modules/savewd (Depends-on): Add 'raise'.
7283         * lib/savewd.c: Include <signal.h>, for 'raise'.
7284
7285 2006-09-26  Jim Meyering  <jim@meyering.net>
7286
7287         * m4/acl.m4 (AC_FUNC_ACL): Disable ACL support altogether
7288         when we detect Darwin 8.7.0's acl_get_file bug.
7289         Rearrange to perform the new (below) run-test while $LIBS
7290         contains any acl-related library.  Set USE_ACL at the end.
7291         (gl_ACL_GET_FILE): New function.
7292
7293 2006-09-26  Eric Blake  <ebb9@byu.net>
7294
7295         * lib/verror.c: Include <config.h> unconditionally.
7296
7297 2006-09-25  Paul Eggert  <eggert@cs.ucla.edu>
7298
7299         * modules/clock-time (Maintainer): Add self.
7300         * modules/getlogin_r (Depends-on): Add extensions.
7301
7302 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7303
7304         * modules/clock-time: New module.
7305         * modules/nanosleep (Depends-on): Add clock-time.
7306         * modules/gethrxtime (Depends-on): Likewise.
7307         * modules/gettime (Depends-on): Likewise.
7308         * modules/settime (Depends-on): Likewise.
7309
7310         * modules/fts-lgpl: Depend on openat.
7311         * modules/mkancesdirs: Depend on savewd.
7312         * modules/mkdir-p: Likewise.
7313
7314 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7315
7316         * m4/host-os.m4 (gl_HOST_OS): Require AC_CANONICAL_HOST.
7317
7318         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Rename cache variable from
7319         `gl_have_arbitrary_file_name_length_limit' to
7320         `gl_cv_have_arbitrary_file_name_length_limit', so that caching
7321         actually works between configure runs.
7322
7323 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7324             Bruno Haible  <bruno@clisp.org>
7325
7326         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Include <string.h>.
7327
7328 2006-09-25  Jim Meyering  <jim@meyering.net>
7329
7330         * m4/fcntl_h.m4 (gl_FCNTL_H): Fix typo in test for failed open.
7331         This typo caused coreutils/tests/dd/misc to fail on Darwin 8.7.0.
7332
7333 2006-09-25  Eric Blake  <ebb9@byu.net>
7334
7335         * gnulib-tool (func_import, func_create_testdir): Fix typos in
7336         exec's in 2006-09-18 patch when shuffling fds.
7337
7338 2006-09-25  Bruno Haible  <bruno@clisp.org>
7339
7340         * m4/getloadavg.m4 (gl_GETLOADAVG): Fix directory in error message.
7341         Reported by Jim Meyering.
7342
7343 2006-09-24  Jim Meyering  <jim@meyering.net>
7344
7345         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Don't use '>' to
7346         compare a pointer against a literal "0".  That caused failures with
7347         at least HP-UX's hpcc.
7348
7349 2006-09-22  Simon Josefsson  <jas@extundo.com>
7350
7351         * modules/gc-sha1:
7352         * modules/gc-md4:
7353         * modules/gc-hmac-sha1:
7354         * modules/gc-hmac-md5:
7355         * modules/gc-des:
7356         * modules/gc-arcfour: Distribute more files.
7357
7358 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7359
7360         * lib/gl_anylinked_list2.h [lint] (gl_linked_iterator)
7361         (gl_linked_iterator_from_to): Initialize struct completely.
7362         * lib/gl_anytree_list2.h [lint] (gl_tree_iterator): Likewise.
7363         (gl_tree_iterator_from_to): Likewise
7364         * lib/gl_anytree_oset.h [lint] (gl_tree_iterator): Likewise.
7365         * lib/gl_array_list.c [lint] (gl_array_iterator)
7366         (gl_array_iterator_from_to): Likewise.
7367         * lib/gl_array_oset.c [lint] (gl_array_iterator): Likewise.
7368         * lib/gl_carray_list.c [lint] (gl_carray_iterator)
7369         (gl_carray_iterator_from_to): Likewise.
7370
7371         * lib/gc-gnulib.c [GC_USE_HMAC_SHA1]: include hmac.h for hmac_sha1.
7372         * lib/md4.c (md4_process_block): Remove unused variable.
7373         * lib/rijndael-api-fst.c (rijndaelBlockDecrypt): GCC suggests
7374         parentheses for clarity.
7375
7376 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7377
7378         * modules/bison-i18n (Depends-on): Add gettext.
7379
7380 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7381
7382         * m4/fsusage.m4 (gl_STATFS_TRUNCATES): Avoid unused variable.
7383         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Likewise.
7384         * m4/jm-winsz1.m4 (gl_HEADER_TIOCGWINSZ_IN_TERMIOS_H): Likewise;
7385         also add missing comma that caused broken test.
7386         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Include
7387         stdlib.h, for `abort'.
7388         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Avoid unused
7389         variables.
7390         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Check for and
7391         include unistd.h if present, for `rmdir'.
7392         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Avoid unused
7393         variables.
7394         * m4/putenv.m4 (gl_FUNC_PUTENV): Rewrite using AC_RUN_IFELSE, and
7395         in the process include standard headers for prototypes.
7396         * m4/readutmp.m4 (gl_READUTMP): Require AC_GNU_SOURCE, so utmpxname
7397         gets declared on GNU/Linux.
7398         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Check for and include
7399         unistd.h, for `rmdir'.
7400         * m4/time_r.m4 (gl_TIME_R): Avoid unused variables.
7401
7402         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Avoid expression that is
7403         always true.
7404         * m4/strndup.m4 (gl_FUNC_STRNDUP): include stdlib.h, for `free'.
7405
7406         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Avoid gcc -Wall warnings.
7407
7408 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7409
7410         * gnulib-tool (func_version): Create output all at once.  This
7411         may help avoid triggering unnecessary SIGPIPEs, and at any
7412         rate it doesn't hurt.
7413
7414 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7415             Bruno Haible  <bruno@clisp.org>
7416
7417         * m4/lock.m4 (gl_LOCK_BODY): Avoid unused variables warning.
7418         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
7419         * m4/signed.m4 (bh_C_SIGNED): Likewise.
7420
7421         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): New macro.
7422         (gl_FUNC_VASPRINTF): Invoke it.
7423
7424 2006-09-22  Bruno Haible  <bruno@clisp.org>
7425
7426         * m4/getloadavg.m4 (gl_GETLOADAVG): Expect the directory of
7427         getloadavg.c as first argument.
7428
7429 2006-09-22  Bruno Haible  <bruno@clisp.org>
7430
7431         * gnulib-tool (func_import, func_create_testdir): Set gl_source_base
7432         at the beginning of the gl_INIT macro.
7433         * modules/getloadavg (configure.ac): Pass $gl_source_base to
7434         gl_GETLOADAVG.
7435
7436 2006-09-22  Bruno Haible  <bruno@clisp.org>
7437
7438         * gnulib-tool (func_create_megatestdir): Don't include the config-h
7439         module.
7440         Suggested by Ralf Wildenhues.
7441
7442 2006-09-20  Paul Eggert  <eggert@cs.ucla.edu>
7443
7444         Import this patch from libc:
7445
7446         2006-09-06  Jakub Jelinek  <jakub@redhat.com>
7447
7448         * lib/regex_internal.c (re_string_reconstruct): Handle
7449         offset < pstr->valid_raw_len && pstr->offsets_needed case.
7450         Ensure no bytes read before raw_mbs array.  Pass a saved copy of
7451         pstr->valid_len - 1 rather than pstr->valid_raw_len - 1 to
7452         re_string_context_at.
7453
7454         * m4/regex.m4 (gl_REGEX): Check for locale.h, since the test
7455         now requires it.
7456         (gl_PREREQ_REGEX): Don't check for locale.h any more, since
7457         gl_REGEX now does it for us.
7458         (gl_REGEX): Add test taken from
7459         http://sourceware.org/ml/libc-hacker/2006-09/msg00008.html.
7460
7461         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require AC_SYS_LARGEFILE.
7462         Check that large offsets work.  Modernize Autoconf usages.
7463         Prefer "yes" to mean a good thing rather than a bad.
7464         Don't put "#define mkstemp" in config.h, as this might interfere
7465         with standard system headers that "#define mkstemp mkstemp64".
7466
7467         * modules/mkstemp (Depends-on): Add extensions, so that
7468         mkstemp is visible on some platforms.
7469         (Makefile.am): Add mkstemp.h to EXTRA_DIST.
7470         (Include): Change to "mkstemp.h" from <stdlib.h>.
7471         (Files): Add mkstemp.h.
7472
7473         * lib/mkstemp.h: New file, since some standard headers
7474         #define mkstemp.
7475         * lib/mkstemp.c: Revamp to put the !_LIBC code together.
7476         Include "mkstemp.h".
7477         Make the _LIBC code resemble glibc original more,
7478         e.g., use K&R style.
7479         * lib/mkstemp-safer.c: Include "mkstemp.h" instead of <stdlib.h>.
7480         (mkstemp): Remove, since mkstemp.h does this for us.
7481         * lib/stdlib--.h: Include mkstemp.h.
7482
7483         Import this patch from libc:
7484
7485         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
7486
7487         * lib/tempname.c (__gen_tempname): Change attempts_min
7488         into a macro.  Use preprocessor to decide how to initialize
7489         attempts [Coverity CID 67].
7490
7491 2006-09-20  Bruno Haible  <bruno@clisp.org>
7492
7493         * lib/mkdtemp.c: Import from libc.
7494         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
7495                 * sysdeps/posix/tempname.c (__gen_tempname): Change
7496                 attempts_min into a macro.  Use preprocessor to decide how to
7497                 initialize attempts [Coverity CID 67].
7498         2001-11-27  Paul Eggert  <eggert@twinsun.com>
7499                 * sysdeps/posix/tempname.c (__gen_tempname): Try at least
7500                 ATTEMPTS_MIN or TMP_MAX times, whichever is greater.
7501
7502 2006-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7503
7504         * gnulib-tool (func_exit): New function, to allow to pass the
7505         exit status portably through the trap.  Use everywhere.
7506         (--help, --version): Signal a write error.
7507         (trap): catch SIGPIPE, for write errors.
7508         Exit at the end of the trap, with the correct exit status.
7509
7510 2006-09-19  Karl Berry  <karl@gnu.org>
7511
7512         * doc/gnulib.texi: note about the license texinfo files.
7513
7514 2006-09-19  Eric Blake  <ebb9@byu.net>
7515
7516         * gnulib-tool: Avoid space-tab.
7517
7518 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
7519
7520         * lib/getaddrinfo.c (getaddrinfo) [defined HAVE_IPV6]: Fix typo
7521         that prevented coreutils 6.1 from building.  Problem reported
7522         by Petter Reinholdtsen.
7523
7524 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
7525
7526         * gnulib-tool (avoidlist): Fix typo that broke options like
7527         --avoid=lock that are used by coreutils bootstrap.
7528
7529 2006-09-18  Mark D. Baushke  <mdb@gnu.org>
7530
7531         * m4/inttypes.m4 (gl_INTTYPES_H): Quote "test" args
7532         more systematically.
7533
7534 2006-09-18  Jim Meyering  <jim@meyering.net>
7535
7536         * lib/savewd.c (savewd_restore): Don't shadow: s/status/child_status/.
7537
7538 2006-09-18  Bruno Haible  <bruno@clisp.org>
7539
7540         * modules/inttypes (Files): Remove m4/inttypes-h.m4.
7541
7542 2006-09-18  Bruno Haible  <bruno@clisp.org>
7543
7544         * m4/inttypes-h.m4 (gl_HEADER_INTTYPES_H): Remove macro.
7545         * m4/inttypes-pri.m4: Require autoconf >= 2.52.
7546         (gt_INTTYPES_PRI): Invoke AC_CHECK_HEADERS on inttypes.h. Test
7547         ac_cv_header_inttypes_h instead of gl_cv_header_inttypes_h.
7548         * m4/gettext.m4: Require autoconf >= 2.52.
7549         (gt_INTL_SUBDIR_CORE): Invoke AC_CHECK_HEADERS on inttypes.h.
7550         * m4/inttypes.m4 (gl_INTTYPES_H): Test ac_cv_header_inttypes_h instead
7551         of gl_cv_header_inttypes_h.
7552
7553 2006-09-18  Bruno Haible  <bruno@clisp.org>
7554
7555         * lib/javaversion.c: Include configmake.h.
7556
7557 2006-09-18  Bruno Haible  <bruno@clisp.org>
7558
7559         * gnulib-tool (func_import, func_create_testdir): Use exec tricks to
7560         avoid that the while loops be executed in a subshell.
7561
7562 2006-09-18  Bruno Haible  <bruno@clisp.org>
7563
7564         * MODULES.html.sh (func_module): Break long lines.
7565         Suggested by Bruce Korb <bkorb@gnu.org>.
7566
7567 2006-09-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7568
7569         Speed up by a factor of 1.12.
7570         * gnulib-tool (nl): New variable.
7571         (func_import): Rewrite include directive extraction to only read each
7572         directive once.
7573
7574 2006-09-17  Bruno Haible  <bruno@clisp.org>
7575
7576         * modules/javaversion (Makefile.am): Remove DEFS setting.
7577         (Depends-on): Add configmake, for PKGDATADIR definition.
7578
7579 2006-09-17  Bruno Haible  <bruno@clisp.org>
7580
7581         * gnulib-tool (func_create_testdir): Rewrite all files at once.
7582
7583 2006-09-17  Bruno Haible  <bruno@clisp.org>
7584
7585         * gnulib-tool (func_append): New function, stolen from libtool.m4.
7586         (func_modules_transitive_closure, func_modules_add_dummy,
7587         func_modules_to_filelist, func_import, func_create_testdir,
7588         func_create_megatestdir, ...): Use it wherever possible.
7589         Suggested by Ralf Wildenhues.
7590
7591 2006-09-16  Karl Berry  <karl@gnu.org>
7592
7593         * doc/fdl.texi (ADDENDUM): switch to @heading from @appendixsubsec,
7594         to avoid sectioning errors.
7595         * doc/lgpl.texi, gpl.texi (Copying): downcase @unnumbered title.
7596         [ifinfo]: blank line after @center-ed titles.
7597         * doc/lgpl.texi (Library Copying): Rename main node to GNU LGPL.
7598         Spell FSF address consistently with others.
7599         (These changes approved by rms.)
7600
7601 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7602
7603         Speed up by a factor of 1.61.
7604         * gnulib-tool (func_modules_transitive_closure): Rewrite to not check
7605         already checked module names again.
7606
7607 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7608
7609         Speed up by a factor of 1.13.
7610         * gnulib-tool (func_import): Rewrite all old_files at once; likewise
7611         for new_files, and the input to func_add_or_update.
7612
7613 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7614
7615         * gnulib-tool (func_all_modules, func_modules_to_filelist, func_import,
7616         func_create_testdir, ...): Change 'sort | uniq' to 'sort -u'.
7617
7618 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
7619
7620         * modules/mkancesdirs (Depends-on): Add fcntl.
7621         * modules/savewd: New file.
7622         * MODULES.html.sh (File system functions): Add savewd.
7623
7624         * modules/configmake (Makefile.am): Add support for the
7625         Automake-supplied PKGLIBDIR, PKGINCLUDEDIR, PKGDATADIR.
7626
7627 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
7628
7629         * m4/savewd.m4: New file.
7630
7631 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
7632
7633         * lib/dirchownmod.c: Don't include fcntl.h; no longer needed.
7634         (dirchownmod): New arg FD.  All callers changed.
7635         Use FD rather than opening the directory ourself, as opening is
7636         now the caller's responsibility.
7637         * lib/dirchownmod.h: Likewise.
7638         * lib/mkancesdirs.c: Include <sys/types.h>, for portability to older
7639         hosts that require <sys/types.h> before <sys/stat.h>.  Include
7640         fcntl.h, savewd.h, and unistd.h, not dirname.h and stat-macros.h.
7641         (test_dir): Remove.
7642         (mkancesdirs): Return length of prefix of FILE that has already
7643         been made, or -2 if there is a child doing the work.  Redo
7644         algorithm so that it is O(N) rather than O(N**2).  Optimize away
7645         ".", and treat ".." specially since it might stray back into
7646         already-created areas.  Use a subprocess if necessary.  New arg
7647         WD; all users changed.  MAKE_DIR function should now return 1
7648         if it creates a directory that is not readable.  Return -2 if
7649         a child process is spun off.
7650         * lib/mkancesdirs.h: Include <stddef.h>, for ptrdiff_t.
7651         Adjust signature to match code.
7652         * lib/mkdir-p.c: Include dirname.h, for IS_ABSOLUTE_FILE_NAME.
7653         (make_dir_parents): Use a subprocess if necessary.  New arg WD;
7654         all users changed.
7655         * lib/savewd.c, lib/savewd.h: New files.
7656
7657 2006-09-15  Jim Meyering  <jim@meyering.net>
7658
7659         * modules/rename-dest-slash: New module.
7660         * MODULES.html.sh (posix_compat): Add it here.
7661
7662         * modules/rename: Reflect vb_FUNC_RENAME -> gl_FUNC_RENAME change.
7663
7664 2006-09-15  Jim Meyering  <jim@meyering.net>
7665
7666         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH): New
7667         file.
7668
7669         * m4/rename.m4 (gl_FUNC_RENAME): Rename from vb_FUNC_RENAME.
7670
7671 2006-09-15  Jim Meyering  <jim@meyering.net>
7672
7673         * lib/rename-dest-slash.c (has_trailing_slash): Use
7674         FILE_SYSTEM_PREFIX_LEN, for non-POSIX systems.
7675         (rpl_rename_dest_slash): Perform the cheaper trailing slash
7676         test before testing whether SRC is a directory.
7677         Suggestions from Bruno Haible.
7678
7679         Avoid a warning about an unused variable.
7680         * lib/regex_internal.c (re_dfa_add_node): Move declaration of "type"
7681         into the #ifdef block where it's used.
7682
7683         * lib/rename-dest-slash.c: New file.
7684
7685 2006-09-14  Bruno Haible  <bruno@clisp.org>
7686
7687         * lib/allocsa.c: Include <config.h> unconditionally.
7688         * lib/asnprintf.c: Likewise.
7689         * lib/asprintf.c: Likewise.
7690         * lib/c-strcasecmp.c: Likewise.
7691         * lib/c-strcasestr.c: Likewise.
7692         * lib/c-strncasecmp.c: Likewise.
7693         * lib/c-strstr.c: Likewise.
7694         * lib/classpath.c: Likewise.
7695         * lib/clean-temp.c: Likewise.
7696         * lib/concatpath.c: Likewise.
7697         * lib/copy-file.c: Likewise.
7698         * lib/csharpcomp.c: Likewise.
7699         * lib/csharpexec.c: Likewise.
7700         * lib/execute.c: Likewise.
7701         * lib/fatal-signal.c: Likewise.
7702         * lib/findprog.c: Likewise.
7703         * lib/fwriteerror.c: Likewise.
7704         * lib/gl_array_list.c: Likewise.
7705         * lib/gl_array_oset.c: Likewise.
7706         * lib/gl_avltree_list.c: Likewise.
7707         * lib/gl_avltree_oset.c: Likewise.
7708         * lib/gl_avltreehash_list.c: Likewise.
7709         * lib/gl_carray_list.c: Likewise.
7710         * lib/gl_linked_list.c: Likewise.
7711         * lib/gl_linkedhash_list.c: Likewise.
7712         * lib/gl_list.c: Likewise.
7713         * lib/gl_oset.c: Likewise.
7714         * lib/gl_rbtree_list.c: Likewise.
7715         * lib/gl_rbtree_oset.c: Likewise.
7716         * lib/gl_rbtreehash_list.c: Likewise.
7717         * lib/imaxabs.c: Likewise.
7718         * lib/imaxdiv.c: Likewise.
7719         * lib/javacomp.c: Likewise.
7720         * lib/javaexec.c: Likewise.
7721         * lib/javaversion.c: Likewise.
7722         * lib/linebreak.c: Likewise.
7723         * lib/localcharset.c: Likewise.
7724         * lib/lock.c: Likewise.
7725         * lib/mbchar.c: Likewise.
7726         * lib/mbswidth.c: Likewise.
7727         * lib/mkdtemp.c: Likewise.
7728         * lib/pipe.c: Likewise.
7729         * lib/printf-args.c: Likewise.
7730         * lib/printf-parse.c: Likewise.
7731         * lib/progname.c: Likewise.
7732         * lib/progreloc.c: Likewise.
7733         * lib/readlink.c: Likewise.
7734         * lib/sh-quote.c: Likewise.
7735         * lib/stpcpy.c: Likewise.
7736         * lib/stpncpy.c: Likewise.
7737         * lib/strcasecmp.c: Likewise.
7738         * lib/strcasestr.c: Likewise.
7739         * lib/strcspn.c: Likewise.
7740         * lib/striconv.c: Likewise.
7741         * lib/strncasecmp.c: Likewise.
7742         * lib/strnlen1.c: Likewise.
7743         * lib/strstr.c: Likewise.
7744         * lib/strtok_r.c: Likewise.
7745         * lib/tls.c: Likewise.
7746         * lib/tmpdir.c: Likewise.
7747         * lib/unicodeio.c: Likewise.
7748         * lib/unsetenv.c: Likewise.
7749         * lib/vasnprintf.c: Likewise.
7750         * lib/vasprintf.c: Likewise.
7751         * lib/wait-process.c: Likewise.
7752         * lib/xallocsa.c: Likewise.
7753         * lib/xsetenv.c: Likewise.
7754         * lib/xstriconv.c: Likewise.
7755
7756 2006-09-13  Simon Josefsson  <jas@extundo.com>
7757
7758         * m4/getdate.m4: Don't AC_LIBOBJ([getdate]), automake takes care of
7759         that internally, suggested by Ralf Wildenhues
7760         <Ralf.Wildenhues@gmx.de>.
7761
7762 2006-09-13  Simon Josefsson  <jas@extundo.com>
7763
7764         * gnulib-tool (func_emit_lib_Makefile_am): Use $(LIBOBJS), not
7765         @LIBOBJS@.
7766         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
7767
7768 2006-09-13  Paul Eggert  <eggert@cs.ucla.edu>
7769
7770         * lib/_fpending.c: Include <config.h> unconditionally, since we no
7771         longer worry about uses that don't define HAVE_CONFIG_H.
7772         * lib/acl.c, lib/alloca.c, lib/argmatch.c, lib/atexit.c:
7773         * lib/backupfile.c, lib/basename.c, lib/c-stack.c, lib/c-strtod.c:
7774         * lib/calloc.c,lib/ canon-host.c, lib/canonicalize.c, lib/chdir-long.c:
7775         * lib/chdir-safer.c, lib/chown.c, lib/cloexec.c, lib/close-stream.c:
7776         * lib/closeout.c, lib/creat-safer.c, lib/cycle-check.c, lib/diacrit.c:
7777         * lib/dirchownmod.c, lib/dirfd.c, lib/dirname.c, lib/dup-safer.c:
7778         * lib/dup2.c, lib/error.c, lib/euidaccess.c, lib/exclude.c:
7779         * lib/exitfail.c, lib/fchmodat.c, lib/fchown-stub.c, lib/fd-safer.c:
7780         * lib/file-type.c, lib/fileblocks.c, lib/filemode.c, lib/filenamecat.c:
7781         * lib/fnmatch.c, lib/fopen-safer.c, lib/fprintftime.c, lib/free.c:
7782         * lib/fsusage.c, lib/ftruncate.c, lib/fts-cycle.c, lib/fts.c:
7783         * lib/full-write.c, lib/gai_strerror.c, lib/getcwd.c, lib/getdate.y:
7784         * lib/getdomainname.c, lib/getgroups.c, lib/gethostname.c:
7785         * lib/gethrxtime.c, lib/getloadavg.c, lib/getlogin_r.c:
7786         * lib/getndelim2.c, lib/getnline.c, lib/getopt.c, lib/getopt1.c:
7787         * lib/getpass.c, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c:
7788         * lib/getusershell.c, lib/glob.c, lib/group-member.c:
7789         * lib/hard-locale.c, lib/hash-pjw.c, lib/hash.c, lib/human.c:
7790         * lib/idcache.c, lib/inet_ntop.c, lib/inet_pton.c, lib/inttostr.c:
7791         * lib/isdir.c, lib/lchown.c, lib/linebuffer.c, lib/long-options.c:
7792         * lib/lstat.c, lib/malloc.c, lib/md5.c, lib/memcasecmp.c, lib/memchr.c:
7793         * lib/memcmp.c, lib/memcoll.c, lib/memcpy.c, lib/memmove.c:
7794         * lib/memrchr.c, lib/mkancesdirs.c, lib/mkdir-p.c, lib/mkdir.c:
7795         * lib/mkdirat.c, lib/mkstemp-safer.c, lib/mkstemp.c, lib/modechange.c:
7796         * lib/mountlist.c, lib/nanosleep.c, lib/obstack.c, lib/open-safer.c:
7797         * lib/openat-die.c, lib/openat.c, lib/pagealign_alloc.c, lib/physmem.c:
7798         * lib/pipe-safer.c, lib/posixtm.c, lib/posixver.c, lib/putenv.c:
7799         * lib/quote.c, lib/quotearg.c, lib/raise.c, lib/readtokens.c:
7800         * lib/readtokens0.c, lib/readutmp.c, lib/realloc.c, lib/regex.c:
7801         * lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c:
7802         * lib/same.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c:
7803         * lib/settime.c, lib/sha1.c, lib/sig2str.c, lib/snprintf.c:
7804         * lib/strdup.c, lib/strerror.c, lib/strftime.c, lib/stripslash.c:
7805         * lib/strndup.c, lib/strnlen.c, lib/strpbrk.c, lib/strtod.c:
7806         * lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c:
7807         * lib/time_r.c, lib/timegm.c, lib/tmpfile-safer.c, lib/unlinkdir.c:
7808         * lib/userspec.c, lib/utime.c, lib/utimecmp.c, lib/utimens.c:
7809         * lib/version-etc-fsf.c, lib/version-etc.c, lib/xalloc-die.c:
7810         * lib/xgetcwd.c, lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c:
7811         * lib/xnanosleep.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtoimax.c:
7812         * lib/xstrtol.c, lib/xstrtoumax.c, lib/yesno.c:
7813         Likewise.
7814
7815 2006-09-13  Eric Blake  <ebb9@byu.net>
7816
7817         * lib/getopt.c: Fix typo in last commit.
7818
7819 2006-09-12  Sergey Poznyakoff  <gray@gnu.org.ua>
7820
7821         * lib/argp-help.c (argp_doc): Make sure NULL is not passed to
7822         dgettext.
7823
7824 2006-09-12  Jim Meyering  <jim@meyering.net>
7825
7826         * lib/nanosleep.c: Include <sys/types.h> before sys/select.h, to avoid
7827         compilation failure (due to use of pid_t in latter) on NetBSD 1.6.
7828         Reported by Nelson H. F. Beebe.
7829
7830 2006-09-10  Sergey Poznyakoff  <gray@gnu.org.ua>
7831
7832         * lib/argp-parse.c (__argp_parse) [!_LIBC]: Make sure
7833         program_invocation_name and program_invocation_short_name are
7834         initialized.
7835         * lib/argp-namefrob.h: Move declarations of program_invocation_name
7836         and program_invocation_short_name to argp.h, so they are visible
7837         to user programs.
7838         * lib/argp.h: Likewise
7839
7840 2006-09-10  Bruno Haible  <bruno@clisp.org>
7841
7842         * modules/mkdtemp (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
7843         m4/inttypes_h.m4, m4/uintmax_t.m4.
7844
7845 2006-09-10  Bruno Haible  <bruno@clisp.org>
7846
7847         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Don't require
7848         gl_AC_TYPE_UINTMAX_T.
7849
7850 2006-09-10  Bruno Haible  <bruno@clisp.org>
7851
7852         * lib/mkdtemp.c: Include <stdint.h> always. Don't include <inttypes.h>.
7853
7854 2006-09-09  Sergey Poznyakoff  <gray@gnu.org.ua>
7855
7856         * lib/argp.h (struct argp): Document the N_("..") "\v" N_("..")
7857         convention.  Text proposed by Bruno Haible.
7858         (struct argp_option): Document the use of N_() wrappers.
7859
7860         * lib/argp-help.c (argp_doc): Split the untranslated doc string on
7861         '\v', and translate the two parts separately, instead of feeding
7862         the whole string to gettext.  This allows to exclude
7863         '\v' from the strings visible to the translator by writing doc
7864         strings as N_("..") "\v" N_("..").
7865
7866 2006-09-09  Paul Eggert  <eggert@cs.ucla.edu>
7867
7868         * config/srclist.txt: Undo latest change; the bug was fixed.
7869
7870 2006-09-09  Bruno Haible  <bruno@clisp.org>
7871
7872         * gnulib-tool (func_emit_lib_Makefile_am): Eliminate lib_LDFLAGS
7873         assignments if building a library without libtool.
7874         (func_emit_tests_Makefile_am): Likewise. Handle lib_* variables as
7875         in func_emit_lib_Makefile_am.
7876         (func_import): When building a static library libfoo.a, arrange to
7877         define variables LIBFOO_LIBDEPS and LIBFOO_LTLIBDEPS.
7878         (func_create_testdir): Likewise.
7879         * modules/gc (configure.ac, Makefile.am): If building statically,
7880         augment gl_libdeps and gl_ltlibdeps instead of lib_LDFLAGS.
7881         * modules/iconvme (configure.ac, Makefile.am): Likewise.
7882         * modules/striconv (configure.ac, Makefile.am): Likewise.
7883         Based on a suggestion by Ralf Wildenhues.
7884
7885 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
7886
7887         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
7888         Check for unistd.h too, since Autoconf doesn't assume POSIX.
7889         Also:
7890
7891         2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
7892         Add year_2050_test to catch glibc bug 2821
7893         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
7894
7895         2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
7896         Prefer #ifdef to #if.
7897
7898         2006-04-02  Paul Eggert  <eggert@cs.ucla.edu>
7899         Return from 'main' instead of calling 'exit'.
7900
7901 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
7902
7903         * lib/mktime.c (guess_time_tm): Fix bug where mktime
7904         returned the maximum time_t value rather than (time_t) -1.
7905         Problem originally reported by William Bardwell
7906         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
7907
7908         * lib/isapipe.h (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
7909         Moved to here ...
7910         * lib/isapipe.c (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
7911         ... from here.
7912
7913 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
7914
7915         * config/srclist.txt: Temporarily comment out mktime.c until glibc bug
7916         2821 is fixed.
7917
7918 2006-09-08  Jim Meyering  <jim@meyering.net>
7919
7920         Don't make generated files read-only.  That would bother too many
7921         people.  However, do retain the ability to work when targets are
7922         read-only: remove the destination and temporary files before writing
7923         them (when generated via sed or echo), or by using the -f option for
7924         both cp and mv commands.  Suggestion to use -f from Paul Eggert.
7925         * modules/alloca-opt, modules/argz, modules/arpa_inet:
7926         * modules/byteswap, modules/configmake, modules/fcntl:
7927         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
7928         * modules/localcharset, modules/netinet_in, modules/poll:
7929         * modules/stdbool, modules/stdint, modules/sys_select:
7930         * modules/sys_socket, modules/sys_stat, modules/sysexits:
7931
7932 2006-09-08  Jim Meyering  <jim@meyering.net>
7933
7934         Avoid new build failure on FreeBSD 6.0.
7935         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Include
7936         <sys/param.h> when testing whether getmntinfo uses statvfs.  Patch by
7937         Pavel Tsekov, in <http://savannah.gnu.org/bugs/?17643>.
7938
7939 2006-09-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7940
7941         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't use plain echo.
7942
7943 2006-09-07  Jim Meyering  <jim@meyering.net>
7944
7945         Fix global typo in last change: use chmod u-w, not chmod u-x.
7946         Spotted by Paul Eggert and Bruce Korb.
7947         * modules/alloca-opt, modules/argz, modules/arpa_inet:
7948         * modules/byteswap, modules/configmake, modules/fcntl:
7949         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
7950         * modules/localcharset, modules/netinet_in, modules/poll:
7951         * modules/stdbool, modules/stdint, modules/sys_select:
7952         * modules/sys_socket, modules/sys_stat, modules/sysexits:
7953
7954 2006-09-06  Jim Meyering  <jim@meyering.net>
7955
7956         Make generated files be read-only.
7957         * modules/alloca-opt (Makefile.am): Work also when $@ is read-only.
7958         Ensure that each generated file is now read-only.
7959         * modules/argz: Likewise.
7960         * modules/arpa_inet: Likewise.
7961         * modules/byteswap: Likewise.
7962         * modules/configmake: Likewise.
7963         * modules/fcntl: Likewise.
7964         * modules/fnmatch: Likewise.
7965         * modules/getopt: Likewise.
7966         * modules/glob: Likewise.
7967         * modules/inttypes: Likewise.
7968         * modules/netinet_in: Likewise.
7969         * modules/poll: Likewise.
7970         * modules/stdbool: Likewise.
7971         * modules/stdint: Likewise.
7972         * modules/sys_select: Likewise.
7973         * modules/sys_socket: Likewise.
7974         * modules/sys_stat: Likewise.
7975         * modules/sysexits: Likewise.
7976         * modules/localcharset: Same as above, but continue using temporary
7977         file named "t-$@" (why different?) rather than the "$@-t" used
7978         everywhere else.
7979
7980         * modules/sysexits (Makefile.am): Replace literal occurrences
7981         of "sysexit.h" more readable, and more consistent, "$@".
7982
7983 2006-09-06  Bruno Haible  <bruno@clisp.org>
7984
7985         * modules/striconv: New file.
7986         * modules/xstriconv: New file.
7987         * MODULES.html.sh (Internationalization functions): Add striconv,
7988         xstriconv.
7989
7990 2006-09-06  Bruno Haible  <bruno@clisp.org>
7991
7992         * modules/gc (Makefile.am): Augment lib_LDFLAGS, not lib_LIBADD.
7993         * modules/iconvme (Makefile.am): Likewise. Also handle the case of
7994         not using libtool correctly.
7995
7996 2006-09-06  Bruno Haible  <bruno@clisp.org>
7997
7998         * lib/striconv.h: New file.
7999         * lib/striconv.c: New file, merging iconvme.c with GNU gettext's
8000         iconvstring.c.
8001         * lib/xstriconv.h: New file.
8002         * lib/xstriconv.c: New file.
8003
8004 2006-09-06  Bruno Haible  <bruno@clisp.org>
8005
8006         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
8007         lib_..._LDFLAGS.
8008
8009 2006-09-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8010
8011         * lib/argz_.h: Sync from Libtool.
8012
8013         2006-09-04  George Bosilca <bosilca@cs.utk.edu>
8014                 and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
8015
8016         * lib/libltdl/argz_.h: It's __cplusplus, not _cplusplus.
8017
8018 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
8019
8020         * modules/trim: New file.
8021
8022 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
8023
8024         * lib/trim.h: New file.
8025         * lib/trim.c: New file.
8026
8027 2006-09-05  Bruno Haible  <bruno@clisp.org>
8028
8029         * MODULES.html.sh (String handling): Add trim.
8030
8031 2006-09-04  Karl Berry  <karl@gnu.org>
8032
8033         * config/srclist.txt (signed.m4, gettext.m4): changes not propagated
8034         until next release.
8035
8036 2006-09-03  Bruno Haible  <bruno@clisp.org>
8037
8038         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Locate mingw shared libraries
8039         correctly.
8040
8041 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
8042
8043         * m4/getloadavg.m4 (gl_GETLOADAVG): Use CONFIGURING_GETLOADAVG,
8044         not gl_GETLOADAVG.  Omit unneeded semicolons.
8045         Problems reported by Ralf Wildenhues in
8046         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
8047         (gl_PREREQ_GETLOADAVG): Use AC_DEFUN, not m4_define.  Put
8048         at the end, which is the usual gnulib style.
8049
8050         * m4/fstypename.m4 (gl_FSTYPENAME): Use AC_CHECK_MEMBERS instead
8051         of doing all the work ourselves.
8052         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Don't check for
8053         sys/statvfs.h since the code doesn't use HAVE_SYS_STATVFS_H.
8054
8055 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
8056
8057         * lib/getloadavg.c: Use CONFIGURING_GETLOADAVG, not gl_GETLOADAVG.
8058         Problem reported by Ralf Wildenhues in
8059         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
8060
8061         * lib/mountlist.c: All uses of HAVE_F_FSTYPENAME_IN_STATFS replaced by
8062         HAVE_STRUCT_STATFS_F_FSTYPENAME.
8063
8064 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
8065
8066         * gnulib-tool (func_emit_lib_Makefile_am): Fix typos in
8067         yesterday's patch by changing test -n to test -z.
8068
8069 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
8070
8071         * modules/getloadavg (Files): Add m4/getloadavg.m4.
8072         (configure.ac): AC_FUNC_GETLOADAVG -> gl_GETLOADAVG, as
8073         the former is now obsolescent.
8074
8075         * modules/chdir-long (Depends-on): Add fcntl.
8076
8077 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
8078
8079         * m4/fnmatch.m4: Add comment that Autoconf AC_FUNC_FNMATCH is
8080         obsolescent, and programs should use gnulib instead.
8081         * m4/getloadavg.m4: New file, with contents taken from Autoconf
8082         but with prefixes changed.
8083
8084 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
8085
8086         * lib/getloadavg.c [defined gl_GETLOADAVG]: Don't include config.h
8087         or stdbool.h, because they might not exist while configuring.
8088
8089         * lib/chdir-long.c: Include <fcntl.h>, for O_DIRECTORY.
8090         Don't include unistd.h or limits.h; not needed, since chdir-long.h
8091         does that for us.
8092         (O_DIRECTORY): Remove.
8093
8094 2006-08-31  Eric Blake  <ebb9@byu.net>
8095
8096         * gnulib-tool: Don't let emacs change spaces to TAB.
8097
8098 2006-08-31  Bruno Haible  <bruno@clisp.org>
8099
8100         * gnulib-tool: When calling func_import more than once, do it in a
8101         subshell.
8102         Reported by Eric Blake <ebb9@byu.net>.
8103
8104 2006-08-31  Bruno Haible  <bruno@clisp.org>
8105
8106         * gnulib-tool (nl): Remove variable.
8107         (sed_transform_lib_file): Use more robust test for config-h module.
8108         (func_import): Fix typo in 2006-08-25 patch.
8109
8110 2006-08-31  Bruno Haible  <bruno@clisp.org>
8111
8112         * gnulib-tool (func_emit_lib_Makefile_am): When --makefile-name was
8113         specified, augment Makefile.am variables instead of assigning them.
8114
8115 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
8116
8117         Work around a bug in both the Linux and SunOS 64-bit kernels:
8118         nanosleep mishandles sleeps for longer than 2**31 seconds.
8119         Problem reported by Frank v Waveren in
8120         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
8121         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Require gl_CLOCK_TIME.
8122         Check for nanosleep bug.
8123         (LIB_NANOSLEEP): Append clock_gettime library if needed.
8124
8125 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
8126
8127         Work around a bug in both the Linux and SunOS 64-bit kernels:
8128         nanosleep mishandles sleeps for longer than 2**31 seconds.
8129         Problem reported by Frank v Waveren in
8130         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
8131         * lib/nanosleep.c (BILLION): New constant.
8132         (getnow) [HAVE_BUG_BIG_NANOSLEEP]: New functions.
8133         (rpl_nanosleep) [HAVE_BUG_BIG_NANOSLEEP]: Completely new
8134         implementation.
8135
8136 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
8137
8138         * modules/nanosleep (Depends-on): Add gettime.
8139
8140 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
8141         and Simon Josefsson  <jas@extundo.com>
8142         and Oskar Liljeblad  <oskar@osk.mine.nu>
8143
8144         * MODULES.html.sh (Support for building documentation): Add gpl, lgpl.
8145         * gnulib-tool (func_import): New license type 'unmodifiable license
8146         text'.
8147         * modules/fdl: Use it.  Longer description.
8148         * module/gpl, module/lgpl: New files.
8149
8150 2006-08-30  Jim Meyering  <jim@meyering.net>
8151
8152         * lib/isapipe.c (isapipe): Rename local s/fd/fd_pair/ to avoid
8153         shadowing the parameter.
8154
8155 2006-08-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8156
8157         Sync from Libtool:
8158
8159         2006-08-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8160
8161         * lib/libltdl/argz.c: Use `#ifdef HAVE_CONFIG_H', to facilitate code
8162         sharing with gnulib.  Report by Eric Blake.
8163
8164 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
8165
8166         * modules/isapipe: New file.
8167         * MODULES.html.sh (File descriptor based Input/Output): Add isapipe.
8168
8169 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
8170
8171         * modules/configmake (Makefile.am): Add a comment, and omit
8172         the CONFIGMAKE_ prefix from generated macro names.  Suggested
8173         by Bruno Haible.
8174
8175 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
8176
8177         * m4/isapipe.m4: New file.
8178
8179 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
8180
8181         * lib/isapipe.c, lib/isapipe.h: New files.
8182
8183 2006-08-29  Jim Meyering  <jim@meyering.net>
8184
8185         * modules/configmake (Makefile.am): Make configmake.h depend on
8186         Makefile.  Otherwise, a stale configmake.h could hang around.
8187
8188 2006-08-29  Eric Blake  <ebb9@byu.net>
8189
8190         * lib/error.c (error_at_line, print_errno_message): Match libc, after
8191         resolution of upstream bug 3044.
8192
8193 2006-08-29  Bruno Haible  <bruno@clisp.org>
8194
8195         * modules/localcharset (Depends-on): Add configmake.
8196         (Makefile.am): Remove setting of LIBDIR through DEFS.
8197
8198 2006-08-29  Bruno Haible  <bruno@clisp.org>
8199
8200         * lib/localcharset.c: Include configmake.h in order to get LIBDIR
8201         defined.
8202
8203 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
8204
8205         * modules/fcntl: New file.
8206         * modules/chdir-safer (Depends-on): Add fcntl.
8207         * modules/fts: Likewise.
8208         * modules/mkdir-p: Likewise.
8209
8210         * modules/stdint (Makefile.am): Do not substitute ABSOLUTE_INTTYPES_H.
8211         This undoes the most recent change, since we're now addressing the
8212         problem in a different way.
8213
8214         * gnulib-tool (emit_lib_Makefile_am): Don't put $makefile_name
8215         into output, since the output might be called Makefile.am even
8216         if $makefile_name is something different.
8217         (func_import): Use $makefile_am rather than
8218         ${makefile_name-Makefile.am}, to fix a bug where makefile_name was
8219         empty.
8220
8221         * modules/inttypes (Files): Add m4/inttypes-h.m4.
8222
8223 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
8224
8225         * m4/inttypes.m4 (gl_INTTYPES_H): Move ABSOLUTE_INTTYPES_H code here...
8226         * m4/stdint.m4 (gl_STDINT_H): ... from here.  This undoes the most
8227         recent change to stdint.m4, since we're now addressing the problem in a
8228         different way.
8229
8230 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
8231
8232         * m4/fcntl_h.m4: New file.
8233
8234 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
8235
8236         * lib/fcntl_.h: New file.
8237         * lib/chdir-safer.c (O_DIRECTORY, O_NOFOLLOW): Remove, now that we have
8238         the fcntl module.
8239         * lib/dirchownmod.c: Likewise.
8240         * lib/fts.c: Likewise.
8241
8242         * lib/inttypes_.h [defined _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H]:
8243         Include @ABSOLUTE_INTTYPES_H@ if available, but do nothing else.
8244         * lib/stdint_.h (_GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H): Define
8245         just before including <inttypes.h>, to avoid circular inclusion.
8246
8247 2006-08-28  Jim Meyering  <jim@meyering.net>
8248
8249         * doc/visibility.texi: Actually read and correct the grammar of the
8250         sentence affected by yesterday's change.
8251
8252 2006-08-28  Eric Blake  <ebb9@byu.net>
8253
8254         * modules/inttypes (Makefile.am): Fix sed error when inttypes.h
8255         needs wrapper.
8256
8257 2006-08-28  Eric Blake  <ebb9@byu.net>
8258
8259         * m4/inttypes.m4 (gl_INTTYPES_H): Fix missing #endif.
8260
8261 2006-08-28  Eric Blake  <ebb9@byu.net>
8262
8263         * m4/codeset.m4 (AM_LANGINFO_CODESET): Avoid compiler warning.
8264
8265 2006-08-28  Bruno Haible  <bruno@clisp.org>
8266
8267         * modules/c-strstr: New file, from GNU gettext.
8268         * MODULES.html.sh (String handling): Add c-strstr.
8269
8270 2006-08-28  Bruno Haible  <bruno@clisp.org>
8271
8272         * m4/inttypes.m4 (gl_INTTYPES_H): Don't test for the existence of SCNX*
8273         macros.
8274         Reported by Eric Blake.
8275
8276 2006-08-28  Bruno Haible  <bruno@clisp.org>
8277
8278         * lib/vasnprintf.c (EOVERFLOW): Remove definition.
8279         (VASNPRINTF): Return a string of length > INT_MAX without failing.
8280         * lib/vasprintf.c: Include errno.h, limits.h.
8281         (EOVERFLOW): New fallback definition.
8282         (vasprintf): Test here whether the string length is > INT_MAX.
8283         * lib/vsnprintf.c: Include errno.h, limits.h.
8284         (EOVERFLOW): New fallback definition.
8285         (vsnprintf): Fix bug when generated string was too long for the buffer.
8286         Test here whether the string length is > INT_MAX.
8287
8288 2006-08-28  Bruno Haible  <bruno@clisp.org>
8289
8290         * lib/inttypes_.h (SCNX*): Remove definitions.
8291         Reported by Eric Blake.
8292
8293 2006-08-28  Bruno Haible  <bruno@clisp.org>
8294
8295         * lib/c-strstr.h: New file, from GNU gettext.
8296         * lib/c-strstr.c: New file, from GNU gettext.
8297
8298 2006-08-28  Bruno Haible  <bruno@clisp.org>
8299
8300         * gnulib-tool: Reorder some statements.
8301
8302 2006-08-28  Bruno Haible  <bruno@clisp.org>
8303
8304         * gnulib-tool: New option --makefile-name.
8305         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Use
8306         $makefile_name.
8307         (func_import): Write $makefile_name to the cache file, and read it from
8308         there unless explicitly specified. Use $makefile_name as file name
8309         instead of Makefile.am. Adjust the recommendations accordingly.
8310
8311 2006-08-28  Bruno Haible  <bruno@clisp.org>
8312
8313         * gnulib-tool (func_verify_module): Check against misapplying patch.
8314
8315 2006-08-28  Bruno Haible  <bruno@clisp.org>
8316
8317         * gnulib-tool (func_relativize, func_relconcat): New functions.
8318         Give an error if --local-dir is given with --update.
8319         Remove trailing slashes from $local_gnulib_dir.
8320         (func_import): Store the relativized $local_gnulib_dir in
8321         gnulib-cache.m4, and read it from there if not specified explicitly.
8322
8323 2006-08-28  Bruno Haible  <bruno@clisp.org>
8324
8325         * gnulib-tool (func_get_tests_module): Don't assume that $gnulib_dir
8326         is the current directory. Respect also $local_gnulib_dir.
8327
8328 2006-08-28  Bruno Haible  <bruno@clisp.org>
8329             Simon Josefsson  <jas@extundo.com>
8330
8331         BeOS portability.
8332         * lib/getaddrinfo.c (PF_INET, PF_UNSPEC): New macros.
8333
8334 2006-08-27  Jim Meyering  <jim@meyering.net>
8335
8336         * doc/visibility.texi: Remove duplicate word: "pointer".
8337
8338 2006-08-26  Bruno Haible  <bruno@clisp.org>
8339
8340         * modules/inttypes (Files): Add lib/inttypes_.h, remove lib/inttypes.h.
8341         Add m4/inttypes.m4, remove m4/_inttypes_h.m4 and m4/include_next.m4.
8342         (Makefile.am): Create inttypes.h from inttypes_.h.
8343         * modules/stdint (Makefile.am): Substitute also ABSOLUTE_INTTYPES_H.
8344
8345         * modules/imaxabs: New file.
8346
8347         * modules/imaxdiv: New file.
8348
8349 2006-08-26  Bruno Haible  <bruno@clisp.org>
8350
8351         * m4/inttypes.m4: New file.
8352         * m4/_inttypes_h.m4: Remove file.
8353         * m4/inttypes-pri.m4 (gt_INTTYPES_PRI): Also AC_SUBST
8354         PRI_MACROS_BROKEN.
8355         * m4/stdint.m4 (gl_STDINT_H): Define also ABSOLUTE_INTTYPES_H.
8356
8357         * m4/imaxabs.m4: New file.
8358
8359         * m4/imaxdiv.m4: New file.
8360
8361 2006-08-26  Bruno Haible  <bruno@clisp.org>
8362
8363         * lib/inttypes_.h: New file.
8364         * lib/inttypes.h: Remove file.
8365         * lib/stdint_.h: Include <inttypes.h> through its absolute filename.
8366
8367         * lib/imaxabs.c: New file.
8368
8369         * lib/imaxdiv.c: New file.
8370
8371 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
8372
8373         New config-h module, so that "make" output needn't be cluttered
8374         by -DHAVE_CONFIG_H.
8375         * MODULES.html.sh (Support for building libraries and executables):
8376         Add config-h.
8377         * modules/config-h: New file.
8378         * gnulib-tool (nl, sed_transform_lib_file): New vars.
8379         (func_import): Turn "#ifdef HAVE_CONFIG_H" to "#if 1" if
8380         the config-h module is used.
8381
8382         New configmake module, so that "make" output needn't be cluttered
8383         by fluff like '-DLIBDIR=\"/usr/local/lib\"'.
8384         * MODULES.html.sh (Support for building libraries and executables):
8385         Add configmake.
8386         * modules/configmake: New file.
8387
8388 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
8389
8390         * m4/config-h.m4: New file.
8391
8392 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
8393
8394         * config/srclist.txt: Add elisp-comp.
8395
8396 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
8397
8398         * MODULES.html.sh (Support for building libraries and executables):
8399         Add elisp-comp.
8400         * build-aux/elisp-comp: New file.
8401         * modules/elisp-comp: New file.
8402
8403 2006-08-24  Bruno Haible  <bruno@clisp.org>
8404
8405         * gnulib-tool (func_create_testdir): Use non-default values of
8406         sourcebase and m4base.
8407
8408 2006-08-24  Bruno Haible  <bruno@clisp.org>
8409
8410         * MODULES.html.sh (Compatibility checks for POSIX:2001 functions: Fix
8411         HTML structure.
8412
8413 2006-08-23  Paul Eggert  <eggert@cs.ucla.edu>
8414
8415         * modules/openat (Depends-on): Add lchown.
8416
8417 2006-08-23  Bruno Haible  <bruno@clisp.org>
8418
8419         * gnulib-tool (func_import, func_create_testdir): Emit an invocation
8420         of gl_LOCK_EARLY instead of gl_LOCK.
8421
8422 2006-08-23  Bruno Haible  <bruno@clisp.org>
8423
8424         * m4/lock.m4 (gl_LOCK_BODY): Change the default value of gl_use_threads
8425         on OSF/1 to no.
8426         Reported by Stephen Cartwright <sgcartwr@ucalgary.ca>.
8427
8428 2006-08-23  Bruno Haible  <bruno@clisp.org>
8429
8430         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't consider BeOS statvfs
8431         as unusable.
8432
8433         * m4/lock.m4 (gl_LOCK_EARLY): Renamed from gl_LOCK.
8434         (gl_LOCK_BODY): Remove gl_PREREQ_LOCK invocation.
8435         (gl_LOCK): New macro.
8436
8437 2006-08-22  Simon Josefsson  <jas@extundo.com>
8438
8439         * modules/gc-md5 (Makefile.am): Need to add md5.h, after changes
8440         to md5 module.
8441
8442 2006-08-22  Simon Josefsson  <jas@extundo.com>
8443
8444         * MODULES.html.sh: Add "Support for maintaining and release
8445         projects".
8446
8447         * build-aux/gnupload: New file, from coreutils.
8448
8449 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
8450
8451         Avoid the need for AC_LIBSOURCES in m4 macros.
8452         * modules/arcfour (EXTRA_DIST): Add arcfour.h.
8453         * modules/arctwo (EXTRA_DIST): Add arctwo.h.
8454         * modules/check-version (EXTRA_DIST): Add check-version.h.
8455         * modules/crc (EXTRA_DIST): Add crc.h.
8456         * modules/des (EXTRA_DIST): Add des.h.
8457         * modules/gc (EXTRA_DIST): Add gc.h.
8458         * modules/getdelim (EXTRA_DIST): Add getdelim.h.
8459         * modules/getline (EXTRA_DIST): Add getline.h.
8460         * modules/getlogin_r (EXTRA_DIST): Add getlogin_r.h.
8461         * modules/hmac-md5 (EXTRA_DIST): Add hmac.h.
8462         * modules/hmac-sha1 (EXTRA_DIST): Add hmac.h.
8463         * modules/md2 (EXTRA_DIST): Add md2.h.
8464         * modules/md4 (EXTRA_DIST): Add md4.h.
8465         * modules/pagealign_alloc (EXTRA_DIST): Add pagealign_alloc.h.
8466         * modules/read-file (EXTRA_DIST): Add read-file.h.
8467         * modules/readline (EXTRA_DIST): Add readline.h.
8468         * modules/rijndael (EXTRA_DIST): Add rijndael-alg-fst.h,
8469         rijndael-api-fst.h.
8470
8471 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
8472
8473         * m4/rijndael.m4 (gl_ARCFOUR):
8474         * m4/arctwo.m4 (gl_ARCTWO):
8475         * m4/check-version.m4 (gl_CHECK_VERSION):
8476         * m4/crc.m4 (gl_CRC):
8477         * m4/des.m4 (gl_DES):
8478         * m4/gc-pbkdf2-sha1.m4 (gl_GC_PBKDF2_SHA1):
8479         * m4/gc.m4 (gl_GC):
8480         * m4/getdelim.m4 (gl_FUNC_GETDELIM):
8481         * m4/getline.m4 (gl_FUNC_GETLINE):
8482         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE):
8483         * m4/hmac-md5.m4 (gl_HMAC_MD5):
8484         * m4/hmac-sha1.m4 (gl_HMAC_SHA1):
8485         * m4/md2.m4 (gl_MD2):
8486         * m4/md4.m4 (gl_MD4):
8487         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC):
8488         * m4/read-file.m4 (gl_FUNC_READ_FILE):
8489         * m4/readline.m4 (gl_FUNC_READLINE):
8490         * m4/rijndael.m4 (gl_RIJNDAEL):
8491         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
8492         to get the necessary .h files and whatnot.
8493
8494 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
8495
8496         * config/srclist.txt: Remove gnupload, since coreutils now syncs from
8497         gnulib rather than the other way around.
8498         * config/srclistvars.sh (COREUTILS): Remove.
8499
8500 2006-08-22  Jim Meyering  <jim@meyering.net>
8501
8502         * modules/mkdir-p (Makefile.am): Fix typo: s/lib+SOURCES/lib_SOURCES/.
8503
8504         * modules/getpass-gnu (Makefile.am): Add getpass.h to EXTRA_DIST.
8505
8506 2006-08-22  Eric Blake  <ebb9@byu.net>
8507
8508         * modules/regexprops-generic: New file.
8509         * MODULES.html.sh (Support for building documentation): List it.
8510
8511 2006-08-22  Eric Blake  <ebb9@byu.net>
8512
8513         * m4/stdint_h.m4 (gl_AC_HEADER_STDINT_H): Avoid compiler warning.
8514         * m4/inttypes_h.m4 (gl_AC_HEADER_INTTYPES_H): Likewise.
8515         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Likewise.
8516         * m4/intmax_t.m4 (gt_AC_TYPE_INTMAX_T): Likewise.
8517
8518 2006-08-22  Bruno Haible  <bruno@clisp.org>
8519
8520         * gnulib-tool (func_emit_lib_Makefile_am): Don't treat lib_LIBRARIES
8521         and lib_LTLIBRARIES like the other lib_* variables.
8522
8523 2006-08-22  Bruno Haible  <bruno@clisp.org>
8524
8525         * build-aux/x-to-1.in: New file, from GNU gettext.
8526
8527 2006-08-22  Bruno Haible  <bruno@clisp.org>
8528
8529         * m4/readutmp.m4 (gl_READUTMP): Compile readutmp.c only if <utmp.h> or
8530         <utmpx.h> exists.
8531
8532 2006-08-22  Bruno Haible  <bruno@clisp.org>
8533
8534         * lib/readutmp.h: Skip most definitions if neither <utmp.h> nor
8535         <utmpx.h> exists.
8536
8537 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
8538
8539         BeOS portability.
8540         * lib/dirchownmod.c (dirchownmod): Don't use fchmod if it doesn't
8541         exist.
8542         Problem reported by Bruno Haible.
8543
8544 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
8545
8546         Avoid the need for AC_LIBSOURCES in m4 macros.
8547         * modules/acl (EXTRA_DIST): Add acl.h.
8548         * modules/argmatch (Files): Add m4/argmatch.m4.
8549         (configure.ac): Add gl_ARGMATCH.
8550         (EXTRA_DIST): Renamed from lib_SOURCES, for
8551         consistency with the other modules.  Remove argmatch.c.
8552         * modules/backupfile (EXTRA_DIST): Add backupfile.h.
8553         * modules/c-strtod (EXTRA_DIST): Add c-strtod.h.
8554         * modules/c-strtold (EXTRA_DIST): Add c-strtod.c, c-strtod.h.
8555         * modules/canonhost (EXTRA_DIST): Add c-canonhost.h.
8556         * modules/canonicalize (EXTRA_DIST): Add canonicalize.h.
8557         * modules/chdir-long (EXTRA_DIST): Add chdir-long.h.
8558         * modules/chdir-safer (EXTRA_DIST): Add chdir-safer.h.
8559         * modules/cloexec (EXTRA_DIST): Add cloexec.h.
8560         * modules/close-stream (EXTRA_DIST): Add close-stream.h.
8561         * modules/closeout (EXTRA_DIST): Add closeout.h.
8562         * modules/cycle-check (EXTRA_DIST): Add cycle-check.h.
8563         * modules/dev-ino (EXTRA_DIST): Add dev-ino.h.
8564         * modules/dirfd (EXTRA_DIST): Add dirfd.h.
8565         * modules/dirname (EXTRA_DIST): Renamed from lib_SOURCES.  Add
8566         dirname.h; remove basename.c and stripslash.c.
8567         * modules/exclude (EXTRA_DIST): Add exclude.h.
8568         * modules/exitfail (EXTRA_DIST): Add exitfail.h.
8569         * modules/fcntl-safer (EXTRA_DIST): Add fcntl-safer.h fcntl--.h.
8570         * modules/file-type (EXTRA_DIST): Add file-type.h.
8571         * modules/filemode (EXTRA_DIST): Add filemode.h.
8572         * modules/filenamecat (EXTRA_DIST): Add filenamecat.h.
8573         * modules/fopen-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
8574         * modules/fpending (EXTRA_DIST): Add __fpending.h.
8575         * modules/fprintftime (EXTRA_DIST): Add fprintftime.h.
8576         * modules/fsusage (EXTRA_DIST): Add fsusage.h.
8577         * modules/fts (EXTRA_DIST): Add fts_.h fts-cycle.c.
8578         * modules/getcwd (EXTRA_DIST): Add getcwd.h.
8579         * modules/getdate (EXTRA_DIST): Add getdate.c.
8580         * modules/gethrxtime (EXTRA_DIST): Add gethrxtime.h xtime.h.
8581         * modules/getpagesize (EXTRA_DIST): Add getpagesize.h.
8582         * modules/getpass (EXTRA_DIST): Add getpass.h.
8583         * modules/glob (EXTRA_DIST): Add glob_.h glob-libc.h.
8584         * modules/group-member (EXTRA_DIST): Add group-member.h.
8585         * modules/hard-locale (EXTRA_DIST): Add hard-locale.h.
8586         * modules/hash (EXTRA_DIST): Add hash.h.
8587         * modules/human (EXTRA_DIST): Add human.h.
8588         * modules/inttypes (EXTRA_DIST): Add inttypes.h.
8589         * modules/lchmod (EXTRA_DIST): Add lchmod.h.
8590         * modules/lchown (EXTRA_DIST): Add lchown.h.
8591         * modules/long-options (EXTRA_DIST): Add long-options.h.
8592         * modules/lstat (EXTRA_DIST): Add lstat.h.
8593         * modules/md5 (EXTRA_DIST): Add memcasecmp.h.
8594         * modules/memcoll (EXTRA_DIST): Add memcoll.h.
8595         * modules/mempcpy (EXTRA_DIST): Add mempcpy.h.
8596         * modules/memrchr (EXTRA_DIST): Add memrchr.h.
8597         * modules/memxor (EXTRA_DIST): Add memxor.h.
8598         * modules/mkancesdirs (EXTRA_DIST): Add mkancesdirs.h.
8599         * modules/mkdir-p (EXTRA_DIST): Add modechange.h.
8600         * modules/mountlist (EXTRA_DIST): Add mountlist.h.
8601         * modules/openat (EXTRA_DIST): Add at-func.c openat.h openat-priv.h.
8602         * modules/pathmax (EXTRA_DIST): Add pathmax.h.
8603         * modules/physmem (EXTRA_DIST): Add physmem.h.
8604         * modules/posixtm (EXTRA_DIST): Add posixtm.h.
8605         * modules/posixver (EXTRA_DIST): Add posixver.h.
8606         * modules/quote (EXTRA_DIST): Add quote.h.
8607         * modules/quotearg (EXTRA_DIST): Add quotearg.h.
8608         * modules/readtokens (EXTRA_DIST): Add readtokens.h.
8609         * modules/readutmp (EXTRA_DIST): Add readutmp.h.
8610         * modules/regex (EXTRA_DIST): Add regcomp.c regex.h regex_internal.c
8611         regex_internal.h regexec.c.
8612         * modules/safe-read (EXTRA_DIST): Add safe-read.h.
8613         * modules/safe-write (EXTRA_DIST): Add safe-write.h.
8614         * modules/same (EXTRA_DIST): Add same.h.
8615         * modules/same-inode (EXTRA_DIST): Add same-inode.h.
8616         * modules/save-cwd (EXTRA_DIST): Add save-cwd.h.
8617         * modules/savedir (EXTRA_DIST): Add savedir.h.
8618         * modules/sha1 (EXTRA_DIST): Add sha1.h.
8619         * modules/sig2str (EXTRA_DIST): Add sig2str.h.
8620         * modules/stat-macros (EXTRA_DIST): Add stat-macros.h.
8621         * modules/stat-time (EXTRA_DIST): Add stat-time.h.
8622         * modules/stdlib-safer (EXTRA_DIST): Add stdlib-safer.h stdlib--.h.
8623         * modules/strdup (EXTRA_DIST): Add strdup.h.
8624         * modules/strftime (EXTRA_DIST): Add strftime.h.
8625         * modules/strndup (EXTRA_DIST): Add strndup.h.
8626         * modules/strnlen (EXTRA_DIST): Add strnlen.h.
8627         * modules/strverscmp (EXTRA_DIST): Add strverscmp.h.
8628         * modules/time_r (EXTRA_DIST): Add time_r.h.
8629         * modules/timespec (EXTRA_DIST): Add timespec.h.
8630         * modules/tmpfile-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
8631         * modules/unistd-safer (EXTRA_DIST): Add unistd-safer.h unistd--.h.
8632         * modules/unlinkdir (EXTRA_DIST): Add unlinkdir.h.
8633         * modules/unlocked-io (EXTRA_DIST): Add unlocked-io.h.
8634         * modules/userspec (EXTRA_DIST): Add userspec.h.
8635         * modules/utimecmp (EXTRA_DIST): Add utimecmp.h.
8636         * modules/utimens (EXTRA_DIST): Add utimens.h.
8637         * modules/xalloc (EXTRA_DIST): Add xalloc.h.
8638         * modules/xgetcwd (EXTRA_DIST): Add xgetcwd.h.
8639         * modules/xnanosleep (EXTRA_DIST): Add xnanosleep.h.
8640         * modules/xreadlink (EXTRA_DIST): Add xreadlink.h.
8641         * modules/xstrtod (EXTRA_DIST): Add xstrtod.h.
8642         * modules/xstrtol (EXTRA_DIST): Add xstrtol.h.
8643         * modules/xstrtold (EXTRA_DIST): Add xstrtod.c xstrtod.h.
8644         * modules/yesno (EXTRA_DIST): Add yesno.h.
8645
8646 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
8647
8648         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Check for fchmod.
8649
8650         * m4/argmatch.m4: New file, from coreutils with AC_LIBSOURCES removed.
8651         * m4/dev-ino.m4, same-inode.m4: Remove.
8652
8653         * m4/_inttypes_h.m4 (gl_INTTYPES_H):
8654         * m4/acl.m4 (AC_FUNC_ACL):
8655         * m4/backupfile.m4 (gl_BACKUPFILE):
8656         * m4/c-strtod.m4 (gl_C99_STRTOLD):
8657         * m4/canon-host.m4 (gl_CANON_HOST):
8658         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
8659         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG):
8660         * m4/chdir-safer.m4 (gl_CHDIR_SAFER):
8661         * m4/cloexec.m4 (gl_CLOEXEC):
8662         * m4/close-stream.m4 (gl_CLOSE_STREAM):
8663         * m4/closeout.m4 (gl_CLOSEOUT):
8664         * m4/dirfd.m4 (gl_FUNC_DIRFD):
8665         * m4/dirname.m4 (gl_DIRNAME):
8666         * m4/exclude.m4 (gl_EXCLUDE):
8667         * m4/exitfail.m4 (gl_EXITFAIL):
8668         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER):
8669         * m4/file-type.m4 (gl_FILE_TYPE):
8670         * m4/filemode.m4 (gl_FILEMODE):
8671         * m4/filenamecat.m4 (gl_FILE_NAME_CONCAT):
8672         * m4/fpending.m4 (gl_FUNC_FPENDING):
8673         * m4/fprintftime.m4 (gl_FPRINTFTIME):
8674         * m4/fts.m4 (gl_FUNC_FTS):
8675         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL):
8676         * m4/getdate.m4 (gl_GETDATE):
8677         * m4/gethrxtime.m4 (gl_GETHRXTIME):
8678         * m4/getpagesize.m4 (gl_GETPAGESIZE):
8679         * m4/getpass.m4 (gl_FUNC_GETPASS):
8680         * m4/gettime.m4 (gl_GETTIME):
8681         * m4/getugroups.m4 (gl_GETUGROUPS):
8682         * m4/glob.m4 (gl_GLOB_SUBSTITUTE):
8683         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER):
8684         * m4/hard-locale.m4 (gl_HARD_LOCALE):
8685         * m4/hash.m4 (gl_HASH):
8686         * m4/idcache.m4 (gl_IDCACHE):
8687         * m4/lchmod.m4 (gl_FUNC_LCHMOD):
8688         * m4/lchown.m4 (gl_FUNC_LCHOWN):
8689         * m4/long-options.m4 (gl_LONG_OPTIONS):
8690         * m4/lstat.m4 (gl_FUNC_LSTAT):
8691         * m4/md5.m4 (gl_MD5):
8692         * m4/memcasecmp.m4 (gl_MEMCASECMP):
8693         * m4/memcoll.m4 (gl_MEMCOLL):
8694         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY):
8695         * m4/memrchr.m4 (gl_FUNC_MEMRCHR):
8696         * m4/memxor.m4 (gl_MEMXOR):
8697         * m4/mkancesdirs.m4 (gl_MKANCESDIRS):
8698         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS):
8699         * m4/modechange.m4 (gl_MODECHANGE):
8700         * m4/mountlist.m4 (gl_MOUNTLIST):
8701         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
8702         * m4/openat.m4 (gl_FUNC_OPENAT):
8703         * m4/pathmax.m4 (gl_PATHMAX):
8704         * m4/physmem.m4 (gl_PHYSMEM):
8705         * m4/posixtm.m4 (gl_POSIXTM):
8706         * m4/posixver.m4 (gl_POSIXVER):
8707         * m4/quote.m4 (gl_QUOTE):
8708         * m4/quotearg.m4 (gl_QUOTEARG):
8709         * m4/readtokens.m4 (gl_READTOKENS):
8710         * m4/readutmp.m4 (gl_READUTMP):
8711         * m4/regex.m4 (gl_REGEX):
8712         * m4/safe-read.m4 (gl_SAFE_READ):
8713         * m4/safe-write.m4 (gl_SAFE_WRITE):
8714         * m4/same.m4 (gl_SAME):
8715         * m4/save-cwd.m4 (gl_SAVE_CWD):
8716         * m4/savedir.m4 (gl_SAVEDIR):
8717         * m4/settime.m4 (gl_SETTIME):
8718         * m4/sha1.m4 (gl_SHA1):
8719         * m4/sig2str.m4 (gl_FUNC_SIG2STR):
8720         * m4/stat-macros.m4 (gl_STAT_MACROS):
8721         * m4/stat-time.m4 (gl_STAT_TIME):
8722         * m4/stdio-safer.m4 (gl_FOPEN_SAFER):
8723         * m4/stdlib-safer.m4 (gl_STDLIB_SAFER):
8724         * m4/strdup.m4 (gl_FUNC_STRDUP):
8725         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME):
8726         * m4/strndup.m4 (gl_FUNC_STRNDUP):
8727         * m4/strnlen.m4 (gl_FUNC_STRNLEN):
8728         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP):
8729         * m4/time_r.m4 (gl_TIME_R):
8730         * m4/timespec.m4 (gl_TIMESPEC):
8731         * m4/unistd-safer.m4 (gl_UNISTD_SAFER):
8732         * m4/unlinkdir.m4 (gl_UNLINKDIR):
8733         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO):
8734         * m4/userspec.m4 (gl_USERSPEC):
8735         * m4/utimecmp.m4 (gl_UTIMECMP):
8736         * m4/utimens.m4 (gl_UTIMENS):
8737         * m4/xalloc.m4 (gl_XALLOC):
8738         * m4/xgetcwd.m4 (gl_XGETCWD):
8739         * m4/xnanosleep.m4 (gl_XNANOSLEEP):
8740         * m4/xreadlink.m4 (gl_XREADLINK):
8741         * m4/xstrtod.m4 (gl_XSTRTOD):
8742         * m4/yesno.m4 (gl_YESNO):
8743         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
8744         to get the necessary .h files and whatnot.
8745
8746 2006-08-21  Mark D. Baushke  <mdb@gnu.org>
8747             Bruno Haible  <bruno@clisp.org>
8748
8749         * gnulib-tool (func_verify_module): Work around Sun's non-POSIX 1003.2
8750         /bin/sh understanding of '!' conditional negation.
8751
8752 2006-08-21  Jim Meyering  <jim@meyering.net>
8753
8754         * modules/openat (Depends-on): Really alphabetize.
8755
8756         * modules/acl (Depends-on): Add error and quote.
8757
8758         * check-module (find_included_lib_files): Add at-func.c to the
8759         ok-to-include-more-than-once white list.
8760
8761         * modules/openat (Depends-on): Add lstat.  Alphabetize.
8762
8763 2006-08-21  Bruno Haible  <bruno@clisp.org>
8764
8765         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
8766         Emit a pkgdata_DATA variable only if some snippets add contents to it.
8767         Reported by Martin Lambers <marlam@marlam.de>.
8768
8769 2006-08-21  Bruno Haible  <bruno@clisp.org>
8770
8771         * gnulib-tool (func_emit_lib_Makefile_am): If the snippets already
8772         specify an installation location, don't emit a noinst_LIBRARIES or
8773         noinst_LTLIBRARIES assignment.
8774
8775 2006-08-21  Bruno Haible  <bruno@clisp.org>
8776
8777         BeOS portability.
8778         * modules/mbchar (Include): Don't test HAVE_WCTYPE_H any more, since
8779         BeOS has mbrtowc() but no <wctype.h>.
8780
8781 2006-08-21  Bruno Haible  <bruno@clisp.org>
8782
8783         BeOS portability.
8784         * m4/mbchar.m4 (gl_MBCHAR): Compile mbchar.c also if <wctype.h> doesn't
8785         exist.
8786
8787 2006-08-21  Bruno Haible  <bruno@clisp.org>
8788
8789         BeOS portability.
8790         * lib/mbchar.h: Include <wctype.h> only if it exists.
8791
8792 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
8793
8794         Remove files that are no longer needed by their respective modules.
8795         * m4/obstack.m4: Remove.
8796         * m4/strerror_r.m4: Remove.
8797         * m4/uint32_t.m4: Remove.
8798         * m4/uintptr_t.m4: Remove.
8799         * m4/ullong_max.m4: Remove.
8800         * m4/xstrtoimax.m4: Remove.
8801         * m4/xstrtoumax.m4: Remove.
8802
8803         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Do not require
8804         gl_AC_TYPE_UINTMAX_T, gl_STRUCT_DEV_INO, or gl_SAME_INODE, since gnulib
8805         dependencies now capture this.
8806
8807         * m4/cycle-check.m4 (gl_CYCLE_CHECK):
8808         Do not use AC_LIBSOURCES, since gnulib modules now do this.
8809         * m4/fsusage.m4 (gl_FSUSAGE): Likewise.
8810         * m4/human.m4 (gl_HUMAN): Likewise.
8811         * m4/inttostr.m4 (gl_INTTOSTR): Likewise.
8812         * m4/xstrtol.m4 (gl_XSTRTOL): Likewise.
8813
8814         * m4/filemode.m4 (gl_FILEMODE): Require AC_STRUCT_ST_DM_MODE.
8815
8816         * m4/filemode.m4 (gl_PREREQ_FSUSAGE_EXTRA): Do not require
8817         gl_AC_TYPE_INTMAX_T or gl_AC_TYPE_UINTMAX_T, since we now require
8818         stdint.
8819         * m4/human.m4 (gl_HUMAN): Likewise.
8820         * m4/inttostr.m4 (gl_PREREQ_INTTOSTR): Likewise.
8821         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Likewise.
8822         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
8823         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
8824         * m4/xstrtol (gl_XSTRTOL): Likewise.
8825
8826         * m4/gethrxtime.m4 (gl_XTIME): gl_AC_TYPE_LONG_LONG ->
8827         AC_TYPE_LONG_LONG_INT.
8828         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
8829         * m4/strtoll.m4 (gl_FUNC_STRTOLL): Likewise.
8830         * m4/strtoull.m4 (gl_FUNC_STRTOULL): Likewise, for unsigned long.
8831         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
8832
8833         * m4/human.m4 (gl_HUMAN): Do not require AM_STDBOOL_H since we depend
8834         on stdbool.
8835
8836         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL_H, gl_PREREQ_XSTRTOL): Remove.
8837         (gl_PREREQ_XSTRTOUL): Remove.
8838
8839         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Check for hasmntopt.
8840
8841         * m4/posixver.m4: Fix comment since head -1 now works even in POSIX
8842         mode.
8843
8844 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
8845
8846         Add and change modules to make it easier for coreutils to use
8847         gnulib-tool.
8848         * modules/backupfile (Files): Remove m4/d-ino.m4.
8849         (Depends-on): Add d-ino.
8850         * modules/cycle-check (Depends-on): Add stdint.
8851         (lib_SOURCES): Add cycle-check.h.
8852         * modules/d-ino: New module.
8853         * modules/d-type: New module.
8854         * modules/error (Files): Remove m4/strerror_r.m4.
8855         * modules/filemode (Files): Add m4/st_dm_mode.m4.
8856         * modules/fsuage (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
8857         m4/inttypes_h.m4, m4/uintmax_t.m4.
8858         (Depends-on): Add stdint.
8859         (lib_SOURCES): Add fsusage.h.
8860         * modules/getcwd (Files): Remove d-ino.m4.
8861         (Depends-on): Add d-ino.
8862         * modules/getndelim2 (Depends-on): Add stdint.
8863         * modules/glob (Files): Remove m4/d-type.m4.
8864         (Depends-on): Add d-type.
8865         * modules/host-os: New module.
8866         * modules/human (Files):  Remove m4/ulonglong.m4, m4/stdint_h.m4,
8867         m4/inttypes_h.m4, m4/uintmax_t.m4.
8868         * Depends-on: Add stdint.
8869         (lib_SOURCES): Add human.h.
8870         * modules/inttostr (Files): Remove m4/intmax_t.m4,
8871         m4/inttostr.m4, m4/inttypes_h.m4, m4/longlong.m4, m4/stdint_h.m4,
8872         m4/uintmax_t.m4, m4/ulonglong.m4.
8873         (Depends-on): Add stdint.
8874         (EXTRA_DIST): Add inttostr.h.
8875         * modules/lchmod: New module.
8876         * modules/link-follow: New module.
8877         * modules/mkdir-p (Files): Remove lib/lchmod.h, m4/lchmod.m4.
8878         (Depends-on): Add lchmod.
8879         * modules/mkstemp (Files): Remove m4/ulonglong.m4,
8880         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4.
8881         (Depends-on): Add stdint.
8882         * modules/obstack (Files): Remove m4/inttypes_h.m4, m4/obstack.m4,
8883         m4/stdint_h.m4, m4/uintmax_t.m4, m4/ulonglong.m4.
8884         (Depends-on): Add stdint.
8885         (configure.ac): Change gl_OBSTACK to AC_FUNC_OBSTACK.
8886         * modules/perl: New module.
8887         * modules/regex (Depends-on): Add stdint.
8888         * modules/rmdir-errno: New module.
8889         * modules/strtoimax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
8890         m4/intmax_t.m4.
8891         (Depends-on): Add stdint.
8892         * modules/strtoumax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
8893         m4/uintmax_t.m4.
8894         (Depends-on): Add stdint.
8895         * modules/unlink-busy: New module.
8896         * modules/utimecmp (Depends-on): Add stdint.
8897         * modules/uptime: New module.
8898         * modules/winsz-ioctl: New module.
8899         * modules/winsz-termios: New module.
8900         * modules/xnanosleep (Depends-on): Add nanosleep.
8901         * modules/ullong_max: Remove.
8902         * modules/xstrtoimax (Files): Remove m4/xstrtoimax.m4.
8903         (configure.ac): Remove gl_XSTRTOIMAX; no action needed now.
8904         * modules/xstrtol (Files): Remove m4/ulonglong.m4, m4/longlong.m4,
8905         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4, m4/intmax_t.m4.
8906         (Depends-on): Add inttypes.
8907         (lib_SOURCES): Add xstrtol.h.
8908         * modules/xstrtoumax (Files): Remove m4/xstrtoumax.m4.
8909         (configure.ac): Remove gl_XSTRTOUMAX; no action needed now.
8910         * MODULES.html.sh: Move 'assert' into the assert section.
8911         Move 'dummy' into the linking section.
8912         Remove ullong_max.
8913         Add section for compatibility checks for POSIX:2001 functions,
8914         and put d-ino, d-type, link-follow, rmdir-errno, unlink-busy,
8915         winsz-ioctl, and winsz-termios into it.
8916         Add lchmod.
8917         Add top-level Misc section and put host-os, perl, and uptime
8918         into it.
8919
8920 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
8921
8922         * lib/cycle-check.h: Include <stdint.h> unconditionally, since we
8923         now assume the stdint module.  Do not include inttypes.h.
8924         * lib/fsusage.h: Likewise.
8925         * lib/getndelim2.c: Likewise.
8926         * lib/human.h: Likewise.
8927         * lib/inttostr.h: Likewise.
8928         * lib/obstack.c: Likewise.
8929         * lib/regex_internal.h: Likewise.
8930         * lib/tempname.c: Likewise.
8931         * lib/utimecmp.c: Likewise.
8932         * lib/xstrtol.h: Likewise.
8933
8934         * lib/stat_.h: Fix typo: HAVE_FUNC_LSTAT -> HAVE_LSTAT.
8935
8936         * lib/strtoimax.c: Adjust to macro name changes in Autoconf,
8937         e.g., HAVE_LONG_LONG -> HAVE_LONG_LONG_INT.
8938         * lib/xtime.h: Likewise.
8939
8940 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
8941
8942         * modules/openat (Files): Add lib/fchmodat.c.
8943         Fixes problem reported by Jay Youngman.
8944
8945 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
8946
8947         * lib/fchmodat.c: New file, from coreutils.  This was inadvertently
8948         omitted in the 2006-08-17 update.  Problem reported by Jay Youngman.
8949
8950 2006-08-18  Paul Eggert  <eggert@cs.ucla.edu>
8951             Bruno Haible  <bruno@clisp.org>
8952
8953         * m4/bison-i18n.m4 (BISON_I18N): Also handle the case where yacc exists
8954         and is a script that invokes bison. Tighten the code. Add comments.
8955
8956 2006-08-18  Jim Meyering  <jim@meyering.net>
8957
8958         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Also check for
8959         CLOCK_REALTIME, since gethrxtime may revert to using clock_gettime via
8960         gettime.c.  Gabor Z. Papp reported that gethrxtime-using programs
8961         failed to link due to unresolved clock_gettime on a linux-2.4.x system.
8962
8963 2006-08-18  Bruno Haible  <bruno@clisp.org>
8964
8965         * modules/bison-i18n: New file.
8966         * MODULES.html.sh (Internationalization functions): Add it.
8967
8968 2006-08-18  Bruno Haible  <bruno@clisp.org>
8969
8970         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Also check for
8971         sys/statvfs.h. When getmntinfo was found, check its declaration and
8972         set either MOUNTED_GETMNTINFO or MOUNTED_GETMNTINFO2 depending on it.
8973
8974 2006-08-18  Bruno Haible  <bruno@clisp.org>
8975
8976         * m4/bison-i18n.m4: New file, from bison.
8977
8978 2006-08-18  Bruno Haible  <bruno@clisp.org>
8979
8980         * lib/mountlist.c [MOUNTED_GETMNTINFO2]: Include sys/statvfs.h.
8981         (ME_DUMMY): Treat "kernfs" as a dummy.
8982         (read_file_system_list) [MOUNTED_GETMNTINFO2]: Implement.
8983
8984 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
8985
8986         Update from coreutils.
8987
8988         2006-08-15  Jim Meyering  <jim@meyering.net>
8989
8990         * m4/openat.m4 (gl_FUNC_OPENAT): Add at-func.c via AC_LIBSOURCES.
8991
8992         2006-01-17  Jim Meyering  <jim@meyering.net>
8993
8994         * m4/fts.m4 (gl_FUNC_FTS_CORE): Depend on gl_FUNC_OPENAT.
8995
8996         2006-01-11  Jim Meyering  <jim@meyering.net>
8997
8998         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile fchmodat.c.
8999         Check for the lchmod function.
9000
9001 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
9002
9003         Update from coreutils.
9004
9005         * lib/__fpending.h: Add copyright notice.
9006         * lib/fprintftime.h: Likewise.
9007         * lib/savedir.c: Use (C) in copyright notice.
9008         * lib/savedir.h: Likewise.
9009
9010         2006-08-15  Jim Meyering  <jim@meyering.net>
9011
9012         * lib/at-func.c: New file, with the logic of all emulated at-functions.
9013         * lib/openat-priv.h: Include <errno.h> and define ENOSYS,
9014         in support of the EXPECTED_ERRNO macro.
9015         * lib/openat.c (fstatat, unlinkat, fchownat): Remove function
9016         definitions.  Instead, define the appropriate symbols and include
9017         "at-func.c".
9018         * lib/mkdirat.c (mkdirat): Likewise.
9019         * lib/fchmodat.c (fchmodat): Likewise.
9020         (ENOSYS): Remove definition.
9021         * lib/openat.c: Don't include <errno.h>, now that "openat-priv.h" does
9022         it.  Don't include "unistd--.h" -- it wasn't ever used.
9023
9024         2006-01-17  Jim Meyering  <jim@meyering.net>
9025
9026         Rewrite fts.c not to change the current working directory,
9027         by using openat, fstatat, fdopendir, etc..
9028
9029         * lib/fts.c [! _LIBC]: Include "openat.h" and "unistd--.h".
9030         (HAVE_OPENAT_SUPPORT): Define.
9031         [_LIBC] (fchdir): Don't undef or define; no longer used.
9032         (FCHDIR): Define in terms of cwd_advance_fd rather than fchdir.
9033         Now, this `function' always succeeds, and consumes its file descriptor
9034         parameter -- so callers must not close such FDs.  Update callers.
9035         (diropen_fd, opendirat, cwd_advance_fd): New functions.
9036         (diropen): Add parameter, SP.  Adjust all callers.
9037         Implement using diropen_fd, rather than open.
9038         (fts_open): Initialize new member, fts_cwd_fd.
9039         Remove fts_rft-setting code.
9040         (fts_close): Close fts_cwd_fd, if necessary.
9041         (__opendir2): Define in terms of opendir or opendirat,
9042         depending on whether the FST_NOCHDIR flag is set.
9043         (fts_build): Since fts_safe_changedir consumes its FD, and since
9044         this code must do `closedir(dirp)', dup the dirfd(dirp) argument,
9045         and close the dup'd file descriptor upon failure.
9046         (fts_stat): Use fstatat(...AT_SYMLINK_NOFOLLOW) in place of lstat.
9047         (fts_safe_changedir): Tweak semantics to reflect that this function
9048         now calls cwd_advance_fd and hence consumes its FD argument.
9049         * lib/fts_.h [struct FTS] (fts_cwd_fd): New member.
9050         [struct FTS] (fts_rft): Remove now-unused member.
9051         [struct FTS] (fts_cycle.state): Improve comment.
9052
9053         * lib/openat.c (openat_needs_fchdir): New function.
9054         * lib/openat.h (openat_needs_fchdir): Declare it.
9055
9056 2006-08-16  Paul Eggert  <eggert@cs.ucla.edu>
9057
9058         * lib/memcoll.c (memcoll): Set errno = 0 in the shortcut case, too.
9059         Problem and fix reported by Pádraig Brady in
9060         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00099.html>.
9061
9062 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
9063
9064         * modules/cycle-check (configure.ac): Add gl_CYCLE_CHECK.
9065
9066 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
9067
9068         * lib/memcoll.c (memcoll): Optimize for the common case where the
9069         arguments are bytewise equal.
9070
9071 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
9072
9073         * doc/regexprops-generic.texi: Add a copyright notice.
9074
9075 2006-08-15  Bruno Haible  <bruno@clisp.org>
9076
9077         * modules/tmpdir (License): Change to LGPL.
9078
9079 2006-08-15  Bruno Haible  <bruno@clisp.org>
9080
9081         * gnulib-tool (func_all_modules, func_verify_module): COPYING is not a
9082         module.
9083
9084 2006-08-14  Simon Josefsson  <jas@extundo.com>
9085
9086         * config/srclist.txt: Add gnupload.
9087
9088 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
9089
9090         Change copyright notice from LGPL 2 to GPL 2, since that's the
9091         standard form used in the gnulib repository.
9092         * tests/test-lock.c: Likewise.
9093         * tests/test-stdint.c: Likewise.
9094         * tests/test-tls.c: Likewise.
9095
9096         * users.txt: Add bison, diffutils, libprelude, prelude-lml,
9097         prelude-manager.  User shorter URLs for GNU projects, without '?'.
9098         Add copyright notice.
9099
9100         * check-module: Add copyright notice.  Output a copyright
9101         notice if "--version" is specified.
9102         * modules/COPYING: New file.
9103         * tests/test-getaddrinfo.c: Add copyright notice.
9104         * tests/test-verify.c: Likewise.
9105
9106 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
9107
9108         Change copyright notice from LGPL 2 to GPL 2, since that's the
9109         standard form used in the gnulib repository.
9110         * lib/lock.c: LGPL -> GPL.
9111         * lib/lock.h: Likewise.
9112         * lib/strnlen1.c: Likewise.
9113         * lib/strnlen1.h: Likewise.
9114         * lib/tls.c: Likewise.
9115         * lib/tls.h: Likewise.
9116         * lib/tmpdir.c: Likewise.
9117
9118         * lib/TODO: Remove; this belongs only in coreutils.
9119
9120 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
9121
9122         Add copyright notices to long-enough files that lack them, since
9123         otherwise the files aren't clearly free.  Use the same notice that
9124         getdate.texi already uses.
9125         * doc/alloca-opt.texi: Add copyright notice.
9126         * doc/alloca.texi: Likewise.
9127         * doc/ctime.texi: Likewise.
9128         * doc/functions.texi: Likewise.
9129         * doc/gcd.texi: Likewise.
9130         * doc/gnulib-tool.texi: Likewise.
9131         * doc/inet_ntoa.texi: Likewise.
9132         * doc/visibility.texi: Likewise.
9133
9134         * doc/getdate.texi: Update FDL version from 1.1 to 1.2.
9135         * doc/quote.texi: Add copyright notice.
9136
9137         * doc/solaris-versions: Add SunOS 5.10, SunOS 1.x, SunOS 4.0, SunOS
9138         4.0.x, SunOS 4.1.1.1, SunOS 4.1.1_U1, SunOS 4.1.3B.  SunOS 4.1.3
9139         was Solaris 1.1A.  Remove space before B in Solaris 1.1.1B.
9140         Mention SunOS 5.11.  Mention that everything before SunOS 5.7
9141         is now obsolete, and give a pointer to the Sun list.
9142         Add copyright notice.
9143
9144 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
9145
9146         * config/srclistvars.sh: Add copyright notice.
9147
9148 2006-08-14  Eric Blake  <ebb9@byu.net>
9149
9150         Import the following change from libc:
9151
9152         2006-08-12  Ulrich Drepper  <drepper@redhat.com>
9153
9154         Upstream bug 2997.
9155         * lib/misc/error.c: Add space between program name and message if file
9156         name is missing.
9157
9158 2006-08-12  Karl Berry  <karl@gnu.org>
9159
9160         * config/srclist.txt (ssize_t.m4, sig_atomic_t.m4, signalblocking.m4):
9161         remove, these originate in gnulib now.
9162
9163 2006-08-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9164
9165         * doc/Makefile (standards.info standards.html standards.dvi):
9166         Also depend on make-stds.texi.
9167
9168 2006-08-11  Paul Eggert  <eggert@cs.ucla.edu>
9169
9170         * lib/pipe-safer.c (pipe_safer): Fix misspelling: HAVE_FUNC_PIPE ->
9171         HAVE_PIPE.  Fix a file descriptor leak when fd_safer fails.
9172
9173         * lib/regex_internal.c (re_string_skip_chars): Don't assume WEOF fits
9174         in wchar_t.  Problem reported by Eric Blake.
9175
9176         * lib/snprintf.c (snprintf): memcpy LEN bytes, not SIZE - 1, when
9177         LEN is smaller than SIZE.  Suggested by Bruno Haible.
9178         Also, help the compiler to keep LEN in a register.
9179
9180 2006-08-11  Eric Blake  <ebb9@byu.net>
9181
9182         * users.txt: Sort.  Add tar.
9183
9184 2006-08-11  Bruno Haible  <bruno@clisp.org>
9185
9186         * users.txt: New file.
9187
9188 2006-08-11  Bruno Haible  <bruno@clisp.org>
9189
9190         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Include <stdio.h> and <time.h>
9191         before <wchar.h>. Needed for OSF/1 and BSD/OS.
9192
9193 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
9194
9195         * modules/snprintf (Depends-on): Remove minmax.
9196         (Maintainer): Add self and Bruno.
9197
9198 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
9199
9200         * lib/.cppi-disable: Add snprintf.h, socket_.h.
9201         * lib/snprintf.c: Include <errno.h> and <limits.h>.
9202         (EOVERFLOW): Define if the system does not.
9203         Do not include "minmax.h"; it wasn't used.
9204         (snprintf): Don't assume size_t promotes to an unsigned type.
9205         Fix bug when generated string was too long for the buffer: the
9206         buffer's contents are supposed to be the initial prefix of the
9207         output.  Don't assume vasnprintf returns EOVERFLOW if the size
9208         exceeds INT_MAX; do the check ourselves.
9209
9210         Import the following changes from libc:
9211
9212         2006-06-02  Jakub Jelinek  <jakub@redhat.com>
9213
9214         * lib/posix/regex_internal.c (re_string_skip_chars): If no character
9215         has been converted at all, set *last_wc to WEOF.  If mbrtowc failed,
9216         set wc to the byte which couldn't be converted.
9217         (re_string_reconstruct): Don't clear valid_raw_len before calling
9218         re_string_skip_chars.  If wc is WEOF after re_string_skip_chars, set
9219         tip_context using re_string_context_at.
9220
9221         2006-05-02  Ulrich Drepper  <drepper@redhat.com>
9222
9223         * lib/posix/regex.h: g++ still cannot handled [restrict].
9224
9225         2006-04-21  Ulrich Drepper  <drepper@redhat.com>
9226
9227         * lib/posix/regex.h: Remove special handling for VMS.
9228
9229 2006-08-10  Jim Meyering  <jim@meyering.net>
9230
9231         * modules/same-inode: New module.
9232         * modules/dev-ino: New module.
9233         * modules/cycle-check: Depend on these modules, rather than simply
9234         including their .h files.
9235         (Makefile.am): Don't list cycle-check.[ch] here, now that they're
9236         required via m4/cycle-check.m4.
9237         * modules/same: Depend on new same-inode module, rather than
9238         including same-inode.h.
9239         * modules/chdir-safer: New file.
9240
9241         * modules/chown (Depends-on): Add stat-macros.
9242
9243 2006-08-10  Jim Meyering  <jim@meyering.net>
9244
9245         * m4/cycle-check.m4: New file.
9246         Require gl_STRUCT_DEV_INO and gl_SAME_INODE.
9247         * m4/dev-ino.m4, m4/same-inode.m4: New files.
9248
9249 2006-08-10  Eric Blake  <ebb9@byu.net>
9250
9251         * modules/verror (Depends-on): Remove bogus gl_VERROR that snuck
9252         in from original proposal.
9253
9254 2006-08-10  Eric Blake  <ebb9@byu.net>
9255         and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
9256
9257         * gnulib-tool (func_import): Detect unexpanded macros in gnulib
9258         namespace.
9259
9260 2006-08-10  Bruno Haible  <bruno@clisp.org>
9261
9262         * gnulib-tool (func_create_testdir): Detect unexpanded macros here
9263         as well.
9264
9265 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
9266
9267         Sync from coreutils.
9268
9269         2006-07-19  Mike Frysinger  <vapier@gentoo.org>
9270
9271         * lib/mountlist.c [ME_REMOTE]: Filter out cifs.
9272         Reported by Toralf Förster in <http://bugs.gentoo.org/141012>.
9273
9274 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
9275
9276         * modules/restrict: Remove; no longer needed now that we assume
9277         Autoconf 2.59 or later.
9278         * MODULES.html.sh: Remove 'restrict'.
9279         * modules/argp (Depends-on): Remove 'restrict'.
9280         * modules/base64 (Depends-on): Likewise.
9281         * modules/gc (Depends-on): Likewise.
9282         * modules/getaddrinfo (Depends-on): Likewise.
9283         * modules/glob (Depends-on): Likewise.
9284         * modules/inet_ntop (Depends-on): Likewise.
9285         * modules/inet_pton (Depends-on): Likewise.
9286         * modules/memxor (Depends-on): Likewise.
9287         * modules/regex (Depends-on): Likewise.
9288         * modules/strtok_r (Depends-on): Likewise.
9289         * modules/time_r (Depends-on): Likewise.
9290
9291 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
9292
9293         * m4/argp.m4 (gl_ARGP): Require AC_C_RESTRICT.
9294         * m4/gc.m4 (gl_PREREQ_GC): Likewise.
9295         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
9296         * m4/inet_ntop.m4 (gl_PREREQ_INET_NTOP): Likewise.
9297         * m4/inet_pton.m4 (gl_PREREQ_INET_PTON): Likewise.
9298         * m4/memxor.m4 (gl_MEMXOR): Likewise.
9299         * m4/restrict.m4: Remove; no longer needed.  All remaining uses of
9300         gl_C_RESTRICT replaced by AC_C_RESTRICT.
9301
9302         Merge from coreutils.
9303         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_C_RESTRICT, not
9304         gl_C_RESTRICT, now that we assume Autoconf 2.59 or later.
9305         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
9306         * m4/time_r.m4 (gl_TIME_R): Likewise.
9307
9308 2006-08-09  Karl Berry  <karl@gnu.org>
9309
9310         * config/srclist.txt: no more gettext-tools, per Bruno.
9311
9312 2006-08-08  Eric Blake  <ebb9@byu.net>
9313
9314         * modules/verror: New module.
9315         * MODULES.html.sh: Document it.
9316
9317 2006-08-08  Eric Blake  <ebb9@byu.net>
9318
9319         * lib/verror.h, lib/verror.c: New files.
9320
9321 2006-08-08  Eric Blake  <ebb9@byu.net>
9322
9323         * lib/verror.c (verror_at_line): Work around glibc bug 2997, so that
9324         verror_at_line output complies with GNU Coding Standards even when
9325         file is NULL.
9326
9327 2006-08-07  Bruno Haible  <bruno@clisp.org>
9328
9329         * lib/allocsa.h (sa_alignof) [_AIX]: Also consider 'long long' in newer
9330         versions of AIX.
9331         Reported by Ralf Wildenhues.
9332
9333 2006-08-07  Bruno Haible  <bruno@clisp.org>
9334
9335         * gnulib-tool (func_create_testdir): Wrap the set of autoconf snippets
9336         in an AC_DEFUN. Needed so that the autoconf snippets can use
9337         AC_REQUIRE.
9338
9339 2006-08-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9340
9341         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
9342         Initialize pkgdata_DATA.
9343         * modules/javaversion (Makefile.am): Add to pkgdata_DATA, rather than
9344         overriding it.
9345
9346 2006-08-06  Eric Blake  <ebb9@byu.net>
9347
9348         * lib/error.h: Fold in some upstream changes from glibc.
9349         * lib/error.c: Likewise.
9350
9351 2006-08-04  Bruno Haible  <bruno@clisp.org>
9352
9353         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
9354         Make the mostlyclean-local rule depend on mostlyclean-generic.
9355         Reported by Jim Meyering. Solution suggested by Ralf Wildenhues.
9356
9357 2006-07-31  Bruno Haible  <bruno@clisp.org>
9358
9359         * m4/localcharset.m4 (gl_LOCALCHARSET): Remove tests for <stddef.h>,
9360         <stdlib.h>, <string.h>.
9361
9362 2006-07-30  Bruno Haible  <bruno@clisp.org>
9363
9364         * modules/readlink (License): Change to LGPL.
9365
9366 2006-07-30  Bruno Haible  <bruno@clisp.org>
9367
9368         * modules/javaversion (Makefile.am): Distribute javaversion.java and
9369         javaversion.class. Also install javaversion.class in $(pkgdatadir) and
9370         set PKGDATADIR to point to it.
9371
9372 2006-07-30  Bruno Haible  <bruno@clisp.org>
9373
9374         * modules/csharpexec (configure.ac): Comment out macro invocation.
9375         * modules/javaexec (configure.ac): Likewise.
9376         * modules/javacomp-script (configure.ac): Likewise.
9377
9378         * modules/csharpcomp-script (configure.ac): Use AC_REQUIRE.
9379
9380 2006-07-30  Bruno Haible  <bruno@clisp.org>
9381
9382         * modules/clean-temp (Depends-on): Add linkedhash-list, remove
9383         linked-list.
9384
9385 2006-07-30  Bruno Haible  <bruno@clisp.org>
9386
9387         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Assume <string.h> exists.
9388
9389 2006-07-30  Bruno Haible  <bruno@clisp.org>
9390
9391         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
9392         Initialize MOSTLYCLEANFILES to core and *.stackdump, so that core dumps
9393         get removed.
9394
9395 2006-07-29  Bruno Haible  <bruno@clisp.org>
9396
9397         Make it possible for gnulib-tool to work with locally modified or
9398         augmented gnulib repositories.
9399         * gnulib-tool (func_usage): Document --local-dir option.
9400         (local_gnulib_dir): New variable.
9401         Handle --local-dir option.
9402         (func_lookup_file): New function.
9403         (func_all_modules, func_verify_module): Look also in $local_gnulib_dir.
9404         (func_get_description, func_get_filelist, func_get_description,
9405         func_get_filelist, func_get_dependencies, func_get_autoconf_snippet,
9406         func_get_automake_snippet, func_get_include_directive,
9407         func_get_license, func_get_maintainer): Use func_lookup_file.
9408         (func_import, func_create_testdir): Use func_lookup_file.
9409
9410 2006-07-29  Bruno Haible  <bruno@clisp.org>
9411
9412         * modules/setenv (Depends-on): Add unistd.
9413
9414 2006-07-29  Bruno Haible  <bruno@clisp.org>
9415
9416         * lib/setenv.c: Undo unintended modification done on 2006-02-27.
9417
9418 2006-07-29  Bruno Haible  <bruno@clisp.org>
9419
9420         * lib/localcharset.c: Assume <stddef.h>, <stdlib.h>, <string.h> exist.
9421
9422 2006-07-29  Bruno Haible  <bruno@clisp.org>
9423
9424         * gnulib-tool (import, update): If there is no Makefile.am, look at
9425         aclocal.m4, instead of bailing out.
9426
9427 2006-07-29  Bruno Haible  <bruno@clisp.org>
9428
9429         * gnulib-tool (func_usage): Revert most of the 2006-07-15 change.
9430         Categorize the options by when they are useful.
9431
9432 2006-07-29  Bruno Haible  <bruno@clisp.org>
9433
9434         * gnulib-tool (func_usage): Document option --no-libtool.
9435         Handle option --no-libtool.
9436         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Update
9437         for changed semantics of $libtool variable.
9438         (func_import): Likewise. If libtool is not used, show this through
9439         an option --no-libtool.
9440         (func_create_testdir): Update.
9441
9442 2006-07-29  Bruno Haible  <bruno@clisp.org>
9443
9444         * gnulib-tool (func_import): Extend error message about missing
9445         --doc-base.
9446
9447 2006-07-29  Bruno Haible  <bruno@clisp.org>
9448
9449         * gnulib-tool (func_import): Don't create the $docbase directory if
9450         there is no file to store there.
9451
9452 2006-07-29  Bruno Haible  <bruno@clisp.org>
9453
9454         * gnulib-tool (autoconf_minversion): If a --dir option is given and
9455         relevant, look for configure.ac there, not in the current directory.
9456         Also use a simple search for AC_PREREQ, not "autoconf --trace".
9457
9458 2006-07-29  Bruno Haible  <bruno@clisp.org>
9459
9460         * gnulib-tool (SORT): New variable.
9461         (func_usage): Undocument --assume-autoconf option.
9462         Remove --assume-autoconf option handling.
9463         (autoconf_minversion): Determine from the contents of configure.ac.
9464         (func_import): Remove autoconf_minversion handling.
9465         Suggested by Eric Blake.
9466
9467 2006-07-29  Bruno Haible  <bruno@clisp.org>
9468
9469         * doc/gnulib-tool.texi (gl_LIBTOOL): Mention --no-libtool option.
9470
9471 2006-07-29  Bruno Haible  <bruno@clisp.org>
9472
9473         * config/srclist.txt (*setenv.[ch]): Remove rules.
9474
9475 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
9476
9477         * m4/inet_pton.m4, inet_ntop.m4: Check for netinet/in.h too.
9478
9479 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
9480
9481         * lib/inet_ntop.h, inet_pton.h: Need to include netinet/in.h before
9482         arpa/inet.h.
9483
9484 2006-07-28  Simon Josefsson  <jas@extundo.com>
9485
9486         * modules/inet_ntop (Depends-on): Depend on arpa_inet.
9487         * modules/inet_pton (Depends-on): Likewise.
9488
9489 2006-07-28  Simon Josefsson  <jas@extundo.com>
9490
9491         * m4/netinet_in_h.m4: New file.
9492
9493 2006-07-28  Simon Josefsson  <jas@extundo.com>
9494
9495         * lib/inet_ntop.h, inet_pton.h: No need to guard netinet/in.h
9496         #include's.
9497
9498 2006-07-28  Simon Josefsson  <jas@extundo.com>
9499
9500         * lib/inet_ntop.h, inet_pton.h: No need to guard arpa/inet.h
9501         #include's.
9502
9503 2006-07-28  Paul Eggert  <eggert@cs.ucla.edu>
9504
9505         * lib/modechange.c (mode_compile): Numeric modes now affect setuid and
9506         setgid on directories only if they set these bits.
9507         * lib/modechange.h: Remove obsolete comment about masks.
9508
9509 2006-07-28  Eric Blake  <ebb9@byu.net>
9510
9511         * lib/regex_internal.h (struct re_dfa_t) [!_LIBC]: Avoid invalid C89
9512         macro expansion.
9513
9514 2006-07-28  Bruno Haible  <bruno@clisp.org>
9515
9516         * lib/inet_ntop.h, inet_pton.h: Use #if HAVE* instead of #ifdef HAVE*.
9517
9518 2006-07-28  Bruno Haible  <bruno@clisp.org>
9519
9520         * m4/mbchar.m4 (gl_MBCHAR): Also test for iswcntrl.
9521
9522 2006-07-28  Bruno Haible  <bruno@clisp.org>
9523
9524         * lib/mbchar.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
9525         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
9526         Define fallbacks.
9527         Avoids link error on FreeBSD 4.x.
9528         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
9529
9530         * lib/wcwidth.h (iswprint): Assume an ASCII compatible wide character
9531         encoding.
9532         * lib/mbswidth.c (iswcntrl): Likewise.
9533
9534 2006-07-27  Bruno Haible  <bruno@clisp.org>
9535
9536         * m4/stdint.m4 (gl_STDINT_H): Define __STDC_CONSTANT_MACROS during the
9537         test.
9538
9539 2006-07-27  Bruno Haible  <bruno@clisp.org>
9540
9541         * lib/stdint_.h (INT*_C, UINT*_C) [C++]: Define these if
9542         __STDC_CONSTANT_MACROS is defined, not if __STDC_LIMIT_MACROS is
9543         defined.
9544
9545 2006-07-26  Eric Blake  <ebb9@byu.net>
9546
9547         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Check for missing pipe.
9548
9549 2006-07-26  Eric Blake  <ebb9@byu.net>
9550
9551         * lib/mkstemp-safer.c [! HAVE_MKSTEMP]: Add prototype for platforms
9552         like mingw that lack mkstemp.
9553         * lib/pipe-safer.c (pipe_safer) [!HAVE_FUNC_PIPE]: Provide fallback to
9554         avoid compilation warning on mingw.
9555
9556 2006-07-26  Bruno Haible  <bruno@clisp.org>
9557
9558         * m4/stdint.m4 (gl_STDINT_H): Also verify the existence of the macros
9559         INT*_MIN, INT_LEAST*_MAX, INT_LEAST*_MIN, UINT_LEAST*_MAX,
9560         INT_FAST*_MIN, INTPTR_MIN.
9561
9562 2006-07-25  Bruno Haible  <bruno@clisp.org>
9563
9564         * modules/version-etc (Depends-on): Add stdarg.
9565
9566 2006-07-25  Bruno Haible  <bruno@clisp.org>
9567
9568         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Avoid 'eval' in front of
9569         complex commands.
9570
9571 2006-07-25  Bruno Haible  <bruno@clisp.org>
9572
9573         * lib/version-etc.c (version_etc_va): Use va_copy, assumed to be
9574         defined in <stdarg.h> or config.h.
9575
9576 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
9577
9578         * m4/stdio-safer.m4 (gl_FOPEN_SAFER, gl_TMPFILE_SAFER): New macros.
9579         (gl_STDIO_SAFER): Remove.
9580
9581 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
9582
9583         * MODULES.html.sh (File stream based Input/Output):
9584         Add fopen-safer, tmpfile-safer; remove stdio-safer.
9585         * modules/getusershell (Depends-on): Change stdio-safer to fopen-safer.
9586         * modules/fopen-safer, modules/tmpfile-safer: New files.
9587         * modules/stdio-safer: Remove.
9588
9589 2006-07-24  Bruno Haible  <bruno@clisp.org>
9590
9591         * modules/tmpdir: New file.
9592         * MODULES.html.sh (File system functions): Add it.
9593
9594 2006-07-24  Bruno Haible  <bruno@clisp.org>
9595
9596         * modules/javacomp (Depends-on): Add unistd, javaversion, binary-io,
9597         getline, pathname, fwriteerror, clean-temp, xvasprintf, strstr.
9598
9599 2006-07-24  Bruno Haible  <bruno@clisp.org>
9600
9601         * modules/clean-temp: New file.
9602
9603 2006-07-24  Bruno Haible  <bruno@clisp.org>
9604
9605         * m4/tmpdir.m4: New file, from GNU gettext.
9606
9607 2006-07-24  Bruno Haible  <bruno@clisp.org>
9608
9609         * lib/tmpdir.h: New file, from GNU gettext.
9610         * lib/tmpdir.c: New file, from GNU gettext.
9611
9612 2006-07-24  Bruno Haible  <bruno@clisp.org>
9613
9614         * lib/clean-temp.h: New file, from GNU gettext.
9615         * lib/clean-temp.c: New file, from GNU gettext.
9616
9617 2006-07-23  Eric Blake  <ebb9@byu.net>
9618
9619         * modules/stdio-safer (Files): Add tmpfile-safer.c.
9620         (Depends-on): Add binary-io.
9621
9622 2006-07-23  Eric Blake  <ebb9@byu.net>
9623
9624         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add tmpfile-safer.c.
9625
9626 2006-07-23  Eric Blake  <ebb9@byu.net>
9627
9628         * lib/tmpfile-safer.c: New file.
9629         * lib/stdio-safer.h (fopen_safer): Add prototype.
9630         * lib/stdio--.h (tmpfile): Make safer.
9631
9632 2006-07-23  Bruno Haible  <bruno@clisp.org>
9633
9634         * lib/gl_anylinked_list2.h (ASYNCSAFE): New macro.
9635         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before,
9636         gl_linked_add_after, gl_linked_add_at, gl_linked_remove_node,
9637         gl_linked_remove_at): Use it.
9638
9639 2006-07-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
9640         and Simon Josefsson <jas@extundo.com>
9641
9642         * lib/getaddrinfo.h (AI_PASSIVE): Make sure it is defined.
9643
9644         * lib/getaddrinfo.c (getaddrinfo): Support AI_PASSIVE.
9645
9646 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
9647
9648         * modules/close-stream: New file.
9649         * modules/closeout (Description): Make it clear that it exits
9650         with a diagnostic on error.
9651         (Depends-on): Add close-stream.  Remove fpending, stdbool.
9652         * MODULES.html.sh (File stream based Input/Output): Add close-stream.
9653
9654 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
9655
9656         * m4/close-stream.m4: New file.
9657
9658 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
9659
9660         * lib/close-stream.c, lib/close-stream.h: New files.
9661
9662 2006-07-22  Bruno Haible  <bruno@clisp.org>
9663
9664         Merge from GNU gettext 0.15.
9665
9666         2006-05-01  Bruno Haible  <bruno@clisp.org>
9667
9668                 * build-aux/javacomp.sh.in: Update for changed javacomp.m4.
9669
9670         2006-07-22  Bruno Haible  <bruno@clisp.org>
9671
9672                 * modules/javaversion: New file.
9673                 * MODULES.html.sh (Java): Add javaversion.
9674
9675         2006-03-12  Bruno Haible  <bruno@clisp.org>
9676
9677                 * build-aux/javaexec.sh.in: Update for changed javaexec.m4.
9678
9679         2005-12-04  Bruno Haible  <bruno@clisp.org>
9680
9681                 * build-aux/csharpexec.sh.in: Add support for 'clix' launcher
9682                 (untested).
9683
9684         2006-06-21  Bruno Haible  <bruno@clisp.org>
9685
9686                 Avoid warnings from recent versions of mcs.
9687                 * build-aux/csharpcomp.sh.in (options_mcs): Don't use options
9688                 -o, -L, -r any more. Use options documented since mcs-1.0
9689                 instead. Similarly for -g.
9690
9691         2005-12-04  Bruno Haible  <bruno@clisp.org>
9692
9693                 * build-aux/csharpcomp.sh.in: Suffix for resources is
9694                 .resources, not .resource.
9695
9696         2005-07-09  Bruno Haible  <bruno@clisp.org>
9697
9698                 * build-aux/csharpcomp.sh.in (options_csc): For -l option,
9699                 add a .dll suffix.
9700                 Reported by Mark Junker <mjscod@gmx.de>.
9701
9702         2006-07-22  Bruno Haible  <bruno@clisp.org>
9703
9704                 * modules/gettext: Upgrade to gettext-0.15.
9705                 (Files): Remove m4/isc-posix.m4. Add m4/lock.m4,
9706                 m4/visibility.m4.
9707                 Replace m4/inttypes.m4 with m4/inttypes-h.m4.
9708
9709 2006-07-22  Bruno Haible  <bruno@clisp.org>
9710
9711         Merge from GNU gettext 0.15.
9712
9713         2006-03-25  Bruno Haible  <bruno@clisp.org>
9714
9715                 * lib-link.m4 (AC_LIB_LINKFLAGS_FROM_LIBS): New macro.
9716
9717         2006-07-21  Bruno Haible  <bruno@clisp.org>
9718
9719                 * javacomp.m4 (gt_JAVACOMP): Convert target_version "null" to
9720                 "1.1".
9721
9722         2006-05-09  Bruno Haible  <bruno@clisp.org>
9723
9724                 * javacomp.m4 (gt_JAVACOMP): On Cygwin, set
9725                 CLASSPATH_SEPARATOR to a semicolon. Use CLASSPATH_SEPARATOR
9726                 for the conftestver execution.
9727
9728         2006-05-01  Bruno Haible  <bruno@clisp.org>
9729
9730                 * javacomp.m4 (gt_JAVACOMP): Accept a source-version and an
9731                 optional target-version argument. Verify that the compiler
9732                 groks source of the specified source-version, or add -source
9733                 option as necessary. Verify that the compiler produces
9734                 bytecode in the specified target-version, or add -target and
9735                 -source options as necessary. Make the result of the test
9736                 available as variable CONF_JAVAC. Also log error output in
9737                 config.log.
9738
9739         2006-03-11  Bruno Haible  <bruno@clisp.org>
9740
9741                 * javacomp.m4 (gt_JAVACOMP): Treat gcj-4.x like gcj-3.x.
9742
9743         2006-05-09  Bruno Haible  <bruno@clisp.org>
9744
9745                 * javaexec.m4 (gt_JAVAEXEC): On Cygwin, set
9746                 CLASSPATH_SEPARATOR to a semicolon.
9747
9748         2006-03-12  Bruno Haible  <bruno@clisp.org>
9749
9750                 * javaexec.m4 (gt_JAVAEXEC): Make the result of the test
9751                 available as variable CONF_JAVA, for subsequent autoconf
9752                 tests. Also log error output in config.log.
9753
9754         2006-07-19  Bruno Haible  <bruno@clisp.org>
9755
9756                 * getline.m4 (AM_FUNC_GETLINE): When cross-compiling, assume
9757                 that getline works on glibc2 systems. Needed to avoid trouble
9758                 in relocatable.c.
9759                 Reported by Nils Magnus Larsgard <nmlarsgaard@atmel.no>.
9760
9761         2005-12-04  Bruno Haible  <bruno@clisp.org>
9762
9763                 * csharpexec.m4 (gt_CSHARPEXEC): Add support for 'clix'
9764                 launcher (untested).
9765
9766         2005-12-04  Bruno Haible  <bruno@clisp.org>
9767
9768                 * csharpcomp.m4 (gt_CSHARPCOMP): Also set CSHARPCOMPFLAGS.
9769
9770         2006-07-22  Bruno Haible  <bruno@clisp.org>
9771
9772                 * gettext.m4: Update from GNU gettext-0.15.
9773                 * nls.m4: Likewise.
9774                 * po.m4: Likewise.
9775                 * inttypes-pri.m4: Likewise.
9776                 * inttypes-h.m4: Renamed from inttypes.m4.
9777                 (gl_HEADER_INTTYPES_H): Renamed from gt_HEADER_INTTYPES_H.
9778
9779 2006-07-22  Bruno Haible  <bruno@clisp.org>
9780
9781         Merge from GNU gettext 0.15.
9782
9783         2005-07-05  Bruno Haible  <bruno@clisp.org>
9784
9785                 * printf-args.c (printf_fetchargs): Work around broken
9786                 definition of wint_t on mingw.
9787
9788         2005-02-12  Bruno Haible  <bruno@clisp.org>
9789
9790                 * xallocsa.h: Add extern "C" for C++.
9791
9792         2006-05-17  Bruno Haible  <bruno@clisp.org>
9793
9794                 Cygwin portability.
9795                 * progreloc.c (WIN32_NATIVE): Renamed from WIN32.
9796
9797         2006-04-30  Bruno Haible  <bruno@clisp.org>
9798
9799                 * progreloc.c: Include <mach-o/dyld.h> if available.
9800                 (find_executable): Use _NSGetExecutablePath when possible.
9801
9802         2006-05-06  Charles Wilson  <cygwin@cwilson.fastmail.fm>
9803
9804                 * progreloc.c (maybe_executable) [CYGWIN]: Use the access()
9805                 function.
9806
9807         2005-12-29  Bruno Haible  <bruno@clisp.org>
9808
9809                 * progreloc.c (set_program_name_and_installdir): Fix
9810                 compilation error.
9811
9812         2005-12-04  Bruno Haible  <bruno@clisp.org>
9813
9814                 Cygwin portability.
9815                 * progreloc.c: Include <windows.h> also on Cygwin.
9816                 (find_executable): Add support for Cygwin.
9817                 (set_program_name_and_installdir): Handle also platforms with
9818                 nonempty EXEEXT.
9819
9820         2006-07-11  Bruno Haible  <bruno@clisp.org>
9821
9822                 * javacomp.c: Fix a comment.
9823                 Reported by Jim Meyering.
9824
9825         2006-04-30  Bruno Haible  <bruno@clisp.org>
9826
9827                 * javacomp.h (compile_java_class): Add source_version,
9828                 target_version arguments.
9829                 * javacomp.c: Rewritten to choose only a compiler that
9830                 respects the specified source_version and target_version.
9831
9832         2006-06-27  Bruno Haible  <bruno@clisp.org>
9833
9834                 Assume correct S_ISDIR macro.
9835                 * mkdtemp.c: Remove test of STAT_MACROS_BROKEN.
9836
9837         2006-07-22  Bruno Haible  <bruno@clisp.org>
9838
9839                 * javaversion.h: New file, from GNU gettext.
9840                 * javaversion.c: New file, from GNU gettext.
9841                 * javaversion.java: New file, from GNU gettext.
9842                 * javaversion.class: New file, from GNU gettext.
9843
9844         2006-05-17  Bruno Haible  <bruno@clisp.org>
9845
9846                 Cygwin portability.
9847                 * javaexec.c (execute_java_class): Test for jview program
9848                 also on Cygwin.
9849
9850         2006-04-09  Bruno Haible  <bruno@clisp.org>
9851
9852                 * fatal-signal.c: Don't include string.h.
9853                 (at_fatal_signal): Use a copying loop instead of memcpy.
9854
9855         2005-12-04  Bruno Haible  <bruno@clisp.org>
9856
9857                 * csharpexec.c: Add support for 'clix' launcher (untested).
9858                 (execute_csharp_using_sscli): New function.
9859                 (execute_csharp_program): Call it.
9860
9861         2006-06-21  Bruno Haible  <bruno@clisp.org>
9862
9863                 Avoid warnings from recent versions of mcs.
9864                 * csharpcomp.c (compile_csharp_using_mono): Don't use options
9865                 -o, -L, -r any more. Use options documented since mcs-1.0
9866                 instead. Similarly for -g.
9867
9868         2005-07-09  Bruno Haible  <bruno@clisp.org>
9869
9870                 * csharpcomp.c (compile_csharp_using_sscli): For -l option,
9871                 add a .dll suffix.
9872                 Reported by Mark Junker <mjscod@gmx.de>.
9873
9874         2006-06-17  Bruno Haible  <bruno@clisp.org>
9875
9876                 * config.charset: Update for NetBSD 3.0.
9877
9878         2006-05-17  Bruno Haible  <bruno@clisp.org>
9879
9880                 Cygwin portability.
9881                 * localcharset.c (WIN32_NATIVE): Renamed from WIN32.
9882
9883         2006-05-16  Bruno Haible  <bruno@clisp.org>
9884
9885                 * localcharset.c [CYGWIN]: Include <windows.h>.
9886                 (get_charset_aliases): For Cygwin, return the same CPxxx
9887                 aliases list as under WIN32.
9888                 (locale_charset) [CYGWIN]: Try to retrieve the encoding from
9889                 the environment variables. Fall back to GetACP().
9890
9891         2006-04-05  Bruno Haible  <bruno@clisp.org>
9892
9893                 * config.charset: Update Juan Manuel Guerrero's address.
9894
9895         2005-02-12  Bruno Haible  <bruno@clisp.org>
9896
9897                 * allocsa.h: Add extern "C" for C++.
9898
9899         2005-02-10  Bruno Haible  <bruno@clisp.org>
9900
9901                 * allocsa.h (sa_alignof): Define differently with AIX xlc, to
9902                 avoid a bug of this compiler on AIX 3.2.5 dealing with enums.
9903
9904         2006-07-22  Bruno Haible  <bruno@clisp.org>
9905
9906                 * gettext.h: Update to GNU gettext-0.15.
9907
9908 2006-07-22  Bruno Haible  <bruno@clisp.org>
9909
9910         * config/srclist.txt: Resync printf-args.c, vasnprintf.c,
9911         localcharset.c, mkdtemp.c, config.rpath, lib-ld.m4, lib-link.m4,
9912         lib-prefix.m4, longdouble.m4, ssize_t.m4.
9913
9914 2006-07-21  Eric Blake  <ebb9@byu.net>
9915
9916         * modules/stdlib-safer: New file.
9917         * MODULES.html.sh (File stream based Input/Output): Add
9918         stdlib-safer.
9919
9920 2006-07-21  Eric Blake  <ebb9@byu.net>
9921
9922         * lib/stdlib-safer.h: New file from coreutils, required by
9923         stdlib--.h.
9924
9925 2006-07-20  Paul Eggert  <eggert@cs.ucla.edu>
9926
9927         * gnulib-tool (func_usage): Document --assume-autoconf='latest-stable'.
9928
9929 2006-07-20  Bruno Haible  <bruno@clisp.org>
9930
9931         * gnulib-tool: Recognize new option --assume-autoconf.
9932         (autoconf_minversion): New variable.
9933         (func_get_filelist): Use it to decide whether to add onceonly_2_57.m4.
9934
9935 2006-07-20  Bruno Haible  <bruno@clisp.org>
9936
9937         * MODULES.html.sh (func_all_modules): Add a missing func_begin_table.
9938
9939 2006-07-19  Derek R. Price  <derek@ximbiot.com>
9940
9941         * lib/getaddrinfo.h: Don't define unimplemented AI_* flags.
9942         Reindent and repaginate.
9943
9944 2006-07-19  Derek Price  <derek@ximbiot.com>
9945
9946         * doc/gnulib.texi (Libtool and Windows):  Eliminate passive voice.
9947         Correct grammar.
9948
9949 2006-07-17  Bruno Haible  <bruno@clisp.org>
9950
9951         * modules/list: New file.
9952         * modules/array-list: New file.
9953         * modules/carray-list, modules/carray-list-tests: New files.
9954         * modules/linked-list, modules/linked-list-tests: New files.
9955         * modules/avltree-list, modules/avltree-list-tests: New files.
9956         * modules/rbtree-list, modules/rbtree-list-tests: New files.
9957         * modules/linkedhash-list, modules/linkedhash-list-tests: New files.
9958         * modules/avltreehash-list, modules/avltreehash-list-tests: New files.
9959         * modules/rbtreehash-list, modules/rbtreehash-list-tests: New files.
9960         * modules/oset: New file.
9961         * modules/array-oset: New file.
9962         * modules/avltree-oset, modules/avltree-oset-tests: New files.
9963         * modules/rbtree-oset, modules/rbtree-oset-tests: New files.
9964         * tests/test-carray_list.c: New file.
9965         * tests/test-linked_list.c: New file.
9966         * tests/test-avltree_list.c: New file.
9967         * tests/test-rbtree_list.c: New file.
9968         * tests/test-linkedhash_list.c: New file.
9969         * tests/test-avltreehash_list.c: New file.
9970         * tests/test-rbtreehash_list.c: New file.
9971         * tests/test-avltree_oset.c: New file.
9972         * tests/test-rbtree_oset.c: New file.
9973         * MODULES.html.sh (Container data structures): New section.
9974
9975 2006-07-17  Bruno Haible  <bruno@clisp.org>
9976
9977         * m4/gl_list.m4: New file.
9978
9979 2006-07-17  Bruno Haible  <bruno@clisp.org>
9980
9981         * lib/gl_list.h: New file.
9982         * lib/gl_list.c: New file.
9983         * lib/gl_array_list.h: New file.
9984         * lib/gl_array_list.c: New file.
9985         * lib/gl_carray_list.h: New file.
9986         * lib/gl_carray_list.c: New file.
9987         * lib/gl_linked_list.h: New file.
9988         * lib/gl_linked_list.c: New file.
9989         * lib/gl_anylinked_list1.h: New file.
9990         * lib/gl_anylinked_list2.h: New file.
9991         * lib/gl_avltree_list.h: New file.
9992         * lib/gl_avltree_list.c: New file.
9993         * lib/gl_anyavltree_list1.h: New file.
9994         * lib/gl_anyavltree_list2.h: New file.
9995         * lib/gl_rbtree_list.h: New file.
9996         * lib/gl_rbtree_list.c: New file.
9997         * lib/gl_anyrbtree_list1.h: New file.
9998         * lib/gl_anyrbtree_list2.h: New file.
9999         * lib/gl_anytree_list1.h: New file.
10000         * lib/gl_anytree_list2.h: New file.
10001         * lib/gl_linkedhash_list.h: New file.
10002         * lib/gl_linkedhash_list.c: New file.
10003         * lib/gl_anyhash_list1.h: New file.
10004         * lib/gl_anyhash_list2.h: New file.
10005         * lib/gl_avltreehash_list.h: New file.
10006         * lib/gl_avltreehash_list.c: New file.
10007         * lib/gl_rbtreehash_list.h: New file.
10008         * lib/gl_rbtreehash_list.c: New file.
10009         * lib/gl_anytreehash_list1.h: New file.
10010         * lib/gl_anytreehash_list2.h: New file.
10011
10012         * lib/gl_oset.h: New file.
10013         * lib/gl_oset.c: New file.
10014         * lib/gl_array_oset.h: New file.
10015         * lib/gl_array_oset.c: New file.
10016         * lib/gl_avltree_oset.h: New file.
10017         * lib/gl_avltree_oset.c: New file.
10018         * lib/gl_rbtree_oset.h: New file.
10019         * lib/gl_rbtree_oset.c: New file.
10020         * lib/gl_anytree_oset.h: New file.
10021
10022 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
10023
10024         * m4/mkancesdirs.m4: New file.
10025         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Mention dirchownmod.c,
10026         dirchownmod.h.  Don't require AC_FUNC_ALLOCA, gl_AFS, gl_CHDIR_SAFER;
10027         no longer needed.  Require gl_FUNC_LCHOWN, since dirchownmod.c needs
10028         it.
10029
10030 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
10031
10032         * lib/dirchownmod.c, lib/dirchownmod.h, lib/mkancesdirs.c:
10033         * lib/mkancesdirs.h: New files.
10034         * lib/mkdir-p.c: Don't include alloca.h, stdio.h, sys/types.h,
10035         unistd.h, string.h, chdir-safer.h, dirname.h, lchmod.h, lchown.h,
10036         save-cwd.h.  Instead, include dirchownmod.h and mkancesdirs.h.
10037         (make_dir_parents): New args MAKE_ANCESTOR, OPTIONS, ANNOUNCE,
10038         MODE_BITS.  Remove options VERBOSE_FMT_STRING, CWD_ERRNO.  All
10039         callers changed.  Revamp internals significantly, by not
10040         attempting to create directories that are temporarily more
10041         permissive than the final results.  Do not attempt to use
10042         save_cwd/restore_cwd; it isn't worth it for mkdir and install.
10043         This removes some race conditions, fixes some bugs, and simplifies
10044         things.  Use new dirchownmod function to do owner and mode changes.
10045         * lib/mkdir-p.h: Likewise.
10046         * lib/modechange.c (octal_to_mode): New function.
10047         (struct mode_change): New member mentioned.
10048         (make_node_op_equals): New arg mentioned.  All callers changed.
10049         (mode_compile): Keep track of which mode bits the user has explicitly
10050         mentioned.
10051         (mode_adjust): New arg DIR, so that we implement the X op correctly.
10052         New arg PMODE_BITS, to keep track of which mode bits the user
10053         mentioned; it treats S_ISUID and S_ISGID speciall.
10054         All callers changed.
10055         * lib/modechange.h: Likewise.
10056
10057 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
10058
10059         * MODULES.html.sh: Add mkancestors.
10060         * modules/mkancesdirs: New module.
10061         * modules/mkdir-p (Files): Remove lib/chdir-safer.c, lib/chdir-safer.h,
10062         lib/same-inode.h, m4/afs.m4, m4/chdir-safer.m4.
10063         The chdir-safer and afs files are now orphans; I'll remove them
10064         unless someone speaks up.
10065         Add lib/dirchownmod.c, lib/dirchownmod.h.
10066         (Depends-on): Remove alloca, chown, save-cwd, dirname.
10067         Add lchown, mkancesdirs.
10068         (Maintainer): Add self.
10069
10070 2006-07-15  Karl Berry  <karl@gnu.org>
10071
10072         * gnulib-tool: help message wording/arrangement.
10073
10074 2006-07-14  Simon Josefsson  <jas@extundo.com>
10075
10076         * doc/gnulib.texi (Libtool and Windows): New section.
10077
10078 2006-07-12  Simon Josefsson  <jas@extundo.com>
10079
10080         * modules/gendocs (License): Fix license, approved by Karl.
10081
10082 2006-07-12  Eric Blake  <ebb9@byu.net>
10083
10084         * MODULES.html.sh: Add gendocs.
10085
10086 2006-07-11  Eric Blake  <ebb9@byu.net>
10087
10088         * modules/fdl: New module, to install doc/fdl.texi.
10089         * MODULES.html.sh: Add new section for documentation modules.
10090         * gnulib-tool: Avoid space-tab.
10091         (--doc-base): New option, to manage files from doc.
10092
10093 2006-07-11  Eric Blake  <ebb9@byu.net>
10094
10095         * m4/absolute-header.m4: Fix comments to match recent change.
10096
10097 2006-07-11  Eric Blake  <ebb9@byu.net>
10098
10099         * gnulib-tool: List --doc-base before --tests-base.
10100
10101 2006-07-11  Derek R. Price  <derek@ximbiot.com>
10102
10103         * lib/glob.c: s/NAMLEN/_D_EXACT_NAMLEN/.
10104
10105 2006-07-11  Bruno Haible  <bruno@clisp.org>
10106
10107         * README: Mention where to put documentation.
10108
10109 2006-07-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10110
10111         * doc/functions.texi, gnulib-tool.texi, gnulib.texi: Fix some typos.
10112
10113 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
10114
10115         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Like today's change
10116         to stdint.m4.
10117
10118 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
10119
10120         * m4/stdint.m4 (gl_STDINT_H): Like yesterday's change to
10121         absolute-header.m4.  Also, set ABSOLUTE_STDINT_H to a string
10122         "no/such/file/stdint.h" when there is no such file, so that
10123         the resulting C code can be parsed by dodgy compilers.
10124         Problems reported by Bob Proulx.
10125
10126 2006-07-10  Derek R. Price  <derek@ximbiot.com>
10127
10128         * lib/backupfile.c, dirfd.h, fts.c, getcwd.c, glob.c, glob_.h:
10129         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
10130         macros into the GNU _D_EXACT_NAMLEN.
10131         * lib/savedir.c:  Likewise.
10132         (savedirstream): Use _D_EXACT_NAMLEN in preference to strlen.
10133
10134 2006-07-10  Derek R. Price  <derek@ximbiot.com>
10135         and Paul Eggert  <eggert@cs.ucla.edu>
10136
10137         * m4/backupfile.m4, d-ino.m4, d-type.m4, dirfd.m4, fts.m4, getcwd.m4:
10138         * m4/savedir.m4:
10139         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
10140         macros into the GNU _D_EXACT_NAMLEN.
10141
10142 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
10143
10144         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Use "" rather than <>
10145         around the absolute name, to work around a problem with the HP-UX
10146         11.23 native C compiler, reported by Bob Proulx.
10147
10148 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
10149
10150         * doc/maintain.texi, make-stds.texi: Sync from
10151         <http://savannah.gnu.org/projects/gnustandards>.
10152
10153 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
10154
10155         * build-aux/depcomp, build-aux/install-sh: Sync from Automake.
10156
10157 2006-07-09  Jim Meyering  <jim@meyering.net>
10158
10159         * m4/glob.m4: Remove a doubled word in a comment.
10160
10161 2006-07-09  Jim Meyering  <jim@meyering.net>
10162
10163         * lib/argp-pv.c: Remove a doubled word in a comment.
10164         * lib/check-version.c (check_version): Likewise.
10165         * lib/javacomp.c (compile_java_class): Likewise.
10166
10167 2006-07-08  Paul Eggert  <eggert@cs.ucla.edu>
10168
10169         * gnulib-tool (func_get_filelist): Don't echo m4/onceonly_2_57.m4,
10170         for the benefit of people using Autoconf 2.60.  If you want to
10171         support older Autoconf versions you can copy m4/onceonly_2_57.m4
10172         (or m4/onceonly.m4, if pre-2.57) manually.
10173
10174 2006-07-08  Jim Meyering  <jim@meyering.net>
10175
10176         * m4/link-follow.m4: Remove one of two adjacent "whether"s in a
10177         comment.
10178         * m4/getopt.m4: Remove one of two adjacent "your"s in a comment.
10179         * m4/regex.m4 (gl_REGEX): Remove one of two adjacent "the"s in a
10180         comment.
10181
10182 2006-07-08  Jim Meyering  <jim@meyering.net>
10183
10184         * lib/getndelim2.h (getndelim2): Remove doubled "after" in comment.
10185
10186 2006-07-07  Simon Josefsson  <jas@extundo.com>
10187
10188         * tests/test-crc.c: Change expected crc value, the test vector
10189         were probably computed using the old broken crc.c?
10190
10191 2006-07-06  Simon Josefsson  <jas@extundo.com>
10192
10193         * modules/sys_socket (Files): Add m4/sockpfaf.m4 (this module is
10194         now the canonical place for the M4 file).
10195
10196         * modules/getaddrinfo (Files): Remove m4/sockpfaf.m4, we get it
10197         from the sys_socket dependency now.
10198
10199         * modules/inet_pton (Files): Ditto.
10200
10201         * modules/inet_ntop (Files): Ditto.
10202
10203 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
10204
10205         * modules/getusershell (configure.ac): Use gl_FUNC_GETUSERSHELL,
10206         not gl_PREREQ_GETUSERSHELL.
10207
10208 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10209
10210         * m4/_inttypes_h.m4 (gl_INTTYPES_H): Use AC_CHECK_DECLS_ONCE
10211         with only one argument, for Autoconf 2.60.
10212         * m4/fileblocks.m4 (gl_PREREQ_FILEBLOCKS): AC_CHECK_DECLS_ONCE may
10213         expand to nothing, so add a shell command to avoid syntax error.
10214         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
10215
10216 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10217
10218         * lib/strtod.c (strtod): cast the argument of tolower to unsigned char.
10219
10220 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
10221
10222         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't check for getenv decl;
10223         no longer needed.  Check for isblank decl.
10224         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Don't check for getenv decl.
10225         * m4/regex.m4 (gl_PREREQ_REGEX): Dheck for isblank decl instead
10226         of existence.
10227
10228 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
10229
10230         * lib/getloadavg.c: Use __VMS, not VMS.
10231         * lib/getopt.c: Likewise.
10232         * lib/getpagesize.h: Likewise.
10233         * lib/glob.c: Remove most VMS cruft; it hasn't been tested for a while
10234         and probably does not work.
10235
10236 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
10237
10238         * lib/.cppi-disable: Add wcwidth.
10239         * lib/fnmatch.c (ISBLANK): Remove.  All uses changed to isblank.
10240         (isblank) [! (defined isblank || HAVE_DECL_ISBLANK)]: New macro.
10241         (ISGRAPH): Remove.  All uses changed to isgraph.
10242         (FOLD) [!defined _LIBC]: Remove special case.
10243         * lib/getdate.y (lookup_word): Remove no-longer-needed call to islower.
10244         * lib/regex_internal.h (isblank): Depend on HAVE_DECL_ISBLANK, not
10245         HAVE_ISBLANK.
10246         * lib/strftime.c (TOLOWER, TOUPPER) [!defined _LIBC]: Remove special
10247         case.
10248
10249 2006-07-06  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
10250
10251         * lib/getaddrinfo.c: Changes to compile under MSVC6: changed
10252         '#if WIN32_NATIVE' to '#ifdef' & moved WSAAPI macro inside
10253         brackets.  Other minor changes to suppress some compiler
10254         warnings.
10255
10256 2006-07-06  Derek R. Price  <derek@ximbiot.com>
10257         and Paul Eggert  <eggert@cs.ucla.edu>
10258
10259         * m4/backupfile.m4 (gl_BACKUPFILE): Check for dirent.h, instead
10260         of invoking obsolescent AC_HEADER_DIRENT macro.
10261         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Likewise.
10262         * m4/d-type.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Likewise.
10263         * m4/dirfd.m4 (gl_FUNC_DIRFD): Likewise.
10264         * m4/fts.m4 (gl_FUNC_FTS_CORE): Likewise.
10265         * m4/getcwd.m4 (gl_PREREQ_GETCWD): Likewise.
10266         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
10267         * m4/savedir.m4 (gl_SAVEDIR): Likewise.
10268         * m4/readdir.m4: Remove; no longer needed.
10269
10270 2006-07-06  Derek R. Price  <derek@ximbiot.com>
10271         and Paul Eggert  <eggert@cs.ucla.edu>
10272
10273         * lib/backupfile.c [HAVE_DIRENT_H && ! HAVE_NDIR_H]:
10274         Don't worry about this obsolete case any more.
10275         (HAVE_DIR): Remove.  All uses removed; we now assume you can read
10276         directories.
10277         * lib/dirfd.h [HAVE_DIRENT_H && ! HAVE_NDIR_H]: Don't
10278         worry about this obsolete case any more.
10279         * lib/fts.c: Likewise.
10280         * lib/getcwd.c: Likewise.
10281         * lib/glob.h: Likewise.
10282         * lib/savedir.c: Likewise.
10283
10284 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
10285
10286         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Use AC_CHECK_DECLS_ONCE
10287         rather than AC_CHECK_DECLS for strtoimax and strtoumax.
10288         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Remove; no longer
10289         needed.
10290         All uses removed.
10291         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
10292         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
10293         * m4/exclude.m4 (gl_EXCLUDE): Don't check for isascii; no longer
10294         needed.
10295         * m4/getdate.m4 (gl_GETDATE): Likewise.
10296         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
10297         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
10298         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
10299         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
10300         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
10301         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
10302         * m4/exclude.m4 (gl_EXCLUDE): Don't require AC_C_INLINE; no longer
10303         needed.
10304
10305 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
10306
10307         * lib/memcasecmp.c: Include <limits.h>.
10308         (memcasecmp): Don't assume UCHAR_MAX <= INT_MAX.
10309         * lib/strtod.c (strtod): Don't assume isspace works on negative chars.
10310         Don't assume isdigit succeeds only on '0' through '9'.
10311
10312 2006-07-05  Eric Blake  <ebb9@byu.net>
10313
10314         * modules/getaddrinfo (Depends-on): Add snprintf.
10315
10316 2006-07-05  Eric Blake  <ebb9@byu.net>
10317
10318         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Use gl_HEADER_SYS_SOCKET
10319         to avoid 'header present but could not be compiled' on cygwin.
10320
10321 2006-07-05  Eric Blake  <ebb9@byu.net>
10322
10323         * lib/getaddrinfo.h (NI_NUMERICHOST, NI_NUMERICSERV): Define if
10324         missing from netdb.h.
10325         * lib/getaddrinfo.c (includes): Include inet_ntop and snprintf.
10326
10327 2006-07-05  Derek R. Price  <derek@ximbiot.com>
10328
10329         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Don't require AC_HEADER_STDC;
10330         no longer needed.
10331         * m4/exclude.m4 (gl_EXCLUDE): Likewise.
10332         * m4/getdate.m4 (gl_GETDATE): Likewise.
10333         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
10334         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
10335         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
10336         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
10337         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
10338
10339 2006-07-05  Derek R. Price  <derek@ximbiot.com>
10340
10341         * lib/exclude.c (IN_CTYPE_DOMAIN, is_space): Remove; no longer needed.
10342         All uses of is_space replaced by isspace.
10343         * lib/exit.h: Don't talk about STDC_HEADERS.
10344         * lib/fnmatch.c (ISASCII): Remove; no longer needed.  All uses removed.
10345         (ISPRINT, ISDIGIT, ISALNUM, ISALPHA, ISCNTRL, ISLOWER, ISPUNCT):
10346         (ISSPACE, ISUPPER, ISXDIGIT): Remove; no longer needed.  All uses
10347         replaced by isprint etc.
10348         * lib/getdate.y (IN_CTYPE_DOMAIN, ISSPACE, ISALPHA, ISLOWER): Likewise.
10349         * lib/getusershell.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
10350         * lib/memcasecmp.c (IN_CTYPE_DOMAIN, ISLOWER, TOUPPER): Likewise.
10351         * lib/strtod.c (IN_CTYPE_DOMAIN, ISSPACE, ISDIGIT, TOLOWER): Likewise.
10352         * lib/strtol.c (IN_CTYPE_DOMAIN): Likewise.
10353         * lib/xstrtol.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
10354
10355 2006-07-05  Bruno Haible  <bruno@clisp.org>
10356
10357         * m4/strndup.m4 (gl_FUNC_STRNDUP): When cross-compiling, check whether
10358         the function exists, before testing against AIX.
10359         Reported by Martin Lambers <marlam@marlam.de>.
10360
10361 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
10362
10363         * modules/cycle-check (lib_SOURCES): Add same-inode.h.
10364         From Mark D. Baushke.
10365
10366 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
10367
10368         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Prepend three slashes
10369         to the absolute name, not just one, to bypass Sun C 5.8's
10370         "warning: #include of /usr/include/... may be non-portable".
10371
10372 2006-07-04  Eric Blake  <ebb9@byu.net>
10373
10374         * modules/dirname-tests: New test module.
10375         * tests/test-dirname.c: New file, replacing dirname.c
10376         TEST_DIRNAME section that was recently deleted.
10377
10378 2006-07-04  Bruno Haible  <bruno@clisp.org>
10379
10380         Assume ANSI C header files and <ctype.h> functions.
10381         * lib/mbswidth.c (IN_CTYPE_DOMAIN, ISPRINT, ISCNTRL): Remove macros.
10382         (mbsnwidth): Use isprint, iscntrl instead.
10383
10384 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
10385
10386         Merge from coreutils.
10387         * MODULES.html.sh: Add xstrtold.
10388         * modules/xstrtold: New file.
10389         * modules/cycle-check (Files): Add lib/same-inode.h.
10390         * modules/dirname (Files): Add m4/double-slash-root.m4.
10391         * modules/getcwd (Files): Add m4/getcwd-abort-bug.m4.
10392         * modules/mkdir-p (Files): Add lib/same-inode.h.
10393         * modules/same (Files): Add lib/same-inode.h.
10394
10395 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
10396
10397         * m4/absolute-header.m4: Renamed from full-header-path.m4.
10398         This is to keep the terminology clean; POSIX talks about
10399         "absolute pathnames", not "full pathnames", but the GNU
10400         Coding Standards say to use "path" for something else;
10401         so use "absolute" to keep both sides happy.
10402         (gl_ABSOLUTE_HEADER): Renamed from gl_FULL_HEADER_PATH.
10403         Set gl_absolute_header, not gl_full_header_path.
10404         Set gl_cv_absolute_<header>, not gl_full_path_<header>.
10405         Define ABSOLUTE_<HEADER>, not FULL_PATH_<HEADER>.
10406         All uses changed.
10407
10408         Merge from coreutils.
10409
10410         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
10411
10412         * m4/c-strtod.m4 (gl_C_STRTOLD): Add c-strtod.c to LIBSOURCES.
10413         Require gl_USE_SYSTEM_EXTENSIONS, not gl_C_STRTOD, since we don't
10414         want to require the building of c-strtod.o.
10415         * m4/lib-check.m4 (cu_LIB_CHECK): Remove SEQ_LIBM, since seq no longer
10416         needs -lm directly.
10417         * m4/xstrtod.m4 (gl_XSTRTOLD): New macro.
10418
10419         2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
10420
10421         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Prefer binutils's
10422         --as-needed option if available.  Problem reported by Albert Chin in
10423         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00114.html>.
10424         However, use -Wl,--as-needed, not bare --as-needed, since HP-UX 11.11
10425         cc merely issues a bunch of annoying warnings for --as-needed
10426         (this problem was reported by Bob Proulx).  Also, try linking with
10427         -lm to detect a bug in binutils 2.16 (this problem was reported
10428         by Ralf Wildenhues).
10429
10430         2006-06-18  Jim Meyering  <jim@meyering.net>
10431
10432         Test for a bug that causes glibc's getcwd to suffer a failed assertion.
10433         * m4/getcwd-abort-bug.m4 (gl_FUNC_GETCWD_ABORT_BUG): New file and
10434         macro.
10435         * m4/getcwd.m4 (gl_FUNC_GETCWD): If we detect support for getcwd_null,
10436         also check for glibc-2.4's abort-inducing bug.
10437
10438         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Fix typo.
10439         Low-probability clean-up should be to use rmdir to get rid of
10440         the just-created directory, not unlink.
10441
10442         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): If ftruncate is missing, make
10443         configure fail, and request a bug report to inform us about it.
10444         Add a comment that, barring reports to the contrary, in 2007 we'll
10445         assume ftruncate is universally available.
10446
10447         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
10448
10449         * m4/filemode.m4 (gl_FILEMODE): Check for strmode declaration.
10450
10451         2006-03-12  Jim Meyering  <jim@meyering.net>
10452
10453         * m4/chdir-safer.m4 (gl_CHDIR_SAFER): Add same-inode.h to the list.
10454         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Likewise.
10455         * m4/same.m4 (gl_SAME): Likewise.
10456         * m4/root-dev-ino.m4 (gl_ROOT_DEV_INO): Likewise.
10457
10458         2006-03-11  Eric Blake  <ebb9@byu.net>
10459
10460         * m4/double-slash-root.m4: New file, provides gl_DOUBLE_SLASH_ROOT.
10461         * m4/dirname.m4 (gl_DIRNAME): Use gl_DOUBLE_SLASH_ROOT.
10462         * m4/dos.m4 (FILE_SYSTEM_PREFIX_LEN): Move from here to dirname.h.
10463         (FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE): New define.
10464
10465 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
10466
10467         * lib/stdint_.h: Include <sys/types.h> after @FULL_PATH_STDINT_H@, for
10468         MacOS X 10.4.6.  Don't mention <sys/int_types.h>.  Problems
10469         reported by Mark D. Baushke, one in
10470         <http://lists.gnu.org/archive/html/bug-gnulib/2006-07/msg00015.html>.
10471
10472         Merge from coreutils.
10473
10474         * lib/.cppi-disable: Add stdint_.h.
10475         * lib/.cvsignore: Add stdint.h.
10476
10477         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
10478
10479         * lib/xstrtod.c (XSTRTOD, DOUBLE): New macros, so that we can support
10480         both double and long double versions.
10481         (XSTRTOD): Renamed from xstrtod.  Use DOUBLE internally.
10482         * lib/xstrtold.c: New file.
10483         * lib/xstrtod.h (xstrtold): New decl.
10484
10485         2006-05-22  Paul Eggert  <eggert@cs.ucla.edu>
10486
10487         * lib/filemode.c (setst): Remove.
10488         (strmode): Rewrite to avoid setst.  This makes the code shorter,
10489         (arguably) clearer, and the generated code is a bit smaller on my
10490         Debian GNU/Linux stable x86 host.
10491
10492         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
10493
10494         * lib/filemode.c: Include "filemode.h" first, to test the interface.
10495         Assume that filemode.h includes sys/types.h and sys/stat.h.
10496         (HAVE_ST_DM_MODE): New macro, moved here from ls.c.
10497         (ftypelet): Reorder to put common cases first, for efficiency.
10498         Add 'P', 'w'.  Remove 'M', since it's now the caller's responsibility
10499         to do 'M'.
10500         (strmode): Renamed from mode_string, and now stores 12 bytes instead
10501         of 10, for compatibility with FreeBSD.  All callers changed.
10502         (filemodestring): Now stores 12 bytes instead of 10, and sets file
10503         types that can't be deduced solely from st_mode.  First arg is now a
10504         const pointer.
10505         * lib/filemode.h (HAVE_DECL_STRMODE): Include <string.h> for strmode.
10506         (strmode): Renamed from mode_string.
10507         (filemodestring): New decl.
10508         * lib/stat-macros.h: Don't undef S_ISDOOR, since it's never buggy.
10509         (S_ISDOOR): Don't bother with S_IFDOOR, since that code is never
10510         needed.
10511         (S_ISPORT, S_ISWHT): New macros, if not already defined.
10512
10513         2006-04-12  Paul Eggert  <eggert@cs.ucla.edu>
10514
10515         * lib/fsusage.c: Don't include <inttypes.h> or <stdint.h>, since
10516         fsusage.h now does that.  Include fsusage.h first, to test interface.
10517         Prefer statvfs if it works, since it's blessed by POSIX.  Attempt
10518         at most one method (the old code could have generated decls that
10519         didn't conform to C89, not that this was ever exercised).
10520         * lib/fsusage.h: Include <inttypes.h> and <stdint.h> if they exist.
10521
10522         2006-03-19  Jim Meyering  <jim@meyering.net>
10523
10524         Work even in a chroot where d_ino values for entries in "/"
10525         don't match the stat.st_ino values for the same names.
10526         * lib/getcwd.c (__getcwd): When no d_ino value matches the target inode
10527         number, iterate through all entries again, using lstat instead.
10528         Reported by Kenshi Muto in http://bugs.debian.org/355810, and by
10529         Zouhir Hafidi in https://bugzilla.redhat.com/bugzilla/190656.
10530
10531         * lib/getcwd.c (__getcwd): Clarify a comment.
10532         Use memcpy in place of a call to strcpy.
10533
10534         2006-03-12  Jim Meyering  <jim@meyering.net>
10535
10536         * lib/fts-cycle.c (leave_dir): If cycle-check's saved dev-ino pair
10537         matches that of the current directory (which we're about to chdir ".."
10538         out of), then save the dev-ino of the parent, instead.
10539
10540         * lib/same-inode.h (SAME_INODE): New file/macro.
10541         * lib/chdir-safer.c (SAME_INODE): Remove definition.
10542         Include "same-inode.h", instead.
10543         * lib/same.c: Likewise.
10544         * lib/cycle-check.h: Include "same-inode.h".
10545         (CYCLE_CHECK_REFLECT_CHDIR_UP): Define.
10546         * lib/cycle-check.c (SAME_INODE): Remove definition.
10547         * lib/root-dev-ino.h: Include "same-inode.h".
10548
10549         2006-03-11  Eric Blake  <ebb9@byu.net>
10550
10551         * lib/same.c (same_name): s/base_name/last_component/
10552         * lib/backupfile.c (check_extension, numbered_backup): Likewise.
10553         * lib/filenamecat.c (file_name_concat): Likewise.
10554
10555         2006-03-11  Eric Blake  <ebb9@byu.net>,
10556                     Paul Eggert  <eggert@cs.ucla.edu>
10557
10558         * lib/dirname.h (FILE_SYSTEM_PREFIX_LEN): Move here from dos.m4.
10559         [FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't treat 1: as a
10560         drive prefix.
10561         (IS_ABSOLUTE_FILE_NAME): Treat all drive letters as absolute on
10562         platforms like cygwin with FILE_SYSTEM_DRIVE_PREFIX_IS_ABSOLUTE.
10563         (last_component): New method.
10564         * lib/dirname.c (dir_len): Determine when drive letters need a
10565         subsequent slash.  Preserve // when it is special.
10566         (dir_name): Don't append dot when drive letter is absolute.
10567         [TEST_DIRNAME]: Move into a full-blown gnulib test.
10568         * lib/basename.c (base_name): New semantics - malloc the result.
10569         Preserve // when it is special.  Preserve relative files that look
10570         like drive letters.
10571         (base_len): Preserve // when it is special.
10572         (last_component): New method, similar to old base_name semantics.
10573         * lib/stripslash.c (strip_trailing_slashes): Use last_component, not
10574         base_name.  Strip redundant slashes from ///.
10575
10576 2006-07-03  Jim Meyering  <jim@meyering.net>
10577
10578         * lib/cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Abort if this
10579         macro is used before the first cycle_check call.
10580
10581 2006-07-03  Eric Blake  <ebb9@byu.net>
10582
10583         * modules/dirname (Depends-on): Add xstrndup.
10584
10585 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
10586
10587         * m4/stdint.m4 (gl_STDINT_H): Use more-mnemonic identifiers for
10588         test cases, so that config.log is a bit easier to follow.
10589
10590 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
10591
10592         * lib/stdint_.h (intmax_t, uintmax_t): Prefer long to long long if
10593         both are 64 bits, since this seems to be the tradition, and this
10594         prevents gcc -Wformat from warning about usages with PRIuMAX.  If
10595         we ever run into a host that prefers long long to long in this
10596         case, we'll need another configure-time test.  Problem reported by
10597         Jim Meyering.
10598
10599 2006-07-02  Eric Blake  <ebb9@byu.net>
10600
10601         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Simplify by using AC_CHECK_DECLS.
10602
10603 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
10604
10605         * modules/inttypes (Depends-on): No longer depends on stdint.
10606         * modules/stdint (Description): Say more about assumptions.
10607         Say that the fast types might differ.  Say macros are used.
10608         (Files): Remove m4/size_max.m4, m4/wchar_t.m4.  Add m4/longlong.m4.
10609         (Makefile.am): Revise list of substituted symbols to match
10610         new stdint.m4.
10611         * modules/stdint-tests (Files): Add m4/wchar_t.m4, m4/wint_t.m4.
10612         (configure.ac): Add gt_TYPE_WCHAR_T, gt_TYPE_WINT_T.
10613         * tests/test-stdint.c (verify_same_types)
10614         [! (__GNUC__ >= 2 && DO_PEDANTIC)]: Put in a decl, so that
10615         the code conforms to C99/C89.
10616         Test for WCHAR_MIN and WCHAR_MAX only if HAVE_WCHAR_T.
10617         Test for WINT_MIN and WINT_MAX only if HAVE_WINT_T.
10618
10619 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
10620
10621         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Backport from Autoconf 2.60,
10622         but fix a bug, by requiring at least 64 bits.
10623         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
10624         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Now just call
10625         AC_TYPE_LONG_LONG_INT.  This macro is obsolete and will go soon.
10626         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG) Likewise.
10627
10628         * m4/stdint.m4 (gl_STDINT_H): Rewrite to accommodate stdint_.h
10629         changes.  Make 2.59 a prerequisite.  Check and substitute for
10630         HAVE_LONG_LONG_INT.  Rely on Autoconf to check for stdint.h and
10631         inttypes.h.  Do not use special include files; just use the
10632         defaults.  Check for sys/inttypes.h and sys/bitypes.h in the usual
10633         way now.  Remove no-longer-needed tests for HAVE_LONG_64BIT,
10634         HAVE_LONG_LONG_64BIT, int8_t, int16_t, int32_t, int64_t, uint8_t,
10635         uint16_t, uint32_t uint64_t, int_least8_t, int_least16_t,
10636         int_least32_t, int_least64_t, uint_least8_t, uint_least16_t,
10637         uint_least32_t, uint_least64_t, int_fast8_t, int_fast16_t,
10638         int_fast32_t, int_fast64_t, uint_fast8_t uint_fast16_t,
10639         uint_fast32_t, uint_fast64_t, intptr_t, uintptr_t, intmax_t,
10640         uintmax_t, INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX,
10641         UINT16_MAX, INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN,
10642         INT64_MAX, UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX,
10643         UINT_LEAST8_MAX, INT_LEAST16_MIN, INT_LEAST16_MAX,
10644         UINT_LEAST16_MAX, INT_LEAST32_MIN, INT_LEAST32_MAX,
10645         UINT_LEAST32_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX,
10646         UINT_LEAST64_MAX, INT_FAST8_MIN, INT_FAST8_MAX, UINT_FAST8_MAX,
10647         INT_FAST16_MIN, INT_FAST16_MAX, UINT_FAST16_MAX, INT_FAST32_MIN,
10648         INT_FAST32_MAX, UINT_FAST32_MAX, INT_FAST64_MIN, INT_FAST64_MAX,
10649         UINT_FAST64_MAX, INTPTR_MIN, INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN,
10650         INTMAX_MAX, UINTMAX_MAX, PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN,
10651         SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN,
10652         WINT_MAX.  Check for C99 conformance more strictly, by detecting
10653         bugs in glibc 2.4, Solaris 10, and OpenBSD 3.9.  On the other hand do
10654         not check for things that C99 does not require, e.g., int8_t.  If
10655         a test isn't needed unless <stdint.h> isn't working, and is
10656         unlikely to be needed for any other reason, then don't do it
10657         unless <stdint.h> isn't working.  Do not check for ptrdiff_t or
10658         size_t, since we assume C89 freestanding at least.  Do not check
10659         for sig_atomic_t, wchar_t, or wint_t, since the code now does
10660         the right thing even if the types are not defined.  Instead use:
10661         (gl_STDINT_TYPE_PROPERTIES): New macro.
10662         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H): Remove.  Don't bother
10663         testing whether <sys/types.h> clashes, as Autoconf does this for
10664         us now.  All uses removed.
10665         (gl_STDINT_CHECK_TYPES, gl_STDINT_MISSING_BOUND):
10666         (gl_STDINT_MISSING_BOUNDS, gl_STDINT_MISSING_BOUNDS2):
10667         (gl_CHECK_TYPE_SAME):
10668         Remove; no longer needed.
10669         (gl_STDINT_BITSIZEOF): Don't bother to check whether the type
10670         exists, since we'll return 0 anyway in that case.
10671         (gl_INTEGER_TYPE_SUFFIX, gl_STDINT_INCLUDES): New macros.
10672
10673 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
10674
10675         * lib/stdint_.h (_GL_STDINT_H): Renamed from _STDINT_H, to avoid
10676         possible collision with system files.
10677         (<stdio.h>, <time.h>, <wchar.h>) [defined __cplusplus && ! defined
10678         __STDC_CONSTANT_MACROS)]: Do not include, since we don't need
10679         WCHAR_MIN and WCHAR_MAX in this case.
10680         (<stddef.h>): Do not include; no longer needed.
10681         (<sys/types.h>): Include if @HAVE_SYS_TYPES_H@, not if
10682         (defined(__OpenBSD__) || defined(__bsdi__) || defined(__sgi)).
10683         (<sys/inttypes.h>): Include if @HAVE_SYS_INTTYPES_H@ &&
10684         !@HAVE_INTTYPES_H@, not if (defined(__FreeBSD__)
10685         && (__FreeBSD__ >= 3) && (__FreeBSD__ <= 4)).
10686         (__STDINT_H__) [@HAVE_STDINT_H@ && defined __sgi && ! defined
10687         __c99]: Define, to work around IRIX <stdint.h> incompatibility.
10688         (@FULL_PATH_STDINT_H@) [!(defined(__sgi) && @HAVE_INTTYPES_H@ &&
10689         !defined(__c99))]: Include in this case too, since it's harmless
10690         now.
10691         (<inttypes.h>) [@HAVE_INTTYPES_H@]: Include, since it's no longer
10692         dangerous to do so.
10693         (@FULL_PATH_INTTYPES_H@) [(defined(__hpux) || defined(_AIX)) &&
10694         @HAVE_INTTYPES_H@]: Do not include, since we now include <inttypes.h>.
10695         (_STDINT_MIN, _STDINT_MAX): New macros.
10696         (int8_t, uint8_t, int16_t, uint16_t, int32_t, uint32_t, int64_t):
10697         (uint64_t, int_least8_t, uint_least8_t, int_least16_t):
10698         (uint_least16_t, int_least32_t, uint_least32_t, int_least64_t):
10699         (uint_least64_t, int_fast8_t, uint_fast8_t, int_fast16_t):
10700         (uint_fast16_t, int_fast32_t, uint_fast32_t, int_fast64_t):
10701         (uint_fast64_t, intptr_t, uintptr_t, intmax_t, uintmax_t): Now
10702         macros, not typedefs; this simplifies things quite a bit.
10703         Use long int for all types narrower than int64_t.
10704         (intmax_t, uintmax_t, INTMAX_C, UINTMAX_C):
10705         Define in terms of long long int or int64_t or long int,
10706         not int64_t or int32_t.  This saves some compile-time testing.
10707         (INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX, UINT16_MAX):
10708         (INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN, INT64_MAX):
10709         (UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX, UINT_LEAST8_MAX):
10710         (INT_LEAST16_MIN, INT_LEAST16_MAX, UINT_LEAST16_MAX):
10711         (INT_LEAST32_MIN, INT_LEAST32_MAX, UINT_LEAST32_MAX):
10712         (INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX, INT_FAST8_MIN):
10713         (INT_FAST8_MAX, UINT_FAST8_MAX, INT_FAST16_MIN, INT_FAST16_MAX):
10714         (UINT_FAST16_MAX, INT_FAST32_MIN, INT_FAST32_MAX, UINT_FAST32_MAX):
10715         (INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTPTR_MIN):
10716         (INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN, INTMAX_MAX, UINTMAX_MAX):
10717         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
10718         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
10719         undef any previous version and define our own version, for
10720         simplicity and consistency with the new macros for types.
10721         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
10722         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
10723         Simplify definitions by using _STDINT_MIN and _STDINT_MAX
10724         where appropriate.  Rely on new symbols @PTRDIFF_T_SUFFIX@,
10725         @SIG_ATOMIC_T_SUFFIX@, @SIZE_T_SUFFIX@, @WCHAR_T_SUFFIX@,
10726         @WINT_T_SUFFIX@ to keep things simple here.
10727         (UINT8_C, UINT16_C, UINT32_C, INT64_C, UINT64_C):
10728         Simplify by assuming typical 8/16/32/64 host, since we're
10729         already doing that elsewhere anyway.
10730         Use (LONG_MAX >> 31 >> 31 == 1) rather than @HAVE_LONG_64BIT@,
10731         and assume long long int is 64 bits if available.  This
10732         speeds up 'configure'.
10733
10734 2006-07-01  Eric Blake  <ebb9@byu.net>
10735
10736         * m4/stdarg.m4 (gl_STDARG_H): Use proper AH_VERBATIM.
10737         Reported by Andreas Buening.
10738
10739 2006-07-01  Eric Blake  <ebb9@byu.net>
10740
10741         * m4/stdarg.m4 (gl_STDARG_H): Properly parenthesize gl_va_copy.
10742
10743 2006-06-30  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
10744
10745         * lib/getaddrinfo.c: fixed typo
10746
10747 2006-06-29  Jim Meyering  <jim@meyering.net>
10748
10749         * modules/strftime (Maintainer): Add my name, since with the
10750         FPRINTFTIME changes strftime.c has forked from glibc.
10751
10752 2006-06-29  Eric Blake  <ebb9@byu.net>
10753
10754         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Use AC_C_INLINE.
10755
10756 2006-06-29  Eric Blake  <ebb9@byu.net>
10757
10758         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): New file.
10759
10760 2006-06-29  Eric Blake  <ebb9@byu.net>
10761
10762         * lib/stat_.h: New file.
10763
10764 2006-06-29  Eric Blake  <ebb9@byu.net>
10765
10766         * lib/stat_.h (rpl_mkdir): Declare inline, to avoid warnings about
10767         unused static function.
10768
10769 2006-06-29  Eric Blake  <ebb9@byu.net>
10770
10771         * doc/functions.texi (Function Portability): Document missing lstat
10772         on mingw.
10773
10774 2006-06-29  Eric Blake  <ebb9@byu.net>
10775
10776         * MODULES.html.sh: Add sys_stat.
10777         * modules/sys_stat: New module.
10778         * modules/mkstemp (Depends-on): Add sys_stat.
10779
10780 2006-06-29  Derek R. Price  <derek@ximbiot.com>
10781
10782         * m4/strftime.m4: Don't call AC_FUNC_STRFTIME.
10783
10784 2006-06-29  Derek R. Price  <derek@ximbiot.com>
10785
10786         * m4/c-bs-a.m4: Removed.
10787
10788 2006-06-29  Derek R. Price  <derek@ximbiot.com>
10789
10790         * lib/strftime.c: Assume strftime() exists.
10791
10792 2006-06-29  Derek Price  <derek@ximbiot.com>
10793
10794         * modules/c-bs-a: Removed - \a is C89.
10795         * MODULES.html.sh: Remove c-bs-a.
10796
10797 2006-06-29  Bruno Haible  <bruno@clisp.org>
10798
10799         * modules/wcwidth (License): Change to LGPL.
10800
10801 2006-06-28  Simon Josefsson  <jas@extundo.com>
10802
10803         * tests/test-getaddrinfo.c: Test getnameinfo too.  Call WSAStartup
10804         on _WIN32.
10805
10806         * modules/getaddrinfo (Depends-on): Add inet_ntop, needed by
10807         getnameinfo.
10808
10809 2006-06-28  Simon Josefsson  <jas@extundo.com>
10810
10811         * m4/getaddrinfo.m4: Look for getnameinfo prototypes too.
10812
10813 2006-06-28  Simon Josefsson  <jas@extundo.com>
10814
10815         * lib/getaddrinfo.c: Try to load ws2_32.dll on Windows, to find the
10816         functions there.  It will succeed on Windows XP, but on Windows
10817         2000 and (presumably) earlier, it will fail, and use the internal
10818         re-implementation.
10819         (use_win32_p): New function.
10820         (getaddrinfo): Use strtoul on servname, to support numeric ports.
10821         Support AI_NUMERICSERV to disable getservbyname.
10822         (getnameinfo): New function, only supports
10823         NI_NUMERICHOST|NI_NUMERICSERV for now.
10824
10825         * lib/getaddrinfo.h: Test and check for AI_* flags separately, MinGW
10826         only have some of them.  Add AI_NUMERICSERV.  Add prototype for
10827         getnameinfo.
10828
10829 2006-06-28  Eric Blake  <ebb9@byu.net>
10830
10831         * modules/wcwidth: New file.
10832         * modules/mbchar (Depends-on): Add wcwidth.
10833         * modules/mbswidth (Depends-on): Add wcwidth.
10834         * MODULES.html.sh: Add wcwidth.
10835
10836 2006-06-28  Eric Blake  <ebb9@byu.net>
10837
10838         * m4/mbswidth.m4 (gl_MBSDWIDTH): Move wcwidth from here...
10839         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): ...to this new file.
10840
10841 2006-06-28  Eric Blake  <ebb9@byu.net>
10842
10843         * lib/xvasprintf.h: Fix comments.
10844
10845 2006-06-28  Eric Blake  <ebb9@byu.net>
10846
10847         * lib/mbchar.h (wcwidth): Include wcwidth.h.
10848         * lib/mbswidth.c (wcwidth): Move from here...
10849         * lib/wcwidth.h: ...to this new file.
10850
10851 2006-06-28  Derek R. Price  <derek@ximbiot.com>
10852
10853         * m4/savedir.m4: Remove AC_FUNC_CLOSEDIR_VOID requirement.
10854
10855         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't require AC_C_CONST, since
10856         it's obsolete.
10857         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Likewise.
10858
10859 2006-06-28  Derek R. Price  <derek@ximbiot.com>
10860
10861         * lib/savedir.c (CLOSEDIR): Remove.  All uses changed to closedir.
10862         Autoconf 2.60 says this stuff was obsolete.
10863
10864 2006-06-28  Bruno Haible  <bruno@clisp.org>
10865
10866         * modules/wcwidth (Files): Add m4/wchar_t.m4.
10867
10868 2006-06-28  Bruno Haible  <bruno@clisp.org>
10869
10870         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Also require AC_C_INLINE and
10871         gt_TYPE_WCHAR_T.
10872
10873 2006-06-28  Bruno Haible  <bruno@clisp.org>
10874
10875         * lib/wcwidth.h: Declare nothing if !HAVE_WCHAR_T. Provide a fallback
10876         declaration for wcwidth.
10877         * lib/mbswidth.c: Restore the includes of <wchar.h> and <wctypes.h>.
10878
10879 2006-06-28  Bruno Haible  <bruno@clisp.org>
10880
10881         * lib/mkdtemp.c [MINGW]: Include <io.h>.
10882         (mkdir): Define using _mkdir.
10883
10884 2006-06-28  Bruno Haible  <bruno@clisp.org>
10885
10886         * lib/getaddrinfo.h: Fix POSIX URL.
10887         * lib/getaddrinfo.c (WIN32_NATIVE): New macro. Use it instead of
10888         _WIN32.
10889         (use_win32_p): Make static.
10890         (getaddrinfo): Reject service name if it is empty or does not consist
10891         solely of decimal digits, or if its value is > 65535.
10892         (getnameinfo): Remove useless casts.
10893
10894 2006-06-27  Simon Josefsson  <jas@extundo.com>
10895
10896         * modules/sys_select: New file, suggested by Bruno Haible, Paul
10897         Eggert and Martin Lambers.
10898
10899 2006-06-27  Simon Josefsson  <jas@extundo.com>
10900
10901         * m4/sys_select_h.m4: New file, suggested by Bruno Haible, Paul
10902         Eggert and Martin Lambers.
10903
10904 2006-06-27  Bruno Haible  <bruno@clisp.org>
10905
10906         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): For nonexistent types, set the
10907         result to 0, not to empty.
10908         Reported by Martin Neitzel <neitzel@sco.gaertner.de>.
10909
10910 2006-06-27  Bruno Haible  <bruno@clisp.org>
10911
10912         * lib/stdint_.h (intmax_t, uintmax_t): Undefine before typedef.
10913
10914 2006-06-26  Simon Josefsson  <jas@extundo.com>
10915
10916         * m4/inet_ntop.m4: Don't check for sys/types.h, we assume it is
10917         present.
10918
10919 2006-06-26  Paul Eggert  <eggert@cs.ucla.edu>
10920
10921         * lib/base64.c (B64): Use _ as the formal parameter, not x, to avoid
10922         bug in IBM C V6 for AIX.  Problem reported by Larry Jones in
10923         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00181.html>.
10924
10925 2006-06-26  Mark D. Baushke  <mdb@gnu.org>
10926
10927         * m4/stdint.m4 (gl_STDINT_H): Treat BSD/OS like OpenBSD.
10928
10929 2006-06-26  Bruno Haible  <bruno@clisp.org>
10930
10931         * modules/stdint (Makefile.am): Also substitute HAVE_WCHAR_H.
10932
10933 2006-06-26  Bruno Haible  <bruno@clisp.org>
10934
10935         * m4/stdint.m4 (gl_STDINT_H): Test also for <wchar.h>.
10936
10937 2006-06-26  Bruno Haible  <bruno@clisp.org>
10938
10939         * m4/stdint.m4 (gl_STDINT_H): Don't include <stdint.h> when using the
10940         SGI C compiler in pre-C99 mode.
10941         Suggested by Mark D. Baushke and Larry Jones.
10942
10943 2006-06-26  Bruno Haible  <bruno@clisp.org>
10944
10945         * lib/stdint_.h: Include <wchar.h> if necessary for WCHAR_MIN or
10946         WCHAR_MAX.
10947         Reported by Mark D. Baushke and Larry Jones.
10948
10949 2006-06-26  Bruno Haible  <bruno@clisp.org>
10950
10951         * lib/stdint_.h: Don't include <stdint.h> when using the SGI C compiler
10952         in pre-C99 mode.
10953         Suggested by Mark D. Baushke and Larry Jones.
10954
10955 2006-06-23  Simon Josefsson  <jas@extundo.com>
10956             Bruno Haible  <bruno@clisp.org>
10957
10958         * gnulib-tool (func_emit_lib_Makefile_am): Define MOSTLYCLEANDIRS.
10959         Emit mostlyclean-local rule.
10960         (func_emit_tests_Makefile_am): Likewise.
10961         * modules/sys_socket (Makefile.am): Use MOSTLYCLEANDIRS.
10962
10963 2006-06-23  Mark D. Baushke  <mdb@gnu.org>
10964
10965         * lib/stdint_.h: Treat BSD/OS like OpenBSD.
10966
10967 2006-06-23  Bruno Haible  <bruno@clisp.org>
10968
10969         * tests/test-stdint.c: Update to match ISO C 99 Technical
10970         Corrigendum 1.
10971
10972 2006-06-23  Bruno Haible  <bruno@clisp.org>
10973
10974         * m4/stdint.m4 (gl_STDINT_H): Treat IRIX like OpenBSD.
10975
10976 2006-06-23  Bruno Haible  <bruno@clisp.org>
10977
10978         * lib/stdint_.h: Treat IRIX like OpenBSD.
10979
10980 2006-06-23  Bruno Haible  <bruno@clisp.org>
10981
10982         * lib/stdint_.h (UINT8_C, UINT16_C, UINT32_C): Define according to
10983         ISO C 99 Technical Corrigendum 1.
10984
10985 2006-06-22  Simon Josefsson  <jas@extundo.com>
10986
10987         * m4/sockpfaf.m4: Include winsock2.h too, to make it work under
10988         MinGW.
10989
10990 2006-06-22  Paul Eggert  <eggert@cs.ucla.edu>
10991
10992         * lib/glob.c (collated_compare): Remove 'const' uses that weren't
10993         needed.  Some compiler complained about some of them.  Problem reported
10994         by Larry Jones in
10995         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00172.html>.
10996
10997 2006-06-21  Simon Josefsson  <jas@extundo.com>
10998
10999         * tests/test-getaddrinfo.c: New file.
11000
11001         * modules/getaddrinfo-tests: New file.
11002
11003         * MODULES.html.sh: Add inet_pton.
11004
11005         * modules/inet_pton: New file.
11006
11007 2006-06-21  Simon Josefsson  <jas@extundo.com>
11008
11009         * m4/getaddrinfo.m4: Don't define WINVER.  Look for gethostbyname in
11010         -lws2_32 too.  Fixes getaddrinfo on Windows 2000, with the price
11011         of using the (limited) gnulib implementation on Windows XP.
11012
11013         * m4/inet_pton.m4: New file.
11014
11015 2006-06-21  Simon Josefsson  <jas@extundo.com>
11016
11017         * lib/getaddrinfo.c (getaddrinfo): Set ai_family in the return
11018         variable.
11019
11020         * lib/socket_.h: Don't define WINVER.
11021
11022         * lib/inet_pton.h, inet_pton.c: New file, taken from glibc but
11023         slightly modified to work in gnulib.
11024
11025 2006-06-21  Simon Josefsson  <jas@extundo.com>
11026
11027         * doc/gnulib.texi (Windows sockets): Add.
11028
11029 2006-06-21  Paul Eggert  <eggert@cs.ucla.edu>
11030
11031         * lib/read-file.c (fread_file): Start with buffer allocation of
11032         0 bytes rather than 1 byte; this simplifies the code.
11033         Don't invoke feof; it's not needed.  Refactor to avoid duplicate
11034         code to free buffer and save/restore errno.
11035         (internal_read_file): Remove unused local.
11036
11037 2006-06-20  Paul Eggert  <eggert@cs.ucla.edu>
11038
11039         * lib/openat.c (openat): Use ?:, not if, to work around GCC bug 4210
11040         <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=4210>.
11041         Problem reported by Denis Excoffier in
11042         <http://lists.gnu.org/archive/html/bug-tar/2006-06/msg00023.html>.
11043
11044 2006-06-19  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
11045
11046         * modules/sys_socket, modules/socklen: Include sys/types since
11047         FreeBSD 4.x's sys/socket.h needs it.
11048
11049 2006-06-19  Simon Josefsson  <jas@extundo.com>
11050
11051         * lib/inet_ntop.c: Always build inet_ntop4, since inet_ntop6 calls it.
11052
11053 2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
11054
11055         * lib/alloca_.h (alloca) [defined alloca]: Don't define or declare.
11056
11057 2006-06-19  Bruno Haible  <bruno@clisp.org>
11058
11059         * m4/stdint.m4 (gl_STDINT_H): Enclose the values of FULL_PATH_STDINT_H
11060         and FULL_PATH_INTTYPES_H in angle brackets.
11061         Reported by Mark D. Baushke <mdb@gnu.org>.
11062
11063 2006-06-17  Eric Blake  <ebb9@byu.net>
11064
11065         * m4/rmdir-errno.m4 (gl_FUNC_FMDIR_NOTEMPTY): Assume errno.h declares
11066         errno.
11067
11068 2006-06-17  Bruno Haible  <bruno@clisp.org>
11069
11070         * m4/stdint.m4 (gl_STDINT_H) [FreeBSD >= 5]: Don't include
11071         <sys/inttypes.h>.
11072
11073 2006-06-17  Bruno Haible  <bruno@clisp.org>
11074
11075         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove test
11076         whether errno is declared. Assume <errno.h> declares errno.
11077
11078 2006-06-17  Bruno Haible  <bruno@clisp.org>
11079
11080         * lib/stdint_.h [FreeBSD >= 5]: Don't include <sys/inttypes.h>.
11081
11082 2006-06-17  Bruno Haible  <bruno@clisp.org>
11083
11084         * lib/stdint_.h (_UINT8_T, _UINT32_T, _UINT64_T): New macros. Fixes a
11085         problem on Solaris 2.5.1.
11086
11087 2006-06-16  Eric Blake  <ebb9@byu.net>
11088
11089         * lib/unsetenv.c [!defined errno]: Assume errno.h declares errno.
11090         * lib/unicodeio.c [!defined errno]: Likewise.
11091         * lib/strtol.c [!defined errno]: Likewise.
11092         * lib/strtod.c [!defined errno]: Likewise.
11093
11094 2006-06-15  Eric Blake  <ebb9@byu.net>
11095
11096         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Work in spite of -Werror.
11097
11098 2006-06-15  Eric Blake  <ebb9@byu.net>
11099
11100         * config/srclist.txt (ssize_t.m4): Lose sync.
11101
11102 2006-06-15  Bruno Haible  <bruno@clisp.org>
11103
11104         * modules/stdint (Files): Include m4/full-header-path.m4,
11105         m4/size_max.m4, m4/wchar_t.m4.
11106         (Makefile.am): Many more substitutions.
11107         * modules/stdint-tests: New file.
11108         * tests/test-stdint.c: New file.
11109
11110 2006-06-15  Bruno Haible  <bruno@clisp.org>
11111
11112         * m4/stdint.m4 (gl_STDINT_H): Rewritten to produce a complete stdint.h.
11113         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H, gl_STDINT_CHECK_TYPES,
11114         gl_STDINT_MISSING_BOUND, gl_STDINT_MISSING_BOUNDS,
11115         gl_STDINT_MISSING_BOUNDS2, gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED,
11116         gl_CHECK_TYPE_SAME): New macros.
11117
11118 2006-06-15  Bruno Haible  <bruno@clisp.org>
11119
11120         * m4/size_max.m4 (gl_SIZE_MAX): Make it work also when cross-compiling.
11121
11122 2006-06-15  Bruno Haible  <bruno@clisp.org>
11123
11124         * lib/stdint_.h: Rewritten to be fully auto-configured.
11125         Fixes bug on HP-UX/IA64.
11126
11127 2006-06-11  Paul Eggert  <eggert@cs.ucla.edu>
11128
11129         * lib/getdate.y (__attribute__): Don't define if already defined.
11130         Problem reported by Larry Jones.
11131         * lib/utimens.c (__attribute__): Likewise.
11132
11133 2006-06-04  Paul Eggert  <eggert@cs.ucla.edu>
11134
11135         * lib/regexec.c (group_nodes_into_DFAstates): Fix a buffer overrun
11136         reported by Andreas Schwab.
11137
11138 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11139             Bruno Haible  <bruno@clisp.org>
11140
11141         * m4/strndup.m4 (gl_FUNC_STRNDUP): Replace the AC_REPLACE_FUNCS with a
11142         check for the declaration of strnlen and a run test that exposes the
11143         AIX 5.1 strnlen bug.  In the failure case, #define strndup to
11144         rpl_strndup.
11145
11146 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11147             Bruno Haible  <bruno@clisp.org>
11148
11149         * lib/strndup.c (strndup) [!_LIBC]: Don't undefine macro definition.
11150
11151 2006-05-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11152
11153         * m4/c-strtod.m4 (gl_C99_STRTOLD): Use a link test rather than a
11154         compile test, for Tru64 4.0D.
11155
11156 2006-05-28  Karl Berry  <karl@gnu.org>
11157
11158         * config/srclist.txt (printf-args.c): lose sync.
11159
11160 2006-05-26  Martin Lambers  <marlam@marlam.de>
11161
11162         * lib/getpass.c: Updates the test for the native W32 API, and adds
11163         missing includes, thus fixing compilation warnings.
11164
11165 2006-05-25  Sergey Poznyakoff  <gray@gnu.org.ua>
11166
11167         * lib/exclude.c (exclude_fnmatch): New function.
11168         (excluded_file_name): Call exclude_fnmatch.
11169         * lib/exclude.h (excluded_file_name): New prototype
11170
11171 2006-05-25  Paul Eggert  <eggert@cs.ucla.edu>
11172
11173         * lib/tempname.c (small_open, large_open): New macros.
11174         (__open, __open64) [!_LIBC]: Remove.
11175         (__gen_tempname): Use small_open and large_open instead of __open
11176         and __open64.  This fixes a portability bug on HP-UX 11.11i
11177         reported by Simon Wing-Tang in
11178         <http://lists.gnu.org/archive/html/bug-coreutils/2006-05/msg00114.html>.
11179
11180 2006-05-24  Bruno Haible  <bruno@clisp.org>
11181
11182         * lib/printf-args.c (printf_fetchargs): Turn NULL pointers for
11183         TYPE_STRING and TYPE_WIDE_STRING into a non-NULL replacement.
11184         Reported by Thorsten Maerz <torte@netztorte.de> via
11185         Aaron Stone <aaron@serendipity.cx>.
11186
11187 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
11188
11189         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Rename cache variables to use
11190         gl_ rather than jm_.  Link, don't run, so that cross-compiles are
11191         allowed.  Check that resulting type is arithmetic.  Move AC_REQUIRE
11192         and AC_CHECK_HEADERS_ONCE outside of AC_CACHE_CHECK, since they're
11193         not really conditional on the cache.
11194         (gl_PREREQ_NANOSLEEP): Check for sys/select.h.
11195
11196 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
11197
11198         * lib/nanosleep.c [HAVE_SYS_SELECT_H]: Include <sys/select.h>.
11199         Use the usual Autoconf way to include <time.h> and/or sys/time.h.
11200         (my_usleep): Don't mishandle maximum value.
11201
11202 2006-05-19  Jim Meyering  <jim@meyering.net>
11203
11204         * lib/getugroups.c: Correct an outdated comment.  From Bruno Haible.
11205
11206 2006-05-17  Bruno Haible  <bruno@clisp.org>
11207
11208         Cygwin portability.
11209         * lib/classpath.c (PATH_SEPARATOR) [CYGWIN]: Define as ':'.
11210
11211 2006-05-17  Bruno Haible  <bruno@clisp.org>
11212
11213         * lib/stdint_.h: Fix recognition of Cygwin.
11214
11215 2006-05-15  Bruno Haible  <bruno@clisp.org>
11216
11217         * build-aux/config.rpath: Improve support for Sun C 5.9 on Linux, based
11218         on libtool patch by Ralf Wildenhues.
11219
11220 2006-05-14  Paul Eggert  <eggert@cs.ucla.edu>
11221
11222         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Fix overly-picky
11223         test for C99 conformance; (bool) 0.5 is an integer constant
11224         expression, but (bool) -0.5 is not.  Problem reported by Fedor
11225         Sergeev in <http://forum.sun.com/jive/thread.jspa?threadID=96202>.
11226
11227 2006-05-11  Simon Josefsson  <jas@extundo.com>
11228
11229         * m4/xvasprintf.m4: Fix obvious typo.
11230
11231 2006-05-11  Jim Meyering  <jim@meyering.net>
11232
11233         * lib/sha1.c (sha1_buffer): Correct comment: s/MD5/SHA1/.  From
11234         James Lemley.
11235
11236 2006-05-10  Simon Josefsson  <jas@extundo.com>
11237
11238         * lib/md4.c: Typo fix, update copyright years.
11239         (K1, K2): Don't use L because it turn computations into 64-bit on
11240         64-bit platforms.
11241
11242 2006-05-10  Paul Eggert  <eggert@cs.ucla.edu>
11243
11244         * lib/crc.c (crc32_update): Remove unnecessary L suffix.
11245         * lib/md4.c (rol): Cast right-shift arg to uint32_t to prevent
11246         unwanted sign propagation, e.g., on hosts with 64-bit int.
11247         There still are some problems with reeelly weird theoretical hosts
11248         (e.g., 33-bit int) but it's not worth worrying about now.
11249         * lib/sha1.c (rol): Likewise.
11250         (K1, K2, K3, K4): Remove unnecessary L suffix.
11251
11252 2006-05-10  Bruno Haible  <bruno@clisp.org>
11253
11254         * lib/des.c: Cast to avoid warnings.
11255
11256 2006-05-09  Bruno Haible  <bruno@clisp.org>
11257
11258         * modules/xvasprintf (Files): Add m4/xvasprintf.m4.
11259         (Depends-on): Depend also on xsize, stdarg.
11260         (configure.ac): Add gl_XVASPRINTF.
11261
11262 2006-05-09  Bruno Haible  <bruno@clisp.org>
11263
11264         * m4/xvasprintf.m4: New file.
11265
11266 2006-05-09  Bruno Haible  <bruno@clisp.org>
11267
11268         * lib/xvasprintf.c: Include limits.h, string.h, xsize.h.
11269         (EOVERFLOW): Define fallback value.
11270         (xstrcat): New function.
11271         (xvasprintf): Recognize the special case of a string concatenation.
11272
11273 2006-05-08  Eric Blake  <ebb9@byu.net>
11274
11275         * gnulib-tool (func_version): Base copyright year on CVS date.
11276         (func_emit_copyright_notice): New function.
11277         (func_emit_lib_Makefile_am): Use it.
11278         (func_emit_tests_Makefile_am): Likewise.
11279         (func_import): Likewise.
11280
11281 2006-05-08  Bruno Haible  <bruno@clisp.org>
11282
11283         * modules/stdarg: New file.
11284         * MODULES.html.sh (func_all_modules): Add section for <stdarg.h>.
11285
11286 2006-05-08  Bruno Haible  <bruno@clisp.org>
11287
11288         * m4/stdarg.m4: New file, from GNU gettext.
11289
11290 2006-05-08  Bruno Haible  <bruno@clisp.org>
11291
11292         * config/srclist.txt (build-aux/config.rpath): different from latest
11293         release.
11294
11295 2006-05-08  Bruno Haible  <bruno@clisp.org>
11296
11297         * build-aux/config.rpath: Add support for Sun C 5.9 on Linux.
11298
11299 2006-05-05  Jim Meyering  <jim@meyering.net>
11300
11301         * m4/warning.m4: New file, derived from bison's file by the same name.
11302
11303 2006-05-03  Bruno Haible  <bruno@clisp.org>
11304
11305         * lib/stdint_.h: Shorter URL.
11306         * lib/inttypes.h: Likewise.
11307
11308 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
11309
11310         * modules/inttypes (Maintainer): Change from Derek Price to 'all'.
11311
11312 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
11313
11314         * lib/verify.h: Document the internals better.  Most of this change
11315         was written by Bruno Haible.
11316
11317 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
11318
11319         * doc/verify.texi: New file, partly based on a proposal by
11320         Bruno Haible.
11321
11322 2006-05-02  Bruno Haible  <bruno@clisp.org>
11323
11324         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Move the include_next
11325         test from here...
11326         * m4/_inttypes_h.m4 (gl_INTTYPES_H): ... to here.
11327
11328 2006-04-29  Bruno Haible  <bruno@clisp.org>
11329
11330         * lib/gcd.c: Use WORD_T and GCD instead of unsigned long and gcd.
11331         Suggested by Oskar Liljeblad <oskar@osk.mine.nu>.
11332
11333 2006-04-29  Bruno Haible  <bruno@clisp.org>
11334
11335         * gnulib-tool: Make --update option actually work.
11336
11337 2006-04-29  Bruno Haible  <bruno@clisp.org>
11338
11339         * doc/gcd.texi: New file.
11340         * doc/gnulib.texi: Include it.
11341
11342 2006-04-25  Paul Eggert  <eggert@cs.ucla.edu>
11343
11344         * lib/getdate.y (get_date): When adding relative date, start with the
11345         initial time, not with the result of the first mktime call.
11346
11347 2006-04-25  Bruno Haible  <bruno@clisp.org>
11348
11349         * gnulib-tool (func_import): Output the include directives in three
11350         blocks, sorted separately.
11351         Reported by Ben Pfaff <blp@cs.stanford.edu>.
11352
11353 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
11354
11355         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use prototype
11356         to define main with arguments, for C++.  Reported by Eric Blake.
11357         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC):
11358         Prefer 'int main ()' to 'int main (void)', for C++.
11359         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Likewise.
11360         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Specify a return type
11361         for 'main', for C99 and C++.
11362
11363 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
11364
11365         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Use return, not exit.
11366         Don't assume that exit status -1 is valid.
11367         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
11368         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
11369         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Likewise.
11370         * m4/readdir.m4 (GL_FUNC_READDIR): Include <stdlib.h>.
11371         * m4/rename.m4 (vb_FUNC_RENAME): Likewise.
11372         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use AC_RUN_IFELSE,
11373         not AC_TRY_RUN.  Use return, not exit.  Don't assume that
11374         functions can be used without declaring them, or that you can
11375         exit with status -1.
11376         * m4/utimes-null.m4 (gl_FUNC_UTIMES_NULL): Likewise.
11377
11378 2006-04-24  Karl Berry  <karl@gnu.org>
11379
11380         * config/srclist.txt (longdouble.m4): sync lost.
11381
11382 2006-04-24  Eric Blake  <ebb9@byu.net>
11383
11384         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Avoid unused variable warning.
11385
11386 2006-04-24  Bruno Haible  <bruno@clisp.org>
11387
11388         * m4/poll.m4 (gl_FUNC_POLL): When cross-compiling, reject also the
11389         poll() implementation in AIX.
11390         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
11391
11392 2006-04-24  Bruno Haible  <bruno@clisp.org>
11393
11394         * m4/poll.m4 (gl_FUNC_POLL): Rearrange code, so that POLL_H gets
11395         assigned exactly once.
11396
11397 2006-04-23  Claudio Fontana  <claudio@gnu.org>
11398             Bruno Haible  <bruno@clisp.org>
11399
11400         * modules/gettext (Makefile.am): Add a -I flag for <libintl.h>.
11401         * gnulib-tool (func_emit_lib_Makefile_am): Emit empty default value
11402         for AM_CPPFLAGS.
11403
11404 2006-04-23  Bruno Haible  <bruno@clisp.org>
11405
11406         * modules/copy-file: Depend on unistd.
11407         * modules/execute: Likewise.
11408         * modules/fatal-signal: Likewise.
11409         * modules/findprog: Likewise.
11410         * modules/mkdtemp : Likewise.
11411         * modules/pipe: Likewise.
11412         * modules/wait-process: Likewise.
11413
11414 2006-04-23  Bruno Haible  <bruno@clisp.org>
11415
11416         * lib/fwriteerror.c (fwriteerror): Call fclose also when an error
11417         condition was already detected.
11418         Reported by Ben Pfaff <blp@cs.stanford.edu>.
11419
11420 2006-04-23  Bruno Haible  <bruno@clisp.org>
11421
11422         * lib/copy-file.c: Include <unistd.h> unconditionally.
11423         * lib/execute.c: Likewise.
11424         * lib/fatal-signal.c: Likewise.
11425         * lib/findprog.c: Likewise.
11426         * lib/mkdtemp.c: Likewise.
11427         * lib/pipe.h: Likewise.
11428         * lib/pipe.c: Likewise.
11429         * lib/wait-process.h: Likewise.
11430
11431 2006-04-23  Bruno Haible  <bruno@clisp.org>
11432
11433         * gnulib-tool (func_usage): Fix --import description. Document
11434         --update.
11435         (func_import): Create temporary file in a temporary directory, if
11436         --dry-run is specified. Silence errors from 'grep' when there are no
11437         m4 files in $m4dir.
11438         (func_create_testdir): Silence errors from 'grep' when there are no
11439         m4 files in $m4dir.
11440         Reported by Karl Berry <karl@freefriends.org>.
11441
11442 2006-04-20  Bruno Haible  <bruno@clisp.org>
11443
11444         * m4/argp.m4 (gl_ARGP): Don't call AC_CHECK_DECLS_ONCE with more than
11445         one argument, so that the code will be portable to Autoconf 2.60.
11446         * m4/getlogin_r.m4 (gl_PREREQ_GETLOGIN_R): Likewise.
11447         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
11448         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO): Likewise.
11449
11450 2006-04-19  Derek Price  <derek@ximbiot.com>
11451             Eric Blake  <ebb9@byu.net>
11452
11453         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Use </full/path.h>
11454         rather than "/full/path.h".  Update comment to match.  Shorten &
11455         generalize m4_translit call via AS_TR_CPP.
11456
11457 2006-04-19  Derek Price  <derek@ximbiot.com>
11458             Eric Blake  <ebb9@byu.net>
11459
11460         * lib/inttypes.h: Correct grammar in comment.
11461
11462 2006-04-18  Derek Price  <derek@ximbiot.com>
11463             Paul Eggert  <eggert@cs.ucla.edu>
11464
11465         * modules/inttypes: New file.
11466         * modules/strtoimax, modules/strtoumax: Depend on inttypes.
11467
11468 2006-04-18  Derek Price  <derek@ximbiot.com>
11469             Paul Eggert  <eggert@cs.ucla.edu>
11470
11471         * m4/_inttypes_h.m4, m4/full-header-path.m4, m4/include_next.m4:
11472         New files.
11473
11474 2006-04-18  Derek Price  <derek@ximbiot.com>
11475             Paul Eggert  <eggert@cs.ucla.edu>
11476
11477         * lib/inttypes.h: New file.
11478         * lib/strtoimax.c: Assume <inttypes.h>.
11479
11480 2006-04-15  Paul Eggert  <eggert@cs.ucla.edu>
11481
11482         * lib/utimens.c (futimens): glibc futimesat messes up if /proc
11483         isn't mounted.  Problem reported by Kir Kolyshkin.
11484
11485 2006-04-13  Paul Eggert  <eggert@cs.ucla.edu>
11486
11487         * lib/regcomp.c (init_dfa): Don't use wchar_t or wctype_t if
11488         RE_ENABLE_I18N is not defined.  Problem reported by Mark D. Baushke via
11489         Derek R. Price.
11490         * lib/regex.h (RE_DUP_MAX): Update comment to match current
11491         implementation.
11492
11493 2006-04-12  Eric Blake  <ebb9@byu.net>
11494
11495         * modules/time_r (Makefile.am): Remove lib_SOURCES line, as this
11496         is now done automatically by the corresponding Autoconf macro.
11497
11498 2006-04-11  Paul Eggert  <eggert@cs.ucla.edu>
11499
11500         * m4/time_r.m4 (gl_TIME_R): Add AC_LIBSOURCES for time_r.c and
11501         time_r.h.
11502
11503 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
11504
11505         Merge regex changes from libc, removing some of our
11506         POSIX-conformance changes that were rejected and redoing them in a
11507         less-intrusive way.
11508
11509         * lib/regcomp.c (re_compile_internal, init_dfa):
11510         Length arg is now size_t, not Idx.  All uses changed.
11511         (peek_token): Forward decl now says internal_function.
11512         (__re_error_msgid, __re_error_msgid_idx):
11513         Now static rather than extern with attribute_hidden.
11514         (re_compile_pattern) [!defined _LIBC]: Use K&R-style defn.
11515         For some reason libc prefers K&R style defns for external functions.
11516         (regerror) [!defined _LIBC]: Likewise.
11517         (re_set_syntax, re_compile_fastmap, regcomp, regfree, re_comp):
11518         (seek_collating_symbol_entry, lookup_collation_sequence_value):
11519         (build_range_exp, build_collating_symbol):
11520         Use K&R-style defn.
11521         (re_compile_fastmap): Use '\0' to memset, not 0.
11522         (utf8_sb_map): Make the calculations more obvious.
11523         (init_dfa, parse_bracket_exp, build_charclass_op):
11524         Call calloc and cast result, as glibc does.
11525         (init_word_char, fetch_token, peek_token, peek_token_bracket):
11526         (build_range_exp, build_collating_symbol):
11527         Now internal functions.
11528
11529         * lib/regex.c [!defined _LIBC]: Allow compiling with C++ compilers.
11530
11531         * lib/regex.h (__USE_GNU_REGEX): New macro.  Don't depend on
11532         _REGEX_SOURCE any more; depend on _GNU_SOURCE instead.
11533         Don't depend on VMS; depend on __VMS instead, for POSIX
11534         namespace cleanness.
11535         (regoff_t): Define to ssize_t, not long int.
11536
11537         Remove the REG_ macros named below.  Instead, make the old names
11538         (e.g., RE_BACKSLASH_ESCAPE_IN_LISTS) visible only if
11539         __USE_GNU_REGEX.
11540         (REG_BACKSLASH_ESCAPE_IN_LISTS):
11541         (REG_BK_PLUS_QM, REG_CHAR_CLASSES, REG_CONTEXT_INDEP_ANCHORS):
11542         (REG_CONTEXT_INDEP_OPS, REG_CONTEXT_INVALID_OPS):
11543         (REG_DOT_NEWLINE, REG_DOT_NOT_NULL, REG_HAT_LISTS_NOT_NEWLINE):
11544         (REG_INTERVALS, REG_LIMITED_OPS, REG_NEWLINE_ALT):
11545         (REG_NO_BK_BRACES, REG_NO_BK_PARENS, REG_NO_BK_REFS):
11546         (REG_NO_BK_VBAR, REG_NO_EMPTY_RANGES):
11547         (REG_UNMATCHED_RIGHT_PAREN_ORD, REG_NO_POSIX_BACKTRACKING):
11548         (REG_NO_GNU_OPS, REG_DEBUG, REG_INVALID_INTERVAL_ORD):
11549         (REG_IGNORE_CASE, REG_CARET_ANCHORS_HERE):
11550         (REG_CONTEXT_INVALID_DUP, REG_NO_SUB, REG_SYNTAX_EMACS):
11551         (REG_SYNTAX_AWK, REG_SYNTAX_GNU_AWK, REG_SYNTAX_POSIX_AWK):
11552         (REG_SYNTAX_GREP, REG_SYNTAX_EGREP, REG_SYNTAX_POSIX_EGREP):
11553         (REG_SYNTAX_ED, REG_SYNTAX_SED, _REG_SYNTAX_POSIX_COMMON):
11554         (REG_SYNTAX_POSIX_BASIC, REG_SYNTAX_POSIX_MINIMAL_BASIC):
11555         (REG_SYNTAX_POSIX_EXTENDED, REG_SYNTAX_POSIX_MINIMAL_EXTENDED):
11556         (REG_DUP_MAX, REG_UNALLOCATED, REG_REALLOCATE, REG_FIXED):
11557         (REG_NREGS):
11558         Remove.  All uses replaced by the old RE_* names.
11559         (RE_BACKSLASH_ESCAPE_IN_LISTS):
11560         (RE_BK_PLUS_QM, RE_CHAR_CLASSES, RE_CONTEXT_INDEP_ANCHORS):
11561         (RE_CONTEXT_INDEP_OPS, RE_CONTEXT_INVALID_OPS):
11562         (RE_DOT_NEWLINE, RE_DOT_NOT_NULL, RE_HAT_LISTS_NOT_NEWLINE):
11563         (RE_INTERVALS, RE_LIMITED_OPS, RE_NEWLINE_ALT):
11564         (RE_NO_BK_BRACES, RE_NO_BK_PARENS, RE_NO_BK_REFS):
11565         (RE_NO_BK_VBAR, RE_NO_EMPTY_RANGES):
11566         (RE_UNMATCHED_RIGHT_PAREN_ORD, RE_NO_POSIX_BACKTRACKING):
11567         (RE_NO_GNU_OPS, RE_DEBUG, RE_INVALID_INTERVAL_ORD):
11568         (RE_IGNORE_CASE, RE_CARET_ANCHORS_HERE):
11569         (RE_CONTEXT_INVALID_DUP, RE_NO_SUB):
11570         Don't bother having these macros be independent of each others'
11571         values, since they no longer exist in the POSIX name space.
11572
11573         Rename the following member names back to their old names,
11574         unless !__USE_GNU_REGEX.  All uses changed back.
11575         (buffer): Renamed from re_buffer.
11576         (allocated): Renamed from re_allocated.
11577         (used): Renamed from re_used.
11578         (syntax): Renamed from re_syntax.
11579         (fastmap): Renamed from re_fastmap.
11580         (translate): Renamed from re_translate.
11581         (can_be_null): Renamed from re_can_be_null.
11582         (regs_allocated): Renamed from re_regs_allocated.
11583         (fastmap_accurate): Renamed from re_fastmap_accurate.
11584         (no_sub): Renamed from re_no_sub.
11585         (not_bol): Renamed from re_not_bol.
11586         (not_eol): Renamed from re_not_eol.
11587         (newline_anchor): Renamed from re_newline_anchor.
11588         (num_regs): Renamed from rm_num_regs.
11589         (start): Renamed from rm_start.
11590         (end): Renamed from rm_end.
11591
11592         (free_state): Move up a bit.
11593
11594         * lib/regex_internal.h (inline) [__GNUC__ < 3 && defined _LIBC]:
11595         #define to be empty.
11596         (ASCII_CHARS): New macro, replacing all uses of 0x80 and/or SBC_MAX / 2
11597         when that is what is intended.
11598         (SBC_MAX): Define to UCHAR_MAX + 1, not 256.
11599         (__re_error_msgid, __re_error_msgid_idx): Remove decls; not needed.
11600         (MAX): New macro.
11601         (re_xmalloc, re_calloc, re_xrealloc, re_x2realloc): Remove.
11602         All uses changed back to re_malloc, etc.  It's now the caller's
11603         responsibility to check for overflow; all callers changed.
11604         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc, re_xnrealloc):
11605         (re_x2nrealloc): Remove.
11606         (free_state): Remove decl.
11607
11608         * lib/regexc.c (regexec, re_match, re_search, re_match_2, re_search_2):
11609         (re_set_registers, re_exec):
11610         Use K&R-style defn.
11611
11612         2006-01-31  Roland McGrath  <roland@redhat.com>
11613
11614         * lib/regcomp.c (calc_eclosure_iter): Remove dead variables.
11615         Reported by Mike Frysinger <vapier@gentoo.org>.
11616
11617         2006-01-15  Andreas Jaeger  <aj@suse.de>
11618
11619         [BZ #1950]
11620         * lib/regex_internal.c (re_string_reconstruct): Adjust for
11621         build_wcs_upper_buffer change.
11622         (build_wcs_upper_buffer): Change return type.
11623
11624         2005-12-10  Ulrich Drepper  <drepper@redhat.com>
11625
11626         * lib/regex_internal.h: Include <stdint.h> if available.
11627
11628         2005-12-06  Paolo Bonzini  <bonzini@gnu.org>
11629
11630         * lib/regex_internal.h (SIZE_MAX): Provide a default definition.
11631
11632         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
11633
11634         * lib/regcomp.c: Adjust for changed secondary hash function.
11635
11636         2005-09-30  Ulrich Drepper  <drepper@redhat.com>
11637
11638         * lib/regex.h: Pretty printing.
11639         Clean up namespace a bit.
11640
11641         2005-09-30  Jakub Jelinek  <jakub@redhat.com>
11642
11643         * lib/regexec.c (update_cur_sifted_state, check_arrival,
11644         check_arrival_add_next_nodes): Avoid using uninitialized variable.
11645
11646         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
11647                     Ulrich Drepper  <drepper@redhat.com>
11648
11649         [BZ #1302]
11650         * lib/regex_internal.h (bitset_t): Renamed from bitset.  All uses
11651         changed.
11652         (bitset_word_t): Renamed from bitset_word.  All uses changed.
11653
11654         2005-09-22  Ulrich Drepper  <drepper@redhat.com>
11655
11656         [BZ #281]
11657         * lib/regex.h: Define RE_TRANSLATE_TYPE as unsigned char *.
11658         * lib/regcomp.c: Remove unnecessary uses of
11659         unsigned RE_TRANSLATE_TYPE.
11660         * lib/regex_internal.h: Likewise.
11661         * lib/regex_internal.c: Likewise.
11662         * lib/regexec.c: Likewise.
11663         Based on a patch by Stepan Kasal <kasal@ucw.cz>.
11664
11665         2005-09-07  Ulrich Drepper  <drepper@redhat.com>
11666
11667         * lib/regexec.c (find_recover_state): Remove unnecessary
11668         initialization.
11669         (transit_state_bkref): Make DFA a const pointer.
11670         (get_subexp): Likewise.
11671         (check_arrival): Likewise.
11672         (update_cur_sifted_state): Likewise.
11673         (re_search_internal): Likewise.
11674         (prune_impossible_nodes): Likewise.
11675         (acquire_init_state_context): Likewise.
11676         (proceed_next_node): Likewise.
11677         (set_regs): Likewise.
11678         (free_fail_stack_return): Likewise.
11679         (check_arrival_expand_ecl): Mark DFA parameter as const.
11680         (check_arrival_expand_ecl_sub): Likewise.
11681         (check_subexp_limits): Likewise.
11682         (sub_epsilon_src_nodes):  Likewise.
11683         (add_epsilon_src_nodes):  Likewise.
11684         (merge_state_array): Likewise.
11685         (update_regs): Likewise.
11686         (build_trtable): Likewise.
11687         (sift_states_backward): Mark MCTX parameter as const.
11688         (build_sifted_states): Likewise.
11689         (update_cur_sifted_state): Likewise.
11690         (sift_states_mkref): Likewise.
11691         (check_arrival_expand_ecl): Mark eclosure as const.
11692         (check_dst_limits_calc_pos_1): Likewise.
11693         * lib/regex_internal.h (re_match_context_t): Make dfa a const
11694         pointer.
11695
11696         2005-09-06  Ulrich Drepper  <drepper@redhat.com>
11697
11698         * lib/regexec.c (merge_state_with_log): Define dfa as const pointer.
11699         (transit_state_sb): Likewise.
11700         (transit_state_mb): Likewise.
11701         (sift_states_iter_mb): Likewise.
11702         (check_arrival_add_next_nodes): Likewise.
11703         (check_node_accept_bytes): Change first parameter to pointer-to-const.
11704         [_LIBC] (re_search_2_stub): Use mempcpy.
11705
11706         * lib/regex_internal.c (re_string_reconstruct): Avoid calling
11707         mbrtowc for very simple UTF-8 case.
11708
11709         * lib/regex_internal.c (re_acquire_state): Make DFA pointer arg
11710         a pointer-to-const.
11711         (re_acquire_state_context): Likewise.
11712         * lib/regex_internal.h: Adjust prototypes.
11713
11714         * lib/regex.c: Prevent using C++ compilers.
11715
11716         * lib/regex_internal.c (re_acquire_state): Minor code rearrangement.
11717         (re_acquire_state_context): Likewise.
11718
11719 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
11720
11721         * modules/regex (Depends-on): Add ssize_t.
11722
11723 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
11724
11725         * m4/regex.m4 (gl_REGEX): Check for new glibc interface to
11726         translation table.
11727
11728 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
11729
11730         * doc/gnulib-tool.texi (Modified imports): pathname -> file name.
11731
11732 2006-03-29  Mark D. Baushke  <mdb@gnu.org>
11733             Bruno Haible  <bruno@clisp.org>
11734
11735         * lib/stdint_.h: On OpenBSD, don't redefine types already included in
11736         <sys/types.h> and <inttypes.h>.
11737
11738 2006-03-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11739
11740         * m4/argz.m4 (gl_FUNC_ARGZ): If we define `error_t', also define
11741         `__error_t_defined', so argp.h will not typedef the former.
11742
11743 2006-03-25  Paul Eggert  <eggert@cs.ucla.edu>
11744
11745         * m4/regex.m4 (gl_REGEX): Don't insist on REG_SYNTAX_POSIX_EGREP,
11746         REG_SYNTAX_EMACS, and REG_IGNORE_CASE.  Settle for the traditional
11747         glibc names.  Even if glibc is changed to conform to POSIX, the
11748         traditional names will be available anyway, since regex depends on
11749         the extensions module.  Also, fix a longstanding typo in the
11750         implementation of Spencer ERE test #75 from grep 2.3.  Problems
11751         reported by Emanuele Giaquinta.  Also, change sense of cached
11752         variable, so that the message makes sense.
11753
11754 2006-03-24  Simon Josefsson  <jas@extundo.com>
11755
11756         * lib/base64.c: Fix problems reported by Eric Blake <ebb9@byu.net>,
11757         including some doc fixes.
11758         (base64_encode_alloc): Fix +1 bug on allocation failures.
11759
11760 2006-03-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11761
11762         * lib/base64.c (base64_encode): Do not read past end of array with
11763         unsanitized input on systems with CHAR_BIT > 8.
11764
11765 2006-03-24  Eric Blake  <ebb9@byu.net>
11766
11767         * lib/time_r.c (copy_string_result): Remove, as it is no longer used.
11768
11769 2006-03-22  Karl Berry  <karl@gnu.org>
11770
11771         * config/srclist.txt (*setenv.[ch]): get from coreutils.
11772         * config/srclistvars.sh (COREUTILS): new var.
11773
11774 2006-03-17  Jim Meyering  <jim@meyering.net>
11775
11776         * m4/regex.m4 (gl_REGEX): Fix typo in last change:
11777         s/_REGEX_WIDE_OFFSETS/_REGEX_LARGE_OFFSETS/.
11778
11779 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
11780
11781         * m4/regex.m4 (gl_REGEX): Don't check for off_t, since the code
11782         no longer needs it.  Instead, check that regoff_t is as least
11783         as wide as ptrdiff_t.
11784
11785         Don't define _REGEX_WIDE_OFFSETS unless using the included regex,
11786         so that our regex.h stays compatible with the installed regex.
11787         This is helpful for installers who configure --without-included-regex.
11788         Problem reported by Emanuele Giaquinta.
11789
11790 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
11791
11792         * lib/regex.h (regoff_t) [defined _REGEX_LARGE_OFFSETS]:
11793         Typedef to long int, not to off_, as POSIX will likely change
11794         in that direction.
11795
11796 2006-03-15  Eric Blake  <ebb9@byu.net>
11797
11798         * m4/dirfd.m4 (gl_FUNC_DIRFD): Use AC_REQUIRE for AC_HEADER_DIRENT.
11799
11800 2006-03-13  Sergey Poznyakoff  <gray@gnu.org.ua>
11801
11802         * lib/argp-help.c (validate_uparams): Fix typo
11803         * lib/argp-parse.c (argp_default_options): Consistently begin help
11804         messages with a lowercase letter.
11805
11806 2006-03-11  Paul Eggert  <eggert@cs.ucla.edu>
11807
11808         * lib/time_r.h (asctime_r, ctime_r): Remove.  These functions can
11809         overrun buffers and shouldn't be used (much as gets shouldn't be
11810         used).
11811         * lib/time_r.c (asctime_r, ctime_r): Likewise.
11812
11813 2006-03-08  Simon Josefsson  <jas@extundo.com>
11814
11815         * m4/gc-random.m4: Permit 'no' as variable values and fix warnings,
11816         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
11817
11818 2006-03-08  Simon Josefsson  <jas@extundo.com>
11819
11820         * m4/gc-random.m4: Call AC_CANONICAL_HOST and use $host_os instead of
11821         $target, suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
11822
11823 2006-03-08  Simon Josefsson  <jas@extundo.com>
11824
11825         * lib/gc-gnulib.c (randomize): Don't open files called 'no', they
11826         signal that configure disabled the device.
11827
11828 2006-03-08  Simon Josefsson  <jas@extundo.com>
11829
11830         * build-aux/maint.mk: Fix refresh-po, to handle no translated
11831         languages.
11832
11833 2006-03-07  Simon Josefsson  <jas@extundo.com>
11834
11835         * modules/getopt (Depends-on): Add unistd.
11836
11837         * modules/unistd: New file.
11838
11839 2006-03-07  Simon Josefsson  <jas@extundo.com>
11840
11841         * modules/gc-random: New file.
11842
11843 2006-03-07  Simon Josefsson  <jas@extundo.com>
11844
11845         * m4/unistd_h.m4: New file.
11846
11847 2006-03-07  Simon Josefsson  <jas@extundo.com>
11848
11849         * m4/readline.m4 (gl_FUNC_READLINE): Rewrite the cached part of the
11850         test to be side-effect free by storing the result in the cache
11851         variable gl_cv_lib_readline, and moving the assignment of
11852         LIBREADLINE and LTLIBREADLINE outside the COMMANDS-TO-SET-IT.
11853         From Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
11854
11855 2006-03-07  Simon Josefsson  <jas@extundo.com>
11856
11857         * m4/gc-random.m4: New file, mostly from gc.m4.  Warn instead of
11858         error on missing devices (the functions will return an error).
11859
11860         * m4/gc.m4: Move random stuff to gc-random.m4
11861
11862 2006-03-07  Simon Josefsson  <jas@extundo.com>
11863
11864         * lib/unistd_.h: New file.
11865
11866 2006-03-07  Simon Josefsson  <jas@extundo.com>
11867
11868         * lib/gc-libgcrypt.c, gc-gnulib.c: Use GC_USE_RANDOM.
11869
11870 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
11871
11872         * m4/unistd_h.m4 (gl_HEADER_UNISTD): Rename, to match modules file.
11873         Problem reported by Juan Manuel Guerrero.
11874
11875 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
11876
11877         * lib/c-stack.c: Include unistd.h unconditionally, since we now assume
11878         the unistd module.
11879         * lib/getlogin_r.c: Likewise.
11880         * lib/getlogin_r.h: Likewise.
11881         * lib/glob.c: Likewise.
11882         * lib/pagealign_alloc.c: Likewise.
11883         * lib/unistd_.h: Remove; no longer needed.
11884
11885 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
11886
11887         * MODULES.html.sh (Support for systems lacking POSIX:2001):
11888         Add unistd.
11889         * modules/c-stack (Depends-on): Add unistd.
11890         * modules/getlogin_r: Likewise.
11891         * modules/glob: Likewise.
11892         * modules/pagealign_alloc: Likewise.
11893         * modules/unistd (Files): Remove lib/unistd_.h.
11894         (EXTRA_DIST): Remove.
11895         (unistd.h): Create using 'echo' rather than 'cp', so that we don't
11896         need unistd_.h.
11897         (MOSTLYCLEANFILES): Remove unistd.h-t.
11898
11899 2006-03-03  Simon Josefsson  <jas@extundo.com>
11900
11901         * build-aux/maint.mk: Add several syntax checks from CoreUtils.
11902
11903 2006-03-03  Simon Josefsson  <jas@extundo.com>
11904
11905         * build-aux/maint.mk: Add refresh-po rule, based on ideas from
11906         libidn and bison.
11907
11908 2006-03-03  Simon Josefsson  <jas@extundo.com>
11909
11910         * build-aux/maint.mk: Add indent target.
11911
11912 2006-03-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de> (tiny change)
11913
11914         * m4/poll.m4 (gl_FUNC_POLL): If we deem poll(2) unacceptable, use
11915         our replacement poll.h in any case, to avoid a differing
11916         declaration from a system header.  Seen on AIX.
11917
11918 2006-03-01  Simon Josefsson  <jas@extundo.com>
11919
11920         * lib/readline.c: Fix typo, tiny patch from Stepan Kasal
11921         <kasal@ucw.cz>.
11922
11923 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
11924
11925         * modules/gettime (Depends-on): Add extensions module.
11926         * modules/nanosleep (Depends-on): Likewise.
11927         * modules/settime (Depends-on): Likewise.
11928
11929 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
11930
11931         * m4/clock_time.m4 (gl_CLOCK_TIME): Require gl_USE_SYSTEM_EXTENSIONS,
11932         not merely AC_GNU_SOURCE, for the benefit of Solaris 10 when compiled
11933         pedantically.
11934         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
11935         * m4/timespec.m4 (gl_TIMESPEC): Likewise.
11936
11937         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use "=" with "test",
11938         not "==".  Reported by Ralf Wildenhues.
11939
11940 2006-03-01  Karl Berry  <karl@gnu.org>
11941
11942         * doc/Copyright/request-*: new files, synced from gnuorg.
11943
11944 2006-03-01  Karl Berry  <karl@gnu.org>
11945
11946         * config/srclist.txt (Copyright/*): new entries.
11947
11948 2006-02-28  Simon Josefsson  <jas@extundo.com>
11949
11950         * lib/getopt.c: Protect #include of unistd.h, for MSVS.
11951
11952 2006-02-27  Simon Josefsson  <jas@extundo.com>
11953
11954         * lib/base64.h: Indent #define's.  From Jim Meyering
11955         <jim@meyering.net>.
11956
11957 2006-02-27  Jim Meyering  <jim@meyering.net>
11958
11959         Revert the change of 2006-02-24, so these files can continue
11960         to be sync'd from gettext.
11961         * lib/mkdtemp.c, setenv.c, unsetenv.c: *Un*-normalize inclusion
11962         of `config.h'.
11963
11964 2006-02-26  Paul Eggert  <eggert@cs.ucla.edu>
11965
11966         * modules/intprops: New file.
11967         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
11968         Add intprops.
11969         * modules/getloadavg (Files): Remove lib/intprops.h.
11970         (Depends-on): Add intprops.
11971         * modules/human: Likewise.
11972         * modules/inttostr: Likewise.
11973         * modules/openat: Likewise.
11974         * modules/sig2str: Likewise.
11975         * modules/userspec: Likewise.
11976         * modules/utimecmp: Likewise.
11977         * modules/xnanosleep: Likewise.
11978         * modules/xstrtol: Likewise.
11979
11980 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny changes)
11981
11982         * modules/xstrtod: Omit xstrtod.h, xstrtod.c; they're in LIB_SOURCES.
11983         * modules/lock-tests (TESTS): Use $(EXEEXT).
11984         * modules/tls-tests: Likewise.
11985         * modules/argp-tests: Likewise.
11986         (check_PROGRAMS): New var, replacing...
11987         (noinst_PROGRAMS, test_argp_SOURCES): Remove.
11988
11989 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11990
11991         * lib/mkdtemp.c, lib/setenv.c, lib/unsetenv.c: Normalize inclusion of
11992         `config.h'.
11993
11994 2006-02-24  Paul Eggert  <eggert@cs.ucla.edu>
11995
11996         * lib/glob.c: Say "invalid" rather than "illegal" in comments.
11997
11998 2006-02-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11999
12000         Sync from coreutils.
12001         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Require gl_FUNC_LCHMOD and
12002         gl_CHDIR_SAFER.
12003
12004 2006-02-22  Jim Meyering  <jim@meyering.net>
12005
12006         Sync from coreutils.
12007         * m4/chdir-safer.m4: New file.
12008
12009 2006-02-20  Paul Eggert  <eggert@cs.ucla.edu>
12010
12011         * lib/getcwd.c (AT_FDCWD): Work around a bug in Solaris 9 and 10, where
12012         AT_FDCWD exceeds INT_MAX.
12013         * lib/openat.h (AT_FDCWD): Likewise.
12014
12015 2006-02-17  Eric Blake  <address@hidden>
12016
12017         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Fix caching error.
12018
12019 2006-02-16  Simon Josefsson  <jas@extundo.com>
12020
12021         * modules/getaddrinfo (Depends-on): Add sys_socket.
12022
12023 2006-02-15  Simon Josefsson  <jas@extundo.com>
12024
12025         * build-aux/maint.mk: Add dsyntax-check rule.
12026
12027 2006-02-15  Eric Blake  <ebb9@byu.net>
12028
12029         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Don't attempt using
12030         winsock2.h or ws2tcpip.h when sys/socket.h is present. Fixes
12031         'present but cannot compile' warnings on cygwin.
12032         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Use gl_HEADER_SYS_SOCKET.  Don't
12033         use ws2tcpip.h if sys/socket.h works.
12034         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Use gl_HEADER_SYS_SOCKET.
12035         (gl_GETADDRINFO): Don't use ws2tcpip.h when sys/socket.h is present.
12036
12037 2006-02-14  Simon Josefsson  <jas@extundo.com>
12038
12039         * modules/maintainer-makefile (Files): Rename.
12040
12041         * build-aux/GNUmakefile: Rename Makefile.maint to maint.mk
12042         and (the local) Makefile.cfg to maint-cfg.mk.
12043
12044         * build-aux/Makefile.maint, build-aux/maint.mk: Renamed the former
12045         to the latter.
12046
12047         * modules/maintainer-makefile: New module.
12048
12049         * build-aux/Makefile.maint: New file, from GNU CoreUtils, although
12050         severaly stripped to make it possible to build it up from scratch
12051         with reliable tests.
12052
12053         * build-aux/GNUmakefile: New file, from GNU CoreUtils with some
12054         fixes to permit overriding the default actions when configure and
12055         makefile are not available.
12056
12057 2006-02-14  Paul Eggert  <eggert@cs.ucla.edu>
12058
12059         Sync from coreutils.
12060         * modules/lstat (Depends-on): Don't depend on xalloc.
12061         (License): Change from GPL to LGPL, since this is now simply a
12062         replacement for a libc function.
12063
12064 2006-02-14  Jim Meyering  <jim@meyering.net>
12065
12066         Sync from coreutils.
12067
12068         Eliminate the unwelcome (albeit unlikely) possibility of xmalloc
12069         failure on deficient systems, and simplify gnulib lgpl dependencies.
12070         * lib/lstat.c (rpl_lstat): Rewrite to use stat() in place of the
12071         xmalloc/lstat combination.  Based on a patch from Bruno Haible.
12072
12073         * lib/xalloc-die.c: Remove unused definition of N_.
12074
12075 2006-02-14  Jim Meyering  <jim@meyering.net>
12076
12077         Sync from coreutils.
12078         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Invoke
12079         AC_CHECK_FUNCS(getmntent) unconditionally so that tests of
12080         $ac_cv_func_getmntent (e.g., in gl_LIST_MOUNTED_FILE_SYSTEMS) need not
12081         double-quote uses of that variable, to accommodate the rare case in
12082         which getmntent is available in none of the libraries checked.  This
12083         happens at least on FreeBSD 5.0.
12084
12085 2006-02-13  Simon Josefsson  <jas@extundo.com>
12086
12087         * gnulib-tool (Usage): Fix --import, from
12088         karl@freefriends.org (Karl Berry).
12089
12090 2006-02-13  Sergey Poznyakoff  <gray@gnu.org.ua>
12091
12092         * lib/argp-fmtstream.c: Restore another bugfix lost on 2005-12-12
12093
12094 2006-02-07  Sergey Poznyakoff  <gray@gnu.org.ua>
12095
12096         * lib/argp-namefrob.h: Restore changes accidentally lost during the
12097         "autoupdate" on 2005-12-12.
12098
12099 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
12100
12101         * modules/closeout (Depends-on): Remove atexit.
12102
12103 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
12104
12105         * lib/closeout.c (close_stdout): Don't assume 'bool' converts nonzero
12106         ints to 0 or 1, as this isn't true for the stdbool.h substitute.
12107
12108 2006-02-05  Paul Eggert  <eggert@cs.ucla.edu>
12109
12110         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Don't #define
12111         __EXTENSIONS__ if this causes compilation to fail.  Problem
12112         reported by Nelson H. F. Beebe with Solaris 10 and Sun C 5.7
12113         c89 -D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED.
12114
12115 2006-01-27  Paul Eggert  <eggert@cs.ucla.edu>
12116
12117         * lib/fnmatch.c (L_): Renamed from L, to work around a bug in
12118         Mac OS X 10.3.9 with GCC 3 reported by Claudio Fontana in
12119         <http://lists.gnu.org/archive/html/bug-gnulib/2006-01/msg00074.html>.
12120         All uses changed.
12121
12122 2006-01-26  Simon Josefsson  <jas@extundo.com>
12123
12124         * lib/socket_.h: Set WINVER to 0x0501, to make sure getaddrinfo
12125         prototype is visible on mingw32.
12126
12127         * lib/getaddrinfo.h: Define EAI_ADDRFAMILY and EAI_SYSTEM if not set,
12128         for mingw32.
12129
12130         * lib/gai_strerror.c, getaddrinfo.h: Protect netdb.h #include (for
12131         mingw32).
12132
12133 2006-01-26  Paul Eggert  <eggert@cs.ucla.edu>
12134
12135         * lib/fts.c (diropen): Open with O_NOCTTY | O_NONBLOCK too.  Don't
12136         attempt to open for write; this always fails, at least on POSIX
12137         hosts.  This reinstates the 2006-01-09 change, which was
12138         inadvertently removed.
12139
12140 2006-01-26  Bruno Haible  <bruno@clisp.org>
12141
12142         * gnulib-tool (func_import): Use "trap 'exit $?' instead of "trap :".
12143         Reported by Paul Eggert.
12144
12145 2006-01-26  Bruno Haible  <bruno@clisp.org>
12146             Paul Eggert  <eggert@cs.ucla.edu>
12147
12148         * lib/stdbool_.h (_Bool)
12149         [(! (defined __cplusplus || defined __BEOS__)
12150           && !defined __GNUC__
12151           && !(defined __HP_cc || defined __xlc__
12152                || (defined __SUNPRO_C && (__SUNPRO_C < 0x550 || __STDC__ == 1))
12153                || defined __sgi))]:
12154         #define to signed char in these cases too; this simplifies
12155         the code (so that we don't have to worry about HP-UX, AIX, SunPRO,
12156         etc., separately) and makes it more conservative.
12157
12158 2006-01-25  Simon Josefsson  <jas@extundo.com>
12159
12160         * m4/getaddrinfo.m4: Look for getaddrinfo inside ws2tcip.h and
12161         -lws2_32.  Protect sys/socket.h and netdb.h #include's.  Include
12162         ws2tcpip.h with WINVER=0x0501.  All for mingw32.
12163
12164 2006-01-25  Sergey Poznyakoff  <gray@gnu.org.ua>
12165
12166         * lib/argp-namefrob.h: Bugfix. Remove stray #
12167
12168 2006-01-25  Paul Eggert  <eggert@cs.ucla.edu>
12169
12170         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for xlc bug if __GCC__ too,
12171         so that we test the test.
12172         Check for yet another HP-UX cc bug involving *bool |= bool.
12173
12174 2006-01-25  Karl Berry  <karl@gnu.org>
12175
12176         * config/srclist.txt (vasnprintf.c): sync lost.
12177
12178 2006-01-25  Jim Meyering  <jim@meyering.net>
12179
12180         Sync from the stable (b5) branch of coreutils:
12181
12182         * lib/fts.c (fts_children): Don't let close() clobber errno from
12183         failed fchdir().
12184
12185         * lib/fts.c (fts_stat): When following a symlink-to-directory,
12186         don't necessarily interpret stat-fails+lstat-succeeds as indicating
12187         a dangling symlink.  That can also happen at least for ELOOP.
12188         The fix: return FTS_SLNONE only when the stat errno is ENOENT.
12189         FYI, this bug predates the inclusion of fts.c in coreutils.
12190
12191         * lib/fts.c (fts_open): Put new maxarglen declaration and uses
12192         in their own block, so pre-c99 compilers don't object.
12193
12194         Avoid the double-free (first in fts_read, second in fts_close) that
12195         would occur when an `active' directory is made inaccessible (e.g.,
12196         via chmod a-x) during a traversal.
12197         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
12198         before returning.  Reproduce this failure by
12199         mkdir -p a/b; cd a; chmod a-x . b
12200         Reported by Stavros Passas.
12201
12202 2006-01-25  Jim Meyering  <jim@meyering.net>
12203
12204         * lib/fileblocks.c: Remove more useless parentheses.
12205         * lib/readutmp.h: Likewise.
12206
12207 2006-01-25  Bruno Haible  <bruno@clisp.org>
12208
12209         * lib/stdbool_.h (_Bool) [IRIX cc]: Define as 'signed char', to avoid
12210         warnings.
12211         Reported by Paul Eggert.
12212
12213 2006-01-25  Bruno Haible  <bruno@clisp.org>
12214
12215         * gnulib-tool (func_import): Use "trap :" instead of "trap -" to get
12216         rid of a trap command. For Solaris sh.
12217         Reported by Mark D. Baushke <mdb@gnu.org>.
12218
12219 2006-01-24  Simon Josefsson  <jas@extundo.com>
12220
12221         * lib/socket_.h (SHUT_WR, SHUT_RDWR): Don't hardcode, suggested by
12222         Bruno.
12223
12224 2006-01-24  Karl Berry  <karl@gnu.org>
12225
12226         * config/srclist.txt (argp-namefrob.h): sync lost.
12227
12228 2006-01-24  Jim Meyering  <jim@meyering.net>
12229
12230         * modules/openat (Files): Add lib/intprops.h.
12231         From Mark D. Baushke.
12232
12233 2006-01-24  Jim Meyering  <jim@meyering.net>
12234
12235         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBSOURCES([intprops.h]).
12236         Reported by Mark D. Baushke.
12237
12238 2006-01-24  Jim Meyering  <jim@meyering.net>
12239
12240         * lib/socket_.h: Remove useless parentheses in uses of cpp `defined'.
12241
12242 2006-01-24  Bruno Haible  <bruno@clisp.org>
12243
12244         * modules/strnlen (Maintainer): Change from glibc to all.
12245
12246 2006-01-24  Bruno Haible  <bruno@clisp.org>
12247
12248         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for IBM and HP-UX bugs.
12249         Patch by Paul Eggert.
12250
12251 2006-01-24  Bruno Haible  <bruno@clisp.org>
12252
12253         * lib/stdbool_.h (_Bool) [__cplusplus]: Don't define if the compiler
12254         already has it.
12255         Report and patch by Albert Chin-A-Young  <china@thewrittenword.com> on
12256         2005-11-26.
12257
12258         * lib/stdbool_.h (_Bool) [HP-UX cc, AIX cc,xlc]: Define as
12259         'signed char' to avoid problems with the built-in _Bool type.
12260         Reported by Paul Eggert on 2005-11-26.
12261
12262 2006-01-24  Bruno Haible  <bruno@clisp.org>
12263
12264         * gnulib-tool (func_import): Avoid constructing complicated sed
12265         expressions inside backquote.
12266         Report and solution by Mark D. Baushke <mdb@gnu.org>.
12267
12268 2006-01-23  Ulrich Drepper  <drepper@redhat.com>
12269
12270         These changes imported from libc.
12271         * lib/getopt.c: Use __fxprintf instead of inline stream orientation
12272         test and two separate function calls.
12273         * lib/strndup.c (__strndup): Add libc_hidden_def.
12274
12275 2006-01-23  Simon Josefsson  <jas@extundo.com>
12276
12277         * modules/lock-tests: Use check_PROGRAMS instead of noinst_PROGRAMS.
12278         Remove the test_*_SOURCES variable: automake infers it by default.
12279         * modules/tls-tests: Likewise.
12280
12281 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
12282
12283         Work around porting bugs reported by Dieter in
12284         <http://lists.gnu.org/archive/html/bug-bison/2006-01/msg00049.html>.
12285         * lib/getopt.c (_NOPROTO): Remove; no longer needed.
12286         Include <stdlib.h> and <unistd.h> in all environments; it's safe now.
12287         Include "getopt.h" first, to check interface.
12288         (getenv): Declare only if defined HAVE_DECL_GETENV &&
12289         !HAVE_DECL_GETENV.
12290         * lib/strndup.c [!_LIBC]: Include "strndup.h" to get prototype.
12291         (__strndup): Revert to K&R-style function dfns, the glibc style.
12292         * lib/strnlen.c: Don't claim it's taken from glibc; it's not.
12293         (strnlen, __strnlen): Remove #defines and #undefs; not needed.
12294         Include strnlen.h first, to get prototype properly.
12295         (strnlen): Renamed from __strnlen.
12296         Remove weak alias.
12297
12298 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
12299
12300         * m4/getopt.m4 (gl_PREREQ_GETOPT): Check for getenv decl.
12301
12302 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
12303
12304         * config/srclist.txt: Adjust to reflect glibc reorganization.
12305         This affects only comments.
12306
12307 2006-01-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
12308
12309          * gnulib-tool, build-aux/csharpcomp.sh.in: Do not pass `-q' to mktemp.
12310          Reported by Bruce Korb <bkorb@gnu.org>.
12311
12312 2006-01-22  Paul Eggert  <eggert@cs.ucla.edu>
12313
12314         * lib/quotearg.c (quotearg_buffer_restyled): Add "default: break;"
12315         to pacify gcc -Wswitch-default.
12316
12317 2006-01-22  Bruno Haible  <bruno@clisp.org>
12318
12319         * lib/vasnprintf.c (VASNPRINTF): In the computation of the size of the
12320         temporary buffer for sprintf, take into account the precision also
12321         for 'd', 'i', 'u', 'o', 'x', 'X'.
12322
12323 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
12324
12325         * modules/argp-tests: New module
12326         * tests/test-argp.c: New file
12327         * tests/test-argp-2.sh: New file
12328
12329 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
12330
12331         * lib/argp-help.c (usage_long_opt): Do not print DOC options.
12332         (__argp_base_name): Removed
12333         * lib/argp-namefrob.h (__argp_basename): Removed definition. Was a
12334         typo.
12335         (__argp_base_name): Provide macro definition or extern declaration
12336         depending on the configuration
12337
12338 2006-01-20  Simon Josefsson  <jas@extundo.com>
12339
12340         * modules/inet_ntop (Depends-on): Depend on sys_socket.
12341
12342 2006-01-20  Simon Josefsson  <jas@extundo.com>
12343
12344         * lib/inet_ntop.h: Unconditionally include sys/socket.h.
12345
12346 2006-01-20  Paul Eggert  <eggert@cs.ucla.edu>
12347
12348         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Use -Wl,-z,ignore
12349         rather than -Xlinker -z -Xlinker ignore, as it's more portable.
12350         Suggested by Bruno Haible.
12351
12352 2006-01-20  Karl Berry  <karl@gnu.org>
12353
12354         * config/srclist.txt (argp-fmtstream.h, localcharset.c): comment out
12355         until changes propagate, I guess.
12356
12357 2006-01-19  Simon Josefsson  <jas@extundo.com>
12358
12359         * m4/socklen.m4: Look in ws2tcpip.h too, for mingw32.
12360
12361 2006-01-19  Simon Josefsson  <jas@extundo.com>
12362
12363         * lib/socket_.h: Map SHUT_RD, SHUT_WR, SHUT_RDWR correctly.
12364
12365 2006-01-19  Simon Josefsson  <jas@extundo.com>
12366
12367         * gnulib-tool: Set check_PROGRAMS.
12368
12369         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
12370         modules/des-tests, modules/gc-arcfour-tests,
12371         modules/gc-arctwo-tests, modules/gc-des-tests,
12372         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
12373         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
12374         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
12375         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
12376         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
12377         modules/md5-tests, modules/readline, modules/rijndael-tests: Use
12378         check_PROGRAMS instead of noinst_PROGRAMS to be able to remove
12379         test_*_SOURCES.
12380
12381 2006-01-18  Simon Josefsson  <jas@extundo.com>
12382
12383         * modules/socklen (Depends-on): Depend on sys_socket.
12384
12385 2006-01-18  Simon Josefsson  <jas@extundo.com>
12386
12387         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
12388         modules/des-tests, modules/gc-arcfour-tests,
12389         modules/gc-arctwo-tests, modules/gc-des-tests,
12390         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
12391         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
12392         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
12393         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
12394         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
12395         modules/md5-tests, modules/readline, modules/rijndael-tests: Add
12396         $(EXEEXT) to automake TESTS variable, for mingw32.
12397
12398 2006-01-17  Simon Josefsson  <jas@extundo.com>
12399
12400         * modules/socklen (Include): Need sys/socket.h.
12401
12402 2006-01-17  Bruno Haible  <bruno@clisp.org>
12403
12404         * modules/ssize_t (Include): Add <sys/types.h>.
12405
12406 2006-01-16  Paul Eggert  <eggert@cs.ucla.edu>
12407
12408         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Don't use ldd, as
12409         it's not portable and it doesn't work with cross-compiles.
12410         Problem reported by Bruno Haible.  Fix missing-$ typo in
12411         'test "gl_cv_ignore_unused_libraries" ...' that prevented
12412         -zignore from being used with Sun's C compiler.
12413
12414 2006-01-12  Simon Josefsson  <jas@extundo.com>
12415
12416         * lib/base64.c: Fix warning, reported by Bruno Haible
12417         <bruno@clisp.org> and patch by Paul Eggert <eggert@CS.UCLA.EDU>.
12418
12419 2006-01-12  Bruno Haible  <bruno@clisp.org>
12420
12421         * modules/ldd: New file.
12422         * build-aux/ldd.sh.in: New file.
12423         * MODULES.html.sh (Support for building libraries and executables): Add
12424         ldd.
12425
12426 2006-01-12  Bruno Haible  <bruno@clisp.org>
12427
12428         * m4/ldd.m4: New file.
12429
12430 2006-01-12  Bruno Haible  <bruno@clisp.org>
12431
12432         * gnulib-tool (func_import, func_create_testdir): Don't go into an
12433         endless loop while replacing $auxdir with build-aux.
12434
12435 2006-01-11  Simon Josefsson  <jas@extundo.com>
12436
12437         * lib/stdint_.h (SIZE_MAX): Add missing (.
12438
12439 2006-01-11  Paul Eggert  <eggert@cs.ucla.edu>
12440
12441         Sync from coreutils.
12442         * lib/md5.c: Fix commentary typos.
12443         (alignof, UNALIGNED_P): No need for a GCC-specific version.
12444         * lib/md5.h (__attribute__): Remove; unused.
12445         * lib/sha1.c: Fix commentary to match md5 better.
12446         * lib/sha1.h (struct sha1_ctx): Use a word buffer, not a byte buffer,
12447         so that we don't need to worry about alignment.  All uses changed.
12448         This merges the 2005-10-28 md5 change into sha1.
12449
12450 2006-01-11  Jim Meyering  <jim@meyering.net>
12451
12452         Sync from coreutils.
12453         * lib/md5.c (OP): Fix spacing.
12454
12455 2006-01-11  Bruno Haible  <bruno@clisp.org>
12456
12457         Ensure automatic ordering between gl_LOCK and gl_ARGP.
12458         * m4/lock.m4 (gl_LOCK_BODY): Renamed from gl_LOCK.
12459         (gl_LOCK): New macro, requiring gl_LOCK_BODY.
12460
12461 2006-01-11  Bruno Haible  <bruno@clisp.org>
12462
12463         Ensure automatic ordering between gl_LOCK and gl_ARGP.
12464         * gnulib-tool (func_import, func_create_testdir): Put gl_LOCK into
12465         the "early" section as well.
12466
12467 2006-01-11  Bruno Haible  <bruno@clisp.org>
12468
12469         Avoid "ar: no archive members specified" error on MacOS X.
12470         * gnulib-tool (func_modules_add_dummy): New function.
12471         (func_import, func_create_testdir): Invoke it.
12472
12473 2006-01-11  Bruno Haible  <bruno@clisp.org>
12474
12475         * gnulib-tool (func_import, func_create_testdir): Replace build-aux
12476         with $auxdir in AC_CONFIG_FILES statements.
12477
12478 2006-01-11  Bruno Haible  <bruno@clisp.org>
12479
12480         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
12481         Initialize also noinst_HEADERS to empty.
12482
12483 2006-01-11  Bruno Haible  <bruno@clisp.org>
12484
12485         * gnulib-tool (AUTOMAKEPATH, AUTOCONF, ACLOCAL, AUTOMAKE): New
12486         variables.
12487         (func_create_megatestdir): Call aclocal, autoconf, automake here, not
12488         autoreconf.
12489
12490 2006-01-11  Bruno Haible  <bruno@clisp.org>
12491
12492         * gnulib-tool (AUTOCONF, ACLOCAL, AUTOMAKE, AUTORECONF): Make
12493         overridable by the user.
12494         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
12495
12496 2006-01-10  Simon Josefsson  <jas@extundo.com>
12497
12498         * modules/sys_socket: New file.
12499
12500 2006-01-10  Simon Josefsson  <jas@extundo.com>
12501
12502         * m4/sys_socket_h.m4: New file.
12503
12504 2006-01-10  Simon Josefsson  <jas@extundo.com>
12505
12506         * lib/socket_.h: New file.
12507
12508 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
12509
12510         * modules/readutmp (Maintainer): Add myself.
12511
12512 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
12513
12514         * m4/memcoll.m4 (gl_MEMCOLL): Don't require AC_FUNC_MEMCMP, undoing
12515         the 2002-12-31 change.  Problem and fix reported by Bruno Haible.
12516         People who are still concerned with buggy memcmp implementations
12517         can invoke gl_FUNC_MEMCMP themselves.
12518
12519 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
12520
12521         * lib/regex_internal.h (BITSET_WORD_BITS):
12522         Work around a bug in 64-bit PGC (before version 6.1-2), where the
12523         preprocessor mishandles large unsigned values as if they were signed.
12524         Problem reported by Claudio Fontana in
12525         <http://lists.gnu.org/archive/html/bug-gnulib/2005-12/msg00061.html>.
12526
12527 2006-01-10  Jim Meyering  <jim@meyering.net>
12528
12529         Avoid the double-free (first in fts_read, second in fts_close) that
12530         would occur when an `active' directory is made inaccessible (e.g.,
12531         via chmod a-x) during a traversal.
12532         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
12533         before returning.  Reproduce this failure by
12534         mkdir -p a/b; cd a; chmod a-x . b
12535         Reported by Stavros Passas.
12536
12537         Sync from coreutils.
12538         * lib/sha1.c: Tweak grammar in a comment.
12539
12540 2006-01-10  Jim Meyering  <jim@meyering.net>
12541
12542         * m4/fpending.m4: Also include <stdio.h>, for Dragonfly.
12543         Patch by Joerg Sonnenberger.
12544
12545 2006-01-10  Bruno Haible  <bruno@clisp.org>
12546
12547         * modules/readutmp: Depend on module free.
12548         * modules/strtok_r: Depend on module restrict.
12549
12550 2006-01-10  Bruno Haible  <bruno@clisp.org>
12551
12552         * modules/gettext (configure.ac): Add an invocation of
12553         AM_GNU_GETTEXT_VERSION. Needed since autoreconf is used by gnulib-tool.
12554
12555 2006-01-10  Bruno Haible  <bruno@clisp.org>
12556
12557         * m4/localcharset.m4 (gl_LOCALCHARSET): Also test for getc_unlocked.
12558         Reported by Werner Lemberg <wl@gnu.org>.
12559
12560 2006-01-10  Bruno Haible  <bruno@clisp.org>
12561
12562         * lib/localcharset.c: Update from GNU gettext.
12563
12564 2006-01-10  Bruno Haible  <bruno@clisp.org>
12565
12566         * lib/argp.h (__const): Remove macro. Use const instead.
12567         * lib/argp-fmtstream.h (__const): Likewise.
12568         * lib/glob_.h (__const): Remove macro.
12569         * lib/glob-libc.h: Use const instead of __const.
12570
12571 2006-01-10  Bruno Haible  <bruno@clisp.org>
12572
12573         * gnulib-tool (func_emit_tests_Makefile_am): Emit an empty SUBDIR
12574         variable.
12575         Needed to avoid an automake error regarding the 'gettext' module.
12576
12577 2006-01-09  Simon Josefsson  <jas@extundo.com>
12578
12579         * modules/inet_ntop (Depends-on): Add restrict.
12580
12581 2006-01-09  Simon Josefsson  <jas@extundo.com>
12582
12583         * modules/gc-rijndael-tests (License): Put under LGPL.
12584
12585         * modules/gc-des-tests (License): Likewise.
12586
12587         * modules/gc-arcfour-tests (License): Likewise.
12588
12589         * modules/gc-arctwo-tests (License): Likewise.
12590
12591         * modules/gc-pbkdf2-sha1-tests (License): Likewise.
12592
12593         * modules/gc-hmac-sha1-tests (Files): Likewise.
12594
12595         * modules/gc-hmac-md5-tests (License): Likewise.
12596
12597         * modules/gc-sha1-tests (License): Likewise.
12598
12599         * modules/gc-md5-tests (License): Likewise.
12600
12601         * modules/gc-md4-tests (License): Likewise.
12602
12603         * modules/gc-md2-tests (License): Likewise.
12604
12605         * modules/gc-tests (License): Likewise.
12606
12607         * modules/des-tests (License): Likewise.
12608
12609         * modules/md4-tests (License): Likewise.
12610
12611         * modules/md2-tests (License): Likewise.
12612
12613 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
12614
12615         Sync from coreutils:
12616
12617         * MODULES.html.sh (build_lib): New section, with new lib-ignore module.
12618         * modules/lib-ignore: New file.
12619         * modules/mkdir-p (Files): Add chdir-safer.c, chdir-safer.h, lchmod.h,
12620         chdir-safer.m4, lchmod.m4.
12621         * modules/openat: Add mkdirat.c, openat-priv.h.
12622
12623 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
12624
12625         Sync from coreutils.
12626         * m4/lib-ignore.m4: New file.
12627         * m4/lchmod.m4: New file.
12628
12629 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
12630
12631         Sync from coreutils.
12632         * lib/chdir-long.c (cdb_free): Don't bother trying to open directory
12633         for write access: POSIX says that must fail.
12634         * lib/fts.c (diropen): Likewise.
12635         * lib/save-cwd.c (save_cwd): Likewise.
12636         * lib/chdir-long.c (cdb_free): Open with O_NOCTTY | O_NONBLOCK as
12637         well, for minor improvements on hosts that lack O_DIRECTORY.
12638         * lib/chown.c (rpl_chown) [CHOWN_MODIFIES_SYMLINK]:
12639         Don't try O_WRONLY unless O_RDONLY failed wth EACCES.
12640         Fall back on chown if open failed with EACCES.
12641
12642         * lib/gettime.c (gettime) [!defined OK_TO_USE_1S_CLOCK]:
12643         Report an error at compile-time if only a 1-second nominal clock
12644         resolution is found.
12645
12646         * lib/lchmod.h: New file.
12647         * lib/mkdir-p.c: Include lchmod.h, lchown.h.
12648         (make_dir_parents): Use lchown rather than chown, and
12649         lchmod rather than chmod.
12650
12651         * lib/mountlist.c (ME_DUMMY): "none" and "proc" file systems are
12652         dummies too.  Problem with "none" reported by Bob Proulx.  Problem with
12653         "proc" reported by n0dalus.
12654
12655         * lib/mountlist.c: Include <limits.h>.
12656         (dev_from_mount_options)
12657         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]:
12658         New function.  It no longer assumes "dev=" has the System V meaning
12659         on Linux (since it doesn't).  It also parses "dev=" more carefully.
12660         (read_file_system_list)
12661         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]: Use it.
12662         MOUNTED_GETMNTENT2 is new here; the code didn't used to look for
12663         dev= in that case.
12664
12665         * lib/posixtm.h (PDS_PRE_2000): New macro.
12666         * lib/posixtm.c (year): Arg is now syntax_bits rather than
12667         allow_century.  All usages changed.  Reject dates outside the range
12668         1969-1999 if PDS_PRE_2000 is used.
12669
12670 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
12671
12672         Sync from coreutils.
12673         * doc/getdate.texi (General date syntax): Invalid dates are rejected.
12674         (Time of day items): Mention the possibility of leap seconds.
12675         Problem reported by Dr. David Alan Gilbert.
12676
12677 2006-01-09  Jim Meyering  <jim@meyering.net>
12678
12679         Sync from coreutils.
12680
12681         * lib/version-etc.c (COPYRIGHT_YEAR): Update to 2006.
12682
12683         * lib/chdir-safer.h, lib/chdir-safer.c: New files.
12684
12685         * lib/modechange.c (mode_compile): Reject an invalid mode string
12686         that starts with an octal digit.  From Andreas Gruenbacher.
12687
12688         * lib/openat.c: Include "fcntl--.h" and "unistd--.h", to map open
12689         and dup to open_safer and dup_safer, respectively.
12690         (openat_permissive): Fix typo in comment.
12691
12692         * lib/openat.c: Don't include <stdlib.h>, <unistd.h>, <fcntl.h>,
12693         "gettext.h"; either no longer needed or are guaranteed by openat.h.
12694         (_): Remove; no longer needed.
12695         (openat): Renamed from rpl_openat; no need for rpl_openat
12696         since openat.h renames openat for us.
12697         Replace most of the body with a call to openat_permissive,
12698         to avoid duplicate code.
12699         Port to (probably hypothetical) environments were mode_t is
12700         wider than int.
12701         (openat_permissive): Require mode arg, so that we can check
12702         types better.  Put it just after flags.  Change cwd failure
12703         indicator from pointer-to-bool to pointer-to-errno-value.
12704         All callers changed.
12705         Invoke openat_save_fail and/or openat_restore_fail if
12706         cwd_errno is null, so that openat can call us.
12707         (openat_permissive, fdopendir, fstatat, unlinkat):
12708         Simplify errno handling to avoid some duplicate code,
12709         as it's OK to set errno on success.
12710         * lib/openat.h: Revamp code so that function macros depend on
12711         __OPENAT_PREFIX only, not also on AT_FDCWD.
12712         (openat_ro): Remove.  Caller changed to use openat_permissive.
12713         (openat_permissive): Now a macro, if not a function.
12714         (openat_restore_fail, openat_save_fail): Now always functions,
12715         since mkdirat needs them even if __OPENAT_PREFIX is defined.
12716
12717         * lib/openat-priv.h: New file, defining macros used by mkdirat.c
12718         and openat.c.
12719         * lib/mkdirat.c: Include openat-priv.h.
12720         Remove definitions of macros defined therein.
12721         * lib/openat.c: Likewise.
12722
12723         * lib/mkdirat.c (mkdirat): New file and function.
12724         * lib/openat.h (mkdirat): Declare.
12725
12726         * lib/openat.c (fdopendir): Don't change errno when returning non-NULL.
12727
12728         * lib/openat.h (openat_permissive): Declare.
12729         (openat_ro): Define.
12730
12731         * lib/openat.c (EXPECTED_ERRNO): New macro.
12732         (openat_permissive): New function -- used in remove.c rewrite.
12733         (all functions): Set errno just before returning, only if there
12734         was an actual failure.
12735         Use EXPECTED_ERRNO rather than comparing against only ENOTDIR.
12736
12737         Emulate openat-family functions using Linux's procfs, if possible.
12738         Idea and some code based on Ulrich Drepper's glibc changes.
12739
12740         * lib/openat.c: (BUILD_PROC_NAME): New macro.
12741         Include <stdio.h>, <string.h>, "alloca.h" and "intprops.h".
12742         (rpl_openat): Emulate by trying to open /proc/self/fd/%d/%s,
12743         before falling back on save_cwd and restore_cwd.
12744         (fdopendir, fstatat, unlinkat): Likewise.
12745
12746         * lib/openat.c (fstatat, unlinkat): Perform the syscall directly,
12747         skipping the save_cwd...restore_cwd overhead, if FILE is absolute.
12748
12749         * lib/openat.c (rpl_openat): Use the promoted type (int), not mode_t,
12750         as second argument to va_arg.  Otherwise, some versions of gcc
12751         warn that `if this code is reached, the program will abort'.
12752
12753 2006-01-09  Jim Meyering  <jim@meyering.net>
12754
12755         Sync from coreutils.
12756         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile mkdirat.c.
12757         Require openat-priv.h.
12758
12759 2006-01-09  Bruno Haible  <bruno@clisp.org>
12760
12761         * modules/strnlen (Include): Use strnlen.h.
12762
12763 2006-01-09  Bruno Haible  <bruno@clisp.org>
12764
12765         * m4/stdint.m4 (gl_STDINT_H): Also test for <sys/bitypes.h>.
12766
12767 2006-01-09  Bruno Haible  <bruno@clisp.org>
12768
12769         * lib/sysexit_.h (EX_OK): New macro.
12770         Suggested by Martin Lambers <marlam@marlam.de>.
12771
12772 2006-01-09  Bruno Haible  <bruno@clisp.org>
12773
12774         * lib/stdint_.h: On Linux libc4 and libc5, include <sys/bitypes.h> and
12775         don't define _STDINT_H_NEED_SIGNED_INT_TYPES.
12776
12777 2006-01-09  Bruno Haible  <bruno@clisp.org>
12778
12779         * lib/stdint_.h (SIZE_MAX): Write the value without involving negative
12780         numbers.
12781
12782 2006-01-09  Bruno Haible  <bruno@clisp.org>
12783
12784         * lib/javacomp.sh.in: Move to ../build-aux/javacomp.sh.in.
12785         * lib/javaexec.sh.in: Move to ../build-aux/javaexec.sh.in.
12786         * lib/csharpcomp.sh.in: Move to ../build-aux/csharpcomp.sh.in.
12787         * lib/csharpexec.sh.in: Move to ../build-aux/csharpexec.sh.in.
12788
12789 2006-01-09  Bruno Haible  <bruno@clisp.org>
12790
12791         * build-aux/javacomp.sh.in: New file, moved from lib/.
12792         * modules/javacomp-script (Files): Update.
12793         (configure.ac): Add AC_CONFIG_FILES invocation.
12794         (EXTRA_DIST): Remove variable.
12795
12796         * build-aux/javaexec.sh.in: New file, moved from lib/.
12797         * modules/javaexec (Files): Update.
12798         (configure.ac): Add AC_CONFIG_FILES invocation.
12799         (EXTRA_DIST): Remove javaexec.sh.in.
12800
12801         * build-aux/csharpcomp.sh.in: New file, moved from lib/.
12802         * modules/csharpcomp-script (Files): Update.
12803         (configure.ac): Add AC_CONFIG_FILES invocation.
12804         (EXTRA_DIST): Remove variable.
12805
12806         * build-aux/csharpexec.sh.in: New file, moved from lib/.
12807         * modules/csharpexec (Files): Update.
12808         (configure.ac): Add AC_CONFIG_FILES invocation.
12809         (EXTRA_DIST): Remove csharpexec.sh.in.
12810
12811 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
12812
12813         Sync from coreutils.
12814
12815         Add POSIX ACL support
12816         * lib/acl.h (copy_acl, set_acl): Add declarations.
12817         * lib/acl.c (acl_entries): Add fallback implementation for POSIX ACL
12818         systems other than Linux.
12819         (chmod_or_fchmod): New function: use fchmod when possible,
12820         and chmod otherwise.
12821         (file_has_acl): Add a POSIX ACL implementation, with a
12822         Linux-specific subcase.
12823         (copy_acl): Add: copy an acl and S_ISUID, S_ISGID, and
12824         S_ISVTX from one file to another.  Fall back to fchmod/chmod when
12825         acls are unsupported.
12826         (set_acl): Add: set a file's acl and S_ISUID, S_ISGID, and
12827         S_ISVTX to a defined value.  Fall back to fchmod/chmod when acls
12828         are unsupported.
12829
12830 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
12831
12832         Sync from coreutils.
12833         * m4/acl.m4 (AC_FUNC_ACL): Add POSIX ACL and Linux-specific acl tests.
12834
12835 2006-01-07  Bruno Haible  <bruno@clisp.org>
12836
12837         * gnulib-tool (func_import): Add an AC_PROG_RANLIB dependency to
12838         gl_EARLY.
12839
12840 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
12841
12842         * lib/strftime.c (tzname): Don't declare if it is already #defined.
12843         Problem reported for Mingw by Mark Junker.
12844
12845 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
12846
12847         * README: Gnulib normally doesn't generate a tarball.
12848
12849 2006-01-03  Paul Eggert  <eggert@cs.ucla.edu>
12850
12851         * lib/xtime.h (xtime_make, xtime_nonnegative_nsec, xtime_nsec): Use
12852         long int, not int, for nanosecond counts, so that people who are
12853         used to POSIX struct timespec won't be surprised.  Reported by Jim
12854         Meyering.
12855
12856 2005-12-28  Bruno Haible  <bruno@clisp.org>
12857
12858         * build-aux/config.rpath: Update from GNU gettext.
12859
12860 2005-12-16  Jim Meyering  <jim@meyering.net>
12861
12862         * modules/fprintftime: New module.
12863         * MODULES.html.sh (Date and time <time.h>): Add fprintftime.
12864
12865 2005-12-16  Jim Meyering  <jim@meyering.net>
12866
12867         * m4/fprintftime.m4: New file.
12868
12869 2005-12-16  Jim Meyering  <jim@meyering.net>
12870
12871         * lib/fprintftime.c, lib/fprintftime.h: New files.
12872
12873 2005-12-15  Simon Josefsson  <jas@extundo.com>
12874
12875         * modules/socklen (configure.ac): Fix M4 macro name, to align with
12876         new m4/socklen.m4.
12877
12878 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
12879
12880         * m4/argp.m4: Define HAVE_DECL_PROGRAM_INVOCATION_NAME and
12881         HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME
12882
12883 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
12884
12885         * lib/argp-fmtstream.c (__argp_fmtstream_update): Fix coredump
12886         * lib/argp-help.c (fill_in_uparams): Check if the constructed
12887         struct uparams is valid. Fall back to the default values if it is
12888         not.
12889
12890 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
12891
12892         * modules/argp (Files): Add argp-pin.c
12893         (Depends-on): dirname
12894         (lib_SOURCES): Add argp-pin.c
12895
12896 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
12897
12898         * m4/argp.m4:  Check if program_invocation_name and
12899         program_invocation_short_name are declared and define appropriate
12900         macros if they are not.
12901
12902 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
12903
12904         * lib/argp-help.c (__argp_base_name): New function
12905         (__argp_short_program_name): Rewrite using __argp_base_name
12906         * lib/argp-namefrob.h: Define program_invocation_name and
12907         program_invocation_short_name if requested
12908         (__argp_base_name): Add prototype
12909         * lib/argp-parse.c (argp_def): Use gettext wrappers
12910         (argp_default_parser): Use __argp_base_name
12911         * lib/argp-pin.c: New file. Defines program_invocation_name and
12912         program_invocation_short_name on systems that lack them.
12913
12914 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
12915
12916         * m4/stat-time.m4 (gl_STAT_TIME): Add check for
12917         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
12918         porting problem reported by Georg Schwarz in
12919         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
12920
12921 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
12922
12923         * lib/stat-time.h (STATE_TIMESPEC, STAT_TIMESPEC_NS): Add check for
12924         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
12925         porting problem reported by Georg Schwarz in
12926         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
12927
12928 2005-12-05  Bruno Haible  <bruno@clisp.org>
12929
12930         * lib/csharpcomp.sh.in (options_csc): For -l option, add a .dll suffix.
12931         * lib/csharpcomp.c (compile_csharp_using_sscli): Likewise.
12932         Reported by Mark Junker <mjscod@gmx.de>.
12933
12934 2005-12-02  Paul Eggert  <eggert@cs.ucla.edu>
12935
12936         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Renamed from gl_SOCKLEN_T.
12937         Use implementation from Albert Chin, with some
12938         comments/corrections by Stepan Kasal and myself.
12939
12940 2005-12-02  Bruno Haible  <bruno@clisp.org>
12941
12942         * gnulib-tool (func_import): Accept GPLed build tool modules when
12943         --lgpl is given.
12944         * modules/csharpcomp-script: New file.
12945         * modules/csharpcomp: Depend on it.
12946         * modules/javacomp-script: New file.
12947         * modules/javacomp: Depend on it.
12948         Suggested by Simon Josefsson.
12949
12950 2005-12-01  Paul Eggert  <eggert@cs.ucla.edu>
12951
12952         * m4/regex.m4 (gl_REGEX): Check whether off_t can be used in a switch
12953         statement, to work around an HP-UX 10.20 compiler bug reported by
12954         Peter O'Gorman.
12955
12956 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
12957
12958         * modules/savedir (Depends-on): Add openat.
12959
12960 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
12961
12962         * lib/stdint_.h (intmax_t) [defined intmax_t]: Do not declare.
12963         (uintmax_t) [defined uintmax_t]: Do not declare.
12964         (SIZE_MAX) [defined SIZE_MAX]: Do not define.
12965         This works around a problem if intmax_t.m4 and/or uintmax_t.m4
12966         and/or size_max.m4 are also used.  Problem reported by Mark D. Baushke.
12967         (SIZE_MAX): Define to ((size_t) -1), not (~(size_t)0), for the
12968         sake of portability to weird hosts that C allows (though we don't
12969         know of any practical examples).
12970
12971         * lib/savedir.h (fdsavedir): New decl.
12972         * lib/savedir.c (fdsavedir, savedirstream): New functions; the latter
12973         contains most of the former guts of savedir.
12974         (savedir): Use savedirstream.
12975         Include "openat.h".
12976
12977 2005-11-25  Paul Eggert  <eggert@cs.ucla.edu>
12978
12979         * modules/obstack (Files): Add m4/ulonglong.m4.
12980         Problem reported by Davide Angelocola.
12981
12982 2005-11-15  Paul Eggert  <eggert@cs.ucla.edu>
12983
12984         * lib/xstrtod.c: Don't bother with #pragma STDC FENV_ACCESS ON, as
12985         coreutils no longer futzes with rounding modes.
12986
12987 2005-11-14  Jim Meyering  <jim@meyering.net>
12988
12989         * lib/mkstemp-safer.c: Include <config.h>, required for possible
12990         replacement of mkstemp.
12991
12992 2005-11-10  Simon Josefsson  <jas@extundo.com>
12993
12994         * lib/readline.c: Remove EOL.
12995
12996 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
12997
12998         * modules/gethrxtime (Depends-on): Add gettime.
12999
13000 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
13001
13002         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Don't require AC_HEADER_TIME
13003         or gettimeofday; no longer needed.
13004
13005 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
13006
13007         * lib/gethrxtime.c: Include "timespec.h" rather than the sys/time /
13008         time business.
13009         (gethrxtime) [! (HAVE_NANOUPTIME
13010         || (defined CLOCK_MONOTONIC && HAVE_CLOCK_GETTIME)
13011         || HAVE_MICROUPTIME)]: Fall back on gettime rather than rolling
13012         our own approximation.
13013
13014 2005-11-08  Eric Blake  <ebb9@byu.net>
13015
13016         * lib/inet_ntop.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
13017
13018 2005-11-08  Eric Blake  <ebb9@byu.net>
13019
13020         * lib/getaddrinfo.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
13021
13022 2005-11-04  Bruno Haible  <bruno@clisp.org>
13023
13024         * gnulib-tool: Implement --update mode.
13025
13026 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
13027
13028         Fix porting problem reported by Theodoros V. Kalamatianos.
13029         * lib/utimens.c (futimens) [HAVE_WORKING_UTIMES && HAVE_FUTIMES]:
13030         Don't assume that futimes failing means we must fail.
13031
13032 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
13033
13034         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Revamp wording and local
13035         variables to suggest the intended function of the PATH_MAX check.
13036
13037 2005-10-30  Kean Johnston  <jkj@sco.com>
13038
13039         Trivial changes to support SCO systems.
13040         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Check for MAXPATHLEN as well
13041         as PATH_MAX.
13042         * m4/fpending.m4 (gl_FUNC_FPENDING): Correct check for SCO systems,
13043         where __ptr is null when no I/O is pending.
13044
13045 2005-10-29  Paul Eggert  <eggert@cs.ucla.edu>
13046
13047         * lib/getcwd.c (__getcwd): Don't assume that system calls after readdir
13048         leave errno alone.  Problem reported by Dmitry V. Levin.
13049
13050 2005-10-28  Simon Josefsson  <jas@extundo.com>
13051
13052         * tests/test-gc-md4.c, tests/test-gc-md5.c, tests/test-gc-sha1.c:
13053         Test more.
13054
13055         * tests/test-gc-md2.c, tests/test-md2.c: New files.
13056
13057         * modules/md2, modules/md2-tests: New files.
13058
13059 2005-10-28  Simon Josefsson  <jas@extundo.com>
13060
13061         * m4/inet_ntop.m4: More tests.
13062
13063         * m4/gc-md2.m4, md2.m4: New file.
13064
13065 2005-10-28  Simon Josefsson  <jas@extundo.com>
13066
13067         * lib/inet_ntop.h, inet_ntop.c: Make it work under mingw32: Add
13068         "restrict" keywords, as per POSIX.  Protect the function
13069         declaration around HAVE_DECL_INET_NTOP rather than HAVE_INET_NTOP.
13070         Don't use K&R prototypes.  Check the sprintf return values.
13071         Re-define EAFNOSUPPORT if not present.  Indent.
13072
13073         * lib/md5.h, md5.c: Simplify buffer handling visavi alignment,
13074         suggested by Bruno Haible <bruno@clisp.org>.
13075
13076         * lib/gc-gnulib.c, gc-libgcrypt.c: Check calloc return value.
13077
13078         * lib/gc.h: Add MD2 and RMD160 length defines.  Add prototypes.
13079
13080         * lib/gc-libgcrypt.c: Add MD2 (which is not available through
13081         libgcrypt).
13082
13083         * lib/gc-gnulib.c: Add MD2.  Implement gc_hash_* API.
13084
13085         * lib/md2.h, lib/md2.c: New files.
13086
13087 2005-10-28  Paul Eggert  <eggert@cs.ucla.edu>
13088
13089         * lib/savedir.c (savedir): Don't assume that xrealloc etc. leave
13090         errno alone.  Problem reported by Frederic Jolliton.
13091
13092 2005-10-27  Paul Eggert  <eggert@cs.ucla.edu>
13093
13094         * modules/verify (License): Change from GPL to LGPL.  This is a
13095         tiny module and there are apparently near-equivalents that are
13096         under the BSD license.
13097
13098 2005-10-24  Simon Josefsson  <jas@extundo.com>
13099
13100         * modules/sha1: Relicense to LGPL.
13101
13102 2005-10-24  Simon Josefsson  <jas@extundo.com>
13103
13104         * lib/md4.h: Shrink buffer size, now that we changed the type.
13105
13106 2005-10-23  Simon Josefsson  <jas@extundo.com>
13107
13108         * gnulib-tool (func_import): Fix --tests-base.
13109
13110 2005-10-22  Simon Josefsson  <jas@extundo.com>
13111
13112         * modules/arcfour (Depends-on): Need stdint.
13113
13114 2005-10-22  Simon Josefsson  <jas@extundo.com>
13115
13116         * m4/gc.m4: Don't be fooled by --disable-*random-device parameters,
13117         suggested by Bruno Haible <bruno@clisp.org>.  Fix error messages.
13118
13119 2005-10-22  Simon Josefsson  <jas@extundo.com>
13120
13121         * lib/md4.h, md4.c: Simplify buffer handling visavi alignment,
13122         suggested by Bruno Haible <bruno@clisp.org>.
13123
13124 2005-10-22  Simon Josefsson  <jas@extundo.com>
13125
13126         * lib/crc.h: Include stddef.h, for size_t.
13127
13128 2005-10-22  Simon Josefsson  <jas@extundo.com>
13129
13130         * lib/arcfour.h, arcfour.c: Use fixed size indices in the
13131         arcfour_context struct (simplify test vector testing in GNU
13132         Shishi).
13133
13134 2005-10-21  Simon Josefsson  <jas@extundo.com>
13135
13136         * modules/des, modules/des-tests: New files.
13137
13138         * modules/gc-des, modules/gc-des-tests: New files.
13139
13140         * tests/test-des.c, tests/test-gc-des.c: New file.
13141
13142 2005-10-21  Simon Josefsson  <jas@extundo.com>
13143
13144         * modules/arctwo, modules/arctwo-tests: New files.
13145
13146         * tests/test-arctwo.c: New file.
13147
13148         * modules/gc-arctwo, modules/gc-arctwo-tests: New files.
13149
13150         * tests/test-gc-arctwo.c: New file.
13151
13152 2005-10-21  Simon Josefsson  <jas@extundo.com>
13153
13154         * m4/gc.m4: Don't use libgcrypt if gcrypt.h isn't found, suggested by
13155         Bruno Haible <bruno@clisp.org>.
13156
13157         * m4/gc-des.m4: New file.
13158
13159 2005-10-21  Simon Josefsson  <jas@extundo.com>
13160
13161         * m4/arctwo.m4: New file.
13162
13163         * m4/gc-arctwo.m4: New file.
13164
13165 2005-10-21  Simon Josefsson  <jas@extundo.com>
13166
13167         * lib/rijndael-api-fst.c: Fix bugs in CBC mode for more than one
13168         block.
13169
13170 2005-10-21  Simon Josefsson  <jas@extundo.com>
13171
13172         * lib/hmac-md5.c (hmac_md5): Add comments, suggested by Bruno Haible
13173         <bruno@clisp.org>.
13174
13175         * lib/hmac-sha1.c (hmac_sha1): Likewise.
13176
13177         * lib/crc.c (crc32_update): Actually use crc parameter, suggested by
13178         Bruno Haible <bruno@clisp.org>.
13179
13180         * lib/crc.h: Include stdint.h directly, suggested by Bruno Haible
13181         <bruno@clisp.org>.
13182
13183 2005-10-21  Simon Josefsson  <jas@extundo.com>
13184
13185         * lib/gc-libgcrypt.c (gc_cipher_open): Handle ECB.
13186
13187 2005-10-21  Simon Josefsson  <jas@extundo.com>
13188
13189         * lib/gc-gnulib.c: Support ARCTWO in CBC mode.
13190
13191 2005-10-21  Simon Josefsson  <jas@extundo.com>
13192
13193         * lib/des.h, lib/des.c: New files.
13194
13195         * lib/gc-gnulib.c: Support DES.c
13196
13197 2005-10-21  Simon Josefsson  <jas@extundo.com>
13198
13199         * lib/arctwo.h, lib/arctwo.c: New files.
13200
13201         * lib/gc-gnulib.c: Support ARCTWO.
13202
13203 2005-10-21  Simon Josefsson  <jas@extundo.com>
13204
13205         * lib/arctwo.h (arctwo_setkey): Protect variable in CPP macro,
13206         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
13207
13208 2005-10-21  Simon Josefsson  <jas@extundo.com>
13209
13210         * gnulib-tool (func_import, func_create_testdir): Define automake
13211         conditional GL_COND_LIBTOOL if libtool is used (to be used by modules
13212         Makefile.am snippet),
13213         suggested by Bruno Haible <bruno@clisp.org>.
13214
13215         * modules/gc (Makefile.am): Use it.
13216
13217 2005-10-21  Bruno Haible  <bruno@clisp.org>
13218
13219         * gnulib-tool (func_import, func_create_testdir): Add quoting to last
13220         patch.
13221
13222 2005-10-19  Simon Josefsson  <jas@extundo.com>
13223
13224         * tests/test-gc-rijndael.c: New file.
13225
13226         * modules/gc-rijndael, modules/gc-rijndael-test: New files.
13227
13228 2005-10-19  Simon Josefsson  <jas@extundo.com>
13229
13230         * tests/test-gc-md4.c, tests/test-gc-md5.c: Test gc_hash_buffer
13231         interface too.
13232
13233 2005-10-19  Simon Josefsson  <jas@extundo.com>
13234
13235         * tests/test-gc-arcfour.c: New file.
13236
13237         * modules/gc-arcfour, modules/gc-arcfour-tests: New files.
13238
13239 2005-10-19  Simon Josefsson  <jas@extundo.com>
13240
13241         * modules/gc-md4, modules/gc-md4-tests: New file.
13242
13243         * tests/test-gc-md4.c: New file.
13244
13245 2005-10-19  Simon Josefsson  <jas@extundo.com>
13246
13247         * m4/gc-md4.m4: New file.
13248
13249 2005-10-19  Simon Josefsson  <jas@extundo.com>
13250
13251         * m4/gc-hmac-md5.m4, gc-hmac-sha1.m4, gc-md4.m4,
13252         gc-md5.m4, gc-sha1.m4: Fix typo, suggested by Stepan Kasal
13253         <kasal@ucw.cz>.
13254
13255 2005-10-19  Simon Josefsson  <jas@extundo.com>
13256
13257         * m4/gc-arcfour.m4: New file.
13258
13259         * m4/gc-rijndael.m4: New file.
13260
13261 2005-10-19  Simon Josefsson  <jas@extundo.com>
13262
13263         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support MD4.
13264
13265 2005-10-19  Simon Josefsson  <jas@extundo.com>
13266
13267         * lib/gc-gnulib.c: Support ARCFOUR.
13268
13269 2005-10-19  Simon Josefsson  <jas@extundo.com>
13270
13271         * lib/gc-gnulib.c: Implement gc_cipher_* API, currently only with AES
13272         support.
13273
13274         * lib/gc.h: Add ECB enum type.
13275
13276         * lib/hmac-md5.c, hmac-sha1.c: Include memxor.h.
13277
13278 2005-10-18  Simon Josefsson  <jas@extundo.com>
13279
13280         * tests/test-md5.c: New file.
13281
13282         * modules/md5-tests: New file.
13283
13284 2005-10-18  Simon Josefsson  <jas@extundo.com>
13285
13286         * tests/test-md4.c: New file.
13287
13288         * modules/md4, modules/md4-tests: New files.
13289
13290 2005-10-18  Simon Josefsson  <jas@extundo.com>
13291
13292         * m4/md4.m4: New file.
13293
13294 2005-10-18  Simon Josefsson  <jas@extundo.com>
13295
13296         * lib/md4.h, lib/md4.c: New files, based on md5.?.
13297
13298 2005-10-17  Stepan Kasal  <kasal@ucw.cz>
13299
13300         * gnulib-tool (func_create_testdir): Omit the second check whether
13301         BUILT_SOURCES in nonempty.
13302
13303 2005-10-17  Simon Josefsson  <jas@extundo.com>
13304
13305         * tests/test-rijndael.c: New file.
13306
13307 2005-10-17  Simon Josefsson  <jas@extundo.com>
13308
13309         * modules/sha1: Depend on stdint instead of md5.
13310
13311         * modules/md5: Depend on stdint, remove uint32_t.
13312
13313 2005-10-17  Simon Josefsson  <jas@extundo.com>
13314
13315         * modules/gc-sha1-tests: New file.
13316
13317         * tests/test-gc-sha1.c: New file.
13318
13319 2005-10-17  Simon Josefsson  <jas@extundo.com>
13320
13321         * m4/md5.m4: Remove call to uint32_t.m4.
13322
13323 2005-10-17  Simon Josefsson  <jas@extundo.com>
13324
13325         * lib/sha1.c: Use uint32_t instead of md5_uint32.t
13326
13327         * lib/sha1.h: Use stdint.h and uint32_t instead of md5_uint32 from
13328         md5.h.
13329
13330         * lib/md5.c: Use uin32_t.  Fix non-gcc UNALIGNED_P macro.
13331
13332         * lib/md5.h: Use stdint.h and uint32_t.  Doc fix.
13333
13334 2005-10-17  Simon Josefsson  <jas@extundo.com>
13335
13336         * lib/gc.h, gc-libgcrypt.c: Add more hash types/functions.
13337
13338 2005-10-17  Simon Josefsson  <jas@extundo.com>
13339
13340         * lib/gc.h, gc-libgcrypt.c: Add ciphers.
13341
13342 2005-10-17  Simon Josefsson  <jas@extundo.com>
13343
13344         * lib/gc-libgcrypt.c (gc_hmac_sha1): Fix assert.
13345
13346         * lib/gc.h (gc_nonce, gc_pseudo_random, gc_random): Add prototypes.
13347
13348 2005-10-17  Bruno Haible  <bruno@clisp.org>
13349
13350         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Change the return statement so
13351         that it can also be used in a test.
13352
13353 2005-10-16  Bruno Haible  <bruno@clisp.org>
13354
13355         * gnulib-tool (func_emit_tests_Makefile_am): Also define
13356         TESTS_ENVIRONMENT, so that individual tests can augment it.
13357
13358         * gnulib-tool (func_create_testdir): Use an intermediate target for
13359         building $(BUILT_SOURCES). Needed because BUILT_SOURCES can contain
13360         macros, like $(ALLOCA_H), which cannot be passed through the command
13361         line.
13362
13363 2005-10-15  Simon Josefsson  <jas@extundo.com>
13364
13365         * modules/rijndael-tests: New file.
13366
13367         * modules/rijndael: New file.
13368
13369 2005-10-15  Simon Josefsson  <jas@extundo.com>
13370
13371         * m4/rijndael.m4: New file.
13372
13373 2005-10-15  Simon Josefsson  <jas@extundo.com>
13374
13375         * lib/rijndael-api-fst.h, lib/rijndael-api-fst.c: New files.
13376
13377         * lib/rijndael-alg-fst.h, lib/rijndael-alg-fst.c: New files.
13378
13379 2005-10-14  Simon Josefsson  <jas@extundo.com>
13380
13381         * tests/test-arcfour.c: New file.
13382
13383         * modules/arcfour, modules/arcfour-tests: New files.
13384
13385 2005-10-14  Simon Josefsson  <jas@extundo.com>
13386
13387         * m4/arcfour.m4: New file.
13388
13389 2005-10-14  Simon Josefsson  <jas@extundo.com>
13390
13391         * lib/arcfour.h, lib/arcfour.c: New files.
13392
13393 2005-10-14  Roland McGrath  <roland@redhat.com>
13394
13395         Import from libc.  [BZ #1331]
13396         * lib/obstack.h [!__STDC__] (obstack_int_grow_fast): Fix misnamed
13397         macro argument.
13398         Reported by Matej Vela <vela@debian.org>.
13399
13400 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
13401
13402         * lib/obstack.c [defined _LIBC && defined USE_IN_LIBIO]: Don't
13403         include <wchar.h>; no longer needed.
13404
13405 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
13406
13407         * config/srclist.txt: Add glibc bug 321 for obstack.c, obstack.h.
13408
13409 2005-10-14  Jakub Jelinek  <jakub@redhat.com>
13410         and  Ulrich Drepper  <drepper@redhat.com>
13411
13412         Import from libc.
13413         * lib/obstack.c (print_and_abort) [defined _LIBC]: Use __fxprintf
13414         instead of inline stream orientation test and two separate
13415         function calls.  Pay no attention to USE_IN_LIBIO.
13416
13417 2005-10-13  Simon Josefsson  <jas@extundo.com>
13418
13419         * modules/gc-hmac-md5-tests: New file.
13420
13421         * tests/test-gc-hmac-sha1.c: New file.
13422
13423         * tests/test-gc.c (main): Remove MD5 and HMAC-MD5 tests.
13424
13425         * modules/gc-hmac-md5-tests: New file.
13426
13427         * tests/test-gc-md5.c: New file.
13428
13429         * modules/gc-md5-tests: New file.
13430
13431 2005-10-13  Simon Josefsson  <jas@extundo.com>
13432
13433         * lib/gc-pbkdf2-sha1.c (gc_pbkdf2_sha1): Optimize CEIL computation.
13434         Move memory allocation outside of loop.
13435
13436 2005-10-13  Paul Eggert  <eggert@cs.ucla.edu>
13437
13438         * lib/mkdir-p.c (make_dir_parents): Don't report an error if an
13439         intermediate directory is in a read-only file system.  Problem
13440         reported by Eric Blake.
13441
13442 2005-10-13  Oskar Liljeblad  <oskar@osk.mine.nu>
13443
13444         * modules/human (Depends-on): Depend on xstrtoumax, not xstrtol.
13445
13446 2005-10-12  Simon Josefsson  <jas@extundo.com>
13447
13448         * tests/test-hmac-sha1.c: New file.
13449
13450         * modules/hmac-sha1-tests: New file.
13451
13452         * modules/hmac-sha1: New file.
13453
13454 2005-10-12  Simon Josefsson  <jas@extundo.com>
13455
13456         * modules/gc-sha1: New file.
13457
13458 2005-10-12  Simon Josefsson  <jas@extundo.com>
13459
13460         * modules/gc-pbkdf2-sha1, modules/gc-pbkdf2-sha1-tests: New files.
13461
13462         * tests/test-gc-pbkdf2-sha1.c: New file.
13463
13464 2005-10-12  Simon Josefsson  <jas@extundo.com>
13465
13466         * modules/gc-md5, modules/gc-hmac-md5: New files.
13467
13468         * modules/gc (Files): Remove md5, memxor and hmac files.
13469
13470 2005-10-12  Simon Josefsson  <jas@extundo.com>
13471
13472         * m4/gc-pbkdf2-sha1.m4: New file.
13473
13474         * m4/gc-hmac-sha1.m4: New file.
13475
13476         * m4/gc-sha1: New file.
13477
13478         * m4/hmac-sha1.m4: New file.
13479
13480 2005-10-12  Simon Josefsson  <jas@extundo.com>
13481
13482         * m4/gc-md5.m4, m4/gc-hmac-md5.m4: New files.
13483
13484         * m4/gc.m4: Don't call gl_MD5, gl_MEMXOR or gl_HMAC_MD5.
13485
13486 2005-10-12  Simon Josefsson  <jas@extundo.com>
13487
13488         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Use Gc_rc for return types,
13489         suggested by Bruno Haible <bruno@clisp.org>.
13490
13491 2005-10-12  Simon Josefsson  <jas@extundo.com>
13492
13493         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support SHA-1.
13494
13495 2005-10-12  Simon Josefsson  <jas@extundo.com>
13496
13497         * lib/gc-pbkdf2-sha1.c: New file.
13498
13499         * lib/gc.h: Add gc_pbkdf2_sha1 prototype.
13500
13501 2005-10-12  Simon Josefsson  <jas@extundo.com>
13502
13503         * lib/gc-libgcrypt.c (gc_hmac_sha1): New function.
13504
13505         * lib/gc-gnulib.c (gc_hmac_sha1): New function.
13506
13507 2005-10-12  Simon Josefsson  <jas@extundo.com>
13508
13509         * lib/gc-gnulib.c: Condition MD5 and HMAC-MD5 use on GC_USE_MD5 and
13510         GC_USE_HMAC_MD5, respectively.
13511
13512         * lib/gc-libgcrypt.c (gc_md5): Fix assert call.
13513         (gc_md5): Fix typo.
13514
13515         * lib/gc.h (gc_hash_buffer): Use gc_hash in prototype.
13516
13517         * lib/gc-libgcrypt.c (gc_hash_buffer): Ditto.
13518
13519         * lib/gc-gnulib.c (gc_hash_buffer): Ditto.
13520
13521 2005-10-12  Bruno Haible  <bruno@clisp.org>
13522
13523         * m4/stdbool.m4 (gl_STDBOOL_H): Define as an alias of AM_STDBOOL_H.
13524         Reported by Stepan Kasal <kasal@ucw.cz>.
13525
13526 2005-10-11  Simon Josefsson  <jas@extundo.com>
13527
13528         * tests/test-crc.c: New file.
13529
13530         * modules/crc, modules/crc-tests: New files.
13531
13532 2005-10-11  Simon Josefsson  <jas@extundo.com>
13533
13534         * m4/crc.m4: New file.
13535
13536 2005-10-11  Simon Josefsson  <jas@extundo.com>
13537
13538         * lib/gc.h: Add gc_hash and gc_hash_buffer.
13539
13540         * lib/gc-gnulib.c (gc_hash_buffer): Add.  Reorder #include's.
13541
13542         * lib/gc-libgcrypt.c (gc_hash_buffer): Add.
13543
13544 2005-10-11  Simon Josefsson  <jas@extundo.com>
13545
13546         * lib/crc.h, lib/crc.c: New files.
13547
13548         * lib/gc.h (gc_hash_buffer): Add doc.
13549
13550 2005-10-11  Bruno Haible  <bruno@clisp.org>
13551
13552         * modules/c-strcasestr: New file.
13553         * MODULES.html.sh (String handling <string.h>): Add c-strcasestr.
13554
13555 2005-10-11  Bruno Haible  <bruno@clisp.org>
13556
13557         * modules/c-strcase: New file.
13558         * MODULES.html.sh (String handling <string.h>): Add c-strcase.
13559
13560 2005-10-11  Bruno Haible  <bruno@clisp.org>
13561
13562         * lib/strcasecmp.c: Include limits.h.
13563         (strcasecmp): Avoid integer overflow on exotic platforms.
13564         * lib/strncasecmp.c: Include limits.h.
13565         (strncasecmp): Avoid integer overflow on exotic platforms.
13566         Reported by Paul Eggert.
13567
13568 2005-10-11  Bruno Haible  <bruno@clisp.org>
13569
13570         * lib/c-strcasestr.h: New file, from GNU gettext.
13571         * lib/c-strcasestr.c: New file, from GNU gettext.
13572
13573 2005-10-11  Bruno Haible  <bruno@clisp.org>
13574
13575         * lib/c-strcase.h: New file, from GNU gettext.
13576         * lib/c-strcasecmp.c: New file, from GNU gettext.
13577         * lib/c-strncasecmp.c: New file, from GNU gettext.
13578
13579 2005-10-10  Paul Eggert  <eggert@cs.ucla.edu>
13580
13581         * modules/mempcpy (License): GPL -> LGPL.
13582         * modules/strchrnul (License): Likewise.
13583         * modules/sysexits (License): Likewise.
13584
13585 2005-10-08  Simon Josefsson  <jas@extundo.com>
13586
13587         * config/srclist.txt: Bug 1423 is closed, but 1439 remains.
13588
13589 2005-10-07  Simon Josefsson  <jas@extundo.com>
13590
13591         * m4/memxor.m4: Remove gl_C_RESTRICT call.
13592
13593 2005-10-06  Simon Josefsson  <jas@extundo.com>
13594
13595         * tests/test-hmac-md5.c: New file.
13596
13597         * modules/hmac-md5-tests: New file.
13598
13599         * modules/hmac-md5: New file.
13600
13601 2005-10-06  Simon Josefsson  <jas@extundo.com>
13602
13603         * m4/hmac-md5.m4: New file.
13604
13605         * m4/memxor.m4: Require gl_C_RESTRICT.
13606
13607 2005-10-06  Simon Josefsson  <jas@extundo.com>
13608
13609         * lib/memxor.c (memxor): Avoid casts and warnings.
13610
13611 2005-10-06  Simon Josefsson  <jas@extundo.com>
13612
13613         * lib/hmac-md5.c: New file.
13614
13615         * lib/hmac.h: New file.
13616
13617 2005-10-06  Paul Eggert  <eggert@cs.ucla.edu>
13618
13619         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check that bool
13620         promotes to int, not unsigned int, to catch the AIX 5.3
13621         compiler bug.
13622
13623 2005-10-05  Simon Josefsson  <jas@extundo.com>
13624
13625         * modules/memxor: New file.
13626
13627         * modules/iconv (Files): Move config.rpath to havelib, it is used
13628         there.
13629
13630         * modules/havelib (Files): Add config.rpath.
13631
13632 2005-10-05  Simon Josefsson  <jas@extundo.com>
13633
13634         * m4/memxor.m4: New file.
13635
13636 2005-10-05  Simon Josefsson  <jas@extundo.com>
13637
13638         * lib/memxor.c (memxor): Fix compiler error.
13639
13640         * lib/md5.h (MD5_DIGEST_SIZE, MD5_BLOCK_SIZE): Add, see also
13641         <http://sourceware.org/bugzilla/show_bug.cgi?id=1423>.
13642
13643         * lib/memxor.h, lib/memxor.c: New files.
13644
13645         * lib/getaddrinfo.h: Don't protect sys/types.h with HAVE_SYS_TYPES_H,
13646         we assume all systems have it, suggested by Jim Meyering
13647         <jim@meyering.net>.  Remove HAVE_SYS_SOCKET_H test too, to see if
13648         any systems lack sys/socket.h; mingw32 is known to lack it, but we
13649         don't support it yet anyway.  Also remove HAVE_NETDB_H test, for
13650         same reasons.
13651
13652 2005-10-05  Simon Josefsson  <jas@extundo.com>
13653
13654         * config/srclist.txt: Add glibc bug 1423 for md5.h.
13655
13656 2005-10-05  Paul Eggert  <eggert@cs.ucla.edu>
13657
13658         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Don't check for
13659         sys/socket.h, netdb.h, sys/types.h; the checks areno longer
13660         needed, since the source code now assumes these .h files.
13661
13662 2005-10-05  Derek Price  <derek@ximbiot.com>
13663
13664         * lib/getdelim.c (SIZE_MAX): New macro, if not already defined.
13665
13666 2005-10-05  Bruno Haible  <bruno@clisp.org>
13667
13668         * modules/stdint (License): Change to LGPL.
13669
13670 2005-10-04  Simon Josefsson  <jas@extundo.com>
13671
13672         * lib/getaddrinfo.h: Move sys/types.h include first, reported by "Mark
13673         D. Baushke" <mdb@gnu.org>.
13674
13675 2005-10-04  Bruno Haible  <bruno@clisp.org>
13676
13677         * lib/verify.h (verify_true): Provide alternative definition for C++.
13678
13679 2005-10-03  Paul Eggert  <eggert@cs.ucla.edu>
13680
13681         * lib/getdelim.c: Include getdelim.h first.  Include <limits.h>.
13682         (SSIZE_MAX): New macro, if not already defined.
13683         (getdelim): Fix buffer overrun on 64-bit hosts with lines longer
13684         than 2 GiB.
13685
13686 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
13687
13688         Sync from coreutils.
13689         * m4/openat.m4 (gl_FUNC_OPENAT): Check for fdopendir.
13690         * m4/ullong_max.m4 (gl_ULLONG_MAX): Simplify so that it merely
13691         defines ULONG_MAX_LT_ULLONG_MAX.  Thomas M.Ott reports that
13692         ULLONG_MAX doesn't work with 2.7.2.1.
13693
13694 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
13695
13696         * modules/xreadlink (Makefile.am): Remove lib_SOURCES.
13697         From Ben Pfaff.
13698
13699         * modules/exclude (Depends-on): Depend on verify.
13700         * modules/strtoimax (Depends-on): Likewise.
13701         * modules/utimecmp (Depends-on): Likewise.
13702
13703 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
13704
13705         * lib/exclude.c: Include verify.h.
13706         (verify): Remove.  All callers changed to use verify.h's version.
13707         * lib/strtoimax.c: Likewise.
13708         * lib/utimecmp.c: Likewis.e
13709
13710         Sync from coreutils.
13711         * lib/.cppi-disable: Add getaddrinfo.h, getdelim.h, getline.h,
13712         getpass.c, mbchar.h, mbuiter.h, strcase.h, strnlen.h, strnlen1.h.
13713         * lib/.cvsignore: Add fts.h, search.h, t-fpending.
13714         * lib/settime.c (settime): Fix { typo in previous patch.  Also, don't
13715         bother returning ENOSYS if settimeofday or stime fails; just let
13716         them return whatever errno they want to return.
13717         * lib/utimens.c: Include unistd.h, for dup2.
13718         (futimens): Fix typo: HAVE_FUTIMESAT was misspelled in an #if.
13719         (futimens) [! HAVE_FUTIMESAT]: If !file, set errno before returning -1.
13720
13721 2005-10-02  Jim Meyering  <jim@meyering.net>
13722
13723         Sync from coreutils.
13724         * m4/utimes.m4 (gl_FUNC_UTIMES): Detect the version of utimes
13725         from glibc-2.2.5 that fails for read-only files.
13726
13727 2005-10-02  Jim Meyering  <jim@meyering.net>
13728
13729         Sync from coreutils.
13730         * lib/fts-cycle.c [HAVE_CONFIG_H]: Include <config.h>.
13731         * lib/openat-die.c: Use `#ifdef HAVE_CONFIG_H', not
13732         `#if HAVE_CONFIG_H'.
13733         * lib/openat.c (fdopendir): Do not define if HAVE_FDOPENDIR.
13734         Remove AT_FDCWD test.
13735         Do not consume the fd unless successful.
13736         * lib/openat.h (fdopendir): Do not define if HAVE_FDOPENDIR.
13737         * lib/settime.c (settime): Move the HAVE_STIME block `up' into an #elif
13738         block, so that we don't even try to compile it if settimeofday is
13739         available.  This works around a compilation failure on OSF1 V5.1,
13740         due to stime requiring a `long int*' while tv_sec is `int'.
13741
13742 2005-10-02  Alfred M. Szmidt  <ams@gnu.org>
13743
13744         Sync from coreutils.
13745         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Compare $gl_have_path...
13746         against `yes', rather than just testing for nonempty.
13747
13748 2005-10-01  Simon Josefsson  <jas@extundo.com>
13749
13750         * m4/getaddrinfo.m4: Include sys/types.h for sys/socket.h, on FreeBSD
13751         and Darwin.
13752
13753         * m4/getaddrinfo.m4: Use AC_GNU_SOURCE, GNU only declare getaddrinfo
13754         as an (POSIX) extension.  Check for sys/types.h, sys/socket.h, and
13755         netdb.h too, needed by getaddrinfo.h.  Check if getaddrinfo,
13756         freeaddrinfo and gai_strerror are declared by the POSIX headers.
13757         Check if struct addrinfo is declared.
13758
13759 2005-10-01  Simon Josefsson  <jas@extundo.com>
13760
13761         * lib/getaddrinfo.h: Protect #include's of sys/socket.h and netdb.h.
13762         Only define struct addrinfo if !HAVE_STRUCT_ADDRINFO.  Protect
13763         AI_* and EAI_* definitions.  Protect function declarations.
13764
13765 2005-10-01  Jim Meyering  <jim@meyering.net>
13766
13767         Sync from coreutils.
13768
13769         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Look for getservbyname in these
13770         libraries [inet nsl socket xnet].  Nelson Beebe reported that with
13771         native cc on Solaris 7, getaddrinfo.c requires -lsocket.
13772         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
13773         in the inet and nsl libraries.  Required on Solaris 5.7.
13774
13775 2005-10-01  Jim Meyering  <jim@meyering.net>
13776
13777         Sync from coreutils.
13778         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
13779         in the inet and nsl libraries.  Required on Solaris 5.7.
13780
13781 2005-10-01  Eric Blake  <ebb9@byu.net>  (tiny change)
13782
13783         * lib/getdelim.c (getdelim): Remove unused variables.
13784
13785 2005-09-29  Paul Eggert  <eggert@cs.ucla.edu>
13786
13787         * lib/xtime.h (XTIME_PRECISION): Now of type int, not long long int,
13788         so that the code works even with ancient cpp.  Portability problem
13789         with GCC 2.7.2.1 reported by Thomas M.Ott.
13790
13791 2005-09-27  Paul Eggert  <eggert@cs.ucla.edu>
13792
13793         * modules/regex (Depends-on): Add strcase.
13794
13795         * modules/gethostname (Licence): Change from GPL to LGPL, since
13796         gethostname.c is a trivial implementation of a standard library
13797         function.
13798         * modules/poll (License): Change from GPL to LGPL, since it's
13799         derived from LGPL code.
13800
13801 2005-09-27  Jim Meyering  <jim@meyering.net>
13802
13803         * lib/getcwd.c: Change #ifdef<TAB>HAVE_CONFIG_H to #ifdef
13804         HAVE_CONFIG_H.
13805
13806         * lib/intprops.h (signed_type_or_expr__): Define.
13807         (INT_STRLEN_BOUND) [__GNUC__]: Use a slightly tighter bound
13808         for unsigned types.
13809
13810 2005-09-26  Paul Eggert  <eggert@cs.ucla.edu>
13811
13812         * lib/verify.h (verify_expr): Remove, replacing with:
13813         (verify_true): New macro that returns true instead of void.
13814         (verify_type__): Remove.
13815         (verify): Use verify_true rather than verify_type__.
13816
13817 2005-09-26  Bruno Haible  <bruno@clisp.org>
13818
13819         * modules/mbchar (Include): Mention that HAVE_WCHAR_H && HAVE_WCTYPE_H
13820         is necessary.
13821         (lib_SOURCES): Remove mbchar.c.
13822         * modules/mbfile (Include): Mention that HAVE_MBRTOWC is necessary.
13823         (Files): Add m4/mbrtowc.m4.
13824         * modules/mbiter: Likewise.
13825         * modules/mbuiter: Likewise.
13826
13827 2005-09-26  Bruno Haible  <bruno@clisp.org>
13828
13829         * m4/mbchar.m4 (gl_MBCHAR): Check for wchar.h and wctype.h. Don't
13830         compile mbchar.c if they are not both present.
13831         * m4/mbfile.m4 (gl_MBFILE): Require gl_FUNC_MBRTOWC.
13832         * m4/mbiter.m4 (gl_MBITER): Likewise.
13833         * m4/strstr.m4 (gl_PREREQ_STRSTR): Use AC_REQUIRE.
13834         * m4/strcasestr.m4 (gl_PREREQ_STRCASESTR): Likewise.
13835         * m4/strcase.m4 (gl_PREREQ_STRCASECMP): Likewise.
13836
13837 2005-09-25  Jim Meyering  <jim@meyering.net>
13838
13839         * modules/inet_ntop (Depends-on): Add socklen, since inet_ntop.c
13840         also uses socklen_t.
13841
13842 2005-09-24  Paul Eggert  <eggert@cs.ucla.edu>
13843
13844         * lib/utimens.c (ENOSYS): Define if not already defined.
13845         (futimens): Support having a null PATH if the file descriptor
13846         is nonnegative.
13847
13848         * lib/regex_internal.h (__GNUC_PREREQ, always_inline, inline, pure):
13849         Remove.
13850         (__attribute): Define to empty unless GCC 3.1 or later.
13851         This works around a core dump on OpenBSD 3.4, which has GCC
13852         2.95.3, which dumps core when given __attribute__(()).  It also
13853         simplifies other tests, since we really don't want to bother with
13854         worrying about which ancient version of GCC supported what.
13855         Original problem reported by Yoann Vandoorselaere, with part of
13856         the fix suggested by Derek Price.
13857
13858 2005-09-24  Jim Meyering  <jim@meyering.net>
13859
13860         * lib/verify.h (verify_type__): Use `unsigned int' as the bitfield type
13861         so we can once again use a positive bitfield width of 1 -- now we
13862         don't have to explain why we were using a bitfield width of 2.
13863
13864 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
13865
13866         * m4/regex.m4 (gl_REGEX): If replacing, define regcomp to rpl_regcomp,
13867         and similarly for the other external symbols.  Problem reported
13868         by James Gallager.
13869
13870         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Catch Sun Studio 10u1 on Linux
13871         bug reported by Jim Meyering.
13872
13873         * m4/utimens.m4 (gl_UTIMENS): Check for futimesat.
13874         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Undo previous change;
13875         not needed, since socklen is a prerequisite module.
13876
13877 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
13878
13879         * lib/getaddrinfo.c [HAVE_NETINET_IN_H]: Include <netinet/in.h>.
13880         Problem reported by Eric Blake.
13881         (getaddrinfo): Initialize se so that it's not garbage.
13882         Redo internal storage allocation so that it doesn't make unportable
13883         assumptions about alignment.
13884         Fix a memory leak.
13885
13886         * lib/utimens.c (futimens): Use futimesat if available.
13887         Prefer it to futimes since it doesn't have the futimes bug.
13888
13889         * lib/verify.h (GL_CONCAT0, GL_CONCAT): Remove.
13890         (verify): Don't use the __LINE__ trick, as it doesn't work in general.
13891         Instead, declare a function that returns a pointer to an array,
13892         and use verify_type__ to declare the size of the array.
13893         Problem and germ of a solution reported by Bruno Haible.
13894         (verify_type__): Use 2, not 1, for bitfield size, to avoid
13895         a warning with Irix 6.5 cc.  Problem reported by Bruno Haible.
13896
13897 2005-09-23  Jim Meyering  <jim@meyering.net>
13898
13899         Sync from coreutils.
13900         Correct build failure (socklen_t not defined) on at least
13901         mips-sgi-irix6.5 and alphaev67-dec-osf5.1.
13902         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Require gl_SOCKLEN_T.
13903
13904 2005-09-23  Jim Meyering  <jim@meyering.net>
13905
13906         * modules/getaddrinfo (Depends-on): Add socklen.
13907
13908 2005-09-23  Bruno Haible  <bruno@clisp.org>
13909
13910         * tests/test-verify.c: New file.
13911
13912 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
13913
13914         Sync from coreutils.
13915
13916         * modules/argmatch (Depends-on): Add verify.
13917         * modules/getloadavg (Depends-on): Depend on fcntl-safer, not
13918         unistd-safer.
13919         * modules/save-cwd (Depends-on): Likewise.
13920
13921         * modules/openat (Files): Add lib/openat-die.c.
13922         (Depends-on): Remove error, exitfail.
13923         Add dirname.
13924
13925         * modules/verify: New file.
13926         * MODULES.html.sh (Diagnostics <assert.h>): New section,
13927         with "verify" module.
13928
13929 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
13930
13931         Sync from coreutils.
13932
13933         * m4/backupfile.m4, calloc.m4, chown.m4, cloexec.m4, dup2.m4:
13934         * m4/fileblocks.m4, free.m4, ftruncate.m4, getcwd.m4, getpagesize.m4:
13935         * m4/getugroups.m4, group-member.m4, idcache.m4, link-follow.m4:
13936         * m4/mkstemp.m4, mktime.m4, mountlist.m4, nanosleep.m4, pathmax.m4:
13937         * m4/physmem.m4, posixver.m4, putenv.m4, safe-read.m4, same.m4:
13938         * m4/save-cwd.m4, stdio-safer.m4, unistd-safer.m4, unlinkdir.m4:
13939         * m4/userspec.m4, xgetcwd.m4, xreadlink.m4:
13940         Don't bother checking for string.h, stdlib.h, unistd.h.
13941         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't require
13942         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK; that's now the lstat
13943         module's job.
13944         * m4/jm-macros.m4 (gl_MACROS): Likewise.
13945         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_LSTAT.
13946
13947         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): New macro.
13948         (gl_GETDATE): Use it.
13949
13950         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Don't bother checking for unistd.h.
13951
13952 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
13953
13954         Sync from coreutils.
13955
13956         * lib/.cppi-disable: Add regcomp.c, regex_internal.c, regex_internal.h,
13957         stat-time.h.
13958         * lib/argmatch.h: Include verify.h
13959         (ARGMATCH_VERIFY): Use verify rather than rolling our own.
13960         (ARGMATCH_ASSERT): Remove; unused.
13961         * lib/canonicalize.c: Assume STDC_HEADERS.
13962         * lib/exclude.c: Include "strcase.h".
13963         * lib/regex_internal.h [!defined _LIBC]: Likewise.
13964         * lib/getusershell.c: Include stdio--.h rather than stdio.h
13965         and stdio-safer.h.
13966         (getusershell): Call fopen, not fopen_safer.
13967         * lib/save-cwd.c: Include fcntl--.h rather than fcntl.h.
13968         Do not include unistd-safer.h.
13969         (save_cwd): Don't call fd_safer; no longer needed
13970         now that we include fcntl--.h.
13971
13972         * lib/getdate.y (relative_time): New type.
13973         (RELATIVE_TIME_0): New constant.
13974         (parser_control): Use relative_time instead of doing it ourselves.
13975         (%union): Add new relative_time rel member.
13976         (tYEAR_UNIT, tMONTH_UNIT, tHOUR_UNIT, tMINUTE_UNIT, tSEC_UNIT):
13977         Now typeless.
13978         (relunit, relunit_snumber): Now of type rel.
13979         (zone, rel, relunit, get_date): Adjust to above changes.
13980
13981         * lib/getloadavg.c: Include fcntl--.h rather than fcntl.h.
13982         Do not include unistd-safer.h.
13983         (getloadavg): Don't call fd_safer; no longer needed
13984         now that we include fcntl--.h.
13985
13986         * lib/mkdir-p.c (ENOSYS): Define to EEXIST if not defined.
13987         (make_dir_parents): Treat ENOSYS like EEXIST.
13988
13989         Improve quality of diagnostics on restore_cwd failure.
13990         * lib/mkdir-p.h (make_dir): Remove.  All uses replaced by mkdir.
13991         (make_dir_parents): Last arg is now int * (for errno), not bool *.
13992         * lib/mkdir-p.c (make_dir, make_dir_parents): Likewise.
13993         Rewrite "mkdir -p" algorithm to avoid the need for "stat"
13994         each time through the loop.  Do not diagnose restore_cwd failure;
13995         that is the caller's job (and perhaps the caller does not care).
13996
13997         * lib/mkdir-p.c (CLEANUP_CWD, CLEANUP): Remove.
13998         (make_dir_parents): Revamp to avoid need for CLEANUP_CWD, CLEANUP.
13999         If the file already exists but is not a directory, don't bother
14000         to try to make its parents.
14001         Close potential file descriptor leak if we can't chdir("/") (!).
14002         Don't always return true if chdir($PWD) fails; return true only
14003         if the requested action was done successfully (except for the
14004         chdir($PWD)).
14005         Don't log final directory unless we actually made it.
14006         Refactor to avoid duplicate code to fix up permissions.
14007         Don't attempt to fix up parent permissions if chdir($PWD) fails.
14008
14009         * lib/strftime.c (my_strftime): Rewrite the previous change slightly,
14010         to make it a bit faster and (I hope) clearer.
14011         * lib/strftime.c (my_strftime): Add support for %:z, %::z, %:::z.
14012         Fix bug in formats like %2N.
14013
14014         * lib/verify.h: New file.
14015
14016 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
14017
14018         Sync from coreutils.
14019         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Check for netinet/in.h.
14020
14021 2005-09-22  Jim Meyering  <jim@meyering.net>
14022
14023         Sync from coreutils.
14024
14025         * m4/lstat.m4 (gl_FUNC_LSTAT):
14026         Use AC_LIBSOURCES to require lstat.c and lstat.h.
14027         Remove obsolete comment.
14028         * m4/xreadlink.m4: Use AC_LIBSOURCES and AC_LIBOBJ.
14029         * m4/xstrtod.m4: Likewise.
14030
14031         * m4/openat.m4 (gl_FUNC_OPENAT): Add openat-die.c.
14032
14033 2005-09-22  Jim Meyering  <jim@meyering.net>
14034
14035         Sync from coreutils.
14036
14037         * lib/backupfile.c: Use ARGMATCH_VERIFY, just in case.
14038
14039         * lib/posixtm.c (posixtime) [lint]: Initialize *all* of tm0, not just
14040         the .tm_year member, since otherwise gcc-4.0 would now warn about
14041         tm_zone, tm_gmtoff, tm_isdst, tm_yday, tm_wday.
14042
14043         * lib/quotearg.c (quotearg_n_options): Change code to be suboptimal, in
14044         order to avoid an unsuppressible warning from gcc on 64-bit systems.
14045
14046         * lib/getdate.y (get_date): Undo part of the 2005-04-04 change, so that
14047         the command "date -d'2005-03-27 +1 day'" succeeds once again, even
14048         when run in a time zone for which daylight savings time is in effect
14049         for the starting date.
14050
14051         * lib/mkdir-p.c (make_dir_parents): Don't let a failed chdir($PWD)
14052         stop us from restricting permissions of just-created absolute-named
14053         directories.
14054         * lib/mkdir-p.c (CLEANUP_CWD): Return *true*, not false when failing
14055         to restore initial working directory.
14056         * lib/mkdir-p.c (make_dir_parents): New parameter:
14057         different_working_dir, to tell caller if/when we change the working
14058         directory and are unable to return to the initial one.
14059         * lib/mkdir-p.h (make_dir_parents): Update prototype.
14060         * lib/mkdir-p.c (CLEANUP_CWD): Change one more `return 1' to
14061         `return false'.  This fixes a bug introduced on 2004-07-30.
14062
14063         * lib/openat.c (fdopendir): Be sure to close the supplied
14064         file descriptor before returning.  This makes our replacement
14065         implementation a little closer to Solaris's, where fdopendir
14066         ties the file descriptor to the returned DIR* pointer.
14067         * lib/openat.c (unlinkat): New function.
14068         * lib/openat.h (unlinkat): Add prototype.
14069         * lib/openat-die.c (openat_save_fail): Rename from openat_save_die.
14070         (openat_restore_fail): Rename from openat_restore_die.
14071         * lib/openat.c, openat.h: Reflect s/_die/_fail/ renaming.
14072
14073         Provide an alternative to exiting immediately upon save_cwd or
14074         restore_cwd failure.  Now, an application can arrange e.g.,
14075         to perform a longjump in that case.
14076         * lib/openat.c: Include dirname.h.
14077         Use IS_ABSOLUTE_FILE_NAME rather than testing for leading slash.
14078         (rpl_openat, fdopendir, fstatat): Call openat_save_die
14079         and openat_restore_die rather than calling error directly.
14080         Don't include "error.h" or "exitfail.h"; they're no longer needed.
14081
14082         * lib/openat-die.c (openat_save_die, openat_restore_die): New file.
14083         * lib/openat.h (openat_save_die, openat_restore_die): Declare and
14084         define.
14085
14086         * lib/strftime.c [FPRINTFTIME] (fprintftime): Provide a new interface:
14087         size_t fprintftime (FILE *fp, char const *fmt, struct tm const *tm,
14088                             int utc, int nanoseconds);
14089         Background:
14090         date should not have to allocate a megabyte of virtual memory to
14091         handle a format argument like +%1048575T.  When implemented with
14092         strftime, it must allocate such a buffer, use strftime to fill it
14093         in, print it, then free it.
14094         With fprintftime, it simply prints everything and exits.
14095         With no need for memory allocation, that's one fewer way to fail.
14096         * lib/strftime.c (my_strftime): Parse the colons of %:::z *after* the
14097         optional field width, not before, so we accept %9:z, not %:9z.
14098         (my_strftime): Be sure to use L_('x') for literals.
14099
14100         * lib/backupfile.c, lib/canon-host.c, lib/canonicalize.c, lib/chown.c:
14101         * lib/cloexec.c, lib/dup-safer.c, lib/dup2.c, lib/euidaccess.c:
14102         * lib/fd-safer.c, lib/fileblocks.c, lib/fopen-safer.c, lib/fsusage.c:
14103         * lib/ftruncate.c, lib/getcwd.c, lib/getcwd.h, lib/getloadavg.c:
14104         * lib/getopt_.h, lib/getpagesize.h, lib/getugroups.c:
14105         * lib/group-member.c, lib/human.h, lib/idcache.c, lib/mkdir-p.c:
14106         * lib/mountlist.c, lib/nanosleep.c, lib/pathmax.h, lib/physmem.c:
14107         * lib/posixver.c, lib/putenv.c, lib/raise.c, lib/safe-read.c:
14108         * lib/same.c, lib/save-cwd.c, lib/setenv.c, lib/settime.c:
14109         * lib/tempname.c, lib/unlinkdir.c, lib/unsetenv.c, lib/userspec.c:
14110         * lib/xgethostname.c, lib/xreadlink.c:
14111         Assume HAVE_UNISTD_H, i.e., include <unistd.h> unconditionally.
14112
14113         * lib/chown.c, lib/cloexec.c, lib/dup-safer.c, lib/dup2.c:
14114         * lib/fsusage.c, lib/getcwd.c, lib/getloadavg.c, lib/mountlist.c:
14115         * lib/openat.h, lib/save-cwd.c, lib/tempname.c:
14116         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
14117         and don't include <sys/file.h>).
14118
14119 2005-09-22  Eric Blake  <ebb9@byu.net>  (tiny change)
14120
14121         Sync from coreutils.
14122
14123         * lib/getloadavg.c (getloadavg) [__CYGWIN__]: Port to cygwin.
14124         [__linux__]: Allocate a big enough buffer for /proc/loadavg.
14125         [!LDAV_DONE]: Avoid unused variable warning.
14126
14127 2005-09-21  Bruno Haible  <bruno@clisp.org>
14128
14129         * lib/unicodeio.h (unicode_to_mb): New declaration.
14130
14131 2005-09-20  Derek Price  <derek@ximbiot.com>
14132
14133         * lib/getaddrinfo.c: Don't include <netdb.h> included from
14134         getaddrinfo.h.
14135
14136 2005-09-20  Bruno Haible  <bruno@clisp.org>
14137
14138         * gnulib-tool: Remove trailing slashes from the values specified for
14139         --source-base, --m4-base, --tests-base, --aux-dir.
14140         Suggested by Simon Josefsson <jas@extundo.com>.
14141
14142 2005-09-20  Bruno Haible  <bruno@clisp.org>
14143
14144         * gnulib-tool (func_all_modules, func_modules_transitive_closure,
14145         func_modules_to_filelist, func_import, func_create_testdir): Make all
14146         sorting results locale-independent, so that gnulib-cache.m4 doesn't
14147         change when gnulib-tool is invoked in a different locale.
14148
14149 2005-09-19  Simon Josefsson  <jas@extundo.com>
14150
14151         * m4/socklen.m4: Fix typo.
14152
14153 2005-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14154
14155         Use a consistent style for including <config.h>.
14156         * lib/__fpending.c, lib/acl.c, lib/argmatch.c, lib/argp-help.c,
14157         lib/argp-parse.c, lib/argp-pvh.c, lib/backupfile.c, lib/basename.c,
14158         lib/c-stack.c, lib/calloc.c, lib/check-version.c, lib/cloexec.c,
14159         lib/closeout.c, lib/copy-file.c, lib/creat-safer.c, lib/cycle-check.c,
14160         lib/dirfd.c, lib/dirname.c, lib/dup-safer.c, lib/dup2.c,
14161         lib/euidaccess.c, lib/exclude.c, lib/exitfail.c, lib/fatal-signal.c,
14162         lib/fd-safer.c, lib/file-type.c, lib/fileblocks.c, lib/filemode.c,
14163         lib/filenamecat.c, lib/findprog.c, lib/fnmatch.c, lib/fopen-safer.c,
14164         lib/free.c, lib/fsusage.c, lib/ftruncate.c, lib/full-write.c,
14165         lib/fwriteerror.c, lib/getaddrinfo.c, lib/getcwd.c, lib/getdelim.c,
14166         lib/getline.c, lib/getlogin_r.c, lib/getndelim2.c, lib/getnline.c,
14167         lib/getopt1.c, lib/getpass.c, lib/group-member.c, lib/hard-locale.c,
14168         lib/hash-pjw.c, lib/hash.c, lib/human.c, lib/idcache.c,
14169         lib/inet_ntop.c, lib/isdir.c, lib/long-options.c, lib/malloc.c,
14170         lib/memcasecmp.c, lib/memcmp.c, lib/memcoll.c, lib/memcpy.c,
14171         lib/memmove.c, lib/mkdir-p.c, lib/modechange.c, lib/mountlist.c,
14172         lib/open-safer.c, lib/physmem.c, lib/pipe-safer.c, lib/pipe.c,
14173         lib/poll.c, lib/posixver.c, lib/progname.c, lib/progreloc.c,
14174         lib/putenv.c, lib/quote.c, lib/quotearg.c, lib/readline.c,
14175         lib/readlink.c, lib/realloc.c, lib/regex.c, lib/rename.c, lib/rmdir.c,
14176         lib/rpmatch.c, lib/safe-read.c, lib/same.c, lib/save-cwd.c,
14177         lib/savedir.c, lib/sig2str.c, lib/strcspn.c, lib/strerror.c,
14178         lib/stripslash.c, lib/strncasecmp.c, lib/strndup.c, lib/strnlen.c,
14179         lib/strnlen1.c, lib/strsep.c, lib/strstr.c, lib/strtod.c,
14180         lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c,
14181         lib/time_r.c, lib/userspec.c, lib/utimecmp.c, lib/version-etc-fsf.c,
14182         lib/version-etc.c, lib/wait-process.c, lib/xalloc-die.c, lib/xgetcwd.c,
14183         lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c, lib/xreadlink.c,
14184         lib/xsetenv.c, lib/xstrndup.c, lib/xstrtoimax.c, lib/xstrtol.c,
14185         lib/xstrtoumax.c, lib/yesno.c:
14186         Standardize inclusion of config.h.
14187         * lib/__fpending.h, lib/dirfd.h, lib/getdate.h, lib/human.h,
14188         lib/inttostr.h:  Removed inclusion of config.h from header files.
14189         * lib/inttostr.c:  Adjusted in-tree users.
14190         * lib/timespec.h: Remove superfluous warning to include config.h.
14191         * lib/atexit.c, lib/chdir-long.c, lib/chown.c, lib/fchown-stub.c,
14192         lib/getgroups.c, lib/gettimeofday.c, lib/lchown.c, lib/lstat.c,
14193         lib/mkdir.c, lib/mkstemp.c, lib/nanosleep.c, lib/openat.c, lib/raise.c,
14194         lib/readtokens0.c, lib/readutmp.c, lib/unlinkdir.c: Guard inclusion of
14195         config.h with HAVE_CONFIG_H.
14196
14197 2005-09-19  Jim Meyering  <jim@meyering.net>
14198
14199         * modules/pathmax (License): Change to LGPL.
14200
14201 2005-09-19  Derek Price  <derek@ximbiot.com>
14202
14203         * config/srclist.txt: glibc's glob.h is now in lib/glob-libc.h.
14204
14205 2005-09-19  Bruno Haible  <bruno@clisp.org>
14206
14207         * gnulib-tool (import): Provide default for --tests-base.
14208
14209 2005-09-19  Bruno Haible  <bruno@clisp.org>
14210
14211         * doc/quote.texi: New file, extracted from gnulib.texi.
14212         * doc/ctime.texi: New file, extracted from gnulib.texi.
14213         * doc/inet_ntoa.texi: New file, extracted from gnulib.texi.
14214         * doc/gnulib-tool.texi: New file, extracted from gnulib.texi.
14215         * doc/gnulib.texi: Include them.
14216
14217 2005-09-18  Bruno Haible  <bruno@clisp.org>
14218
14219         Portability fix.
14220         * gnulib-tool (func_readlink): New function.
14221         (func_ln_if_changed): Use it.
14222
14223 2005-09-18  Bruno Haible  <bruno@clisp.org>
14224
14225         * gnulib-tool: Support --with-tests also with --import.
14226         (func_emit_tests_Makefile_am): Use variables $m4base and $testsbase.
14227         (func_import): Use variables $testsbase and $inctests. Emit a
14228         gl_TESTS_BASE form into gnulib-cache.m4. Create $testsbase/Makefile.am.
14229         Remind the user to add AC_CONFIG_FILES($testsdir/Makefile) and
14230         SUBDIRS += $testsdir.
14231         (func_create_testdir): Update.
14232
14233 2005-09-18  Bruno Haible  <bruno@clisp.org>
14234
14235         * gnulib-tool: Revise --dry-run implementation. Use variable $doit
14236         instead of $dry_run.
14237         (func_cp_if_changed, func_mv_if_changed): Remove functions.
14238         (func_ln_if_changed): Don't handle dry-run here.
14239         (func_import): In dry-run mode, detect more precisely which actions
14240         would be performed, and don't use "...ing" verbs.
14241
14242 2005-09-18  Bruno Haible  <bruno@clisp.org>
14243
14244         * gnulib-tool (func_tmpdir): New function, taken from GNU gettextize.
14245         (func_import): Use join on two temporary files instead of three nested
14246         loops, in order to determine which files are new or old.
14247
14248 2005-09-18  Bruno Haible  <bruno@clisp.org>
14249
14250         * gnulib-tool (func_import): Comment out code that spits out the
14251         new files with --dry-run.
14252
14253 2005-09-18  Bruno Haible  <bruno@clisp.org>
14254
14255         * doc/gnulib.texi (Invoking gnulib-tool): 50% rewritten.
14256
14257 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
14258
14259         * lib/stat-time.h: New file.
14260         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP, ATIME_CMP, CTIME_CMP):
14261         (MTIME_CMP, TIMESPEC_NS): Remove.  Now done by stat-time.h,
14262         in a different way.
14263         (timespec_cmp): New function.
14264         * lib/utimecmp.c: Include stat-time.h.
14265         (SYSCALL_RESOLUTION): Depend on whether various struct stat
14266         members exist, not on the obsolescent ST_MTIM_NSEC.
14267         (utimecmp): Use the new stat-time functions rater than TIMESPEC_NS.
14268
14269 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
14270
14271         * config/srclist.txt: Remove glibc bug 1033 and uncomment mktime.c.
14272
14273 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
14274
14275         * MODULES.html.sh (File system functions): Add stat-time.
14276         * modules/stat-time: New file.
14277         * modules/timespec (Files): Remove m4/st_mtim.m4; this
14278         is now done in a different way, by the stat-time module.
14279         * modules/utimecmp (Depends-on): Add stat-time.
14280
14281 2005-09-15  Paul Eggert  <eggert@cs.ucla.edu>
14282
14283         * m4/st_mtim.m4: Remove.  Superseded by...
14284         * m4/stat-time.m4: New file.
14285         * m4/timespec.m4 (gl_TIMESPEC): Require AC_C_INLINE.
14286         Do not invoke AC_STRUCT_ST_MTIM_NSEC; no longer needed.
14287
14288 2005-09-15  Derek Price  <derek@ximbiot.com>
14289
14290         * m4/strstr.m4 (gl_FUNC_STRSTR): Don't define strstr here.
14291
14292 2005-09-15  Derek Price  <derek@ximbiot.com>
14293
14294         * lib/regex_internal.h: Blank `pure' for GNUC < 3.
14295         * lib/regex_internal.c: Ditto, using this...
14296         (__GNUC_PREREQ): ...new macro.
14297         * lib/regcomp.c, regexec.c: Blank `always_inline' for GNUC < 3.1
14298         using...
14299         (__GNUC_PREREQ): ...this new macro.
14300
14301         * lib/strstr.h: Include string.h. Define strstr as a macro here.
14302
14303 2005-09-15  Derek Price  <derek@ximbiot.com>
14304             Paul Eggert  <eggert@cs.ucla.edu>
14305
14306         * lib/regcomp.c, regexec.c, regex_internal.c: Back out previous
14307         changes, consolidating in...
14308         * lib/regex_internal.h: ...this file.
14309
14310 2005-09-13  Jim Meyering  <jim@meyering.net>
14311
14312         * lib/canon-host.c: Filter through gnu indent and reword comments
14313         slightly.
14314         * lib/canon-host.h (ch_strerror_r): Tweak cpp indentation and spacing.
14315
14316 2005-09-13  Derek Price  <derek@ximbiot.com>
14317
14318         * lib/canon-host.c (canon_host_r): Set *cherror on memory allocation
14319         failure.
14320         Reported by Jim Meyering  <jim@meyering.net>.
14321
14322 2005-09-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
14323
14324         * lib/base64.c: Typo.
14325         (base64_encode): Put b64str in initialized data section.
14326
14327 2005-09-12  Paul Eggert  <eggert@cs.ucla.edu>
14328
14329         Merge glibc and coreutils changes into gnulib, plus a few
14330         extra fixes.
14331         * lib/md5.c: Use #error rather than a string.
14332         (CYCLIC): New macro, from glibc source.  Use it instead of rol.
14333         * lib/md5.h (__GNUC_PREREQ, __THROW): Define if not defined already.
14334         (__attribute__): Define to empty for non recent-GCC.
14335         (__md5_buffer, __md5_finish_ctx, __md5_init_ctx, __md5_process_block):
14336         (__md5_process_bytes, __md5_read_ctx, __md5_stream):
14337         Renamed from their non-__ counterparts, with new macros replacing
14338         them if not _LIBC.  Add __THROW attribute.
14339         (rol): Remove.
14340         (struct md5_ctx): Align buffer if using GCC.
14341         * lib/sha1.h (struct sha1_ctx): Likewise.
14342         * lib/sha1.c (SWAP): Renamed from the NOTSWAP.  All uses changed.
14343         The old name was backwards.
14344         (NOTSWAP): Remove; not used.
14345         (rol): New macro, moved here from md5.h.
14346         (sha1_process_block): Remove a FIXME that doesn't make sense.
14347
14348 2005-09-12  Derek Price  <derek@ximbiot.com>
14349
14350         Return usable errors from canon-host.
14351         * lib/canon-host.h: New file.
14352         * lib/canon-host.c (canon_host): Wrap...
14353         (canon_host_r): ...this new function, which now relies exclusively on
14354         getaddrinfo.
14355         (ch_strerror): New function.
14356         (last_cherror): New global.
14357         * lib/getaddrinfo.c: Move include of getaddrinfo.h first to test
14358         interface.
14359         (getaddrinfo): Add AI_CANONNAME functionality.  Don't do arithmetic on
14360         void *.
14361         (freeaddrinfo): Free ai->ai_canonname when set.
14362
14363 2005-09-12  Derek Price  <derek@ximbiot.com>
14364
14365         Make canon-host require getaddrinfo.
14366         * m4/canon-host.m4 (gl_CANON_HOST): Remove most dependencies.
14367         AC_LIBSOURCE canon-host.h.  Call...
14368         (gl_PREREQ_CANON_HOST): ...this new function, which requires
14369         gl_GETADDRINFO.
14370         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Compile gai_strerror when needed.
14371
14372 2005-09-12  Derek Price  <derek@ximbiot.com>
14373
14374         * modules/canon-host: Add canon-host.h.  Depend on getaddrinfo.  Make
14375         LGPL.
14376         * modules/getaddrinfo: Add link to opengroup spec.  Depend on strdup.
14377
14378 2005-09-12  Derek Price  <derek@ximbiot.com>
14379
14380         * lib/gai_strerror.c: Include config.h when available.  Include
14381         getaddrinfo.h before other headers to test interface.
14382         Reported by Larry Jones <lawrence.jones@ugs.com>.
14383
14384 2005-09-12  Derek Price  <derek@ximbiot.com>
14385             Paul Eggert  <eggert@cs.ucla.edu>
14386
14387         * modules/glob (Files): Add glob-libc.h.
14388
14389 2005-09-12  Derek Price  <derek@ximbiot.com>
14390             Paul Eggert  <eggert@cs.ucla.edu>
14391
14392         * m4/glob.m4 (gl_GLOB_SUBSTITUTE): AC_LIBSOURCES for glob.c,
14393         glob_.h, glob-libc.h.
14394         (gl_PREREQ_GLOB): Remove _SYS_CDEFS_H hack; no longer needed.
14395
14396 2005-09-12  Derek Price  <derek@ximbiot.com>
14397             Paul Eggert  <eggert@cs.ucla.edu>
14398
14399         * lib/glob-libc.h: Renamed from glob_.h.  The new version is
14400         taken from libc's glob.h, except with '#ifdef __GLOB_GNULIB'
14401         protecting things that should be done only in gnulib contexts.
14402         * lib/glob_.h: New file, containing only the glob things needed for
14403         gnulib.
14404         (GLOB_PREFIX): Remove.  All uses changed to look for __GLOB_GNULIB.
14405         (__GLOB_CONCAT, __GLOB_XCONCAT, __GLOB_ID): Remove; no longer needed.
14406         (glob, globfree, glob_pattern_p): Now defined simply in terms of
14407         rpl_glob, rpl_globfree, rpl_glob_pattern_p.
14408         (__GLOB_GNULIB): New macro, to keep the glob.h changes clearer
14409         and to respect the namespace rules better.
14410
14411 2005-09-08  Simon Josefsson  <jas@extundo.com>
14412
14413         * modules/socklen: New file.
14414
14415 2005-09-08  Simon Josefsson  <jas@extundo.com>
14416
14417         * m4/socklen.m4: New file.
14418
14419 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
14420
14421         * modules/utimens (Files): Add m4/utimbuf.m4, since
14422         m4/utimens.m4 requires gl_CHECK_TYPE_STRUCT_UTIMBUF.
14423         Reported by Sergey Poznyakoff.
14424
14425 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
14426
14427         * lib/glob.c (glob, globfree, __glob_pattern_p): Use old-style function
14428         definitions, since that's the preferred style in glibc.
14429         Fix a minor spacing issue, and update copyright notice to match
14430         glibc's.
14431
14432 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
14433
14434         * config/srclist.txt: Remove glibc bug 1061; it's been fixed.
14435
14436 2005-09-06  Simon Josefsson  <jas@extundo.com>
14437
14438         * lib/getpass.c (getpass): Fix typo, test for HAVE_TCSETATTR and not
14439         TCSETATTR.  Reported by Derek Price <derek@ximbiot.com>.
14440
14441 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
14442
14443         * lib/regex_internal.h (bitset_not): Add parens to avoid gcc -Wall
14444         warning.
14445
14446 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
14447
14448         * config/srclist.txt: Add glibc bug 1302.
14449
14450 2005-09-05  Paul Eggert  <eggert@cs.ucla.edu>
14451
14452         Change bitset word type from unsigned int to unsigned long int,
14453         as this has better performance on typical 64-bit hosts.
14454         Port bitset code to hosts with unusual word sizes.
14455         * lib/regcomp.c (build_equiv_class, build_charclass, build_range_exp):
14456         (build_collating_symbol):
14457         Prefer bitset to re_bitset_ptr_t in prototypes, when the actual
14458         argument is a bitset.  This is merely a style issue, but it makes
14459         it clearer that an entire array is expected.
14460         (re_compile_fastmap_iter, init_dfa, init_word_char, optimize_subexps):
14461         * lib/regcomp.c (lower_subexp, parse_bracket_exp, built_charclass_op):
14462         Port to the case where bitset_word is not the same as unsigned int.
14463         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
14464         (bitset_not, bitset_merge, bitset_set_all, bitset_mask):
14465         Likewise.
14466         * lib/regexec.c (check_dst_limits_calc_pos_1,
14467         check_subexp_matching_top):
14468         (build_trtable, group_nodes_into_DFAstates):
14469         Likewise.
14470         * lib/regcomp.c (re_compile_fastmap_iter, utf8_sb_map, optimize_utf8):
14471         Don't assume that SBC_MAX is a multiple of BITSET_WORD_BITS.
14472         * lib/regex_internal.h (bitset_set_all, bitset_not): Likewise.
14473         * lib/regexec.c (group_nodes_into_DFAstates): Likewise.
14474         * lib/regcomp.c (utf8_sb_map): Don't assume UINT_MAX == 0xffffffff.
14475         * lib/regcomp.c (optimize_subexps, lower_subexp):
14476         Work even if bitset_word has holes in its bitwise representation.
14477         * lib/regex_internal.h (BITSET_WORD_BITS): Likewise.
14478         * lib/regexec.c (check_dst_limits_calc_pos_1,
14479         check_subexp_matching_top):
14480         Likewise.
14481         * lib/regex_internal.c (re_string_reconstruct):
14482         Don't assume UCHAR_MAX == 255.
14483         * lib/regex_internal.h (bitset_set_all): Likewise.
14484         * lib/regex_internal.h (BITSET_WORD_BITS): Renamed from UINT_BITS.
14485         All uses changed.
14486         (BITSET_WORDS): Renamed from BITSET_UINTS.  All uses changed.
14487         (bitset_word): New type, replacing 'unsigned int' for bitset uses.
14488         All uses changed.
14489         (BITSET_WORD_MAX): New macro.
14490         (bitset_set, bitset_clear, bitset_contain, bitset_empty):
14491         (bitset_set_all, bitset_copy):  Now inline functions, not macros.
14492         (bitset_empty, bitset_copy):
14493         Prefer sizeof (bitset) to multiplying it out ourselves.
14494         (bitset_not_merge): Remove; unused.
14495         (bitset_contain): Return bool, not unsigned int with one bit on.
14496         All callers changed.
14497         * lib/regexec.c (build_trtable): Don't assume bitset has no stricter
14498         alignment than re_node_set; do this by defining a new internal
14499         type struct dests_alloc and using it to allocate memory.
14500
14501 2005-09-05  Bruno Haible  <bruno@clisp.org>
14502
14503         * gnulib-tool (func_import): Fix comparison in handling of symbolic
14504         links.
14505
14506 2005-09-04  Martin Lambers  <marlam@marlam.de>  (tiny change)
14507
14508         * modules/size_max (Makefile.am): Add size_max.h
14509
14510 2005-09-04  Derek Price  <derek@ximbiot.com>
14511
14512         * gnulib-tool (func_import): Fix reversed $symbolic logic.
14513
14514 2005-09-03  Simon Josefsson  <jas@extundo.com>
14515
14516         * gnulib-tool: Fix typo.
14517
14518 2005-09-03  Simon Josefsson  <jas@extundo.com>
14519
14520         * config/srclist.txt: Add glibc bug 1293.
14521
14522 2005-09-03  Derek Price  <derek@ximbiot.com>
14523
14524         * m4/getlogin_r (gl_GETLOGIN_R): Fix cut & paste error.
14525         From Larry Jones <lawrence.jones@ugs.com>.
14526
14527 2005-09-02  Simon Josefsson  <jas@extundo.com>
14528
14529         * modules/socklen: New file.
14530
14531 2005-09-02  Simon Josefsson  <jas@extundo.com>
14532
14533         * modules/havelib: New module.
14534
14535         * modules/gettext, modules/iconv, modules/lock, modules/readline:
14536         Use havelib.
14537
14538 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
14539
14540         Check for arithmetic overflow when calculating sizes, to prevent
14541         some buffer-overflow issues.  These patches are conservative, in the
14542         sense that when I couldn't determine whether an overflow was possible,
14543         I inserted a run-time check.
14544         * lib/regex_internal.h (re_xmalloc, re_xrealloc, re_x2realloc): New
14545         macros.
14546         (SIZE_MAX) [!defined SIZE_MAX]: New macro.
14547         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc):
14548         (re_xnrealloc, re_x2nrealloc): New inline functions.
14549         * lib/regcomp.c (init_dfa, analyze, build_range_exp,
14550         parse_bracket_exp):
14551         (build_equiv_class, build_charclass): Check for arithmetic overflow
14552         in size expression calculations.
14553         * lib/regex_internal.c (re_string_realloc_buffers):
14554         (build_wcs_upper_buffer, re_node_set_add_intersect):
14555         (re_node_set_init_union, re_node_set_insert, re_node_set_insert_last):
14556         (re_dfa_add_node, register_state): Likewise.
14557         * lib/regexec.c (re_search_stub, re_copy_regs, re_search_internal):
14558         (prune_impossible_nodes, push_fail_stack, set_regs, check_arrival):
14559         (build_trtable, extend_buffers, match_ctx_init, match_ctx_add_entry):
14560         (match_ctx_add_subtop, match_ctx_add_sublast): Likewise.
14561
14562 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
14563
14564         * modules/inttostr (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
14565         m4/ulonglong.m4.  Problem reported by Martin Lambers.
14566
14567 2005-09-02  Bruno Haible  <bruno@clisp.org>
14568
14569         Support for lib vs. lib64 distinction on biarch platforms.
14570         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): New macro.
14571         (AC_LIB_PREFIX): Require it. Use $acl_libdirstem instead of 'lib'.
14572         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Likewise.
14573
14574 2005-09-02  Bruno Haible  <bruno@clisp.org>
14575
14576         * gnulib-tool (import): In the other first-use case, provide defaults
14577         as well.
14578
14579 2005-09-02  Bruno Haible  <bruno@clisp.org>
14580
14581         * config/srclist.txt: lib-link.m4 and lib-prefix.m4 currently have
14582         patches not yet found in the latest gettext release.
14583
14584 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
14585
14586         * lib/glob.c (GET_LOGIN_NAME_MAX): Renamed from LOGIN_NAME_MAX,
14587         to avoid a collision with bits/local_lim.h in glibc.
14588         All uses changed.  Problem reported by Dmitry V. Levin in
14589         <http://sources.redhat.com/bugzilla/show_bug.cgi?id=1060>.
14590
14591         * lib/regex_internal.c (build_wcs_upper_buffer): Fix portability
14592         bugs in int versus size_t comparisons.
14593         (re_string_context_at): Fix bug where the code assumed that
14594         Idx is signed.
14595
14596         Use bool where appropriate.
14597         * lib/regcomp.c (re_set_fastmap): ICASE arg is bool, not int.
14598         All callers changed.
14599         (calc_eclosure_iter): Likewise, for ROOT arg.
14600         (parse_bracket_element): Likewise, for ACCEPT_HYPHEN arg.
14601         (build_charclass_op): Likewise, for NON_MATCH arg.
14602         * lib/regex_internal.c (re_string_allocate, re_string_construct):
14603         (re_string_construct_common): Likewise, for ICASE arg.
14604         * lib/regexec.c (re_search_2_stub, re_search_stub):
14605         Likewise, for RET_LEN arg.
14606         (check_matching): Likewise, for FL_LONGEST_MATCH arg.
14607         (set_regs): Likewise, for FL_BACKTRACK arg.
14608         * lib/regcomp.c (re_compile_fastmap_iter, optimize_utf8):
14609         (duplicate_node_closure, calc_inveclosure, calc_eclosure):
14610         (calc_eclosure_iter, parse_bracket_exp):
14611         Use bool for internal variables that are booleans.
14612         * lib/regexec.c (re_search_internal, check_matching,
14613         proceed_next_node):
14614         (set_regs, build_sifted_states, sift_states_bkref):
14615         (check_arrival_add_next_nodes, check_arrival_expand_ecl_sub):
14616         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
14617         (find_collation_sequence_value):
14618         Likewise.
14619         * lib/regex_internal.c (re_node_set_insert, re_node_set_insert_last):
14620         (re_node_set_compare):
14621         Return bool, not int. All callers changed.
14622         * lib/regexec.c (check_halt_node_context, check_dst_limits):
14623         (build_trtable, check_node_accept): Likewise.
14624         * lib/regex_internal.h: Include stdbool.h.
14625
14626         Fix bugs uncovered when converting to bool.
14627         * lib/regcomp.c (calc_eclosure_iter): Check for storage allocation
14628         failure instead of charging ahead blindly.
14629         * lib/regex_internal.c (register_state): Likewise.
14630         * lib/regexec.c (re_search_2_stub): Use simpler method than boolean
14631         for freeing internal storage.
14632         (group_nodes_into_DFA_states): Use unsigned int, not int, for
14633         bitset pieces used as boolean, to avoid undefined behavior
14634         on hosts that do int overflow checking.
14635
14636 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
14637
14638         * config/srclist.txt: Add glibc bugs 1285-1287.
14639
14640 2005-09-01  Jim Meyering  <jim@meyering.net>
14641
14642         * m4/lchown.m4: Require gl_FUNC_CHOWN, for the definition of
14643         CHOWN_MODIFIES_SYMLINK, which is used by lchown.c.
14644         Require gl_STAT_MACROS, too.
14645
14646 2005-09-01  Bruno Haible  <bruno@clisp.org>
14647
14648         * gnulib-tool (import): In the first-use case, provide defaults.
14649
14650 2005-09-01  Bruno Haible  <bruno@clisp.org>
14651
14652         * gnulib-tool (func_import): Remove the .tmp files.
14653
14654 2005-09-01  Bruno Haible  <bruno@clisp.org>
14655
14656         * gnulib-tool (func_import): Fix handling of symbolic links.
14657
14658 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
14659
14660         On 64-bit hosts (where size_t is 64 bits and int is 32 bits), the
14661         old glibc regex code mishandles strings longer than 2**31 bytes.
14662         This patch fixes this when the regex code is used in gnulib
14663         (i.e., outside glibc).
14664
14665         This patch should not affect the use of the regex code inside
14666         glibc.  No doubt this problem also needs to be handled for glibc
14667         as well, but the result will be an incompatible change to the
14668         glibc ABI, and the old ABI will have to be supported too.  That
14669         can be the the subject for another patch.
14670
14671         * lib/regex.h (_REGEX_LARGE_OFFSETS): New feature-test macro,
14672         governing whether the rest of this patch is active.  By default,
14673         the macro is disabled and the patch has no effect.
14674         (regoff_t) [defined _REGEX_LARGE_OFFSETS]: Define to off_t, not int.
14675         (__re_idx_t, __re_size_t, __re_long_size_t): New types.
14676         (struct re_pattern_buffer, re_search, re_search_2, re_match):
14677         (re_match_2, re_set_registers): Use the new types.
14678         * lib/regex_internal.h (Idx, re_hashval_t): New types.
14679         (REG_MISSING, REG_ERROR, REG_VALID_INDEX, REG_VALID_NONZERO_INDEX):
14680         New macros.
14681         (re_node_set, re_charset_t, re_token_t, re_string_realloc_buffers):
14682         (re_string_context_at, bin_tree_t, re_dfastate_t):
14683         (struct re_state_table_entry, state_array_t, re_sub_match_last_t):
14684         (re_sub_match_top_t, re_match_context_t, re_sift_context_t):
14685         (struct re_fail_stack_ent_t, struct re_fail_stack_t, struct re_dfa_t):
14686         (re_string_char_size_at, re_string_wchar_at):
14687         (re_string_elem_size_at):
14688         Use the new types and macros to port to 64-bit hosts.
14689         Use unsigned types for internal values, so that the code
14690         mostly works even for arrays larger than SSIZE_MAX.
14691         * lib/regcomp.c (re_compile_internal, init_dfa, duplicate_node):
14692         (search_duplicated_node, calc_eclosure_iter, fetch_number):
14693         (parse_reg_exp, parse_branch, parse_expression, parse_sub_exp):
14694         (build_equiv_class, build_charclass, re_compile_fastmap_iter):
14695         (free_dfa_content, create_initial_state, optimize_utf8, analyze):
14696         (optimize_subexps, calc_first, link_nfa_nodes, duplicate_node_closure):
14697         (calc_inveclosure, parse_dup_op, build_range_exp):
14698         (build_collating_symbol, parse_bracket_exp, build_charclass_op):
14699         (fetch_number, create_token_tree, mark_opt_subexp):
14700         Likewise.
14701         * lib/regex_internal.c (re_string_construct_common,
14702         create_ci_newstate):
14703         (create_cd_newstate, re_string_allocate, re_string_construct):
14704         (re_string_realloc_buffers, build_wcs_upper_buffer):
14705         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
14706         (re_string_reconstruct, re_string_peek_byte_case):
14707         (re_string_fetch_byte_case, re_string_context_at):
14708         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
14709         (re_node_set_init_copy, re_node_set_add_intersect):
14710         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
14711         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
14712         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
14713         (re_acquire_state, re_acquire_state_context, register_state):
14714         Likewise.
14715         * lib/regex.c (match_ctx_init, match_ctx_add_entry,
14716         search_cur_bkref_entry):
14717         (match_ctx_add_subtop, match_ctx_add_sublast, sift_ctx_init):
14718         (re_search_internal, re_search_2_stub, re_search_stub)
14719         (re_copy_regs, check_matching, check_halt_state_context, update_regs):
14720         (push_fail_stack, sift_states_iter_mb, build_sifted_states):
14721         (update_cur_sifted_state, check_dst_limits):
14722         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
14723         (check_subexp_limits, sift_states_bkref, merge_state_array):
14724         (check_subexp_matching_top, get_subexp, get_subexp_sub):
14725         (find_subexp_node, check_arrival, check_arrival_add_next_nodes):
14726         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
14727         (expand_bkref_cache, check_node_accept_bytes):
14728         (group_nodes_into_DFAstates, check_node_accept, regexec, re_match):
14729         (re_search, re_match_2, re_search_2, prune_impossible_nodes):
14730         (acquire_init_state_context, check_halt_node_context):
14731         (proceed_next_node, pop_fail_stack, set_regs, free_fail_stack_return):
14732         (sift_states_backward, clean_state_log_if_needed):
14733         (sub_epsilon_src_nodes, add_epsilone_src_nodes, merge_state_with_log):
14734         (find_recover_state, transit_state_sb, transit_state_mb):
14735         (transit_state_bkref, build_trtable, match_ctx_clean):
14736         Likewise.
14737         * lib/regcomp.c (parse_dup_op): Add an extra test if Idx is unsigned,
14738         to work around an assumption that REG_MISSING is negative.
14739
14740         * lib/regcomp.c (re_comp) [defined _REGEX_RE_COMP || defined _LIBC]:
14741         (seek_collating_symbol_entry) [defined _LIBC]:
14742         (lookup_collation_sequence_value) [defined _LIBC]:
14743         (build_range_exp, build_collating_symbol) [defined _LIBC]:
14744         Use prototypes rather than old-style function definitions.
14745         * lib/regexec.c (re_exec) [defined _REGEX_RE_COMP || defined _LIBC]:
14746         (transit_state_sb) [0]:
14747         (find_collation_sequence_value) [defined _LIBC]: Likewise.
14748
14749         * lib/regexec.c (re_search_internal): Simplify update of rm_so and
14750         rm_eo.
14751
14752         * lib/regcomp.c (re_compile_fastmap_iter, init_dfa, init_word_char):
14753         (optimize_subexps, lower_subexp):
14754         Don't assume 1<<31 has defined behavior on hosts with 32-bit int,
14755         since the signed shift might overflow.  Use 1u<<31 instead.
14756         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
14757         Likewise.
14758         * lib/regexec.c (check_dst_limits_calc_pos_1,
14759         check_subexp_matching_top): Likewise.
14760
14761         * lib/regcomp.c (optimize_subexps, lower_subexp):
14762         Use CHAR_BIT rather than 8, for clarity.
14763         * lib/regexec.c (check_dst_limits_calc_pos_1):
14764         (check_subexp_matching_top): Likewise.
14765         * lib/regcomp.c (init_dfa): Make table_size unsigned, so that we don't
14766         have to worry about portability issues when shifting it left.
14767         Remove no-longer-needed test for table_size > 0.
14768         * lib/regcomp.c (parse_sub_exp): Do not shift more bits than there are
14769         in a word, as the resulting behavior is undefined.
14770         * lib/regexec.c (check_dst_limits_calc_pos_1): Likewise;
14771         in one case, a <= should have been an <, and in another case the
14772         whole test was missing.
14773         * lib/regex_internal.h (BYTE_BITS): Remove.  All uses changed to
14774         the standard name CHAR_BIT.
14775         * lib/regexec.c (match_ctx_add_entry): Don't assume that ~0 == -1;
14776         this is not true on one's complement and signed-magnitude hosts.
14777
14778         * lib/regex_internal.h (re_sub_match_top_t): Remove unused member
14779         next_last_offset.
14780         (struct re_dfa_t): Remove unused member states_alloc.
14781         * lib/regcomp.c (init_dfa): Don't initialize unused members.
14782
14783 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
14784
14785         * m4/regex.m4 (gl_REGEX): Require AC_SYS_LARGEFILE, Define
14786         _REGEX_LARGE_OFFSETS).  Test for regoff_t/off_t bug in 64-bit
14787         and large-file glibc and in 32-bit large-file Solaris.
14788
14789 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
14790
14791         * lib/regex_internal.c (re_string_reconstruct): Don't assume buffer
14792         lengths fit in regoff_t; this isn't true if regoff_t is the same
14793         width as size_t.
14794         * lib/regex.c (re_search_internal): 5th arg is LAST_START
14795         (= START + RANGE) instead of RANGE.  This avoids overflow
14796         problems when regoff_t is the same width as size_t.
14797         All callers changed.
14798         (re_search_2_stub): Check for overflow when adding the
14799         sizes of the two strings.
14800         (re_search_stub): Check for overflow when adding START
14801         to RANGE; if it occurs, substitute the extreme value.
14802
14803 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
14804
14805         * config/srclist.txt: Add glibc bugs 1273, 1278-1282, 1284.
14806
14807 2005-08-31  Jim Meyering  <jim@meyering.net>
14808
14809         * lib/regcomp.c (search_duplicated_node): Make first pointer arg
14810         a pointer-to-const.
14811         * lib/regex_internal.c (create_ci_newstate, create_cd_newstate):
14812         (register_state): Likewise.
14813         * lib/regexec.c (search_cur_bkref_entry, check_dst_limits):
14814         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
14815         (group_nodes_into_DFAstates): Likewise.
14816
14817 2005-08-31  Jim Meyering  <jim@meyering.net>
14818
14819         * check-module: Add a FIXME comment.
14820
14821 2005-08-31  Eric Blake  <ebb9@byu.net>
14822
14823         * modules/unistd-safer (Files): Add unistd--.h.
14824         * modules/stdio-safer (Files): Add stdio--.h.
14825
14826 2005-08-31  Derek Price  <derek@ximbiot.com>
14827
14828         * lib/getdelim.c (getdelim): Return EOF on EOF.
14829         Reported by Larry Jones <lawrence.jones@ugs.com>.
14830
14831 2005-08-31  Bruno Haible  <bruno@clisp.org>
14832
14833         Avoid unnecessary diffs in the generated lib/Makefile.am.
14834         * gnulib-tool (func_emit_lib_Makefile_am): Don't write the cmd into
14835         the generated files.
14836         (func_import): Don't set cmd.
14837
14838 2005-08-31  Bruno Haible  <bruno@clisp.org>
14839
14840         * lib/strstr.c: Include <stddef.h>, for NULL.
14841         * lib/strcasestr.c: Likewise.
14842         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
14843
14844 2005-08-31  Bruno Haible  <bruno@clisp.org>
14845
14846         * gnulib-tool: New option --macro-prefix.
14847         (func_import): Use macro_prefix.
14848         (import): Handle option --macro-prefix.
14849
14850 2005-08-31  Bruno Haible  <bruno@clisp.org>
14851
14852         * gnulib-tool (import): Rename most ac_* variables to cached_*.
14853         Also use new variables cached_lgpl, cached_libtool.
14854
14855 2005-08-31  Bruno Haible  <bruno@clisp.org>
14856
14857         * gnulib-tool (func_import): Require AC_GNU_SOURCE etc. instead of
14858         always instantiating them.
14859
14860 2005-08-31  Bruno Haible  <bruno@clisp.org>
14861
14862         * gnulib-tool (func_import): Read the previous cached settings
14863         from gnulib-cache.m4 and gnulib-comp.m4. Remove files that were
14864         earlier added by gnulib but are now dropped. Warn when a gnulib file
14865         overwrites a non-gnulib file.
14866
14867 2005-08-31  Bruno Haible  <bruno@clisp.org>
14868
14869         * gnulib-tool (func_import): Generate two files gnulib-cache.m4 and
14870         gnulib-comp.m4 instead of a single gnulib.m4, to make it easy for
14871         projects that don't keep autogenerated files in CVS. Put into
14872         actioncmd only the specified modules, not the transitive closure.
14873
14874 2005-08-31  Bruno Haible  <bruno@clisp.org>
14875
14876         * gnulib-tool (func_import): Fix defaulting of $libname and $libtool.
14877         Create directories that shall be filled.
14878         (import): Don't look for gl_* macros in configure.ac. Recurse across
14879         all directories containing a gnulib-cache.m4 files, if meaningful.
14880
14881 2005-08-31  Bruno Haible  <bruno@clisp.org>
14882
14883         * gnulib-tool (func_import): Emit also a stub for gl_LIBTOOL.
14884         (import): Set seen_libtool when we see gl_LIBTOOL.
14885
14886 2005-08-31  Bruno Haible  <bruno@clisp.org>
14887
14888         * gnulib-tool (func_import): Also copy m4/gnulib-tool.m4. Omit
14889         declaration macro definitions from generated gnulib.m4.
14890
14891 2005-08-30  Oskar Liljeblad  <oskar@osk.mine.nu>
14892
14893         * lib/iconvme.h: Add prototype for iconv_alloc.
14894
14895 2005-08-29  Simon Josefsson  <jas@extundo.com>
14896
14897         * lib/iconvme.c: Fix errno.
14898
14899 2005-08-29  Bruno Haible  <bruno@clisp.org>
14900
14901         * gnulib-tool: Enclose all occurrences of $destdir in "...", so
14902         that it works when the directory contains spaces.
14903
14904 2005-08-29  Bruno Haible  <bruno@clisp.org>
14905
14906         * gnulib-tool (import): Avoid unnecessary spaces in $avoidlist.
14907
14908 2005-08-29  Bruno Haible  <bruno@clisp.org>
14909
14910         * gnulib-tool (func_import): Emit more comments into gnulib.m4.
14911         Emit more advice.
14912
14913 2005-08-29  Bruno Haible  <bruno@clisp.org>
14914         and Stepan Kasal  <kasal@ucw.cz>
14915
14916         * check-module: If more parameters are given, check each of them
14917         separately; add more exceptions, as noted by Jim Meyering.
14918         (check_module): New procedure.
14919         (%exempt_header): Now contains all exceptions.
14920
14921 2005-08-29  Ben Pfaff  <blp@cs.stanford.edu>
14922
14923         * modules/byteswap (Makefile.am): Fix rule to not assume GNU make.
14924
14925 2005-08-29  Oskar Liljeblad  <oskar@osk.mine.nu>
14926
14927         * lib/iconvme.c: Split iconv_string into iconv_alloc.
14928
14929 2005-08-28  Bruno Haible  <bruno@clisp.org>
14930
14931         * m4/gnulib-tool.m4: New file.
14932
14933 2005-08-27  Jim Meyering  <jim@meyering.net>
14934
14935         * modules/unistd-safer (Files): Add pipe-safer.c.
14936         * modules/fcntl-safer (Files): Add creat-safer.c.
14937
14938 2005-08-27  Jim Meyering  <jim@meyering.net>
14939
14940         * m4/stdlib-safer.m4: New file.  From coreutils.
14941         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add stdio--.h.
14942         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Add creat-safer.c to the
14943         AC_LIBSOURCES list and arrange to compile it via AC_LIBOBJ.
14944         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise, add pipe-safer.c.
14945         Add pipe-safer.c and unistd--.h to the AC_LIBSOURCES list.
14946
14947 2005-08-27  Jim Meyering  <jim@meyering.net>
14948
14949         * lib/fopen-safer.c: Merge minor changes from coreutils.
14950         * lib/dup-safer.c: Likewise.
14951         * lib/fd-safer.c: Likewise.
14952
14953         Merge from coreutils.
14954         * lib/stdio--.h: New file.
14955         * lib/stdlib--.h: New file.
14956         * lib/mkstemp-safer.c: New file.
14957
14958         GNU tar needs these.
14959         * lib/pipe-safer.c: New file.
14960         * lib/creat-safer.c: New file.
14961         * lib/fcntl--.h (creat): Define to creat_safer.
14962         * lib/fcntl-safer.h: Include <sys/types.h> and declare creat_safer.
14963         * lib/unistd--.h (pipe): Define to pipe_safer.
14964         * lib/unistd-safer.h: Declare pipe_safer.
14965
14966 2005-08-26  Simon Josefsson  <jas@extundo.com>
14967
14968         * lib/getpass.c: Use _WIN32 instead of WIN32, suggested by Bruno
14969         Haible <bruno@clisp.org>.
14970
14971 2005-08-26  Paul Eggert  <eggert@cs.ucla.edu>
14972
14973         * lib/regex_internal.h: Remove all references to
14974         RE_NO_INTERNAL_PROTOTYPES; no longer neeeded now that we assume C89
14975         or better.
14976         (bitset_not, bitset_merge, bitset_not_merge):
14977         (bitset_mask, re_string_allocate, re_string_construct):
14978         (re_string_reconstruct, re_string_destruct, re_string_elem_size_at):
14979         (re_string_char_size_at, re_string_wchar_at, re_string_peek_byte_case):
14980         (re_string_fetch_byte_case, re_node_set_alloc, re_node_set_init_1):
14981         (re_node_set_init_2, re_node_set_init_copy, re_node_set_add_intersect):
14982         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
14983         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
14984         (re_node_set_remove_at, re_dfa_add_node, re_acquire_state):
14985         (re_acquire_state_context):
14986         Remove unnecessary forward decls.
14987         (re_string_char_size_at, re_string_wchar_at, re_string_elem_size_at):
14988         Put __attribute at function definition,
14989         now that the function decl has been removed.
14990         * lib/regex_internal.c (re_string_peek_byte_case):
14991         (re_string_fetch_byte_case, re_node_set_compare, re_node_set_contains):
14992         Likewise.
14993
14994 2005-08-25  Stepan Kasal  <kasal@ucw.cz>
14995
14996         * m4/regex.m4: Add AC_PREREQ(2.50).
14997         (gl_REGEX): If --with-included-regex was given, skip the autodetection.
14998
14999 2005-08-25  Simon Josefsson  <jas@extundo.com>
15000
15001         * m4/getpass.m4: Check for termios.h, tcgetattr, tcsetattr, and
15002         __fsetlocking.
15003
15004 2005-08-25  Simon Josefsson  <jas@extundo.com>
15005
15006         * lib/getpass.c: Add WIN32 implementation.  Conditionalize use of
15007         termios.h, tcgetattr, tcsetattr and __fsetlocking.  Remove some
15008         GLIBC specific code.
15009
15010 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
15011
15012         Make regex safe for g++.  This fixes one real bug (an "err"
15013         that should have been "*err").  g++ problem reported by
15014         Sam Steingold.
15015         * lib/regex_internal.h (re_calloc): New macro, consistent with
15016         re_malloc etc.  All callers of calloc changed to use re_calloc.
15017         * lib/regex_internal.c (build_wcs_upper_buffer): Return reg_errcode_t,
15018         not int.  All callers changed.
15019         * lib/regcomp.c (re_compile_fastmap_iter): Don't use
15020         alloca (mb_cur_max); just use an array of size MB_LEN_MAX.
15021         * lib/regexec.c (push_fail_stack): Use re_realloc, not realloc.
15022         (find_recover_state): Change "err" to "*err"; this fixes what
15023         appears to be a real bug.
15024         (check_arrival_expand_ecl_sub): Be consistent about reg_errcode_t
15025         versus int.
15026
15027 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
15028
15029         * modules/regex (Depends-on): Add malloc, since the code
15030         assumes that !malloc(0) means failure.
15031
15032 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
15033
15034         * lib/regexec.c (set_regs): Don't alloca with an unbounded size.
15035
15036         alloca modernization/simplification for regex.
15037         * lib/regex.c: Remove portability cruft for alloca.  This no longer
15038         needs to be at the start of the file, and can be moved into
15039         regex_internal.h and simplified.
15040         * lib/regex_internal.h: Include <alloca.h>.
15041         (__libc_use_alloca) [!defined _LIBC]: New macro.
15042         * lib/regexec.c (build_trtable): Remove "#ifdef _LIBC", since the code
15043         now works outside glibc.
15044
15045 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
15046
15047         * config/srclist.txt: Add glibc bugs 1241, 1245.
15048
15049 2005-08-25  Jim Meyering  <jim@meyering.net>
15050
15051         * lib/open-safer.c: Include <config.h>.
15052         Otherwise, we'd lose LARGEFILE support in any file using
15053         e.g. "fcntl--.h"
15054
15055 2005-08-25  Bruno Haible  <bruno@clisp.org>
15056
15057         * m4/minmax.m4: Require autoconf 2.52.
15058         (gl_MINMAX_IN_HEADER): Add comments. Use m4_pushdef/m4_popdef instead
15059         of define/undefine. Use AS_TR_SH and AS_TR_CPP as more robust
15060         alternatives of translit over the alphabet.
15061         Based on a patch from Stepan Kasal <kasal@ucw.cz>.
15062
15063 2005-08-24  Simon Josefsson  <jas@extundo.com>
15064
15065         * tests/test-getpass.c: New file.
15066
15067 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
15068
15069         * m4/regex.m4 (gl_REGEX): Use POSIX-compliant spellings when testing
15070         for GNU regex features.
15071
15072 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
15073
15074         * lib/regcomp.c (regerror): 2nd arg is 'restrict', as per POSIX.
15075         * lib/regex.h (regerror): Likewise.
15076
15077         * lib/regex.c: Do not include <sys/types.h>, as POSIX no longer
15078         requires this.  (The code never needed it.)
15079
15080         * lib/regcomp.c, regex_internal.c, regex_internal.h, regexec.c:
15081         All uses of recently-renamed identifiers changed to use the new,
15082         POSIX-compliant names.  The code will build and run just fine
15083         without these changes, but it's better to eat our own dog food
15084         and use the standard-conforming names.
15085
15086         * lib/regex.h: Fix a multitude of POSIX name space violations.
15087         These changes have an effect only for programs that define
15088         _POSIX_C_SOURCE, _POSIX_SOURCE, or _XOPEN_SOURCE; they
15089         do not change anything for programs compiled in the normal way.
15090         Also, there is no effect on the ABI.
15091
15092         (_REGEX_SOURCE): New macro.
15093         Do not include <stddef.h> if _XOPEN_SOURCE and VMS are both
15094         defined and _GNU_SOURCE is not; this fixes a name space violation.
15095
15096         Rename the following macros to obey POSIX requirements.
15097         The old names are still visible as macros if _REGEX_SOURCE is defined.
15098         (REG_BACKSLASH_ESCAPE_IN_LISTS): renamed from
15099         RE_BACKSLASH_ESCAPE_IN_LISTS.
15100         (REG_BK_PLUS_QM): renamed from RE_BK_PLUS_QM.
15101         (REG_CHAR_CLASSES): renamed from RE_CHAR_CLASSES.
15102         (REG_CONTEXT_INDEP_ANCHORS): renamed from RE_CONTEXT_INDEP_ANCHORS.
15103         (REG_CONTEXT_INDEP_OPS): renamed from RE_CONTEXT_INDEP_OPS.
15104         (REG_CONTEXT_INVALID_OPS): renamed from RE_CONTEXT_INVALID_OPS.
15105         (REG_DOT_NEWLINE): renamed from RE_DOT_NEWLINE.
15106         (REG_DOT_NOT_NULL): renamed from RE_DOT_NOT_NULL.
15107         (REG_HAT_LISTS_NOT_NEWLINE): renamed from RE_HAT_LISTS_NOT_NEWLINE.
15108         (REG_INTERVALS): renamed from RE_INTERVALS.
15109         (REG_LIMITED_OPS): renamed from RE_LIMITED_OPS.
15110         (REG_NEWLINE_ALT): renamed from RE_NEWLINE_ALT.
15111         (REG_NO_BK_BRACES): renamed from RE_NO_BK_BRACES.
15112         (REG_NO_BK_PARENS): renamed from RE_NO_BK_PARENS.
15113         (REG_NO_BK_REFS): renamed from RE_NO_BK_REFS.
15114         (REG_NO_BK_VBAR): renamed from RE_NO_BK_VBAR.
15115         (REG_NO_EMPTY_RANGES): renamed from RE_NO_EMPTY_RANGES.
15116         (REG_UNMATCHED_RIGHT_PAREN_ORD): renamed from
15117         RE_UNMATCHED_RIGHT_PAREN_ORD.
15118         (REG_NO_POSIX_BACKTRACKING): renamed from RE_NO_POSIX_BACKTRACKING.
15119         (REG_NO_GNU_OPS): renamed from RE_NO_GNU_OPS.
15120         (REG_DEBUG): renamed from RE_DEBUG.
15121         (REG_INVALID_INTERVAL_ORD): renamed from RE_INVALID_INTERVAL_ORD.
15122         (REG_IGNORE_CASE): renamed from RE_ICASE.  This renaming is a bit
15123         unusual, since we can't clash with the POSIX REG_ICASE.
15124         (REG_CARET_ANCHORS_HERE): renamed from RE_CARET_ANCHORS_HERE.
15125         (REG_CONTEXT_INVALID_DUP): renamed from RE_CONTEXT_INVALID_DUP.
15126         (REG_NO_SUB): renamed from RE_NO_SUB.
15127         (REG_SYNTAX_EMACS): renamed from RE_SYNTAX_EMACS.
15128         (REG_SYNTAX_AWK): renamed from RE_SYNTAX_AWK.
15129         (REG_SYNTAX_GNU_AWK): renamed from RE_SYNTAX_GNU_AWK.
15130         (REG_SYNTAX_POSIX_AWK): renamed from RE_SYNTAX_POSIX_AWK.
15131         (REG_SYNTAX_GREP): renamed from RE_SYNTAX_GREP.
15132         (REG_SYNTAX_EGREP): renamed from RE_SYNTAX_EGREP.
15133         (REG_SYNTAX_POSIX_EGREP): renamed from RE_SYNTAX_POSIX_EGREP.
15134         (REG_SYNTAX_ED): renamed from RE_SYNTAX_ED.
15135         (REG_SYNTAX_SED): renamed from RE_SYNTAX_SED.
15136         (_REG_SYNTAX_POSIX_COMMON): renamed from _RE_SYNTAX_POSIX_COMMON.
15137         (REG_SYNTAX_POSIX_BASIC): renamed from RE_SYNTAX_POSIX_BASIC.
15138         (REG_SYNTAX_POSIX_MINIMAL_BASIC): renamed from
15139         RE_SYNTAX_POSIX_MINIMAL_BASIC.
15140         (REG_SYNTAX_POSIX_EXTENDED): renamed from RE_SYNTAX_POSIX_EXTENDED.
15141         (REG_SYNTAX_POSIX_MINIMAL_EXTENDED): renamed from
15142         RE_SYNTAX_POSIX_MINIMAL_EXTENDED.
15143         (REG_DUP_MAX): renamed from RE_DUP_MAX.  No need to undef it.
15144         (REG_UNALLOCATED): Renamed from REGS_UNALLOCATED.
15145         (REG_REALLOCATE): Renamed from REGS_REALLOCATE.
15146         (REG_FIXED): Renamed from REGS_FIXED.
15147         (REG_NREGS): Renamed from RE_NREGS.
15148
15149         (REG_ICASE, REG_NEWLINE, REG_NOSUB): Do not depend on the values
15150         of other REG_* macros, since POSIX says the user is allowed to
15151         #undef these macros selectively.
15152
15153         (reg_errcode_t): Update comment stating what other tables need
15154         to be consistent.
15155
15156         Rename the following enum values to obey POSIX requirements.
15157         The old names are still visible as macros.
15158         (_REG_ENOSYS): Renamed from REG_ENOSYS.  Define even if _XOPEN_SOURCE
15159         is not defined, since GNU is supposed to be a superset of POSIX as
15160         much as possible, and since we want reg_errcode_t to be a signed
15161         type for implementation consistency.
15162         (_REG_NOERROR): Renamed from REG_NOERROR.
15163         (_REG_NOMATCH): Renamed from REG_NOMATCH.
15164         (_REG_BADPAT): Renamed from REG_BADPAT.
15165         (_REG_ECOLLATE): Renamed from REG_ECOLLATE.
15166         (_REG_ECTYPE): Renamed from REG_ECTYPE.
15167         (_REG_EESCAPE): Renamed from REG_EESCAPE.
15168         (_REG_ESUBREG): Renamed from REG_ESUBREG.
15169         (_REG_EBRACK): Renamed from REG_EBRACK.
15170         (_REG_EPAREN): Renamed from REG_EPAREN.
15171         (_REG_EBRACE): Renamed from REG_EBRACE.
15172         (_REG_BADBR): Renamed from REG_BADBR.
15173         (_REG_ERANGE): Renamed from REG_ERANGE.
15174         (_REG_ESPACE): Renamed from REG_ESPACE.
15175         (_REG_BADRPT): Renamed from REG_BADRPT.
15176         (_REG_EEND): Renamed from REG_EEND.
15177         (_REG_ESIZE): Renamed from REG_ESIZE.
15178         (_REG_ERPAREN): Renamed from REG_ERPAREN.
15179         (REG_ENOSYS, REG_NOERROR, REG_NOMATCH, REG_BADPAT, REG_ECOLLATE):
15180         (REG_ECTYPE, REG_EESCAPE, REG_ESUBREG, REG_EBRACK, REG_EPAREN):
15181         (REG_EBRACE, REG_BADBR, REG_ERANGE, REG_ESPACE, REG_BADRPT, REG_EEND):
15182         (REG_ESIZE, REG_ERPAREN): Now macros, not enum constants.
15183
15184         (_REG_RE_NAME, _REG_RM_NAME): New macros.
15185         (REG_TRANSLATE_TYPE): Renamed from RE_TRANSLATE_TYPE.  All uses
15186         changed.  But support the old name if the new one is not defined
15187         and if _REGEX_SOURCE.
15188
15189         Change the following member names in struct re_pattern_buffer.
15190         The old names are still supported if !_REGEX_SOURCE.
15191         The new names are always supported, regardless of _REGEX_SOURCE.
15192         (re_buffer): Renamed from buffer.
15193         (re_allocated): Renamed from allocated.
15194         (re_used): Renamed from used.
15195         (re_syntax): Renamed from syntax.
15196         (re_fastmap): Renamed from fastmap.
15197         (re_translate): Renamed from translate.
15198         (re_can_be_null): Renamed from can_be_null.
15199         (re_regs_allocated): Renamed from regs_allocated.
15200         (re_fastmap_accurate): Renamed from fastmap_accurate.
15201         (re_no_sub): Renamed from no_sub.
15202         (re_not_bol): Renamed from not_bol.
15203         (re_not_eol): Renamed from not_eol.
15204         (re_newline_anchor): Renamed from newline_anchor.
15205
15206         Change the following member names in struct re_registers.
15207         The old names are still supported if !_REGEX_SOURCE.
15208         The new names are always supported, regardless of _REGEX_SOURCE.
15209         (rm_num_regs): Renamed from num_regs.
15210         (rm_start): Renamed from start.
15211         (rm_end): Renamed from end.
15212
15213         (re_set_syntax, re_compile_pattern, re_compile_fastmap):
15214         (re_search, re_search_2, re_match, re_match_2, re_set_registers):
15215         Prepend __ to parameter names.
15216
15217         Undo yesterday's changes.
15218
15219 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
15220
15221         * config/srclist.txt: Remove glibc bug 1233 and add 1236, which
15222         supersedes it. Add glibc bugs 1237, 1238, 1240.  Comment out
15223         lib/regex.c.
15224
15225 2005-08-24  Jim Meyering  <jim@meyering.net>
15226
15227         Sync from coreutils.
15228         * m4/fcntl-safer.m4: New file.
15229
15230         * m4/xgetcwd.m4: Use AC_LIBSOURCES and AC_LIBOBJ to indicate source
15231         and object files for this module.
15232
15233 2005-08-24  Jim Meyering  <jim@meyering.net>
15234
15235         Sync from coreutils.
15236         * lib/fcntl--.h, lib/fcntl-safer.h, lib/open-safer.c: New files.
15237
15238 2005-08-24  Jim Meyering  <jim@meyering.net>
15239
15240         * modules/xgetcwd (Makefile.am): Remove `lib_SOURCES += ...' line,
15241         now that xgetcwd.m4 requires xgetcwd.c and xgetcwd.h.
15242
15243 2005-08-24  Jim Meyering  <jim@meyering.net>
15244
15245         * modules/fcntl-safer: New module.
15246         * modules/fts (Depends-on): Add fcntl-safer.
15247         * MODULES.html.sh (File descriptor based Input/Output):
15248         Add fcntl-safer.
15249
15250 2005-08-24  Bruno Haible  <bruno@clisp.org>
15251
15252         Support for unit test modules.
15253         * modules/README: Mention tests modules.
15254         * modules/TEMPLATE-TESTS: New file.
15255         * gnulib-tool: New options --extract-tests-module, --with-tests and
15256         --tests-base (unused for the moment).
15257         (testsbase, inctests): New variables.
15258         (func_all_modules): Exclude TEMPLATE-TESTS and *-tests.
15259         (func_verify_module): Exclude TEMPLATE-TESTS.
15260         (func_verify_nontests_module, func_verify_tests_module): New functions.
15261         (func_get_dependencies): Add implicit dependency for tests modules.
15262         (func_get_tests_module): New function.
15263         (func_modules_transitive_closure): When --with-tests was specified,
15264         include the unit tests as well, unless explicitly avoided.
15265         (func_emit_lib_Makefile_am): Ignore the tests modules here.
15266         (func_emit_tests_Makefile_am): New function.
15267         (func_create_testdir): When --with-tests was specified, emit a
15268         tests/ directory.
15269         * MODULES.html.sh (Future developments): Update.
15270
15271 2005-08-24  Bruno Haible  <bruno@clisp.org>
15272
15273         * modules/tls-tests: New file.
15274         * tests/test-tls.c: New file, from GNU gettext.
15275
15276 2005-08-24  Bruno Haible  <bruno@clisp.org>
15277
15278         * modules/lock-tests: New file.
15279         * tests/test-lock.c: New file, from GNU gettext.
15280
15281 2005-08-24  Bruno Haible  <bruno@clisp.org>
15282
15283         * lib/lock.h: Add multiple inclusion guard.
15284         * lib/tls.h: Add multiple inclusion guard.
15285
15286 2005-08-24  Bruno Haible  <bruno@clisp.org>
15287
15288         * gnulib-tool: Add support for the --aux-dir option to
15289         --create-testdir, --create-megatestdir, --test, --megatest.
15290         (func_create_testdir, func_create_megatestdir): Optionally emit a
15291         AC_CONFIG_AUX_DIR directive.
15292         (create-testdir, create-megatestdir, test, megatest): Provide a
15293         default value for $auxdir.
15294
15295 2005-08-24  Bruno Haible  <bruno@clisp.org>
15296
15297         * gnulib-tool (import): Use compound statement instead of subshell
15298         where possible.
15299
15300 2005-08-24  Bruno Haible  <bruno@clisp.org>
15301
15302         * gnulib-tool (import): Change --aux-dir default to "build-aux".
15303
15304 2005-08-24  Bruno Haible  <bruno@clisp.org>
15305
15306         * gnulib-tool (func_version): Update.
15307
15308 2005-08-24  Bruno Haible  <bruno@clisp.org>
15309
15310         * gnulib-tool (func_import, func_create_testdir,
15311         func_create_megatestdir): Quote all autoconf macro arguments.
15312
15313 2005-08-24  Bruno Haible  <bruno@clisp.org>
15314
15315         * gnulib-tool (func_create_megatestdir): Call autoreconf without the
15316         option --force, because --force causes the aclocal.m4 of each
15317         subdirectory to be newer than the corresponding config.h.in.
15318
15319 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
15320
15321         * m4/regex.m4 (gl_INCLUDED_REGEX): Remove; no longer used.
15322         All contents moved to gl_REGEX.
15323         (gl_REGEX): Don't bother checking whether lib/regex.c exists;
15324         assume that it does.
15325
15326 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
15327
15328         * lib/regex.h (REG_NOSYS)
15329         [!defined _XOPEN_SOURCE && 200112L <= _POSIX_C_SOURCE]:
15330         Define, since POSIX requires it as of 2001.
15331         (_REG_ENOSYS)
15332         [! (defined _XOPEN_SOURCE || 200112L <= _POSIX_C_SOURCE)]:
15333         New private symbol, used to keep the enum signed in all cases.
15334         * lib/regex.h (RE_NO_EMPTY_RANGES): Fix doc bug reported by James
15335         Youngman in
15336         <http://lists.gnu.org/archive/html/bug-gnulib/2005-07/msg00132.html>.
15337
15338         * lib/regex_internal.c (re_string_skip_chars, register_state):
15339         (calc_state_hash):
15340         Remove forward decls; no longer needed now that we use prototypes.
15341         * lib/regexec.c (acquire_init_state_context, check_halt_node_context):
15342         (proceed_next_node, pop_fail_stack, sub_epsilon_src_nodes):
15343         (clean_state_log_if_needed): Likewise.
15344
15345 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
15346
15347         * config/srclist.txt: Add glibc bugs 1231-1233.
15348
15349 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
15350
15351         Fix problems reported by Sam Steingold in
15352         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00007.html>.
15353         * lib/regexec.c (sift_states_bkref): Fix portability bug: the code
15354         assumed that reg_errcode_t is a signed type, which is not
15355         necessarily true if _XOPEN_SOURCE is not defined.
15356         * lib/regex_internal.c (calc_state_hash): Put 'inline' before type,
15357         since some compilers warn about it otherwise.
15358
15359 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
15360
15361         * lib/regcomp.c (create_initial_state): Remove duplicate decl.
15362         (init_word_char, create_initial_state, duplicate_node_closure):
15363         (fetch_token, peek_token_bracket, build_range_exp):
15364         (build_collating_symbol): Remove forward decls; no longer needed
15365         now that we use prototypes.
15366
15367         * lib/regcomp.c:
15368         (re_compile_pattern, re_set_syntax, re_compile_fastmap):
15369         (re_compile_fastmap_iter, regcomp, regerror, regfree):
15370         (re_compile_internal, init_dfa, init_word_char, free_workarea_compile):
15371         (create_initial_state, optimize_utf8, analyze, postorder, preorder):
15372         (optimize_subexps, lower_subexps, lower_subexp, calc_first, calc_next):
15373         (link_nfa_nodes, duplicate_node_closure, search_duplicated_node):
15374         (duplicate_node, calc_inveclosure, calc_eclosure, calc_eclosure_iter):
15375         (fetch_token, peek_token, peek_token_bracket, parse, parse_reg_exp):
15376         (parse_branch, parse_expression, parse_sub_exp, parse_dup_op):
15377         (build_range_exp, build_collating_symbol, parse_bracket_exp):
15378         (parse_bracket_element, parse_bracket_symbol, build_equiv_class):
15379         (build_charclass, build_charclass_op, fetch_number, create_tree):
15380         (create_token_tree, mark_opt_subexp, duplicate_tree):
15381         Use prototypes rather than old-style definitions.
15382
15383         * lib/regex_internal.c:
15384         (re_string_allocate, re_string_construct, re_string_realloc_buffers):
15385         (re_string_construct_common, build_wcs_buffer, build_wcs_upper_buffer):
15386         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
15387         (re_string_reconstruct, re_string_peek_byte_case):
15388         (re_string_fetch_byte_case, re_string_destruct, re_string_context_at):
15389         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
15390         (re_node_set_init_copy, re_node_set_add_intersect):
15391         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
15392         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
15393         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
15394         (re_acquire_state, re_acquire_state_context, register_state):
15395         (create_ci_newstate, create_cd_newstate, free_state):
15396         Likewise.
15397         * lib/regexec.c (regexec, re_match, re_search, re_match_2,
15398         re_search_2):
15399         (re_search_2_stub, re_search_stub, re_copy_regs, re_set_registers):
15400         (re_search_internal, prune_impossible_nodes):
15401         (acquire_init_state_context, check_matching, static):
15402         (check_halt_node_context, check_halt_state_context, proceed_next_node):
15403         (push_fail_stack, pop_fail_stack, set_regs, free_fail_stack_return):
15404         (update_regs, sift_states_backward, build_sifted_states):
15405         (clean_state_log_if_needed, merge_state_array):
15406         (update_cur_sifted_state, add_epsilon_src_nodes):
15407         (sub_epsilon_src_nodes, check_dst_limits, check_dst_limits_calc_pos_1):
15408         (check_dst_limits_calc_pos, check_subexp_limits, sift_states_bkref):
15409         (sift_states_iter_mb, transit_state, merge_state_with_log, static):
15410         (find_recover_state, check_subexp_matching_top, transit_state_mb):
15411         (transit_state_bkref, get_subexp, get_subexp_sub, find_subexp_node):
15412         (check_arrival, check_arrival_add_next_nodes):
15413         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
15414         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
15415         (check_node_accept_bytes, check_node_accept, extend_buffers):
15416         (match_ctx_init, match_ctx_clean, match_ctx_free, match_ctx_add_entry):
15417         (search_cur_bkref_entry, match_ctx_add_subtop, match_ctx_add_sublast):
15418         (sift_ctx_init):
15419         Likewise.
15420
15421         * lib/regex_internal.h:
15422         (re_string_allocate, re_string_construct, re_string_reconstruct):
15423         (re_string_realloc_buffers, build_wcs_buffer, build_wcs_upper_buffer):
15424         (build_upper_buffer, re_string_translate_buffer, re_string_destruct):
15425         (re_string_elem_size_at, re_string_char_size_at, re_string_wchar_at):
15426         (re_string_context_at, re_string_peek_byte_case):
15427         (re_string_fetch_byte_case): Declare even if RE_NO_INTERNAL_PROTOTYPES
15428         is defined, since we now use prototypes always.
15429
15430         * lib/regex.h (_RE_ARGS): Remove.  No longer needed, since we assume
15431         C89 or better.  All uses removed.
15432
15433 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
15434
15435         * config/srclist.txt: Add glibc bugs 1220-1227.
15436
15437 2005-08-20  Jim Meyering  <jim@meyering.net>
15438
15439         * lib/regexec.c (regexec, re_search_stub) [!_LIBC]: Omit declaration
15440         of unused local, dfa.
15441
15442 2005-08-20  Bruno Haible  <bruno@clisp.org>
15443
15444         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_GNU_SOURCE.
15445
15446 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
15447
15448         * lib/regex_internal.c (re_string_realloc_buffers, re_node_set_insert):
15449         (re_node_set_insert_last, re_dfa_add_node):
15450         Rename local variables to avoid GCC shadowing warnings.
15451
15452 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
15453
15454         * lib/regex_internal.c (re_acquire_state, re_acquire_state_context)
15455         [defined lint]: Suppress bogus uninitialized-variable warnings.
15456
15457         * lib/regcomp.c (duplicate_node): Return new index, not an error code,
15458         and let the caller return REG_ESPACE if out of space.  This
15459         removes an uninitialied-variable warning with GCC 4.0.1, and also
15460         avoids taking the address of a local variable.  All callers
15461         changed.
15462
15463 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
15464
15465         * config/srclist.txt: Comment out $LIBCSRC/posix/regex_internal.c,
15466         $LIBCSRC/posix/regexec.c.
15467         Add glibc bug 1217 for regcomp.c.
15468
15469 2005-08-19  Jim Meyering  <jim@meyering.net>
15470
15471         * lib/regexec.c (proceed_next_node): Redo local variables to
15472         avoid GCC shadowing warnings.
15473
15474 2005-08-18  Bruno Haible  <bruno@clisp.org>
15475
15476         * lib/strstr.c (strstr): Fix return value in multibyte case.
15477         * lib/strcasestr.c (strcasestr): Likewise.
15478
15479 2005-08-17  Paul Eggert  <eggert@cs.ucla.edu>
15480
15481         * lib/regex.h: Remove useless space-before-tab.  From coreutils.
15482
15483 2005-08-17  Jim Meyering  <jim@meyering.net>
15484
15485         Make the %s format (seconds since the epoch) work for a negative
15486         number and when used with a zero-padded field width, e.g. %015s.
15487
15488         * lib/strftime.c (my_strftime): Move the `do_number_sign_and_padding'
15489         label so that it precedes the code to set `digits'.  Otherwise,
15490         %0Ns wouldn't work.  Before this change, `date -d @-22 +%05s' would
15491         print `00-22'.  Now, it prints `-0022', as it should.
15492
15493 2005-08-17  Bruno Haible  <bruno@clisp.org>
15494
15495         * modules/strstr (Files): Add m4/mbrtowc.m4.
15496         (Depends-on): Add mbuiter.
15497
15498 2005-08-17  Bruno Haible  <bruno@clisp.org>
15499
15500         * modules/strcasestr: New file.
15501         * MODULES.html.sh (String handling, based on ANSI C 89): Add
15502         strcasestr.
15503
15504 2005-08-17  Bruno Haible  <bruno@clisp.org>
15505
15506         * modules/strcase (Depends-on): Add mbuiter. Remove strnlen1, mbchar.
15507
15508 2005-08-17  Bruno Haible  <bruno@clisp.org>
15509
15510         * modules/mbuiter: New file.
15511         * MODULES.html.sh (Extended multibyte and wide character utilities):
15512         Add mbuiter.
15513
15514 2005-08-17  Bruno Haible  <bruno@clisp.org>
15515
15516         * m4/strstr.m4 (gl_FUNC_STRSTR): Use the replacement function always.
15517         (gl_PREREQ_STRSTR): Use gl_FUNC_MBRTOWC.
15518
15519 2005-08-17  Bruno Haible  <bruno@clisp.org>
15520
15521         * m4/strcasestr.m4: New file.
15522
15523 2005-08-17  Bruno Haible  <bruno@clisp.org>
15524
15525         * lib/strstr.h: Ignore HAVE_STRSTR, always declare the gnulib function.
15526         * lib/strstr.c: Completely rewritten, with multibyte locale support.
15527
15528 2005-08-17  Bruno Haible  <bruno@clisp.org>
15529
15530         * lib/strcasestr.h: New file.
15531         * lib/strcasestr.c: New file.
15532
15533 2005-08-17  Bruno Haible  <bruno@clisp.org>
15534
15535         * lib/strcasecmp.c: Use mbuiter.h.
15536
15537 2005-08-17  Bruno Haible  <bruno@clisp.org>
15538
15539         * lib/mbuiter.h: New file.
15540
15541 2005-08-16  Paul Eggert  <eggert@cs.ucla.edu>
15542
15543         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Do not override the results
15544         of gl_GETOPT_SUBSTITUTE.  That way, if both gl_GETOPT_SUBSTITUTE
15545         and gl_GETOPT are both invoked via different paths (as happens
15546         with GNU tar CVS because it uses both argp and getopt), the former
15547         wins.
15548
15549 2005-08-16  Bruno Haible  <bruno@clisp.org>
15550
15551         * modules/tls: New file.
15552         * MODULES.html.sh (Multithreading): Add tls.
15553
15554 2005-08-16  Bruno Haible  <bruno@clisp.org>
15555
15556         * modules/strnlen1: New file.
15557         * MODULES.html.sh (String handling): Add strnlen1.
15558
15559 2005-08-16  Bruno Haible  <bruno@clisp.org>
15560
15561         * modules/strcase (Files): Add m4/mbrtowc.m4.
15562         (Depends-on): Add strnlen1, mbchar.
15563
15564 2005-08-16  Bruno Haible  <bruno@clisp.org>
15565
15566         * modules/mbiter: New file.
15567         * MODULES.html.sh (Extended multibyte and wide character utilities):
15568         Add mbiter.
15569
15570 2005-08-16  Bruno Haible  <bruno@clisp.org>
15571
15572         * modules/mbfile: New file.
15573         * MODULES.html.sh (Extended multibyte and wide character utilities):
15574         Add mbfile.
15575
15576 2005-08-16  Bruno Haible  <bruno@clisp.org>
15577
15578         * modules/mbchar: New file.
15579         * MODULES.html.sh (Extended multibyte and wide character utilities):
15580         New section.
15581
15582 2005-08-16  Bruno Haible  <bruno@clisp.org>
15583
15584         * m4/tls.m4: New file, from GNU gettext.
15585
15586 2005-08-16  Bruno Haible  <bruno@clisp.org>
15587
15588         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Use the replacement function
15589         always.
15590         (gl_PREREQ_STRCASECMP): Use gl_FUNC_MBRTOWC.
15591
15592 2005-08-16  Bruno Haible  <bruno@clisp.org>
15593
15594         * m4/mbiter.m4: New file.
15595
15596 2005-08-16  Bruno Haible  <bruno@clisp.org>
15597
15598         * m4/mbfile.m4: New file.
15599
15600 2005-08-16  Bruno Haible  <bruno@clisp.org>
15601
15602         * m4/mbchar.m4: New file.
15603
15604 2005-08-16  Bruno Haible  <bruno@clisp.org>
15605
15606         * lib/tls.h: New file, from GNU gettext.
15607         * lib/tls.c: New file, from GNU gettext.
15608
15609 2005-08-16  Bruno Haible  <bruno@clisp.org>
15610
15611         * lib/strnlen1.h: New file.
15612         * lib/strnlen1.c: New file.
15613
15614 2005-08-16  Bruno Haible  <bruno@clisp.org>
15615
15616         * lib/strcasecmp.c (struct mbiter_multi): Remove at_end field.
15617         (mbi_init): Update.
15618         (mbi_avail, mbi_advance): Let the iteration end before the terminating
15619         NUL byte, not after it.
15620
15621 2005-08-16  Bruno Haible  <bruno@clisp.org>
15622
15623         * lib/strcase.h (strcasecmp): Add note in comments.
15624         * lib/strncasecmp.c: Use code from strcasecmp.c.
15625         * lib/strcasecmp.c: Use mbchar module. Define private mbiter variant.
15626         (strcasecmp): Work correctly in multibyte locales.
15627
15628 2005-08-16  Bruno Haible  <bruno@clisp.org>
15629
15630         * lib/mbiter.h: New file.
15631
15632 2005-08-16  Bruno Haible  <bruno@clisp.org>
15633
15634         * lib/mbfile.h: New file.
15635
15636 2005-08-16  Bruno Haible  <bruno@clisp.org>
15637
15638         * lib/mbchar.h: New file.
15639         * lib/mbchar.c: New file.
15640
15641 2005-08-16  Bruno Haible  <bruno@clisp.org>
15642
15643         * lib/mbchar.h (mb_cmp, mb_casecmp): Order the invalid characters after
15644         the valid ones. Makes the comparison operations transitive:
15645         cmp (a, b) < 0 && cmp (b, c) < 0 ==> cmp (a, c) < 0.
15646         * lib/strcasecmp.c (strcasecmp): Use mb_casecmp.
15647
15648 2005-08-15  Simon Josefsson  <jas@extundo.com>
15649
15650         * modules/ssize_t (License): Change to 'unlimited'.
15651
15652         * gnulib-tool (sed_extract_prog): Recognize 'unlimited' license.
15653
15654 2005-08-15  Paul Eggert  <eggert@cs.ucla.edu>
15655
15656         * config/srclist.txt: Comment out $LIBCSRC/posix/regex.h.
15657         Add comments for each pending glibc patch.
15658
15659 2005-08-15  Bruno Haible  <bruno@clisp.org>
15660
15661         * lib/regex.h (__restrict_arr): Don't define to __restrict if
15662         __cplusplus is defined.
15663
15664 2005-08-14  Jim Meyering  <jim@meyering.net>
15665
15666         Sync from coreutils.
15667
15668         * lib/fts-cycle.c (setup_dir, enter_dir, leave_dir, free_dir):
15669         Use the hash-table-based cycle-detection code not just when
15670         FTS_TIGHT_CYCLE_CHECK if specified, but also with FTS_LOGICAL.
15671         Reported by James Youngman in
15672         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00011.html>.
15673         * lib/fts_.h: Mention that with FTS_LOGICAL, we use
15674         FTS_TIGHT_CYCLE_CHECK.
15675         * lib/fts.c (fts_cross_check) [FTS_DEBUG]:
15676         s/active_dir_ht/fts_cycle.ht/. This lets us compile with -DFTS_DEBUG,
15677         once again.
15678         * lib/fts.c [! _LIBC]: Include "lstat.h" rather than rolling our own.
15679         * lib/fts.c (fd_safer): Remove decl.
15680         Include fcntl--.h rather than unistd-safer.h
15681         (fts_safe_changedir): Don't call fd_safer; no longer needed
15682         now that we include fcntl--.h.
15683
15684 2005-08-12  Simon Josefsson  <jas@extundo.com>
15685
15686         * modules/getndelim2: Use ssize_t module.
15687         * modules/getnline: Likewise.
15688         * modules/safe-read: Likewise.
15689         * modules/xreadlink: Likewise.
15690
15691         * modules/ssize_t: New file.
15692
15693 2005-08-12  Simon Josefsson  <jas@extundo.com>
15694
15695         * m4/readline.m4: Look for termcap, curses or ncurses if required.
15696
15697 2005-08-12  Simon Josefsson  <jas@extundo.com>
15698
15699         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
15700         ssize_t.
15701
15702 2005-08-12  Simon Josefsson  <jas@extundo.com>
15703
15704         * MODULES.html.sh (Extra functions based on ANSI C 89: Misc): Add
15705         readline, getdelim and check_version.
15706         (Support for systems lacking ISO C 99: Sizes of integer types):
15707         Add size_max.
15708
15709 2005-08-12  Bruno Haible  <bruno@clisp.org>
15710
15711         * m4/readline.m4 (gl_FUNC_READLINE): Look for ncurses first.
15712
15713 2005-08-11  Simon Josefsson  <jas@extundo.com>
15714
15715         * modules/readline: New file.
15716
15717         * modules/strnlen (Files): Add strnlen.h.
15718
15719 2005-08-11  Simon Josefsson  <jas@extundo.com>
15720
15721         * m4/readline.m4: New file.
15722
15723 2005-08-11  Simon Josefsson  <jas@extundo.com>
15724
15725         * lib/readline.h, readline.c: New file.
15726
15727 2005-08-11  Simon Josefsson  <jas@extundo.com>
15728
15729         * doc/gnulib.texi (Initial import, Finishing touches): Mention
15730         gl_AVOID.
15731
15732 2005-08-11  Bruno Haible  <bruno@clisp.org>
15733
15734         * lib/strnlen.h (strnlen): Change parameter name to match comment.
15735
15736 2005-08-10  Stepan Kasal  <kasal@ucw.cz>
15737
15738         * m4/onceonly_2_57.m4: Really require Autoconf 2.57.
15739
15740 2005-08-10  Simon Josefsson  <jas@extundo.com>
15741
15742         * tests/test-iconvme.c: New file.
15743
15744 2005-08-10  Simon Josefsson  <jas@extundo.com>
15745
15746         * m4/strnlen.m4: New file.
15747
15748         * m4/strndup.m4: Don't check for strnlen declaration, done in
15749         strnlen.m4.
15750
15751 2005-08-10  Simon Josefsson  <jas@extundo.com>
15752
15753         * lib/strndup.c: Use strnlen.h.
15754
15755         * lib/strnlen.h: New file.
15756
15757 2005-08-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
15758
15759         * README: Typos.
15760
15761 2005-08-02  Simon Josefsson  <jas@extundo.com>
15762
15763         * modules/readline: New file.
15764
15765 2005-08-02  Simon Josefsson  <jas@extundo.com>
15766
15767         * modules/getdelim: New file.
15768
15769         * modules/getline: Rewrite, don't use getndelim2.
15770
15771 2005-08-02  Simon Josefsson  <jas@extundo.com>
15772
15773         * m4/getline.m4: Separate out getdelim stuff into separate module.
15774
15775         * m4/getdelim.m4: New file.
15776
15777 2005-08-02  Simon Josefsson  <jas@extundo.com>
15778
15779         * lib/getline.h, getline.c: Rewrite.
15780
15781         * lib/getdelim.h, lib/getdelim.c: New files, ported from glibc.
15782
15783 2005-07-31  Bruno Haible  <bruno@clisp.org>
15784
15785         * lib/lock.h (gl_lock_initializer): New macro.
15786         (gl_lock_define_initialized): Use it.
15787         (gl_rwlock_initializer): New macro.
15788         (gl_rwlock_define_initialized): Use it.
15789         (gl_recursive_lock_initializer): New macro.
15790         (gl_recursive_lock_define_initialized): Use it.
15791
15792 2005-07-30  Karl Berry  <karl@gnu.org>
15793
15794         * doc/gnulib.texi (Initial import): mention -I$(top_builddir)/lib.
15795         Report from Ben Pfaff, regarding getopt.
15796
15797 2005-07-26  Paul Eggert  <eggert@cs.ucla.edu>
15798
15799         Add support to getopt for Emacs, which doesn't use LIBOBJS in the
15800         normal way.
15801         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE_HEADER): New macro.
15802         (gl_GETOPT_SUBSTITUTE): Use it.  Invoke gl_PREREQ_GETOPT.
15803         (gl_GETOPT_IFELSE, gl_GETOPT_CHECK_HEADERS): New macros.
15804         (gl_GETOPT): Use the new macros.  Most of the implementation
15805         is moved to the new macros.  This is for programs like Emacs
15806         that don't want all the functionality of gl_GETOPT.
15807
15808 2005-07-26  Bruno Haible  <bruno@clisp.org>
15809
15810         * m4/lock.m4: Update from GNU gettext.
15811
15812 2005-07-26  Bruno Haible  <bruno@clisp.org>
15813
15814         * lib/lock.h: Update from GNU gettext.
15815         * lib/lock.c: Update from GNU gettext.
15816
15817 2005-07-25  Paul Eggert  <eggert@cs.ucla.edu>
15818
15819         * m4/regex.m4 (gl_INCLUDED_REGEX): Use AC_RUN_IFELSE instead of the
15820         obsolescent AC_TRY_RUN.  Include the default includes files, for
15821         'exit'.
15822
15823 2005-07-24  Bruno Haible  <bruno@clisp.org>
15824
15825         * modules/visibility: New file.
15826         * MODULES.html.sh (Misc): Add visibility.
15827
15828 2005-07-24  Bruno Haible  <bruno@clisp.org>
15829
15830         * m4/visibility.m4: New file.
15831
15832 2005-07-24  Bruno Haible  <bruno@clisp.org>
15833
15834         * doc/visibility.texi: New file.
15835
15836 2005-07-22  Bruno Haible  <bruno@clisp.org>
15837
15838         * modules/alloca-opt (Makefile.am): Remove explicit dependency on
15839         $(ALLOCA_H), redundant through BUILT_SOURCES.
15840         * modules/argz (Makefile.am): Remove explicit dependency on $(ARGZ_H),
15841         redundant through BUILT_SOURCES.
15842         * modules/byteswap (Makefile.am): Remove explicit dependency on
15843         $(BYTESWAP_H), redundant through BUILT_SOURCES.
15844         * modules/fnmatch (Makefile.am): Remove explicit dependency on
15845         $(FNMATCH_H), redundant through BUILT_SOURCES.
15846         * modules/getopt (Makefile.am): Remove explicit dependency on
15847         $(GETOPT_H), redundant through BUILT_SOURCES.
15848         * modules/glob (Makefile.am): Remove explicit dependency on $(GLOB_H),
15849         redundant through BUILT_SOURCES.
15850         * modules/poll (Makefile.am): Remove explicit dependency on $(POLL_H),
15851         redundant through BUILT_SOURCES.
15852         * modules/stdbool (Makefile.am): Remove explicit dependency on
15853         $(STDBOOL_H), redundant through BUILT_SOURCES.
15854         * modules/stdint (Makefile.am): Remove explicit dependency on
15855         $(STDINT_H), redundant through BUILT_SOURCES.
15856         * modules/sysexits (Makefile.am): Add $(SYSEXITS_H) to BUILT_SOURCES.
15857         Remove explicit dependency on $(SYSEXITS_H).
15858         Reported by Alexandre Duret-Lutz <adl@src.lip6.fr>.
15859
15860 2005-07-18  Simon Josefsson  <jas@extundo.com>
15861
15862         * lib/check-version.c (check_version): Accept identical versions too.
15863
15864 2005-07-18  Bruno Haible  <bruno@clisp.org>
15865
15866         * modules/lock: New file.
15867         * MODULES.html.sh (Multithreading): New section.
15868
15869 2005-07-18  Bruno Haible  <bruno@clisp.org>
15870
15871         * m4/lock.m4: New file, from GNU gettext.
15872
15873 2005-07-18  Bruno Haible  <bruno@clisp.org>
15874
15875         * lib/lock.h: New file, from GNU gettext.
15876         * lib/lock.c: New file, from GNU gettext.
15877
15878 2005-07-18  Bruno Haible  <bruno@clisp.org>
15879
15880         * lib/lock.h (gl_once_t): New type.
15881         (gl_once_define, gl_once): New macros.
15882         * lib/lock.c (fresh_once): New variable.
15883         (glthread_once, glthread_once_call, glthread_once_singlethreaded): New
15884         functions.
15885
15886 2005-07-16  Simon Josefsson  <jas@extundo.com>
15887
15888         * doc/gnulib.texi (Library version handling): Add ELF symbol collision
15889         workaround, suggested by Bruno.
15890
15891 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
15892
15893         * modules/xalloc (Depends-on): Add xalloc-die.
15894         * modules/xvasprintf (Depends-on): Add xalloc-die.
15895
15896 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
15897
15898         * lib/quotearg.c: Add translator comment suggested by Bruno Haible,
15899         with a minor change.
15900
15901 2005-07-15  Bruno Haible  <bruno@clisp.org>
15902
15903         * m4/poll.m4 (gl_FUNC_POLL): Check against MacOS X 10.4 poll() bug.
15904         When using lib/poll.c, define poll as rpl_poll.
15905
15906 2005-07-14  Paul Eggert  <eggert@cs.ucla.edu>
15907
15908         * modules/argp (Depends-on): Remove unlocked-io.
15909
15910 2005-07-14  Derek Price  <derek@ximbiot.com>
15911
15912         * m4/glob.m4 (gl_GLOB): Cache glob interface check result.  Add check
15913         for glob symlink bug.
15914
15915 2005-07-14  Bruno Haible  <bruno@clisp.org>
15916
15917         * m4/argp.m4 (gl_ARGP): Remove invocation of gl_FUNC_GLIBC_UNLOCKED_IO.
15918         Instead, test for *_unlocked function declarations directly.
15919
15920 2005-07-11  Simon Josefsson  <jas@extundo.com>
15921
15922         * modules/size_max: New file.
15923
15924         * modules/xsize: Depend on size_max module for size_max.m4.
15925
15926 2005-07-11  Simon Josefsson  <jas@extundo.com>
15927
15928         * lib/size_max.h: New file.
15929
15930 2005-07-11  Paul Eggert  <eggert@cs.ucla.edu>
15931
15932         * lib/version-etc-fsf.c (version_etc_copyright): Parameterize the
15933         copyright symbol and the year.
15934         * lib/version-etc.c (COPYRIGHT_YEAR): New constant.
15935         (version_etc_va): Use parameterized copyright notice.
15936         Reword to conform to the current GNU coding standards.
15937
15938 2005-07-11  Karl Berry  <karl@gnu.org>
15939
15940         * doc/gnulib.texi (Quoting): new node.
15941         (Initial import): more info, from Patrice.
15942
15943 2005-07-11  Bruno Haible  <bruno@clisp.org>
15944
15945         * gnulib-tool (func_usage): Document option --avoid.
15946         (Command line options): Handle --avoid.
15947         (func_acceptable): New function.
15948         (func_modules_transitive_closure): Use it.
15949
15950 2005-07-11  Bruno Haible  <bruno@clisp.org>
15951
15952         * MODULES.html.sh: Use shortcut URLs to the www.opengroup.org site.
15953         Reported by Jim Meyering.
15954
15955 2005-07-10  Bruno Haible  <bruno@clisp.org>
15956
15957         * m4/size_max.m4 (gl_SIZE_MAX): Cast ~(size_t)0 back to size_t.
15958         Needed when size_t is smaller than 'unsigned int'.
15959         Reported by Paul Eggert.
15960
15961 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
15962
15963         * modules/argp (Depends-on): Add unlocked-io
15964
15965 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
15966
15967         * lib/argp-namefrob.h: Include unlocked-io.h. Removed unnecessary
15968         block of defines.
15969
15970 2005-07-08  Paul Eggert  <eggert@cs.ucla.edu>
15971
15972         * config/srclist.txt: Comment out regcomp.c, since we have a porting
15973         fix now.
15974
15975 2005-07-08  Eric Blake  <ebb9@byu.net>  (tiny change)
15976         and Paul Eggert  <eggert@cs.ucla.edu>
15977
15978         * lib/regcomp.c (init_dfa, build_range_exp): Store __btowc value
15979         in wint_t, not wchar_t.  Remove now-unnecessary cast.
15980
15981 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
15982
15983         * modules/regex (Files): Add lib/regex_internal.c,
15984         lib/regex_internal.h, lib/regexec.c, lib/regcomp.c, m4/codeset.m4.
15985         (Depends-on): Add extensions.
15986         (Makefile.am): Remove lib_SOURCES; now done by m4 code.
15987
15988 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
15989
15990         * m4/backupfile.m4 (gl_BACKUPFILE): Use AC_CHECK_FUNCS_ONCE on
15991         pathconf.
15992         * m4/same.m4 (gl_SAME): Likewise.
15993         Require AC_SYS_LONG_FILE_NAMES; bug reported by Gerrit P. Haase.
15994
15995         * m4/regex.m4: Adjust to new libc regex implementation.
15996         (gl_INCLUDED_REGEX): Add AC_LIBSOURCES for
15997         all the .c and .h parts of (the new) regex.
15998         Quote the m4 stuff better.
15999         Check for RE_ICASE bug of old gnulib.
16000         Check for REG_STARTEND of recent libc.
16001         Rename local variables from jm_* to gl_*.
16002         Quote operand of "test -f".
16003         Say "recent enough" version of libc, not "version 2".
16004         (gl_PREREQ_REGEX): Remove AC_FUNC_ALLOCA, since alloca is a
16005         prerequisite module.  Remove AC_HEADER_STDC; no longer needed.
16006         Check for locale.h, isblank, mbrtowc, wcrtomb, wcscoll.
16007         Remove check for btowc, isascii.
16008         Require AM_LANGINFO_CODESET.
16009
16010 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
16011
16012         * lib/regex.c, regex.h: Sync from libc.
16013         * lib/regcomp.c, lib/regexec_internal.c, lib/regex_internal.h:
16014         * lib/regexec.c:
16015         New files, synced from libc, except that regex_internal.h
16016         currently has a small porting fix.
16017
16018 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
16019
16020         * config/srclist.txt: Add regcomp.c, regex.c, regex.h,
16021         regex_internal.c, regexec.c.
16022         Add regex_internal.h too, but as a comment, since the libc version
16023         is currently broken in gnulib mode.
16024
16025 2005-07-06  Paul Eggert  <eggert@cs.ucla.edu>
16026
16027         Support programs like Emacs that use gnulib but not gettext.
16028         * MODULES.html.sh (Internationalization functions): Add gettext-h.
16029         * modules/gettext-h: New file.
16030         * modules/gettext (Files): Remove lib/gettext.h.
16031         (Depends-on): Add gettext-h.
16032         (Makefile.am): Remove lib_SOURCES.
16033         * modules/argmatch, modules/c-stack, modules/closeout:
16034         * modules/copy-file, modules/csharpcomp, modules/csharpexec:
16035         * modules/execute, modules/file-type, modules/getaddrinfo:
16036         * modules/getopt, modules/human, modules/javacomp:
16037         * modules/javaexec, modules/mkdir-p, modules/obstack:
16038         * modules/openat, modules/pagealign_alloc, modules/pipe:
16039         * modules/quotearg, modules/regex, modules/rpmatch:
16040         * modules/unicodeio, modules/userspec, modules/version-etc:
16041         * modules/wait-process, modules/xalloc-die, modules/xmemcoll:
16042         * modules/xsetenv:
16043         Depend on gettext-h, not gettext.
16044
16045 2005-07-05  Paul Eggert  <eggert@cs.ucla.edu>
16046
16047         * gnulib-tool (func_import): Add support for 'public domain' license.
16048         * modules/alloca, modules/atexit, modules/memmove:
16049         Now public domain, not GPL.
16050         * modules/dup2, modules/getpagesize, modules/malloc, modules/memset:
16051         * modules/realloc, modules/strerror, modules/strtod:
16052         Now LGPL, not GPL.
16053
16054 2005-07-05  Bruno Haible  <bruno@clisp.org>
16055
16056         * m4/mbrtowc.m4 (gl_FUNC_MBRTOWC): Upgrade to version from current
16057         autoconf CVS. Needed for mingw.
16058
16059 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
16060
16061         Remove the dependency of the strftime module on the tzset module.
16062         * modules/strftime (Depends-on): Remove dependency on tzset.
16063
16064 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
16065
16066         Remove the dependency of the strftime module on the tzset module.
16067         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't require
16068         gl_FUNC_TZSET_CLOBBER.
16069
16070 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
16071
16072         Remove the dependency of the strftime module on the tzset module.
16073         * lib/strftime.c (my_strftime)
16074         [! defined _LIBC && ! HAVE_RUN_TZSET_TEST]:
16075         Copy the input structure, to work around some of the bug with
16076         Solaris 2.5.1 and Solaris 2.6.  If you still care about these old
16077         Solaris releases, you should also use the tzset module, but we won't
16078         require it as a dependency any more since we don't want LGPLed code
16079         to depend on GPLed code.
16080
16081 2005-07-02  Jim Meyering  <jim@meyering.net>
16082
16083         * m4/chown.m4, cloexec.m4, dup2.m4, fsusage.m4:
16084         * m4/getcwd-path-max.m4, getcwd.m4, mkstemp.m4, mountlist.m4:
16085         * m4/pagealign_alloc.m4, save-cwd.m4, unistd-safer.m4:
16086         Don't check for fcntl.h, and don't test for HAVE_FCNTL_H.
16087
16088 2005-07-02  Jim Meyering  <jim@meyering.net>
16089
16090         * lib/backupfile.c (backup_args): Change a `0' to NULL.
16091
16092 2005-07-01  Paul Eggert  <eggert@cs.ucla.edu>
16093
16094         * lib/xnanosleep.c: Include timespec.h, since OpenBSD 3.4 <time.h>
16095         declares only 'struct timespec;' (!).
16096
16097 2005-07-01  Jim Meyering  <jim@meyering.net>
16098
16099         * lib/chown.c, cloexec.c, dup-safer.c, dup2.c, fsusage.c, getcwd.c:
16100         * lib/getloadavg.c, mountlist.c, openat.h, pagealign_alloc.c:
16101         * lib/save-cwd.c, tempname.c:
16102         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
16103         and don't include <sys/file.h>).
16104
16105 2005-06-29  Jim Meyering  <jim@meyering.net>
16106
16107         * lib/mkdir-p.c (make_dir_parents): Don't apply sizeof to a hard-coded
16108         type name.  Use the variable name instead.
16109         * lib/idcache.c (getuser, getuidbyname, getgroup, getgidbyname):
16110         Likewise.
16111
16112 2005-06-28  Simon Josefsson  <jas@extundo.com>
16113
16114         * modules/check-version (Files): Add check-version.m4.
16115
16116 2005-06-28  Simon Josefsson  <jas@extundo.com>
16117
16118         * m4/check-version.m4: New file, suggested by Jim Meyering
16119         <jim@meyering.net>.
16120
16121 2005-06-28  Simon Josefsson  <jas@extundo.com>
16122
16123         * lib/check-version.h, lib/check-version.c: New files.
16124
16125 2005-06-28  Simon Josefsson  <jas@extundo.com>
16126
16127         * lib/base64.c (base64_encode): Indent.  Rename 'b64' to avoid
16128         collision with global variable.  Better indentation.  Don't
16129         increment buffer pointer beyond buffer end.  Based on comments
16130         from Paul Eggert <eggert@cs.ucla.edu>.
16131
16132         * lib/base64.h: Indent.
16133
16134 2005-06-28  Simon Josefsson  <jas@extundo.com>
16135
16136         * doc/gnulib.texi (Library version handling): New section.
16137
16138 2005-06-28  Jim Meyering  <jim@meyering.net>
16139
16140         * check-module (find_included_lib_files): Hard-code another
16141         pair of exceptions: fts.c includes fts-cycle.c and unistd-safer.h
16142         but modules/fts-lgpl (correctly) does not list those files.
16143
16144         * modules/canonicalize (Files): Add lib/pathmax.h.
16145
16146 2005-06-25  Simon Josefsson  <jas@extundo.com>
16147
16148         * modules/check-version: New file.
16149
16150 2005-06-24  Paul Eggert  <eggert@cs.ucla.edu>
16151
16152         * lib/canon-host.c (canon-host): Append trailing "," to 0 in
16153         initializer of struct addrinfo, as an indication that we don't
16154         care how many members the structure has.
16155
16156 2005-06-24  Derek Price  <derek@ximbiot.com>
16157         and Bruno Haible  <bruno@clisp.org>
16158
16159         Remove stat module & update lstat.
16160         * m4/lstat.m4 (gl_FUNC_LSTAT): Drop AC_FUNC_LSTAT in favor of
16161         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
16162         * m4/stat.m4: Remove this file.
16163
16164 2005-06-24  Derek Price  <derek@ximbiot.com>
16165         and Bruno Haible  <bruno@clisp.org>
16166
16167         Remove stat module & update lstat.
16168         * lib/stat.c: Remove this file...
16169         (slash_aware_lstat): ...moving this content and its support...
16170         * lib/lstat.c (rpl_lstat): ...into here.
16171         * lib/lstat.h: New file.
16172
16173 2005-06-24  Derek Price  <derek@ximbiot.com>
16174         and Bruno Haible  <bruno@clisp.org>
16175
16176         Remove stat module & update lstat.
16177         * config/srclist.txt (libc sources): Remove stat.
16178
16179 2005-06-24  Derek Price  <derek@ximbiot.com>
16180         and Bruno Haible  <bruno@clisp.org>
16181
16182         Remove stat module & update lstat.
16183         * MODULES.html.sh (stat): Remove.
16184         * MODULES.html: Regenerated.
16185         * modules/lstat (Description): Correct function name.
16186         (Files): Add "lstat.h".
16187         (Depends-on): Remove stat, add xalloc, stat-macros.
16188         * modules/stat: Remove this file.
16189         (Include): Add "lstat.h", remove <sys/stat.h>.
16190
16191 2005-06-23  Paul Eggert  <eggert@cs.ucla.edu>
16192
16193         * lib/mktime.c: Include <string.h> even if !DEBUG.  (From glibc.)
16194         (ranged_convert): Don't save conversion in a temporary struct.
16195         This causes a warning with GCC 4.0.0, and anyway in the typical
16196         case it's not worth the extra 100 bytes or so of code.
16197         (ranged_convert, __mktime_internal): When calling a function via a
16198         pointer P, use P () rather than (*P) (), as we now assume C89 or
16199         better.
16200
16201 2005-06-22  Paul Eggert  <eggert@cs.ucla.edu>
16202
16203         * lib/readutmp.c (desirable_utmp_entry): Fix bug where "who -b" and
16204         "who -r" failed to give output.  Problem reported by Tim Waugh.
16205
16206         * lib/xmalloc.c (HAVE_GNU_CALLOC): New constant.
16207         (xcalloc): Use it to avoid needless tests.
16208         Problem reported by Jim Meyering.
16209
16210 2005-06-20  Derek Price  <derek@ximbiot.com>
16211
16212         * m4/bison.m4: Note that precious decls of YACC & YFLAGS will be
16213         unnecessary for Autoconfs > 2.59c.
16214
16215 2005-06-16  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
16216
16217         * lib/argp.h (__option_is_short): Check upper limit of
16218         __key. Isprint() requires its argument to have the value
16219         of an unsigned char or EOF.
16220
16221 2005-06-16  Jim Meyering  <jim@meyering.net>
16222
16223         * lib/calloc.c (rpl_calloc): Allocate a 1-byte buffer (not 1xS or Nx1)
16224         when either N or S is zero.
16225
16226 2005-06-16  Derek Price  <derek@ximbiot.com>
16227
16228         * m4/bison.m4: Declare YACC & YFLAGS precious.
16229
16230 2005-06-10  Paul Eggert  <eggert@cs.ucla.edu>
16231
16232         * lib/fnmatch.c (fnmatch): If there is an encoding error in a
16233         multibyte string or pattern, fall back on unibyte matching.
16234         Problem reported by James Youngman.
16235
16236 2005-06-08  Bruno Haible  <bruno@clisp.org>
16237
16238         * modules/csharpcomp: New file.
16239         * MODULES.html.sh (C#): Add csharpcomp.
16240
16241 2005-06-08  Bruno Haible  <bruno@clisp.org>
16242
16243         * m4/csharpcomp.m4: New file, from GNU gettext.
16244
16245 2005-06-08  Bruno Haible  <bruno@clisp.org>
16246
16247         * lib/csharpcomp.h: New file, from GNU gettext.
16248         * lib/csharpcomp.c: New file, from GNU gettext.
16249         * lib/csharpcomp.sh.in: New file, from GNU gettext.
16250
16251 2005-06-08  Bruno Haible  <bruno@clisp.org>
16252
16253         * lib/binary-io.h (fileno): Undefine before defining it. Avoids a gcc
16254         warning on mingw.
16255
16256 2005-06-07  Derek Price  <derek@ximbiot.com>
16257
16258         Sync from CVS.
16259         * lib/glob_.h: Indent nested #ifdef.
16260
16261 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
16262
16263         Sync from coreutils.
16264         Use "file name" when talking about file names, instead of "filename"
16265         or "path", as per the GNU coding standards.
16266         * lib/mkdir-p.c: Renamed from makepath.c.
16267         (make_dir_parents): Renamed from make_path.  All callers changed.
16268         * lib/mkdir-p.h: Likewise.  All includers changed.
16269         * lib/filenamecat.c: Renamed from path-concat.c.
16270         (file_name_concat): Renamed from path_concat.  All callers changed.
16271         [TEST_FILE_NAME_CONCAT]: Renamed from TEST_PATH_CONCAT.
16272         * lib/filenamecat.h: Likewise.  All includers changed.
16273         * lib/acl.c: Don't use "path" or "filename" to mean "file name"
16274         in comments or local variable names.
16275         * lib/basename.c: Likewise.
16276         * lib/canonicalize.c, canonicalize.h: Likewise.
16277         * lib/dirname.c, dirname.h: Likewise.
16278         * lib/euidaccess.c: Likewise.
16279         * lib/exclude.c: Likewise
16280         * lib/fnmatch_.h, fnmatch_loop.c: Likewise.
16281         * lib/fsusage.c, fsuage.h: Likewise.
16282         * lib/fts.c, fts_.h: Likewise.
16283         * lib/getcwd.c: Likewise.
16284         * lib/getloadavg.c: Likewise.
16285         * lib/mkstemp.c: Likewise.
16286         * lib/mountlist.c, mountlist.h: Likewise.
16287         * lib/openat.c, openat.h: Likewise.
16288         * lib/readlink-stub.c: Likewise.
16289         * lib/readutmp.c, readutmp.h: Likewise.
16290         * lib/rename.c: Likewise.
16291         * lib/rmdir.c: Likewise.
16292         * lib/same.c: Likewise.
16293         * lib/savedir.c: Likewise.
16294         * lib/stripslash.c: Likewise.
16295         * lib/tempname.c: Likewise.
16296         * lib/xreadlink.c: Likewise.
16297         * lib/exclude.c (excluded_file_name): Renamed from excluded_filename.
16298         All uses changed.
16299         * lib/exclude.h: Likewise.
16300
16301         * lib/euidaccess.c (getuid, getgid, getuid, getegid)
16302         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
16303         * lib/idcache.c (getpwuid, getpwnam, getgrgid, getgrnam)
16304         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
16305         * lib/pathmax.h: Include <limits.h> unconditionally, since other
16306         files have been getting away with it for years (MORE/BSD 4.3
16307         is extinct now).
16308         * lib/userspec.c (getpwnam, getgrnam, getgrgid)
16309         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
16310
16311         * lib/pathmax.h (_POSIX_PATH_MAX) [!defined _POSIX_PATH_MAX]:
16312         Define to 256, not 255, as per modern POSIX.
16313
16314 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
16315
16316         Sync from coreutils.
16317         Use "file name" when talking about file names, instead of "filename"
16318         or "path", as per the GNU coding standards.
16319         * MODULES.html.sh: mkdir-p renamed from makepath.
16320         filenamecat renamed from path-concat.
16321         * modules/filenamecat: Renamed from modules/path-concat.
16322         (Files): filenamecat.h and filenamecat.c renamed from
16323         path-concat.h and path-concat.c.
16324         (configure.ac): gl_FILE_NAME_CONCAT, not gl_PATH_CONCAT.
16325         (Include): filenamecat.h, not path-concat.h.
16326         * modules/mkdir-p: Renamed from modules/makepath.
16327         (Files): mkdir-p.h and mkdir-p.c renamed from makepath.h and
16328         makepath.c.
16329         (configure.ac): gl_MKDIR_PARENTS, not gl_MAKEPATH.
16330         (Include): mkdir-p.h, not makepath.h.
16331
16332 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
16333
16334         Sync from coreutils.
16335         * m4/mkdir-p.m4: Renamed from makepath.m4.
16336         (gl_MKDIR_PARENTS): Renamed from gl_MAKEPATH.  All uses changed.
16337         Rename files from makepath.c to mkdir-p.c, and from
16338         makepath.h to mkdir-p.h.
16339         * m4/filenamecat.m4: Renamed from path-concat.m4.
16340         (gl_FILE_NAME_CONCAT): Renamed from gl_PATH_CONCAT.  All uses changed.
16341         Rename files from path-concat.c to filenamecat.c,
16342         and from path-concat.h to filenamecat.h.
16343         * m4/getcwd-path-max.m4: Don't use "path" or "filename" to mean
16344         "file name" in local variables or comments.
16345         * m4/rename.m4: Likewise.
16346
16347 2005-06-01  Bruno Haible  <bruno@clisp.org>
16348
16349         * modules/csharpexec: New file.
16350         * MODULES.html.sh (C#): New section.
16351
16352 2005-06-01  Bruno Haible  <bruno@clisp.org>
16353
16354         * m4/csharp.m4: New file, from GNU gettext.
16355         * m4/csharpexec.m4: New file, from GNU gettext.
16356
16357 2005-06-01  Bruno Haible  <bruno@clisp.org>
16358
16359         * lib/csharpexec.h: New file, from GNU gettext.
16360         * lib/csharpexec.c: New file, from GNU gettext.
16361         * lib/csharpexec.sh.in: New file, from GNU gettext.
16362
16363 2005-05-31  Derek Price  <derek@ximbiot.com>
16364             Paul Eggert  <eggert@cs.ucla.edu>
16365
16366         Sync from cvs.
16367         * m4/glob.m4: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
16368
16369 2005-05-31  Derek Price  <derek@ximbiot.com>
16370             Paul Eggert  <eggert@cs.ucla.edu>
16371
16372         Sync from cvs.
16373         * lib/glob_.h: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
16374
16375 2005-05-29  Derek Price  <derek@ximbiot.com>
16376
16377         * config/srclist.txt (glob_.h, glob.c): Add these files.
16378
16379 2005-05-29  Derek Price  <derek@ximbiot.com>
16380
16381         * MODULES.html.sh: Add glob to Enhanced POSIX.2001 section.
16382         * modules/glob: New file.
16383         * modules/getlogin_r: Add link to POSIX spec in description.
16384
16385 2005-05-29  Derek Price  <derek@ximbiot.com>
16386             Paul Eggert  <eggert@cs.ucla.edu>
16387
16388         * m4/glob.m4: New file.
16389
16390 2005-05-29  Derek Price  <derek@ximbiot.com>
16391             Paul Eggert  <eggert@cs.ucla.edu>
16392
16393         * lib/glob_.h, lib/glob.c: New files.
16394
16395 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
16396
16397         * modules/fts (Files): Remove m4/inttypes-pri.m4.
16398         * modules/fts-lgpl (Depends-on): Remove gettext.
16399
16400 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
16401
16402         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't check for inttypes.h or stdint.h,
16403         and don't require gt_INTTYPES_PRI.
16404
16405 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
16406
16407         * lib/getlogin_r.c (getlogin_r): Don't set errno to 0 on return.
16408
16409         * lib/fts.c: Don't worry about debugging on pre-C99-compatible hosts;
16410         the configuration hassle isn't worth it.
16411         Include inttypes.h and stdint.h unconditionally if FTS_DEBUG.
16412         (LONGEST_MODIFIER, PRIuMAX): Remove.
16413
16414 2005-05-27  Bruno Haible  <bruno@clisp.org>
16415
16416         * lib/getlogin_r.h: Remove second include of <stddef.h>.
16417
16418 2005-05-26  Paul Eggert  <eggert@cs.ucla.edu>
16419
16420         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Define
16421         _POSIX_PTHREAD_SEMANTICS for Solaris.
16422
16423 2005-05-25  Derek Price  <derek@ximbiot.com>
16424
16425         * MODULES.html.sh: Add getlogin_r to POSIX.2001 support section.
16426
16427 2005-05-25  Derek Price  <derek@ximbiot.com>
16428             Paul Eggert  <eggert@cs.ucla.edu>
16429
16430         * modules/getlogin_r, m4/getlogin_r.m4: New files.
16431         * lib/getlogin_r.c, getlogin_r.h: New files.
16432
16433 2005-05-25  Bruno Haible  <bruno@clisp.org>
16434             Derek Price  <derek@ximbiot.com>
16435
16436         * lib/getlogin_r.h: Simplify API documentation.
16437
16438 2005-05-23  Derek Price  <derek@ximbiot.com>
16439
16440         * modules/minmax (Files): Add m4/minmax.m4.
16441         (configure.ac): Add gl_MINMAX.
16442
16443 2005-05-22  Paul Eggert  <eggert@cs.ucla.edu>
16444
16445         * lib/fts.c (fd_safer) [_LGPL_PACKAGE]: New static function,
16446         so that unistd-safer.h (GPL'ed code) need not be included.
16447
16448 2005-05-22  Bruno Haible  <bruno@clisp.org>
16449
16450         * m4/minmax.m4: New file.
16451         Based on a patch by Derek Price <derek@ximbiot.com>.
16452
16453 2005-05-22  Bruno Haible  <bruno@clisp.org>
16454
16455         * lib/stdint_.h (_STDINT_H_HAVE_INT64): New macro. Use it in #ifdefs.
16456         (INT64_MIN): Fix definition.
16457         Suggested by Paul Eggert <eggert@cs.ucla.edu>.
16458
16459         * lib/stdint_.h (_STDINT_H_NEED_SIGNED_INT_TYPES): Renamed from
16460         NEED_SIGNED_INT_TYPES.
16461
16462         * lib/stdint_.h (_STDINT_H_HAVE_SYSTEM_INTTYPES): Renamed from
16463         HAVE_SYSTEM_INTTYPES.
16464
16465 2005-05-22  Bruno Haible  <bruno@clisp.org>
16466
16467         * lib/minmax.h: Include <limits.h> only when it defines MIN, MAX.
16468         Also include <sys/param.h> if it defines MIN, MAX.
16469         Based on a patch by Derek Price <derek@ximbiot.com>.
16470
16471 2005-05-21  Jim Meyering  <jim@meyering.net>
16472
16473         * modules/fts (Files): Add m4/inttypes-pri.m4.
16474         (Depends-on): Add lstat and remove gettext.  Alphabetize.
16475
16476 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
16477
16478         New fts module.
16479         * lib/fts.c: Don't include "cycle-check.h" or "hash.h".
16480         (setup_dir, free_dir): New functions.
16481         (enter_dir, leave_dir): Define trivial
16482         alternatives of _LGPL_PACKAGE.  Move to fts-cycle.c if !_LGPL_PACKAGE.
16483         (HT_INITIAL_SIZE, ENTER_DIR): Remove.  All uses removed.
16484         (LEAVE_DIR): Fix typo: pass Fts and Ent to leave_dir.
16485         (struct Active_dir, AD_compare, AD_hash, enter_dir, leave_dir):
16486         Move to fts-cycle.c.
16487         (fts_open): Use setup_dir.
16488         (fts_close): Use free_dir.
16489         (fts_read): Have just one copy of the ENTER_DIR code rather than three.
16490         This adds a label and some gotos, but the alternatives were messier.
16491         Check for memory allocation failure when entering a dir.
16492         (fts_stat) [_LGPL_PACKAGE]: Bring back glibc cycle detection code.
16493         * lib/fts_.h (_LGPL_PACKAGE) [defined _LIBC]: New macro.
16494         (FTS): New member fts_cycle, that is a union that contains the
16495         old active_dir_ht and cycle_state.  All uses changed to mention
16496         fts_cycle.ht and fts_cycle.state.
16497         * lib/fts-cycle.c: New file, containing GPL'ed code migrated out of
16498         fts.c, with the following changes:
16499         (setup_dir, free_dir): New functions.
16500         (enter_dir): Now returns bool.  Return true if successful, false
16501         if memory exhausted.  All callers changed.
16502         Do not bother partly cleaning up on
16503         memory allocation failure; that is free_dir's job.
16504         However, free ad if hash_insert fails, to avoid memory leak.
16505         (enter_dir, leave_dir): Accommodate change to FTS by inspecting
16506         fts->fts_options to see which union member to use.
16507
16508 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
16509
16510         * m4/fts.m4 (gl_FUNC_FTS_CORE): Renamed from gl_FUNC_FTS.
16511         (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): New macros.
16512
16513 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
16514
16515         * MODULES.html.sh (File system functions): Add fts, fts-lgpl.
16516
16517 2005-05-20  Jim Meyering  <jim@meyering.net>
16518
16519         * lib/unlinkdir.h (cannot_unlink_dir) [UNLINK_CANNOT_UNLINK_DIR]:
16520         Now a macro, to pacify GCC.
16521
16522 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
16523
16524         * m4/chown.m4 (gl_FUNC_CHOWN): Correct sense of test for honoring IDs
16525         of -1.
16526
16527 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
16528
16529         * lib/chown.c (rpl_chown): Return -1 on failure.
16530
16531 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
16532
16533         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME]):
16534         Don't check for stddef.h.
16535         * m4/fts.m4 (gl_FUNC_FTS): Don't require AC_HEADER_STDC, as we
16536         don't use its results.
16537         Don't check for fcntl.h, stddef.h, stdlib.h, string.h, unistd.h,
16538         since we include them unconditionally.  Don't require
16539         AM_STDBOOL_H, since stdbool is a prerequisite.
16540         Don't require AC_C_CONST, AC_TYPE_SIZE_T or check for ptrdiff_t
16541         since we assume C89 or better.
16542         Don't require AC_FUNC_CLOSEDIR_VOID, AC_FUNC_LSTAT, or AC_FUNC_STAT,
16543         as we don't use their results.
16544         Don't check for fchdir, memmove, memset, strrchr, as we use
16545         them unconditionally.
16546         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't define
16547         GETTIMEOFDAY_CLOBBERS_LOCALTIME_BUFFER, since nobody uses it.
16548
16549 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
16550
16551         * lib/canonicalize.c: Include canonicalize.h first, to test interface.
16552         Include <stddef.h> unconditionally, since we assume C89 now.
16553         All uses of PTR_INT_TYPE replaced by ptrdiff_t.
16554         * lib/fts.c: Include fts_.h first, to check interface.
16555         Do not include intprops.h; no longer needed.
16556         Include cycle-check.h and hash.h, since fts_.h no longer does.
16557         Remove unnecessary casts of closedir to void.
16558         (fts_build): Use a simpler method (not involving TYPE_SIGNED) to
16559         decide whether to decrement nlinks.
16560         * lib/fts_.h: Do not include hash.h or cycle-check.h; no longer needed.
16561         (FTS): Use struct hash_table * instead of Hash_table, so that
16562         we no longer need to include hash.h here.
16563
16564 2005-05-18  Jim Meyering  <jim@meyering.net>
16565
16566         * modules/dirfd (License): Change to LGPL.  Most of the code
16567         is already in the public domain.
16568
16569 2005-05-18  Jim Meyering  <jim@meyering.net>
16570
16571         * m4/fts.m4 (AC_LIBSOURCES): Add intprops.h to the list.
16572         Reported by Yoann Vandoorselaere.
16573
16574 2005-05-17  Jim Meyering  <jim@meyering.net>
16575
16576         * m4/fts.m4: New file, from coreutils.
16577
16578 2005-05-17  Jim Meyering  <jim@meyering.net>
16579
16580         * lib/fts.c, lib/fts_.h: New files, from coreutils.
16581
16582 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
16583
16584         Sync from coreutils.
16585         * m4/unlinkdir.m4: New file.
16586
16587 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
16588
16589         Sync from coreutils.
16590         * lib/unlinkdir.c, lib/unlinkdir.h: New files.
16591         * lib/gethrxtime.c, lib/gethrxtime.h, lib/getpass.h, lib/mountlist.h,
16592         lib/path-concat.c, lib/regex.h, lib/unlocked-io.h, lib/xtime.h:
16593         White space changes only.
16594         * lib/makepath.c (make_path): Port to hosts where leading "//" is
16595         special.
16596         * lib/yesno.c: Include getline.h, not ctype.h.
16597         (yesno): Don't remove leading white space; POSIX doesn't allow it.
16598         Use getline to remove arbitrary restriction on response length.
16599
16600 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
16601
16602         * config/srclist-update: Spell out "Street" in FSF postal
16603         mail address; this is the style the FSF seems to prefer.
16604
16605         * build-aux/depcomp, build-aux/install-sh, build-aux/mdate-sh,
16606         build-aux/missing, build-aux/mkinstalldirs: Sync from Automake;
16607         this updates FSF postal mail address.
16608
16609         Sync from coreutils.
16610         * modules/unlinkdir: New file.
16611         * modules/yesno (Depends-on): Add getline.
16612         * MODULES.html.sh (File system functions): Add unlinkdir.
16613
16614 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
16615
16616         * lib/byteswap_.h, lib/getsubopt.h, lib/iconvme.h, lib/strsep.c,
16617         lib/strsep.h:
16618         Change the initial comment to refer to GPL, not LGPL.
16619         gnulib-tool will change it to LGPL as needed.
16620
16621         * lib/__fpending.c, lib/acl.c, lib/acl.h, lib/alloca_.h, lib/allocsa.c,
16622         lib/allocsa.h, lib/argmatch.c, lib/argmatch.h, lib/argp-ba.c,
16623         lib/argp-eexst.c, lib/argp-fmtstream.c, lib/argp-fmtstream.h,
16624         lib/argp-fs-xinl.c, lib/argp-help.c, lib/argp-namefrob.h,
16625         lib/argp-parse.c, lib/argp-pv.c, lib/argp-pvh.c, lib/argp-xinl.c,
16626         lib/argp.h, lib/argz.c, lib/argz_.h, lib/asnprintf.c, lib/asprintf.c,
16627         lib/atanl.c, lib/backupfile.c, lib/backupfile.h, lib/base64.c,
16628         lib/base64.h, lib/basename.c, lib/binary-io.h, lib/byteswap_.h,
16629         lib/c-ctype.c, lib/c-ctype.h, lib/c-stack.c, lib/c-stack.h,
16630         lib/c-strtod.c, lib/calloc.c, lib/canon-host.c, lib/canonicalize.c,
16631         lib/canonicalize.h, lib/ceill.c, lib/chdir-long.c, lib/chdir-long.h,
16632         lib/chown.c, lib/classpath.c, lib/classpath.h, lib/cloexec.c,
16633         lib/closeout.c, lib/closeout.h, lib/concatpath.c, lib/config.charset,
16634         lib/copy-file.c, lib/copy-file.h, lib/cycle-check.c, lib/cycle-check.h,
16635         lib/diacrit.c, lib/diacrit.h, lib/dirfd.c, lib/dirfd.h, lib/dirname.c,
16636         lib/dirname.h, lib/dummy.c, lib/dup-safer.c, lib/dup2.c, lib/eealloc.h,
16637         lib/error.c, lib/error.h, lib/euidaccess.c, lib/exclude.c,
16638         lib/exclude.h, lib/execute.c, lib/execute.h, lib/exit.h,
16639         lib/exitfail.c, lib/exitfail.h, lib/expl.c, lib/fatal-signal.c,
16640         lib/fatal-signal.h, lib/fd-safer.c, lib/file-type.c, lib/file-type.h,
16641         lib/fileblocks.c, lib/filemode.c, lib/filemode.h, lib/findprog.c,
16642         lib/findprog.h, lib/floorl.c, lib/fnmatch.c, lib/fnmatch_.h,
16643         lib/fnmatch_loop.c, lib/fopen-safer.c, lib/free.c, lib/frexpl.c,
16644         lib/fsusage.c, lib/fsusage.h, lib/full-read.c, lib/full-read.h,
16645         lib/full-write.c, lib/full-write.h, lib/fwriteerror.c,
16646         lib/fwriteerror.h, lib/gai_strerror.c, lib/gcd.c, lib/gcd.h,
16647         lib/getaddrinfo.c, lib/getaddrinfo.h, lib/getcwd.c, lib/getcwd.h,
16648         lib/getdate.h, lib/getdate.y, lib/getdomainname.c, lib/getdomainname.h,
16649         lib/getgroups.c, lib/gethostname.c, lib/gethrxtime.c, lib/gethrxtime.h,
16650         lib/getline.c, lib/getline.h, lib/getloadavg.c, lib/getndelim2.c,
16651         lib/getndelim2.h, lib/getnline.c, lib/getnline.h, lib/getopt.c,
16652         lib/getopt1.c, lib/getopt_.h, lib/getopt_int.h, lib/getpagesize.h,
16653         lib/getpass.c, lib/getpass.h, lib/getsubopt.c, lib/getsubopt.h,
16654         lib/gettext.h, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c,
16655         lib/getusershell.c, lib/group-member.c, lib/group-member.h,
16656         lib/hard-locale.c, lib/hard-locale.h, lib/hash-pjw.c, lib/hash-pjw.h,
16657         lib/hash.c, lib/hash.h, lib/human.c, lib/human.h, lib/iconvme.c,
16658         lib/iconvme.h, lib/idcache.c, lib/inet_ntop.h, lib/intprops.h,
16659         lib/inttostr.c, lib/inttostr.h, lib/isdir.c, lib/javacomp.c,
16660         lib/javacomp.h, lib/javacomp.sh.in, lib/javaexec.c, lib/javaexec.h,
16661         lib/javaexec.sh.in, lib/lbrkprop.h, lib/lchown.c, lib/ldexpl.c,
16662         lib/linebreak.c, lib/linebreak.h, lib/linebuffer.c, lib/linebuffer.h,
16663         lib/localcharset.c, lib/localcharset.h, lib/logl.c, lib/long-options.c,
16664         lib/long-options.h, lib/lstat.c, lib/makepath.c, lib/makepath.h,
16665         lib/malloc.c, lib/mathl.h, lib/mbswidth.c, lib/mbswidth.h, lib/md5.c,
16666         lib/md5.h, lib/memcasecmp.c, lib/memcasecmp.h, lib/memchr.c,
16667         lib/memcmp.c, lib/memcoll.c, lib/memcoll.h, lib/memcpy.c, lib/memmem.c,
16668         lib/memmem.h, lib/mempcpy.c, lib/mempcpy.h, lib/memrchr.c,
16669         lib/memrchr.h, lib/memset.c, lib/minmax.h, lib/mkdir.c, lib/mkdtemp.c,
16670         lib/mkdtemp.h, lib/mkstemp.c, lib/mktime.c, lib/modechange.c,
16671         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
16672         lib/obstack.c, lib/obstack.h, lib/openat.c, lib/openat.h,
16673         lib/pagealign_alloc.c, lib/pagealign_alloc.h, lib/path-concat.c,
16674         lib/path-concat.h, lib/pathmax.h, lib/pathname.h, lib/physmem.c,
16675         lib/physmem.h, lib/pipe.c, lib/pipe.h, lib/poll.c, lib/poll_.h,
16676         lib/posixtm.c, lib/posixtm.h, lib/posixver.c, lib/printf-args.c,
16677         lib/printf-args.h, lib/printf-parse.c, lib/printf-parse.h,
16678         lib/progname.c, lib/progname.h, lib/progreloc.c, lib/putenv.c,
16679         lib/quote.c, lib/quote.h, lib/quotearg.c, lib/quotearg.h, lib/raise.c,
16680         lib/readlink.c, lib/readtokens.c, lib/readtokens.h, lib/readtokens0.c,
16681         lib/readtokens0.h, lib/readutmp.c, lib/readutmp.h, lib/realloc.c,
16682         lib/ref-add.sin, lib/ref-del.sin, lib/regex.c, lib/regex.h,
16683         lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c,
16684         lib/safe-read.h, lib/safe-write.c, lib/safe-write.h, lib/same.c,
16685         lib/same.h, lib/save-cwd.c, lib/save-cwd.h, lib/savedir.c,
16686         lib/savedir.h, lib/setenv.c, lib/setenv.h, lib/settime.c,
16687         lib/sh-quote.c, lib/sh-quote.h, lib/sha1.c, lib/sha1.h, lib/sig2str.c,
16688         lib/sig2str.h, lib/sincosl.c, lib/snprintf.c, lib/snprintf.h,
16689         lib/sqrtl.c, lib/stat-macros.h, lib/stat.c, lib/stdbool_.h,
16690         lib/stdint_.h, lib/stdio-safer.h, lib/stpcpy.c, lib/stpcpy.h,
16691         lib/stpncpy.c, lib/stpncpy.h, lib/strcase.h, lib/strcasecmp.c,
16692         lib/strchrnul.c, lib/strchrnul.h, lib/strcspn.c, lib/strdup.c,
16693         lib/strdup.h, lib/strerror.c, lib/strftime.c, lib/strftime.h,
16694         lib/stripslash.c, lib/strndup.c, lib/strndup.h, lib/strnlen.c,
16695         lib/strpbrk.c, lib/strpbrk.h, lib/strsep.c, lib/strsep.h, lib/strstr.c,
16696         lib/strstr.h, lib/strtod.c, lib/strtoimax.c, lib/strtok_r.c,
16697         lib/strtok_r.h, lib/strtol.c, lib/strtoll.c, lib/strtoul.c,
16698         lib/strtoull.c, lib/strverscmp.c, lib/strverscmp.h, lib/sysexit_.h,
16699         lib/tempname.c, lib/time_r.c, lib/time_r.h, lib/timegm.c, lib/timegm.h,
16700         lib/timespec.h, lib/trigl.c, lib/trigl.h, lib/ucs4-utf16.h,
16701         lib/ucs4-utf8.h, lib/unicodeio.c, lib/unicodeio.h, lib/unistd-safer.h,
16702         lib/unlocked-io.h, lib/unsetenv.c, lib/userspec.c, lib/utf16-ucs4.h,
16703         lib/utf8-ucs4.h, lib/utime.c, lib/utimecmp.c, lib/utimecmp.h,
16704         lib/utimens.c, lib/vasnprintf.c, lib/vasnprintf.h, lib/vasprintf.c,
16705         lib/vasprintf.h, lib/version-etc-fsf.c, lib/version-etc.c,
16706         lib/version-etc.h, lib/vsnprintf.c, lib/vsnprintf.h, lib/w32spawn.h,
16707         lib/wait-process.c, lib/wait-process.h, lib/xalloc-die.c, lib/xalloc.h,
16708         lib/xallocsa.c, lib/xallocsa.h, lib/xasprintf.c, lib/xgetcwd.c,
16709         lib/xgetcwd.h, lib/xgetdomainname.c, lib/xgetdomainname.h,
16710         lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c,
16711         lib/xreadlink.c, lib/xreadlink.h, lib/xsetenv.c, lib/xsetenv.h,
16712         lib/xsize.h, lib/xstrndup.c, lib/xstrndup.h, lib/xstrtod.c,
16713         lib/xstrtod.h, lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h,
16714         lib/xstrtoumax.c, lib/xtime.h, lib/xvasprintf.c, lib/xvasprintf.h,
16715         lib/yesno.c, lib/yesno.h:
16716         Update FSF postal mail address.
16717
16718 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
16719
16720         * MODULES.html.sh, README, gnulib-tool, tests/test-base64.c,
16721         tests/test-memmem.c, tests/test-stpncpy.c:
16722         Update FSF postal mail address.
16723
16724 2005-05-13  Bruno Haible  <bruno@clisp.org>
16725
16726         * lib/stdint_.h (int64_t, uint64_t, int_least64_t, uint_least64_t,
16727         int_fast64_t, uint_fast64_t, intmax_t, uintmax_t, INT64_MIN, INT64_MAX,
16728         UINT64_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX,
16729         INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTMAX_MIN,
16730         INTMAX_MAX, UINTMAX_MAX, INT64_C, UINT64_C, INTMAX_C, UINTMAX_C):
16731         Add support for 64-bit integers in the MSVC compiler.
16732
16733 2005-05-12  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
16734
16735         * modules/getdate (Makefile.am): Add getdate.c to EXTRA_DIST
16736
16737 2005-05-12  Eric Blake  <ebb9@byu.net>  (tiny change)
16738
16739         * gnulib-tool (func_import): Sort and uniquify recommended includes.
16740
16741 2005-05-11  Paul Eggert  <eggert@cs.ucla.edu>
16742
16743         * doc/getdate.texi (General date syntax): Don't say that date
16744         date --iso-8601=ns generates acceptable dates; it doesn't yet.
16745         Problem reported by Nic Ferrier.
16746
16747 2005-05-10  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
16748
16749         * lib/getaddrinfo.c: Don't fail when SOCK_STREAM or SOCK_DGRAM are
16750         specified in ai_socktype. Fix invalid ai_protocol
16751         check. ai_protocol is usually set to 0 or depending on
16752         ai_family/ai_socktype to IPPROTO_TCP / IPPROTO_UDP.  Checking for
16753         SOCK_STREAM / SOCK_DGRAM in ai_protocol was invalid.  Set
16754         ai_socktype / ai_protocol in the returned addrinfo structure.
16755
16756 2005-05-10  Simon Josefsson  <jas@extundo.com>
16757
16758         * m4/getaddrinfo.m4: Look in libnsl/libsocket for getaddrinfo, from
16759         Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
16760
16761 2005-05-10  Karl Berry  <karl@gnu.org>
16762
16763         * doc/fdl.texi, gpl.texi, lgpl.texi, COPYING: update FSF address
16764         (from http://www.gnu.org/licenses).
16765         * doc/COPYING.LIB: also rename to COPYING.LESSER.
16766         * doc/COPYING.DOC: remove; per rms, only needed in doc files, so
16767         fdl.texi suffices.
16768
16769 2005-05-10  Karl Berry  <karl@gnu.org>
16770
16771         * config/srclist.txt (COPYING.LESSER): rename from COPYING.LIB.
16772         (COPYING.DOC): remove.
16773
16774         * config/srclist-update: new FSF address.
16775
16776 2005-05-10  Derek Price  <derek@ximbiot.com>
16777
16778         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 bug, not decl, when
16779         possible.
16780
16781 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
16782             Bruno Haible  <bruno@clisp.org>
16783
16784         * modules/inet_ntop: New file.
16785         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
16786         inet_ntop.
16787
16788 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
16789             Bruno Haible  <bruno@clisp.org>
16790
16791         * m4/inet_ntop.m4: New file.
16792
16793 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
16794             Bruno Haible  <bruno@clisp.org>
16795
16796         * lib/inet_ntop.h: New file.
16797         * lib/inet_ntop.c: New file, from glibc with modifications.
16798
16799 2005-05-09  Paul Eggert  <eggert@cs.ucla.edu>
16800
16801         * modules/time_r (License): Change to LGPL.
16802         * modules/extensions (License): Change to LGPL.  Actually,
16803         the license is more permissive than that, but currently gnulib-tool
16804         doesn't know how to handle more-permissive licenses.
16805
16806         * modules/stat-macros (Depends-on): Don't depend on stat-macros (!).
16807         Problem reported by Dave Love.
16808
16809 2005-05-08  Jim Meyering  <jim@meyering.net>
16810
16811         * lib/classpath.c (PATH_SEPARATOR): Remove insignificant trailing
16812         blank.
16813
16814 2005-05-06  Paul Eggert  <eggert@cs.ucla.edu>
16815
16816         * modules/argmatch (Depends-on): Add stdbool.
16817         * modules/backupfile (Depends-on): Likewise.
16818         * modules/chdir-long (Depends-on): Likewise.
16819         * modules/closeout (Depends-on): Likewise.
16820         * modules/cycle-check (Depends-on): Likewise.
16821         * modules/dirname (Depends-on): Likewise.
16822         * modules/fnmatch (Depends-on): Likewise.
16823         * modules/fsusage (Depends-on): Likewise.
16824         * modules/fwriteerror (Depends-on): Likewise.
16825         * modules/getcwd (Depends-on): Likewise.
16826         * modules/getloadavg (Depends-on): Likewise.
16827         * modules/hard-locale (Depends-on): Likewise.
16828         * modules/makepath (Depends-on): Likewise.
16829         * modules/mountlist (Depends-on): Likewise.
16830         * modules/nanosleep (Depends-on): Likewise.
16831         * modules/posixtm (Depends-on): Likewise.
16832         * modules/quotearg (Depends-on): Likewise.
16833         * modules/readtokens (Depends-on): Likewise.
16834         * modules/readtokens0 (Depends-on): Likewise.
16835         * modules/readutmp (Depends-on): Likewise.
16836         * modules/save-cwd (Depends-on): Likewise.
16837         * modules/strftime (Depends-on): Likewise.
16838         * modules/userspec (Depends-on): Likewise.
16839         * modules/utimecmp (Depends-on): Likewise.
16840         * modules/xgetcwd (Depends-on): Likewise.
16841         * modules/xnanosleep (Depends-on): Likewise.
16842         * modules/xstrtod (Depends-on): Likewise.
16843         * modules/yesno (Depends-on): Likewise.
16844
16845 2005-05-05  Paul Eggert  <eggert@cs.ucla.edu>
16846
16847         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 getopt, and avoid
16848         needless checks.
16849
16850 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
16851
16852         Merge from coreutils.  Among other things,
16853         add bulletproofing for cases where stdin, stdout, or stderr are closed.
16854         * lib/fd-safer.c: New file.
16855         * lib/fcntl-safer.h, open-safer.c: Remove.
16856         * lib/chdir-long.c: Fix comment "fetish" -> "coreutils".
16857         * lib/dup-safer.c: Include unistd-safer.h first.
16858         Don't include errno.h.
16859         (dup_safer) [!defined F_DUPFD]: Let fd_safer do the real work.
16860         * lib/file-type.h: Don't assume invoker included sys/stat.h first.
16861         * lib/file-type.c: Rely on file-type.h change.
16862         * lib/getloadavg.c: Include unistd-safer.h.
16863         (getloadavg): Use safer open.
16864         * lib/getusershell.c: Include "stdio-safer.h".
16865         (getusershell): Use safer fopen.
16866         * lib/long-options.c (long_options): Use NULL rather than 0.
16867         * lib/modechange.h (mode_free): Remove; all callers changed to invoke
16868         'free'.
16869         * lib/modechange.c: Likewise.
16870         xstrtol.h, stdbool.h, stddef.h: Don't include; no longer needed.
16871         (MODE_DONE): New constant.
16872         (struct mode_change): Remove 'next' member.
16873         (make_node_op_equals): New function; like the old one of the
16874         same name, except it allocates an array.
16875         (mode_compile, mode_create_from_ref): Use it.
16876         (mode_compile): Allocate result as an array, not a linked list.
16877         Parse octal string ourself, so that we catch mistakes like "+0".
16878         (mode_adjust): Arg is an array, not a linked list.
16879         * lib/modechange.c: Include stat-macros.h, xalloc.h.
16880         (S_ISDIR, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR):
16881         (S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH, S_IRXWU):
16882         (S_IRWXG, S_IRWXO, CHMOD_MODE_BITS):
16883         Remove.  This is now stat-macros.h's job.
16884         (talloc): Remove.  All callers replaced by xalloc, so that
16885         our invokers don't have to worry about reporting memory failures.
16886         (make_node_op_equals): Remove.
16887         (MODE_ORDINARY_CHAGE, MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
16888         New constants.
16889         (struct mode_change): Moved here from modechange.h.
16890         (mode_append_entry): Remove.
16891         (mode_compile): Remove MASKED_OPS arg, since it encouraged
16892         apps to have incorrect behavior.  Use simpler algorithm for head
16893         and tail.  Don't futz with umask; that's now the job of mode_adjust.
16894         Detect more invalid usages rather than having somewhat-random behavior.
16895         Don't insert an "a=" action, as that leads to incorrect behavior.
16896         (mode_compile, mode_create_from_ref): Return NULL on error instead
16897         of an enum, since now there's only one way to have an error.  All
16898         callers changed.
16899         (mode_adjust): Accept new arg UMASK_VALUE, and interpret it
16900         at the correct time.  Simplify calculation of "+u" and its ilk.
16901         Don't mishandle "+X".
16902         (mode_free): Remove "register" and localize decls.
16903         * lib/modechange.h (MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
16904         (struct mode_change): Move to modechange.c; callers don't
16905         need to see this stuff.
16906         (MODE_MASK_EQUALS, MODE_MASK_PLUS, MODE_MASK_MINUS, MODE_MASK_ALL):
16907         (MODE_INVALID, MODE_MEMORY_EXHAUSTED, MODE_BAD_REFERENCE): Remove.
16908         (mode_change, mode_adjust): Reflect the new signatures noted above.
16909         * lib/nanosleep.c (rpl_nanosleep): Include "timespec.h" before macros
16910         that might redefine system include files.
16911         (siginterrupt) [!HAVE_SIGINTERRUPT]: New macro.
16912         (my_usleep): Use NULL rather than (void *) 0.
16913         (rpl_nanosleep) [!defined SA_NOCLDSTOP]:
16914         Use siginterrupt to specify that system calls should be interrupted.
16915         (rpl_nanosleep): Move initialization of suspended closer to call of
16916         my_usleep.
16917         * lib/readutmp.h (read_utmp): New arg OPTIONS.  All uses changed.
16918         * lib/readutmp.c: Likewise.  Include signal.h, stdbool.h.
16919         (desirable_utmp_entry): New function.
16920         (read_utmp) [defined UTMP_NAME_FUNCTION]: Redo memory allocation
16921         using x2nrealloc, to simplify logic.
16922         (read_utmp) [!defined UTMP_NAME_FUNCTION]: Check for overflow in
16923         size calculation.  Do not assume utmp file is a regular file.
16924         * lib/readutmp.h (UT_PID): Moved here from ../src/who.c.
16925         (READ_UTMP_CHECK_PIDS): New constant.
16926         * lib/save-cwd.c: Include unistd-safer.h.
16927         (save_cwd): Use fd_safer.
16928         * lib/tempname.c (S_ISDIR, S_IRUSR, S_IRUSR, S_IWUSR, S_IXUSR): Remove.
16929         [!_LIBC] Include "stat-macros.h" instead.
16930         * lib/unistd-safer.h (fd_safer): New decl.
16931
16932 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
16933
16934         * modules/getloadavg (Depends-on): Add unistd-safer.
16935         * modules/getusershell (Depends-on): Add stdio-safer.
16936         * modules/lstat (Depends-on): Remove xalloc.
16937         * modules/mkstemp (Depends-on): Add stat-macros.
16938         * modules/modechange (Depends-on): Remove xstrtol.
16939         Add stat-macros, xalloc.
16940         * modules/save-cwd (Depends-on): Add unistd-safer.
16941         * modules/stdio-safer (Makefile.am): Remove lib_SOURCES.
16942         * modules/unistd-safer (Files): Add lib/fd-safer.c
16943         (Makefile.am): Remove lib_SOURCES.
16944
16945         * MODULES.html.sh (Enhancements for POSIX:2001 functions):
16946         Remove fcntl-safer; unistd-safer supersedes it.
16947
16948 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
16949
16950         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Don't require
16951         AC_HEADER_STAT.
16952         * m4/lchown.m4 (gl_FUNC_CHOWN): Likewise.
16953         (gl_PREREQ_CHOWN): Remove.
16954         * m4/lstat.m4 (gl_FUNC_LSTAT): Require AC_FUNC_LSTAT instead of calling
16955         it.  Don't require AC_HEADER_STAT.
16956         (gl_PREREQ_LSTAT): Remove.
16957         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Check stdint.h only once.
16958         Don't require AC_HEADER_STAT.
16959         * m4/rmdir.m4 (gl_FUNC_RMDIR): Don't require AC_HEADER_STAT.
16960         (gl_PREREQ_RMDIR): Remove.
16961         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Don't
16962         mention stat-macros.h or AC_HEADER_STAT, since we'll make
16963         the stat-macros module a prerequisite.
16964         * m4/file-type.m4 (gl_FILE_TYPE): Likewise.
16965         * m4/filemode.m4 (gl_FILEMODE): Likewise.
16966         * m4/makepath.m4 (gl_MAKEPATH): Likewise.
16967         * m4/modechange.m4 (gl_MODECHANGE): Likewise.
16968         * m4/clock_time.m4 (gl_CLOCK_TIME): Use gl_ rather than fetish_ for
16969         variable names.
16970         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Renamed from
16971         fetish_FUNC_RMDIR_NOTEMPTY.  All uses changed.  Use gl_ for
16972         variable prefixes.
16973         * m4/fcntl-safer.m4: Remove.
16974         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Use AC_LIBSOURCES and AC_LIBOBJ.
16975         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise.
16976         Invoke gl_PREREQ_FD_SAFER.
16977         (gl_PREREQ_FD_SAFER): New macro.
16978         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Check for siginterrupt.
16979         * m4/readutmp.m4 (gl_READUTMP): Require AC_C_INLINE.
16980         Use AC_CHECK_HEADERS_ONCE and AC_CHECK_FUNCS_ONCE when possible.
16981         Remove duplicate call to AC_LIBOBJ(readutmp).
16982         (gl_PREREQ_READUTMP): Remove.  All uses inlined.
16983
16984         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Check for message, not for
16985         MAP_ANON.  Problem reported by Moriyoshi Koizumi to bug-cvs.
16986
16987 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
16988
16989         * MODULES.html.sh (Misc): Add byteswap.
16990
16991 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
16992
16993         * modules/getcwd (Depends-on): Add extensions.
16994         * modules/openat (Depends-on): Likewise.
16995
16996 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
16997
16998         * modules/byteswap: New file.
16999
17000 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
17001
17002         * m4/byteswap.m4: New file.
17003
17004 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
17005
17006         * lib/byteswap_.h: New file.
17007
17008 2005-04-25  Karl Berry  <karl@gnu.org>
17009
17010         * m4/gettext.m4: Update from GNU gettext 0.14.4.
17011
17012 2005-04-25  Albert Chin  <china@thewrittenword.com>
17013
17014         * lib/regex.c: Include <stdio.h>, as a workaround to a Compaq Desktop
17015         Toolkit C bug.
17016
17017 2005-04-21  Oskar Liljeblad  <oskar@osk.mine.nu>
17018
17019         * gnulib-tool (Options): Add -s for --symlink/--symbolic.
17020         (func_ln_if_changed) Remove forcibly for no error message
17021         in case file does not exist.
17022
17023 2005-04-19  Simon Josefsson  <jas@extundo.com>
17024
17025         * gnulib-tool (Options): Make --symlink mean --symbolic.
17026
17027 2005-04-18  Oskar Liljeblad  <oskar@osk.mine.nu>
17028
17029         * doc/gnulib.texi (Initial import): Fix.  Mention --aux-dir.
17030
17031 2005-04-16  Simon Josefsson  <jas@extundo.com>
17032
17033         * modules/getpass-gnu (Makefile.am): Don't mention getpass.h.
17034
17035 2005-04-15  Simon Josefsson  <jas@extundo.com>
17036
17037         * m4/getpass.m4 (gl_FUNC_GETPASS): Use AC_LIBSOURCES.
17038
17039 2005-04-15  Simon Josefsson  <jas@extundo.com>
17040
17041         * gnulib-tool: Rename --symlink to --symbolic.
17042
17043 2005-04-15  Oskar Liljeblad  <oskar@osk.mine.nu>
17044
17045         * gnulib-tool: Add -s, --symlink option to gnulib-tool to make
17046         symbolic links to files instead of copying/moving.  Add --aux-dir,
17047         specifying directory relative --dir where auxiliary build tools
17048         are placed.
17049
17050 2005-04-14  Bruno Haible  <bruno@clisp.org>
17051
17052         * modules/allocsa (License): Change to LGPL.
17053         Requested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
17054
17055 2005-04-13  Paul Eggert  <eggert@cs.ucla.edu>
17056
17057         * lib/getdate.y (zone): Allow relunit_snumber after tZONE, so
17058         that "UTC +1 second" continues to work.  Problem reported
17059         by Dmitry V. Levin.
17060         (relunit_snumber): New rule.
17061         (relunit): Use it.
17062
17063 2005-04-12  Paul Eggert  <eggert@cs.ucla.edu>
17064
17065         * lib/getdate.y (universal_time_zone_table): New constant.
17066         (time_zone_table): Remove GMT, UT, UTC entries; they're now in
17067         universal_time_zone_table.
17068         (lookup_zone): Prefer universal_time_zone_table to
17069         local_time_zone_table, so that "GMT" time stamps are allowed in
17070         London during the summer.  Problem reported by Ian Abbott.
17071
17072 2005-04-12  Jim Meyering  <jim@meyering.net>
17073
17074         * lib/human.c (humblock): Set *options even when returning due to
17075         xstrtoumax conversion failure.  Thanks to a used-uninitialized
17076         warning from gcc-4.
17077
17078 2005-04-09  Jim Meyering  <jim@meyering.net>
17079
17080         * lib/posixtm.c (posixtime) [lint]: Avoid spurious warning from gcc-4's
17081         -Wuninitialized: initialize tm0.tm_year.
17082
17083 2005-04-04  Paul Eggert  <eggert@cs.ucla.edu>
17084
17085         * lib/getdate.y (parser_control): rels_seen is now a boolean, not a
17086         count, since there's no maximum.  All uses changed.
17087         Add member dsts_seen.
17088         (local_zone): Accumulate dsts_seen rather than relying on tm_isdst
17089         not being INT_MAX.
17090         (get_date): Initialize dsts_seen, and check that it doesn't go over 1.
17091         Use pc_rels_seen to decide whther a date is absolute.
17092
17093         * lib/getdate.y (number): Don't overwrite year.
17094         (get_date): Initialize pc.year.digits to 0, not 4, to enable above
17095         check.
17096
17097 2005-04-02  Simon Josefsson  <jas@extundo.com>
17098
17099         * lib/getaddrinfo.h: Fix OpenBSD compilation failure, inspired by tiny
17100         patch from Yoann Vandoorselaere <yoann@prelude-ids.org>.
17101
17102 2005-03-28  Eric Blake  <ebb9@byu.net>  (tiny change)
17103
17104         * m4/getcwd-path-max.m4: Return success on systems such as Cygwin
17105         where no absolute path name can be longer than PATH_MAX.
17106
17107 2005-03-27  Jim Meyering  <jim@meyering.net>
17108
17109         * lib/argmatch.c: Clarify comment: null-terminated -> NULL-terminated.
17110
17111 2005-03-26  Paul Eggert  <eggert@cs.ucla.edu>
17112
17113         * lib/intprops.h (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND):
17114         "one's complement" -> "ones' complement" in comment, as per Knuth.
17115         "value of type" -> "type or expression" in comment.
17116         * lib/mktime.c, strftime.c: Propagate intprops.h comment nits.
17117
17118 2005-03-26  Jim Meyering  <jim@meyering.net>
17119
17120         Comment nits.
17121         * lib/intprops.h: Add the apostrophe in `(one|two)'s complement'.
17122         Correct typos: s/or/of/.
17123
17124 2005-03-26  Jim Meyering  <jim@meyering.net>
17125
17126         * modules/check-include-files: Move to ../ and rename to...
17127         * check-module: ...this.
17128
17129 2005-03-25  Jim Meyering  <jim@meyering.net>
17130
17131         * modules/xvasprintf (Files): Add xalloc.h.
17132
17133 2005-03-23  Paul Eggert  <eggert@cs.ucla.edu>
17134
17135         * modules/gettext (Files): config/config.rpath ->
17136         build-aux/config.rpath
17137         * modules/iconv (Files): Likewise.
17138         Problem reported by Oskar Liljeblad.
17139
17140 2005-03-23  Jim Meyering  <jim@meyering.net>
17141
17142         * modules/check-include-files: New script to check for
17143         missing dependencies, multiple includes, etc.
17144
17145         * modules/c-strtold (Depends-on): Add xalloc.
17146         * modules/c-strtod (Depends-on): Add xalloc.
17147         * modules/hash (Depends-on): Add xalloc.
17148         (Files): Remove lib/xalloc.h.
17149
17150         * modules/gethrxtime (Files): Add lib/gethrxtime.h.
17151         * modules/userspec (Files): Add lib/inttostr.h.
17152
17153 2005-03-23  Jim Meyering  <jim@meyering.net>
17154
17155         * lib/canonicalize.c: Remove duplicate `#include "stat-macros.h"'.
17156
17157 2005-03-22  Jim Meyering  <jim@meyering.net>
17158
17159         * modules/stat-macros: New module.
17160         * modules/canonicalize, modules/euidaccess, modules/file-type,
17161         * modules/filemode, modules/lchown, modules/makepath,
17162         * modules/rmdir, modules/stat: Depend on new stat-macros module
17163         rather than listing lib/stat-macros.h manually.
17164         Don't add stat-macros.h to lib_SOURCES or list it in Files: section.
17165
17166 2005-03-22  Jim Meyering  <jim@meyering.net>
17167
17168         * m4/stat-macros.m4 (gl_STAT_MACROS): New file/macro.
17169
17170 2005-03-22  Bruno Haible  <bruno@clisp.org>
17171
17172         * config/srclist.txt: Replace target directory 'config' with
17173         'build-aux'.
17174         * config/config.guess, config.sub, config.rpath, depcomp, install-sh:
17175         * config/mdate-sh, missing, mkinstalldirs, texinfo.tex: Move to
17176         ../build-aux/.
17177
17178 2005-03-21  Paul Eggert  <eggert@cs.ucla.edu>
17179
17180         * modules/chdir-long (Depends-on): Add mempcpy.
17181
17182         * modules/acl, modules/backupfile, modules/c-strtod,
17183         modules/c-strtold, modules/canon-host, modules/canonicalize,
17184         modules/cloexec, modules/closeout, modules/dirfd, modules/dirname,
17185         modules/exclude, modules/exitfail, modules/file-type,
17186         modules/filemode, modules/fpending, modules/fsusage, modules/getcwd,
17187         modules/getdate, modules/getline, modules/getpagesize,
17188         modules/getpass, modules/getugroups, modules/group-member,
17189         modules/hard-locale, modules/hash, modules/human, modules/idcache,
17190         modules/inttostr, modules/long-options, modules/makepath,
17191         modules/md5, modules/memcasecmp, modules/memcoll,
17192         modules/modechange, modules/mountlist, modules/path-concat,
17193         modules/pathmax, modules/physmem, modules/posixtm, modules/posixver,
17194         modules/quote, modules/quotearg, modules/readtokens, modules/readutmp,
17195         modules/safe-read, modules/safe-write, modules/same, modules/savedir,
17196         modules/settime, modules/sha1, modules/sig2str, modules/strdup,
17197         modules/strftime, modules/strndup, modules/strverscmp,
17198         modules/timespec, modules/unlocked-io, modules/userspec,
17199         modules/utimecmp, modules/utimens, modules/xalloc, modules/xstrtol,
17200         modules/yesno:
17201         Remove lib_SOURCES line from Makefile.am section, as this is now
17202         done automatically by the corresponding Autoconf macro.
17203
17204 2005-03-21  Jim Meyering  <jim@meyering.net>
17205
17206         Changes imported from coreutils.
17207
17208         * lib/cycle-check.c: Don't include xalloc.h.
17209
17210         * lib/path-concat.c: Don't include assert.h.
17211         (path_concat): Remove assertion that would have triggered
17212         for ABASE starting with more than one slash.
17213         Reported by Andreas Schwab.
17214
17215         * lib/path-concat.c (path_concat): Set *BASE_IN_RESULT
17216         properly when ABASE is an absolute file name.
17217         Correct the description of this function.
17218         Include <assert.h>.
17219         Add an assertion and a test driver.
17220         This fixes a bug introduced on 2004-07-02.
17221         Andreas Schwab reported the resulting failure of cp --parents:
17222         http://lists.gnu.org/archive/html/bug-coreutils/2005-01/msg00130.html
17223
17224 2005-03-21  Jim Meyering  <jim@meyering.net>
17225
17226         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Invoke gl_FUNC_MEMRCHR.
17227         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Check for memrchr decl.
17228
17229 2005-03-21  Jim Meyering  <jim@meyering.net>
17230         and  Paul Eggert  <eggert@cs.ucla.edu>
17231
17232         * m4/acl.m4, m4/backupfile.m4, m4/c-strtod.m4, m4/canon-host.m4,
17233         m4/canonicalize.m4, m4/cloexec.m4, m4/closeout.m4, m4/dirfd.m4,
17234         m4/dirname.m4, m4/exclude.m4, m4/exitfail.m4, m4/file-type.m4,
17235         m4/filemode.m4, m4/fpending.m4, m4/fsusage.m4, m4/getcwd.m4,
17236         m4/getdate.m4, m4/getline.m4, m4/getpagesize.m4, m4/getpass.m4,
17237         m4/getugroups.m4, m4/group-member.m4, m4/hard-locale.m4, m4/hash.m4,
17238         m4/human.m4, m4/idcache.m4, m4/inttostr.m4, m4/long-options.m4,
17239         m4/makepath.m4, m4/md5.m4, m4/memcasecmp.m4, m4/memcoll.m4,
17240         m4/modechange.m4, m4/mountlist.m4, m4/nanosleep.m4, m4/path-concat.m4,
17241         m4/pathmax.m4, m4/physmem.m4, m4/posixtm.m4, m4/posixver.m4,
17242         m4/quote.m4, m4/quotearg.m4, m4/readtokens.m4, m4/readutmp.m4,
17243         m4/safe-read.m4, m4/safe-write.m4, m4/same.m4, m4/savedir.m4,
17244         m4/settime.m4, m4/sha1.m4, m4/sig2str.m4, m4/strdup.m4, m4/strftime.m4,
17245         m4/strndup.m4, m4/strverscmp.m4, m4/timespec.m4, m4/unlocked-io.m4,
17246         m4/userspec.m4, m4/utimecmp.m4, m4/utimens.m4, m4/xalloc.m4,
17247         m4/xnanosleep.m4, m4/xstrtol.m4, m4/yesno.m4:
17248         Use AC_LIBSOURCES and AC_LIBOBJ to indicate source and object files
17249         for these modules.
17250
17251 2005-03-18  Paul Eggert  <eggert@cs.ucla.edu>
17252
17253         * lib/strftime.c (my_strftime): If the underlying strftime returns 0
17254         (which shouldn't happen), generate nothing instead of returning 0
17255         immediately, so that nstrftime (NULL, ...) doesn't return 0.
17256
17257 2005-03-16  Bruno Haible  <bruno@clisp.org>
17258
17259         * modules/stdint (Makefile.am): Use HAVE_LONG_LONG_64BIT instead of
17260         HAVE_LONGLONG_64BIT.
17261
17262 2005-03-16  Bruno Haible  <bruno@clisp.org>
17263
17264         * m4/stdint.m4 (gl_STDINT_H): Define HAVE_LONG_LONG_64BIT instead of
17265         HAVE_LONGLONG_64BIT.
17266
17267 2005-03-16  Bruno Haible  <bruno@clisp.org>
17268
17269         * lib/stdint_.h: Use HAVE_LONG_LONG_64BIT instead of
17270         HAVE_LONGLONG_64BIT.
17271
17272 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
17273
17274         * lib/strftime.c (my_strftime): Prepend space to format so that we can
17275         reliably distinguish strftime failure from empty output on POSIX
17276         hosts.
17277
17278 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
17279
17280         * lib/iconvme.c (SIZE_MAX): New macro, if not already defined.
17281         (iconv_string): Don't guess a size-zero buffer, as that might cause
17282         buffer overrun.  Instead, avoid multiplying by MB_LEN_MAX if the
17283         result would be 'too large', where 'too large' is (heuristically)
17284         the square root of SIZE_MAX, divided by MB_LEN_MAX to allay
17285         overflow concerns.  This will prevent some unwanted malloc failures
17286         when the inputs are very large.
17287
17288 2005-03-15  Karl Berry  <karl@gnu.org>
17289
17290         * config/srclist.txt (config.rpath): from gettext.
17291         * config/config.rpath: update.
17292
17293 2005-03-15  Bruno Haible  <bruno@clisp.org>
17294
17295         * lib/regex.c (byte_re_match_2_internal): Rename local variable 'not'
17296         to 'negate'.
17297
17298         * lib/regex.c (byte_re_match_2_internal): Reduce scope of same_str_p
17299         variable.
17300
17301         * lib/regex.c (EXTEND_BUFFER, regcomp): Cast the realloc/malloc
17302         results.
17303
17304 2005-03-14  Simon Josefsson  <jas@extundo.com>
17305
17306         * lib/timegm.h: Use proper prototype CPP guards, reported by Dave Love
17307         <fx@gnu.org>.
17308
17309 2005-03-14  Paul Eggert  <eggert@cs.ucla.edu>
17310
17311         * lib/mktime.c (TYPE_TWOS_COMPLEMENT, TYPE_ONES_COMPLEMENT,
17312         TYPE_SIGNED_MAGNITUDE, TYPE_MINIMUM, TYPE_MAXIMUM): Sync from
17313         intprops.h.
17314         * lib/strtol.c: Likewise.
17315
17316 2005-03-14  Jim Meyering  <jim@meyering.net>
17317
17318         * lib/strftime.c (my_strftime) [HAVE_STRFTIME && ! (_NL_CURRENT
17319         && HAVE_STRUCT_ERA_ENTRY)]: Initialize the first byte of ubuf[]
17320         to be nonzero so that we (and caller) can detect the difference
17321         between a valid zero-length expansion and an error return, even
17322         when the underlying strftime fails before writing anything into
17323         that location.
17324
17325 2005-03-14  Bruno Haible  <bruno@clisp.org>
17326
17327         * m4/lib-link.m4, gettext.m4, nls.m4, po.m4:
17328         Update from GNU gettext 0.14.3.
17329
17330 2005-03-10  Jim Meyering  <jim@meyering.net>
17331
17332         * m4/save-cwd.m4 (gl_SAVE_CWD): Check for fchdir.
17333
17334 2005-03-10  Jim Meyering  <jim@meyering.net>
17335
17336         * lib/save-cwd.c [!HAVE_FCHDIR]: Define open, fchdir, and chdir_long
17337         so that this module works on systems without fchdir.
17338
17339 2005-03-09  Paul Eggert  <eggert@cs.ucla.edu>
17340
17341         Factor int-properties macros into a single file, except for
17342         glibc-related files.
17343         * lib/intprops.h: New file.
17344         * lib/getloadavg.c: Include it instead of limits.h.
17345         (INT_STRLEN_BOUND): Remove.
17346         * lib/human.c: Include intprops.h.
17347         (group_number): Use INT_STRLEN_BOUND instead of rolling it ourself.
17348         * lib/human.h (LONGEST_HUMAN_READABLE): Use 146/485 rather than
17349         302/1000.
17350         * lib/inttostr.h: Include intprops.h instead of limits.h.
17351         (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND): Remove.
17352         * lib/mktime.c (TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT): New macros,
17353         for consistency with intprops.h.
17354         (time_t_is_integer, twos_complement_arithmetic): Use them.
17355         * lib/sig2str.h: Include <signal.h>, intprops.h.
17356         (INT_STRLEN_BOUND): Remove.
17357         * lib/strftime.c (TYPE_SIGNED): Remove.
17358         (INT_STRLEN_BOUND): Switch to same implementation as intprops.h.
17359         * lib/strtol.c: Adjust comments to match intprops.h.
17360         * lib/userspec.c: Include intprops.h.
17361         (TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Remove.
17362         * lib/utimecmp.c, xnanosleep.c, xstrtol.c: Likewise.
17363         * lib/utimecmp.c (utimecmp): Use TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT
17364         instead of rolling our own expressions.
17365         * lib/xstrtol.c: Include xstrtol.h first, to test interface.
17366
17367         * lib/strftime.c: Include <stdbool.h>.  Use bool where appropriate,
17368         instead of int.
17369         (my_strftime): Do not mishandle years close to INT_MAX, by doing
17370         the right thing even if adding 1900 would overflow.  Similarly
17371         for tm_mon + 1 and tm_yday + 1.
17372         Make %Y always equivalent to %C%y, and similarly for %G and %g.
17373         (DO_NUMBER, DO_NUMBER_SPACEPAD): Set digits to d, not a conditional.
17374         (DO_SIGNED_NUMBER): New macro.
17375         (my_strftime) [HAVE_TZNAME]: Don't dump core if tp->tm_dst > 1.
17376
17377 2005-03-07  Bruno Haible  <bruno@clisp.org>
17378
17379         * m4/mmap-anon.m4 (MAP_FILE, MAP_FAILED): Remove definitions.
17380
17381 2005-03-07  Bruno Haible  <bruno@clisp.org>
17382
17383         * lib/pagealign_alloc.c (MAP_FILE, MAP_FAILED): Define fallbacks.
17384
17385 2005-03-04  Derek R. Price  <derek@ximbiot.com>
17386
17387         * gnulib-tool (func_cp_if_changed, func_mv_if_changed): New functions.
17388         (func_import): Only replace files via --import when they have actually
17389         changed.
17390
17391 2005-03-03  Derek R. Price  <derek@ximbiot.com>
17392
17393         * m4/mmap-anon.m4: New file.
17394         * m4/pagealign_alloc.m4: New file.
17395
17396 2005-03-03  Derek R. Price  <derek@ximbiot.com>
17397             Bruno Haible  <bruno@clisp.org>
17398
17399         * modules/pagealign_alloc: New file.
17400         * MODULES.html.sh (Memory management functions): Add pagealign_alloc.
17401
17402 2005-03-03  Derek R. Price  <derek@ximbiot.com>
17403             Bruno Haible  <bruno@clisp.org>
17404
17405         * lib/pagealign_alloc.h: New file.
17406         * lib/pagealign_alloc.c: New file.
17407
17408 2005-03-03  Bruno Haible  <bruno@clisp.org>
17409
17410         * m4/inttypes.m4, isc-posix.m4, once-only.m4:
17411         Use an all-permissive copyright notice, recommended by RMS.
17412
17413 2005-03-02  Bruno Haible  <bruno@clisp.org>
17414
17415         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Undo the replacement here. Because
17416         of AIX, the replacement has to be done only after <string.h> is
17417         included, therefore not in config.h. stpncpy.h does the replacement,
17418         and stpncpy.c uses it.
17419
17420 2005-03-02  Bruno Haible  <bruno@clisp.org>
17421
17422         * lib/stpncpy.h (stpncpy): Define as a macro without arguments, so that
17423         stpncpy.c uses it.
17424
17425 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
17426
17427         Remove workaround for bug in Linux kernel 2.6.8 or thereabouts.
17428         The workaround isn't strictly needed for POSIX conformance, and
17429         it's too much of a pain to configure and maintain.  We'll ask
17430         people to fix their kernels instead.
17431         * lib/xnanosleep.c: Don't include gethrxtime.h or xtime.h.
17432         (NANOSLEEP_BUG_WORKAROUND): Remove.
17433         (xnanosleep): Remove the workaround.
17434
17435 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
17436
17437         * modules/gettime (Makefile.am): Remove lib_SOURCES line.
17438         Reported by Derek Price.
17439         (Include): Add "timespec.h".
17440
17441         * modules/xnanosleep (Depends-on): Remove gethrxtime.
17442
17443 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
17444
17445         * m4/xnanosleep.m4 (gl_XNANOSLEEP): Remove configuration attempting
17446         to detect nanosleep bug.
17447
17448 2005-03-01  Bruno Haible  <bruno@clisp.org>
17449
17450         * lib/vasnprintf.c (EOVERFLOW): Define to a fallback if needed.
17451
17452 2005-02-26  Paul Eggert  <eggert@cs.ucla.edu>
17453
17454         * modules/gethrxtime: New file.
17455         * modules/xnanosleep (Files): Add m4/xnanosleep.m4.
17456         (Depends-on): Add gethrxtime.
17457         (configure.ac): Add gl_XNANOSLEEP.
17458         (Makefile.am): Remove lib_SOURCES line.
17459
17460 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
17461
17462         * m4/gethrxtime.m4, m4/xnanosleep.m4: New files.
17463         * m4/gettime.m4 (gl_GETTIME): Check for nanotime.
17464
17465 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
17466
17467         * lib/gethrxtime.h, lib/gethrxtime.c, lib/xtime.h: New files.
17468         * lib/timespec.h (gettime): Return void, since it always
17469         succeeds now.  All uses changed.
17470         * lib/gettime.c (gettime) Likewise.
17471         [HAVE_NANOTIME]: Prefer nanotime.
17472         Assume gettimeofday succeeds, as POSIX requires.
17473         Assime time () succeeds, since other code already does.
17474         * lib/xnanosleep.c: Include xtime.h and gethrxtime.h, not xalloc.h.
17475         (timespec_subtract): Remove.
17476         (NANOSLEEP_BUG_WORKAROUND): New constant.
17477         (xnanosleep): Use gethrxtime rather than gettime; this simplifies
17478         things considerably.  Use it only on GNU/Linux hosts, since the
17479         workaround shouldn't be needed elsewhere.
17480
17481 2005-02-24  Bruno Haible  <bruno@clisp.org>
17482
17483         * modules/gettext (Files): Add m4/glibc2.m4.
17484
17485 2005-02-24  Bruno Haible  <bruno@clisp.org>
17486
17487         * m4/gettext.m4, intdiv0.m4, intmax.m4, inttypes-pri.m4, lcmessage.m4:
17488         * m4/lib-link.m4, lib-prefix.m4, nls.m4, po.m4, printf-posix.m4:
17489         * m4/progtest.m4:
17490         Update from GNU gettext 0.14.2.
17491         * m4/glibc2.m4: New file, from GNU gettext 0.14.2.
17492
17493 2005-02-24  Bruno Haible  <bruno@clisp.org>
17494
17495         * lib/localcharset.c: Update from GNU gettext 0.14.2.
17496         * lib/config.charset: Update from GNU gettext 0.14.2.
17497
17498 2005-02-24  Bruno Haible  <bruno@clisp.org>
17499
17500         * lib/gettext.h: Update from GNU gettext 0.14.2.
17501
17502 2005-02-23  Simon Josefsson  <jas@extundo.com>
17503
17504         * m4/iconvme.m4: New file.
17505
17506 2005-02-23  Jim Meyering  <jim@meyering.net>
17507
17508         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Revert yesteday's
17509         change.
17510         Thanks to Bruno Haible for catching it.
17511
17512 2005-02-22  Simon Josefsson  <jas@extundo.com>
17513
17514         * modules/iconvme: New file.
17515
17516         * MODULES.html.sh: Add iconvme.
17517
17518 2005-02-22  Simon Josefsson  <jas@extundo.com>
17519
17520         * lib/iconvme.h, lib/iconvme.c: New files, from libc.
17521
17522 2005-02-22  Simon Josefsson  <jas@extundo.com>
17523
17524         * config/srclist.txt: Sync iconvme.h, iconvme.c from libc.
17525
17526 2005-02-22  Jim Meyering  <jim@meyering.net>
17527
17528         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Fix typo:
17529         s/ifndef/ifdef/.
17530
17531 2005-02-20  Neil Conway  <neilc@samurai.com>
17532
17533         * lib/xgethostname.c (xgethostname): Check for ENOMEM, which is
17534         returned by OSX/Darwin if the specified buffer is not large
17535         enough for the hostname.
17536
17537 2005-02-03  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
17538
17539         * lib/argp-help.c (__argp_help): Create a fake struct argp_state and
17540         pass it to _help, otherwise the latter coredumps trying to
17541         dereference state.root_argp.
17542
17543 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
17544
17545         * modules/chdir-long (Depends-on): Add memrchr.
17546         * modules/memrchr (Files): Add lib/memrchr.h.
17547         (Include): "memrchr.h".
17548
17549 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
17550
17551         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Add AC_LIBSOURCES, for memrchr.h.
17552
17553 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
17554
17555         * lib/memrchr.h: New file.
17556         * lib/chdir-long.c: Include it.
17557         * lib/memrchr.c [!defined _LIBC]: Include it rather than <string.h>
17558         Don't bother including stddef.h.
17559
17560 2005-02-01  Paul Eggert  <eggert@cs.ucla.edu>
17561
17562         * lib/mountlist.h (MOUNTLIST_H_): New macro, to protect against double
17563         inclusion.
17564         Include <sys/types.h>, for dev_t.
17565         (ME_DUMMY, ME_REMOTE): Move from here....
17566         * lib/mountlist.c (ME_DUMMY, ME_REMOTE): To here.
17567         (ME_DUMMY): Count "subfs" as a dummy.  Problem reported by
17568         Dmitry V. Levin.
17569         Include mountlist.h first, to test the interface.
17570
17571 2005-01-29  Bruno Haible  <bruno@clisp.org>
17572
17573         * lib/progname.c (program_name): Initialize.
17574         Needed when linking statically on MacOS X.
17575
17576 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
17577
17578         Sync from coreutils.
17579         * modules/getloadavg (Files): Remove m4/getloadavg.m4.
17580         (Depends-on): Add c-strtod.
17581         (configure.ac): Replace gl_FUNC_GETLOADAVG with AC_FUNC_GETLOADAVG.
17582
17583 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
17584
17585         Sync from coreutils.
17586         * m4/getloadavg.m4, glibc.m4, search-libs.m4: Remove.
17587
17588         Remove files that are specific to coreutils.
17589         * m4/check-decl.m4, jm-macros.m4, lib-check.m4, prereq.m4: Remove.
17590
17591 2005-01-28  Bruno Haible  <bruno@clisp.org>
17592
17593         * modules/javacomp: New file.
17594         * MODULES.html.sh (Java): Add javacomp.
17595
17596 2005-01-28  Bruno Haible  <bruno@clisp.org>
17597
17598         * m4/javacomp.m4: New file, from GNU gettext.
17599
17600 2005-01-28  Bruno Haible  <bruno@clisp.org>
17601
17602         * lib/javacomp.sh.in: New file, from GNU gettext.
17603         * lib/javacomp.h: New file, from GNU gettext.
17604         * lib/javacomp.c: New file, from GNU gettext.
17605
17606 2005-01-26  Simon Josefsson  <jas@extundo.com>
17607
17608         * lib/gai_strerror.c: Use GPL in header.
17609
17610 2005-01-26  Bruno Haible  <bruno@clisp.org>
17611
17612         * modules/javaexec: New file.
17613         * MODULES.html.sh (Java): Add javaexec.
17614
17615 2005-01-26  Bruno Haible  <bruno@clisp.org>
17616
17617         * m4/javaexec.m4: New file, from GNU gettext.
17618
17619 2005-01-26  Bruno Haible  <bruno@clisp.org>
17620
17621         * lib/javaexec.sh.in: New file, from GNU gettext.
17622         * lib/javaexec.h: New file, from GNU gettext.
17623         * lib/javaexec.c: New file, from GNU gettext.
17624
17625 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
17626
17627         * modules/lchown (Depends-on): Remove lchown.h
17628
17629 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
17630
17631         * m4/sysexits.m4 (gl_SYSEXITS): Reverted logic. SYSEXITS_H
17632         must be defined if the header file was not found, in order
17633         to provide a replacement. Reported by Todd Vierling <tv@duh.org>
17634
17635 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
17636
17637         * lib/argp-help.c (hol_entry_help): Avoid using non-constant
17638         initializers for struct pentry_state.
17639         (__argp_error): Check return value of __asprintf
17640         (__argp_failure): Translate error message
17641
17642         * lib/argp-parse.c: Removed braces around the expansion of N_()
17643
17644 2005-01-23  Paul Eggert  <eggert@cs.ucla.edu>
17645
17646         * m4/acl.m4, afs.m4, alloca.m4, argp.m4, assert.m4, atexit.m4,
17647         backupfile.m4, base64.m4, bison.m4, c-bs-a.m4, c-stack.m4,
17648         c-strtod.m4, calloc.m4, canon-host.m4, canonicalize.m4,
17649         clock_time.m4, cloexec.m4, closeout.m4, d-ino.m4, d-type.m4,
17650         dirfd.m4, dirname.m4, dos.m4, dup2.m4, error.m4, euidaccess.m4,
17651         exclude.m4, exitfail.m4, extensions.m4, fcntl-safer.m4,
17652         file-type.m4, fileblocks.m4, filemode.m4, fnmatch.m4, fpending.m4,
17653         free.m4, fstypename.m4, fsusage.m4, ftruncate.m4, getaddrinfo.m4,
17654         getcwd-path-max.m4, getcwd.m4, getdate.m4, getdomainname.m4,
17655         getgroups.m4, gethostname.m4, getline.m4, getndelim2.m4,
17656         getnline.m4, getopt.m4, getpagesize.m4, getpass.m4, getsubopt.m4,
17657         gettime.m4, gettimeofday.m4, getugroups.m4, getusershell.m4,
17658         group-member.m4, hard-locale.m4, hash.m4, host-os.m4, human.m4,
17659         idcache.m4, inttostr.m4, isdir.m4, jm-winsz1.m4, jm-winsz2.m4,
17660         link-follow.m4, long-options.m4, ls-mntd-fs.m4, lstat.m4,
17661         makepath.m4, mathl.m4, md5.m4, memcasecmp.m4, memchr.m4,
17662         memcmp.m4, memcoll.m4, memcpy.m4, memmem.m4, memmove.m4,
17663         memrchr.m4, memset.m4, mkdir-slash.m4, mkstemp.m4, mktime.m4,
17664         modechange.m4, mountlist.m4, nanosleep.m4, obstack.m4,
17665         path-concat.m4, pathmax.m4, perl.m4, physmem.m4, poll.m4,
17666         posixtm.m4, posixver.m4, putenv.m4, quote.m4, quotearg.m4,
17667         readdir.m4, readtokens.m4, readutmp.m4, regex.m4, rename.m4,
17668         restrict.m4, rmdir-errno.m4, rmdir.m4, rpmatch.m4, same.m4,
17669         savedir.m4, settime.m4, sha1.m4, sig2str.m4, snprintf.m4,
17670         sockpfaf.m4, st_dm_mode.m4, st_mtim.m4, stat.m4, stdint.m4,
17671         stdio-safer.m4, strchrnul.m4, strdup.m4, strerror.m4,
17672         strerror_r.m4, strftime.m4, strndup.m4, strnlen.m4, strsep.m4,
17673         strtod.m4, strtoimax.m4, strtok_r.m4, strtol.m4, strtoll.m4,
17674         strtoul.m4, strtoull.m4, strtoumax.m4, strverscmp.m4, sysexits.m4,
17675         time_r.m4, timegm.m4, timespec.m4, tm_gmtoff.m4, tzset.m4,
17676         uint32_t.m4, uintptr_t.m4, unistd-safer.m4, unlink-busy.m4,
17677         unlocked-io.m4, uptime.m4, userspec.m4, utimbuf.m4, utime.m4,
17678         utimecmp.m4, utimens.m4, utimes-null.m4, vsnprintf.m4, xalloc.m4,
17679         xgetcwd.m4, xreadlink.m4, xstrndup.m4, xstrtod.m4, xstrtoimax.m4,
17680         xstrtol.m4, xstrtoumax.m4, yesno.m4:
17681         Use an all-permissive copyright notice, recommended by RMS.
17682
17683 2005-01-21  Paul Eggert  <eggert@cs.ucla.edu>
17684
17685         * modules/chdir-long (Depends-on): Remove mempcpy.
17686
17687 2005-01-21  Jim Meyering  <jim@meyering.net>
17688
17689         * lib/openat.h (AT_SYMLINK_NOFOLLOW): Define to 4096, so it's the
17690         same value as for Solaris 9.
17691
17692         * lib/chdir-long.c (chdir_long): Rewrite to remove limitation on
17693         component length.  This included changing the parameter to be
17694         of type `char *' rather than `char const *'.
17695         * lib/chdir-long.h (chdir_long): Update prototype.
17696
17697         * lib/openat.c (fdopendir, fstatat): New functions.
17698         * lib/openat.h: Include headers required for use of DIR and struct
17699         stat.
17700         [AT_SYMLINK_NOFOLLOW]: Define.
17701         (fdopendir, fstatat): Add prototypes.
17702
17703 2005-01-21  Bruno Haible  <bruno@clisp.org>
17704
17705         * modules/classpath: New file.
17706         * MODULES.html.sh (Java): Add classpath.
17707
17708 2005-01-21  Bruno Haible  <bruno@clisp.org>
17709
17710         * lib/classpath.h: New file, from GNU gettext.
17711         * lib/classpath.c: New file, from GNU gettext.
17712
17713 2005-01-20  Simon Josefsson  <jas@extundo.com>
17714
17715         * modules/version-etc-fsf: New file.
17716
17717 2005-01-20  Simon Josefsson  <jas@extundo.com>
17718
17719         * lib/version-etc-fsf.c: New file, with version_etc_copyright.
17720         * lib/version-etc.c: Remove version_etc_copyright.
17721         * lib/version-etc.h (version_etc_copyright): Use [] instead of * in
17722         prototype, suggested by Paul Eggert <eggert@CS.UCLA.EDU>.
17723
17724 2005-01-20  Simon Josefsson  <jas@extundo.com>
17725
17726         * lib/base64.h (isbase64): Add.
17727
17728         * lib/base64.c (isb64): Rename to isbase64, use to_uchar instead of
17729         using a unsigned prototype, don't inline.
17730         (base64_decode): Use it.
17731
17732 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
17733
17734         * m4/save-cwd.m4 (gl_SAVE_CWD): Remove check for fcntl; we now assume
17735         it.
17736
17737 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
17738
17739         * lib/save-cwd.c (save_cwd): Remove code to support the case
17740         where fchdir is missing or flaky.
17741
17742 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
17743
17744         * MODULES.html.sh (Command-line arguments): Add version-etc-fsf.
17745
17746 2005-01-19  Paul Eggert  <eggert@cs.ucla.edu>
17747
17748         * modules/mempcpy (Makefile.am): Remove mention of mempcpy.h;
17749         AC_LIBSOURCES now does this.
17750         * MODULES.html.sh (Sizes of integer types <limits.h>): New element,
17751         with new ullong_max module.
17752
17753 2005-01-19  Bruno Haible  <bruno@clisp.org>
17754
17755         * modules/sh-quote: New file.
17756         * MODULES.html.sh (Executing programs): Add sh-quote.
17757
17758 2005-01-19  Bruno Haible  <bruno@clisp.org>
17759
17760         * lib/sh-quote.h: New file, from GNU gettext.
17761         * lib/sh-quote.c: New file, from GNU gettext.
17762
17763 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
17764
17765         Merge from coreutils.
17766         * m4/ullong_max.m4: New file.
17767         * m4/jm-macros.m4 (gl_MACROS): Require gl_ULLONG_MAX.
17768         (gl_MACROS): Assume localeconv exists.
17769
17770 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
17771
17772         Merge changes from coreutils, as described below in several
17773         changelogs dated today.
17774
17775         * lib/save-cwd.c: Include "save-cwd.h" before other include files.
17776         (O_DIRECTORY): Remove; not needed here, since "." must be
17777         a directory.  All uses removed.
17778         (save_cwd): Use __sgi || __sun, not sun || __sun.  __sun is
17779         universal on Suns, and we also need to test for IRIX.
17780         Revamp code to use 'if' rather than '#if'.
17781         Avoid unnecessary comparison of cwd->desc to 0.
17782
17783         * lib/utimens.c (futimens): Robustify the previous patch, by checking
17784         for known valid error numbers rather than observed invalid ones.
17785
17786 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
17787
17788         * modules/ullong_max: New file.
17789
17790         * modules/chdir-long, modules/openat: New files.
17791         * modules/save-cwd (Depends-on): Depend on chdir-long.
17792         (Makefile.am): Remove lib_SOURCES; now handled by AC_LIBSOURCES.
17793
17794 2005-01-18  Jim Meyering  <jim@meyering.net>
17795
17796         Merge from coreutils.
17797         * m4/chdir-long.m4, m4/openat.m4: New files.
17798         * m4/save-cwd.m4 (gl_SAVE_CWD): Add AC_LIBSOURCES for save-cwd.c,
17799         save-cwd.h.  Add AC_LIBOBJ for save-cwd.
17800         * m4/chown.m4 (gl_FUNC_CHOWN): When cross-compiling, assume that chown
17801         is sane and DOES follow symlinks.  Besides, testing 20 different
17802         systems found no broken chown implementations.
17803         Prompted by a change in rsync's copy of this macro.
17804         * m4/jm-macros.m4 (gl_MACROS): Require gl_FUNC_CHDIR_LONG.
17805
17806         * m4/lchown.m4 (gl_FUNC_LCHOWN): Use AC_LIBSOURCES.
17807
17808         * m4/utimes.m4: Work around tests/touch/empty-file failure on a system
17809         (sparc64, Linux-2.4.28, glibc-2.3.3) that didn't honor utimes'
17810         NULL-means-set-to-current-time semantics.
17811         Remove temporary file immediately, rather than waiting
17812         for configure's at-exit trap code to do it.
17813
17814 2005-01-18  Jim Meyering  <jim@meyering.net>
17815
17816         * lib/version-etc.c (version_etc_copyright): Update copyright date.
17817
17818         * lib/utimens.c (futimens): Account for the fact that futimes
17819         can also fail with errno == ENOSYS or errno == ENOENT.
17820         Patch from Dmitry V. Levin.
17821
17822         Change the name of the robust chdir function from chdir to chdir_long.
17823         * lib/save-cwd.c: Include chdir-long.h rather than chdir.h.
17824         (restore_cwd): Use chdir_long, not chdir.
17825         * lib/chdir-long.c: Renamed from chdir.c.
17826         * lib/chdir-long.h: Renamed from chdir.h.
17827         [!defined PATH_MAX]: Define chdir_long to chdir on systems like the
17828         Hurd.
17829
17830 2005-01-18  Bruno Haible  <bruno@clisp.org>
17831
17832         * m4/allocsa.m4, m4/codeset.m4, m4/copy-file.m4, m4/eaccess.m4:
17833         * m4/eealloc.m4, m4/eoverflow.m4, m4/execute.m4, m4/fatal-signal.m4:
17834         * m4/findprog.m4, m4/glibc21.m4, m4/iconv.m4, m4/intmax_t.m4:
17835         * m4/inttypes_h.m4, m4/lib-ld.m4, m4/lib-link.m4, m4/lib-prefix.m4:
17836         * m4/linebreak.m4, m4/localcharset.m4, m4/longdouble.m4:
17837         * m4/longlong.m4, m4/mbrtowc.m4, m4/mbstate_t.m4, m4/mbswidth.m4:
17838         * m4/mkdtemp.m4, m4/pipe.m4, m4/readlink.m4, m4/safe-read.m4:
17839         * m4/safe-write.m4, m4/setenv.m4, m4/sig_atomic_t.m4:
17840         * m4/signalblocking.m4, m4/signed.m4, m4/size_max.m4, m4/ssize_t.m4:
17841         * m4/stdbool.m4, m4/stdint_h.m4, m4/stpcpy.m4, m4/stpncpy.m4:
17842         * m4/strcase.m4, m4/strcspn.m4, m4/strpbrk.m4, m4/strstr.m4:
17843         * m4/ucs4-utf.m4, m4/uintmax_t.m4, m4/ulonglong.m4, m4/unicodeio.m4:
17844         * m4/utf-ucs4.m4, m4/vasnprintf.m4, m4/vasprintf.m4:
17845         * m4/wait-process.m4, m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4:
17846         Use an all-permissive copyright notice, recommended by RMS.
17847
17848 2005-01-18  Bob Proulx  <bob@proulx.com>
17849
17850         * lib/obstack.c [DEFAULT_ALIGNMENT]: Use an intermediate type to
17851         simplify offsetof() macro construct to avoid compile failure with
17852         native HP-UX 11.0 ANSI C compiler.
17853
17854 2005-01-17  Bruno Haible  <bruno@clisp.org>
17855
17856         * lib/stpncpy.c: Remove HAVE_STPNCPY and gnu_stpncpy renaming,
17857         redundant because stpncpy.m4 takes care of it.
17858
17859 2005-01-17  Bruno Haible  <bruno@clisp.org>
17860
17861         * lib/progreloc.c: Include xalloc.h instead of xmalloc.h.
17862
17863 2005-01-17  Bruno Haible  <bruno@clisp.org>
17864
17865         * lib/progreloc.c (xstrdup): Define as strdup if no xmalloc should be
17866         used.
17867
17868 2005-01-17  Bruno Haible  <bruno@clisp.org>
17869
17870         * lib/fwriteerror.h (fwriteerror): Change specification to include
17871         fclose.
17872         * lib/fwriteerror.c: Include <stdbool.h>.
17873         (fwriteerror): At the end, close the file stream. Record whether
17874         stdout was already closed.
17875
17876 2005-01-17  Bruno Haible  <bruno@clisp.org>
17877
17878         * lib/execute.c (environ): Declare if needed.
17879         * lib/pipe.c (environ): Likewise.
17880         Reported by Michael Schloh von Bennewitz <michael.schloh@cw.com>.
17881
17882 2005-01-11  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
17883
17884         * modules/argp: Depend on vsnprintf
17885
17886 2005-01-10  Jim Meyering  <jim@meyering.net>
17887
17888         * modules/closeout (Depends-on): Add atexit.
17889
17890 2005-01-06  Bruno Haible  <bruno@clisp.org>
17891
17892         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Rename stpncpy to gnu_stpncpy here.
17893
17894 2005-01-04  Paul Eggert  <eggert@cs.ucla.edu>
17895
17896         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Move these conditional
17897         definitions to be after all include files, to avoid collisions.
17898         Problem reported by Bob Proulx.
17899
17900 2005-01-04  Jim Meyering  <jim@meyering.net>
17901
17902         Changes imported from coreutils.
17903         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Rather than using "conftestXXXXXX"
17904         as the mkstemp template, use a temporary directory and an
17905         8.3-friendly template to avoid trouble on systems like DJGPP.
17906         Reported by Juan M. Guerrero via Stepan Kasal.
17907         * m4/(gl_FUNC_MKSTEMP): Include <unistd.h> for the declaration of
17908         close. Remove the temporary directory right away, rather than waiting
17909         for configure's at-exit trap code to do it.
17910         Suggestion from Stepan Kasal.
17911
17912 2005-01-01  Simon Josefsson  <jas@extundo.com>
17913
17914         * gnulib-tool: Print #include directives when --import'ing.
17915
17916 2004-12-28  Simon Josefsson  <jas@extundo.com>
17917
17918         * tests/test-base64.c: Include required header files.  Remove
17919         unused variables.
17920
17921 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
17922
17923         * modules/error (Depends-on): Remove gettext.
17924
17925 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
17926
17927         * lib/error.c [!_LIBC && !ENABLE_NLS]: Do not include "gettext.h";
17928         not needed.  This removes a dependency on the gettext module.
17929         [defined _LIBC]: Do not include <libintl.h>; not needed.
17930
17931 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
17932
17933         * m4/c-strtod.m4 (gl_C99_STRTOLD): New macro.
17934         (gl_C_STRTOD): Use it instead of AC_CHECK_DECLS_ONCE(strtold).
17935
17936 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
17937
17938         * lib/c-strtod.c (STRTOD): Depend on HAVE_C99_STRTOLD, not
17939         HAVE_DECL_STRTOLD.
17940
17941 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
17942
17943         * modules/getdate (Depends-on): Remove alloca-opt.
17944
17945 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
17946
17947         * m4/getdate.m4 (gl_GETDATE): Remove AC_FUNC_ALLOCA.
17948
17949 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
17950
17951         * lib/argp-parse.c: Include <stddef.h>.
17952         (alignof, alignto): New macros.
17953         (parser_init): Don't assume that void * is aligned sufficiently
17954         for struct option.
17955
17956         * lib/getdate.y (YYSTACK_USE_ALLOCA): Define to 0, since there's no
17957         need to extend the stack.
17958         (YYINITDEPTH): New macro, so that the initial stack isn't overly
17959         large.
17960
17961 2004-12-22  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
17962
17963         * lib/argp-parse.c (parser_init): Avoid arithmetics on void pointers.
17964
17965 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
17966
17967         * modules/regex (lib_SOURCES): Remove regex.c, undoing previous
17968         (2004-10-24) change.  Apparently this was a false alarm.
17969
17970         * modules/getdate: Depend on alloca-opt, not alloca.
17971
17972 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
17973
17974         * lib/alloca_.h: Conditionalize on _GNULIB_ALLOCA_H, not _ALLOCA_H.
17975         Remove now-obsolete comment about AIX.
17976         * lib/getdate.y: Include <alloca.h> only if HAVE_ALLOCA.
17977         (YYSTACK_USE_ALLOCA): Define to 0 if !HAVE_ALLOCA.
17978         (YYMAXDEPTH): New macro.
17979
17980 2004-12-18  Simon Josefsson  <jas@extundo.com>
17981
17982         * modules/alloca: Depend on alloca-opt, instead of duplicating it.
17983
17984 2004-12-18  Bruno Haible  <bruno@clisp.org>
17985
17986         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Also test for sigaction.
17987
17988 2004-12-18  Bruno Haible  <bruno@clisp.org>
17989
17990         * lib/fatal-signal.c (fatal_signals): Make non-const.
17991         (init_fatal_signals): New function.
17992         (uninstall_handlers, install_handlers): Ignore signals that were set to
17993         SIG_IGN.
17994         (at_fatal_signal): Call init_fatal_signals.
17995         (init_fatal_signal_set): Likewise. Ignore signals that were set to
17996         SIG_IGN.
17997         Reported by Paul Eggert.
17998
17999 2004-12-18  Bruno Haible  <bruno@clisp.org>
18000
18001         * doc/alloca.texi: New file.
18002         * doc/alloca-opt.texi: New file.
18003
18004 2004-12-17  Jim Meyering  <jim@meyering.net>
18005
18006         * config/install-sh: Use `(exit N); exit N', not `(exit N); exit'.
18007         Otherwise, install-sh could exit with improper exit status when
18008         exiting via a trapped interrupt.  Thanks to a report from Bob Proulx.
18009
18010 2004-12-16  Simon Josefsson  <jas@extundo.com>
18011
18012         * tests/test-base64.c: Add license.
18013
18014 2004-12-15  Stepan Kasal  <address@hidden>
18015
18016         * gnulib-tool (func_emit_lib_Makefile_am): Shorten a long sed command.
18017
18018 2004-12-12  Paul Eggert  <eggert@cs.ucla.edu>
18019
18020         * modules/getcwd (Files): Add m4/d-ino.m4.
18021         Suggested by Mark D. Baushke.
18022
18023 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
18024
18025         * lib/getdate.y (textint): New member "negative".
18026         (time_zone_hhmm): New function.
18027         Expect 14 shift-reduce conflicts, not 13.
18028         (o_colon_minutes): New rule.
18029         (time, zone): Use it to add support for +HH:MM, UTC+HH:MM.
18030         (yylex): Set the "negative" member of signed numbers.
18031
18032 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
18033
18034         * doc/getdate.texi (Time of day items, Time zone items):
18035         Describe new formats +00:00, UTC+00:00.
18036
18037 2004-12-07  Paul Eggert  <eggert@cs.ucla.edu>
18038
18039         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Fix typo in previous change:
18040         spurious "-l"s.  Problem reported by Stepan Kasal.
18041
18042 2004-12-06  Paul Eggert  <eggert@cs.ucla.edu>
18043
18044         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): New macro, to work around bug
18045         in Autoconf 2.59.  Problem reported by Mark D. Baushke.
18046
18047 2004-12-04  Simon Josefsson  <jas@extundo.com>
18048
18049         * modules/getaddrinfo (License): Add LGPL, reported by Yoann
18050         Vandoorselaere <yoann@prelude-ids.org>.
18051
18052 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
18053
18054         Changes imported from coreutils.
18055         * m4/hard-locale.m4 (gl_HARD_LOCALE): Assume locale.h and setlocale
18056         exist.
18057         * m4/human.m4 (gl_HUMAN): Assume locale.h and localeconv exist.
18058
18059 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
18060
18061         Changes imported from coreutils.
18062         * lib/hard-locale.c: Assume <locale.h> exists.
18063         Include "strdup.h".
18064         (GLIBC_VERSION): New macro.
18065         (hard_locale): Assume setlocale exists.
18066         Rewrite to avoid #ifdef.
18067         Use strdup rather than malloc + strcpy.
18068         * lib/human.c: Assume <locale.h> exists.
18069         (human_readable): Assume localeconv exists.
18070
18071 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
18072
18073         * modules/hard-locale (Depends-on): Add strdup.
18074
18075 2004-12-01  Jakub Jelinek  <jakub@redhat.com>
18076
18077         * lib/mktime.c (__mktime_internal): If SEC_REQUESTED != SEC,
18078         convert T2, not T.  (Imported from libc.)
18079
18080 2004-11-30  Simon Josefsson  <jas@extundo.com>
18081
18082         * modules/restrict (License): Change to LGPL.
18083
18084 2004-11-30  Simon Josefsson  <jas@extundo.com>
18085
18086         * m4/restrict.m4: Add copyright and copying conditions.
18087
18088 2004-11-30  Simon Josefsson  <jas@extundo.com>
18089
18090         * m4/base64.m4: New file.
18091
18092 2004-11-30  Simon Josefsson  <jas@extundo.com>
18093
18094         * MODULES.html.sh (Extra functions based on ANSI C 89): Add
18095         base64.
18096
18097         * tests/test-base64.c: New file.
18098
18099         * modules/base64: New file.
18100
18101 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
18102
18103         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX):
18104         Define HAVE_PARTLY_WORKING_GETCWD if getcwd is partly working.
18105
18106         * m4/readutmp.m4 (gl_READUTMP): Don't check for sys/param.h.
18107
18108 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
18109
18110         * lib/getcwd.c (is_ENAMETOOLONG): New macro.
18111         (__getcwd.c): Don't restore errno; glibc doesn't.
18112         [HAVE_PARTLY_WORKING_GETCWD && !defined AT_FDCWD]: Try system getcwd
18113         first, falling back to our code only if its results look suspicious.
18114         Ensure that the resulting buffer is only as large as necessary.
18115
18116         * lib/readutmp.c: Include readutmp.h first.
18117         Include <errno.h>, since readutmp.h no longer does that.
18118         * lib/readutmp.h: Don't include <errno.h>,
18119         <sys/param.h>, <time.h>; not needed to establish interface.
18120         (errno): Remove decl.
18121         (HAVE_STRUCT_XTMP_UT_TYPE): Remove; no longer needed.
18122         (UT_TYPE_EQ, UT_TYPE_NOT_DEFINED, UT_TYPE_BOOT_TIME,
18123         UT_TYPE_USER_PROCESS, IS_USER_PROCESS): New macros.
18124
18125 2004-11-28  Simon Josefsson  <jas@extundo.com>
18126
18127         * lib/base64.h, base64.c: New file.
18128
18129 2004-11-27  Paul Eggert  <eggert@cs.ucla.edu>
18130
18131         * lib/getcwd.h: New file, which I forgot to check in on 2004-11-25.
18132
18133 2004-11-26  Paul Eggert  <eggert@cs.ucla.edu>
18134
18135         * modules/getcwd (Files): Add lib/getcwd.h, m4/getcwd.m4.
18136         (Depends-on): Remove pathmax, same.  Add mempcpy.
18137         (configure.ac): GL_FUNC_GETCWD_PATH_MAX -> gl_FUNC_GETCWD.
18138         (Makefile.am): Append getcwd.h to lib_SOURCES.
18139         (Include): Add getcwd.h.
18140         (Maintainer): Change from Jim Meyering to "all, glibc",
18141         since getdate now uses intended-for-glibc code.
18142         * modules/xgetcwd (Files): Remove m4/getcwd.m4.
18143         (Depends-on): Depend on getcwd.  Do not depend on pathmax.
18144
18145 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
18146
18147         Fix problems reported by Scott S. Tinsley for HP-UX 11.11 using
18148         HP's ANSI C compiler.
18149         * lib/fsusage.c (statvfs) [HAVE_SYS_STATVFS_H]: Remove decl.
18150         Declaring int functions causes warnings on some modern systems and
18151         shouldn't be needed to compile on ancient ones.
18152         * lib/same.c (MIN) [defined MIN]: Don't define, since it's already
18153         defined.
18154
18155         * lib/getcwd.c: Replace by a copy of glibc/sysdeps/posix/getcwd.c, but
18156         with the following changes.
18157         (__set_errno): Parenthesize properly.
18158         Include <stdbool.h>.
18159         (MIN, MAX, MATCHING_INO): New macros.
18160         (__getcwd): Define with prototype, not K&R form.
18161         Use heuristics to allocate default buffer on stack if possible.
18162         If AT_FDCWD is defined, use openat and fstatat to avoid O(N**2)
18163         behavior, and to avoid the PATH_MAX limit when computing
18164         ../../../../...
18165         Use MATCHING_INO to compare inode number to file.
18166         Check for arithmetic overflow in size calculations.
18167         Fix bug in reallocation of dot array that caused getcwd to fail
18168         on directories nested deeper than 75.
18169         Be more careful about saving errno on error.
18170         Do not use realloc; use only free+malloc, as this is a bit
18171         more flexible and avoids a needless copy operation.
18172         Do not inspect st_dev and st_ino for symbolic links; POSIX
18173         doesn't specify the latter.
18174         Check for closedir errors.
18175         Avoid needless casts.
18176         Use "#ifdef weak_alias" around weak_alias, to be like other
18177         glibc code.
18178         The following changes to getcwd.c have effect only when used in
18179         gnulib; they have no effect inside glibc proper.
18180         (#pragma alloca) [defined _AIX && !defined __GNUC__]: Remove,
18181         as alloca isn't used.
18182         (alloca, __alloca): Likewise.
18183         [!_LIBC]: Include "getcwd.h", "mempcpy.h".
18184         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
18185         unconditionally, as gnulib assumes C89 or better.
18186         Do not include <sys/param.h>.
18187         (errno) [!defined __GNU_LIBRARY__ && !defined STDC_HEADERS]: Remove
18188         no-longer-necessary 'extern int errno' decl; gnulib assumes C89 or
18189         better.
18190         (NULL) [!defined NULL]: Remove; we assume C89 or better.
18191         Include <dirent.h> in a way that is compatible with modern Autoconf.
18192         (_D_ALLOC_NAMELEN, _D_EXACT_NAMLEN):
18193         New macros, if not already defined.
18194         Include <unistd.h> if _LIBC, not if __GNU_LIBRARY__.
18195         Use "_LIBC", not "defined _LIBC", for consistency.
18196         (HAVE_MEMPCPY): Remove; no longer needed now that gnulib has
18197         a mempcpy module.
18198         (__lstat, __closedir, __opendir, __readdir) [!_LIBC]: New macros.
18199         (GETCWD_RETURN_TYPE): Remove.  All uses replaced by char *.
18200         * lib/xgetcwd.c: David MacKenzie's old code was removed, so give
18201         credit only to Jim Meyering and adjust the copyright dates.
18202         Do not include <limits.h>, <stdio.h>, <sys/types.h>,
18203         <stdlib.h>, <unistd.h>, "pathmax.h".
18204         Instead, include "xgetcwd.h" (first) and "getcwd.h".
18205         (INITIAL_BUFFER_SIZE): Remove.
18206         (xgetcwd): Rely on getcwd, since we now depend on a reliable one.
18207
18208 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
18209
18210         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Renamed from
18211         GL_FUNC_GETCWD_PATH_MAX for consistency.  All uses changed.
18212         Use the _ONCE methods, for efficiency.
18213         Check for fcntl.h.  In test program, include <errno.h>
18214         and <fcntl.h> if available.  Remove old K&R cruft from
18215         test program.  Check for common errors in GNU/Linux,
18216         OpenBSD, and Solaris.  Just set gl_cv_func_getcwd_path_max;
18217         don't do AC_LIBOBJ, as that's getcwd.m4's job.
18218         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL): Renamed from
18219         AC_FUNC_GETCWD_NULL.  All used changed.  Change cache variable
18220         name accordingly.
18221         (gl_FUNC_GETCWD, gl_PREREQ_GETCWD): New macros.  Revamp to
18222         accommodate new getcwd.c.
18223         * m4/jm-macros.m4 (gl_MACROS): Don't require GL_FUNC_GETCWD_PATH_MAX.
18224         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_MEMPCPY.
18225         * m4/xgetcwd.m4 (gl_XGETCWD): Replace with gl_FUNC_GETCWD, since
18226         that's all we need now.
18227
18228 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
18229
18230         * m4/argp.m4 (gl_ARGP): Require gl_GETOPT_SUBSTITUTE unconditionally:
18231         argp-parse.c depends on getopt internals, that means we should
18232         always use our getopt, to be on the safe side.
18233         * m4/getopt.m4 (gl_GETOPT): Check if GETOPT_H is already set, in
18234         order not to spoil the result of an eventual previous invocation
18235         of gl_GETOPT_SUBSTITUTE.
18236
18237 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
18238
18239         * lib/getopt_.h: Re-addition of __getopt_argv_const caused
18240         redefinition warnings. To avoid them, include the defines
18241         in `#if !defined __need_getopt ... #endif'. The only place
18242         where __getopt_argv_const is used is in definitions
18243         of getopt_long and getopt_long_only below, which are as well
18244         protected by `#ifndef __need_getopt'.
18245         [defined __GETOPT_PREFIX && !defined __need_getopt]: Undef
18246         __need_getopt after including <stdio.h> and <unistd.h> These
18247         headers might have defined it.
18248
18249 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
18250
18251         * m4/utimens.m4 (gl_UTIMENS): Check for futimes function.
18252
18253 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
18254
18255         * lib/utimens.c (__attribute__, ATTRIBUTE_UNUSED): New macros.
18256         (futimens): New function, which uses futimes if available.
18257         (futimens, utimens): Support timespec==NULL, with same semantics
18258         as utime and utimens.
18259         * lib/utimens.h (futimens): New decl.
18260
18261 2004-11-23  Jim Meyering  <jim@meyering.net>
18262
18263         * lib/getopt_.h: Remove trailing blanks.
18264
18265 2004-11-23  Jim Meyering  <jim@meyering.net>
18266
18267         * lib/__fpending.c: Add comment.
18268
18269 2004-11-22  Paul Eggert  <eggert@cs.ucla.edu>
18270
18271         * modules/canonicalize (Depends-on): Add xreadlink.
18272         Problem reported by James Youngman.
18273
18274 2004-11-20  Paul Eggert  <eggert@cs.ucla.edu>
18275
18276         * lib/getopt_.h (__GETOPT_CONCAT, __GETOPT_XCONCAT, __GETOPT_ID):
18277         New macros.
18278         (getopt, getopt_long, getopt_long_only, optarg, opterr, optind,
18279         optopt): Use them instead of invoking ## directly; otherwise, the
18280         symbols will be __GETOPT_PREFIXgetopt rather than rpl_getopt.
18281
18282 2004-11-19  Bruno Haible  <bruno@clisp.org>
18283
18284         * lib/strtok_r.c: Move comments from here...
18285         * lib/strtok_r.h: ... to here.
18286
18287 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
18288
18289         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Check for buggy calloc
18290         implementations that mishandle size_t overflow.
18291
18292 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
18293
18294         * lib/realloc.c (rpl_realloc): Call 'free' if n==0, since realloc
18295         might fail.  Problem reported by Yoann Vandoorselaere.
18296         * lib/calloc.c (rpl_calloc): Defend against buggy calloc
18297         implementations that mishandle size_t overflow.
18298
18299 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
18300
18301         * modules/canon-host (Depends-on): Add strdup.
18302
18303 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
18304
18305         * m4/canon-host.m4 (gl_CANON_HOST): Check for getaddrinfo.
18306
18307 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
18308
18309         * lib/canon-host.c: Include "strdup.h".
18310         (canon_host): Use getaddrinfo if available, so that IPv6 works.
18311         Use strdup instead of malloc/strcpy to duplicate strings.
18312
18313         * lib/human.h (LONGEST_HUMAN_READABLE): Add 1 for space before unit.
18314         (human_space_before_unit): New constant.
18315         * lib/human.c (human_readable): Support it.
18316
18317         * lib/xgetcwd.c: Include <limits.h>, for PATH_MAX.
18318         (xgetcwd): Set errno correctly when failing.
18319         Work around Solaris 9 bug: getcwd sets errno==ERANGE even though
18320         the failure is actually due to a PATH_MAX problem.
18321
18322         Further getopt changes to make it more likely that glibc will
18323         buy the changes back.
18324         * lib/getopt.c (POSIXLY_CORRECT): New constant.
18325         (getopt): Use it, so to preserve glibc semantic
18326         * lib/getopt1.c (getopt_long, getopt_long_only): Arg is char * const *
18327         when compiling for libc.
18328         * lib/getopt_.h (__getopt_argv_const): Bring it back.
18329         (getopt_long, getopt_long_only): Use it.
18330
18331         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
18332         _getopt_internal): New arg POSIXLY_CORRECT.  All callers changed.
18333         (getopt): Argv is now char * const *, as per standard.
18334         (_getopt_internal_r, _getopt_internal): Argv is now char **,
18335         not char *__getopt_argv_const *.
18336         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
18337         _getopt_long_only_r): Likewise.
18338         * lib/getopt_.h (getopt, getopt_long, geopt_long_only): Likewise.
18339         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
18340         _getopt_long_r, _getopt_long_only_r): Likewise.
18341         * lib/getopt_.h (__getopt_argv_const): Remove.
18342         (getopt): Argv is now char * const *, as per standard.
18343
18344         * lib/getdate.y (tORDINAL): New token.
18345         (day, relunit): Allow it for relative times.
18346         (relative_time_table): Use tORDINAL for ordinals.
18347
18348 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
18349
18350         * doc/getdate.texi (General date syntax): "next" is 1, not 2.
18351         Document that "second" isn't allowed as an ordinal number.
18352
18353 2004-11-16  Jim Meyering  <jim@meyering.net>
18354
18355         * modules/closeout (Depends-on): Add fpending.
18356
18357 2004-11-15  Jim Meyering  <jim@meyering.net>
18358
18359         * lib/closeout.c: Include "__fpending.h" once again.
18360         Include <stdbool.h>.
18361         (close_stdout): Don't fail just because stdout was closed initially,
18362         since some programs don't write to stdout in the normal course of
18363         operation (other than --version and --help), and we don't want this
18364         function to make e.g. `touch file >&-' fail.
18365         But do fail if it was closed and someone has tried to write to it.
18366         E.g., `printf foo >&-' must fail.
18367
18368 2004-11-13  Jim Meyering  <jim@meyering.net>
18369
18370         * m4/jm-macros.m4: Do require gl_FUNC_FPENDING.
18371
18372 2004-11-12  Simon Josefsson  <jas@extundo.com>
18373
18374         * config/srclist.txt: Add strtok_r.c, glibc bought our changes, but a
18375         small doc fix is still pending.
18376
18377 2004-11-11  Simon Josefsson  <jas@extundo.com>
18378
18379         * modules/strtok_r: New file.
18380
18381         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
18382         strtok_r.
18383
18384 2004-11-11  Simon Josefsson  <jas@extundo.com>
18385
18386         * m4/strtok_r.m4: New file.
18387
18388         * m4/getopt.m4: Replace opterr.
18389
18390 2004-11-11  Simon Josefsson  <jas@extundo.com>
18391
18392         * lib/strtok_r.h, strtok_r.c: New file.
18393
18394 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
18395
18396         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): Define __GETOPT_PREFIX instead
18397         of replacing opterr, getopt, etc.  This should handle the
18398         powerpc-apple-darwin5.5 problem recently noted by Simon Josefsson.
18399
18400 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
18401
18402         * lib/getopt_.h (__getopt_argv_const): New macro, to be used so that
18403         we can stop lying to compilers about the constness of argv when we
18404         are compiled outside glibc.
18405         (getopt, getopt_long, getopt_long_only): Use it.
18406         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
18407         _getopt_internal, getopt): Likewise.
18408         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
18409         _getopt_long_only_r): Likewise.
18410         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
18411         _getopt_long_r, _getopt_long_only_r): Likewise.
18412
18413         * lib/getopt_.h [defined __GETOPT_PREFIX && !defined __need_getopt]:
18414         Include <stdlib.h> and <stdio.h>, and <unistd.h> if available.
18415         Then rename getopt to __GETOPT_PREFIX##getopt, and so forth for
18416         the other external symbols.
18417         (getopt) [!defined __GNU_LIBRARY]: Use prototype, not old-style
18418         declaration, since the above renaming now works around collisions.
18419
18420 2004-11-11  Jim Meyering  <jim@meyering.net>
18421
18422         * lib/linebreak.c: Remove trailing blanks.
18423         * lib/alloca_.h: Likewise.
18424         * lib/acosl.c: Likewise.
18425         * lib/euidaccess.c: Likewise.
18426         * lib/allocsa.h: Likewise.
18427
18428 2004-11-10  Simon Josefsson  <jas@extundo.com>
18429
18430         * m4/getaddrinfo.m4: New file.
18431
18432 2004-11-10  Simon Josefsson  <jas@extundo.com>
18433
18434         * lib/getaddrinfo.h, lib/getaddrinfo.c: New files.
18435
18436 2004-11-10  Simon Josefsson  <jas@extundo.com>
18437
18438         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
18439         getaddrinfo.
18440
18441         * modules/getaddrinfo: New file.
18442
18443 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
18444
18445         * m4/prereq.m4 (gl_PREREQ): Require gt_FUNC_SETENV.
18446
18447 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
18448
18449         * lib/mktime.c (SHR): New macro, which is a portable
18450         substitute for >> that should work even on Crays.
18451         (TIME_T_MIDPOINT, ydhms_diff, __mktime_internal): Use it.
18452         Problem reported by Mark D. Baushke in
18453         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00071.html>.
18454         * lib/getdate.y (SHR): Likewise.
18455         (tm_diff): Use it.
18456         * lib/strftime.c (SHR): Likewise.
18457         (tm_diff): Use it.
18458         * lib/quotearg.c (struct quoting_options): Use unsigned int for
18459         quote_these_too, so that right shifts are well defined.  All uses
18460         changed.
18461
18462 2004-11-10  Jim Meyering  <jim@meyering.net>
18463
18464         Ensure that no close failure goes unreported.
18465         * lib/closeout.c (close_stdout): Always close stdout.  I.e., don't
18466         return early when it seems there's nothing to flush.
18467         Don't include __fpending.h.
18468
18469 2004-11-10  Jim Meyering  <jim@meyering.net>
18470
18471         * modules/closeout (Depends-on): Remove fpending.
18472
18473 2004-11-10  Jim Meyering  <jim@meyering.net>
18474
18475         * m4/jm-macros.m4 (gl_MACROS): Don't require gl_FUNC_FPENDING.
18476
18477 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
18478
18479         * m4/strftime.m4 (_gl_STRFTIME_PREREQS): Remove.  Move its body to
18480         gl_FUNC_STRFTIME.
18481         (gl_FUNC_STRFTIME): Use AC_CHECK_FUNCS_ONCE and AC_CHECK_HEADERS_ONCE
18482         and AC_REQUIRE when possible, to avoid duplicate checks.
18483         Check for <wchar.h>.
18484
18485 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
18486
18487         * lib/strftime.c (DO_MULTIBYTE): Check for wchar.h, too.
18488
18489 2004-11-09  Bruno Haible  <bruno@clisp.org>
18490
18491         * m4/sockpfaf.m4: New file.
18492
18493 2004-11-05  Bruno Haible  <bruno@clisp.org>
18494
18495         * lib/readlink.c: Include stddef.h, needed for size_t on Woe32.
18496         Reported by Mark D. Baushke <mdb@cvshome.org>.
18497
18498 2004-11-04  Bruno Haible  <bruno@clisp.org>
18499
18500         2004-09-11  Bruno Haible  <bruno@clisp.org>
18501                 * allocsa.valgrind: New file.
18502         2004-02-06  Bruno Haible  <bruno@clisp.org>
18503                 * allocsa.h (sa_alignof): Define differently with HP-UX cc, to
18504                 avoid a bug of this cc on HP-UX 10.20 dealing with enums.
18505                 Reported by Christopher Seip <chris.seip@hp.com>.
18506
18507 2004-11-04  Bruno Haible  <bruno@clisp.org>
18508
18509         * modules/allocsa (Files): Add lib/allocsa.valgrind.
18510         (Makefile.am): Distribute it.
18511
18512 2004-11-03  Paul Eggert  <eggert@cs.ucla.edu>
18513
18514         * lib/xreadlink.c (xreadlink): AIX and HP-UX readlink return -1
18515         with errno == ERANGE if the buffer is too small.
18516         Problem reported by Mark D. Baushke.
18517
18518 2004-11-03  Albert Chin  <china@thewrittenword.com>
18519             Paul Eggert  <eggert@cs.ucla.edu>
18520
18521         * m4/uint32_t.m4 (gl_AC_TYPE_UINT32_T): When determining uint32_t
18522         equivalent, substitute $ac_type for equivalent type rather than
18523         blindly using uint32_t *always* which won't work if uint32_t is not
18524         available.  Define _UINT32_T to work around typedef of uint32_t if
18525         <sys/sched.h>, <pthread.h>, or <semaphore.h> used on Solaris
18526         2.5.1.
18527
18528 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
18529
18530         * m4/jm-macros.m4: Sync from coreutils.
18531         (gl_MACROS): Check for mbrlen, for pathchk.
18532         (gl_CHECK_ALL_TYPES): Require AC_TYPE_MBSTATE_T, for pathchk.
18533
18534 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
18535
18536         * lib/xreadlink.c (MAXSIZE): New macro.
18537         (xreadlink): Use it instead of SSIZE_MAX.  Ensure initial buffer
18538         size does not exceed MAXSIZE.  Avoid cast.
18539         As suggested by Mark D. Baushke in
18540         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00009.html>,
18541         if readlink fails with buffer size just under MAXSIZE, try again
18542         with MAXSIZE.
18543
18544 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
18545
18546         * config/srclist.txt: Add mktime.c; glibc bought all our changes.
18547
18548 2004-11-02  Derek R. Price  <derek@ximbiot.com>
18549         and  Paul Eggert  <eggert@cs.ucla.edu>
18550
18551         * lib/getdate.y [!TEST]: Include <stdio.h>, since we use sprintf now.
18552         (get_date): Overparenthesize to avoid GCC warning.
18553
18554 2004-11-02  Bruno Haible  <bruno@clisp.org>
18555
18556         * m4/setenv.m4 (gt_FUNC_SETENV): Define VOID_UNSETENV if unsetenv()
18557         returns void.
18558
18559 2004-11-02  Bruno Haible  <bruno@clisp.org>
18560
18561         * lib/setenv.h (unsetenv): Define as a macro if the system's unsetenv()
18562         function returns void.
18563
18564 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
18565
18566         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for declarations of
18567         fflush_unlocked, flockfile, funlockfile, funlockfile,
18568         fputs_unlocked, putc_unlocked.
18569
18570 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
18571
18572         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
18573         (funlockfile, fputs_unlocked, putc_unlocked): Don't define if
18574         already declared.
18575
18576 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
18577
18578         * modules/getdate (Files): Add doc/getdate.texi.
18579         (Depends-on): Add setenv, xalloc.
18580
18581 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
18582
18583         * lib/getdate.y: Add support for TZ="foo" within a date string.
18584         Fix some bugs near time_t boundaries.  Reject dates with
18585         out-of-range components, e.g., "Sept 31".
18586         Include <stdlib.h>, "setenv.h", "xalloc.h".
18587         (ISDIGIT_LOCALE): Remove; unused.
18588         Note that the TZ and time functions used here are not reentrant.
18589         (mktime_ok, get_tz): New functions.
18590         (TZBUFSIZE): New constant.
18591         (get_date): Parse leading TZ="foo".  Reject out-of-range components;.
18592         This requires that we sometimes generate our own TZ="XXX..." setting.
18593
18594 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
18595
18596         * doc/getdate.texi: New file, from coreutils with modifications for
18597         the new TZ parsing.
18598
18599 2004-10-27  Derek R. Price  <derek@ximbiot.com>
18600
18601         * lib/mktime.c (not_equal_tm): Remove redundant check.
18602
18603 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
18604
18605         * modules/regex (lib_SOURCES): Add regex.c.
18606         Reported by James Youngman in
18607         <http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00199.html>.
18608
18609 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
18610
18611         * lib/getdate.y: Use Bison 1.875 features, and some minor
18612         code cleanups.  This change does not affect semantics.
18613         Don't include <stdlib.h>; no longer needed.
18614         Don't include unlocked-io.h; only the "#if TEST" code uses
18615         stdio, and performance isn't crucial there.
18616         (PC, YYLEX_PARAM, YYPARSE_PARAM): Remove; replaced by
18617         Bison 1.875 features as described below.
18618         All uses of "PC." replaced by "pc->".
18619         (YYSTYPE): Add a forward declaration.
18620         (yylex, yyerror): Use full prototypes in forward decls.
18621         Use "%pure-parser" rather than obsolescent "%pure_parser".
18622         Use %parse-param and %lex-param instead of obsolescent
18623         YYPARSE_PARAM and YYLEX_PARAM.
18624         (meridian_table, month_and_day_table, time_units_table,
18625         relative_time_table, time_zone_table, military_table,
18626         lookup_zone, lookup_word, get_date):
18627         Use NULL instead of 0 where appropriate.
18628         (to_hour): Avoid abort (), to avoid a dependency on
18629         stdlib.h.
18630         (yyerror, yylex): Now accepts parser_control * arg.
18631         (main) [TEST]: Use '\0' rather than 0 for char.
18632
18633 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
18634
18635         * m4/getpagesize.m4 (gl_GETPAGESIZE): Check for <sys/param.h>.
18636
18637 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
18638
18639         * lib/getpagesize.c (getpagesize): Don't assume <sys/param.h> exists.
18640         It's now the caller's responsibility to handle the case where
18641         !HAVE_GETPAGESIZE && !defined getpagesize.
18642
18643         * lib/mktime.c (leapyear): Arg is long int, not int.
18644
18645 2004-10-18  Paul Eggert  <eggert@cs.ucla.edu>
18646
18647         * lib/argp-fs-xinl.c, argp-xinl.c: Update from glibc.
18648
18649 2004-10-17  Paul Eggert  <eggert@cs.ucla.edu>
18650
18651         * gnulib-tool (func_emit_lib_Makefile_am): Fix typo: a $ was
18652         missing.  Problem reported by James Youngman.
18653
18654 2004-10-16  Simon Josefsson  <jas@extundo.com>
18655
18656         * gnulib-tool: Fix comments.  Fix parse problem.
18657         (func_emit_lib_Makefile_am): Don't hard code a in libgl_a_SOURCES.
18658
18659 2004-10-15  Paul Eggert  <eggert@cs.ucla.edu>
18660
18661         * m4/getopt.m4 (gl_GETOPT): Detect and reject the incompatible BSD
18662         implementation of getopt_long.  Problem reported by Alexander Taler in:
18663         http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00103.html
18664
18665 2004-10-15  Bruno Haible  <bruno@clisp.org>
18666
18667         * gnulib-tool: Untabify. Initialize supplied_libname.
18668         (func_usage): More homogenous output.
18669         (func_modules_transitive_closure, func_modules_to_filelist,
18670         func_emit_lib_Makefile_am): New functions.
18671         (func_import): New function, extracted from big case statement. Use
18672         func_get_license, func_modules_transitive_closure,
18673         func_modules_to_filelist, func_emit_lib_Makefile_am. Initialize
18674         opt_lgpl. Don't use test -a, as it's not portable.
18675         (func_create_testdir): Use func_modules_transitive_closure,
18676         func_modules_to_filelist, func_emit_lib_Makefile_am.
18677
18678 2004-10-15  Bruno Haible  <bruno@clisp.org>
18679
18680         * gnulib-tool (func_import): Let gl_INIT define LTALLOCA when needed.
18681
18682 2004-10-15  Bruno Haible  <bruno@clisp.org>
18683
18684         * gnulib-tool (func_emit_lib_Makefile_am): Add markers to separate
18685         the portions belonging to each module.
18686         Suggested by Derek Robert Price <derek@ximbiot.com>.
18687
18688 2004-10-12  Simon Josefsson  <jas@extundo.com>
18689
18690         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
18691         (fputs_unlocked, putc_unlocked) [!_LIBCS && !USE_UNLOCKED_IO]: Map
18692         to real functions.
18693
18694 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
18695
18696         * modules/vsnprintf: New file.
18697
18698 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
18699
18700         * m4/vsnprintf.m4: New file.
18701
18702 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
18703
18704         * lib/vsnprintf.h: New file.
18705         * lib/vsnprintf.c: New file.
18706
18707 2004-10-11  Bruno Haible  <bruno@clisp.org>
18708
18709         * MODULES.html.sh (Support for systems lacking ISO C 99): Add
18710         vsnprintf.
18711
18712 2004-10-10  Paul Eggert  <eggert@cs.ucla.edu>
18713
18714         * config/srclistvars.sh: Add GNUSTANDARDS (for eggert only).
18715
18716 2004-10-07  Bruno Haible  <bruno@clisp.org>
18717
18718         * lib/snprintf.c (snprintf): Avoid a memory allocation if the result
18719         fits into the provided buffer.
18720
18721 2004-10-06  Paul Eggert  <eggert@cs.ucla.edu>
18722
18723         * lib/diacrit.c, diacrit.h: Add GPL notice.
18724
18725         * lib/atanl.c, logl.c: Add GPL notice, to match glibc's added LGPL
18726         notice.
18727         * lib/atanl.c (atanl): Keep the code as similar to glibc as possible.
18728         * lib/logl.c (logl): Keep the code as similar to glibc as possible.
18729         This avoids a potential constant-folding bug.
18730
18731 2004-10-05  Bruno Haible  <bruno@clisp.org>
18732
18733         * m4/strsep.m4 (gl_FUNC_STRSEP): Require AC_GNU_SOURCE. Don't check
18734         for the declaration of strsep.
18735
18736 2004-10-05  Bruno Haible  <bruno@clisp.org>
18737
18738         * lib/strsep.h: Don't declare strsep() if HAVE_STRSEP.
18739
18740 2004-10-04  Simon Josefsson  <jas@extundo.com>
18741
18742         * modules/memmem: New file.
18743         * tests/test-memmem.c: New file.
18744         * MODULES.html.sh (Extra functions based on ANSI C 89): Add memmem.
18745
18746 2004-10-04  Simon Josefsson  <jas@extundo.com>
18747
18748         * m4/memmem.m4: New file.
18749
18750 2004-10-04  Simon Josefsson  <jas@extundo.com>
18751
18752         * lib/memmem.h: New file.
18753         * lib/memmem.c: New file, taken from glibc.
18754
18755 2004-10-04  Simon Josefsson  <jas@extundo.com>
18756
18757         * lib/error.c, md5.c, regex.c: Use '#if USE_UNLOCKED_IO' instead of
18758         '#ifdef USE_UNLOCKED_IO'.
18759
18760 2004-10-04  Simon Josefsson  <jas@extundo.com>
18761
18762         * config/srclist.txt: Add memmem from glibc.
18763
18764 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
18765
18766         * modules/xalloc (Files, Makefile.am): Remove xstrdup.c.
18767
18768         * modules/argmatch, modules/argp, modules/closeout, modules/error,
18769         modules/exclude, modules/getdate, modules/getline,
18770         modules/getndelim2, modules/getpass, modules/getpass-gnu,
18771         modules/getusershell, modules/linebuffer, modules/md5,
18772         modules/mountlist, modules/posixtm, modules/readtokens,
18773         modules/readutmp, modules/regex, modules/sha1,
18774         modules/version-etc, modules/yesno:
18775         Remove dependency on unlocked-io.
18776
18777 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
18778
18779         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Remove.  All uses removed.
18780
18781         * m4/unlocked-io.m4: Add copyright notice.
18782         (gl_FUNC_GLIBC_UNLOCKED_IO): Define USE_UNLOCKED_IO.
18783
18784 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
18785
18786         * lib/xalloc.h (xmemdup): Renamed from xclone.  All uses changed.
18787         * lib/xmalloc.c (xmemdup): Likewise.
18788         * lib/xalloc.h (CCLONE, CLONE, NEW, XCALLOC, XMALLOC, XREALLOC,
18789         XFREE): Remove these long-obsolescent macros.
18790         * lib/xmalloc.c (xstrdup): Implementation moved here from xstrdup.c
18791         * lib/xstrdup.c: Remove.
18792
18793         * lib/regex.c (re_comp): Cast gettext return value to char *,
18794         Problem reported by Martin Neitzel via Mark D. Baushke.
18795
18796 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
18797
18798         * lib/argmatch.c, closeout.c, error.c, exclude.c, getdate.y,
18799         getndelim2.c, getpass.c, getusershell.c, linebuffer.c,
18800         md5.c, mountlist.c, posixtm.c, readtokens.c, readutmp.c,
18801         regex.c, sha1.c, version-etc.c, yesno.c:
18802         Include "unlocked-io.h" only if USE_UNLOCKED_IO.
18803         * lib/unlocked-io.h: Don't worry about USE_UNLOCKED_IO; that's now
18804         the includer's responsibility.
18805
18806         Sync from coreutils.
18807
18808         * lib/modechange.c (mode_compile): Don't decrement a pointer that
18809         points to the start of a string, as the C Standard says the
18810         resulting behavior is undefined.
18811
18812         * lib/backupfile.h (enum backuptype): Rename none -> no_backups,
18813         simple -> simple_backups, numbered_existing ->
18814         numbered_existing_backups, numbered -> numbered_backups
18815         to avoid shadowing problems.  All uses changed.
18816         * lib/argmatch.c (enum backuptype) [defined TEST]: Likewise.
18817         * lib/backupfile.c (check_extension, numbered_backup):
18818         Rename locals to avoid shadowing 'basename'.
18819         * lib/backupfile.h (VALID_BACKUP_TYPE): Don't evaluate arg more than
18820         once.
18821
18822         * lib/.cppi-disable: Add getopt_.h, getopt_int.h.
18823         * lib/.cvsignore: Add getopt.h.
18824
18825 2004-10-04  Bruno Haible  <bruno@clisp.org>
18826
18827         * modules/README: New file.
18828         * gnulib-tool (func_all_modules, func_verify_module): modules/README is
18829         not a module.
18830
18831 2004-10-02  Jim Meyering  <jim@meyering.net>
18832
18833         * lib/dirfd.h, getpagesize.h: Add copyright notice.
18834
18835 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
18836
18837         * modules/strsep: New file.
18838
18839 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
18840
18841         * m4/strsep.m4: New file.
18842
18843 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
18844
18845         * lib/strsep.h: New file.
18846         * lib/strsep.c: New file.
18847
18848 2004-10-01  Simon Josefsson  <jas@extundo.com>
18849
18850         * lib/snprintf.c (snprintf): Handle size==0.
18851
18852 2004-10-01  Simon Josefsson  <jas@extundo.com>
18853             Bruno Haible  <bruno@clisp.org>
18854
18855         * lib/snprintf.c: Include <stdarg.h>, <stdlib.h>, <string.h>.
18856         (snprintf): Declare 'args'.
18857
18858 2004-10-01  Paul Eggert  <eggert@cs.ucla.edu>
18859
18860         * lib/snprintf.c: Remove comments as to why each header is needed.
18861
18862 2004-10-01  Bruno Haible  <bruno@clisp.org>
18863
18864         * MODULES.html.sh: Add strsep.
18865
18866 2004-09-30  Simon Josefsson  <jas@extundo.com>
18867
18868         * modules/snprintf: New file.
18869
18870 2004-09-30  Simon Josefsson  <jas@extundo.com>
18871
18872         * m4/snprintf.m4: New file.
18873
18874 2004-09-30  Simon Josefsson  <jas@extundo.com>
18875
18876         * lib/snprintf.h, lib/snprintf.c: New files.
18877
18878 2004-09-30  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
18879
18880         * lib/argp-help.c (canon_doc_option): Fixed coredump if *name==NULL
18881         (hol_entry_help): Never translate an empty string.
18882         Do not translate option tag (opt->name) if OPTION_NO_TRANS is set
18883         * lib/argp.h (OPTION_NO_TRANS): New option.
18884
18885 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
18886
18887         * modules/argp (Maintainer): Replace Simon Josefsson
18888         by Sergey Poznyakoff.
18889
18890 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
18891
18892         * config/srclist.txt: Comment-out argp/argp.h, until we get the argp
18893         changes merged back into glibc.
18894
18895 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
18896
18897         * MODULES.html.sh (Support for systems lacking ISO C 99): Add snprintf.
18898
18899 2004-09-29  Oskar Liljeblad  <oskar@osk.mine.nu>
18900
18901         * lib/xvasprintf.c: Include xalloc.h.
18902         (xvasprintf): Use xalloc_die, not xmalloc_die.
18903
18904 2004-09-29  Bruno Haible  <bruno@clisp.org>
18905
18906         * modules/alloca-opt: New file, derived from modules/alloca.
18907         * modules/allocsa: Depend on alloca-opt instead of alloca.
18908         * modules/setenv: Likewise.
18909         * modules/vasnprintf: Likewise.
18910         * MODULES.html.sh: Add alloca-opt.
18911
18912 2004-09-28  Simon Josefsson  <jas@extundo.com>
18913
18914         * gnulib-tool: New parameter --lgpl, to asseert that modules are
18915         LGPL, and to replace license template from GPL to LGPL.
18916
18917 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
18918
18919         * modules/dummy: Change license to LGPL.
18920
18921 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
18922
18923         * lib/dummy.c: Change copyright notice to FSF, and license to GPL.
18924
18925 2004-09-24  Simon Josefsson  <jas@extundo.com>
18926
18927         * modules/minmax (License): Change from GPL to LGPL.
18928
18929 2004-09-23  Simon Josefsson  <jas@extundo.com>
18930
18931         * gnulib-tool (--import): Typo.
18932
18933 2004-09-23  Simon Josefsson  <jas@extundo.com>
18934
18935         * gnulib-tool (--import): Make sure *.m4 end up in m4/ by default.
18936
18937 2004-09-22  Bruno Haible  <bruno@clisp.org>
18938
18939         * modules/*: Add 'License' field.
18940         * gnulib-tool: Accept --extract-license option.
18941         (func_get_license): New function.
18942
18943 2004-09-21  Bruno Haible  <bruno@clisp.org>
18944
18945         * modules/vasnprintf (Files): Add m4/stdint_h.m4, m4/inttypes_h.m4.
18946         Reported by Simon Josefsson.
18947
18948 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
18949
18950         * modules/inttostr (Files): Add m4/longlong.m4, since it uses
18951         gl_AC_TYPE_LONG_LONG.
18952
18953 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
18954
18955         * config/srclist.txt: Add getsubopt.c, since libc bought our changes.
18956
18957 2004-09-18  Simon Josefsson  <jas@extundo.com>
18958         and  Paul Eggert  <eggert@cs.ucla.edu>
18959
18960         * gnulib-tool: Replace various ad-hoc automake/autoconf/aclocal
18961         calls with autoreconf.  Define GL_LIB.
18962
18963 2004-09-14  Karl Berry  <karl@gnu.org>
18964
18965         * config/srclist.txt: unsync setenv.c, sigh.
18966
18967 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
18968
18969         * lib/argp-pvh.c (argp_program_version_hook): Provide initial value.
18970         Problem reported by Bruno Haible in:
18971         http://lists.gnu.org/archive/html/bug-tar/2004-09/msg00023.html
18972
18973 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
18974
18975         * config/srclist.txt: Comment out argp-pvh.c.
18976
18977 2004-09-11  Paul Eggert  <eggert@cs.ucla.edu>
18978
18979         * lib/mempcpy.h: Wrap the entire include file inside #ifndef mempcpy,
18980         in case some system header has #define'd it.  Problem reported by
18981         Soeren D. Schulze in
18982         <http://lists.gnu.org/archive/html/bug-gnulib/2004-09/msg00017.html>.
18983
18984 2004-09-09  Karl Berry  <karl@gnu.org>
18985
18986         * regex.[ch]: delete from the root.  These were supposed to be
18987                 synced with emacs cvs, but this has not happened for about
18988                 a year, and anyway nothing else uses emacs regex.[ch].
18989                 bug-gnulib mail from Jeff Bailey, 9 Sep 2004 15:49:24 -0700.
18990                 lib/regex[.ch] is untouched.
18991
18992 2004-09-09  Bruno Haible  <bruno@clisp.org>
18993
18994         * modules/vasnprintf (Files): Add m4/eoverflow.m4.
18995
18996 2004-09-09  Bruno Haible  <bruno@clisp.org>
18997
18998         * m4/eoverflow.m4: New file, taken from GNU libiconv eilseq.m4 with
18999         modifications.
19000         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Require gl_EOVERFLOW.
19001
19002 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
19003
19004         * modules/xvasprintf: New file.
19005         * MODULES.html.sh (Extra functions based on ANSI C 89): Add vasprintf.
19006
19007 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
19008
19009         * lib/xvasprintf.h: New file.
19010         * lib/xvasprintf.c: New file.
19011         * lib/xasprintf.c: New file.
19012
19013 2004-09-08  Bruno Haible  <bruno@clisp.org>
19014
19015         * m4/stdint.m4: New file, taken from GNU clisp with modifications.
19016
19017 2004-09-08  Bruno Haible  <bruno@clisp.org>
19018
19019         * lib/vasnprintf.c (VASNPRINTF): Signal EOVERFLOW if the resulting
19020         length is > INT_MAX.
19021         * lib/vasprintf.c (vasprintf): Don't test for length > INT_MAX any
19022         more.
19023
19024 2004-09-08  Bruno Haible  <bruno@clisp.org>
19025
19026         * lib/stdint_.h: New file, taken from GNU clisp.
19027
19028 2004-09-08  Bruno Haible  <bruno@clisp.org>
19029             Oskar Liljeblad  <oskar@osk.mine.nu>
19030
19031         * modules/stdint: New file.
19032         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdint.
19033
19034 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
19035
19036         Import from coreutils.
19037         * lib/userspec.c: Don't use <alloca.h>, so that we don't use alloca on
19038         strings on unbounded length.  alloca's performance benefits aren't
19039         that important here.
19040         (V_STRDUP): Remove.
19041         (parse_with_separator): New function, with most of the internals
19042         of the old parse_user_spec.  Allow user to omit both user and group,
19043         for compatibility with FreeBSD.
19044         Clone only the user name, not the entire spec.
19045         Do not set *uid, *gid unless entirely successful.
19046         Avoid memory leak in some failing cases.
19047         Fix regression for USER.GROUP reported by Dmitry V. Levin in
19048         <http://lists.gnu.org/archive/html/bug-coreutils/2004-08/msg00102.html>
19049         (parse_user_spec): Rewrite to use parse_with_separator.
19050
19051 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
19052
19053         * modules/userspec: Don't depend on alloca.
19054
19055 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
19056
19057         * m4/userspec.m4 (gl_USERSPEC): Don't require AC_FUNC_ALLOCA.
19058
19059 2004-08-17  Paul Eggert  <eggert@cs.ucla.edu>
19060
19061         * MODULES.html.sh: Add xalloc-die, c-strtod, c-strtold, raise,
19062         readtokens0, getcwd, fcntl-safer, canonicalize, cycle-check,
19063         utimecmp, utimens, xnanosleep.  Rename sha to sha1.
19064
19065 2004-08-16  Simon Josefsson  <jas@extundo.com>
19066
19067         * gnulib-tool: Use sed instead of autoconf --trace, inspired by
19068         libtoolize behaviour by "Gary V. Vaughan" <gary@gnu.org>.
19069         Add --dry-run for --import.
19070         Let user provided command line parameters override configure.ac
19071         settings.
19072
19073 2004-08-12  Simon Josefsson  <jas@extundo.com>
19074
19075         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): New macro,
19076         as discussed with Paul Eggert in threads rooted at
19077         <http://lists.gnu.org/archive/html/bug-gnulib/2004-06/msg00039.html>
19078         and
19079         <http://lists.gnu.org/archive/html/bug-gnulib/2004-07/msg00001.html>.
19080         Before, the test was empty, and relied on ELIDE_CODE in source
19081         code.)
19082         (gl_PREREQ_GETOPT): New macro.
19083         (gl_GETOPT): Use them.
19084
19085 2004-08-12  Simon Josefsson  <jas@extundo.com>
19086
19087         * lib/getopt.c, getopt1.c: Remove ELIDE_CODE hack.
19088         * lib/getopt_.h: Renamed from getopt.h.
19089
19090 2004-08-12  Simon Josefsson  <jas@extundo.com>
19091
19092         * gnulib-tool: Add --source-base, --m4-base, --libtool options.
19093         Change default library name from libfoo to libgnu.
19094         Now, if you have a configure.ac that says:
19095                 gl_SOURCE_BASE(gl)
19096                 gl_M4_BASE(gl/m4)
19097                 gl_MODULES(error getopt etcetera)
19098                 gl_INIT
19099         you can import all you need by running:
19100                 ../gnulib/gnulib-tool --import
19101
19102         * modules/getopt (Files): Rename getopt.h to getopt_.h.
19103         (Makefile.am): Rewrite, use logic from argz.
19104         (Include): Use <getopt.h> instead of "getopt.h".
19105
19106 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
19107
19108         * modules/argp (Files): Add m4/unlocked-io.m4.
19109         (Depends-on): Add extensions.
19110
19111 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
19112
19113         * m4/argp.m4 (gl_ARGP): Do not check for argp.h or argp_parse; nobody
19114         uses HAVE_ARGP_H or HAVE_ARGP_PARSE.
19115         Require gl_FUNC_GLIBC_UNLOCKED_IO, gl_USE_SYSTEM_EXTENSIONS.
19116         Check for program_invocation_name, program_invocation_short_name,
19117         flockfile, funlockfile, features.h, _getopt_long_only_r.
19118
19119 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
19120
19121         * lib/argp-help.c, argp-parse.c: Use "gettext.h" instead of
19122         its complicated substitute.
19123         * lib/argp-help.c: Include <errno.h>, for program_invocation_short_name
19124         and program_invocation_name.
19125         (__argp_basename) [!_LIBC]: Remove; the only use was
19126         replaced by its body.
19127         (__argp_short_program_name): Change condition from
19128         !defined __argp_short_program_name to
19129         ! (defined _LIBC || HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME),
19130         to match argp-namefrob.h.
19131         (__argp_failure): Don't assume strerror_r returns char *.
19132         * lib/argp-parse.c (N_): Define unconditionally.
19133         (argp_default_options): Fill out initializers with 0 to avoid
19134         gcc warnings.
19135
19136 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
19137
19138         * config/srclist.txt: Remove getopt.c, getopt.h (renamed to getopt_.h),
19139         getopt1.c.
19140
19141 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
19142
19143         Merge from coreutils.
19144
19145         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for wmemchr and wmemcpy.
19146
19147         * m4/obstack.m4 (gl_PREREQ_OBSTACK): Require
19148         gl_AC_HEADER_INTTYPES_H, gl_AC_HEADER_STDINT_H, gl_AC_TYPE_UINTMAX_T.
19149
19150 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
19151
19152         Merge from coreutils.
19153
19154         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Don't set to 1 if missing
19155         wmemchr or wmemcpy.  Problem reported by Robert Dahlem
19156         for Reliant Unix 5.43.
19157
19158         * lib/obstack.c: Include <inttypes.h> and <stdint.h> if available.
19159         (union fooround): Use uintmax_t, not long int.
19160         The rest is a merge from libc:
19161         [defined _LIBC]: Include <shlib-compat.h>.
19162         (_obstack) [defined _LIBC]: Remove after 2.3.4.
19163
19164         * lib/settime.c (settime): Recode to avoid warning with
19165         Sun Forte C 6U2.
19166
19167         * lib/strverscmp.c: Convert to UTF-8.
19168
19169 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
19170
19171         * modules/obstack (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
19172         m4/uintmax_t.m4.
19173
19174 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
19175
19176         * modules/xalloc-die: New file.
19177         * modules/xalloc: Remove dependencies on error, gettext, exitfail.
19178
19179         * modules/md5 (Files): Add m4/uint32_t.m4.
19180         * modules/sha1: Renamed from modules/sha.
19181         (Files):
19182         Rename lib/sha.h to lib/sha1.h.
19183         Rename lib/sha.c to lib/sha1.c.
19184         Rename m4/sha.m4 to m4/sha1.m4.
19185         (lib_SOURCES): Likewise.
19186         (configure.ac): Rename gl_SHA to gl_SHA1.
19187         (Include): sha.h -> sha1.h.
19188
19189 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
19190
19191         * m4/uint32_t.m4, m4/uintptr_t.m4: New files.
19192         * m4/sha1.m4: Renamed from sha.m4.
19193         (gl_SHA1): Renamed from gl_SHA.  All uses changed.
19194
19195 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
19196
19197         * lib/obstack.h (obstack_empty_p):
19198         Don't assume that chunk->contents is suitably aligned.
19199         * lib/obstack.c (_obstack_begin, _obstack_begin_1, _obstack_newchunk):
19200         Likewise. Problem reported by Benno in
19201         <http://sources.redhat.com/ml/libc-alpha/2004-08/msg00055.html>.
19202
19203         * lib/chown.c (rpl_chown): Work even if the file is writeable but not
19204         readable.  This could be improved further but it'd take some work.
19205
19206 2004-08-08  Simon Josefsson  <jas@extundo.com>
19207
19208         * modules/xgethostname (Depends-on): Remove exit and error (not
19209         used).
19210
19211         * modules/getpass-gnu: Add getpass.h.
19212         (Depends-on): Add stdbool.
19213         * modules/getpass: Add getpass.h.
19214
19215 2004-08-08  Simon Josefsson  <jas@extundo.com>
19216
19217         * m4/getpass.m4 (gl_FUNC_GETPASS, gl_FUNC_GETPASS_GNU):
19218         Check getpass declaration.
19219
19220 2004-08-08  Simon Josefsson  <jas@extundo.com>
19221
19222         * lib/xgethostname.c: Don't include error.h (not used).
19223
19224         * lib/getpass.h: Add.
19225         * lib/getpass.c: Include getpass.h first.
19226
19227 2004-08-08  Paul Eggert  <eggert@cs.ucla.edu>
19228
19229         * lib/xalloc-die.c: New file.
19230         * lib/xalloc.h (xalloc_fail_func, xalloc_msg_memory_exhausted): Remove.
19231         All uses removed.
19232         * lib/xmalloc.c (xalloc_fail_func, xalloc_msg_memory_exhausted):
19233         Likewise. Move inclusions of gettext.h, error.h, exitfail.h to
19234         xalloc-die.c.
19235         (_, N_, xalloc_die): Move to xalloc-die.c.
19236         * lib/userspec.c (parse_user_spaec): Use xstrdup rather than strdup,
19237         so that we needn't mess with xalloc_msg_memory_exhausted.
19238
19239         * lib/sha1.h: Renamed from sha.h.
19240         (SHA1_H): Renamed from _SHA_H.
19241         (sha1_ctx): Renamed from sha_ctx.
19242         (sha1_init_ctx): Renamed from sha_init_ctx.
19243         (sha1_process_block): Renamed from sha_process_block.
19244         (sha1_process_bytes): Renamed from sha_process_bytes.
19245         (sha1_finish_ctx): Renamed from sha_finish_ctx.
19246         (sha1_read_ctx): Renamed from sha_read_ctx.
19247         (sha1_stream): Renamed from sha_stream.
19248         (sha1_buffer): Renamed from sha_buffer.
19249         * lib/sha1.c: Likewise; renamed from sha.c.
19250         Do not include <sys/types.h>.
19251         Include <stddef.h> rather than <stdlib.h>.
19252
19253 2004-08-08  Bruno Haible  <bruno@clisp.org>
19254
19255         * lib/pathname.h (FILE_SYSTEM_PREFIX_LEN): Renamed from
19256         FILESYSTEM_PREFIX_LEN.
19257         * lib/progreloc.c: Likewise.
19258         * lib/concatpath.c (concatenated_pathname): Use FILE_SYSTEM_PREFIX_LEN.
19259
19260 2004-08-06  Simon Josefsson  <jas@extundo.com>
19261
19262         * modules/progname (Depends-on): Don't depend on stdbool.
19263
19264 2004-08-06  Simon Josefsson  <jas@extundo.com>
19265
19266         * modules/getsubopt: New file.
19267         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
19268         getsubopt.
19269
19270 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
19271
19272         More merge from coreutils.
19273
19274         * m4/utimens.m4, m4/utimecmp.m4: New files.
19275         * m4/backupfile.m4, euidacces.m4, acl.m4, afs.m4, calloc.m4, dirfd.m4,
19276         fsusage.m4, jm-macros.m4, ls-mntd-fs.m4, md5.m4, mountlist.m4,
19277         prereq.m4, sha.m4: Import changes from coreutils.
19278
19279 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
19280
19281         More merge from coreutils.
19282         * modules/raise, modules/readtokens0, modules/utimens:
19283         * modules/utimecmp, module/xnanosleep: New files.
19284         * modules/strftime: Add lib/strftime.h.
19285         Change include from <time.h> to "strftime.h".
19286         * modules/yesno: Add lib/yesno.h.
19287         * modules/backupfile: Remove lib/addext.c.
19288         * modules/euidaccess: Add stat-macros.h.
19289         * modules/canonicalize, modules/euidaccess,
19290         modules/filemode, modules/lchown, modules/makepath,
19291         modules/rmdir, modules/stat: Likewise.
19292
19293 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
19294
19295         Merge from tar.
19296         * lib/argp-help.c (make_hol, hol_append): Don't assume that
19297         SIZE_MAX is a valid preprocessor constant.
19298         (__argp_basename): Change from "#ifndef _LIBC"
19299         to "#ifndef __argp_short_program_name", so that
19300         we don't compile these functions for tar.
19301
19302         More merges from coreutils.
19303         * lib/raise.c, lib/readtokens0.h, lib/readtokens0.c, lib/strftime.h:
19304         * lib/utimens.h, lib/utimens.c, lib/utimecmp.h, lib/utimecmp.c:
19305         * lib/xnanosleep.h, lib/xnanosleep.c, lib/yesno.h: New files.
19306         * lib/addext.c: Remove; no longer needed.
19307         * lib/yesno.c, lib/argmatch.h, lib/argmatch.c, lib/backupfile.h,
19308         lib/backupfile.c, lib/euidaccess.c, lib/filemode.c, lib/closeout.c,
19309         lib/dup2.c, lib/exclude.c, lib/fileblocks.c, lib/filemode.c,
19310         lib/fnmatch.c, lib/fnmtahc_loop.c, lib/fopen-safer.c, lib/fsusage.c,
19311         lib/fsusage.h, lib/ftruncate.c, lib/full-write.c, lib/getdate.y,
19312         lib/getloadavg.c, lib/getugroups.c, lib/hard-locale.c,
19313         lib/hard-locale.h, lib/hash.c, lib/human.c, lib/human.h, lib/lchown.c,
19314         lib/lchown.h, lib/makepath.c, lib/makepath.h, lib/md5.c, lib/md5.h,
19315         lib/memchr.c, lib/memcoll.c, lib/memrchr.c, lib/modechange.c,
19316         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
19317         lib/posixtm.c, lib/putenv.c, quotearg.c, lib/quotearg.h,
19318         lib/readtokens.c, lib/readutmp.c, lib/readutmp.h, lib/rmdir.c,
19319         lib/safe-read.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c,
19320         lib/sig2str.c, lib/stat.c, lib/strtoimax.c, lib/strverscmp.c,
19321         lib/userspec.c, lib/utime.c, lib/version-etc.c., lib/xgethostname.c,
19322         lib/xmemcoll.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtod.h,
19323         lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h, lib/xstrtoumax.c:
19324         Import changes from coreutils.
19325
19326 2004-08-05  Simon Josefsson  <jas@extundo.com>
19327
19328         * m4/strdup.m4: Always run gl_PREREQ_STRDUP, since strdup.h need it.
19329
19330 2004-08-05  Simon Josefsson  <jas@extundo.com>
19331
19332         * m4/getsubopt.m4: New file.
19333
19334 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
19335
19336         Merge from coreutils.
19337
19338         * m4/c-strtod.m4, m4/canonicalize.m4, m4/fcntl-safer.m4:
19339         * m4/getcwd-path-max.m4: New files.
19340
19341         * m4/dos.m4 (gl_AC_DOS): filesystem -> file system renaming.
19342         FILESYSTEM_PREFIX_LEN ->
19343         FILE_SYSTEM_PREFIX_LEN.
19344         FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX ->
19345         FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX.
19346         FILESYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR ->
19347         FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR.
19348
19349         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't require gl_AC_DOS, the
19350         prerequisite modules now handle the DOS stuff.
19351         Don't check for unistd.h.
19352
19353 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
19354
19355         Merge from coreutils.
19356
19357         * lib/.gdb-history: Remove; this doesn't belong here.
19358
19359         * lib/c-strtod.c, lib/c-strtod.h, lib/c-strtold.c, lib/cycle-check.c:
19360         * lib/cycle-check.h, lib/dev-ino.h, lib/canonicalize.h:
19361         * lib/canonicalize.c, lib/fcntl-safer.h, lib/fcntl-safer.c:
19362         * lib/getcwd.c: New files.
19363
19364         * lib/dirname.h: Include <stdbool.h>.
19365         (FILE_SYSTEM_PREFIX_LEN): Renamed from FILESYSTEM_PREFIX_LEN,
19366         for consistency with POSIX terminology.  All uses changed.
19367         (IS_ABSOLUTE_FILE_NAME, IS_RELATIVE_FILE_NAME): New macros.
19368         (strip_trailing_slashes): Use bool for booleans.
19369         * lib/stripslash.c (strip_trailing_slashes): Likewise.
19370
19371         * lib/error.c: Work around bug in OpenBSD 3.4 sterror_r: it
19372         sometimes returns a positive errno value even when it succeeds.
19373         (print_errno_message) [!LIBC]: Fall back on strerror if
19374         __strerror_r fails.
19375
19376         * lib/path-concat.c (mempcpy): Don't define if a system header defines
19377         it. Don't include stdio.h, stdlib.h, unistd.h, strdup.h.
19378         (longest_relative_suffix): New function.
19379         (path_concat): Use it.  Assume first argument is not NULL.
19380         Port to DOS.  Omit redundant separators.
19381         Report an error instead of returning NULL.
19382         Use mempcpy instead of memcpy.
19383         (xpath_concat): Remove: not declared or used.
19384
19385         * lib/same.h: Include <stdbool.h>
19386         (same_name): Return bool, not int.
19387         * lib/same.c (same_name): Likewise.
19388         (errno): Don't declare; we assume C89 or better now.
19389
19390         * lib/stat-macros (S_ISCTG, S_ISOFD, S_ISOFL): New macros,
19391         if not already defined.
19392
19393         * lib/xgetcwd.c (errno): Don't declare; we assume C89 or better now.
19394         * lib/dup-safer.c (errno): Likewise.
19395
19396 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
19397
19398         Merge from coreutils.
19399         * modules/c-strtod, modules/c-strtold, modules/canonicalize:
19400         * modules/cycle-check, modules/fcntl-safer, modules/getcwd: New files.
19401         * modules/path-concat: Don't depend on strdup.
19402
19403 2004-08-03  Simon Josefsson  <jas@extundo.com>
19404
19405         * lib/strdup.h: Only use HAVE_DECL_STRDUP if defined.
19406         * lib/progname.h: Don't include stdbool.h.
19407
19408 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
19409
19410         * modules/fatal: Remove, as the "fatal" module wasn't used or working.
19411         * MODULES.html.sh (func_all_modules): Remove fatal.
19412
19413 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
19414
19415         * m4/fatal.m4: Remove, as the "fatal" module wasn't used or working.
19416
19417 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
19418
19419         * lib/fatal.c, fatal.h: Remove as the "fatal" module wasn't used or
19420         working.
19421
19422 2004-08-02  Simon Josefsson  <jas@extundo.com>
19423
19424         * lib/getsubopt.h: New file, with comments from Bruno Haible.
19425         * lib/getsubopt.c: New file, from glibc, but slightly modified based on
19426         suggestions from Paul Eggert <eggert@cs.ucla.edu>.
19427
19428 2004-08-01  Simon Josefsson  <jas@extundo.com>
19429
19430         * lib/xgetdomainname.c: Include stdlib.h, for free().
19431
19432 2004-07-19  Bruno Haible  <bruno@clisp.org>
19433
19434         * MODULES.html.sh (func_all_modules): Add dummy.
19435
19436 2004-07-16  Simon Josefsson  <jas@extundo.com>
19437
19438         * modules/dummy: New file.
19439
19440 2004-07-16  Simon Josefsson  <jas@extundo.com>
19441
19442         * lib/dummy.c: New file.
19443
19444 2004-07-16  Bruno Haible  <bruno@clisp.org>
19445
19446         * lib/backupfile.h: Add extern "C" for C++.
19447         * lib/closeout.h: Likewise.
19448         * lib/copy-file.h: Likewise.
19449         * lib/findprog.h: Likewise.
19450         * lib/full-write.h: Likewise.
19451         * lib/pathname.h: Likewise.
19452         * lib/progname.h: Likewise.
19453         * lib/stpcpy.h: Likewise.
19454         * lib/stpncpy.h: Likewise.
19455         * lib/strcase.h: Likewise.
19456         * lib/strstr.h: Likewise.
19457         * lib/xalloc.h: Likewise.
19458
19459         * lib/mbswidth.h: Add extern "C" for C++.
19460         Reported by Albert Chin-A-Young <china@thewrittenword.com>.
19461
19462 2004-07-13  Robert Millan  <robertmh@gnu.org>
19463
19464         * m4/host-os.m4: s/KNetBSD/kNetBSD/g and s/KFreeBSD/kFreeBSD/g.
19465
19466 2004-07-09  Simon Josefsson  <jas@extundo.com>
19467
19468         * lib/getndelim2.c: Include stddef.h, for ptrdiff_t.  (FreeBSD 4.9
19469         failed without this.)
19470
19471 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
19472
19473         * modules/chown (Files): Add lib/fchown-stub.c, since
19474         gl_PREREQ_CHOWN invokes AC_LIBOBJ(fchown-stub).
19475
19476 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
19477
19478         * lib/fchown-stub.c: New file.
19479
19480 2004-06-24  Jim Meyering  <jim@meyering.net>
19481
19482         * lib/obstack.h (obstack_base): Cast to (void *), per documentation.
19483
19484 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
19485
19486         * modules/argz: Omit "#include".
19487
19488         * MODULES.html.sh (func_all_modules): Add calloc, to match
19489         2004-06-01 addition of calloc module.
19490
19491 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
19492
19493         * m4/argz.m4: New file, which is autoupdated from libtool.
19494
19495 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
19496
19497         * lib/argz.c, lib/argz_.h: New files, which are autoupdated from
19498         libtool.
19499
19500 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
19501
19502         * config/srclist-update: Don't insist on "USA." before the
19503         close-comment, as libtool omits the period and puts the */ on a
19504         separate line.
19505         * config/srclist.txt: Add argz.c, argz_.h, argz.m4.
19506         * config/srclistvars.sh: Add LIBTOOL (for eggert only).
19507
19508 2004-06-22  Gary V. Vaughan  <gary@gnu.org>
19509
19510         * modules/argz: New file.
19511         * MODULES.html.sh (func_all_modules): Add argz.
19512
19513 2004-06-12  Jim Meyering  <jim@meyering.net>
19514         and  Paul Eggert  <eggert@cs.ucla.edu>
19515
19516         * modules/hash (Files): Add lib/xalloc.h.
19517         * modules/pipe (Depends-on): Add wait-process.
19518         * modules/stat (Depends-on): Add xalloc.
19519         * modules/userspec (Files): Add lib/userspec.h.
19520         * modules/xstrto
19521
19522         Upgrade from gettext-0.13.
19523         * modules/gettext (Files): Add m4/intmax.m4, m4/longdouble.m4,
19524         m4/longlong.m4, m4/printf-posix.m4, m4/signed.m4, m4/size_max.m4,
19525         m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4.
19526
19527 2004-06-10  Jim Meyering  <jim@meyering.net>
19528
19529         * lib/calloc.c: New file.
19530
19531 2004-06-06  Paul Eggert  <eggert@cs.ucla.edu>
19532
19533         * lib/getdate.y (yylex): Allow space between sign and number.
19534         Problem reported by Dan Jacobson.
19535
19536 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
19537
19538         Merge from coreutils CVS.
19539
19540         * m4/backupfile.m4, dirname.m4, human.m4, inttypes.m4, longlong.m4,
19541         makepath.m4, memchr.m4, memcmp.m4, mountlist.m4, path-concat.m4,
19542         putenv.m4, quotearg.m4, readutmp.m4, strtoimax.m4, strtoll.m4,
19543         strtoull.m4, strtoumax.m4, ulonglong.m4, vasnprintf.m4,
19544         xstrtol.m4: Fix copyright date and/or serial number.
19545
19546         * m4/chown.m4 (gl_PREREQ_CHOWN): Check for fcntl.h.
19547         See if we need an fchown replacement.
19548         (gl_FUNC_CHOWN_FOLLOWS_SYMLINK): New macro.
19549         (gl_FUNC_CHOWN): Require gl_FUNC_CHOWN_FOLLOWS_SYMLINK,
19550         and use the replacement function if we detect either defect.
19551
19552         * m4/prereq.m4 (gl_PREREQ): Add gl_ALLOCSA, gl_CLOEXEC, gl_INTTOSTR,
19553         gl_UTIMECMP.
19554
19555 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
19556         and  Jim Meyering  <jim@meyering.net>
19557
19558         Merge from coreutils CVS.
19559
19560         * lib/stat-macros.h: New file, with contents from file-type.h
19561         and coreutils' system.h.
19562         * lib/file-type.c: Include "stat-macros.h".
19563         * lib/file-type.h (file_type): Move all macro definitions to new file,
19564         stat-macros.h.
19565
19566         * lib/chown.c (rpl_chown) [CHOWN_FAILS_TO_HONOR_ID_OF_NEGATIVE_ONE]:
19567         Wrap old code with this conditional.
19568         [CHOWN_MODIFIES_SYMLINK]: Try to work around a chown
19569         function that does not dereference symlinks.
19570         * lib/lchown.c (lchown) [CHOWN_MODIFIES_SYMLINK]: Just call chown.
19571
19572         * lib/xreadlink.c: Include xreadlink.h first, to catch .h file
19573         dependency problems.
19574         (xreadlink): Accept new arg SIZE, for efficiency.
19575         All decls and uses changed.
19576         * lib/xreadlink.h: Include <stddef.h>, for size_t.
19577
19578         * lib/.cppi-disable: Add alloca_.h, allocsa.h, exit.h, getndelim2.h,
19579         gettext.h, localcharset.h, strdup.h, strndup.h, strtoul.c, time_r.h.
19580
19581         * lib/.cvsignore: Add alloca.h, fnmatch.h, poll.h, stdbool.h,
19582         sysexits.h.
19583
19584 2004-06-01  Jim Meyering  <jim@meyering.net>
19585
19586         * m4/calloc.m4: New file.
19587
19588 2004-05-31  Paul Eggert  <eggert@cs.ucla.edu>
19589
19590         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Detect _Bool bug in HP aC++/ANSI
19591         C B3910B A.05.55 [Dec 04 2003].  Problem reported by Jim Meyering.
19592         Also, fix a typo in a diagnostic.
19593
19594 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
19595
19596         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Do not require AC_FUNC_MALLOC
19597         or AC_FUNC_REALLOC.
19598
19599 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
19600
19601         * lib/xmalloc.c (HAVE_MALLOC, HAVE_REALLOC): Do not require these
19602         macros to be defined.
19603         (xnmalloc_inline, xnrealloc_inline, xcalloc): Do not die if
19604         the allocator returns NULL because the requested size is zero.
19605
19606 2004-05-20  Paul Eggert  <eggert@cs.ucla.edu>
19607
19608         * lib/malloc/obstack.c (_obstack) [defined _LIBC]: Bring back this
19609         var.  Add comment explaining why libc still defines it.  This
19610         merges the following patch from glibc:
19611         http://sources.redhat.com/ml/libc-alpha/2004-05/msg00157.html
19612
19613 2004-05-20  Andreas Schwab  <schwab@suse.de>
19614
19615         * m4/free.m4: Replace free if it not known to work, not the other
19616         way round.
19617
19618 2004-05-19  Paul Eggert  <eggert@cs.ucla.edu>
19619
19620         * lib/obstack.c (_obstack): Remove unused variable.  It hasn't been
19621         present in glibc since revision 1.1 of this file.
19622         * lib/obstack.h (_obstack_free, obstack_1grow, obstack_1grow_fast,
19623         obstack_alignment_mask, obstack_alloc, obstack_base,
19624         obstack_blank, obstack_blank_fast, obstack_chunk_size,
19625         obstack_copy, obstack_copy0, obstack_finish, obstack_grow,
19626         obstack_grow0, obstack_init, obstack_int_grow,
19627         obstack_int_grow_fast, obstack_make_room, obstack_memory_used,
19628         obstack_next_free, obstack_object_size, obstack_ptr_grow,
19629         obstack_ptr_grow_fast, obstack_room): Remove declarations of
19630         nonexistent functions.
19631
19632 2004-05-18  Karl Berry  <karl@gnu.org>
19633
19634         * config/srclist.txt: break link for vasnprintf.c.
19635
19636 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
19637
19638         Port obstack to the AS/400, where pointers are 16 bytes wide and
19639         you cannot cast an integer to a valid pointer.  This patch is
19640         currently waiting to be integrated into glibc; see
19641         <http://sources.redhat.com/ml/libc-alpha/2004-05/msg00073.html>.
19642
19643         * lib/obstack.h (__PTR_TO_INT, __INT_TO_PTR): Remove.
19644         All uses of __INT_TO_PTR (PTR_TO_INT ...) replaced by __PTR_ALIGN.
19645         (__BPTR_ALIGN, __PTR_ALIGN): New macros.
19646         (struct obstack): temp member is now a union of a pointer and
19647         an integer, instead of an integer.  All integer uses changed.
19648         This does not affect the physical layout of struct obstack,
19649         except on hosts (like the AS/400) where the size or alignment of
19650         void * is greater than that of ptrdiff_t.
19651         (obstack_finish) [! (defined __GNUC__ && defined __STDC__ &&
19652         __STDC__)]: Store temporary in pointer member of union, not
19653         integer member.
19654         * lib/obstack.c: Include <stddef.h>, for offsetof.
19655         (struct fooalign): Remove; it doesn't need a name.
19656         (union fooround): Change double to long double, and add void *.
19657         (DEFAULT_ALIGNMENT): Use offsetof to compute.
19658         (DEFAULT_ALIGNMENT, DEFAULT_ROUNDING): Now an enum constant,
19659         not a macro.  Hence the values are always int; so remove all
19660         casts-to-int in uses.
19661
19662 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
19663
19664         * config/srclist.txt: Break link for argp-help.c and argp-parse.c until
19665         we can get this patch merged into glibc.
19666
19667 2004-05-17  Derek R. Price  <derek@ximbiot.com>
19668             Paul Eggert  <eggert@cs.ucla.edu>
19669
19670         * m4/argp: Depend on alloca.
19671
19672 2004-05-17  Derek R. Price  <derek@ximbiot.com>
19673             Paul Eggert  <eggert@cs.ucla.edu>
19674
19675         * lib/argp-help.c, argp-parse.c: Assume <alloca.h> rather than
19676         freecoding.
19677
19678 2004-05-17  Bruno Haible  <bruno@clisp.org>
19679
19680         * lib/vasnprintf.c (VASNPRINTF): Correctly handle the case of a
19681         precision that consists of a '.' followed by an empty digit string.
19682         Patch by Tor Lillqvist <tml@iki.fi>.
19683
19684 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
19685
19686         * m4/alloca.m4 (gl_FUNC_ALLOCA): Define HAVE_ALLOCA_H always,
19687         for backward compatibility with older code.  We need our own
19688         alloca.h if _AIX is defined.  Define HAVE_ALLOCA if we discover
19689         it under some other name, and our alloca.h will define it.
19690
19691 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
19692             Derek Price  <derek@ximbiot.com>
19693
19694         * lib/alloca.c: Include <alloca.h>, to get our interface.
19695         * lib/alloca_.h: Use __alloca on AIX, so that we don't have to
19696         include <alloca.h> first.  Use C89 prototype for alloca; this
19697         requires including <stddef.h> for size_t.  Use extern "C" if C++.
19698         Use #elif for simplicity, since we can assume C89 now.
19699         Don't try to source the system alloca.h since it will not be found
19700         and to prevent recursively including its replacement.
19701         * lib/fnmatch.c: Include <alloca.h> instead of opencoding.
19702         * lib/regex.c: Likewise.
19703
19704 2004-05-16  Derek Price  <derek@ximbiot.com>
19705             Paul Eggert  <eggert@cs.ucla.edu>
19706
19707         getline cleanup.  This changes the getndelim2 API: both order of
19708         arguments, and meaning of delim2 (now uses EOF, not 0, to indicate
19709         no delimiter).
19710
19711         * lib/getline.c: Don't include stddef.h or stdio.h, since our
19712         interface does that.
19713         (getline): Always use getdelim, so that we don't have two
19714         copies of this code.
19715         * lib/getndelim2.c: Include <limits.h>, <inttypes.h>, <stdint.h>
19716         if available.
19717         (PTRDIFF_MAX, SIZE_MAX, SSIZE_MAX): Define if not defined.
19718         (GETNDELIM2_MAXIMUM): New macro.
19719         (getndelim2): Reorder arguments.  delim==EOF now means no delimiter,
19720         instead of the old practice of delim2==0.  All callers changed.
19721         Return -1 on overflow, instead of returning junk.
19722         Do not set *linesize unless allocation succeeds.
19723         * lib/getndelim2.h: Do not include stddef.h; no longer needed, now
19724         that we include sys/types.h.
19725         * lib/getnline.h: Likewise.
19726         * lib/getndelim2.h (GETNLINE_NO_LIMIT): New macro.
19727         (getndelim2): Reorder arguments.
19728         * lib/getnline.c (getnline, getndelim):
19729         Don't discard the NMAX argument.
19730         (getnline): Invoke getndelim, to avoid code duplication.
19731         * lib/getnline.h (GETNLINE_NO_LIMIT): New macro, used instead
19732         of (size_t) -1 by callers of the getnline family.
19733
19734 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
19735
19736         * m4/gettime.m4 (gl_GETTIME): Require gl_TIMESPEC.
19737         Check for gettimeofday.
19738         * m4/settime.m4 (gl_SETTIME): Require gl_TIMESPEC.
19739         Check for settimeofday, stime.
19740
19741 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
19742
19743         * lib/nanosleep.c (suspended): Change its type from int to
19744         sig_atomic_t volatile.
19745         (first_call): Make it private to rpl_nanosleep, and have it
19746         be zero initially as that's a bit faster.
19747         (my_usleep): Round up fractional times instead of truncating them,
19748         as this is the usual meaning for 'sleep'.
19749
19750         * lib/gettime.c (gettime): Fall back on `time' if `gettimeofday'
19751         doesn't work.
19752         * lib/settime.c: Include <unistd.h>, for stime (on Solaris 8, anyway).
19753         (ENOSYS): Define if not defined.
19754         (settime): Fall back on stime if it exists and settimeofday fails.
19755         But don't bother with fallbacks if a method fails with errno == EPERM.
19756
19757 2004-05-11  Jim Meyering  <jim@meyering.net>
19758
19759         Prior to this change, the save_cwd caller required read access to the
19760         current directory on most systems (ones with the fchdir function).
19761
19762         * lib/save-cwd.c (save_cwd) [HAVE_FCHDIR]: If opening `.' read-only
19763         fails, try write-only, and finally, resort to using xgetcwd.
19764
19765 2004-05-06  Paul Eggert  <eggert@cs.ucla.edu>
19766
19767         * lib/obstack.c, obstack.h: Import changes from libc.
19768
19769 2004-04-28  Bruno Haible  <bruno@clisp.org>
19770
19771         * lib/findprog.c (find_in_path): Treat Cygwin like Windows, since it
19772         also implicitly appends .exe to executables.
19773         * lib/localcharset.c (ISSLASH): Treat Cygwin like Windows, since it now
19774         accepts Windows pathnames.
19775         * lib/pathname.h (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
19776         Treat Cygwin like Windows, since it now accepts Windows pathnames.
19777         * lib/progreloc.c (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
19778         Treat Cygwin like Windows, since it now accepts Windows pathnames.
19779         Reported by Derek Robert Price <derek@ximbiot.com>.
19780
19781 2004-04-21  Karl Berry  <karl@gnu.org>
19782
19783         * config/srclist.txt (localcharset.c): break sync.
19784
19785 2004-04-20  Paul Eggert  <eggert@twinsun.com>
19786
19787         * m4/host-os.m4: Add a copyright notice.
19788
19789 2004-04-20  Jim Meyering  <jim@meyering.net>
19790
19791         Change UTILS_ to gl_ in AC_DEFINE'd names.
19792         Change utils_- and jm_-prefixed variables, too.
19793         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Renamed from
19794         UTILS_FUNC_MKDIR_TRAILING_SLASH.
19795         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Renamed from UTILS_FUNC_MKSTEP.
19796
19797         * m4/dirfd.m4 (gl_FUNC_DIRFD): Rename from UTILS_FUNC_DIRFD.
19798         Don't emit trailing blanks.
19799         Also rename jm_-prefixed variables to have gl_ prefix.
19800
19801         * m4/host-os.m4 (gl_HOST_OS): Rename from UTILS_HOST_OS.
19802         Also rename jm_-prefixed variables to have gl_ prefix.
19803
19804         * m4/jm-macros.m4: Reflect the renamings.
19805         * m4/prereq.m4: Likewise.
19806
19807 2004-04-20  Jim Meyering  <jim@meyering.net>
19808
19809         * lib/getndelim2.c (getndelim2): Upon realloc failure, don't leak
19810         memory.
19811
19812 2004-04-20  Jim Meyering  <jim@meyering.net>
19813             Bruno Haible  <bruno@clisp.org>
19814
19815         * lib/localcharset.c (get_charset_aliases) [!VMS && !WIN32]: Don't leak
19816         memory when realloc fails.
19817
19818 2004-04-19  Jim Meyering  <jim@meyering.net>
19819
19820         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Require gl_FUNC_FREE,
19821         now that readutmp.c may call `free (0)'.
19822
19823 2004-04-19  Bruno Haible  <bruno@clisp.org>
19824
19825         * m4/mbrtowc.m4: Change jm_ to gl_ in cache variables as well.
19826         * m4/inttypes_h.m4: Likewise.
19827         * m4/stdint_h.m4: Likewise.
19828         * m4/intmax_t.m4: Likewise.
19829         * m4/uintmax_t.m4: Likewise.
19830
19831 2004-04-18  Jim Meyering  <jim@meyering.net>
19832
19833         * m4/prereq.m4: Don't forbid jm_ prefix.
19834
19835         * m4/afs.m4, m4/allocsa.m4, m4/assert.m4, m4/backupfile.m4:
19836         * m4/bison.m4, m4/check-decl.m4, m4/chown.m4, m4/d-ino.m4:
19837         * m4/d-type.m4, m4/dirname.m4, m4/dos.m4, m4/error.m4, m4/fpending.m4:
19838         * m4/fstypename.m4, m4/fsusage.m4, m4/ftruncate.m4, m4/getdate.m4:
19839         * m4/getgroups.m4, m4/gettext.m4, m4/glibc21.m4, m4/group-member.m4:
19840         * m4/human.m4, m4/intmax.m4, m4/intmax_t.m4, m4/inttostr.m4:
19841         * m4/inttypes.m4, m4/inttypes_h.m4, m4/jm-macros.m4, m4/jm-winsz1.m4:
19842         * m4/jm-winsz2.m4, m4/lchown.m4, m4/lib-check.m4, m4/link-follow.m4:
19843         * m4/localcharset.m4, m4/longlong.m4, m4/ls-mntd-fs.m4, m4/lstat.m4:
19844         * m4/makepath.m4, m4/mbrtowc.m4, m4/mbswidth.m4, m4/memchr.m4:
19845         * m4/memcmp.m4, m4/mkdtemp.m4, m4/mkstemp.m4, m4/mountlist.m4:
19846         * m4/nanosleep.m4, m4/path-concat.m4, m4/perl.m4, m4/prereq.m4:
19847         * m4/putenv.m4, m4/quotearg.m4, m4/regex.m4, m4/stat.m4:
19848         * m4/stdint_h.m4, m4/strftime.m4, m4/strtoimax.m4, m4/strtoll.m4:
19849         * m4/strtoull.m4, m4/strtoumax.m4, m4/timespec.m4, m4/uintmax_t.m4:
19850         * m4/ulonglong.m4, m4/unlink-busy.m4, m4/unlocked-io.m4, m4/uptime.m4,
19851         * m4/utimbuf.m4, m4/utime.m4, m4/utimes-null.m4, m4/vasnprintf.m4:
19852         * m4/xstrtoimax.m4, m4/xstrtol.m4, m4/xstrtoumax.m4:
19853         Change jm_ to gl_ in AC_DEFINE'd names. Update all uses.
19854
19855 2004-04-18  Jim Meyering  <jim@meyering.net>
19856
19857         * lib/readutmp.c (read_utmp) [UTMP_NAME_FUNCTION]: Upon realloc
19858         failure, don't leak memory and do call END_UTMP_ENT.
19859
19860 2004-04-16  Jim Meyering  <jim@meyering.net>
19861
19862         * m4/prereq.m4 (jm_PREREQ_STAT): Remove macro.  It is specific to
19863         coreutils' stat program.
19864         (gl_PREREQ): Don't require jm_PREREQ_STAT.
19865
19866 2004-04-11  Paul Eggert  <eggert@twinsun.com>
19867
19868         * lib/inttostr.h: Include <limits.h> unconditionally, since we assume
19869         C89.
19870         (CHAR_BIT): Remove, since we assume C89.
19871         Include <stdint.h> if available, as per current Autoconf CVS advice.
19872
19873 2004-03-31  Jim Meyering  <jim@meyering.net>
19874
19875         * m4/prereq.m4: Require AC_FUNC_MALLOC, not jm_FUNC_MALLOC.
19876         Require AC_FUNC_REALLOC, not jm_FUNC_REALLOC.
19877         * m4/xalloc.m4: Likewise.
19878
19879 2004-03-30  Paul Eggert  <eggert@twinsun.com>
19880
19881         Merge from coreutils.
19882
19883         * m4/inttostr.m4: New file.
19884         * m4/getdate.m4 (gl_GETDATE): Remove time-related stuff.
19885         Require AM_STDBOOL_H and gl_TIMESPEC instead.
19886         Require gl_CLOCK_TIME.
19887         * m4/clock_time.m4 (gl_CLOCK_TIME): Require AC_GNU_SOURCE.
19888
19889 2004-03-30  Paul Eggert  <eggert@twinsun.com>
19890
19891         * lib/cloexec.h, cloexec.c (set_cloexec_flag): Return int
19892         not bool, to be more consistent with Unix conventions.
19893         Suggested by Bruno Haible.
19894
19895         Merge from coreutils.
19896
19897         * lib/imaxtostr.c, lib/inttostr.c, lib/inttostr.h, lib/offtostr.c:
19898         * lib/umaxtostr.c: New files.
19899
19900         * lib/getdate.h: Include stdbool.h, and timespec.h instead of
19901         the usual <time.h> dance.
19902         (get_date): Change signature to support fractional time stamps.
19903         All callers changed.
19904         * lib/getdate.y: Include "getdate.h" first, as we can now
19905         assume C89 and don't need to worry about 'const'.
19906         Similarly, include "unlocked-io.h" near start, not in middle.
19907         Include <limits.h>.
19908         (textint.value): Use long int rather than int.
19909         (textint.digits): Use size_t rather than int.
19910         (BILLION, LOG10_BILLION): New constants.
19911         (parser_control): New member rel_ns.  Members day_ordinal,
19912         time_zone, month, day, hour, minutes, rel_year, rel_month,
19913         rel_day, rel_hour, rel_minutes, rel_seconds
19914         are now long int, not int.  Member seconds is now struct timespec,
19915         not int.  New member timespec_seen.  Members dates_seen, days_seen,
19916         local_zones_seen, rels_seen, times_seen, zones_seen are now size_t,
19917         not int.
19918         (%union.intval): Now long int, not int.
19919         New member timespec.
19920         (tSDECIMAL_NUMBER, tUDECIMAL_NUMBER): New tokens.
19921         (seconds, signed_seconds, unsigned_seconds): New nonterminals.
19922         (spec): Now is a timespec or an item list.
19923         (timespec, items): New nonterminals.
19924         (time, rel, relunit, number, get_date):
19925         Add support for fractional seconds.
19926         (time): Fix bug: seconds weren't cleared in "00:00 +0000" syntax.
19927         (gmtime, localtime, mktime): Remove decls; not needed with C89.
19928         (to_hour): First arg is now long int, not int.
19929         (to_year): Returns long int, not int.
19930         Don't treat year -70 like 70.
19931         (tm_diff): Returns long int, not int.
19932         (lookup_word): Use bool instead of int when appropriate.
19933         (yylex): Use size_t for count, not int.
19934         Detect overflow when parsing large integer constants.
19935         Add support for fractions.
19936         (get_date): Make pointers 'const' if possible.
19937         Use more-portable code to detect integer overflow.
19938         (main) [TEST]: Adjust to above changes.  Test for localtime failure.
19939         Don't use ctime; it's not reliable if the year has >4 digits.
19940
19941         * lib/human.c (humblock): Inspect BLOCKSIZE if BLOCK_SIZE isn't set.
19942         This is for compatibility with BSD.
19943
19944         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP): Define.
19945         (ATIME_CMP, CTIME_CMP, MTIME_CMP, TIMESPEC_NS): Likewise.
19946         From coreutils' system.h.
19947
19948         * lib/userspec.c: Don't include "posixver.h".
19949         (parse_user_spec): Fall back on USER.GROUP parsing, regardless
19950         of POSIX version, as POSIX 1003.1-2001 allows that behavior as a
19951         compatible extension.  Simplify code by removing a boolean int
19952         that was always nonzero if a string was nonnull.
19953
19954 2004-03-30  Jim Meyering  <jim@meyering.net>
19955
19956         Merge from coreutils.
19957
19958         Avoid a configure-time warning about sys/ucred.h on OSF V4.0.
19959         * m4/ls-mntd-fs.m4: Test for sys/ucred.h separately, since
19960         on some systems one must include <grp.h> before it.
19961         Reported by Christian Krackowizer.
19962
19963 2004-03-30  Jim Meyering  <jim@meyering.net>
19964
19965         Merge from coreutils.
19966
19967         * lib/mountlist.c [HAVE_SYS_UCRED_H]: Include grp.h before sys/ucred.h.
19968
19969         * lib/readtokens.c (readtoken): Don't leak 64 bytes when reading
19970         an empty input stream.
19971
19972         * lib/readtokens.c: Include <stdbool.h>.
19973         (readtoken): Use `size_t' rather than int/long.
19974         All callers adjusted.
19975         Use `bool' rather than `int' where appropriate.
19976         Use memset rather than an explicit loop.
19977         Use x2nrealloc rather than xrealloc.
19978         Allow the use of `\0' as a delimiter.
19979         (readtokens): Likewise.
19980         * lib/readtokens.h (readtoken, readtokens): Update prototypes.
19981
19982 2004-03-30  Jim Meyering  <jim@meyering.net>
19983
19984         * m4/realloc.m4: Remove file, since now it does no more than
19985         AC_REQUIRE([AC_FUNC_REALLOC]), and that can be done via
19986         the `configure.ac' section of module/realloc.
19987         * m4/malloc.m4: Likewise, but for AC_FUNC_MALLOC.
19988
19989 2004-03-30  Bruno Haible  <bruno@clisp.org>
19990
19991         * lib/getloadavg.c (getloadavg): Don't assume setlocale returns
19992         nonnull.
19993
19994 2004-03-29  Paul Eggert  <eggert@twinsun.com>
19995
19996         Merge changes to getloadavg.c from coreutils and Emacs.
19997
19998         * lib/getloadavg.c [!defined HAVE_SETLOCALE] (setlocale):
19999         Define to an expression, not to the empty string.
20000         Include cloexec.h and xalloc.h.
20001         (getloadavg): Restore LC_NUMERIC locale after setting it temporarily.
20002         Use set_cloexec_flag rather than rolling our own.
20003         * lib/cloexec.c, lib/cloexec.h: New files.
20004
20005 2004-03-29  Paul Eggert  <eggert@twinsun.com>
20006
20007         * m4/cloexec.m4: New file.
20008
20009 2004-03-18  Paul Eggert  <eggert@twinsun.com>
20010
20011         * lib/getopt.h: Sync with libc CVS.
20012
20013 2004-03-18  Paul Eggert  <eggert@twinsun.com>
20014             Bruno Haible  <bruno@clisp.org>
20015
20016         * m4/mbswidth.m4 (gl_MBSWIDTH): Also test whether <wchar.h> declares
20017         mbswidth.
20018
20019 2004-03-18  Paul Eggert  <eggert@twinsun.com>
20020             Bruno Haible  <bruno@clisp.org>
20021
20022         * lib/mbswidth.h: Include <wchar.h> only if
20023         HAVE_DECL_MBSWIDTH_IN_WCHAR_H, not on all platforms that have
20024         <wchar.h>.
20025         * lib/mbswidth.c: Include <stdio.h> and <time.h> before <wchar.h>.
20026
20027 2004-03-09  Paul Eggert  <eggert@twinsun.com>
20028
20029         * lib/argp-parse.c, getopt.c, getopt.h, getopt1.c:
20030         Sync with libc CVS.
20031         * lib/getopt_int.h: New file, also synced from libc.
20032
20033 2004-03-09  Paul Eggert  <eggert@twinsun.com>
20034
20035         * config/srclistvars.sh: Add GNUWWWLICENSES for eggert.
20036         * config/srclist.txt: Sync getopt with libc.  Add getopt_int.h.
20037         Bring back getopt.c, getopt.h, getopt1.c.
20038
20039 2004-03-07  Paul Eggert  <eggert@twinsun.com>
20040
20041         * m4/c-stack.m4 (gl_PREREQ_C_STACK): Renamed from jm_PREREQ_C_STACK.
20042         All uses changed.  Check for sa_sigaction member; this fixes
20043         a bug first reported by Jason Andrade in
20044         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
20045
20046 2004-03-07  Paul Eggert  <eggert@twinsun.com>
20047
20048         * lib/c-stack.c (SIGACTION_WORKS): New macro.  Use it instead of long
20049         '#if' expressions.  Unlike the code it replaces, it does not
20050         depend on (defined _SC_PAGESIZE).  However, it does depend on
20051         HAVE_STRUCT_SIGACTION_SA_SIGACTION; this last change fixes a bug
20052         first reported by Jason Andrade in
20053         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
20054
20055 2004-02-25  Simon Josefsson  <jas@extundo.com>
20056
20057         * m4/strdup.m4 (gl_PREREQ_STRDUP): Check whether strdup is declared.
20058
20059 2004-02-25  Simon Josefsson  <jas@extundo.com>
20060
20061         * lib/strdup.h: New file.
20062         * lib/strdup.c: Include it.
20063         * lib/path-concat.c: Include strdup.h. Drop strdup declaration.
20064         * lib/userspec.c: Include strdup.h. Drop strdup declaration.
20065
20066 2004-02-23  Karl Berry  <karl@gnu.org>
20067
20068         * doc/maintain.texi, doc/standards.texi, doc/make-stds.texi: new files
20069         (from fencepost.gnu.org:/gd/gnuorg).
20070
20071 2004-02-23  Karl Berry  <karl@gnu.org>
20072
20073         * config/srclistvars.sh (GNUORG) [karl]: redefine.
20074         * config/srclist.txt: add maintain/standards documents.
20075
20076 2004-02-18  Bruno Haible  <bruno@clisp.org>
20077
20078         * m4/xsize.m4 (gl_XSIZE): Require AC_C_INLINE.
20079         Reported by Derek Robert Price <derek@ximbiot.com>.
20080
20081 2004-02-16  Karl Berry  <karl@gnu.org>
20082
20083         * config/mkinstalldirs, install-sh: update from automake.
20084
20085 2004-02-06  Karl Berry  <karl@gnu.org>
20086
20087         * m4/po.m4: update from gettext 0.14.1.
20088
20089 2004-02-06  Karl Berry  <karl@gnu.org>
20090
20091         * lib/config.charset: update from gettext 0.14.1.
20092
20093 2004-02-05  Paul Eggert  <eggert@twinsun.com>
20094
20095         Add comments and code, prompted by suggestions from Bruno Haible
20096         for sh-quote.
20097         * lib/quotearg.h (quotearg_alloc): New decl.  Improve the comments
20098         describing the enum quoting_style values.
20099         * lib/quotearg.c (quotearg_alloc): New function.
20100         (quotearg_buffer_restyled): Treat lone { and } as special.
20101         Treat = as special.  Work around bug with older shells
20102         that "see" a '\' that is really the 2nd byte of a multibyte char.
20103         Quote empty string with shell_quoting_style.
20104
20105 2004-02-03  Bruno Haible  <bruno@clisp.org>
20106
20107         * m4/pipe.m4: New file, from GNU gettext.
20108
20109 2004-02-03  Bruno Haible  <bruno@clisp.org>
20110
20111         * lib/pipe.h: New file, from GNU gettext.
20112         * lib/pipe.c: New file, from GNU gettext.
20113
20114 2004-01-27  Bruno Haible  <bruno@clisp.org>
20115
20116         * m4/execute.m4: New file, from GNU gettext.
20117
20118 2004-01-27  Bruno Haible  <bruno@clisp.org>
20119
20120         * lib/execute.h: New file, from GNU gettext.
20121         * lib/execute.c: New file, from GNU gettext.
20122         * lib/w32spawn.h: New file, from GNU gettext.
20123
20124 2004-01-24  Paul Eggert  <eggert@twinsun.com>
20125
20126         Merge from diffutils.
20127
20128         * lib/file-type.c (file_type): Add typed memory objects.
20129         * lib/file-type.h (S_TYPEISTMO): New macro.
20130
20131         * lib/c-stack.h (c_stack_action): Remove argv argument.
20132         * lib/c-stack.c (c_stack_action): Likewise.  All uses changed.
20133         (die): Don't calculate message unless segv_action returns.
20134         (get_stack_location, min_address_from_argv, max_address_from_argv,
20135         volatile stack_base, volatile_stack_size): Remove.
20136         (segv_handler): If ! HAVE_XSI_STACK_OVERFLOW_HEURISTIC, assume
20137         that every segmentation violation is a stack overflow.  (Ouch!)
20138         See Debian bug 136249 (still outstanding) for more info about why
20139         HAVE_XSI_STACK_OVERFLOW_HEURISTIC fails on Linux kernels.
20140
20141 2004-01-24  Paul Eggert  <eggert@twinsun.com>
20142
20143         Exit-status fix from coreutils.
20144
20145         Use exit_failure consistently in place of EXIT_FAILURE,
20146         so that program exit statuses are consistent on failure.
20147
20148         * lib/argmatch.c (ARGMATCH_DIE) [! defined ARGMATCH_DIE]:
20149         Include "exitfail.h", and use exit_failure rather than EXIT_FAILURE.
20150         * lib/argmatch.h: Comment fix to match the above.
20151         * lib/obstack.c (obstack_exit_failure) [!defined _LIBC]:
20152         Now a macro referring to exit_failure, instead of a separate
20153         variable.  Include "exitfail.h" to get it.
20154         * lib/xstrtol.h: Include "exitfail.h".
20155         (STRTOL_FATAL_ERROR): Exit with status exit_failure, not 2.
20156
20157         * lib/long-options.c (parse_long_options): Use prototype
20158         for usage function arg.  Pass it EXIT_SUCCESS rather than 0,
20159         for clarity.
20160
20161 2004-01-21  Jim Meyering  <jim@meyering.net>
20162
20163         * lib/mktime.c (__mktime_internal) [!_LIBC]: Define to mktime_internal
20164         so as not to conflict with a different-sized __mktime_internal
20165         function in GNU libc.
20166         * lib/timegm.c (__mktime_internal) [!_LIBC]: Likewise.
20167         Problem building statically-linked `ls' reported by Michael Brunnbauer.
20168
20169 2004-01-20  Karl Berry  <karl@gnu.org>
20170
20171         * config/config.guess: update from config.
20172
20173         * config/srclistvars.sh: GNUWWWLICENSES for karl.
20174
20175 2004-01-20  Bruno Haible  <bruno@clisp.org>
20176
20177         Safer stack allocation.
20178         * lib/setenv.c: Include allocsa.h.
20179         (alloca): Remove fallback definition.
20180         (freea): Remove macro.
20181         (__add_to_environ) [!_LIBC]: Use allocsa instead of alloca. Use freesa
20182         instead of freea.
20183
20184 2004-01-20  Bruno Haible  <bruno@clisp.org>
20185
20186         * m4/eealloc.m4: New file, from GNU gettext.
20187
20188 2004-01-20  Bruno Haible  <bruno@clisp.org>
20189
20190         * m4/allocsa.m4: New file, from GNU gettext.
20191
20192 2004-01-20  Bruno Haible  <bruno@clisp.org>
20193
20194         * lib/xallocsa.h: New file, from GNU gettext.
20195         * lib/xallocsa.c: New file, from GNU gettext.
20196
20197 2004-01-20  Bruno Haible  <bruno@clisp.org>
20198
20199         * lib/wait-process.c: On Windows, include windows.h. Needed on mingw.
20200
20201 2004-01-20  Bruno Haible  <bruno@clisp.org>
20202
20203         * lib/wait-process.c (wait_subprocess): Add ignore_sigpipe argument.
20204         * lib/wait-process.c (wait_subprocess): Likewise. Handle SIGPIPE
20205         specially.
20206
20207 2004-01-20  Bruno Haible  <bruno@clisp.org>
20208
20209         * lib/wait-process.c (wait_process): Disable the 2003-10-31 waitid()
20210         patch.
20211
20212 2004-01-20  Bruno Haible  <bruno@clisp.org>
20213
20214         * lib/wait-process.c (cleanup_slaves): Use ANSI C declaration.
20215
20216 2004-01-20  Bruno Haible  <bruno@clisp.org>
20217
20218         * lib/eealloc.h: New file.
20219
20220 2004-01-20  Bruno Haible  <bruno@clisp.org>
20221
20222         * lib/binary-io.h: Avoid warnings on Cygwin.
20223
20224 2004-01-20  Bruno Haible  <bruno@clisp.org>
20225
20226         * lib/allocsa.h: New file, from GNU gettext.
20227         * lib/allocsa.c: New file, from GNU gettext.
20228
20229 2004-01-18  Karl Berry  <karl@gnu.org>
20230
20231         * doc/gpl.texi, doc/lgpl.texi: new files.
20232
20233 2004-01-18  Karl Berry  <karl@gnu.org>
20234
20235         * config/srclistvars.sh (GNUWWWLICENSES): new variable.
20236         * config/srclist.txt ({fdl,gpl,lgpl}.text): get from there.
20237
20238 2004-01-15  Paul Eggert  <eggert@twinsun.com>
20239
20240         Merge from coreutils.
20241
20242         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for uintptr_t.
20243         * m4/posixver.m4 (gl_POSIXVER): Require gl_DEFAULT_POSIX2_VERSION.
20244         (gl_DEFAULT_POSIX2_VERSION): Move
20245         the documentation from 'configure' into 'config.hin',
20246         so that 'configure --help' isn't burdened by it and
20247         we don't have to worry about its formatting there.
20248         Reword the documentation so that it's more succinct
20249         and can be run together into a single paragraph.
20250         * m4/same.m4 (gl_SAME): Check for pathconf.
20251
20252 2004-01-15  Paul Eggert  <eggert@twinsun.com>
20253
20254         Merge from coreutils.
20255
20256         * lib/posixver.c: Include posixver.h.
20257
20258         * lib/same.c: Include <stdbool.h>, <limits.h>.
20259         (_POSIX_NAME_MAX): Define if not defined.
20260         (MIN): New macro.
20261         (same_name): If file names are silently truncated, report
20262         that the file names are the same if they are the same after
20263         the silent truncation.
20264
20265         * lib/xstrtod.h (xstrtod): Accept an extra arg, specifying the
20266         conversion function.
20267         * lib/xstrtod.c (xstrtod): Likewise.  All callers changed to
20268         include c-strtod.h and use c_strtod.  Don't include stdlib.h; no
20269         longer needed.
20270
20271 2004-01-15  Jim Meyering  <jim@meyering.net>
20272
20273         Merge from coreutils.
20274
20275         * m4/clock_time.m4 (gl_CLOCK_TIME): Don't set LIB_CLOCK_GETTIME
20276         if no library is required.
20277         * m4/jm-macros.m4: Don't require UTILS_SYS_OPEN_MAX.
20278         * m4/jm-macros.m4 (jm_MACROS): Require gl_FUNC_FREE.
20279         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.58.
20280         (AC_LANG_SOURCE): Remove definition, now that we require autoconf-2.58.
20281         * m4/jm-macros.m4 (jm_MACROS): Don't require AC_FUNC_FTW.
20282         * m4/lib-check.m4 (jm_LIB_CHECK): Do not set LIB_CRYPT to the
20283         value, $ac_cv_search_crypt, if it's "none required".
20284         * m4/posixver.m4 (gl_DEFAULT_POSIX2_VERSION): New macro.
20285         * m4/prereq.m4 (jm_PREREQ): Require AC_FUNC_GETLOADAVG,
20286         not gl_FUNC_GETLOADAVG.
20287         * m4/prereq.m4 (jm_PREREQ): Require gl_READTOKENS, gl_MD5, gl_MAKEPATH,
20288         gl_LONG_OPTIONS, and gl_IDCACHE, gl_GETUGROUPS.
20289
20290 2004-01-15  Jim Meyering  <jim@meyering.net>
20291
20292         Merge from coreutils.
20293
20294         * lib/md5.h (rol) [__GNUC__ && __i386__]: Don't use `asm' code.  These
20295         days, gcc-3.x does better all by itself.  Patch from Dean Gaudet:
20296         http://mail.gnu.org/archive/html/bug-coreutils/2003-11/msg00144.html
20297
20298         * lib/posixver.c (DEFAULT_POSIX2_VERSION): Use definition of new,
20299         optional configure-time default.
20300
20301         * lib/version-etc.c (version_etc_copyright): Update copyright date.
20302
20303         * lib/xreadlink.c (xreadlink): Correct outdated comment.
20304
20305 2004-01-15  Alexandre Duret-Lutz  <adl@gnu.org>
20306
20307         Merge from coreutils.
20308
20309         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Do not set LIB_NANOSLEEP to the
20310         value, $ac_cv_search_nanosleep, if it's "none required".
20311
20312 2004-01-14  Paul Eggert  <eggert@twinsun.com>
20313
20314         * lib/fnmatch_loop.c (ALLOCA_LIMIT): Remove macro, which collided
20315         with like-named macro in fnmatch.c.
20316         (EXT): Use an internal constant instead.
20317
20318         Merge fnmatch patches from glibc.
20319         * lib/fnmatch.c (mbsinit): Remove define.
20320         Add libc_hidden_ver (__fnmatch, fnmatch).
20321         * lib/fnmatch_loop.c (FCT): Cast to int32_t and UCHAR when appropriate.
20322         Adjust to renaming of collseq_table_lookup to __collseq_table_lookup.
20323
20324 2004-01-14  Karl Berry  <karl@gnu.org>
20325
20326         * config/install-sh: update from automake.
20327
20328 2004-01-13  Karl Berry  <karl@gnu.org>
20329
20330         * config/install-sh: update from automake.
20331
20332 2004-01-09  Karl Berry  <karl@gnu.org>
20333
20334         * config/install-sh: update from automake.
20335
20336 2004-01-05  Karl Berry  <karl@gnu.org>
20337
20338         * config/config.{sub,guess}: update from config.
20339
20340 2003-12-31  Karl Berry  <karl@gnu.org>
20341
20342         * config/depcomp: update from automake.
20343
20344 2003-12-14  Karl Berry  <karl@gnu.org>
20345
20346         * lib/config.charset: update from gettext-runtime.
20347
20348 2003-12-03  Paul Eggert  <eggert@twinsun.com>
20349
20350         * lib/getgroups.c (getgroups): xmalloc takes one argument, not two.
20351         Bug reported by Alfred M. Szmidt.
20352
20353 2003-12-03  Bruno Haible  <bruno@clisp.org>
20354
20355         * m4/gettext.m4: Upgrade from gettext-0.13.
20356         * m4/po.m4: Upgrade from gettext-0.13.
20357         * m4/size_max.m4 (gl_SIZE_MAX): Don't use the _ONCE macros here.
20358         * m4/intmax.m4: New file, from gettext-0.13.
20359         * m4/printf-posix.m4: New file, from gettext-0.13.
20360
20361 2003-11-29  Karl Berry  <karl@gnu.org>
20362
20363         * lib/argp-{help.c,parse.c,namefrob.h}, argp.h: update from libc.
20364
20365 2003-11-25  Paul Eggert  <eggert@twinsun.com>
20366             Bruno Haible  <bruno@clisp.org>
20367
20368         * lib/printf-parse.h: Don't include sys/types.h.
20369         (ARG_NONE): New macro.
20370         (char_directive): Change type of *arg_index fields to size_t.
20371         * lib/printf-parse.c: Don't include sys/types.h.
20372         (SSIZE_MAX): Remove macro.
20373         (PRINTF_PARSE): Change the type of the arg_index variables to size_t.
20374         Remove unnecessary overflow check.
20375         * lib/vasnprintf.c (VASNPRINTF): Update for type change of *arg_index
20376         fields.
20377
20378 2003-11-25  Bruno Haible  <bruno@clisp.org>
20379
20380         * modules/vasnprintf (Files): Remove m4/ssize_t.m4.
20381
20382 2003-11-25  Bruno Haible  <bruno@clisp.org>
20383
20384         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Don't require
20385         gt_TYPE_SSIZE_T.
20386
20387 2003-11-24  Paul Eggert  <eggert@twinsun.com>
20388
20389         * modules/alloca: Remove dependency on xalloc.
20390
20391 2003-11-24  Paul Eggert  <eggert@twinsun.com>
20392
20393         * lib/alloca.c: Remove dependency on xalloc module.
20394         (xalloc_die): Remove.
20395         (memory_full) [!defined emacs]: New macro.
20396         [!defined emacs]: Don't include xalloc.h.
20397         (alloca): Invoke memory_full, not xalloc_die, if malloc fails or
20398         address arithmetic overflows.  Change datatypes a bit to avoid
20399         unnecessary casts.
20400
20401 2003-11-22  Jim Meyering  <jim@meyering.net>
20402
20403         * lib/xmalloc.c (x2nrealloc_inline): Fix typos in comments:
20404         s/size/size_t/.
20405
20406 2003-11-21  Karl Berry  <karl@gnu.org>
20407
20408         * config/config.{sub,guess}: update from config.
20409
20410 2003-11-18  Karl Berry  <karl@gnu.org>
20411
20412         * config/config.{sub,guess}: update from config.
20413
20414         * config/(printf-{parse,args}.[ch]): sync broken, sigh.
20415
20416 2003-11-17  Paul Eggert  <eggert@twinsun.com>
20417
20418         * README: Mention that S+T cannot overflow if S is the size of
20419         an existing object and T is sufficiently small.
20420
20421 2003-11-17  Jim Meyering  <jim@meyering.net>
20422
20423         On systems without utime and without a utimes function capable of
20424         dealing with a NULL struct utimbuf* argument, this utime replacement
20425         could -- in unusual circumstances -- leak a file descriptor.
20426         * lib/utime.c: Include <unistd.h> and <errno.h>.
20427         (utime_null): Be sure to close `fd' and to preserve errno.
20428         Reported by Geoff Collyer via Arnold Robbins.
20429
20430 2003-11-17  Bruno Haible  <bruno@clisp.org>
20431
20432         * modules/vasnprintf (Files): Add m4/ssize_t.m4.
20433         (Depends-on): Add xsize.
20434
20435 2003-11-17  Bruno Haible  <bruno@clisp.org>
20436
20437         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Require gt_TYPE_SSIZE_T.
20438
20439 2003-11-17  Bruno Haible  <bruno@clisp.org>
20440
20441         * lib/vasnprintf.c (alloca): Remove fallback definition.
20442         (freea): Remove definition.
20443         (VASNPRINTF): Use alloca only for small sizes, say <= 4000 bytes.
20444         Reported by Paul Eggert.
20445
20446 2003-11-16  Paul Eggert  <eggert@twinsun.com>
20447             Bruno Haible  <bruno@clisp.org>
20448
20449         Protect against address arithmetic overflow.
20450         * lib/printf-args.h: Include stddef.h.
20451         (arguments): Change type of field 'count' to size_t.
20452         * lib/printf-args.c (printf_fetchargs): Use size_t instead of
20453         'unsigned int' where appropriate.
20454         * lib/printf-parse.h: Include sys/types.h.
20455         (char_directive): Change type of *arg_index fields to ssize_t.
20456         (char_directives): Change type of fields 'count', max_*_length to
20457         size_t.
20458         * lib/printf-parse.c: Include sys/types.h and xsize.h.
20459         (SSIZE_MAX): Define fallback value.
20460         (PRINTF_PARSE): Use size_t instead of 'unsigned int' and ssize_t
20461         instead of 'int' where appropriate. Check a_allocated, d_allocated
20462         against overflow. Reject %m$ argument numbers > SSIZE_MAX + 1.
20463         * lib/vasnprintf.c: Include xsize.h.
20464         (VASNPRINTF): Use size_t instead of 'unsigned int' where appropriate.
20465         Check alloca, malloc, realloc, ENSURE_ALLOCATION arguments against
20466         overflow. Avoid wraparound when converting a width or precision from
20467         decimal to binary.
20468
20469 2003-11-16  Bruno Haible  <bruno@clisp.org>
20470
20471         Update from GNU gettext.
20472         * lib/printf-parse.c: Generalize to it can be compiled for wide
20473         strings.
20474         (PRINTF_PARSE, CHAR_T, DIRECTIVE, DIRECTIVES): New macros.
20475         * lib/vasnprintf.c: Generalize to it can be compiled for wide strings.
20476         (VASNPRINTF, CHAR_T, DIRECTIVE, DIRECTIVES, PRINTF_PARSE, USE_SNPRINTF,
20477         SNPRINTF): New macros.
20478         Don't include <alloca.h> if the file is used inside libintl.
20479         (local_wcslen): New function, for Solaris 2.5.1.
20480         (VASNPRINTF): Use it instead of wcslen.
20481
20482 2003-11-16  Bruno Haible  <bruno@clisp.org>
20483
20484         * lib/xsize.h (xmax): New function.
20485         (xsum, xsum3, xsum4): Declare as "pure" functions.
20486
20487 2003-11-12  Paul Eggert  <eggert@twinsun.com>
20488
20489         * modules/xalloc (Files): Undo latest change, since xalloc.h
20490         no longer needs SIZE_MAX or PTRDIFF_MAX.
20491
20492 2003-11-12  Paul Eggert  <eggert@twinsun.com>
20493
20494         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Do not require gl_SIZE_MAX or
20495         gl_PTRDIFF_MAX.
20496
20497 2003-11-12  Paul Eggert  <eggert@twinsun.com>
20498
20499         * lib/xstrtol.c (__xstrtol): Remove "break" immediately after
20500         "return", to pacify some unknown compiler.  Problem reported
20501         by Joerg Schilling.
20502
20503 2003-11-12  Paul Eggert  <eggert@twinsun.com>
20504
20505         * lib/xalloc.h: Do not include <limits.h> or <stdint.h>.
20506         (xalloc_oversized): Use sizeof (ptrdiff_t) and sizeof (size_t) for
20507         the heuristic, rather than PTRDIFF_MAX and SIZE_MAX.  This
20508         heuristic is just as accurate as far as we know, and it removes a
20509         dependency on size_max.m4 and ptrdiff_max.m4.
20510
20511 2003-11-11  Bruno Haible  <bruno@clisp.org>
20512
20513         * modules/xsize (Files): Add m4/size_max.m4.
20514         * modules/xalloc (Files): Add m4/size_max.m4, m4/ptrdiff_max.m4.
20515
20516 2003-11-11  Bruno Haible  <bruno@clisp.org>
20517
20518         * m4/size_max.m4: New file.
20519         * m4/ptrdiff_max.m4: New file.
20520         * m4/xsize,m4 (gl_XSIZE): Require gl_SIZE_MAX.
20521         * m4/xalloc.m4 (gl_PREREQ_XALLOC): New macro.
20522         (gl_XALLOC): Invoke it.
20523
20524 2003-11-11  Bruno Haible  <bruno@clisp.org>
20525
20526         * lib/xsize.h (SIZE_MAX): Remove fallback definition.
20527         * lib/xalloc.h: Include limits.h. Assume SIZE_MAX and PTRDIFF_MAX are
20528         defined.
20529
20530 2003-11-10  Paul Eggert  <eggert@twinsun.com>
20531
20532         * lib/xalloc.h (xalloc_oversized): [! (defined PTRDIFF_MAX &&
20533         PTRDIFF_MAX < SIZE_MAX)]: Fix off-by-one error that would have
20534         rejected some allocations of exactly SIZE_MAX - 2 bytes.
20535         From Bruno Haible.
20536         [defined PTRDIFF_MAX && PTRDIFF_MAX < SIZE_MAX]: Use SIZE_MAX,
20537         not (size_t) -1, since it's defined here.
20538
20539 2003-11-09  Karl Berry  <karl@gnu.org>
20540
20541         * config/mkinstalldirs, depcomp, mdate-sh: update from automake.
20542
20543 2003-11-06  Paul Eggert  <eggert@twinsun.com>
20544
20545         * lib/xalloc.h [HAVE_STDINT_H]: Include <stdint.h>.
20546         (xalloc_oversized) [! (PTRDIFF_MAX < SIZE_MAX)]:
20547         Reject sizes of exactly SIZE_MAX bytes.
20548         * lib/xreadlink.c: Include "xalloc.h" before checking whether SIZE_MAX
20549         is defined, since "xalloc.h" now defines SIZE_MAX on modern hosts.
20550
20551 2003-11-05  Bruno Haible  <bruno@clisp.org>
20552
20553         * lib/xsize.h: Include limits.h, to avoid a possible collision with
20554         SIZE_MAX defined in <limits.h> on Solaris.
20555
20556 2003-11-04  Jim Meyering  <jim@meyering.net>
20557
20558         * modules/sysexits: Use the `$(VAR)' notation for AC_SUBST'd
20559         variable names, rather than @VAR@.
20560         * modules/poll: Likewise.
20561
20562 2003-11-04  Bruno Haible  <bruno@clisp.org>
20563
20564         * modules/xsize: New file.
20565         * modules/linebreak: Depend on xsize.
20566         * MODULES.html.sh (func_all_modules): Add xsize.
20567
20568 2003-11-04  Bruno Haible  <bruno@clisp.org>
20569
20570         * m4/xsize.m4: New file.
20571
20572 2003-11-04  Bruno Haible  <bruno@clisp.org>
20573
20574         * lib/xsize.h: New file.
20575         * lib/linebreak.c: Include xsize.h.
20576         (mbs_possible_linebreaks, mbs_width_linebreaks): Check malloc()
20577         argument for overflow.
20578         Suggested by Paul Eggert.
20579
20580 2003-11-03  Karl Berry  <karl@gnu.org>
20581
20582         * config/config.{guess,sub}: update from config.
20583
20584 2003-11-03  Jim Meyering  <jim@meyering.net>
20585
20586         * modules/userspec (lib_SOURCES): Add userspec.h.
20587         (Include): Add "userspec.h".
20588         Improve description.
20589
20590 2003-11-03  Jim Meyering  <jim@meyering.net>
20591
20592         * lib/userspec.c: Include "userspec.h".
20593         * lib/userspec.h: New file.
20594
20595 2003-11-03  Bruno Haible  <bruno@clisp.org>
20596
20597         * m4/wait-process.m4 (gl_WAIT_PROCESS): Also check for waitid.
20598
20599 2003-11-03  Bruno Haible  <bruno@clisp.org>
20600
20601         * lib/wait-process.c (wait_process): Use waitid with WNOWAIT if
20602         available, to avoid (extremely rare) race condition.
20603         Suggested by Paul Eggert.
20604
20605 2003-11-02  Karl Berry  <karl@gnu.org>
20606
20607         * config/srclist.txt (vasprintf.c): sync broken, sigh.
20608
20609 2003-10-31  Paul Eggert  <eggert@twinsun.com>
20610
20611         * lib/mountlist.h (struct mount_entry.me_type_malloced): New member.
20612         * lib/mountlist.c (SIZE_MAX): Define if not defined already.
20613         (read_filesystem_list): Set and use me_type_malloced.
20614         Use "sizeof *me" rather than "sizeof (struct mount_entry)" (or
20615         whatever the type happens to be), for brevity and consistency.
20616         Check for size calculation overflow on Alphas running OSF/1.
20617
20618 2003-10-31  Jim Meyering  <jim@meyering.net>
20619
20620         * lib/hash.c: Include "xalloc.h" for use of xalloc_oversized.
20621
20622         * lib/linebuffer.c: Include <string.h> for declaration of memset.
20623
20624 2003-10-30  Paul Eggert  <eggert@twinsun.com>
20625             Bruno Haible  <bruno@clisp.org>
20626
20627         * lib/vasprintf.c: Include <limits.h>, <stdlib.h>.
20628         (vasprintf): Fail if the resulting length doesn't fit in an 'int'.
20629
20630 2003-10-30  Paul Eggert  <eggert@cs.ucla.edu>
20631
20632         * m4/host-os.m4 (UTILS_HOST_OS): Change netbsd*-gnu pattern back to
20633         netbsd*-gnu*.  Suggested by Robert Millan.
20634
20635 2003-10-29  Paul Eggert  <eggert@twinsun.com>
20636
20637         * modules/group-member: Depend on stdbool.
20638
20639 2003-10-29  Paul Eggert  <eggert@twinsun.com>
20640
20641         * m4/xalloc.m4 (gl_XALLOC): Undo previous change.
20642
20643 2003-10-29  Paul Eggert  <eggert@twinsun.com>
20644
20645         * m4/host-os.m4 (UTILS_HOST_OS): Resurrect netbsd*-gnu.  Add comments
20646         to it, and to knetbsd*-gnu and kfreebsd*-gnu.  Remove the '*' from
20647         after the 'gnu' in these cases.  This fixes some bugs in the
20648         previous change, and is based on suggestions by Robert Millan.
20649
20650 2003-10-29  Paul Eggert  <eggert@twinsun.com>
20651
20652         * lib/xalloc.h (xalloc_oversized): Now a macro, not a function,
20653         so that it works even if SIZE_MAX < N.  Do not include <stdbool.h>;
20654         no longer needed.
20655         * lib/quotearg.c (quotearg_n_options): Use it.
20656         * lib/group-member.c: Include <stdbool.h>.
20657         (free_group_info): Arg is now const *; don't free arg.
20658         (get_group_info): Now returns bool and accepts struct group_info *,
20659         rather than returning a malloc'ed struct group_info *.
20660         All uses changed.  Check for overflow in internal size calculation.
20661
20662         * lib/getusershell.c (readname): Simplify the code by using x2nrealloc
20663         rather than xmalloc/xrealloc.
20664         * lib/linebuffer.c (initbuffer, readlinebuffer): Simplify the code by
20665         using x2realloc rather than xmalloc/xrealloc.  Also, fix a C
20666         conformance bug: the old code used a pointer after freeing the
20667         storage that it addressed.
20668         * lib/hash.c (hash_initialize): Simplify the code by using
20669         xalloc_oversized rather than doing it by hand.
20670         * lib/getgroups.c (getgroups): Don't use xrealloc, since we don't need
20671         the buffer preserved.  Use free and xmalloc instead.
20672         * lib/quotearg.c (quotearg_n_options): Likewise.
20673         Use a simpler test for size overflow.  Don't use xalloc_oversized
20674         because unsigned int might be wider than size_t (!); this suggests
20675         that we should switch from unsigned int to size_t for slot numbers.
20676
20677 2003-10-28  Paul Eggert  <eggert@twinsun.com>
20678
20679         * m4/host-os.m4 (UTILS_HOST_OS): Identify GNU/KFreeBSD and
20680         GNU/KNetBSD.  These implementations use glibc atop the FreeBSD and
20681         NetBSD kernels.  Requested by Richard Stallman.
20682
20683 2003-10-27  Paul Eggert  <eggert@twinsun.com>
20684
20685         * lib/exclude.c (new_exclude): Use xzalloc rather than xmalloc
20686         to allocate the returned structure.  Do not allocate a subarray,
20687         as x2nrealloc will do that.
20688         (add_exclude): Use x2nrealloc to reallocate ex->exclude,
20689         instead of xnrealloc.
20690         (add_exclude_file): Use x2realloc instead of malloc + xnrealloc.
20691
20692 2003-10-27  Bruno Haible  <bruno@clisp.org>
20693
20694         * lib/stdbool_.h: Better support for BeOS.
20695
20696 2003-10-26  Paul Eggert  <eggert@twinsun.com>
20697
20698         * m4/xalloc.m4 (gl_XALLOC): Requore AC_C_INLINE, since xalloc.h
20699         now uses inline.
20700
20701 2003-10-26  Paul Eggert  <eggert@twinsun.com>
20702
20703         * lib/xalloc.h (xalloc_oversized): New static inline function, for
20704         callers that want to do their own size-overflow checking.  Include
20705         <stdbool.h>, since xalloc_oversized returns bool.
20706         * lib/xalloc.c (array_size_overflow): Remove.  All callers changed
20707         to use xalloc_oversized.
20708
20709         Add two functions x2realloc, x2nrealloc, for programs that grow
20710         arrays dynamically by doubling their sizes.
20711         * lib/xalloc.h (x2realloc, x2nrealloc): New decls.
20712         * lib/xmalloc.c (x2nrealloc_inline, x2nrealloc, x2realloc):
20713         New functions.
20714
20715         Port to C99 semantics for 'inline' of external functions.
20716         Bug reported by Bruno Haible.
20717         * lib/xmalloc.c (xnmalloc_inline): New static inline function,
20718         with the old contents of xnmalloc.
20719         (xnmalloc, xmalloc): Use it.
20720         (xnrealloc_inline): New static inline function,
20721         with the old contents of xnrealloc.
20722         (xnrealloc, xrealloc): Use it.
20723
20724         * lib/alloc.c (alloca): xmalloc cannot return NULL, so don't test for
20725         that.
20726
20727 2003-10-26  Karl Berry  <karl@gnu.org>
20728
20729         * config/srclist.txt (COPYING.DOC): no longer available from
20730         /gd/gnuorg; don't know where the ultimate source is.
20731
20732 2003-10-25  Paul Eggert  <eggert@twinsun.com>
20733
20734         Fix several address-calculation bugs in the hash modules,
20735         plus some minor code cleanup.
20736
20737         * lib/hash.h: Include <stdbool.h>, for bool.
20738         * lib/hash.c: Don't include <stdbool.h>, since hash.h does it now.
20739         * lib/hash.h (Hash_hasher, hash_get_n_buckets, hash_get_n_buckets_used,
20740         hash_get_n_entries, hash_get_max_bucket_length,
20741         hash_get_entries, hash_do_for_each, hash_string, hash_initialize,
20742         hash_rehash): Use size_t rather than unsigned.
20743         * lib/hash.c (struct hash_table, hash_get_n_buckets,
20744         hash_get_n_buckets_used, hash_get_n_entries,
20745         hash_get_max_bucket_length, hash_table_ok, hash_print_statistics,
20746         hash_get_entries, hash_do_for_each, hash_string, is_prime,
20747         next_prime, hash_initialize, hash_rehash, hash_delete, hash_print):
20748         Likewise.
20749         (SIZE_MAX): Define if not defined.
20750         (hash_get_max_bucket_length, hash_table_ok, hash_lookup,
20751         hash_get_first, hash_get_next, hash_get_entries, hash_do_for_each,
20752         hash_print):
20753         Use const * when possible.
20754         (hash_string): Use (unsigned char) *P rather than *(unsigned char *) P.
20755         (check_tuning): Fix bug: if tuning parameters were very close to
20756         0 or 1, rounding errors could have caused subscript violations.
20757         (hash_initialize, allocate_entry, hash_print): Remove unnecessary cast.
20758         (hash_initialize): Add 'fail:' label
20759         to free table and return NULL, and use it to simplify code.
20760         Use calloc rather than clearing the storage ourself.
20761         (hash_initialize, hash_rehash): Check for arithmetic overflow in
20762         buffer size calculations.
20763         * lib/hash-pjw.h (hash_pjw): Use size_t, not unsigned.
20764         Include <stddef.h>, for size_t.
20765         * lib/hash-pjw.c (hash_pjw): Likewise.
20766         Switch to method described by Bruno Haible.
20767         Include <limits.h>, for CHAR_BIT.
20768         (SIZE_BITS): New macro.
20769
20770 2003-10-23  Paul Eggert  <eggert@twinsun.com>
20771
20772         * m4/getline.m4 (AM_FUNC_GETLINE):
20773         Don't include getndelim2.o twice into LIBOBJS; this breaks on some
20774         hosts.  Problem reported by Derek Robert Price in
20775         <http://mail.gnu.org/archive/html/bug-gnulib/2003-10/msg00092.html>.
20776         This patch can be withdrawn after Autoconf 2.58 is required for gnulib.
20777         * m4/getndelim2.m4 (gl_GETNDELIM2): Likewise.
20778
20779 2003-10-21  Paul Eggert  <eggert@twinsun.com>
20780
20781         * lib/getndelim2.c (getndelim2): When size calculation overflows,
20782         ceiling the allocation at NMAX bytes rather than silently
20783         discarding input bytes before NMAX is reached.  This makes
20784         a difference only if NMAX exceeds SIZE_MAX / 2.
20785
20786         * lib/obstack.c: Merge from glibc.
20787         [defined _LIBC]: Include <obstack.h>, not "obstack.h".
20788         Add libc_hidden_def (_obstack_newchunk).
20789         (_obstack_free) [! defined _LIBC]: Remove.
20790         [defined _LIBC]: Make a strong alias from obstack_free, rather than
20791         a clone of the function body.
20792         (fputs) [defined _LIBC && defined USE_IN_LIBIO]: Remove.
20793         [defined _LIBC && !defined USE_IN_LIBIO]: Include <libio/iolibio.h>.
20794
20795         * lib/obstack.h: Indenting cleanup, to make it easier to merge with
20796         glibc.
20797         (obstack_grow, obstack_grow0): Remove unnecessary parentheses around
20798         arg to memcpy.
20799
20800         * lib/obstack.h (obstack_1grow_fast): Properly parenthesize arg.
20801         (obstack_ptr_grow_fast, obstack_int_grow_fast):
20802         Don't use lvalue casts, as GCC plans to remove support for them
20803         in GCC 3.5.  Reported by Joseph S. Myers.  This bug
20804         was also present in the non-GCC version, indicating that this
20805         code had always been buggy and had never been widely used.
20806         (obstack_1grow, obstack_ptr_grow, obstack_int_grow, obstack_blank):
20807         Use the fast variant of each macro, rather than copying the
20808         definiens of the fast variant; that way, we'll be more likely to
20809         catch future bugs in the fast variants.
20810
20811 2003-10-20  Bruno Haible  <bruno@clisp.org>
20812
20813         * modules/wait-process: New file.
20814         * MODULES.html.sh (func_all_modules): Add wait-process.
20815
20816 2003-10-20  Bruno Haible  <bruno@clisp.org>
20817
20818         * m4/wait-process.m4: New file.
20819
20820 2003-10-20  Bruno Haible  <bruno@clisp.org>
20821
20822         * lib/wait-process.h: New file, from GNU gettext.
20823         * lib/wait-process.c: New file, from GNU gettext.
20824
20825 2003-10-19  Jim Meyering  <jim@meyering.net>
20826
20827         * lib/vasnprintf.c (vasnprintf): Work around losing snprintf on
20828         HPUX 10.20.
20829
20830 2003-10-18  Karl Berry  <karl@gnu.org>
20831
20832         * config/config.guess: update from config.
20833
20834 2003-10-16  Paul Eggert  <eggert@twinsun.com>
20835
20836         * lib/getgroups.c: Include <errno.h>, <stdlib.h>.
20837         (getgroups): First arg is int, not size_t.
20838         Don't let 'free' mangle errno.
20839
20840 2003-10-16  Paul Eggert  <eggert@twinsun.com>
20841
20842         * README: Mention that gnulib assumes that (foo *) NULL + 0 == NULL.
20843
20844 2003-10-16  Karl Berry  <karl@gnu.org>
20845
20846         * config/config.{guess,sub}: update from config.
20847
20848 2003-10-16  Jim Meyering  <jim@meyering.net>
20849
20850         * lib/xmalloc.c: Include <string.h>, for declarations of memset and
20851         memcpy.
20852
20853 2003-10-15  Paul Eggert  <eggert@twinsun.com>
20854
20855         * lib/exclude.c: Do not include <inttypes.h> or <stdint.h>.
20856         (SIZE_MAX): Remove.
20857         (new_exclude, add_exclude_file): Initial size no longer needs to
20858         be a power of 2.
20859         (add_exclude, add_exclude_file): Use xnrealloc instead of rolling
20860         our own address arithmetic overflow checking.
20861
20862         * lib/fnmatch.c (SIZE_MAX): Define if standard headers don't.
20863         (fnmatch): Do not alloca more than 2000 wide characters;
20864         instead, use malloc for large buffers.
20865         Check for address arithmetic overflow, and return -1
20866         with errno set to ENOMEM in that case.
20867         * lib/fnmatch_loop.c (ALLOCA_LIMIT): New macro.
20868         (NEW_PATTERN): Do not alloca more than 8000 bytes;
20869         instead, return -1.  Check for address arithmetic overflow.
20870
20871 2003-10-14  Paul Eggert  <eggert@twinsun.com>
20872
20873         Handle invalid suffixes and overflow independently, so that
20874         callers can treat them independently as needed.  Fix some bugs in
20875         suffix handling, e.g., "100k@" was not diagnosed as an invalid
20876         suffix for a human-readable blocksize.  The major caller-visible
20877         change is the addition of a new
20878         LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW enum value, indicating
20879         that both overflow and suffix chars were found.
20880
20881         * lib/human.c (humblock): Don't check separately for invalid suffix
20882         char; that is xstrtoumax's job (now that its bug is fixed).
20883         * lib/xstrtoimax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [defined
20884         INTMAX_MAX]: New macros.
20885         * lib/xstrtol.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM, TYPE_MINIMUM,
20886         TYPE_MAXIMUM): New macros.
20887         (bkm_scale, bkm_scale_by_power): Return strtol_error, not int.
20888         (bkm_scale, bkm_scale_by_power, __xstrtol): Return maximal values
20889         if overflow occurs, as it's what __strtol does and it's more useful
20890         in practice.
20891         (__xstrtol): If __strtol reports some error other than ERANGE,
20892         reflect it to the caller as LONGINT_INVALID.  If it reports
20893         ERANGE, continue the rest of parsing, and report LONGINT_OVERFLOW
20894         | LONGINT_INVALID_SUFFIX_CHAR if both errors occur.
20895         * lib/xstrtol.h (LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW): New enum
20896         value.
20897         (_STRTOL_ERROR): Handle it.  Abort when given unknown error codes.
20898         * lib/xstrtoul.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM): New macros.
20899         * lib/xstrtoumax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM)
20900         [defined UINTMAX_MAX]: New macros.
20901
20902 2003-10-14  Bruno Haible  <bruno@clisp.org>
20903
20904         * modules/fatal-signal: Add m4/sig_atomic_t.m4 to file list.
20905
20906 2003-10-14  Bruno Haible  <bruno@clisp.org>
20907
20908         * m4/sig_atomic_t: New file, from GNU gettext.
20909         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Require gt_TYPE_SIG_ATOMIC_T.
20910
20911 2003-10-14  Bruno Haible  <bruno@clisp.org>
20912
20913         * lib/fatal-signal.h: Improved comments. Suggested by Paul Eggert.
20914         * lib/fatal-signal.c: Use sig_atomic_t. Suggested by Paul Eggert.
20915         Also use volatile where needed.
20916
20917 2003-10-12  Paul Eggert  <eggert@twinsun.com>
20918
20919         * modules/xalloc: Do not depend on 'exit'.  Depend on 'stdbool'.
20920         Change maintainer from Bruno Haible to 'all'.
20921
20922 2003-10-12  Paul Eggert  <eggert@twinsun.com>
20923
20924         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Require AC_C_INLINE.
20925
20926 2003-10-12  Paul Eggert  <eggert@twinsun.com>
20927
20928         * lib/xalloc.h (xnmalloc, xzalloc, xnrealloc, xclone): New decls.
20929         (XMALLOC, XCALLOC, XREALLOC, XFREE, CCLONE, CLONE): Deprecate,
20930         and define in terms of the other primitives.
20931         * lib/xmalloc.c: Include stdbool.h; do not include exit.h.
20932         (SIZE_MAX): Define if not already defined.
20933         (array_size_overflow): New function.
20934         (xalloc_die): Abort instead of exiting if 'error' returns.
20935         (xnmalloc, xnrealloc, xzalloc, xclone): New functions.
20936         (xmalloc, xrealloc): Use them.
20937         (xcalloc): Check for address arithmetic overflow.
20938         * lib/xstrdup.c (xstrdup): Use xclone, since memcpy should be
20939         a bit faster than strcpy.
20940
20941 2003-10-10  Simon Josefsson  <jas@extundo.com>
20942
20943         * modules/argp (Depends-on): Add restrict and strcase.
20944
20945 2003-10-10  Simon Josefsson  <jas@extundo.com>
20946
20947         * m4/argp.m4: Add AC_C_INLINE.
20948
20949 2003-10-08  Paul Eggert  <eggert@twinsun.com>
20950
20951         Merge getpass from libc, plus a few fixes.
20952
20953         * lib/getpass.c (HAVE_STDIO_EXT) [_LIBC]: Define to 1.
20954         Include <stdbool.h>.
20955         Include <stdio_ext.h> if HAVE_STDIO_H, otherwise define
20956         __fsetlocking to empty.
20957         [_LIBC]: Do not include "getline.h" or "unlocked-io.h", but
20958         do include <bits/libc-lock.h>.
20959         Do not include <fcntl.h>; not needed.
20960         [_LIBC]: Include <wchar.h>.
20961         (NOTCANCEL_MODE): New macro.
20962         (flockfile, funlockfile) [_LIBC]: New macros.
20963         (__libc_cleanup_push, __libc_cleanup_pop, __getline, __tcgetattr)
20964         [!_LIBC]: New macros.
20965         (call_fclose): New function.
20966         (getpass): Use it.  Save tty stream separately; this simplifies the
20967         code and makes it more reliable if stdin happens to equal stdout.
20968         Invoke __fsetlocking on tty.
20969         Handle thread cancellation if needed.
20970         Namespace cleanup (use __tcgetattr, __getline).
20971         Use bool for Booleans.
20972         [USE_IN_LIBIO]: Handle wide streams.
20973         [!_LIBC]: Unconditionally do the fseek, since we don't know what
20974         stream might go where.
20975
20976         * lib/unlocked-io.h: Include <stdio.h>, so that the caller
20977         doesn't have to include <stdio.h> before us.
20978         (clearerr_unlocked, feof_unlocked, ferror_unlocked,
20979         fflush_unlocked, fgets_unlocked, fputc_unlocked, fputs_unlocked,
20980         fread_unlocked, fwrite_unlocked, getc_unlocked, getchar_unlocked,
20981         putc_unlocked, putchar_unlocked): Define to the unlocked counterpart
20982         if not declared, so that we can use getpass.c code from libc without
20983         rewriting it.
20984         (flockfile, ftrylockfile, funlockfile): New macros.
20985
20986 2003-10-08  Paul Eggert  <eggert@twinsun.com>
20987
20988         * modules/getpass: Depend on stdbool.
20989
20990 2003-10-08  Paul Eggert  <eggert@twinsun.com>
20991
20992         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for stdio_ext.h.
20993
20994 2003-10-07  Karl Berry  <karl@gnu.org>
20995
20996         * config/config.{guess,sub}: update from config.
20997
20998 2003-10-06  Jim Meyering  <jim@meyering.net>
20999             Bruno Haible  <bruno@clisp.org>
21000
21001         This lets translators provide better translations for the
21002         "Written by ..." part of --version output.
21003         * lib/version-etc.h: Include stdarg.h.
21004         (version_etc_copyright): Declare as readonly.
21005         (version_etc): Make this function variadic with a NULL-terminated list
21006         of author name strings.
21007         (version_etc_va): New declaration.
21008         * lib/version-etc.c: Include stdarg.h, stdlib.h.
21009         (version_etc_copyright): Declare as readonly.
21010         (version_etc_va): New function. Provide a different translatable string
21011         for each possible number of authors < 10. Abbreviate when there are 10
21012         authors or more.
21013         (version_etc): Make this function variadic. Call version_etc_va.
21014         Suggestion from Gary V. Vaughan.
21015
21016         * lib/long-options.h (parse_long_options): Change prototype: the
21017         authors string is moved to the end and becomes variadic.
21018         * lib/long-options.c: Include stdarg.h.
21019         (parse_long_options): Make this function variadic, too.
21020         Call version_etc_va, not version_etc.
21021
21022 2003-10-06  Bruno Haible  <bruno@clisp.org>
21023
21024         * modules/version-etc-2: Remove file.
21025         * MODULES.html.sh (func_all_modules): Remove version-etc-2.
21026
21027 2003-10-06  Bruno Haible  <bruno@clisp.org>
21028
21029         * modules/fatal-signal: New file.
21030         * MODULES.html.sh (func_all_modules): Add fatal-signal.
21031
21032 2003-10-06  Bruno Haible  <bruno@clisp.org>
21033
21034         * m4/fatal-signal.m4: New file.
21035         * m4/signalblocking.m4: New file, from GNU gettext.
21036
21037 2003-10-06  Bruno Haible  <bruno@clisp.org>
21038
21039         * lib/version-etc-2.h: Remove file.
21040         * lib/version-etc-2.c: Remove file.
21041
21042 2003-10-06  Bruno Haible  <bruno@clisp.org>
21043
21044         * lib/fatal-signal.h: New file, from GNU gettext.
21045         * lib/fatal-signal.c: New file, from GNU gettext.
21046
21047 2003-10-05  Paul Eggert  <eggert@twinsun.com>
21048
21049         * README: Rework advice for preventing empty .o files.
21050         Don't recommend ELIDE constructs.  Recommend <stddef.h>,
21051         not <sys/types.h>.
21052
21053 2003-10-04  Karl Berry  <karl@gnu.org>
21054
21055         * lib/argp*: update from libc.
21056
21057 2003-10-04  Karl Berry  <karl@gnu.org>
21058
21059         * config/config.{guess,sub}: update from config.
21060
21061 2003-10-02  Bruno Haible  <bruno@clisp.org>
21062
21063         * modules/lchown (Include): Add lchown.h.
21064         * modules/time_r (Include): Use "..." syntax.
21065         * modules/xgetdomainname (Include): Add xgetdomainname.h.
21066
21067 2003-10-01  Simon Josefsson  <jas@extundo.com>
21068
21069         * MODULES.html.sh (func_all_modules): Move gethostname from section
21070         'based on' to section 'lacking' POSIX:2001.
21071
21072 2003-10-01  Larry Jones  <lawrence.jones@eds.com>
21073
21074         * lib/getpass.c (getpass): Use a no-op fseek when switching from input
21075         to output mode on the same stream.
21076
21077 2003-09-29  Paul Eggert  <eggert@twinsun.com>
21078
21079         * lib/strftime.c (tm_diff) [! HAVE_TM_GMTOFF]:
21080         Fix arg typo in previous patch.
21081
21082 2003-09-28  Jim Meyering  <jim@meyering.net>
21083
21084         * lib/error.c: Correct cpp indentation.
21085
21086 2003-09-27  Paul Eggert  <eggert@twinsun.com>
21087
21088         * modules/free: New file.
21089
21090 2003-09-27  Paul Eggert  <eggert@twinsun.com>
21091
21092         * m4/free.m4: New file.
21093
21094 2003-09-27  Paul Eggert  <eggert@twinsun.com>
21095
21096         * lib/minmax.h (MIN, MAX)
21097         [__STDC__ && defined __GNUC__ && __GNUC__ >= 2]:
21098         Omit the special code that used __typeof__, since we worry that
21099         it could be more trouble than it's worth.  See:
21100         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00090.html
21101         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00095.html
21102
21103         * lib/free.c: New file.
21104
21105 2003-09-27  Oskar Liljeblad  <oskar@osk.mine.nu>
21106
21107         Trivial fixes to Makefile.am parts of module listings.
21108         * modules/strstr: Append strstr.h to lib_SOURCES.
21109         * modules/strcase: Likewise, for strcase.h.
21110
21111 2003-09-27  Karl Berry  <karl@gnu.org>
21112
21113         * config/mkinstalldirs: update from automake.
21114
21115 2003-09-26  Paul Eggert  <eggert@twinsun.com>
21116
21117         * lib/error.c (SIZE_MAX) [!defined SIZE_MAX]: Define.
21118         (error_tail): Do not loop, reallocating temporary buffer, since
21119         the output cannot contain more wide characters than the input
21120         contains bytes, the size must be big enough already.  This avoids
21121         one potential size overflow calculation.  Check for size overflow
21122         when calculating temporary buffer size.  Free temporary buffer
21123         when done, if it was allocated with malloc; this plugs a memory
21124         leak.  Remove casts from void * to pointers, that are no longer
21125         needed now that we're assuming C89 or better.
21126
21127         Merge error changes from glibc.
21128
21129         * lib/error.c, error.h: Update copyright notice header to match glibc.
21130         * lib/error.c [defined _LIBC]: Include <errno.h>, <bits/libc-lock.h>.
21131         (error, error_at_line) [defined _LIBC && defined __libc_ptf_call]:
21132         Disable cancellation while printing error.
21133         * lib/error.h: Prepend __ to parameter names.
21134
21135 2003-09-26  Jim Meyering  <jim@meyering.net>
21136
21137         * lib/error.c (error_tail): Move some declarations
21138         into inner scope where the local variables are used.
21139
21140 2003-09-26  Bruno Haible  <bruno@clisp.org>
21141
21142         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Add comments about the AIX
21143         stpncpy().
21144         Don't define stpncpy through config.h; it's now done through stpncpy.h.
21145
21146 2003-09-26  Bruno Haible  <bruno@clisp.org>
21147
21148         * lib/stpncpy.h (gnu_stpncpy): New declaration.
21149         (stpncpy): Define as alias for gnu_stpncpy.
21150         * lib/stpncpy.c [!_LIBC]: Define gnu_stpncpy, not stpncpy.
21151
21152 2003-09-25  Simon Josefsson  <jas@extundo.com>
21153
21154         * lib/xgetdomainname.h: New file.
21155         * lib/xgetdomainname.c: New file.
21156
21157 2003-09-25  Simon Josefsson  <jas@extundo.com>
21158             Bruno Haible  <bruno@clisp.org>
21159
21160         * modules/getdomainname: New file.
21161         * modules/xgetdomainname: New file.
21162         * MODULES.html.sh (func_all_modules): Add getdomainname,
21163         xgetdomainname.
21164
21165 2003-09-25  Simon Josefsson  <jas@extundo.com>
21166             Bruno Haible  <bruno@clisp.org>
21167
21168         * m4/getdomainname.m4: New file.
21169
21170 2003-09-25  Simon Josefsson  <jas@extundo.com>
21171             Bruno Haible  <bruno@clisp.org>
21172
21173         * lib/getdomainname.h: New file.
21174         * lib/getdomainname.c: New file.
21175
21176 2003-09-25  Karl Berry  <karl@gnu.org>
21177
21178         * lib/argp-fmtstream.c, argp-help.c: update from libc.
21179
21180 2003-09-25  Karl Berry  <karl@gnu.org>
21181
21182         * config/install-sh: update from automake.
21183
21184 2003-09-25  Bruno Haible  <bruno@clisp.org>
21185
21186         * modules/version-etc-2: New file, from modules/version-etc with
21187         modifications.
21188         * MODULES.html.sh (func_all_modules): Add version-etc-2.
21189
21190 2003-09-25  Bruno Haible  <bruno@clisp.org>
21191
21192         * lib/version-etc-2.h: New file, from version-etc.h with modifications.
21193         * lib/version-etc-2.c: New file, from version-etc.c with modifications.
21194
21195 2003-09-24  Simon Josefsson  <jas@extundo.com>
21196
21197         * modules/xgethostname: Add xgethostname.h.
21198
21199 2003-09-24  Paul Eggert  <eggert@twinsun.com>
21200
21201         * lib/linebuffer.c (freebuffer): Don't free the argument, just
21202         the buffer associated with the argument.  Bug reported by
21203         Simon Josefsson.
21204
21205 2003-09-24  Paul Eggert  <eggert@twinsun.com>
21206
21207         * README: Document assumptions that 'int' is at least 32 bits
21208         wide, that integer arithmetic is 2's complement without overflow,
21209         that there are no holes in integer values, that adding sizes of
21210         two nonoverlapping objects can't overflow, and that all-bits-zero
21211         yields scalar zero.  Fix spelling and capitalization typos.
21212
21213 2003-09-19  Karl Berry  <karl@gnu.org>
21214
21215         * lib/argp.h: update from libc.
21216
21217 2003-09-17  Paul Eggert  <eggert@twinsun.com>
21218
21219         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Call AC_BEFORE first,
21220         to avoid spurious warnings like "AC_RUN_IFELSE was called before
21221         gl_USE_SYSTEM_EXTENSIONS" from autoreconf.
21222
21223 2003-09-17  Paul Eggert  <eggert@twinsun.com>
21224
21225         * gnulib-tool: Use "test -h", not "test -L", for portability
21226         to Solaris 8 /bin/sh.  (This bug is fixed in Solaris 9.)
21227         (tags_regexp): Remove, since \| doesn't conform to POSIX.
21228         (sed_extract_prog): Issue s commands one-by-one, rather than
21229         using \| in one s command.
21230
21231 2003-09-16  Paul Eggert  <eggert@twinsun.com>
21232
21233         * lib/linebuffer.c (readlinebuffer): Return NULL immediately upon
21234         input error, instead of returning NULL the next time we are called
21235         (and therefore losing track of errno).
21236
21237 2003-09-16  Bruno Haible  <bruno@clisp.org>
21238
21239         * gnulib-tool (func_create_testdir): Warn about duplicated
21240         dependencies.
21241
21242 2003-09-15  Paul Eggert  <eggert@twinsun.com>
21243
21244         * modules/argmatch, modules/fatal, modules/obstack,
21245         modules/xalloc, modules/xgethostname: Sort dependencies by
21246         importance, not alphabetically.
21247
21248 2003-09-15  Paul Eggert  <eggert@twinsun.com>
21249
21250         * lib/getndelim2.c (getndelim2): Don't trash errno when a read
21251         fails, so that the caller gets the proper errno.
21252
21253         * lib/readutmp.c (read_utmp): Likewise.
21254         Check for fstat error.  Close stream and free storage
21255         when failing.
21256
21257 2003-09-14  Karl Berry  <karl@gnu.org>
21258
21259         * config/srclist.txt (strdup.c): disable for c89 changes.
21260
21261 2003-09-14  Jim Meyering  <jim@meyering.net>
21262
21263         * lib/getloadavg.c: Correct cpp indentation.
21264         * lib/strdup.c: Likewise.
21265         * lib/vasnprintf.c: Likewise.
21266
21267 2003-09-14  Bruno Haible  <bruno@clisp.org>
21268
21269         * modules/fwriteerror: New file.
21270         * MODULES.html.sh (func_all_modules): Add fwriteerror.
21271
21272 2003-09-14  Bruno Haible  <bruno@clisp.org>
21273
21274         * lib/fwriteerror.h: New file.
21275         * lib/fwriteerror.c: New file.
21276
21277 2003-09-12  Paul Eggert  <eggert@twinsun.com>
21278
21279         * modules/argmatch, modules/exitfail, modules/fatal, modules/obstack,
21280         modules/xgethostname, modules/xalloc: Depend on exit.
21281
21282 2003-09-12  Paul Eggert  <eggert@twinsun.com>
21283
21284         * m4/error.m4: Require AC_FUNC_STRERROR_R rather than invoking it.
21285
21286         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Require AC_AIX
21287         and AC_MINIX, too, so that their extensions are available.
21288
21289         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Remove.  All uses removed.
21290         This macro has been superseded by gl_BACKUPFILE.
21291
21292         More patches to assume C89 or better.
21293
21294         * m4/error.m4 (gl_ERROR): Don't check for vprintf.
21295
21296         * m4/check-decl.m4 (jm_CHECK_DECLS): Include <string.h>, <stdlib.h>
21297         unconditionally.
21298         * m4/closeout.m4 (gl_CLOSEOUT): Don't check for stdlib.h.
21299         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER):
21300         Include <string.h>, <stdlib.h> unconditionally.
21301         * m4/lstat.m4 (gl_PREREQ_LSTAT): Don't check for stdlib.h, free.
21302         * m4/readdir.m4 (GL_FUNC_READDIR): Don't check for string.h.
21303         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Don't check for standard C
21304         headers or for string.h.
21305         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Don't check for stdlib.h
21306         or strtoul.
21307
21308         * m4/mkstemp.m4 (jm_PREREQ_TEMPNAME): Do not require standard C
21309         headers.
21310         * m4/strdup.m4 (gl_PREREQ_STRDUP): Likewise.
21311         * m4/userspec.m4 (gl_USERSPEC): Likewise.
21312         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Likewise.
21313         * m4/xstrtod.m4 (gl_XSTRTOD): Likewise.
21314         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
21315         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't check for limits.h,
21316         memcpy, memset.
21317         (jm_FUNC_GNU_STRFTIME): Don't require standard C headers.
21318         * m4/strtod.m4 (gl_FUNC_STRTOD): Do not check for float.h.
21319         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Do not check for stdlib.h,
21320         strtol.
21321         * m4/strtol.m4 (gl_FUNC_STRTOL): Do not check for limits.h.
21322         * m4/userspec.m4 (gl_USERSPEC): Do not check for string.h.
21323         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Do not check for string.h, strtol,
21324         strtoul.
21325
21326 2003-09-12  Paul Eggert  <eggert@twinsun.com>
21327
21328         * lib/argmatch.c, fatal.c, xgethostname.c, xmalloc.c: Include exit.h.
21329         * lib/obstack.c [!defined _LIBC]: Likewise.
21330         * lib/argmatch.c (EXIT_FAILURE): Remove; now done by exit.h
21331         * lib/exitfail.c, fatal.c, xgethostname.c, xmalloc.c: Likewise.
21332         * lib/exitfail.c: Don't include stdlib.h; no longer needed.
21333
21334         More changes to assume C89 or better.
21335
21336         * lib/error.c (error_tail): Assume vprintf.
21337
21338         * lib/argmatch.c (getenv): Remove decl.
21339         * lib/progreloc.c (get_full_program_name): Define via prototype.
21340         * lib/setenv.c (clearenv): Likewise.
21341         * lib/stpncpy.c: Do not include <string.h> or <sys/types.h>; not
21342         needed.
21343         * lib/strdup.c: Include <stdlib.h>, <string.h> unconditionally.
21344         (malloc, memcpy): Remove decls.
21345         * lib/strftime.c (HAVE_LIMITS_H, STDC_HEADERS) [defined _LIBC]: Remove.
21346         (HAVE_MEMCPY) [defined emacs && !defined HAVE_BCOPY]: Remove.
21347         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
21348         (memcpy): Remove macro.
21349         (MEMCPY) [!defined COMPILE_WIDE]: Define to memcpy unconditionally.
21350         (__P): Remove.  All uses removed.
21351         (PTR): Remove.  All uses changed to void *.
21352         (CHAR_BIT, NULL): Remove.
21353         (spaces, zeros, memset_space, memset_zero)
21354         [!defined memset && !defined HAVE_MEMSET && !defined _LIBC]:
21355         Remove.
21356         (LOCALE_PARAM, LOCALE_PARAM_DECL): Remove.
21357         (memcpy_lowcase, memcpy_uppcase, tm_diff, iso_week_days):
21358         Define with prototype.
21359         Remove now-unnecessary prototype decl.
21360         (extra_args_spec): Assume ANSI C.  All uses changed.
21361         (extra_args_spec_iso): Remove.
21362         (my_strftime, emacs_strftimeu): Define via prototype.
21363         * lib/strtod.c: Include <float.h>, <stdlib.h>, <string.h>
21364         unconditionally.
21365         (DBL_MAX, DBL_MIN, HUGE_VAL, NULL): Remove decls.
21366         * lib/strtoimax.c: Include <stdlib.h> unconditionally.
21367         (strtoul, strtol): Remove decls.
21368         * lib/strtol.c (STDC_HEADERS, HAVE_LIMITS_H, NULL, ULONG_MAX,
21369         LONG_MAX): Remove.
21370         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
21371         (LOCALE_PARAM_DECL): Remove.  All uses changed to LOCALE_PARAM_PROTO.
21372         (LOCALE_PARAM_PROTO): New macro.
21373         (INTERNAL, INTERNAL1, WEAKNAME): Assume ANSI C, not K&R.
21374         (INTERNAL (strtol), strtol): Define with a prototype.
21375         (PARAMS): Remove.  All uses removed.
21376         * lib/tempname.c: Include <string.h> unconditionally.
21377         * lib/userspec.c: Include <stdlib.h>, <string.h> unconditionally.
21378         * lib/xgethostname.c (main): Define with a prototype.
21379         * lib/xmalloc.c: Include "xalloc.h" first, to check interface.
21380         Include <stdlib.h> unconditionally.
21381         (calloc, malloc, realloc, free): Remove decls.
21382         * lib/xstrtod.c: Include "xstrtod.h" first, to check interface.
21383         Include <stdlib.h> unconditionally.  Sort include file names.
21384         (strtod): Remove.
21385         (xstrtod): Define with a prototype.
21386         * lib/xstrtol.c: Include <stdlib.h>, <string.h> unconditionally.
21387         (strtol, strtoul): Remove decls.
21388
21389 2003-09-11  Paul Eggert  <eggert@twinsun.com>
21390
21391         More patches to assume C89 or better.
21392         * m4/strndup.m4 (gl_PREREQ_STRNDUP): Remove STDC_HEADERS check.
21393         * m4/strnlen.m4 (gl_PREREQ_STRNLEN): Don't check for memory.h,
21394         string.h, memchr, STDC_HEADERS.
21395
21396 2003-09-11  Paul Eggert  <eggert@twinsun.com>
21397
21398         * lib/strndup.c: Don't include <stdio.h>, <sys/types.h>.
21399         Include <stdlib.h>, <string.h> unconditionally.
21400         Remove now-unnecessary cast to char *.
21401         * lib/strnlen.c: Include <string.h> unconditionally.
21402         * lib/yesno.c (yesno): Define with a prototype.
21403
21404 2003-09-11  Bruno Haible  <bruno@clisp.org>
21405
21406         * config/srclist.txt (setenv.c, unsetenv.c): Disable for the moment.
21407
21408 2003-09-10  Jim Meyering  <jim@meyering.net>
21409
21410         * lib/error.c: Correct indentation of cpp directives.
21411
21412 2003-09-10  Bruno Haible  <bruno@clisp.org>
21413
21414         * m4/strcspn.m4 (gl_PREREQ_STRCSPN): Remove <string.h> check.
21415         * m4/strpbrk.m4 (gl_PREREQ_STRPBRK): Remove <string.h> check.
21416         * m4/strstr.m4 (gl_PREREQ_STRSTR): Remove <string.h> check.
21417         * m4/unicodeio.m4 (gl_UNICODEIO): Remove <string.h> check.
21418         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove
21419         <stdlib.h> and <string.h> checks.
21420         * m4/xreadlink.m4 (gl_XREADLINK): Remove <stdlib.h> check.
21421         * m4/yesno.m4 (gl_YESNO): Remove <stdlib.h> check.
21422
21423 2003-09-10  Bruno Haible  <bruno@clisp.org>
21424
21425         * lib/strcspn.c: Include <string.h> unconditionally.
21426         * lib/strpbrk.c: Include <string.h> unconditionally.
21427         * lib/strstr.c: Include <string.h> unconditionally.
21428         * lib/unicodeio.c: Include <string.h> unconditionally.
21429         * lib/setenv.c: Include <stdlib.h> and <string.h> unconditionally.
21430         * lib/unsetenv.c: Likewise.
21431         * lib/xreadlink.c: Include <stdlib.h> unconditionally.
21432         * lib/yesno.c: Include <stdlib.h> unconditionally.
21433         (rpmatch): Add prototype.
21434
21435 2003-09-09  Paul Eggert  <eggert@twinsun.com>
21436
21437         More patches to assume C89 or better.
21438         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Don't check for stdlib.h.
21439         * m4/getopt.m4 (gl_GETOPT): Don't check for string.h.
21440         * m4/getugroups.m4 (gl_GETUGROUPS): Do not check for standard C headers
21441         or for string.h.
21442         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Do not check for
21443         stdlib.h.
21444         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): Do not require standard
21445         C headers.
21446         * m4/hard-locale.m4 (gl_HARD_LOCALE): Do not check for stdlib.h,
21447         string.h.
21448         * m4/hash.m4 (gl_HASH): Do not check for stdlib.h, malloc, free.
21449         * m4/human.m4 (gl_HUMAN): Do not check for stdlib.h, string.h, getenv.
21450         * m4/idcache.m4 (gl_IDCACHE): Do not check for standard C headers,
21451         or for string.h.
21452         * m4/long-options.m4 (gl_LONG_OPTIONS): Do not check for stdlib.h.
21453         * m4/makepath.m4 (gl_MAKEPATH): Do not check for string.h or standard
21454         C headers.
21455         * m4/md5.m4 (gl_MD5): Don't check for limits.h, standard C headers,
21456         memcpy.
21457         * m4/sha.m4 (gl_SHA): Don't check for standard Cheaders, memcpy.
21458         * m4/memchr.m4 (jm_PREREQ_MEMCHR): Don't check for limits.h, stdlib.h.
21459         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): Don't check for string.h.
21460         * m4/memcoll.m4 (gl_MEMCOLL): Likewise.
21461         * m4/memrchr.c (gl_PREREQ_MEMRCHR): Don't check for limits.h.
21462         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): Don't check for stdlib.h,
21463         string.h, free.
21464         * m4/mktime.m4 (gl_PREREQ_MKTIME): Don't check for standard C headers.
21465         * m4/modechange.m4 (gl_MODECHANGE): Don't check for standard C headers.
21466         * m4/mountlist.m4 (gl_PREREQ_MOUNTLIST_EXTRA): Don't check for standard
21467         C headers, or for string.h.
21468         * m4/obstack.m4 (gl_OBSTACK): Don't check for stddefe.h, string.h.
21469         (gl_PREREQ_OBSTACK): Don't check for stdlib.h.
21470         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't check for standard C
21471         headers, memory.h, stdlib.h, string.h, strings.h.
21472         * m4/posixtm.m4 (gl_POSIXTM): Don't check for stdlib.h, string.h.
21473         * m4/posixver.m4 (gl_POSIXVER): Don't check for getenv.
21474         * m4/putenv.m4 (gl_PREREQ_PUTENV): Don't check for string.h, memcpy,
21475         strchr.
21476         * m4/readtokens.m4 (gl_READTOKENS): Don't check for standard C
21477         headers, memory.h, string.h.
21478         * m4/regex.m4 (jm_PREREQ_REGEX): Do not check for limits.h, string.h.
21479         * m4/rename.m4 (gl_PREREQ_RENAME): Do not check for stdlib.h, string.h,
21480         free.
21481         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Don't check for standard C
21482         headers.
21483         * m4/same.m4 (gl_SAME): Don't check for stdlib.h, string.h, free.
21484         * m4/save-cwd.m4 (gl_SAVE_CWD): Don't check for standard C headers.
21485         * m4/savedir.m4 (gl_SAVEDIR): Don't check for standard C headers.
21486         * m4/strchrnul.m4 (gl_PREREQ_STRCHRNUL): Don't check for string.h.
21487         * m4/xgetcwd.m4 (gl_XGETCWD): Don't check for stdlib.h.
21488
21489 2003-09-09  Paul Eggert  <eggert@twinsun.com>
21490
21491         More K&R removal.
21492
21493         * lib/acosl.c (main): Use a prototype.
21494         * lib/asinl.c, cosl.c, expl.c, frexpl.c, ldexpl.c, sinl.c,
21495         tanl.c: Likewise.
21496
21497         * lib/getloadavg.c (getloadavg, main): Define via prototypes.
21498
21499         * lib/getopt.h (struct option.name): Assume C89, and use 'const'.
21500         (getopt, etopt_long, getopt_long_only, _getopt_internal)
21501         [defined __GNU_LIBRARY__]: Assume C89, so we can always declare
21502         with a prototype.
21503         * lib/getopt.c (const): Remove macro.
21504         Include <string.h> unconditionally.
21505         (my_index): Remove; all uses changed to strchr.
21506         (strlen): Remove decl.
21507         (exchange): Remove forward decl; no longer needed.
21508         (exchange, _getopt_initialize, _getopt_internal, getopt, main):
21509         Define with prototype.
21510         * lib/getopt1.c (const): Remove macro.
21511         (getopt_long, getopt_long_only, main): Define with prototype.
21512
21513         * lib/getugroups.c: Include <string.h> unconditionally.
21514
21515         * lib/getusershell.c: Include <stdlib.h> unconditionally.
21516         (getusershell, setusershell, endusershell, readname, main):
21517         Define with prototypes.
21518
21519         * lib/group-member.c: Include group-member.h first.
21520         Include <stdlib.h> unconditionally.
21521
21522         * lib/hard-locale.c: Include hard-locale.h first.
21523         Include <stdlib.h>, <string.h> unconditionally.
21524
21525         * lib/hash.c (free, malloc): Remove decls.
21526         Include <stdlib.h> unconditionally.
21527
21528         * lib/human.c: Include <stdlib.h>, <string.h> unconditionally.
21529         (getenv): Do not declare.
21530
21531         * lib/idcache.c: Include <string.h> unconditionally.
21532
21533         * lib/long-options.c: Include long-options.h first, to test interface.
21534         Include <stdlib.h> unconditionally.
21535
21536         * lib/makepath.c: Include makepath.h first, to test interface.
21537         Include <stdlib.h> and <string.h> unconditionally.
21538
21539         * lib/linebuffer.c: Include <stdlib.h>.
21540         (free): Remove decl.
21541
21542         * lib/malloc.c: Include <stdlib.h>, for malloc; don't bother with
21543         stddef.h. rpl_malloc returns void *, not char *.
21544         * lib/realloc.c (rpl_realloc): Likewise.  Also, define with a
21545         prototype.
21546
21547         * lib/md5.h: Include <limits.h> unconditionally.
21548         (UINT_MAX_32_BITS): Don't worry about non-__STDC__ case.
21549         (__P): Remove; all uses removed.
21550         * lib/md5.c: Include "md5.h" first.
21551         (md5_init_ctx, md5_read_ctx, md5_finish_ctx, md5_stream,
21552         md5_buffer, md5_process_bytes, md5_process_block):
21553         Define with prototypes.
21554         * lib/sha.h (__P): Remove all uses.  (It wasn't defined??)
21555         * lib/sha.c: Include "sha.h" first.
21556         Include <stdlib.h>, <string.h> unconditionally.
21557
21558         * lib/memchr.c (__ptr_t): Remove; all uses changed to void *.
21559         * lib/memcmp.c (__ptr_t): Likewise.
21560         * lib/memrchr.c (__ptr_t): Likewise.
21561         * lib/memchr.c, memcmp.c, memcoll.c, memrchr.c:
21562         Include <string.h> unconditionally.
21563         * lib/memchr.c, memrchr.c: Include <limits.h> unconditionally.
21564         * lib/memchr.c: Include <stdlib.h> unconditionally.
21565         * lib/memchr.c (LONG_MAX): Remove.
21566         * lib/memrchr.c (LONG_MAX): Likewise.
21567         * lib/memchr.c (__memchr): Define via a prototype.
21568         * lib/memrchr.c (__memrchr): Likewise.
21569         * lib/memcmp.c (__P): Remove, and remove all uses.
21570         (memcmp_bytes, memcmp_common_alignment, memcmp_not_common_alignment):
21571         Remove forward decls; no longer needed.
21572         * lib/memcpy.c, memmove.c, memset.c: Include <stddef.h>.
21573         Use types required by C89 in prototype.
21574
21575         * lib/mkdir.c: Include <stdlib.h>, <string.h> unconditionally.
21576         * lib/savedir.c: Likewise.
21577         * lib/mkdir.c (free): Remove decl.
21578         * lib/rmdir.c (rmdir): Define with a prototype.
21579         * lib/savedir.c: Include savedir.h first, to test interface.
21580
21581         * lib/mktime.c (STDC_HEADERS): Remove.
21582         Include <stdlib.h>, <string.h> unconditionally.
21583
21584         * lib/modechange.c: Include <stdlib.h> unconditionally.
21585         (malloc): Remove decl.
21586
21587         * lib/mountlist.c: Include <stdlib.h>, <string.h> unconditionally.
21588         (free): Remove decl.
21589
21590         * lib/obstack.h (PTR_INT_TYPE) [!defined __PTRDIFF_TYPE__]:
21591         Define to ptrdiff_t, without bothering to check HAVE_STDDEF_H.
21592         (This type really should be intptr_t, but that's a C99ism.)
21593         (_obstack_memcpy): Remove: all uses changed to memcpy.
21594         Include <string.h> unconditionally.
21595         (struct obstack): Assume __STDC__ for types of members
21596         chunkfun, freefun, extra_arg.
21597         (_obstack_newchunk, _obstack_free, _obstack_begin, _obstack_begin_1,
21598         _obstack_memory_used, obstack_alloc_failed_handler, obstack_init,
21599         obstack_begin, obstack_specify_allocation,
21600         obstack_specify_allocation_with_arg, obstack_chunkfun,
21601         obstack_freefun, obstack_free) [! (defined __STDC__ && __STDC__)]:
21602         Remove unprototyped decls and the macros that use them.
21603         * lib/obstack.c (POINTER): Remove.  All uses changed to void *.
21604         (obstack_alloc_failed_handler, CALL_CHUNKFUN, CALL_FREEFUN,
21605         _obstack_begin, _obstack_begin_1, _obstack_allocated_p)
21606         (defined __STDC__ && __STDC__)]:
21607         Remove nonprototyped code.
21608         Include <stdlib.h> unconditionally.
21609         (_obstack_begin, _obstack_begin_1, _obstack_newchunk,
21610         _obstack_allocated_p, _obstack_free, obstack_free,
21611         _obstack_memory_used, print_and_abort):
21612         Define using prototypes.
21613         (obstack_1grow, obstack_1grow_fast, obstack_alloc, obstack_base,
21614         obstack_blank, obstack_blank_fast, obstack_copy, obstack_copy0,
21615         obstack_finish, obstack_grow, obstack_grow0, obstack_make_room,
21616         obstack_next_free, obstack_object_size, obstack_room) [0]:
21617         Remove unused, unprototyped code.
21618
21619         * lib/path-concat.c: Include <stdlib.h>, <string.h> unconditionally.
21620
21621         * lib/physmem.c (physmem_total, physmem_available, main): Define
21622         with prototypes.
21623
21624         * lib/posixtm.c: Include <stdlib.h>, <string.h> unconditionally.
21625         (main): Define with a prototype.
21626
21627         * lib/posixver.c (getenv): Remove decl.
21628
21629         * lib/putenv.c (malloc): Returns void *, not char *.
21630         Include <string.h> unconditionally.
21631         (strchr, memcpy, NULL): Do not define.
21632
21633         * lib/readtokens.c: Include readtokens.h first, to test interface.
21634         Include <stdlib.h>, <string.h> unconditionally.
21635         (init_tokenbuffer): Define with a prototype.
21636
21637         * lib/regex.c (PARAMS): Remove.  All uses removed.
21638         All uses of _RE_ARGS removed, too.
21639         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
21640         unconditionally.
21641         (bzero): Assume memset exists.
21642         (memcmp, memcpy, NULL): Remove.
21643         (SIGN_EXTEND_CHAR): Remove; all uses replaced by casts to signed
21644         char, or assignments to local vars of type signed char.
21645         (init_syntax_once, PREFIX(extract_number_and_incr),
21646         PREFIX(print_partial_compiled_pattern),
21647         PREFIX(print_compiled_pattern), PREFIX(print_double_string),
21648         convert_mbs_to_wcs, print_fastmap, re_set_syntax,
21649         PREFIX(regex_grow_registers), PREFIX(regex_compile),
21650         PREFIX(store_op1), PREFIX(store_op2), PREFIX(insert_op1),
21651         PREFIX(insert_op2), PREFIX(at_begline_loc_p),
21652         PREFIX(at_endline_loc_p), group_in_compile_stack, insert_space,
21653         wcs_compile_range, byte_compile_range, truncate_wchar,
21654         PREFIX(re_compile_fastmap), re_compile_fastmap, re_set_registers,
21655         re_search, re_search_2, PREFIX(re_search_2), re_match, re_match_2,
21656         count_mbs_length, wcs_re_match_2_internal,
21657         byte_re_match_2_internal, PREFIX(group_match_null_string_p),
21658         PREFIX(alt_match_null_string_p),
21659         PREFIX(common_op_match_null_string_p), PREFIX(bcmp_translate),
21660         re_compile_pattern, re_comp, re_exec, regcomp, regexec, regerror,
21661         regfree, PREFIX(extract_number)): Define with prototype.  Remove
21662         now-unnecessary declaration, if any.
21663         (byte_compile_range, PREFIX(regex_compile), re_comp, re_exec,
21664         regcomp, regexec):
21665         Remove now-unnecessary casts among pointer types.
21666         * lib/regex.h (_RE_ARGS): Remove.  All uses removed.
21667
21668         * lib/rename.c: Include <stdlib.h>, <string.h> unconditionally.
21669         (free): Remove decl.
21670
21671         * lib/rpmatch.c: Include <stdlib.h> unconditionally.
21672
21673         * lib/same.c: Include <stdlib.h>, <string.h> unconditionally.
21674         (free): Remove decl.
21675
21676         * lib/save-cwd.c: Include <stdlib.h> unconditionally.
21677         * lib/xgetcwd.c: Likewise.
21678
21679         * lib/stat.c: Include <stdlib.h>, <string.h> unconditionally.
21680         (free): Remove decl.
21681
21682         * lib/strchrnul.c (strchrnul): Define with a prototype.
21683         Fix bug: c_in was not converted to char before searching.
21684
21685         The following changes are not K&R related:
21686
21687         * lib/group-member.h: Include <sys/types.h>, so that this file is
21688         self-contained.
21689         * lib/makepath.h: Likewise.
21690
21691         * lib/getusershell.c (readname, default_index, line_size, readname):
21692         Use size_t, not int, for sizes.
21693         (readname): If the size overflows, report an error instead of
21694         looping forever.
21695
21696 2003-09-09  Paul Eggert  <eggert@twinsun.com>
21697
21698         * config/srclist.txt: Do not get getopt.h, getopt1.c, or regex.h from
21699         libc.
21700
21701 2003-09-09  Paul Eggert  <eggert@twinsun.com>
21702
21703         * README: New section: portability guidelines.
21704
21705 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
21706
21707         * m4/getndelim2.m4 (gl_PREREQ_GETNDELIM2): Assume stdlib.h per the
21708         C89 spec.
21709
21710 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
21711
21712         * lib/getndelim2.c: Assume stdlib.h per the C89 spec.
21713
21714 2003-09-08  Paul Eggert  <eggert@twinsun.com>
21715
21716         Assume C89 or better; remove K&R cruft.
21717         A few of these changes were first proposed by Derek Robert Price
21718         in <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00105.html>.
21719
21720         * lib/addext.c: Include <string.h> unconditionally.
21721         * lib/backupfile.c: Include <string.h>, <stdlib.h> unconditionally.
21722         Don't declare getenv or malloc.
21723
21724         * lib/alloca.c: Include <string.h>, <stdlib.h> unconditionally.
21725         (POINTER_TYPE, pointer): Remove; all uses changed to void *.
21726         (NULL): Remove.
21727         (find_stack_direction, alloca): Use prototypes.
21728
21729         * lib/atexit.c (atexit): Define using a prototype.
21730
21731         * lib/basename.c, dirname.c, stripslash.c:
21732         Include <string.h> unconditionally.
21733
21734         * lib/bcopy.c: Include <stddef.h>.
21735         (bcopy): Define with prototype, using 'const' and 'void' and 'size_t'.
21736
21737         * lib/canon-host.c: Include <stdlib.h>, <string.h> unconditionally.
21738
21739         * lib/error.h (error, error_at_line, error_print_progname)
21740         [! (defined (__STDC__) && __STDC__)]: Remove decls.
21741         * lib/error.c: Include error.h first, to check interface.
21742         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
21743         (VA_START): Remove; all uses changeed to va_start.
21744         (exit, strerror): Remove decls.
21745         (error_print_progname): Prototype uncondionally.
21746         Don't include <errno.h>; no longer needed.
21747         (private_strerror): Remove.
21748         (error_tail): Always define.
21749         (error, error_at_line): Assume C89 or better; always use prototypes.
21750         * lib/fatal.c: Include "fatal.h" first, to test interface.
21751         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
21752         (VA_START): Remove; all uses changed to va_start.
21753         [! (HAVE_VPRINTF || HAVE_DOPRNT || _LIBC)]: Remove support for
21754         this case.
21755         (exit): Remove decl.
21756         (fatal): Prototype unconditionally.  Assume va_start works.
21757         Abort at end, to pacify gcc.
21758
21759         * lib/euidaccess.c (main): Define with a prototype.
21760
21761         * lib/exclude.c: Include <stdlib.h>, <string.h> unconditionally.
21762
21763         * lib/exitfail.c: Include <stdlib.h> unconditionally.
21764
21765         * lib/fnmatch_.h (__P): Remove.  All uses changed to assume
21766         prototypes.
21767         * lib/fnmatch.c: Include fnmatch.h first, to test interface.
21768         Include <string.h>, <stddef.h>, <stdlib.h> unconditionally.
21769         (getenv): Remove decl.
21770         (fnmatch): Define using a prototype.
21771         * lib/fnmatch_loop.c (FCT): Remove forward decl; no longer needed.
21772         (FCT): Define using a prototype.
21773
21774         * lib/getdate.y: Include <stdlib.h>, <string.h> unconditionally.
21775
21776         * lib/gethostname.c: Include <stddef.h>.
21777         (gethostname): Define with prototype.  Length is size_t, not int.
21778
21779 2003-09-08  Paul Eggert  <eggert@twinsun.com>
21780
21781         Assume C89 or better; remove K&R cruft.
21782         * m4/alloca.m4 (gl_PREREQ_ALLOCA): Don't check for stdlib.h, string.h.
21783         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for stdlib.h,
21784         string.h, getenv, malloc.
21785         * m4/dirname.m4 (gl_DIRNAME): Don't check for string.h or C standard
21786         headers.
21787         * m4/canon-host.m4 (gl_CANON_HOST): Don't check for string.h, stdlib.h.
21788         * m4/error.m4 (jm_PREREQ_ERROR): Do not require STDC headers, and
21789         do not check for strerror.
21790         * m4/exclude.m4: Do not check for stdlib.h, string.h, strings.h.
21791         * m4/exitfail.m4 (gl_EXITFAIL): Do not check for stdlib.h.
21792         * m4/fatal.m4 (gl_FATAL): Do not require STDC headers, and
21793         do not check for doprnt or vprintf.
21794         * m4/fnmatch.m4 (gl_PREREQ_FNMATCH_EXTRA): Remove.  All uses removed.
21795         * m4/getdate.m4 (gl_GETDATE): Don't check for stdlib.h or string.h.
21796
21797 2003-09-08  Paul Eggert  <eggert@twinsun.com>
21798
21799         * lib/getversion.c: Remove; was migrated to backupfile.c in 1997.
21800         getversion.c should have been removed then, but was accidentally
21801         preserved.
21802
21803         * lib/utime.c [!HAVE_UTIMES_NULL]: Include <sys/stat.h>, <fcntl.h>.
21804         (utime_null): Fix typo: 'st' was sometimes called 'sb'.
21805
21806 2003-09-08  Karl Berry  <karl@gnu.org>
21807
21808         * config/config.sub, config.guess, srclistvars.sh: update from savannah
21809                 config, forget about prep.
21810
21811         * config/depcomp, missing: update from automake.
21812
21813 2003-09-07  Paul Eggert  <eggert@twinsun.com>
21814
21815         * modules/time_r: Depend on 'restrict'.  Fix from Simon Josefsson in
21816         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
21817
21818 2003-09-07  Paul Eggert  <eggert@twinsun.com>
21819
21820         * lib/time_r.c (gmtime_r, localtime_r): Fix silly typo: missing arg to
21821         copy_tm_result.  Bug reported by Simon Josefsson in
21822         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
21823
21824 2003-09-06  Paul Eggert  <eggert@twinsun.com>
21825
21826         * m4/time_r.m4: New file.
21827         * m4/mktime.m4 (gl_PREREQ_MKTIME): Remove check for limits.h.
21828         * m4/timegm.m4 (gl_FUNC_TIMEGM): Assume that timegm is buggy if mktime
21829         is. Check for timegm declaration.
21830         (gl_PREREQ_TIMEGM): Require gl_FUNC_MKTIME.
21831         Do not check for gmtime_r.
21832         Replace mktime if __mktime_internal does not exist and if mktime
21833         hasn't been replaced already.
21834
21835 2003-09-06  Paul Eggert  <eggert@twinsun.com>
21836
21837         * lib/time_r.c, lib/time_r.h: New files.
21838
21839         * lib/mktime.c (my_mktime_localtime_r): Remove; all uses changed to
21840         __localtime_r.
21841         (__localtime_r) [!defined _LIBC]: New macro.  Include <time_r.h>.
21842         (__mktime_internal) [!defined _LIBC]: Now extern, not static.
21843
21844         * lib/strftime.c (my_strftime_gmtime_r): Remove; all uses changed to
21845         __gmtime_r.
21846         (my_strftime_localtime_r): Remove; all uses changed to __localtime_r.
21847         (__gtime_r, __localtime_r) [!HAVE_TM_GMTOFF]: New macros.
21848         Include <time_r.h>.
21849
21850         * lib/timegm.c: Switch to glibc implementation, with the following
21851         changes:
21852         [defined HAVE_CONFIG_H]: Include <config.h>.
21853         [!defined _LIBC]: Include "timegm.h" rather than <time.h>.
21854         (__mktime_internal) [!defined _LIBC]: New decl.
21855         (__gmtime_r) [!defined _LIBC]: New macro and function.
21856         (timegm): Use a prototype, since gnulib assumes C89.
21857         Do not bother declaring tmp to be const, as it's not really usefu.
21858         * lib/timegm.h: Hoist "#include <time.h>" out of #ifdef.
21859         (timegm): Declare only if HAVE_DECL_TIMEGM.
21860
21861 2003-09-06  Paul Eggert  <eggert@twinsun.com>
21862
21863         * MODULES.html.sh (func_all_modules): Add time_r.
21864         * modules/time_r: New file.
21865         * modules/mktime, modules/strftime, modules/timegm: Depend on time_r.
21866         * modules/timegm: Depend on mktime.  Change maintainer to "all, glibc".
21867
21868 2003-09-03  Paul Eggert  <eggert@twinsun.com>
21869
21870         * lib/human.c (human_readable): Fix bug that rounded 10501 to 10k.
21871         Bug reported by Lute Kamstra in
21872         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00003.html>.
21873
21874         * lib/getdate.y (relative_time_table): Use tDAY_UNIT for "tomorrow",
21875         "yesterday", "today", and "now" rather than tMINUTE_UNIT.  Of
21876         course with correspondingly smaller numbers for tomorrow and
21877         yesterday.  From Tadayoshi Funaba.  Originally installed into
21878         sh-utils on 1999-08-07, but the patch got lost (I guess during the
21879         coreutils merge?).
21880
21881 2003-08-31  Simon Josefsson  <jas@extundo.com>
21882
21883         * modules/timegm: New file.
21884         * MODULES.html.sh (func_all_modules): Add timegm.
21885
21886 2003-08-31  Simon Josefsson  <jas@extundo.com>
21887
21888         * m4/timegm.m4: New file.
21889
21890 2003-08-31  Simon Josefsson  <jas@extundo.com>
21891
21892         * lib/timegm.h: New file.
21893         * lib/timegm.c: New file.  Based on
21894         wget-1.8.2/src/http.c:mktime_from_utc.
21895
21896 2003-08-31  Karl Berry  <karl@gnu.org>
21897
21898         * lib/argp.h: update from libc.
21899
21900 2003-08-28  Bruno Haible  <bruno@clisp.org>
21901
21902         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Remove AC_DEFINE of fnmatch here.
21903         This avoids havoc on compilers for which '#define fnmatch rpl_fnmatch'
21904         followed by '#define fnmatch fnmatch_posix' gives an error.
21905
21906 2003-08-28  Bruno Haible  <bruno@clisp.org>
21907
21908         * lib/binary-io.h: Undefine O_BINARY before defining it. This avoids a
21909         warning on QNX, which defines O_BINARY to 000000.
21910
21911 2003-08-27  Jim Meyering  <jim@meyering.net>
21912
21913         * m4/mkstemp.m4: Require that the system mkstemp be able to create
21914         70 temporary files, not just 30.  Tru64 V4.0F's mkstemp function
21915         would fail after 32.  Reported by Danny Levinson.  Details here:
21916         http://mail.gnu.org/archive/html/bug-coreutils/2003-08/msg00124.html
21917
21918 2003-08-24  Bruno Haible  <bruno@clisp.org>
21919
21920         * lib/binary-io.h: Include <stdio.h>, to avoid a compilation error when
21921         MSVC7 <stdio.h> is included later.
21922
21923 2003-08-22  Simon Josefsson  <jas@extundo.com>
21924
21925         * modules/strndup (Makefile.am): Add strndup.h to lib_SOURCES.
21926
21927 2003-08-20  Karl Berry  <karl@gnu.org>
21928
21929         * m4/lib-ld.m4: serial 1003 from gettext, no changes besides serial.
21930
21931 2003-08-20  Bruno Haible  <bruno@clisp.org>
21932
21933         * modules/progname: New file.
21934         * MODULES.html.sh (func_all_modules): Add progname.
21935
21936 2003-08-20  Bruno Haible  <bruno@clisp.org>
21937
21938         * lib/progname.h: New file, from GNU gettext.
21939         * lib/progname.c: New file, from GNU gettext.
21940         * lib/progreloc.c: New file, from GNU gettext.
21941
21942 2003-08-19  Jim Meyering  <jim@meyering.net>
21943
21944         * m4/lib-ld.m4: Revert yesterday's change, per Bruno's request here:
21945         http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00155.html
21946
21947 2003-08-19  Bruno Haible  <bruno@clisp.org>
21948
21949         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Don't check for <string.h> any
21950         more.
21951
21952 2003-08-19  Bruno Haible  <bruno@clisp.org>
21953
21954         * lib/xstrdup.c: Assume <string.h> exists.
21955
21956 2003-08-18  Paul Eggert  <eggert@twinsun.com>
21957
21958         * modules/stdbool: Add BUILT_SOURCES.  Prefer $@ to target name
21959         in makefile rules.
21960
21961 2003-08-18  Jim Meyering  <jim@meyering.net>
21962
21963         * m4/getloadavg.m4: Use [\t ], not [ \t] (where \t is a literal TAB).
21964         * m4/lib-ld.m4: Likewise.
21965
21966 2003-08-18  Jim Meyering  <jim@meyering.net>
21967
21968         * lib/setenv.h: Indent nested cpp directive.
21969         * lib/vasnprintf.c: Remove trailing blanks.
21970
21971 2003-08-17  Simon Josefsson  <jas@extundo.com>
21972
21973         * modules/xstrndup: New file.
21974         * MODULES.html.sh (func_all_modules): Add xstrndup.
21975
21976 2003-08-17  Simon Josefsson  <jas@extundo.com>
21977
21978         * modules/argp: Fix autoconf macro name. Add more dependencies.
21979
21980 2003-08-17  Simon Josefsson  <jas@extundo.com>
21981
21982         * m4/xstrndup.m4: New file.
21983
21984 2003-08-17  Simon Josefsson  <jas@extundo.com>
21985
21986         * m4/argp.m4: New file.
21987
21988 2003-08-17  Simon Josefsson  <jas@extundo.com>
21989             Bruno Haible  <bruno@clisp.org>
21990
21991         * lib/xstrndup.h: New file.
21992         * lib/xstrndup.c: New file.
21993
21994 2003-08-17  Bruno Haible  <bruno@clisp.org>
21995
21996         * modules/strndup (Files, Include): Add lib/strndup.h.
21997
21998 2003-08-17  Bruno Haible  <bruno@clisp.org>
21999
22000         * modules/euidaccess (Files): Add lib/euidaccess.h.
22001
22002 2003-08-17  Bruno Haible  <bruno@clisp.org>
22003
22004         * lib/strndup.h: New file.
22005
22006 2003-08-17  Bruno Haible  <bruno@clisp.org>
22007
22008         * gnulib-tool (func_create_testdir): Handle gl_USE_SYSTEM_EXTENSIONS
22009         like AC_GNU_SOURCE.
22010         * modules/extensions (configure.ac): Comment out the invocation of
22011         gl_USE_SYSTEM_EXTENSIONS.
22012
22013 2003-08-16  Paul Eggert  <eggert@twinsun.com>
22014
22015         Merges from coreutils, etc.
22016         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Insert ':' to prevent a syntax
22017         error in gl_FUNC_MATCH.  This fixes a bug I introduced on 2003-05-28.
22018         * m4/readlink.m4 (gl_PREREQ_READLINK): Renamed from gl_PREREQ_READLINE,
22019         fixing a typo.
22020         * m4/host-os.m4 (UTILS_HOST_OS): Add GNU/NetBSD, GNU/FreeBSD.
22021         * m4/hash.m4 (gl_HASH): Use AM_STDBOOL_H, not AC_HEADER_STDBOOL.
22022
22023 2003-08-16  Paul Eggert  <eggert@twinsun.com>
22024
22025         Document merge from coreutils.
22026         * modules/alloca: Append $(ALLOCA_H) to BUILT_SOURCES.
22027         * modules/fnmatch: Append $(FNMATCH_H) to BUILT_SOURCES.
22028         * modules/utime: Add m4/utimes-null.m4.
22029
22030 2003-08-16  Paul Eggert  <eggert@twinsun.com>
22031
22032         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Do not normalize white
22033         space, undoing this 2003-08-12 change:
22034         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
22035
22036 2003-08-16  Paul Eggert  <eggert@twinsun.com>
22037
22038         * config/srclist.txt: Get regex.h, strdup.c, strtoll.c,
22039         strtoul.c from libc, undoing this 2003-08-12 change:
22040         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
22041
22042 2003-08-16  Jim Meyering  <jim@meyering.net>
22043
22044         Merges from coreutils.
22045         * m4/readdir.m4 (GL_FUNC_READDIR): Change name to have GL_ (not jm_)
22046         prefix.  Adjust cache variables similarly.  Create 500 rather than
22047         just 300 files, to exercise bug on Darwin6.5, too.
22048         * m4/perl.m4 (jm_PERL): Use $am_missing_run, not undefined
22049         $missing_dir.
22050         * m4/jm-winsz1.m4: Require AC_SYS_POSIX_TERMIOS, not
22051         AM_SYS_POSIX_TERMIOS.
22052         Reported by mkc@mathdogs.com.
22053         Also change use of $am_cv_sys_posix_termios
22054         to $ac_cv_sys_posix_termios.  Reported by Andreas Schwab.
22055         * m4/getgroups.m4 (jm_FUNC_GETGROUPS): Rewrite to use AC_FUNC_GETGROUPS
22056         and (if needed) to call AC_LIBOBJ and to set GETGROUPS_LIB.
22057         * m4/fsusage.m4 [__GLIBC__]: GNU libc's statvfs stats each mount point
22058         in /proc/mounts until it finds one with matching device number.  This
22059         is unnecessary when the FILE argument *is* a mount point.  No stat call
22060         is necessary in that case.  So, disable the statvfs-testing code on
22061         systems with GNU libc.  Reported by Andrei Gaponenko via Tim Waugh
22062         as RedHat bug# 84846.
22063         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
22064         to 1MB, so as not to render systems with no stack size limit (e.g.,
22065         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
22066         Include <unistd.h>.  On some systems,
22067         it is required for the definition of _SC_PAGESIZE.
22068
22069 2003-08-16  Jim Meyering  <jim@meyering.net>
22070
22071         Merge from coreutils.
22072         * lib/xstrtoimax.c: #else #if -> #elif.
22073         * lib/xstrtoumax.c: Likewise.
22074
22075 2003-08-16  Jim Meyering  <jim@meyering.net>
22076
22077         * m4/utimes.m4 (gl_FUNC_UTIMES): New file.
22078         * m4/utimes.m4: Removed.
22079         * m4/utimes-null.m4: Renamed from utimes.m4.
22080
22081         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
22082         to 1MB, so as not to render systems with no stack size limit (e.g.,
22083         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
22084         Include <unistd.h>.  On some systems,
22085         it is required for the definition of _SC_PAGESIZE.
22086
22087 2003-08-16  Jim Meyering  <jim@meyering.net>
22088         and Paul Eggert  <eggert@cs.ucla.edu>
22089
22090         Merges from coreutils, etc.
22091
22092         * m4/jm-macros.m4 (AC_LANG_SOURCE(C)): New macro, undefine, then define
22093         using the latest version from cvs.  This avoids problems with #line
22094         directives using a vendor (Sun) compiler.
22095         (jm_MACROS): Bump prerequisite from 2.52g to 2.57.
22096         Don't set GETGROUPS_LIB here; now it's
22097         done via getgroups.m4's wrapper function.
22098         AC_SUBST OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, and MAN here,
22099         rather than just in sh-util/configure.in, so that the
22100         now-shared-by-fileutils-and-textutils lib/Makefile.am are all the
22101         same.
22102         Use AC_CONFIG_LIBOBJ_DIR(lib) to tell the new
22103         AC_FUNC_GETLOADAVG where to find getloadavg.c.
22104         Require AC_FUNC_FTW, gt_INTTYPES_PRI, gl_CLOCK_TIME,
22105         UTILS_SYS_OPEN_MAX, GL_FUNC_GETCWD_PATH_MAX, GL_FUNC_READDIR,
22106         gl_FSUSAGE, gl_MOUNTLIST, AC_FUNC_CANONICALIZE_FILE_NAME.
22107         Remove code that is now done by the newly-required macros.
22108         Append $(EXEEXT) to DF_PROG.
22109         AC_LIBOBJ fchdir-stub if fchdir doesn't exist; similarly for fchown.
22110         Do not invoke or require the following here,
22111         since prereq.m4 or some gnulib .m4 now does this for us:
22112         gl_REGEX, UTILS_FUNC_MKDIR_TRAILING_SLASH, jm_BISON, gl_FUNC_MKTIME,
22113         jm_FUNC_LSTAT, jm_FUNC_STAT, jm_FUNC_REALLOC, jm_FUNC_MALLOC,
22114         jm_FUNC_NANOSLEEP, jm_FUNC_READDIR, jm_FUNC_MEMCMP,
22115         jm_FUNC_GLIBC_UNLOCKED_IO, AC_FUNC_FNMATCH_GNU, jm_FUNC_PUTENV,
22116         jm_AC_PREREQ_XSTRTOUMAX, jm_AC_PREREQ_XSTRTOIMAX,
22117         AC_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, AC_FUNC_VPRINTF,
22118         vb_FUNC_RENAME, UTILS_FUNC_MKSTEP, jm_FUNC_UTIME, AM_FUNC_GETLINE,
22119         AC_FUNC_OBSTACK.
22120         Do not replace the following functions, as this is now the job
22121         of some gnulib .m4: strcasecmp, strncasecmp, dup2, gethostname,
22122         getusershell, sig2str, strcspn, stpcpy, strstr, strtol, strtoul
22123         strpbrk, euidaccess, memcmp, rmdir, rpmatch, strndup, strverscmp,
22124         atexit getpass, strdup, getpagesize.
22125         Replace 'raise'.
22126         Do not check for the following functions, as this is now the job
22127         of some gnulib .m4: bcopy, canonicalize_file_name, fchdir, ftime,
22128         getcwd, getmntinfo, resolvepath.  But check for sysctl, setreuid,
22129         setregid.
22130         (jm_CHECK_ALL_HEADERS): Do not check for fenv.h.
22131         Check for sys/sysctl.h.
22132         (jm_CHECK_ALL_TYPES): Do not require AC_STRUCT_TM, AC_STRUCT_TIMEZONE,
22133         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Invoke gt_TYPE_SSIZE_T instead
22134         of checking for ssize_t ourselves.
22135
22136         * m4/prereq.m4 (jm_PREREQ): Don't invoke macros; AC_REQUIRE them.
22137         Require every macro that gnulib/modules/* suggests for us.
22138         (jm_PREREQ_ADDEXT): New macro.
22139         (jm_PREREQ_STAT): Check for 'struct statfs' on Ultrix 4.4.
22140         Require jm_AC_TYPE_LONG_LONG instead of invoking it.
22141
22142         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): New macro.
22143         (gl_PHYSMEM): Use it.
22144         Also check for `table' function.
22145         Check for new headers and functions.
22146         Add check for sys/sysmp.h.
22147         With suggestions from Kaveh Ghazi.
22148         Ignore headers that are present but cannot be compiled.  This
22149         avoids spurious warnings on Solaris 9 sparc with Forte Developer 7
22150         C 5.4.
22151
22152 2003-08-15  Paul Eggert  <eggert@twinsun.com>
22153
22154         Document merge from coreutils.
22155         * modules/userspec: Depend on posixver.
22156         * modules/strftime: Depend on tzset.
22157
22158 2003-08-15  Paul Eggert  <eggert@twinsun.com>
22159
22160         * lib/config.charset, ref-add.sin, ref-del.sin: Use three spaces,
22161         rather than tab, after '#' in shell-script copyright notices.
22162         Suggested by Bruno Haible.
22163
22164 2003-08-15  Paul Eggert  <eggert@twinsun.com>
22165
22166         * config/srclist-update: Use three spaces, rather than tab, after '#'
22167         in shell-script copyright notices.  Suggested by Bruno Haible.
22168         Remove unnecessary parenthesization in regular expression.
22169
22170 2003-08-15  Jim Meyering  <jim@meyering.net>
22171
22172         Merge from coreutils.
22173         * lib/xgethostname.c: Include <stdlib.h>.
22174         (xghostname): Don't exit for anything other than memory-related
22175         failure; just return NULL.
22176         * lib/userspec.c: Include "posixver.h".
22177         (parse_user_spec): Accept `.' as a separator only
22178         in pre-POSIX-200112 mode.
22179         * lib/strtoimax.c: Use #elif rather than #else #if.
22180         * lib/strftime.c (my_strftime) [!_LIBC && HAVE_TZNAME && HAVE_TZSET]:
22181         Remove function, now that we can rely on a working tzset function.
22182         [!_LIBC]: Ensure that the required autoconf test has been run.
22183         [!defined _NL_CURRENT && HAVE_STRFTIME]:
22184         Use underlying_strftime for %r.
22185         * lib/sha.c: Merge in some clean-up and optimization changes from
22186         glibc.
22187         * lib/sha.c (sha_stream) [BLOCKSIZE]: Move definition to top of file.
22188         Ensure that it is a multiple of 64.
22189         Rearrange loop exit tests so as to avoid performing an
22190         additional fread after encountering an error or EOF.
22191         * lib/realloc.c: Update copyright date.
22192
22193 2003-08-15  Jim Meyering  <jim@meyering.net>
22194         and Paul Eggert  <eggert@twinsun.com>
22195
22196         Merge from coreutils.
22197         * lib/readutmp.h (HAVE_UTMPX_H): Undef if struct utmp has the ut_exit
22198         member but strut utmpx does not.  Needed for AIX 4.3.3.
22199         (UT_EXIT_E_TERMINATION, UT_EXIT_E_EXIT): Define.
22200
22201 2003-08-15  Jim Meyering  <jim@meyering.net>
22202         and Paul Eggert  <eggert@cs.ucla.edu>
22203
22204         Merges from coreutils, etc.
22205         * m4/strftime.m4 (_jm_STRFTIME_PREREQS):
22206         Require gl_FUNC_TZSET_CLOBBER.
22207         * m4/readutmp.m4 (gl_READUTMP): Check for ut_exit.ut_exit,
22208         ut_exit.e_exit, ut_exit.ut_termination, and ut_exit.e_termination
22209         members.
22210
22211 2003-08-14  Paul Eggert  <eggert@twinsun.com>
22212
22213         Help the merge from coreutils.
22214         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): New macro.
22215         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use it.
22216         * m4/tzset.m4: Use it too.
22217
22218 2003-08-14  Paul Eggert  <eggert@twinsun.com>
22219
22220         * modules/tzset: New file.
22221
22222 2003-08-14  Jim Meyering  <jim@meyering.net>
22223
22224         Merges from coreutils.
22225         * modules/fnmatch: Use the `$(FNMATCH_H)' notation for AC_REPLACED
22226         variable names, rather than @FNMATCH_H@.
22227         * modules/alloca: Likewise for $(ALLOCA_H).
22228
22229         * modules/fnmatch (fnmatch.h): Use `$@' in the commands, in place of
22230         the three copies of the literal target, `fnmatch.h'.
22231         * modules/alloca (alloca.h): Likewise.
22232
22233 2003-08-14  Jim Meyering  <jim@meyering.net>
22234
22235         Merge from coreutils.
22236         * m4/tzset.m4: New file.
22237         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Move the
22238         MOUNTED_VMOUNT test to precede the MOUNTED_GETMNTENT1 tests, since
22239         otherwise, AIX 5.1 systems would end up using the latter.
22240         MOUNTED_GETMNTENT1 support is inadequate on such systems: 1) detecting
22241         whether a file system is remote doesn't work  2) the MOUNTED_VMOUNT
22242         code reports the HOSTNAME:/MOUNT_POINT, while the MOUNTED_GETMNTENT1
22243         code reports merely /MOUNT_POINT.  Reported by Mike Jetzer.
22244
22245 2003-08-14  Jim Meyering  <jim@meyering.net>
22246
22247         Merge from coreutils.
22248         * lib/obstack.h: Whitespace changes.
22249         * lib/mountlist.c: Remove anachronistic casts of xmalloc, xrealloc,
22250         and xcalloc return values.
22251         (read_filesystem_list) [MOUNTED_GETFSSTAT]:
22252         Use MNT_NOWAIT, rather than MNT_WAIT.  Otherwise, `df DIR' could
22253         hang on OSF/1 5.1 for DIR on both local and remote file systems.
22254         Reported by (and fix confirmed by) Nelson H. F. Beebe.
22255         (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
22256         error from mntctl.
22257         Use mntctl's return value to drive the entry-processing loop, since
22258         we can't rely on the value of the vmt_length member in the last
22259         entry.  On some systems doing so could result in exhausting
22260         virtual memory.  Based in part on a patch from Mike Jetzer.
22261
22262 2003-08-14  Jim Meyering  <jim@meyering.net>
22263         and Paul Eggert  <eggert@twinsun.com>
22264
22265         Merges from coreutils, plus other fixes.
22266         * lib/physmem.c: Merge in portability changes from gcc/libiberty
22267         to support AIX, IRIX, Tru64, and Windows.  See the ChangeLog there
22268         for credits and details.  Thanks to Kaveh Ghazi for helping
22269         to keep these files in sync.
22270         (ARRAY_SIZE): Define it.
22271         (physmem_total, physmem_available): Add comments. From Kaveh Ghazi.
22272         * lib/memcasecmp.c: Remove unnecessary parentheses after 'defined'.
22273         (memcasecmp): Don't assume size_t fits in unsigned int.
22274         Remove casts and duplicate code.
22275         * lib/md5.c: Include <string.h> and <stdlib.h> unconditionally.
22276         (memcpy): Remove definition.
22277         Merge in some clean-up and optimization changes from glibc.
22278         [BLOCKSIZE]: Move definition to top of file.
22279         Ensure that it is a multiple of 64.
22280         Rearrange loop exit tests so as to avoid performing an
22281         additional fread after encountering an error or EOF.
22282         * lib/md5.h (md5_uintptr): Define.
22283         * lib/makepath.c (CLEANUP_CWD): Report an error if we failed to
22284         return to the initial working directory.  Preserve errno
22285         for caller.
22286         * lib/idcache.c: Include "xalloc.h".
22287         (xmalloc, xrealloc): Remove decls.
22288         (getuser): Remove casts no longer required in C89.
22289         * lib/human.c: Include stdio.h, for sprintf.
22290         * lib/group-member.c: Include "xalloc.h".
22291         (xmalloc, xrealloc): Remove decls.
22292         (get_group_info): Remove casts no longer required in C89.
22293         * lib/getusershell.c (readname): Remove casts no longer required in
22294         C89.
22295         * lib/gettimeofday.c (rpl_gmtime, rpl_tzset): New functions.
22296         * lib/getline.c: Whitespace fix, from coreutils.
22297
22298 2003-08-13  Paul Eggert  <eggert@twinsun.com>
22299
22300         * m4/exclude.m4 (gl_EXCLUDE): Require AC_C_INLINE, AC_HEADER_STDC.
22301         Check for isascii.
22302
22303         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
22304         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
22305         Undo previous (whitespace-only) change.
22306
22307 2003-08-13  Paul Eggert  <eggert@twinsun.com>
22308
22309         * lib/exclude.c: Include <ctype.h>
22310         (IN_CTYPE_DOMAIN): New macro.
22311         (is_space): New fn.
22312         (add_exclude_file): If LINE_END is a space, ignore trailing spaces
22313         and empty lines.
22314
22315         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
22316         Undo previous (whitespace-only) change.
22317
22318 2003-08-13  Paul Eggert  <eggert@twinsun.com>
22319
22320         * config/srclist-update: Change update back to the old behavior,
22321         leaving whitespace alone.  Use one 'sed' command rather than a
22322         pipeline.
22323         (fixlicense): Now a variable, not a function.
22324         (remove_trailing_blanks): Remove.
22325         (fixfile): Don't invoke unexpand or cat, or remove trailing blanks.
22326         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
22327         Undo previous (whitespace-only) change.
22328
22329 2003-08-12  Paul Eggert  <eggert@twinsun.com>
22330
22331         Merge from coreutils.
22332         * modules/euidaccess: Add lib_SOURCES, include for new
22333         file euidaccess.h
22334
22335 2003-08-12  Paul Eggert  <eggert@twinsun.com>
22336
22337         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
22338         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
22339         Normalize leading white space and remove trailing white space.
22340
22341         Merge from coreutils
22342         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): Check for euidaccess decl.
22343
22344         * m4/lib-ld.m4, lib-link.m4, lib-prefix.m4: Regenerate from gettext
22345         0.12.1.  These files are now being upgraded automatically by
22346         ../config/srclist-update.
22347
22348 2003-08-12  Paul Eggert  <eggert@twinsun.com>
22349
22350         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
22351         Normalize leading white space and remove trailing white space.
22352         * lib/ref-add.sin, ref-del.sin: Use '#' before empty line in copyright
22353         notice, as per ../config/srclist-update.
22354
22355         Merge from coreutils.
22356         * lib/euidaccess.h: New file.
22357         * lib/euidaccess.c: Include it.
22358         * lib/.cppi-disable: Add printf-args.h, printf-parse.h, stdbool_.h,
22359         vasnprintf.h, vasprintf.h.  Remove strdup.c, gettext.h.
22360         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Normalize white space.
22361
22362 2003-08-12  Paul Eggert  <eggert@twinsun.com>
22363
22364         * config/srclist-update: Add copyright notice.
22365         (remove_id_lines, remove_trailing_blanks): New constants.
22366         (fixfile): Use them to normalize spacing a bit in copied files.
22367         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
22368         Normalize leading white space and remove trailing white space.
22369
22370         * config/texinfo.tex: Sync with texinfo.
22371
22372         * config/srclist.txt: Don't get regex.h, strdup.c, strtoll.c,
22373         strtoul.c from libc, to merge coreutils whitespace changes.
22374
22375         * config/srclist.txt: Get the following m4 files from gettext:
22376         codeset.m4, gettext.m4, glibc21.m4, iconv.m4, intdiv0.m4,
22377         inttypes-pri.m4, lcmessage.m4, lib-ld.m4, lib-link.m4, lib-prefix.m4,
22378         longdouble.m4, nls.m4, po.m4, progtest.m4, signed.m4, wchar_t.m4,
22379         wint_t.m4.
22380
22381 2003-08-12  Karl Berry  <karl@gnu.org>
22382
22383         * config/srclist.txt: can't sync vasnprintf.c any more, changes have
22384         been made.
22385
22386 2003-08-11  Paul Eggert  <eggert@twinsun.com>
22387
22388         * modules/gnu-source, m4/gnu-source.m4:
22389         Remove; we're assuming Autoconf 2.54 or later now.
22390         Suggested by Bruno Haible.
22391         * MODULES.html.sh (func_all_modules): Remove gnu-source.
22392
22393 2003-08-11  Bruno Haible  <bruno@clisp.org>
22394
22395         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Also check for wcslen.
22396
22397 2003-08-11  Bruno Haible  <bruno@clisp.org>
22398
22399         * lib/vasnprintf.c (local_wcslen): New function, for Solaris 2.5.1.
22400         (vasnprintf): Use it instead of wcslen.
22401
22402 2003-08-11  Bruno Haible  <bruno@clisp.org>
22403
22404         * lib/stdbool_.h (_Bool): Undo last change; instead use a negative enum
22405         value to ensure that _Bool promotes to int. Use #define for _Bool when
22406         using the Solaris C compiler. Adds comments suggested by Paul Eggert.
22407
22408 2003-08-10  Karl Berry  <karl@gnu.org>
22409
22410         * lib/regex.h: update from libc (whitespace fix).
22411
22412 2003-08-09  Paul Eggert  <eggert@twinsun.com>
22413
22414         Merge some files from coreutils.  These changes were
22415         originally made by Jim Meyering.
22416         * lib/acl.c: Include <sys/types.h> before <sys/stat.h>;
22417         many older Unixes require this.
22418         * lib/alloca.c (alloca): Remove cast to argument of free;
22419         no longer needed in C89.
22420         * lib/alloca_.h, regex.h: Fix white space to match
22421         what GNU indent does.
22422
22423 2003-08-09  Paul Eggert  <eggert@twinsun.com>
22424
22425         * m4/regex.m4 (jm_INCLUDED_REGEX): Change "\201" to "\371";
22426         apparently Emacs's Unicode mode got confused before my 2003-08-05
22427         checkin.
22428
22429 2003-08-08  Paul Eggert  <eggert@twinsun.com>
22430
22431         * m4/extensions.m4: New file.
22432         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC):
22433         Require gl_USE_SYSTEM_EXTENSIONS.
22434         * m4/unlocked-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO):
22435         Require gl_USE_SYSTEM_EXTENSIONS rather than AC_GNU_SOURCE.
22436
22437 2003-08-08  Paul Eggert  <eggert@twinsun.com>
22438
22439         * MODULES.html.sh (func_all_modules): Add extensions, gnu-source.
22440         * modules/extensions, modules/gnu-source: New files.
22441         * modules/timespec, modules/unlocked-io: Depend on extensions.
22442
22443 2003-08-07  Paul Eggert  <eggert@twinsun.com>
22444
22445         * modules/restrict: New file.
22446         * MODULES.html.sh (func_all_modules): Add restrict.
22447         * modules/regex: Depend on restrict.
22448
22449 2003-08-07  Paul Eggert  <eggert@twinsun.com>
22450
22451         * m4/restrict.m4: New file.
22452         * m4/regex.m4 (jm_PREREQ_REGEX): Add gl_C_RESTRICT.
22453
22454 2003-08-07  Bruno Haible  <bruno@clisp.org>
22455
22456         * modules/getndelim2 (Makefile.am): Add the files to EXTRA_DIST, not
22457         lib_SOURCES, because getndelim2.m4 now uses AC_LIBOBJ(getndelim2).
22458
22459 2003-08-07  Bruno Haible  <bruno@clisp.org>
22460
22461         * m4/getndelim2.m4 (gl_GETNDELIM2): Use AC_LIBOBJ(getndelim2). This
22462         makes the module 'getndelim2' compatible with the module 'getline'.
22463
22464 2003-08-05  Paul Eggert  <eggert@twinsun.com>
22465
22466         * m4/regex.m4 (jm_INCLUDED_REGEX): Replace a single non-ASCII
22467         byte with "\201" to avoid glitches when editing that source file
22468         with multi-gnome-terminal.
22469
22470 2003-08-05  Paul Eggert  <eggert@twinsun.com>
22471
22472         * lib/bumpalloc.h: Remove.
22473
22474 2003-08-05  Paul Eggert  <eggert@twinsun.com>
22475
22476         * MODULES.html.sh (func_all_modules): Remove bumpalloc.
22477         * modules/bumpalloc: Remove.
22478
22479 2003-08-04  Paul Eggert  <eggert@twinsun.com>
22480
22481         * lib/getloadavg.c: Change copyright notice and spacing to conform to
22482         GNU coding style.
22483
22484         Merge from coreutils.
22485         * lib/error.c [!USE_IN_LIBIO]: Omit this case; assume USE_IN_LIBIO is
22486         1. From glibc.
22487         * lib/getdate.y (date): Also accept dates like May-23-2003; suggestion
22488         from Karl Berry, implemented by Jim Meyering.
22489         * lib/getgroups.c: Include "xalloc.h" instead of declaring xalloc fns;
22490         from Dmitry V. Levin.
22491         Remove anachronistic cast of xrealloc.
22492         * lib/fnmatch_.h (__const): Remove.  Use 'const'.
22493         * lib/fnmatch_loop.c (NEW_PATTERN): Cast alloca return value to proper
22494         type. Otherwise, it wouldn't compile with at least /bin/cc on
22495         ymp-cray-unicos9.0.2.X.
22496         Combine two mostly-identical uses of alloca into one.
22497         Thanks to the Cray-Cyber project for access to a Cray Y-MP.
22498
22499 2003-08-04  Dave Love  <d.love@dl.ac.uk>
22500
22501         [From Emacs.]
22502
22503         * lib/getloadavg.c: Check `__unix' as well as `unix'.  Use #ifdef, not
22504         #if.  Check HAVE_LIBKSTAT as well as LOAD_AVE_TYPE.  Check
22505         F_SETFD, not FD_SETFD.  Use HAVE_STRUCT_NLIST_N_UN_N_NAME, not
22506         obsolete NLIST_NAME_UNION.
22507         [__GNU__]: Undef BSD and FSCALE.
22508         [!NLIST_STRUCT]: Remove conditional definition of NLIST_STRUCT.
22509
22510 2003-08-03  Paul Eggert  <eggert@twinsun.com>
22511
22512         * lib/stdbool_.h (_Bool): Make it signed char, instead of
22513         an enum type, so that it's guaranteed to promote to int.  See:
22514         <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00124.html>
22515
22516 2003-08-03  Karl Berry  <karl@gnu.org>
22517
22518         * config/depcomp: update from automake.
22519
22520 2003-07-31  Paul Eggert  <eggert@twinsun.com>
22521
22522         * lib/strerror.c: Include config.h, limits.h.  Declare sprintf.
22523         (strerror): Don't assume that a printable int fits in 14 bytes.
22524
22525 2003-07-31  Bruno Haible  <bruno@clisp.org>
22526
22527         * modules/getpass-gnu: New file.
22528         * MODULES.html.sh (func_all_modules): Add getpass-gnu.
22529
22530 2003-07-31  Bruno Haible  <bruno@clisp.org>
22531
22532         * m4/getpass.m4 (gl_FUNC_GETPASS_GNU): New macro.
22533
22534 2003-07-24  Karl Berry  <karl@gnu.org>
22535
22536         * config/missing: update from automake.
22537
22538 2003-07-24  Derek Robert Price  <derek@ximbiot.com>
22539             Bruno Haible  <bruno@clisp.org>
22540
22541         * lib/getline.h (getline, getdelim): Change return type to ssize_t.
22542         * lib/getline.c (getline, getdelim): Likewise.
22543         Remove _GNU_SOURCE define; now it's defined in config.h through
22544         m4/getline.m4.
22545
22546 2003-07-23  Karl Berry  <karl@gnu.org>
22547
22548         * config/config.sub: update from prep.
22549
22550 2003-07-22  Paul Eggert  <eggert@twinsun.com>
22551
22552         * modules/xalloc (Depends-on): Add exitfail.
22553         * modules/xmemcoll: Likewise.
22554
22555 2003-07-22  Paul Eggert  <eggert@twinsun.com>
22556
22557         * lib/xalloc.h (XCALLOC, XREALLOC, CCLONE): Fix under- and
22558         over-parenthesization in macros.
22559
22560         Sync with coreutils.
22561
22562         * lib/xalloc.h (XMALLOC, XCALLOC, XREALLOC): Remove casts not
22563         required by C99.
22564
22565         Use `exit_failure' for xalloc and xmemcoll instead of their own
22566         private exit-failure variables.
22567         * lib/xalloc.h (xalloc_exit_failure): Remove.
22568         * lib/xmalloc.c: Likewise.  Include exitfail.h.
22569         (xalloc_die): Use exit_failure instead of xalloc_exit_failure.
22570         * lib/xmemcoll.h (xmemcoll_exit_failure): Remove.
22571         * lib/xmemcoll.c: Likewise.  Include exitfail.h.
22572         (xmemcoll): Use exit_failure instead of xalloc_exit_failure.
22573
22574 2003-07-20  Jim Meyering  <jim@meyering.net>
22575
22576         * modules/closeout (Depends-on): Add exitfail.
22577         Suggestion from Bruno Haible.
22578
22579 2003-07-19  Karl Berry  <karl@gnu.org>
22580
22581         * config/config.sub: update from prep.
22582
22583 2003-07-18  Paul Eggert  <eggert@twinsun.com>
22584
22585         * lib/closeout.h (close_stdout_set_status, close_stdout_status):
22586         Remove.
22587         * lib/closeout.c: Likewise.  Include "closeout.h" right after config.h,
22588         to test that it can stand by itself.  Include "exitfail.h".
22589         Clients should set exit_failure instead.
22590         (EXIT_FAILURE): Remove; no longer needed.  Do not include <stdlib.h>.
22591
22592 2003-07-18  Bruno Haible  <bruno@clisp.org>
22593
22594         * modules/getndelim2: New file.
22595         * modules/getline: Share files with module getndelim2.
22596         * modules/getnline: Depend on getndelim2 instead of sharing files with
22597         it. Add getnline.c to lib_SOURCES.
22598         * MODULES.html.sh (func_all_modules): Add getndelim2.
22599
22600 2003-07-18  Bruno Haible  <bruno@clisp.org>
22601
22602         * m4/getndelim2.m4: New file.
22603         * m4/getline.m4 (AM_FUNC_GETLINE): Add AC_LIBOBJ of getndelim2.c and
22604         invoke gl_PREREQ_GETNDELIM2.
22605         (gl_PREREQ_GETLINE): Drop AC_HEADER_STDC, now done by
22606         gl_PREREQ_GETNDELIM2.
22607         * m4/getnline.m4 (gl_GETNLINE): Drop AC_HEADER_STDC, now done by
22608         gl_GETNDELIM2.
22609
22610 2003-07-18  Bruno Haible  <bruno@clisp.org>
22611
22612         * lib/getndelim2.h: New file.
22613         * lib/getndelim2.c: Make into a module of its own. Include config.h,
22614         getndelim2.h.
22615         (getndelim2): Make non-static. Change return type to ssize_t.
22616         * lib/getline.h: Change argument names.
22617         * lib/getline.c: Include getndelim2.h instead of getndelim2.c.
22618         * lib/getnline.c: Include getndelim2.h.
22619
22620 2003-07-18  Andreas Schwab  <schwab@suse.de>
22621
22622         * lib/memcoll.c (memcoll) [!HAVE_STRCOLL]: Clear errno.
22623
22624 2003-07-17  Karl Berry  <karl@gnu.org>
22625
22626         * config/config.sub: update from prep.
22627
22628 2003-07-17  Bruno Haible  <bruno@clisp.org>
22629
22630         * modules/getnline: New file.
22631         * modules/getline: Add lib/getndelim2.c to source file list.
22632         * MODULES.html.sh (func_all_modules): Add getnline.
22633
22634 2003-07-17  Bruno Haible  <bruno@clisp.org>
22635
22636         * m4/getnline.m4: New file.
22637
22638 2003-07-17  Bruno Haible  <bruno@clisp.org>
22639
22640         * m4/Makefile.am.in: Remove file.
22641         * m4/Makefile.am: Remove file.
22642         * m4/Makefile.in: Remove file.
22643
22644 2003-07-17  Bruno Haible  <bruno@clisp.org>
22645
22646         * lib/getnline.h: New file.
22647         * lib/getnline.c: New file.
22648         * lib/getndelim2.c: New file, extracted from getline.c.
22649         (getndelim2): Renamed from getdelim2, with added nmax argument.
22650         * lib/getline.c: Include getndelim2.c.
22651         (getdelim2): Moved out to getndelim2.c.
22652         (getline, getdelim): Update.
22653
22654 2003-07-17  Bruno Haible  <bruno@clisp.org>
22655
22656         * lib/Makefile.am: Remove file.
22657         * lib/Makefile.in: Remove file.
22658
22659 2003-07-17  Bruno Haible  <bruno@clisp.org>
22660
22661         * configure.in: Remove file.
22662         * Makefile.in: Remove file.
22663
22664 2003-07-17  Bruno Haible  <bruno@clisp.org>
22665
22666         * MODULES.html.sh: Put the </BODY> right before </HTML>.
22667
22668 2003-07-16  Karl Berry  <karl@gnu.org>
22669
22670         * config/srclist-update: was running fixlicense twice, which caused
22671                 texinfo.tex to be nullified for some reason.  Simplify,
22672                 $gplsrc is no longer needed as far as I can see?
22673
22674 2003-07-16  Jim Meyering  <jim@meyering.net>
22675
22676         * modules/save-cwd: Depend on xgetcwd.  From Derek Price.
22677
22678 2003-07-15  Paul Eggert  <eggert@twinsun.com>
22679
22680         * config/srclist.txt: Get the following files from gettext-runtime/intl
22681         instead: config.charset, localcharset.c, localcharset.h, ref-add.sin,
22682         ref-del.sin.  From Bruno Haible.
22683         * config/srclist-update (fixfile): Change grep pattern again, since the
22684         previous fix didn't work (there was another trailing $).  Use
22685         '[$]' to escape the $s.
22686
22687 2003-07-15  Karl Berry  <karl@gnu.org>
22688
22689         * lib/vasnprintf.c: update from gettext.
22690
22691 2003-07-15  Karl Berry  <karl@gnu.org>
22692
22693         * config/srclist-update (fixfile): Change grep pattern, since 'Id'
22694         gets expanded when surrounded by '$'.
22695
22696 2003-07-15  Jim Meyering  <jim@meyering.net>
22697
22698         * modules/save-cwd: Don't depend on error.  From Derek Price.
22699
22700 2003-07-15  Jim Meyering  <jim@meyering.net>
22701
22702         * lib/makepath.c (make_path): Enclose diagnostic in _(...).
22703
22704 2003-07-14  Simon Josefsson  <jas@extundo.com>
22705
22706         * modules/mempcpy: New file.
22707         * MODULES.html.sh (func_all_modules): Add mempcpy.
22708
22709 2003-07-14  Simon Josefsson  <jas@extundo.com>
22710
22711         * m4/mempcpy.m4: New file.
22712
22713 2003-07-14  Simon Josefsson  <jas@extundo.com>
22714
22715         * lib/mempcpy.h: New file.
22716         * lib/mempcpy.c: New file.
22717
22718 2003-07-14  Paul Eggert  <eggert@twinsun.com>
22719
22720         * modules/getdate, modules/posixtm: Depend on mktime.
22721
22722 2003-07-14  Paul Eggert  <eggert@twinsun.com>
22723
22724         * lib/ceill.c, expl.c, floorl.c, frexpl.c, ldexpl.c, mathl.h,
22725         sincosl.c, sqrtl.c, trigl.c, trigl.h, poll.c, poll_.h, mkstemp.c,
22726         unicodeio.c, unicodeio.h, unlocked-io.h:
22727         Switch from LGPL to GPL.
22728
22729 2003-07-14  Paul Eggert  <eggert@twinsun.com>
22730
22731         * lib/asnprintf.c, asprintf.c, config.charset, gettext.h,
22732         localcharset.c, localcharset.h, mkdtemp.c, printf-args.c,
22733         printf-args.h, printf-parse.c, printf-parse.h, ref-add.sin,
22734         ref-del.sin, setenv.c, unsetenv.c, vasnprintf.c, vasnprintf.h,
22735         vasprintf.c, vasprintf.h: Regenerate.  These files are now being
22736         updated automatically by ../config/srclist-update.  This changes
22737         their license from LPGL to GPL.
22738
22739 2003-07-14  Paul Eggert  <eggert@twinsun.com>
22740
22741         * config/srclist.txt: Add tons more gettext files.  $GETTEXT is now
22742         assumed to refer to the root of the most recent stable gettext version.
22743         * config/srclistvars.sh: Add defaults for eggert.
22744         * config/srclist-update: Convert LGPL to GPL in shell scripts, too.
22745         Match "This program" as well as "The program".  This is needed
22746         for gettext.
22747
22748 2003-07-14  Jim Meyering  <jim@meyering.net>
22749
22750         Don't emit diagnostics.  Let callers do that.
22751         * lib/save-cwd.c: Don't include "error.h".
22752         (save_cwd): Don't call error.  Ensure that errno is valid
22753         when returning nonzero.
22754
22755         * lib/save-cwd.h (restore_cwd): Update prototype.
22756         * lib/save-cwd.c (restore_cwd): Remove two parameters.
22757         Simplify.  Don't call error upon failure.  Let callers do that.
22758         (save_cwd): Mention that Irix 5.3 has the same problem as SunOS 4
22759         when auditing is enabled.  But don't bother updating the #if.
22760
22761 2003-07-11  Alexandre Duret-Lutz  <adl@gnu.org>
22762
22763         * lib/obstack.h (__INT_TO_PTR): Revert change of 2003-03-13;
22764         it breaks C++ compilation.
22765         [!__GNUC__ || !__STDC__] (obstack_finish): Cast result to void*.
22766
22767 2003-07-10  Simon Josefsson  <jas@extundo.com>
22768
22769         * modules/strchrnul (Makefile.am): Add strchrnul.h.
22770
22771 2003-07-10  Jim Meyering  <jim@meyering.net>
22772
22773         * m4/clock_time.m4: Remove trailing blank.
22774         * m4/intmax_t.m4: Likewise.
22775
22776 2003-07-10  Jim Meyering  <jim@meyering.net>
22777
22778         * lib/vasnprintf.c: Remove trailing blanks.
22779         Make cpp indentation consistent.
22780
22781 2003-07-09  Paul Eggert  <eggert@twinsun.com>
22782
22783         * lib/alloca_.h, euidaccess.c, getpass.c, memrchr.c, obstack.h,
22784         posixver.c, strftime.c, strnlen.c, strverscmp.c:
22785         Switch from LGPL to GPL.
22786
22787 2003-07-09  Paul Eggert  <eggert@twinsun.com>
22788
22789         * config/srclist.txt: Sort sublists.  Add
22790         $LIBCSRC/sysdeps/generic/strtoul.c. In comments, add more libc files
22791         that differ from gnulib for one reason or another; we'd like this list
22792         to be smaller but for now let's document what we have.
22793
22794 2003-07-08  Paul Eggert  <eggert@twinsun.com>
22795
22796         * config/srclist-update: Port to POSIX 1003.1-2001 hosts by avoiding
22797         the use of GNU extensions.  Change "x=`eval echo $x`" to the shorter
22798         and sweeter "eval x=$x".
22799         * config/srclist.txt: Get lib/argp* from glibc.
22800
22801 2003-07-07  Paul Eggert  <eggert@twinsun.com>
22802
22803         * lib/mktime.c: Fix some boundary cases and remove need for floating
22804         point.
22805
22806         Issue a compile-time diagnostic if time_t is floating point, or if
22807         two's complement arithmetic is not in effect, or if arithmetic
22808         right shift does not propagate the sign.  These assumptions were
22809         all in the original code but they weren't checked.
22810
22811         (TIME_T_MIDPOINT, verify): New macros.
22812         (__isleap): Remove; it has integer overflow problems.
22813         (leapyear): New function, without those problems.
22814         (ydhms_tm_diff): Remove; splitting into two parts.
22815         (ydhms_diff): New function, containing the arithmetic part of
22816         the old ydhms_tm_diff function.  Issue a compile-time
22817         diagnostic if we are not using C99 integer division.
22818         Avoid casts when possible.
22819         (guess_time_tm): New function, containing the checking part of
22820         the old ydhms_tm_diff function.  Return the new value, rather than
22821         the difference between it and the old.  Accept a new argument T
22822         so that *T specifies the old value.  Check for overflow in the result.
22823
22824         (__mktime_internal): Use a time_t offset, not a long int offset.
22825         This undoes the 2003-06-04 change, which is no longer needed now
22826         that we have better overflow checking.
22827         (localtime_offset): Likewise.
22828
22829         (__mktime_internal): Avoid harmful overflow on hosts where time_t
22830         and long are 64-bit but int is only 32-bit.
22831         (ydhms_diff): Use long int to store year1 and yday1.
22832         Issue a compile-time diagnostic if long int is not wide enough.
22833
22834         (__mktime_internal): Use long int to store adjusted year and yday.
22835         Use plain C rather than preprocessor commands, if that doesn't
22836         affect efficiency.
22837         Check for overflow (and try to repair) after each probe
22838         rather than checking only at the very end.  This avoids some bugs
22839         (e.g., southern hemisphere, behind GMT, and GMT offset at minimum time
22840         does not equal GMT offset at maximum time).
22841         Use integer to check for overflow rather than floating point; this
22842         is more portable to non-IEEE hosts, and is a tad faster.
22843         When we detect that we are oscillating between two values,
22844         don't check whether tm_isdst has the requested value, since
22845         we already know the answer.  When tm_isdst has the wrong value,
22846         use a different heuristic to find the right one, based on the
22847         extreme values actually observed in practice in tz2003a,
22848         rather than the (overly optimistic) "previous 3 calendar quarters".
22849
22850         (not_equal_tm, print_tm, check_result): Use "const T" rather than
22851         "T const" to accommodate glibc style.
22852         (check_result): Use less-confusing report format.  "long" -> "long int.
22853         (main): Likewise.
22854         Don't loop if the iteration overflows time_t.
22855         Allow a negative step in the iteration.
22856
22857 2003-07-06  Karl Berry  <karl@gnu.org>
22858
22859         * config/depcomp: update from automake.
22860         * config/config.sub: update from prep.
22861
22862 2003-07-03  Karl Berry  <karl@gnu.org>
22863
22864         * config/config.guess: update from prep.
22865
22866 2003-07-01  Paul Eggert  <eggert@twinsun.com>
22867
22868         * m4/xreadlink.m4 (gl_XREADLINK): Don't check for sys/types.h, since
22869         xreadlink.c now includes it unconditionally.
22870
22871 2003-07-01  Paul Eggert  <eggert@twinsun.com>
22872
22873         * lib/xreadlink.c: Include <sys/types.h> unconditionally, instead of
22874         having it depend on HAVE_SYS_TYPES_H.
22875
22876 2003-07-01  Bruno Haible  <bruno@clisp.org>
22877
22878         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Don't include <unistd.h>.
22879         <sys/types.h> should be sufficient.
22880         Reported by Paul Eggert.
22881
22882 2003-06-26  Karl Berry  <karl@gnu.org>
22883
22884         * config/depcomp: update from automake.
22885
22886 2003-06-26  Bruno Haible  <bruno@clisp.org>
22887
22888         * modules/human: Depend on module stdbool.
22889
22890 2003-06-25  Bruno Haible  <bruno@clisp.org>
22891
22892         * modules/readlink: New file.
22893         * modules/xreadlink: Depend on it.
22894         * MODULES.html.sh (func_all_modules): Add readlink.
22895
22896 2003-06-25  Bruno Haible  <bruno@clisp.org>
22897
22898         * m4/readlink.m4: New file.
22899
22900 2003-06-25  Bruno Haible  <bruno@clisp.org>
22901
22902         * lib/readlink.c: New file.
22903
22904 2003-06-22  Karl Berry  <karl@gnu.org>
22905
22906         * config/srclist.txt: update mkinstalldirs from automake.
22907         * config/mkinstalldirs: update.
22908
22909 2003-06-22  Bruno Haible  <bruno@clisp.org>
22910
22911         Portability to mingw32.
22912         * m4/ssize_t.m4: New file, from GNU gettext.
22913         * m4/safe-read.m4 (gl_PREREQ_SAFE_READ): Require gt_TYPE_SSIZE_T.
22914         * m4/xreadlink.m4 (gl_XREADLINK): Require gt_TYPE_SSIZE_T.
22915
22916 2003-06-22  Bruno Haible  <bruno@clisp.org>
22917
22918         * modules/safe-read: Add m4/ssize_t.m4.
22919         * modules/xreadlink: Add m4/ssize_t.m4.
22920
22921 2003-06-20  Bruno Haible  <bruno@clisp.org>
22922
22923         Assume C89, so PARAMS isn't needed.
22924         * lib/unicodeio.h (PARAMS): Remove.
22925         * lib/unicodeio.c: Don't use PARAMS.
22926
22927 2003-06-18  Karl Berry  <karl@gnu.org>
22928
22929         * config/config.{guess,sub}: update from prep.
22930
22931 2003-06-18  Jim Meyering  <jim@meyering.net>
22932
22933         Merge changes from coreutils.
22934         * lib/readutmp.c: Include <string.h> and <stdlib.h> unconditionally.
22935         Remove explicit declarations of xmalloc and realloc.
22936         Include xalloc.h.
22937         (read_utmp): Remove anachronistic cast of xmalloc.
22938
22939 2003-06-17  Paul Eggert  <eggert@twinsun.com>
22940
22941         Assume C89, so PARAMS isn't needed.
22942         * lib/backupfile.h (PARAMS): Remove.  All uses removed.
22943         * lib/closeout.h, lib/dirname.h, lib/filemode.h, lib/fsusage.h,
22944         lib/getdate.h, lib/getline.h, lib/group-member.h, lib/hard-locale.h,
22945         lib/hash.h, lib/linebuffer.h, lib/long-options.h, lib/makepath.h,
22946         lib/memcasecmp.h, lib/memcoll.h, lib/modechange.h, lib/mountlist.h,
22947         lib/path-concat.h, lib/physmem.h, lib/posixtm.h, lib/quote.h,
22948         lib/readutmp.h, lib/same.h, lib/save-cwd.h, lib/savedir.h,
22949         lib/stdio-safer.h, lib/strtoimax.c, lib/strverscmp.h,
22950         lib/unistd-safer.h, lib/version-etc.h, lib/xalloc.h, lib/xreadlink.h,
22951         lib/xstrtod.h, lib/xstrtol.h: Likewise.
22952         * lib/filemode.h, lib/hard-locale.h, lib/memcoll.h, lib/modechange.h,
22953         lib/physmem.h, lib/same.h, lib/strverscmp.h: Do not include config.h;
22954         no longer needed. Anyway, config.h should always be included before any
22955         other file.
22956
22957 2003-06-11  Simon Josefsson  <jas@extundo.com>
22958
22959         * modules/sysexits: New file.
22960         * MODULES.html.sh (func_all_modules): Add sysexits.
22961
22962 2003-06-11  Simon Josefsson  <jas@extundo.com>
22963
22964         * lib/sysexit_.h: New file.
22965
22966 2003-06-11  Derek Price  <derek@ximbiot.com>
22967
22968         * lib/stat.c [LSTAT]: Compile/use slash_aware_lstat only if it is
22969         necessary.
22970
22971 2003-06-11  Bruno Haible  <bruno@clisp.org>
22972
22973         * m4/sysexits.m4: New file.
22974
22975 2003-06-10  Simon Josefsson  <jas@extundo.com>
22976
22977         * lib/argp.h: New file, from glibc.
22978         * lib/argp-ba.c: New file, from glibc.
22979         * lib/argp-eexst.c: New file, from glibc.
22980         * lib/argp-fmtstream.c: New file, from glibc.
22981         * lib/argp-fmtstream.h: New file, from glibc.
22982         * lib/argp-fs-xinl.c: New file, from glibc.
22983         * lib/argp-help.c: New file, from glibc.
22984         * lib/argp-namefrob.h: New file, from glibc.
22985         * lib/argp-parse.c: New file, from glibc.
22986         * lib/argp-pv.c: New file, from glibc.
22987         * lib/argp-pvh.c: New file, from glibc.
22988         * lib/argp-xinl.c: New file, from glibc.
22989
22990 2003-06-10  Simon Josefsson  <jas@extundo.com>
22991
22992         * modules/strchrnul: New file.
22993
22994 2003-06-10  Simon Josefsson  <jas@extundo.com>
22995
22996         * modules/argp: New file.
22997
22998 2003-06-10  Simon Josefsson  <jas@extundo.com>
22999
23000         * m4/strchrnul.m4: New file.
23001
23002 2003-06-10  Simon Josefsson  <jas@extundo.com>
23003
23004         * lib/strchrnul.h: New file.
23005         * lib/strchrnul.c: New file.
23006
23007 2003-06-10  Bruno Haible  <bruno@clisp.org>
23008
23009         * MODULES.html.sh (func_all_modules): Add strchrnul and argp.
23010
23011 2003-06-07  Karl Berry  <karl@gnu.org>
23012
23013         * config/config.{guess,sub}: update from prep.
23014
23015 2003-06-07  Jim Meyering  <jim@meyering.net>
23016
23017         * modules/strtod: Use $(...) notation, not @...@ for
23018         AC_REPLACE'd variables.
23019         * modules/localcharset: Likewise.
23020
23021 2003-06-07  Jim Meyering  <jim@meyering.net>
23022
23023         * lib/readtokens.h: Put `Free Software Foundation, Inc.'
23024         in place of my name in the copyright comment.
23025         Remove definition and uses of __P.
23026
23027         From coreutils.
23028         * lib/stat.c: Don't declare xmalloc explicitly.
23029         Instead, include "xalloc.h".
23030         * lib/readtokens.c (readtokens): Remove anachronistic casts of xmalloc,
23031         xrealloc, and xcalloc return values.
23032         * lib/xgetcwd.c (xgetcwd): Include "xgetcwd.h".
23033         Improve comment.
23034         * lib/xgetcwd.h: Remove definition/uses of PARAMS.
23035
23036 2003-06-07  Bruno Haible  <bruno@clisp.org>
23037
23038         * modules/poll (Makefile.am): Use explicit creation rule for poll.h, to
23039         avoid AC_CONFIG_LINKS.
23040         * modules/fnmatch (Makefile.am): Use explicit creation rule for
23041         fnmatch.h, to avoid AC_CONFIG_LINKS.
23042         * modules/alloca (Makefile.am): Make creation of alloca.h Ctrl-C safe.
23043
23044 2003-06-07  Bruno Haible  <bruno@clisp.org>
23045
23046         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH, gl_FUNC_FNMATCH_POSIX,
23047         gl_FUNC_FNMATCH_GNU): Set FNMATCH_H instead of invoking
23048         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
23049         directory.
23050         * m4/poll.m4 (gl_FUNC_POLL): Set POLL_H instead of invoking
23051         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
23052         directory.
23053
23054 2003-06-06  Jim Meyering  <jim@meyering.net>
23055
23056         Merge from coreutils.
23057         * lib/same.c: (same_name): Declare *_basename locals to be `const'.
23058         Consolidate declarations and initializations of *_base* locals.
23059
23060         Merge from coreutils.
23061         This avoids a core dump on systems without GNU putenv,
23062         when running `env -u SOME_ALREADY_UNSET_VARIABLE'.
23063         * lib/putenv.c (__set_errno, LOCK, UNLOCK): Define.
23064         (unsetenv): New static function, from GNU libc.
23065         (rpl_putenv): Use it.
23066
23067         * lib/modechange.c: Remove trailing blanks.
23068
23069         Merge from coreutils.
23070         * lib/fsusage.c: Remove declaration of statfs.
23071         It conflicted with one from OSF/1 5.1 in <sys/mount.h>.
23072
23073         * lib/posixtm.c: Include <stdbool.h> unconditionally.
23074
23075 2003-06-06  Jim Meyering  <jim@meyering.net>
23076
23077         * lib/stdbool_.h: Renamed from stdbool.h.in.
23078
23079 2003-06-06  Jim Meyering  <jim@meyering.net>
23080             Bruno Haible  <bruno@clisp.org>
23081
23082         * modules/stdbool: Reflect renaming: stdbool.h.in -> stdbool_.h.
23083         Adjust Makefile.am snippet not to redirect directly to target.
23084         Use $(STDBOOL_H) notation, not @STDBOOL_H@ for AC_REPLACE'd variables.
23085
23086 2003-06-05  Paul Eggert  <eggert@twinsun.com>
23087
23088         * lib/mktime.c (__mktime_internal): When resolving a tm_isdst
23089         mismatch, look in future quarters as well as past.  This fixes a
23090         bug when processing fall-backwards gaps immediately after a long
23091         period of daylight-saving time.
23092
23093         * lib/mktime.c: Assume freestanding C89 or better.
23094         (HAVE_LIMITS_H): Remove.  Assume it's 1.
23095         (__P): Remove; not used.
23096         (CHAR_BIT, INT_MIN, INT_MAX): Remove; <limits.h> defines them.
23097         (mktime, not_equal_tm, print_tm, check_result,
23098         main): Use prototypes.  Use const * where appropriate.
23099         (main): Fix typo in testing code that uncovered by above changes.
23100         (Local Variables): Remove -DHAVE_LIMITS_H from compile-command.
23101
23102 2003-06-04  Paul Eggert  <eggert@twinsun.com>
23103
23104         * m4/human.m4 (gl_HUMAN): Require AM_STDBOOL_H.  Check for
23105         locale.h, localeconv.  This merges changes from coreutils.
23106
23107         * m4/mktime.m4 (AC_FUNC_MKTIME): New macro, taken from Autoconf CVS.
23108         It can be removed after the next Autoconf is released.
23109         * m4/exclude.m4 (gl_EXCLUDE): Don't check for sys/types.h; no loner
23110         needed.
23111
23112 2003-06-04  Paul Eggert  <eggert@twinsun.com>
23113
23114         * lib/mktime.c: Fix Debian bug 177940
23115         <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=177940>.
23116         (localtime_offset): Now long int, not time_t, because we want it
23117         to be guaranteed to be signed.  All uses changed.
23118         (__mktime_internal): If overflow would occur when adding offset,
23119         don't add it.
23120
23121         Merge 'human' changes from coreutils.  Rewrite to support
23122         locale-specific notations like thousands separators.
23123         * lib/human.c: Simplify authorship notice.
23124         Include human.h immediately after config.h.
23125         <sys/types.h>, <stdio.h>: Do not include; no longer needed.
23126         <limits.h>: Do not include, since human.h does.
23127         (SIZE_MAX, UINTMAX_MAX): New macros.
23128         <strings.h>: Include if HAVE_STRINGS_H, not if !HAVE_STRING_H.
23129         <locale.h>: Include if HAVE_LOCALE_H and HAVE_LOCALECONV.
23130         (HUMAN_READABLE_SUFFIX_LENGTH_MAX): New macro.
23131         (power_letter): Renamed from suffixes.
23132         (generate_suffix_backwards): Remove.
23133         (adjust_value): Now takes int style (because of human.h changes)
23134         and long double value (for greater precision on some platforms).
23135         (group_number): New function.
23136         (human_readable): Use it.  Use integer options, not enum.
23137         Put the options before the sizes in the arg list.
23138         Support all the new options.
23139         The old human_readable function has been removed;
23140         use inttostr.h instead.
23141         (human_readable, default_block_size, humblock):
23142         Use uintmax_t, not int, for block sizes.
23143         (human_readable_inexact, block_size_types): Remove.
23144         (block_size_opts): New constant.
23145         (human_options): Renamed from human_block_size, with new signature
23146         that allows block sizes up to UINTMAX_MAX.  All callers changed.
23147         * lib/human.h: Add copyright and authorship notice.
23148         Include <limits.h> and <stdbool.h> unconditionally.
23149         (PARAMS): Remove.  All uses removed.
23150         (LONGEST_HUMAN_READABLE): Add support for thousands separator.
23151         (enum human_inexact_style): Remove tag; now a nameless enum.
23152         (human_floor, human_ceiling, human_round_to_even): Now have
23153         values 2, 0, 1 rather than -1, 1, 0.
23154         (human_group_digits, human_suppress_point_zero, human_autoscale,
23155         human_base_1024, human_SI, human_B): New constants.
23156         (human_readable_inexact, human_block_size): Remove.
23157         (human_readable): Size args are now uintmax_t, not int.
23158         (human_options): New decl.
23159
23160         * lib/exclude.c: (new_exclude, add_exclude): Remove casts that are
23161         unnecessary now that we assume C89 or better.  This change
23162         imported from coreutils.
23163
23164         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
23165         arbitrarily.  This is the same patch as 2003-05-28, but it got lost
23166         in the 2003-05-30 sync from glibc.
23167
23168         .h files should stand alone, but we shouldn't include <sys/types.h>
23169         if we can get away with just <stddef.h>.
23170
23171         * lib/__fpending.h, addext.c, backupfile.c, exclude.c, getline.c,
23172         malloc.c, putenv.c, realloc.c, strcasecmp.c: Include <stddef.h>
23173         rather than <sys/types.h>, as we merely need size_t.
23174         * lib/dirname.h, memcoll.h, xalloc.h, xmemcoll.h: Include <stddef.h>,
23175         to get size_t.
23176         * lib/hash.h, linebuffer.h, readtokens.h, stdio-safer.h, version-etc.h:
23177         Include <stdio.h>, to get FILE.
23178         * lib/memcasecmp.c: Don't include <sys/types.h>, as we can assume
23179         memcasecmp.h has included <stddef.h> and all we need is size_t.
23180         * lib/memcoll.c: Include "memcoll.h", which gets us size_t and checks
23181         our interface, instead of including <sys/types.h>
23182
23183 2003-06-04  Paul Eggert  <eggert@twinsun.com>
23184
23185         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): Comment out for
23186         now, as glibc mktime is buggy on non-glibc systems.
23187
23188 2003-06-03  Karl Berry  <karl@gnu.org>
23189
23190         * config/config.sub: update from prep.
23191
23192 2003-06-02  Paul Eggert  <eggert@twinsun.com>
23193
23194         [from coreutils]
23195         Fix some minor time-related bugs with POSIX time arguments.
23196         Some valid time stamps were being rejected (notably -1, and
23197         time stamps before 1900 on 64-bit hosts).  And some invalid
23198         time stamps were being accepted, e.g. September 31.
23199
23200         * lib/posixtm.h (posixtime): Return bool instead of time_t, so
23201         that we can return (time_t) -1 successfully.
23202         * lib/posixtm.c: Likewise.
23203         [HAVE_STDBOOL_H]: Include <stdbool.h>.
23204         (bool, false, true) [!HAVE_STDBOOL_H]: New type.
23205         (t): Remove static var.
23206         (year, posix_time_parse): Now takes struct tm * arg to modify, instead
23207         of static var.  All uses changed.
23208         (year): Do not reject years before 1900; they can occur with
23209         64-bit time_t.
23210         (posix_time_parse): Do not check for out-of-range components;
23211         that is now the caller's responsibility, since our checks were
23212         only approximations.
23213         (posixtime): Use mktime to check for out-of-range components,
23214         since it knows them exactly.
23215         If mktime returns (time_t) -1, check whether an error actually occurred
23216         by invoking localtime on -1.
23217         (main) [TEST_POSIXTIME]: Check for input data errors, and report
23218         posixtime failures better.
23219         Improve the test data (in comments only).
23220
23221 2003-06-02  Karl Berry  <karl@gnu.org>
23222
23223         * config/mkinstalldirs (version): new variable.
23224         (--version): new option.
23225         (usage): improve message.
23226
23227 2003-05-30  Karl Berry  <karl@gnu.org>
23228
23229         * lib/mktime.c: update from libc.
23230
23231 2003-05-30  Bruno Haible  <bruno@clisp.org>
23232
23233         * modules/gettext: Add files m4/nls.m4 and m4/po.m4.
23234         * config/config.rpath: Upgrade to gettext-0.12.1.
23235
23236 2003-05-30  Bruno Haible  <bruno@clisp.org>
23237
23238         * m4/gettext.m4: Upgrade to gettext-0.12.1.
23239         * m4/nls.m4: New file, from gettext-0.12.1.
23240         * m4/po.m4: New file, from gettext-0.12.1.
23241         * m4/progtest.m4: Upgrade to gettext-0.12.1.
23242
23243 2003-05-30  Bruno Haible  <bruno@clisp.org>
23244
23245         * lib/config.charset: Upgrade to gettext-0.12.1 and libiconv-1.9.1.
23246         * lib/localcharset.h: Likewise.
23247         * lib/localcharset.c: Likewise.
23248
23249 2003-05-29  Karl Berry  <karl@gnu.org>
23250
23251         * config/config.rpath: update from gettext.
23252
23253 2003-05-28  Paul Eggert  <eggert@twinsun.com>
23254
23255         Assume the headers required for C89 freestanding compilers.
23256         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for limits.h.
23257         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Likewise.
23258         * m4/human.m4 (gl_HUMAN): Likewise.
23259         * m4/pathmax.m4 (gl_PATHMAX): Likewise.
23260         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Likewise.
23261         * m4/userspec.m4 (gl_USERSPEC): Likewise.
23262         * m4/xreadlink.m4 (gl_XREADLINK): Likewise.
23263         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
23264         * m4/quote.m4 (gl_QUOTE): Don't check for stddef.h.
23265
23266 2003-05-28  Paul Eggert  <eggert@twinsun.com>
23267
23268         Assume the headers required for C89 freestanding compilers.
23269         * lib/addext.c, lib/backupfile.c, lib/fsusage.c, lib/human.c,
23270         lib/pathmax.h, lib/rpmatch.c, lib/userspec.c, lib/xreadlink.c,
23271         lib/xstrtol.c: Include <limits.h> without checking for HAVE_LIMITS_H.
23272         * lib/backupfile.c, lib/fsusage.c, lib/hash.c, lib/human.c,
23273         lib/safe-read.c, lib/userspec.c, lib/xstrtol.c (CHAR_BIT): Don't
23274         define, since <limits.h> is guaranteed to do that.
23275         * lib/fatal.c: Include <stdarg.h> without checking for __STDC__.
23276         * lib/exclude.c: Include <stdbool.h> unconditionally.
23277         * lib/tempname.c: Include <stddef.h> unconditionally.
23278         * lib/hash.c: Include <limits.h>, since we no longer define CHAR_BIT.
23279         * lib/modechange.c, rpmatch.c (NULL): Don't define, since
23280         <stddef.h> does that.
23281         * lib/quote.c: Dont include <stddef.h> or <sys/types.h>; not needed.
23282         * lib/safe-read.c (INT_MAX): Don't define, since <limits.h> does that.
23283         * lib/safe-read.c (TYPE_MINIMUM, TYPE_MAXIMUM): Remove; no longer
23284         needed.
23285         * lib/xstrtol.c: Likewise.
23286         * lib/safe-read.c: Remove TYPE_SIGNED; no longer needed.
23287         * lib/savedir.c: Include <stddef.h> instead of defining NULL.
23288
23289         * lib/addext.c (addext): Use assignment rather than cast, to avoid
23290         warnings on some platforms.
23291
23292         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
23293         arbitrarily.
23294
23295 2003-05-26  Jim Meyering  <jim@meyering.net>
23296
23297         Merge in a change from coreutils:
23298         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Test the cache variable, not one
23299         that is guaranteed to be `no'.  Use `no_such_member' to indicate
23300         that condition, rather than `-1' which is slightly misleading.
23301         Change the name of the cache variable to have the gl_ prefix.
23302         Prompted by a patch from Richard Dawe for DJGPP.
23303
23304 2003-05-24  Karl Berry  <karl@gnu.org>
23305
23306         * config/config.guess: update from prep.
23307
23308 2003-05-22  Karl Berry  <karl@gnu.org>
23309
23310         * gnulib-tool (func_usage): =LIBRARY not =libRARY in help msg.
23311
23312 2003-05-20  Karl Berry  <karl@gnu.org>
23313
23314         * config/config.guess: update from prep.
23315
23316 2003-05-18  Karl Berry  <karl@gnu.org>
23317
23318         * config/srclistvars.sh (TEXMF): use TEXMFROOT instead, since TEXMF
23319         might actually be set by the user.
23320
23321         * config/depcomp, install-sh, mdate-sh: update from automake.
23322
23323 2003-05-17  Bruno Haible  <bruno@clisp.org>
23324
23325         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Fix a quoting bug leading to an
23326         invalid expansion for AC_EGREP_CPP.
23327         * m4/strtoimax.m4 (gl_FUNC_STRTOIMAX): Likewise.
23328         * m4/strtoumax.m4 (gl_FUNC_STRTOUMAX): Likewise.
23329         Suggested by Akim Demaille <akim@epita.fr> in
23330         http://mail.gnu.org/archive/html/bug-autoconf/2003-05/threads.html
23331
23332 2003-05-12  Jim Meyering  <jim@meyering.net>
23333
23334         * lib/strftime.c (my_strftime): Let the `-' (no-pad) flag affect
23335         the space-padded-by-default conversion specifiers, %e, %k, %l.
23336
23337 2003-05-12  Bruno Haible  <bruno@clisp.org>
23338
23339         * lib/linebreak.c (iconv_string_length): Don't return -1 just because
23340         the string is longer than 4 KB.
23341
23342 2003-05-11  Karl Berry  <karl@gnu.org>
23343
23344         * config/config.{guess,sub}: update from prep.
23345
23346 2003-05-09  Bruno Haible  <bruno@clisp.org>
23347
23348         * modules/error: Add m4/strerror_r.m4 to file list.
23349
23350 2003-05-03  Bruno Haible  <bruno@clisp.org>
23351
23352         Upgrade to Unicode-4.0.
23353         * lib/linebreak.c (nonspacing_table_data): Change width of U+00AD,
23354         U+0350..U+0357, U+035D..U+035F, U+0600..U+0603, U+0610..U+0615,
23355         U+0656..U+0658, U+0A01, U+0AE2..U+0AE3, U+0CBC, U+17B4..U+17B5,
23356         U+17DD, U+1920..U+1922, U+1927..U+192B, U+1932, U+1939..U+193B
23357         from 1 to 0. Change width of U+0CBF, U+0CC6, U+180E from 0 to 1.
23358         (uc_width): Change width of U+4DC0..U+4DFF from 2 to 1. Change width
23359         of U+2A6D7..U+2F7FF, U+2FA1E..U+2FFFD, U+30000..U+3FFFD from 1 to 2.
23360         Change width of U+E0100..U+E01EF from 1 to 0.
23361
23362 2003-04-25  Jim Meyering  <jim@meyering.net>
23363
23364         * lib/copy-file.c (copy_file_preserving): Declare buf_size to be
23365         of type size_t, not int.
23366
23367 2003-04-25  Bruno Haible  <bruno@clisp.org>
23368
23369         * lib/copy-file.c: Include <stddef.h>, for size_t.
23370
23371 2003-04-21  Paul Eggert  <eggert@twinsun.com>
23372
23373         * m4/error.m4 (gl_ERROR): Do not put under dynamic conditions some
23374         code which expansion is under static control.  Patch imported from
23375         Akim Demaille's patch to Bison; see
23376         <http://mail.gnu.org/archive/html/bison-patches/2003-03/msg00057.html>.
23377
23378 2003-04-14  Bruno Haible  <bruno@clisp.org>
23379
23380         * m4/error.m4 (jm_PREREQ_ERROR): Use AC_FUNC_VPRINTF.
23381
23382 2003-04-11  Jim Meyering  <jim@meyering.net>
23383
23384         Merge changes from Coreutils.
23385
23386         2003-03-22  Jim Meyering  <jim@meyering.net>
23387
23388         * lib/strftime.c (widen): Cast alloca return value to proper type.
23389
23390         2003-01-19  Ulrich Drepper  <drepper@redhat.com>
23391
23392         From GNU libc.
23393         * lib/strftime.c (my_strftime): Handle very large width
23394         specifications for numeric values correctly.  Improve checks for
23395         overflow.
23396
23397         2003-01-19  Jim Meyering  <jim@meyering.net>
23398
23399         * lib/strftime.c (widen) [COMPILE_WIDE]: Merge nearly-identical
23400         definitions.
23401         (nl_get_alt_digit) [! defined my_strftime]: Define.
23402         (my_strftime) [_NL_CURRENT]: Merge nearly-identical uses of
23403         _nl_get_alt_digit and _nl_get_walt_digit.
23404
23405         * lib/strftime.c (my_strftime): Merge in locale-related changes from
23406         libc. These changes have no effect outside of _LIBC.
23407
23408 2003-04-10  Bruno Haible  <bruno@clisp.org>
23409
23410         * modules/findprog: New file.
23411         * MODULES.html.sh (func_all_modules): Add it.
23412
23413 2003-04-10  Bruno Haible  <bruno@clisp.org>
23414
23415         * m4/findprog.m4: New file.
23416         * m4/eaccess.m4: New file.
23417
23418 2003-04-10  Bruno Haible  <bruno@clisp.org>
23419
23420         * lib/findprog.h: New file, from GNU gettext.
23421         * lib/findprog.c: New file, from GNU gettext.
23422
23423 2003-04-05  Jim Meyering  <jim@meyering.net>
23424
23425         Merge changes from Coreutils.
23426
23427         * lib/exclude.h (PARAMS): Remove definition and uses.
23428         * lib/exclude.c: Remove uses of `PARAMS'.
23429
23430         * lib/dirname.c [TEST_DIRNAME]: Update build instructions for test.
23431         Add test-cases for DOS filenames. Declare program_name.
23432         (main): Set up program_name.  Patch by Rich Dawe.
23433
23434         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
23435         error from mntctl.
23436         Use mntctl's return value to drive the entry-processing loop, since
23437         we can't rely on the value of the vmt_length member in the last
23438         entry.  On some systems doing so could result in exhausting
23439         virtual memory.  Based in part on a patch from Mike Jetzer.
23440
23441 2003-04-04  Bruno Haible  <bruno@clisp.org>
23442
23443         * modules/linebreak: New file.
23444         * MODULES.html.sh (func_all_modules): Add it.
23445
23446 2003-04-04  Bruno Haible  <bruno@clisp.org>
23447
23448         * m4/linebreak.m4: New file.
23449
23450 2003-04-04  Bruno Haible  <bruno@clisp.org>
23451
23452         * lib/linebreak.h: New file, from GNU gettext.
23453         * lib/linebreak.c: New file, from GNU gettext with slight
23454         modifications.
23455         * lib/lbrkprop.h: New file, from GNU gettext.
23456
23457 2003-04-03  Bruno Haible  <bruno@clisp.org>
23458
23459         * modules/utf8-ucs4: New file.
23460         * modules/utf16-ucs4: New file.
23461         * modules/ucs4-utf8: New file.
23462         * modules/ucs4-utf16: New file.
23463         * MODULES.html.sh (func_all_modules): Add them.
23464
23465 2003-04-03  Bruno Haible  <bruno@clisp.org>
23466
23467         * m4/utf-ucs4.m4: New file.
23468         * m4/ucs4-utf.m4: New file.
23469
23470 2003-04-03  Bruno Haible  <bruno@clisp.org>
23471
23472         * lib/utf8-ucs4.h: New file, from GNU gettext.
23473         * lib/utf16-ucs4.h: New file, from GNU gettext.
23474         * lib/ucs4-utf8.h: New file, from GNU gettext.
23475         * lib/ucs4-utf16.h: New file, from GNU gettext.
23476
23477 2003-04-02  Bruno Haible  <bruno@clisp.org>
23478
23479         * modules/binary-io: New file.
23480         * MODULES.html.sh (func_all_modules): Add it.
23481
23482 2003-04-02  Bruno Haible  <bruno@clisp.org>
23483
23484         * lib/binary-io.h: New file, from GNU gettext.
23485
23486 2003-04-01  Bruno Haible  <bruno@clisp.org>
23487
23488         * modules/pathname: New file.
23489         * MODULES.html.sh (func_all_modules): Add it.
23490
23491 2003-04-01  Bruno Haible  <bruno@clisp.org>
23492
23493         * lib/pathname.h: New file, from GNU gettext.
23494         * lib/concatpath.c: New file, from GNU gettext.
23495
23496 2003-03-30  Bruno Haible  <bruno@clisp.org>
23497
23498         * m4/copy-file.m4 (gl_COPY_FILE): Add check for chown().
23499
23500 2003-03-30  Bruno Haible  <bruno@clisp.org>
23501
23502         * lib/copy-file.c (copy_file_preserving): Don't set owner if the
23503         function chown() doesn't exist.
23504
23505 2003-03-28  Bruno Haible  <bruno@clisp.org>
23506
23507         * modules/copy-file: New file.
23508         * MODULES.html.sh (func_all_modules): Add it.
23509
23510 2003-03-28  Bruno Haible  <bruno@clisp.org>
23511
23512         * m4/copy-file.m4: New file.
23513
23514 2003-03-28  Bruno Haible  <bruno@clisp.org>
23515
23516         * lib/copy-file.h: New file, from GNU gettext.
23517         * lib/copy-file.c: New file, from GNU gettext.
23518
23519 2003-03-18  Jim Meyering  <jim@meyering.net>
23520
23521         * lib/quote.c (quote_n): Fix typo in comment.
23522
23523 2003-03-18  Bruno Haible  <bruno@clisp.org>
23524
23525         * m4/onceonly.m4: Use m4_defn instead of defn, for better error
23526         checking.
23527         * m4/onceonly_2_57.m4: Likewise.
23528
23529 2003-03-17  Bruno Haible  <bruno@clisp.org>
23530
23531         * m4/onceonly.m4: Require autoconf 2.54 or newer.
23532         (m4_quote): Remove macro.
23533         * m4/onceonly_2_57.m4: Require autoconf 2.54 or newer.
23534
23535 2003-03-14  Jim Meyering  <jim@meyering.net>
23536
23537         Merge changes from Coreutils.
23538         * lib/obstack.h (obstack_object_size): Declare temporary, __o,
23539         to be const, in order to avoid warnings.
23540         (obstack_room): Likewise.
23541         (obstack_empty_p): Likewise.
23542
23543 2003-03-14  Bruno Haible  <bruno@clisp.org>
23544
23545         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE,
23546         AC_CHECK_DECLS_ONCE): Quote AC_FOREACH variable-expansions properly.
23547
23548 2003-03-13  Paul Eggert  <eggert@twinsun.com>
23549
23550         Merge changes from Bison.
23551         * lib/obstack.h: (__INT_TO_PTR) [__STDC__]: Cast result to
23552         (void *) to avoid diagnostic with native c89 on SGI IRIX 6.5
23553         when compiling Bison 1.875's `bitset bset = obstack_alloc
23554         (bobstack, bytes);'.  Problem reported by Nelson H. F. Beebe.
23555         * lib/hash.c: Include <stdbool.h> unconditionally.
23556
23557 2003-03-13  Paul Eggert  <eggert@twinsun.com>
23558
23559         * m4/onceonly.m4 (m4_quote): New macro.
23560         (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE, AC_CHECK_DECLS_ONCE):
23561         Quote AC_FOREACH variable-expansions properly.
23562
23563 2003-03-13  Paul Eggert  <eggert@twinsun.com>
23564
23565         * doc/COPYING.DOC, fdl.texi: Sync with latest FSF version.
23566
23567 2003-03-09  Paul Eggert  <eggert@twinsun.com>
23568
23569         * lib/argmatch.c (EXIT_FAILURE): Define if the system doesn't.
23570         Reported by Bruce Becker; see:
23571         http://mail.gnu.org/archive/html/bug-bison/2003-03/msg00017.html
23572
23573 2003-03-03  Paul Eggert  <eggert@twinsun.com>
23574             Bruno Haible  <bruno@clisp.org>
23575
23576         * lib/mbswidth.h: Include <wchar.h>. Needed for UnixWare 7.1.1.
23577         Reported by John Hughes, see
23578         http://mail.gnu.org/archive/html/bug-bison/2003-02/msg00030.html
23579
23580 2003-02-20  Bruno Haible  <bruno@clisp.org>
23581
23582         * MODULES.html.sh (func_all_modules): Add poll.
23583
23584 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
23585
23586         * modules/poll: New file.
23587
23588 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
23589
23590         * lib/poll_.h: New file.
23591         * lib/poll.c: New file.
23592
23593 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
23594
23595         * m4/poll.m4: New file.
23596
23597 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
23598
23599         * modules/mathl: New file.
23600
23601 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
23602
23603         * lib/mathl.h: New file.
23604         * lib/acosl.c: New file.
23605         * lib/asinl.c: New file.
23606         * lib/atanl.c: New file.
23607         * lib/ceill.c: New file.
23608         * lib/cosl.c: New file.
23609         * lib/expl.c: New file.
23610         * lib/floorl.c: New file.
23611         * lib/frexpl.c: New file.
23612         * lib/ldexpl.c: New file.
23613         * lib/logl.c: New file.
23614         * lib/sincosl.c: New file.
23615         * lib/sinl.c: New file.
23616         * lib/sqrtl.c: New file.
23617         * lib/tanl.c: New file.
23618         * lib/trigl.c: New file.
23619         * lib/trigl.h: New file.
23620
23621 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
23622
23623         * m4/mathl.m4: New file.
23624
23625 2003-02-18  Bruno Haible  <bruno@clisp.org>
23626
23627         * MODULES.html.sh (func_all_modules): Add mathl.
23628
23629 2003-02-17  Bruno Haible  <bruno@clisp.org>
23630
23631         * modules/mkdtemp: New module.
23632         * MODULES.html.sh (func_all_modules): Add it.
23633
23634 2003-02-17  Bruno Haible  <bruno@clisp.org>
23635
23636         * m4/mkdtemp.m4: New file, from GNU gettext with modifications.
23637
23638 2003-02-17  Bruno Haible  <bruno@clisp.org>
23639
23640         * lib/mkdtemp.h: New file, from GNU gettext.
23641         * lib/mkdtemp.c: New file, from GNU gettext.
23642
23643 2003-02-02  Jim Meyering  <jim@meyering.net>
23644
23645         * m4/regex.m4 (jm_INCLUDED_REGEX): Detect broken re_search in
23646         e.g. glibc-2.2.93.
23647
23648 2003-01-31  Bruno Haible  <bruno@clisp.org>
23649
23650         * m4/rename.m4 (vb_FUNC_RENAME): Add a redirection from 'rename' to
23651         'rpl_rename'.
23652         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Add a redirection from 'strnlen' to
23653         'rpl_strnlen'.
23654         * m4/strtod.m4 (gl_FUNC_STRTOD): Add a redirection from 'strtod' to
23655         'rpl_strtod'.
23656         * m4/utime.m4 (jm_FUNC_UTIME): Add a redirection from 'utime' to
23657         'rpl_utime'.
23658
23659 2003-01-31  Bruno Haible  <bruno@clisp.org>
23660
23661         * lib/rename.c: #undef rename before defining rpl_rename.
23662         * lib/strnlen.c: #undef strnlen, define rpl_strnlen instead of strnlen.
23663
23664 2003-01-30  Bruno Haible  <bruno@clisp.org>
23665
23666         * modules/vasnprintf, modules/vasprintf: New modules.
23667         * MODULES.html.sh (func_all_modules): Add them.
23668
23669 2003-01-30  Bruno Haible  <bruno@clisp.org>
23670
23671         * m4/signed.m4: New file, from GNU gettext.
23672         * m4/longdouble.m4: New file, from GNU gettext.
23673         * m4/wchar_t.m4: New file, from GNU gettext.
23674         * m4/wint_t.m4: New file, from GNU gettext.
23675         * m4/vasnprintf.m4: New file.
23676         * m4/vasprintf.m4: New file.
23677
23678 2003-01-30  Bruno Haible  <bruno@clisp.org>
23679
23680         * lib/printf-args.h: New file, from GNU gettext.
23681         * lib/printf-args.c: New file, from GNU gettext.
23682         * lib/printf-parse.h: New file, from GNU gettext.
23683         * lib/printf-parse.c: New file, from GNU gettext.
23684         * lib/vasnprintf.h: New file, from GNU gettext.
23685         * lib/vasnprintf.c: New file, from GNU gettext.
23686         * lib/asnprintf.c: New file, from GNU gettext.
23687         * lib/vasprintf.h: New file, from GNU gettext with modifications.
23688         * lib/vasprintf.c: New file, from GNU gettext.
23689         * lib/asprintf.c: New file, from GNU gettext.
23690
23691 2003-01-29  Bruno Haible  <bruno@clisp.org>
23692
23693         * modules/stpncpy: New module.
23694         * MODULES.html.sh (func_all_modules): Add it.
23695
23696 2003-01-29  Bruno Haible  <bruno@clisp.org>
23697
23698         * m4/stpncpy.m4: New file.
23699
23700 2003-01-29  Bruno Haible  <bruno@clisp.org>
23701
23702         * lib/stpncpy.h: New file, from GNU gettext with modifications.
23703         * lib/stpncpy.c: New file, from GNU gettext with modifications.
23704
23705 2003-01-28  Bruno Haible  <bruno@clisp.org>
23706
23707         * modules/c-ctype: New module.
23708         * MODULES.html.sh (func_all_modules): Add it.
23709
23710 2003-01-28  Bruno Haible  <bruno@clisp.org>
23711
23712         * lib/c-ctype.h: New file, from GNU gettext, with changes suggested by
23713         Paul Eggert.
23714         * lib/c-ctype.c: New file, from GNU gettext, with changes suggested by
23715         Paul Eggert.
23716
23717 2003-01-27  Bruno Haible  <bruno@clisp.org>
23718
23719         * modules/xsetenv: New module.
23720         * MODULES.html.sh (func_all_modules): Add it.
23721
23722 2003-01-27  Bruno Haible  <bruno@clisp.org>
23723
23724         * lib/xsetenv.h: New file, from GNU gettext.
23725         * lib/xsetenv.c: New file, from GNU gettext.
23726
23727 2003-01-23  Jim Meyering  <jim@meyering.net>
23728
23729         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Correct typo: s/-1/no/ that kept this
23730         from working on systems without dirfd (at least Irix and OSF1/Tru64).
23731
23732 2003-01-23  Bruno Haible  <bruno@clisp.org>
23733
23734         * modules/minmax: New module.
23735         * MODULES.html.sh (func_all_modules): Add it.
23736
23737 2003-01-23  Bruno Haible  <bruno@clisp.org>
23738
23739         * lib/minmax.h: New file, from GNU gettext, with comments from Paul
23740         Eggert.
23741
23742 2003-01-22  Bruno Haible  <bruno@clisp.org>
23743
23744         * modules/exit: New module.
23745         * MODULES.html.sh (func_all_modules): Add it.
23746
23747 2003-01-22  Bruno Haible  <bruno@clisp.org>
23748
23749         * lib/exit.h: New file, from GNU gettext.
23750
23751 2003-01-19  Bruno Haible  <bruno@clisp.org>
23752
23753         * gnulib-tool: Recognize option --extract-maintainer.
23754         (func_get_maintainer): New function.
23755         * modules/*: Add Maintainer entry.
23756
23757 2003-01-16  Jim Meyering  <jim@meyering.net>
23758
23759         * m4/regex.m4: The `regex' struct is both input and output.
23760         Initialize it before each use.  Patch by Tim Waugh.
23761
23762 2003-01-16  Bruno Haible  <bruno@clisp.org>
23763
23764         * MODULES.html.sh: Add a table of contents. Add the module name as
23765         leftmost column. Add hyperlinks.
23766
23767 2003-01-15  Bruno Haible  <bruno@clisp.org>
23768
23769         * m4/md5.m4 (gl_MD5): Require AC_C_INLINE.
23770
23771 2003-01-15  Bruno Haible  <bruno@clisp.org>
23772
23773         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): Also test the LL suffix.
23774         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Also test the ULL
23775         suffix.
23776
23777 2003-01-15  Bruno Haible  <bruno@clisp.org>
23778
23779         * m4/alloca.m4 (gl_FUNC_ALLOCA): Invoke AC_EGREP_CPP prerequisites.
23780
23781 2003-01-15  Bruno Haible  <bruno@clisp.org>
23782
23783         * lib/stpcpy.h (stpcpy): Use ANSI C function declarations.
23784         * lib/strcase.h (strcasecmp, strncasecmp): Likewise.
23785
23786 2003-01-14  Jim Meyering  <jim@meyering.net>
23787
23788         * lib/same.c (same_name): Tweak a comment.
23789
23790 2003-01-14  Bruno Haible  <bruno@clisp.org>
23791
23792         * lib/same.c (same_name): Reorder tests so as to avoid calling stat()
23793         when a string comparison is sufficient.
23794
23795 2003-01-14  Bruno Haible  <bruno@clisp.org>
23796
23797         * lib/readtokens.c (readtoken): Cast character to 'unsigned char', not
23798         'unsigned int'.
23799
23800 2003-01-14  Bruno Haible  <bruno@clisp.org>
23801
23802         * lib/hash-pjw.c: Add comment about low quality of this function.
23803
23804 2003-01-13  Bruno Haible  <bruno@clisp.org>
23805
23806         * modules/stpcpy: Distribute lib/stpcpy.h.
23807         * modules/setenv: Depend on alloca. Distribute lib/setenv.h.
23808
23809 2003-01-13  Bruno Haible  <bruno@clisp.org>
23810
23811         * modules/*: Add a description.
23812         * modules/strpbrk: Fix Makefile.am snippet.
23813         * modules/strtoimax: Fix dependencies.
23814         * modules/strtoumax: Likewise.
23815
23816 2003-01-13  Bruno Haible  <bruno@clisp.org>
23817
23818         * gnulib-tool (func_create_testdir): Substitute lib_OBJECTS.
23819         * modules/alloca (Makefile.am): All object files depend on alloca.h.
23820         * modules/stdbool (Makefile.am): All object files depend on stdbool.h.
23821
23822 2003-01-13  Bruno Haible  <bruno@clisp.org>
23823
23824         * gnulib-tool (func_create_testdir): Store config/* files in the main
23825         directory.
23826         * config.rpath: Move to ...
23827         * config/config.rpath: ... here.
23828         * modules/gettext: Contains config/config.rpath, not config.rpath.
23829         * modules/iconv: Likewise.
23830
23831 2003-01-12  Paul Eggert  <eggert@twinsun.com>
23832
23833         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
23834         to avoid collisions with libcurses and libreadline.
23835
23836         * m4/getstr.m4: Remove.
23837         * m4/getline.m4 (gl_PREREQ_GETLINE): Require AC_HEADER_STDC.
23838
23839 2003-01-12  Paul Eggert  <eggert@twinsun.com>
23840
23841         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
23842         to avoid collisions with libcurses and libreadline.
23843
23844         * lib/Makefile.am (libfetish_a_SOURCES): Remove getstr.c, getstr.h.
23845         * lib/getstr.h, getstr.c: Remove.
23846         * lib/getline.c: Include "getline.h", to check interface.
23847         Move body of old getstr.c here: this defines MIN_CHUNK and
23848         declares getdelim2, which is renamed from getstr.
23849         (getline, getdelim): Adjust to renaming of getstr -> getdelim2.
23850
23851         * lib/linebuffer.c (readlinebuffer): Renamed from readline.
23852         All uses changed.
23853         * lib/linebuffer.h: Likewise.
23854         (readline): Remove backward-compatibility macro.
23855
23856 2003-01-12  Paul Eggert  <eggert@twinsun.com>
23857
23858         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
23859         to avoid collisions with libcurses and libreadline.
23860         * getstr: Remove.
23861         * MODULES.html.sh: Remove getstr.
23862         * modules/getline: Depend on unlocked-io, not getstr.
23863
23864 2003-01-12  Jim Meyering  <jim@meyering.net>
23865
23866         * lib/makepath.c: Don't test HAVE_ERRNO_H.  It's not necessary.
23867
23868 2003-01-10  Bruno Haible  <bruno@clisp.org>
23869
23870         * modules/alloca: Change Makefile.am requirements. Simplify Include
23871         requirements. Add lib/alloca_.h to file list.
23872
23873 2003-01-10  Bruno Haible  <bruno@clisp.org>
23874
23875         * m4/alloca.m4 (gl_FUNC_ALLOCA): Also define ALLOCA_H.
23876
23877 2003-01-10  Bruno Haible  <bruno@clisp.org>
23878
23879         * lib/alloca_.h: New file.
23880         * lib/getdate.y: Unconditionally include alloca.h.
23881         * lib/makepath.c: Likewise.
23882         * lib/setenv.c: Likewise.
23883         * lib/userspec.c: Likewise.
23884
23885 2003-01-09  Karl Berry  <karl@gnu.org>
23886
23887         * MODULES.html.sh: include `dirname $0` in PATH, to find
23888         gnulib-tool.
23889
23890 2003-01-09  Bruno Haible  <bruno@clisp.org>
23891
23892         * modules/stdbool: Change configure.ac, Makefile.am requirements.
23893         Simplify Include requirements. Add lib/stdbool.h.in to file list.
23894
23895 2003-01-09  Bruno Haible  <bruno@clisp.org>
23896
23897         * m4/stdbool.m4 (AM_STDBOOL_H): New macro.
23898
23899 2003-01-09  Bruno Haible  <bruno@clisp.org>
23900
23901         * lib/stdbool.h.in: New file.
23902
23903 2003-01-09  Bruno Haible  <bruno@clisp.org>
23904
23905         * gnulib-tool (func_all_modules): Ignore files ending in ~.
23906         * MODULES.html.sh: Likewise.
23907
23908 2003-01-08  Jim Meyering  <jim@meyering.net>
23909
23910         * lib/full-write.c: Undefine and define-away `const' after inclusion
23911         of errno.h, not before.  Suggestion from Bruno Haible.
23912
23913 2003-01-08  Bruno Haible  <bruno@clisp.org>
23914
23915         * modules/full-read: Depend on full-write.
23916
23917 2003-01-08  Bruno Haible  <bruno@clisp.org>
23918
23919         * lib/safe-read.c: Include specification header first, to ensure its
23920         selfcontainedness.
23921         * lib/full-write.c: Likewise.
23922
23923 2003-01-07  Jim Meyering  <jim@meyering.net>
23924
23925         * lib/full-write.c: Rework so that it may serve to define full_read,
23926         too.
23927         * lib/full-read.c: Simply #define FULL_READ and include full-write.c.
23928
23929 2003-01-07  Bruno Haible  <bruno@clisp.org>
23930
23931         * lib/strtoimax.c: Include <stdint.h> as an alternative to
23932         <inttypes.h>.
23933         * lib/xstrtol.h: Likewise.
23934         * lib/xstrtoimax.c: Likewise.
23935         * lib/xstrtoumax.c: Likewise.
23936         * lib/human.h: Likewise.
23937
23938         * lib/tempname.c: Include <inttypes.h> too. Avoids a compilation error
23939         on systems that have <inttypes.h> but not <stdint.h>.
23940
23941 2003-01-07  Bruno Haible  <bruno@clisp.org>
23942
23943         * MODULES.html.sh: Add copyright notice.
23944         (missed_files): Omit CVS directory entries.
23945         (func_module): Make it work with sed-3.02.
23946         * MODULES.txt: Remove file.
23947
23948 2003-01-06  Jim Meyering  <jim@meyering.net>
23949
23950         * lib/version-etc.c: Update year in translatable copyright string.
23951
23952 2003-01-03  Karl Berry  <karl@gnu.org>
23953
23954         * config/config.{guess,sub}: update from prep.
23955
23956 2003-01-02  Karl Berry  <karl@gnu.org>
23957
23958         * doc/COPYING.DOC: belatedly updated to 1.2.
23959
23960 2003-01-01  Karl Berry  <karl@gnu.org>
23961
23962         * gnulib-tool (func_verify_module): report module name $module in
23963         error message, not $1.
23964         * gnulib-tool (create-testdir): don't complain if destdir couldn't
23965         be created, only if it doesn't exist.
23966         * gnulib-tool (last_checkin_date): don't expand the $Date here.
23967
23968 2002-12-31  Paul Eggert  <eggert@twinsun.com>
23969
23970         * m4/memcoll.m4 (gl_MEMCOLL): Require AC_FUNC_MEMCMP.
23971
23972 2002-12-31  Paul Eggert  <eggert@twinsun.com>
23973
23974         * lib/memcoll.c (memcoll): Fall back on a simple algorithm using
23975         memcmp if strcoll doesn't work.
23976
23977 2002-12-31  Bruno Haible  <bruno@clisp.org>
23978
23979         * lib/utime.c (utime_null): No need to call ftruncate if the file was
23980         nonempty.
23981
23982 2002-12-31  Bruno Haible  <bruno@clisp.org>
23983
23984         * lib/memcoll.c (STRCOLL): New macro.
23985         (memcoll): Use it.
23986
23987 2002-12-31  Bruno Haible  <bruno@clisp.org>
23988
23989         * lib/localcharset.h: New file.
23990         * lib/localcharset.c: Include it.
23991         * lib/unicodeio.c: Likewise.
23992
23993 2002-12-31  Bruno Haible  <bruno@clisp.org>
23994
23995         * lib/getstr.h (getstr): Define, to avoid clash with libcurses.
23996         * lib/linebuffer.h (readline): Define, to avoid clash with libreadline.
23997
23998 2002-12-31  Bruno Haible  <bruno@clisp.org>
23999
24000         * lib/getline.h: Include <stddef.h>, for size_t.
24001
24002         * lib/unicodeio.h: Include <stddef.h>, for size_t.
24003         * lib/unicodeio.c: Don't include <stddef.h>.
24004
24005 2002-12-31  Bruno Haible  <bruno@clisp.org>
24006
24007         * lib/getdate.y (get_date): Test HAVE_STRUCT_TM_TM_ZONE, not
24008         HAVE_TM_ZONE.
24009
24010 2002-12-24  Karl Berry  <karl@gnu.org>
24011
24012         * config/config.guess: update from prep.
24013
24014 2002-12-24  Bruno Haible  <bruno@clisp.org>
24015
24016         General infrasructure.
24017         * m4/README: Rewritten.
24018         * m4/onceonly.m4: New file.
24019         * m4/onceonly_2_57.m4: New file.
24020
24021         Module atexit.
24022         * m4/atexit.m4: New file.
24023
24024         Module strtod.
24025         * m4/strtod.m4: New file.
24026
24027         Module strtol.
24028         * m4/strtol.m4: New file.
24029
24030         Module strtoul.
24031         * m4/strtoul.m4: New file.
24032
24033         Module memchr.
24034         * m4/memchr.m4: New file.
24035
24036         Module memcmp.
24037         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): New macro.
24038         (jm_FUNC_MEMCMP): Invoke it.
24039
24040         Module memcpy.
24041         * m4/memcpy.m4: New file.
24042
24043         Module memmove.
24044         * m4/memmove.m4: New file.
24045
24046         Module memset.
24047         * m4/memset.m4: New file.
24048
24049         Module strcspn.
24050         * m4/strcspn.m4: New file.
24051
24052         Module strpbrk.
24053         * m4/strpbrk.m4: New file.
24054
24055         Module strstr.
24056         * m4/strstr.m4: New file.
24057
24058         Module strerror.
24059         * m4/strerror.m4: New file.
24060
24061         Module mktime.
24062         * m4/mktime.m4: Renamed from jm-mktime.m4.
24063         (gl_PREREQ_MKTIME): New macro.
24064         (gl_FUNC_MKTIME): Renamed from jm_FUNC_MKTIME. Invoke gl_PREREQ_MKTIME.
24065
24066         Module malloc.
24067         * m4/malloc.m4 (gl_PREREQ_MALLOC): New macro.
24068         (jm_FUNC_MALLOC): Use AC_FUNC_MALLOC. Invoke gl_PREREQ_MALLOC.
24069         Don't define HAVE_DONE_WORKING_MALLOC_CHECK, since nothing uses it.
24070
24071         Module realloc.
24072         * m4/realloc.m4 (gl_PREREQ_REALLOC): New macro.
24073         (jm_FUNC_REALLOC): Use AC_FUNC_REALLOC. Invoke gl_PREREQ_REALLOC.
24074         Don't define HAVE_DONE_WORKING_REALLOC_CHECK, since nothing uses it.
24075
24076         Module strftime.
24077         * m4/tm_gmtoff.m4: New file, extracted from strftime.m4.
24078         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Use AC_FUNC_STRFTIME.
24079         Don't test for bcopy (we are not emacs). Invoke AC_TYPE_MBSTATE_T and
24080         gl_TM_GMTOFF.
24081         (_jm_STRFTIME_PREREQS, jm_FUNC_GNU_STRFTIME): Use onceonly macros.
24082
24083         Module xalloc.
24084         * m4/xalloc.m4: New file.
24085
24086         Module alloca.
24087         * m4/alloca.m4: New file.
24088
24089         Module putenv.
24090         * m4/putenv.m4 (gl_PREREQ_PUTENV): New macro.
24091         (jm_FUNC_PUTENV): Invoke it.
24092
24093         Module setenv.
24094         * m4/setenv.m4 (gt_FUNC_SETENV): New macro.
24095         (gt_CHECK_VAR_DECL): Fix quoting error that led to infinite loop in m4
24096         when invoked twice.
24097         (gt_PREREQ_SETENV, gt_PREREQ_UNSETENV): New macros, replacing old
24098         gt_FUNC_SETENV.
24099
24100         Module memrchr.
24101         * m4/memrchr.m4: New file.
24102
24103         Module stpcpy.
24104         * m4/stpcpy.m4: New file.
24105
24106         Module strcase.
24107         * m4/strcase.m4: New file.
24108
24109         Module strdup.
24110         * m4/strdup.m4: New file.
24111
24112         Module strnlen.
24113         * m4/strnlen.m4: New file.
24114
24115         Module strndup.
24116         * m4/strndup.m4: New file.
24117
24118         Module xstrtod.
24119         * m4/xstrtod.m4: New file.
24120
24121         Module xstrtol.
24122         * m4/xstrtol.m4: New file.
24123
24124         Module getdate.
24125         * m4/getdate.m4: New file.
24126
24127         Module unlocked-io.
24128         * m4/unlocked-io.m4: Renamed from jm-glibc-io.m4.
24129         (jm_FUNC_GLIBC_UNLOCKED_IO): Invoke AC_GNU_SOURCE. Use onceonly macros.
24130         * m4/jm-glibc-io.m4n: Remove file.
24131
24132         Module long-options.
24133         * m4/long-options.m4: New file.
24134
24135         Module md5.
24136         * m4/md5.m4: New file.
24137
24138         Module sha.
24139         * m4/sha.m4: New file.
24140
24141         Module getstr.
24142         * m4/getstr.m4: New file.
24143
24144         Module getline.
24145         * m4/getline.m4 (gl_PREREQ_GETLINE): New macro.
24146         (AM_FUNC_GETLINE): Invoke AC_GNU_SOURCE. Use <stdlib.h>, not
24147         <sys/types.h>, for size_t. Use the function name gnu_getline, not
24148         simply getline. Infoke gl_PREREQ_GETLINE.
24149
24150         Module obstack.
24151         * m4/obstack.m4: New file.
24152
24153         Module hash.
24154         * m4/hash.m4: New file.
24155
24156         Module readtokens.
24157         * m4/readtokens.m4: New file.
24158
24159         Module strverscmp.
24160         * m4/strverscmp.m4: New file.
24161
24162         Module stdbool.
24163         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Add test for _Bool. Needed for
24164         OSF/1.
24165
24166         Module strtoll.
24167         * m4/strtoll.m4: New file.
24168
24169         Module strtoull.
24170         * m4/strtoull.m4: New file.
24171
24172         Module strtoimax.
24173         * m4/strtoimax.m4: New file.
24174
24175         Module strtoumax.
24176         * m4/strtoumax.m4: New file.
24177
24178         Module xstrtoimax.
24179         * m4/xstrtoimax.m4 (jm_XSTRTOIMAX): Renamed from
24180         jm_AC_PREREQ_XSTRTOIMAX.
24181         Moved the strtol prerequisites to strtol.m4.
24182         Moved the strtoll prerequisites to strtoll.m4.
24183         Moved the strtoimax prerequisites to strtoimax.m4.
24184
24185         Module xstrtoumax.
24186         * m4/xstrtoumax.m4 (jm_XSTRTOUMAX): Renamed from
24187         jm_AC_PREREQ_XSTRTOUMAX.
24188         Moved the strtoul prerequisites to strtoul.m4.
24189         Moved the strtoull prerequisites to strtoull.m4.
24190         Moved the strtoumax prerequisites to strtoumax.m4.
24191
24192         Module chown.
24193         * m4/chown.m4 (gl_PREREQ_CHOWN): New macro.
24194         (jm_FUNC_CHOWN): Use AC_FUNC_CHOWN. Invoke gl_PREREQ_CHOWN.
24195
24196         Module dup2.
24197         * m4/dup2.m4: New file.
24198
24199         Module ftruncate.
24200         * m4/ftruncate.m4 (gl_PREREQ_FTRUNCATE): New macro.
24201         (jm_FUNC_FTRUNCATE): Use AC_REPLACE_FUNCS. Invoke gl_PREREQ_FTRUNCATE.
24202
24203         Module getgroups.
24204         * m4/getgroups.m4 (gl_PREREQ_GETGROUPS): New macro.
24205         (jm_FUNC_GETGROUPS): Use AC_FUNC_GETGROUPS. Invoke gl_PREREQ_GETGROUPS.
24206
24207         Module gettimeofday.
24208         * m4/gettimeofday.m4 (gl_PREREQ_GETTIMEOFDAY): New macro.
24209         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use onceonly macros. Invoke
24210         gl_PREREQ_GETTIMEOFDAY.
24211
24212         Module mkdir.
24213         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): New macro.
24214         (UTILS_FUNC_MKDIR_TRAILING_SLASH): Invoke gl_PREREQ_MKDIR.
24215
24216         Module mkstemp.
24217         * m4/mkstemp.m4 (gl_PREREQ_MKSTEMP): New macro.
24218         (jm_PREREQ_TEMPNAME): New macro, from prereq.m4. Also invoke
24219         jm_AC_TYPE_UINTMAX_T.
24220         (UTILS_FUNC_MKSTEMP): Invoke gl_PREREQ_MKSTEMP and jm_PREREQ_TEMPNAME.
24221
24222         Module stat.
24223         * m4/stat.m4 (gl_PREREQ_STAT): New macro.
24224         (jm_FUNC_STAT): Use AC_FUNC_STAT. Invoke gl_PREREQ_STAT.
24225
24226         Module lstat.
24227         * m4/lstat.m4 (gl_PREREQ_LSTAT): New macro.
24228         (jm_FUNC_LSTAT): Use AC_FUNC_LSTAT. Invoke gl_PREREQ_LSTAT.
24229
24230         Module timespec.
24231         * m4/timespec.m4 (gl_TIMESPEC): New macro.
24232         (jm_CHECK_TYPE_STRUCT_TIMESPEC): Add check for <sys/time.h>.
24233         * m4/st_mtim.m4: Indentation.
24234
24235         Module nanosleep.
24236         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): New macro.
24237         (jm_FUNC_NANOSLEEP): Add check for <sys/time.h>. Invoke
24238         gl_PREREQ_NANOSLEEP.
24239
24240         Module regex.
24241         * m4/regex.m4 (jm_PREREQ_REGEX): New macro.
24242         (jm_INCLUDED_REGEX): Invoke jm_PREREQ_REGEX.
24243         (gl_REGEX): New macro.
24244
24245         Module rename.
24246         * m4/rename.m4 (gl_PREREQ_RENAME): New macro.
24247         (vb_FUNC_RENAME): Invoke gl_PREREQ_RENAME.
24248
24249         Module rmdir.
24250         * m4/rmdir.m4: New file.
24251
24252         Module utime.
24253         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Use onceonly macros.
24254         * m4/utime.m4 (gl_PREREQ_UTIME): New macro.
24255         (jm_FUNC_UTIME): Invoke gl_PREREQ_UTIME.
24256
24257         Module dirname.
24258         * m4/dirname.m4: New file.
24259
24260         Module getopt.
24261         * m4/getopt.m4: New file.
24262
24263         Module unistd-safer.
24264         * m4/unistd-safer.m4: New file.
24265
24266         Module fnmatch.
24267         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Include <stdlib.h>, for exit()
24268         declaration.
24269         (gl_PREREQ_FNMATCH_EXTRA): New macro.
24270         (gl_FUNC_FNMATCH_POSIX): New macro.
24271         (gl_FUNC_FNMATCH_GNU): Renamed from AC_FUNC_FNMATCH_GNU. Invoke
24272         gl_PREREQ_FNMATCH_EXTRA. Use the function name gnu_fnmatch, not
24273         simply fnmatch.
24274
24275         Module exclude.
24276         * m4/exclude.m4: New file.
24277
24278         Module human.
24279         * m4/human.m4: New file.
24280
24281         Module acl.
24282         * m4/acl.m4: Nop.
24283
24284         Module backupfile.
24285         * m4/backupfile.m4: New file.
24286         * m4/d-ino.m4: Indentation.
24287
24288         Module fsusage.
24289         * m4/fsusage.m4 (gl_FSUSAGE): New macro.
24290         (jm_STATFS_TRUNCATES): New macro, from coreutils-4.5.4/configure.ac.
24291         (gl_PREREQ_FSUSAGE_EXTRA): New macro.
24292
24293         Module dirfd.
24294         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Invoke some AC_EGREP_CPP
24295         requirements.
24296
24297         Module euidaccess.
24298         * m4/euidaccess.m4: New file.
24299
24300         Module file-type.
24301         * m4/file-type.m4: New file.
24302
24303         Module fileblocks.
24304         * m4/fileblocks.m4: New file.
24305
24306         Module filemode.
24307         * m4/filemode.m4: New file.
24308
24309         Module isdir.
24310         * m4/isdir.m4: New file.
24311
24312         Module lchown.
24313         * m4/lchown.m4 (gl_PREREQ_LCHOWN): New macro.
24314         (jm_FUNC_LCHOWN): Invoke gl_PREREQ_LCHOWN.
24315
24316         Module makepath.
24317         * m4/makepath.m4: New file.
24318
24319         Module modechange.
24320         * m4/modechange.m4: New file.
24321
24322         Module mountlist.
24323         * m4/mountlist.m4: New file.
24324         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Use onceonly macros.
24325         Indentation.
24326
24327         Module path-concat.
24328         * m4/path-concat.m4: New file.
24329
24330         Module pathmax.
24331         * m4/pathmax.m4: New file.
24332
24333         Module same.
24334         * m4/same.m4: New file.
24335
24336         Module save-cwd.
24337         * m4/save-cwd.m4: New file.
24338
24339         Module savedir.
24340         * m4/savedir.m4: New file.
24341
24342         Module xgetcwd.
24343         * m4/xgetcwd.m4: New file.
24344         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Use onceonly macros.
24345
24346         Module xreadlink.
24347         * m4/xreadlink.m4: New file.
24348
24349         Module safe-read.
24350         * m4/safe-read.m4: New file.
24351
24352         Module safe-write.
24353         * m4/safe-write.m4: New file.
24354
24355         Module closeout.
24356         * m4/closeout.m4: New file.
24357
24358         Module stdio-safer.
24359         * m4/stdio-safer.m4: New file.
24360
24361         Module getpass.
24362         * m4/getpass.m4: New file.
24363
24364         Module getugroups.
24365         * m4/getugroups.m4: New file.
24366
24367         Module group-member.
24368         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): New macro.
24369         (jm_FUNC_GROUP_MEMBER): Invoke AC_GNU_SOURCE, gl_PREREQ_GROUP_MEMBER.
24370
24371         Module idcache.
24372         * m4/idcache.m4: New file.
24373
24374         Module userspec.
24375         * m4/userspec.m4: New file.
24376
24377         Module gettime.
24378         * m4/clock_time.m4: New file.
24379         * m4/gettime.m4: New file.
24380
24381         Module settime.
24382         * m4/settime.m4: New file.
24383
24384         Module posixtm.
24385         * m4/posixtm.m4: New file.
24386
24387         Module gethostname.
24388         * m4/gethostname.m4: New file.
24389
24390         Module canon-host.
24391         * m4/canon-host.m4: New file.
24392
24393         Module gettext.
24394         * m4/codeset.m4: New file, from gettext-0.11.5.
24395         * m4/gettext.m4: New file, from gettext-0.11.5.
24396         * m4/glibc21.m4: New file, from gettext-0.11.5.
24397         * m4/iconv.m4: New file, from gettext-0.11.5.
24398         * m4/intdiv0.m4: New file, from gettext-0.11.5.
24399         * m4/inttypes-pri.m4: New file, from gettext-0.11.5.
24400         * m4/inttypes.m4: New file, from gettext-0.11.5.
24401         * m4/inttypes_h.m4: New file, from gettext-0.11.5 with modifications.
24402         * m4/isc-posix.m4: New file, from gettext-0.11.5.
24403         * m4/lcmessage.m4: New file, from gettext-0.11.5.
24404         * m4/lib-ld.m4: New file, from gettext-0.11.5.
24405         * m4/lib-link.m4: New file, from gettext-0.11.5.
24406         * m4/lib-prefix.m4: New file, from gettext-0.11.5.
24407         * m4/progtest.m4: New file, from gettext-0.11.5.
24408         * m4/stdint_h.m4: New file, from gettext-0.11.5 with modifications.
24409         * m4/uintmax_t.m4: New file, from gettext-0.11.5 with modifications.
24410         * m4/ulonglong.m4: New file, from gettext-0.11.5 with modifications.
24411
24412         Module localcharset.
24413         * m4/localcharset.m4: New file.
24414
24415         Module hard-locale.
24416         * m4/hard-locale.m4: New file.
24417
24418         Module mbswidth.
24419         * m4/mbswidth.m4 (gl_MBSWIDTH): Renamed from jm_PREREQ_MBSWIDTH. Use
24420         onceonly macros.
24421         * m4/mbrtowc.m4: Add comment.
24422
24423         Module memcasecmp.
24424         * m4/memcasecmp.m4: New file.
24425
24426         Module memcoll.
24427         * m4/memcoll.m4: New file.
24428
24429         Module unicodeio.
24430         * m4/unicodeio.m4: New file.
24431
24432         Module rpmatch.
24433         * m4/rpmatch.m4: New file.
24434
24435         Module yesno.
24436         * m4/yesno.m4: New file.
24437
24438         Module exitfail.
24439         * m4/exitfail.m4: New file.
24440
24441         Module c-stack.
24442         * m4/c-stack.m4 (gl_C_STACK): New macro.
24443         (jm_PREREQ_C_STACK): Check for <sys/time.h>. Use onceonly macros.
24444
24445         Module error.
24446         * m4/error.m4 (gl_ERROR): New macro.
24447         (jm_PREREQ_ERROR): Use onceonly macros.
24448
24449         Module fatal.
24450         * m4/fatal.m4: New file.
24451
24452         Module getloadavg.
24453         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Use onceonly macros.
24454         (gl_FUNC_GETLOADAVG, gl_PREREQ_GETLOADAVG): New macros.
24455
24456         Module getpagesize.
24457         * m4/getpagesize.m4: New file.
24458
24459         Module getusershell.
24460         * m4/getusershell.m4: New file.
24461
24462         Module physmem.
24463         * m4/physmem.m4: New file.
24464
24465         Module posixver.
24466         * m4/posixver.m4: New file.
24467
24468         Module quotearg.
24469         * m4/quotearg.m4: New file.
24470
24471         Module quote.
24472         * m4/quote.m4: New file.
24473
24474         Module readutmp.
24475         * m4/readutmp.m4: New file, based on jm_PREREQ_READUTMP from prereq.m4.
24476
24477         Module sig2str.
24478         * m4/sig2str.m4: New file.
24479
24480         Other.
24481         * m4/longlong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Remove, moved to
24482         ulonglong.m4.
24483         * m4/intmax_t.m4: New file.
24484         * m4/d-type.m4: Indentation.
24485         * m4/jm-macros.m4: Update.
24486         * m4/prereq.m4 (jm_PREREQ): Update.
24487         (jm_PREREQ_ADDEXT): Remove, obsoleted by backupfile.m4.
24488         (jm_PREREQ_CANON_HOST): Remove, obsoleted by canon-host.m4.
24489         (jm_PREREQ_DIRNAME): Remove, obsoleted by dirname.m4.
24490         (jm_PREREQ_EXCLUDE): Remove, obsoleted by exclude.m4.
24491         (jm_PREREQ_GETPAGESIZE): Remove, obsoleted by getpagesize.m4.
24492         (jm_PREREQ_HARD_LOCALE): Remove, obsoleted by hard-locale.m4.
24493         (jm_PREREQ_HASH): Remove, obsoleted by hash.m4.
24494         (jm_PREREQ_HUMAN): Remove, obsoleted by human.m4.
24495         (jm_PREREQ_MEMCHR): Remove, obsoleted by memchr.m4.
24496         (jm_PREREQ_PHYSMEM): Remove, obsoleted by physmem.m4.
24497         (jm_PREREQ_POSIXVER): Remove, obsoleted by posixver.m4.
24498         (jm_PREREQ_QUOTEARG): Remove, obsoleted by quotearg.m4.
24499         (jm_PREREQ_READUTMP): Remove, obsoleted by readutmp.m4.
24500         (jm_PREREQ_REGEX): Remove, obsoleted by regex.m4.
24501         (jm_PREREQ_STRNLEN): Remove, obsoleted by strnlen.m4.
24502         (jm_PREREQ_TEMPNAME): Remove, obsoleted by mkstemp.m4.
24503         (jm_PREREQ_XGETCWD): Remove, obsoleted by xgetcwd.m4.
24504         (jm_PREREQ_XREADLINK): Remove, obsoleted by xreadlink.m4.
24505         * m4/readdir.m4 (jm_FUNC_READDIR): Use onceonly macros.
24506
24507 2002-12-24  Bruno Haible  <bruno@clisp.org>
24508
24509         * MODULES.txt: Update according to m4/ changes.
24510
24511         Module gettext.
24512         * config.rpath: New file, from gettext-0.11.5.
24513
24514         * modules/*: New module descriptions.
24515         * gnulib-tool: New file.
24516         * MODULES.html.sh: New file.
24517
24518 2002-12-21  Karl Berry  <karl@gnu.org>
24519
24520         * doc/fdl.texi: update to version 1.2.
24521
24522 2002-12-19  Karl Berry  <karl@gnu.org>
24523
24524         * config/config.guess: update from prep.
24525
24526 2002-12-18  Bruno Haible  <bruno@clisp.org>
24527
24528         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't test for localtime_r.
24529         * m4/jm-mktime.m4 (jm_FUNC_MKTIME): Likewise.
24530
24531 2002-12-17  Bruno Haible  <bruno@clisp.org>
24532
24533         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Remove checks for limits.h,
24534         stdlib.h, string.h.
24535
24536 2002-12-17  Bruno Haible  <bruno@clisp.org>
24537
24538         * lib/canon-host.c (strdup): Remove unused declaration.
24539
24540         * lib/fsusage.c: Include full_read.h.
24541         (get_fs_usage): Use full_read instead of safe_read.
24542
24543         * lib/utime.c (utime_null): Use SAFE_READ_ERROR.
24544
24545 2002-12-12  Karl Berry  <karl@gnu.org>
24546
24547         * config/config.guess: update from prep.
24548
24549 2002-12-11  Bruno Haible  <bruno@clisp.org>
24550
24551         * m4/setenv.m4: New file, from gettext-0.11.5.
24552
24553 2002-12-11  Bruno Haible  <bruno@clisp.org>
24554
24555         * lib/setenv.h: Rewritten to cope with systems that have setenv() but
24556         not unsetenv().
24557         * lib/setenv.c, unsetenv.c: Taken from glibc-2.2.4 with the following
24558         modifications:
24559
24560         2002-12-11  Bruno Haible  <bruno@clisp.org>
24561
24562                 * setenv.c (alloca): Fall back to malloc.
24563                 (freea): New macro.
24564                 (setenv): Use freea() to free memory allocated with alloca().
24565
24566         2002-11-13  Bruno Haible  <bruno@clisp.org>
24567
24568                 * setenv.c (compar_fn_t, __add_to_environ, setenv): Use ANSI C
24569                 function declarations.
24570                 * unsetenv.c (unsetenv): Likewise.
24571
24572         2002-03-04  Bruno Haible  <bruno@clisp.org>
24573
24574                 Portability to AIX 4.3.3.
24575                 * unsetenv.c: New file, extracted from setenv.c.
24576                 * setenv.c: Move the unsetenv() function to unsetenv.c.
24577
24578         2001-12-20  Bruno Haible  <bruno@clisp.org>
24579
24580                 * setenv.c (__add_to_environ): Don't call realloc(NULL,...),
24581                 use malloc instead. For SunOS 4.
24582
24583         2001-12-11  Bruno Haible  <bruno@clisp.org>
24584
24585                 * setenv.c: Declare alloca.
24586                 (compar_fn_t): New typedef.
24587                 (KNOWN_VALUE, STORE_VALUE): Use it.
24588
24589         * lib/Makefile.am (libfetish_a_SOURCES): Add setenv.c, unsetenv.c,
24590         setenv.h.
24591
24592 2002-12-10  Paul Eggert  <eggert@twinsun.com>
24593
24594         Port exclude.c and exclude.h to more non-GNU systems, e.g. Solaris 7.
24595         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE, EXCLUDE_WILDCARDS):
24596         Choose values that are less likely to collide with system fnmatch
24597         options.
24598         * lib/exclude.c (FNM_CASEFOLD, FNM_LEADING_DIR): Define to 0 if not
24599         defined (e.g., a pure POSIX system).
24600         (EXCLUDE_macros_do_not_collide_with_FNM_macros): Use FNM_PATHNAME
24601         instead of FNM_FILE_NAME, for compatibility with pure POSIX sytems.
24602
24603 2002-12-06  Paul Eggert  <eggert@twinsun.com>
24604
24605         Undo the 2001-07-02 change for jm-glibc-io, as it was too much of
24606         a pain in practice to deal with generated m4 files.  This change
24607         goes together with the 2002-12-04 unlocked-io.h change in ../lib.
24608
24609         * m4/Makefile.am.in (Makefile.am): Don't mention jm-glibc-io.m4n
24610         and jm-glibc-io.m4, as they are no longer a special case.
24611         * m4/jm-glibc-io.m4: Rename from jm-glibc-io.m4n, and remove the
24612         kludge and the auto-generation stuff.  Check only whether the
24613         functions are declared, not whether they exist, since older hosts
24614         that don't declare the functions can't use the optimization anyway.
24615
24616 2002-12-06  Jim Meyering  <jim@meyering.net>
24617
24618         * lib/error.c: Be consistent: change `#ifndef _LIBC' to `#if !_LIBC'.
24619
24620         Merge in changes from libc's misc/error.c, in preparation
24621         for the merge of gnulib's changes back into libc.
24622
24623         * lib/error.c (_): Define only if not already defined.
24624         Move definition to follow all #include directives.
24625         Include unlocked-io.h only if !_LIBC.
24626         [_LIBC]: Include <libio/libioP.h>.
24627         [USE_IN_LIBIO]: Include <libio/iolibio.h>
24628         (fflush): Tweak definition to use INTUSE.
24629         (putc): Define.
24630
24631 2002-12-05  Paul Eggert  <eggert@twinsun.com>
24632
24633         * lib/alloca.c [defined emacs]: Include "lisp.h".
24634         (xalloc_die) [defined emacs]: New macro.
24635         (free) [defined emacs && defined EMACS_FREE]: Define to EMACS_FREE.
24636         [! defined emacs]: Include <xalloc.h>.
24637         (POINTER_TYPE) [!defined POINTER_TYPE]: New macro.
24638         (pointer): Typedef to POINTER_TYPE *.
24639         (malloc): Remove decl; we now always use xmalloc.
24640         (alloca): Use old-style definition, since Emacs needs this.
24641         Check for arithmetic overflow when computing combined size.
24642
24643 2002-12-04  Paul Eggert  <eggert@twinsun.com>
24644
24645         Do not generate unlocked-io.h automatically, since it's easier to
24646         maintain it by hand.
24647
24648         * lib/unlocked-io.h: New file, from GNU diffutils,
24649         but with proper copyright notice and attribution.
24650         * lib/gen-uio: Remove.
24651         * lib/Makefile.am: Add copyright notice.
24652         (libfetish_a_SOURCES): Add unlocked-io.h.
24653         (BUILT_SOURCES, all-local): Remove unlocked-io.h.
24654         (DISTCLEANFILES, io_functions): Remove macros.
24655         (EXTRA_DIST): Remove gen_uio.
24656         (unlocked-io.h): Remove rule.
24657
24658 2002-12-04  Jim Meyering  <jim@meyering.net>
24659
24660         Reflect the fact that stat.c and lstat.c are no longer generated.
24661         * lib/Makefile.am (BUILT_SOURCES): Remove stat.c and lstat.c.
24662         (DISTCLEANFILES): Likewise.
24663         (EXTRA_DIST): Likewise.
24664         (all_local): Don't depend on stat.c or lstat.c.
24665         (stat.c, lstat.c): Remove rules.
24666         (EXTRA_DIST): Remove xstat.in.
24667
24668         * lib/xstat.in: Remove file.  Contents moved into stat.c.
24669         * lib/stat.c: New file.  Contents mostly from xstat.in.
24670         * lib/stat.c: Rework so that it may serve to define rpl_lstat, too.
24671         * lib/lstat.c: New file. Simply #define LSTAT and include stat.c.
24672
24673         * lib/safe-read.c: Rework so that it may serve to define safe_write,
24674         too.
24675         * lib/safe-write.c: Simply #define SAFE_WRITE and include safe-read.c.
24676
24677 2002-12-03  Jim Meyering  <jim@meyering.net>
24678
24679         * lib/safe-read.c, safe-write.c: Change variable names and comments,
24680         but not semantics, to minimize the differences between these two files.
24681         (safe_read): Change comment to mention SAFE_READ_ERROR.
24682
24683         * lib/safe-read.c (IS_EINTR): Define.
24684         (safe_read): Use IS_EINTR in place of in-function cpp directives.
24685
24686 2002-12-02  Jim Meyering  <jim@meyering.net>
24687
24688         * lib/safe-read.c (EINTR): Define.
24689         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
24690         (INT_MAX): Provide fallback.
24691         (safe_read): Rewrite to iterate IFF the read fails with EINTR.
24692
24693         * lib/safe-read.h (SAFE_READ_ERROR): Define.
24694
24695 2002-12-02  Bruno Haible  <bruno@clisp.org>
24696
24697         * lib/safe-write.c (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM):
24698         Define, taken from safe-read.c.
24699         (INT_MAX): Provide fallback.
24700         (safe_write): Rewrite to iterate IFF the write fails with EINTR.
24701         * lib/safe-write.h (SAFE_WRITE_ERROR): Define.
24702
24703         * lib/safe-read.c (EINTR): Remove definition.
24704         (safe_read): Don't use EINTR if it is absent.
24705
24706 2002-12-01  Jim Meyering  <jim@meyering.net>
24707
24708         * lib/safe-read.c: (safe_read): Also exit the loop when read returns
24709         zero.
24710         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM, INT_MAX): Define.
24711
24712 2002-11-27  Paul Eggert  <eggert@twinsun.com>
24713
24714         * lib/hash.c (hash_lookup, hash_get_first, hash_get_next,
24715         hash_find_entry, hash_rehash): Replace `if (limit <= value) abort ();'
24716         with `if (! (value < limit)) abort ();', for readability.
24717
24718 2002-11-26  Karl Berry  <karl@gnu.org>
24719
24720         * lib/strdup.c: copy from libc again, with jim's ok.
24721         * lib/.cppi-disable: re-add strdup.c
24722
24723 2002-11-25  Karl Berry  <karl@gnu.org>
24724
24725         * lib/strtoll.c: copy from libc, meaning we now #include <strtol.c>
24726         instead of "strtol.c".
24727
24728 2002-11-25  Karl Berry  <karl@gnu.org>
24729
24730         * config/install-sh: update from automake for variable quoting, $0 in
24731         error msgs, etc.
24732
24733         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): new entry.
24734         * config/srclist.txt ($LIBCSRC/sysdeps/generic/strtoll.c lib gpl): new
24735         entry.
24736
24737 2002-11-25  Jim Meyering  <jim@meyering.net>
24738
24739         * lib/mktime.c: Sync from libc, now that it has the latest fix.
24740
24741 2002-11-24  Karl Berry  <karl@gnu.org>
24742
24743         * lib/error.c, getopt.c, getopt.h, getopt1.c, obstack.c, regex.c,
24744         regex.h, strdup.c, strtoll.c, tempname.c: change license to gpl.
24745
24746 2002-11-24  Jim Meyering  <jim@meyering.net>
24747
24748         Update from coreutils:
24749
24750         * lib/mktime.c: Merge in changes from libc.
24751
24752         Avoid a link-time failure on some Linux systems.
24753         * lib/mktime.c (STATIC): Define to be empty (_LIBC) or `static'
24754         (otherwise).
24755         (__mon_yday): Declare with the STATIC attribute.
24756         (__mktime_internal): Likewise.
24757         Based on a report from Greg Schafer.
24758
24759 2002-11-23  Jim Meyering  <jim@meyering.net>
24760
24761         * lib/sig2str.c (str2signum, sig2str): Avoid a warning from gcc:
24762         Use `unsigned', not `int', as type of index.
24763
24764         * lib/xstat.in [@BEGIN_LSTAT_ONLY@]: Include <string.h>.
24765
24766         * lib/fsusage.c: Remove unneeded parentheses around operands of
24767         `defined'.
24768
24769 2002-11-22  Paul Eggert  <eggert@twinsun.com>
24770
24771         * lib/quotearg.h: Allow multiple inclusion by surrounding with
24772         "#ifndef QUOTEARG_H_".  Include <stddef.h>, for size_t,
24773         so that we can be included first.
24774         (PARAMS): Remove; we now assume C89 or later.  All uses removed.
24775         * lib/quotearg.c: Include quotearg.h immediately after config.h.
24776         No need to include stddef.h or sys/types.h any more.
24777         Surround local include files with "", not "<>".
24778         Assume HAVE_LIMITS_H unconditionally, as we assume C89.
24779         Similarly, assume HAVE_C_BACKSLASH_A, CHAR_BIT, UCHAR_MAX, UINT_MAX,
24780         HAVE_STDLIB_H, HAVE_STRING_H, STDC_HEADERS.
24781         (HAVE_MBSINIT): Undef if !HAVE_MBRTOWC.
24782         (mbsinit): Define to 1 if !defined mbsinit && !HAVE_MBSINIT.
24783         (ISPRINT): Remove; no longer needed now that we assume C89.
24784
24785         (clone_quoting_options, quotearg_buffer, quotearg_n_options):
24786         Preserve errno.
24787
24788         (quotearg_buffer_restyled, quotearg_n, quotearg_n_style,
24789         quotearg_char): Use SIZE_MAX rather than
24790         (size_t) -1 when we are talking about "infinity".
24791
24792         (quotearg_buffer_restyled): Fix bug when quoting trigraphs.
24793
24794 2002-11-22  Paul Eggert  <eggert@twinsun.com>
24795
24796         * lib/hash.c: Avoid use of <assert.h>, as the GNU Coding Standards
24797         hint that one should use `if (! x) abort ();' rather than `assert
24798         (x);', and anyway it's one less thing to worry about configuring.
24799         (hash_lookup, hash_get_first, hash_get_next, hash_find_entry,
24800         hash_rehash, hash_insert): Use abort rather than assert.
24801
24802 2002-11-22  Bruno Haible  <bruno@clisp.org>
24803
24804         * lib/safe-read.h: Assume C89. Add comments.
24805         (safe_read): Change return type to size_t.
24806         * lib/safe-read.c (safe_read): Change return type to size_t. Handle
24807         byte counts > SSIZE_MAX correctly.
24808         * lib/safe-write.h: New file.
24809         * lib/safe-write.c: New file.
24810         * lib/full-read.h: New file.
24811         * lib/full-read.c: New file.
24812         * lib/full-write.h: Assume C89. Add comments.
24813         * lib/full-write.c: Include safe-write.h.
24814         (full_write): Rewritten to use safe_write.
24815         Suggested by Jim Meyering and Paul Eggert.
24816
24817 2002-11-21  Jim Meyering  <jim@meyering.net>
24818
24819         * lib/strdup.c (strdup): Tweak comment and initial #if/#include.
24820
24821         Merge in changes from the coreutils.
24822
24823         2002-09-25  Paul Eggert  <eggert@twinsun.com>
24824         * lib/fsusage.c [! HAVE_INTTYPES_H && HAVE_STDINT_H] Include
24825         <stdint.h>.
24826         (UINTMAX_MAX) [!defined UINTMAX_MAX]: New macro.
24827         (PROPAGATE_ALL_ONES): Work even if X is unsigned and narrower than
24828         int.  Work more efficiently if X is the same width as uintmax_t.
24829         Do not compare X to -1, to avoid bogus compiler warning.
24830         (get_fs_usage): (uintmax_t) -1 -> UINTMAX_MAX to avoid a cast.
24831         Don't assume that f_frsize and f_bsize are the same type.
24832
24833         * lib/mountlist.c: #undef MNT_IGNORE before defining it, to avoid
24834         warning on FreeBSD.
24835
24836         * lib/makepath.c (make_path): Restore umask *before* creating the final
24837         component.
24838         (make_path): Minor reformatting.
24839
24840         * lib/xmalloc.c: Adjust to work with new autoconf macros,
24841         AC_FUNC_MALLOC and AC_FUNC_REALLOC: test #ifndef
24842         HAVE_MALLOC/HAVE_REALLOC.
24843
24844         * lib/mountlist.h (ME_DUMMY): Don't count entries of type `auto' as
24845         dummy ones.  At least on GNU/Linux systems, `auto' means something
24846         else.
24847         From Michael Stone.
24848
24849 2002-11-21  Bruno Haible  <bruno@clisp.org>
24850
24851         Remove case insensitive option matching.
24852         * lib/argmatch.h (argcasematch): Remove declaration.
24853         (ARGCASEMATCH): Remove macro.
24854         (__xargmatch_internal): Remove case_sensitive argument.
24855         (XARGMATCH): Update.
24856         (XARGCASEMATCH): Remove macro.
24857         * lib/argmatch.c (argmatch): Renamed from __argmatch_internal. Remove
24858         case_sensitive argument.
24859         (argcasematch): Remove function.
24860         (__xargmatch_internal): Remove case_sensitive argument.
24861         (main): Use XARGMATCH instead of XARGCASEMATCH.
24862
24863         * lib/xmalloc.c: Change compile-time error message. Add comment about
24864         required autoconf version.
24865
24866 2002-11-20  Paul Eggert  <eggert@twinsun.com>
24867
24868         Merge argmatch cleanups from Bison.  Assume C89.
24869
24870         * lib/argmatch.c: Include config.h here, not in argmatch.h.
24871         Include stdlib.h, for EXIT_FAILURE.
24872         Always include <string.h>, since we assume C89.
24873         (EXIT_FAILURE): Remove pre-C89 bug workaround.
24874         * lib/argmatch.h: Do not include <config.h> or <sys/types.h>.
24875         Include <stddef.h> instead, since it's all we need for size_t.
24876         (PARAMS): Remove.  All uses removed.
24877         (ARRAY_CARDINALITY): Do not bother to #undef.
24878         (ARRAY_CARDINALITY, ARGMATCH, ARGCASEMATCH, invalid_arg,
24879         ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
24880         Remove unnecessary parentheses.
24881         (ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
24882         Insert necessary parentheses.
24883         (ARGMATCH_CONSTRAINT, ARGMATCH_VERIFY): New macros.
24884         (ARGMATCH_ASSERT): Use ARGMATCH_CONSTRAINT.
24885
24886 2002-11-19  Bruno Haible  <bruno@clisp.org>
24887
24888         * lib/mbswidth.c: Include mbswidth.h right at the beginning.
24889         * lib/mbswidth.h: Include <stddef.h>, for size_t.
24890
24891         * lib/mbswidth.h (PARAMS): Remove macro.
24892         (mbswidth, mbsnwidth): Use ANSI C function declarations.
24893         * lib/mbswidth.c (mbswidth, mbsnwidth): Likewise.
24894
24895         * lib/gcd.h (PARAMS): Remove macro.
24896         (gcd): Use ANSI C function declarations.
24897         * lib/gcd.c (gcd): Likewise.
24898
24899 2002-11-15  Bruno Haible  <bruno@clisp.org>
24900
24901         * lib/strcspn.c: Include <stddef.h>.
24902         (strcspn): Use ANSI C function declaration. Change return type to
24903         size_t. Use NULL.
24904         * lib/strpbrk.c: Minimize diffs to glibc. Include <stddef.h>.
24905         (strpbrk): Use NULL.
24906         * lib/strpbrk.h (PARAMS): Remove macro.
24907         (strpbrk): Use ANSI C function declaration.
24908         * lib/strstr.c: Don't include <sys/types.h>.
24909         * lib/strstr.h (PARAMS): Remove macro.
24910         (strstr): Use ANSI C function declarations.
24911
24912 2002-11-14  Karl Berry  <karl@gnu.org>
24913
24914         * config/mkinstalldirs: `do' on separate line, instead of
24915         `for var; do'.
24916
24917 2002-11-06  Bruno Haible  <bruno@clisp.org>
24918
24919         * lib/gcd.h (gcd): Change argument type to 'unsigned long'.
24920         * lib/gcd.c (gcd): Likewise.
24921
24922 2002-11-05  Bruno Haible  <bruno@clisp.org>
24923
24924         * lib/gcd.h: New file, from gettext-0.11.5.
24925         * lib/gcd.c: New file, from gettext-0.11.5.
24926
24927 2002-11-05  Bruno Haible  <bruno@clisp.org>
24928
24929         * lib/error.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
24930         * lib/getopt.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
24931         * lib/obstack.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
24932         * lib/regex.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
24933
24934         * lib/argmatch.c: Include gettext.h instead of <locale.h> and
24935         <libintl.h>.
24936         * lib/makepath.c: Include gettext.h instead of <locale.h> and
24937         <libintl.h>.
24938
24939         * lib/closeout.c: Include gettext.h instead of <libintl.h>.
24940         * lib/human.c: Include gettext.h instead of <libintl.h>.
24941         * lib/quotearg.c: Include gettext.h instead of <libintl.h>.
24942         * lib/rpmatch.c: Include gettext.h instead of <libintl.h>.
24943         * lib/unicodeio.c: Include gettext.h instead of <libintl.h>.
24944         * lib/userspec.c: Include gettext.h instead of <libintl.h>.
24945         * lib/version-etc.c: Include gettext.h instead of <libintl.h>.
24946         * lib/xmalloc.c: Include gettext.h instead of <libintl.h>.
24947         (textdomain): Remove definition.
24948         * lib/xmemcoll.c: Include gettext.h instead of <libintl.h>.
24949
24950         * lib/long-options.c: Remove include of <libintl.h> and definition of
24951         _.
24952         * lib/same.c: Remove include of <libintl.h> and definition of _.
24953
24954 2002-11-04  Owen Taylor  <otaylor@redhat.com>
24955
24956         * lib/config.charset: A few additions for Solaris.
24957
24958 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
24959
24960         Make it possible to build libcharset with CC=gcc CFLAGS="-x c++".
24961         * lib/localcharset.c (locale_charset): Declare as extern "C".
24962
24963 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
24964
24965         * lib/config.charset: msdos in uk_UA uses CP1125.
24966
24967 2002-11-04  Bruno Haible  <bruno@clisp.org>
24968
24969         * lib/stpcpy.h: New file, from GNU gettext-0.11.5.
24970         * lib/strcase.h: New file, from GNU gettext-0.11.5.
24971         * lib/strpbrk.h: New file, from GNU gettext-0.11.5.
24972         * lib/strstr.h: New file, from GNU gettext-0.11.5.
24973         * lib/xgetcwd.h: New file, from GNU gettext-0.11.5.
24974
24975 2002-11-04  Bruno Haible  <bruno@clisp.org>
24976
24977         * lib/localcharset.c (locale_charset): Don't return an empty string.
24978
24979 2002-11-04  Bruno Haible  <bruno@clisp.org>
24980
24981         * lib/localcharset.c (get_charset_aliases): Add more Windows specific
24982         aliases.
24983
24984 2002-11-04  Bruno Haible  <bruno@clisp.org>
24985
24986         * lib/config.charset: Update for newest glibc. Add canonical names
24987         ISO-8859-14, KOI8-T, TCVN5712-1, GEORGIAN-PS.
24988
24989 2002-11-04  Bruno Haible  <bruno@clisp.org>
24990
24991         * lib/config.charset: Add support for NetBSD.
24992
24993 2002-11-04  Bruno Haible  <bruno@clisp.org>
24994
24995         * lib/config.charset [msdosdjgpp]: For Russian, use CP866.
24996
24997 2002-11-01  Bruno Haible  <bruno@clisp.org>
24998
24999         * configure.in: Add AC_CONFIG_AUX_DIR call.
25000         (AC_OUTPUT): Add m4/Makefile, lib/Makefile. Remove doc/Makefile,
25001         test/Makefile.
25002         * Makefile.in (subdirs): Add m4, lib. Remove doc, test.
25003
25004 2002-09-28  Karl Berry  <karl@gnu.org>
25005
25006         * config/srclist.txt: can't copy install-sh/mkinstalldirs from
25007         installed automake until the next release, since changes have been
25008         made.
25009
25010 2002-09-25  Karl Berry  <karl@gnu.org>
25011
25012         * lib/strdup.c: copy from libc/string (via ../config/srclist*).
25013         * lib/getopt*: copy from libc/posix.
25014         * lib/gettext.h: copy from gettext.
25015         * lib/.cppi-disable: add strdup.c, gettext.h.
25016
25017 2002-09-25  Karl Berry  <karl@gnu.org>
25018
25019         * config/srclist.txt: enable gettext.h check.
25020         * config/config.{guess,sub}: update from prep.
25021         * config/depcomp, install-sh, mdate-sh, missing, mkinstalldirs: update
25022                 from automake 1.6.3.
25023         See srclist*.
25024
25025 2002-08-23  Stefan Monnier  <monnier@cs.yale.edu>
25026
25027         * regex.c (PATFETCH): Remove the translating fetch.
25028         (PATFETCH_RAW): Rename to PATFETCH.
25029         (set_image_of_range): New fun.
25030         (SET_RANGE_TABLE_WORK_AREA): Use it.
25031         (regex_compile): Don't translate the pattern chars so eagerly.
25032         Only do it when inserting an `exactn' bytecode or when handling
25033         a char-range.
25034         (mutually_exclusive_p): Avoid empty statement.
25035
25036 2002-07-06  Jim Meyering  <meyering@lucent.com>
25037
25038         * m4/README: Don't mention Makefile.am.in.
25039         Outline how I've tested changes to .m4 files.  Yep, it's a pain.
25040
25041 2002-07-01  Jim Meyering  <meyering@lucent.com>
25042
25043         * lib/c-stack.c: Include sys/time.h.
25044         From Volker Borchert.
25045
25046 2002-06-26  Paul Eggert  <eggert@twinsun.com>
25047
25048         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for btowc.
25049
25050 2002-06-26  Paul Eggert  <eggert@twinsun.com>
25051
25052         * lib/fnmatch.c, fnmatch_loop.c (WIDE_CHAR_SUPPORT):
25053         New macro.  Use it uniformly instead of
25054         (defined HAVE_WCTYPE_H && defined HAVE_WCHAR_H).
25055         It also uses HAVE_BTOWC, to fix a porting bug on Solaris 2.5.1
25056         reported by Vin Shelton.
25057
25058 2002-06-22  Paul Eggert  <eggert@twinsun.com>
25059
25060         * lib/c-stack.h (segv_handler, c_stack_action) [! defined SA_SIGINFO]:
25061         Do not assume SA_SIGINFO behavior.
25062         Bug reported by Jim Meyering on NetBSD 1.5.2.
25063
25064 2002-06-22  Jim Meyering  <meyering@lucent.com>
25065
25066         * m4/c-stack.m4: New file, from diffutils-2.8.2.
25067         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_C_STACK.
25068
25069         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Don't require AC__GNU_SOURCE,
25070         now that configure.ac uses AC_GNU_SOURCE.
25071         (jm_MACROS): Rename: jm_FUNC_FNMATCH to AC_FUNC_FNMATCH_GNU.
25072         * m4/prereq.m4 (jm_PREREQ_EXCLUDE): Likewise, wrt jm_FUNC_FNMATCH.
25073
25074         Update to latest tools.  Suggestions from Paul Eggert.
25075         * m4/stdbool.m4: New file, from diffutils-2.8.2.
25076         * m4/gnu-source.m4: Update from diffutils-2.8.2.
25077         * m4/fnmatch.m4: Likewise.
25078         * m4/prereq.m4: Change each use of AC_CHECK_HEADERS(stdbool.h)
25079         to AC_HEADER_STDBOOL
25080
25081 2002-06-22  Jim Meyering  <meyering@lucent.com>
25082
25083         * lib/fnmatch.c (ISASCII, ISPRINT): Undefine, to avoid warning about
25084         redefinition due to Solaris 2.6's definition in /usr/include/sys/euc.h.
25085
25086 2002-06-22  Jim Meyering  <meyering@lucent.com>
25087
25088         * lib/c-stack.c, lib/c-stack.h: New files, from diffutils-2.8.2.
25089
25090         * lib/exitfail.c, exitfail.h: Likewise.
25091         * lib/Makefile.am (libfetish_a_SOURCES): Add exitfail.c and exitfail.h.
25092
25093         * lib/Makefile.am (libfetish_a_SOURCES): Add fnmatch_.h in place
25094         of fnmatch.h.
25095         (EXTRA_DIST): Add fnmatch_loop.c.
25096         (libfetish_a_SOURCES): Add c-stack.c and c-stack.h.
25097
25098         * lib/fnmatch_loop.c: New file, from diffutils-2.8.2.
25099         * lib/fnmatch.c: Update from diffutils-2.8.2.
25100         * lib/fnmatch_.h: New file.  From diffutils-2.8.2.
25101         * lib/fnmatch.h: Remove file.
25102
25103 2002-06-21  Jim Meyering  <meyering@lucent.com>
25104
25105         * m4/c-bs-a.m4: Add comment, from diffutils-2.8.2.
25106         * m4/mbrtowc.m4: Likewise.
25107
25108         * m4/mbstate_t.m4: Update from diffutils-2.8.2.
25109         * m4/mbswidth.m4: Reflect name change:
25110         s/AC_MBSTATE_T/AC_TYPE_MBSTATE_T.
25111         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
25112
25113         * m4/lib-link.m4: Update from gettext-0.11.2.
25114         * m4/gettext.m4: Likewise.
25115
25116         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for hurd.h.
25117         From Alfred M. Szmidt.
25118
25119 2002-06-18  Paul Eggert  <eggert@twinsun.com>
25120
25121         * lib/file-type.h: Report an error if neither S_ISREG nor
25122         S_IFREG is defined, instead of using a test specific to glibc
25123         2.2.  This should be safe, since POSIX requires S_ISREG and
25124         Unix Version 7 had S_IFREG.  We don't need to check for
25125         <sys/types.h> since we don't use any symbols that it defines.
25126
25127 2002-06-15  Richard Dawe  <richdawe@bigfoot.com>
25128
25129         * lib/Makefile.am (lstat.c, stat.c, .sin.sed): Use t-$@, rather than
25130         $@-t, so that each temporary file name is unique and valid in the first
25131         8 characters, for operation under DOS.
25132
25133 2002-06-15  Paul Eggert  <eggert@twinsun.com>
25134
25135         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for st_author.
25136
25137 2002-06-15  Jim Meyering  <meyering@lucent.com>
25138
25139         Work even with DJGPP 2.03, which lacks support for symlinks.
25140         From Richard Dawe.
25141         * lib/xstat.in (S_ISLNK): Define to 0 if neither S_ISLNK nor S_IFLNK
25142         is defined.
25143         * lib/lchown.c (S_ISLNK): Likewise.
25144
25145 2002-06-15  Jim Meyering  <meyering@lucent.com>
25146
25147         * lib/file-type.h (FILE_TYPE_H): Guard entire contents with #ifndef.
25148         For GNU libc 2.2 and newer, ensure that <sys/types.h> and <sys/stat.h>
25149         have been included before this file.
25150
25151 2002-06-14  Jim Meyering  <meyering@lucent.com>
25152
25153         * lib/file-type.h: Use the version from diffutils-2.8.2.
25154         * lib/file-type.c: Likewise.
25155
25156 2002-06-07  Jim Meyering  <meyering@lucent.com>
25157
25158         * m4/prereq.m4 (jm_PREREQ_STAT): Check for sys/param.h and sys/mount.h.
25159         They're needed at least for NetBSD 1.5.2.
25160         ($statxfs_includes): Include those same headers.
25161         ($statxfs_includes): Include sys/vfs.h if available.
25162         ($statxfs_includes): Likewise for sys/statvfs.h.
25163         Check for the following members in both structs statfs and statvfs:
25164         f_basetype, f_type, f_fsid.__val, f_namemax, f_namelen.
25165
25166 2002-06-01  Jim Meyering  <meyering@lucent.com>
25167
25168         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename macro:
25169         s/D_TYPE_IN_DIRENT/HAVE_STRUCT_DIRENT_D_TYPE/.
25170
25171 2002-05-28  Jim Meyering  <meyering@lucent.com>
25172
25173         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `mkdir', not `rmdir'.
25174         Reported by Volker Borchert.
25175
25176 2002-05-27  Jim Meyering  <meyering@lucent.com>
25177
25178         Fix a problem seen only on nonconforming systems whereby ls.c's
25179         use of localtime, and then of gettimeofday would cause trouble:
25180         the localtime call used to initialize rpl_gettimeofday's save
25181         mechanism would clobber ls's current local time information so
25182         that in any long listing the first file would always be listed
25183         with date 1970-01-01.  Analysis by Volker Borchert.
25184
25185         * lib/gettimeofday.c (localtime): Undefine.
25186         (rpl_localtime): New function.
25187
25188 2002-05-27  Jim Meyering  <meyering@lucent.com>
25189
25190         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Also replace
25191         localtime.
25192
25193         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `rmdir' so we don't try to
25194         use the replacement function; it wouldn't resolve at link time.
25195         Reported by Volker Borchert.
25196
25197 2002-05-22  Jim Meyering  <meyering@lucent.com>
25198
25199         * lib/Makefile.am (libfetish_a_SOURCES): Add file-type.c and
25200         file-type.h.
25201         * lib/file-type.h: New file.
25202         * lib/file-type.c (file_type): New file/function.  Extracted from
25203         diffutils.
25204
25205 2002-04-30  Jim Meyering  <meyering@lucent.com>
25206
25207         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_STAT.
25208
25209 2002-04-29  Paul Eggert  <eggert@twinsun.com>
25210
25211         * m4/prereq.m4 (jm_PREREQ_SIG2STR): Remove; all callers changed.
25212
25213 2002-04-29  Paul Eggert  <eggert@twinsun.com>
25214
25215         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): Check for stdlib.h.
25216         Do not check for alloca.h (no longer used) or stdbool.h (was never
25217         used?).  Add AM_C_PROTOTYPES since hard-locale.h uses it.
25218
25219 2002-04-29  Paul Eggert  <eggert@twinsun.com>
25220
25221         * lib/hard-locale.c: Upgrade to version used in GNU Diffutils 2.8.1.
25222
25223 2002-04-29  Jim Meyering  <meyering@lucent.com>
25224
25225         * m4/jm-macros.m4 (jm_MACROS): Remove use of AC_FUNC_STRNLEN.
25226         * m4/prereq.m4: Add jm_PREREQ_STRNLEN.
25227         Use AC_FUNC_STRNLEN here instead.
25228
25229         * m4/jm-macros.m4: Don't AC_REQUIRE([AC_PROG_CC_STDC]).
25230         With autoconf-2.53a, it's part of AC_PROG_CC.
25231
25232 2002-04-28  Paul Eggert  <eggert@twinsun.com>
25233
25234         * m4/jm-macros.m4 (jm_MACROS): Add AC_REPLACE_FUNCS(sig2str).
25235         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_SIG2STR.
25236
25237 2002-04-28  Paul Eggert  <eggert@twinsun.com>
25238
25239         * lib/sig2str.h, lib/sig2str.c: New files.
25240         * lib/Makefile.am (libfetish_a_SOURCES): Add sig2str.h.
25241
25242 2002-04-28  Paul Eggert  <eggert@twinsun.com>
25243
25244         * lib/sig2str.h (SIGNUM_BOUND): Do not use WTERMSIG, to avoid
25245         depending on <sys/wait.h> and WTERMSIG.  Default to 64 instead
25246         of 127, since 64 is the largest conceivable number for ancient
25247         nonstandard hosts.
25248         * lib/sig2str.c: Do not include <sys/wait.h>; no longer needed.
25249
25250 2002-04-28  Jim Meyering  <meyering@lucent.com>
25251
25252         * lib/sig2str.c (WTERMSIG): Remove definition (unused).
25253
25254 2002-04-24  Jim Meyering  <meyering@lucent.com>
25255
25256         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): New macro.
25257         (jm_PREREQ): Use it.
25258
25259         * m4/getloadavg.m4: Check for these headers: locale.h unistd.h
25260         mach/mach.h fcntl.h.
25261         Check for this function: setlocale.
25262
25263 2002-04-24  Jim Meyering  <meyering@lucent.com>
25264
25265         * lib/gettext.h: New file, from Gettext.
25266         * lib/Makefile.am (INCLUDES): Remove -I../intl.
25267         (libfetish_a_SOURCES): Add gettext.h.
25268
25269 2002-04-16  Jim Meyering  <meyering@lucent.com>
25270
25271         * m4/prereq.m4 (jm_PREREQ_READUTMP): Also check for these members:
25272         ut_pid, ut_id, ut_exit.
25273
25274 2002-04-16  Jim Meyering  <meyering@lucent.com>
25275
25276         * lib/readutmp.h (UT_TYPE): Remove definition (now in who.c).
25277         (HAVE_STRUCT_XTMP_UT_EXIT, HAVE_STRUCT_XTMP_UT_ID): Define.
25278         (HAVE_STRUCT_XTMP_UT_PID, HAVE_STRUCT_XTMP_UT_TYPE): Define.
25279
25280 2002-04-12  Jim Meyering  <meyering@lucent.com>
25281
25282         * m4/ls-mntd-fs.m4 (checking for getmntinfo function...): Remove
25283         now-bogus check for f_type in sys/mount.h.  Instead, just test for the
25284         existence of the getmntinfo function.  Needed for Darwin 5.3.
25285
25286         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Also detect when dirfd is a macro.
25287         This is necessary at least on Darwin 5.3.
25288
25289         * m4/jm-macros.m4: Don't AC_REPLACE(strnlen), now that we use
25290         AC_FUNC_STRNLEN.  Otherwise, we'd end up putting two copies of
25291         strnlen.o in the library, and that makes some versions of ranlib
25292         object.
25293
25294 2002-04-12  Jim Meyering  <meyering@lucent.com>
25295
25296         * lib/dirfd.h (dirfd): Elide prototype if dirfd is a macro.
25297
25298 2002-04-09  Jim Meyering  <meyering@lucent.com>
25299
25300         * m4/malloc.m4: (jm_FUNC_MALLOC): Change the `checking ...' message
25301         to be more precise.  Rather than saying we're checking whether the
25302         function `works', say what we're testing.
25303         * m4/realloc.m4 (jm_FUNC_REALLOC): Likewise.
25304         Reported by Bruno Haible.
25305
25306 2002-03-10  Jim Meyering  <meyering@lucent.com>
25307
25308         * lib/makepath.c (make_path): Remove a comma from a diagnostic.
25309         Suggestion from Santiago Vila.
25310
25311 2002-03-08  Jim Meyering  <meyering@lucent.com>
25312
25313         * lib/rename.c: Mention that this wrapper is needed also on
25314         mips-dec-ultrix4.4 systems.
25315
25316 2002-03-02  Jim Meyering  <meyering@lucent.com>
25317
25318         * lib/gettime.c (gettime): Test HAVE_CLOCK_GETTIME,
25319         not HAVE_CLOCK_SETTIME.
25320
25321 2002-02-27  Paul Eggert  <eggert@twinsun.com>
25322
25323         * m4/jm-macros.m4 (jm_MACROS): Do not replace stime; no longer used.
25324         Check for clock_settime.
25325
25326 2002-02-27  Paul Eggert  <eggert@twinsun.com>
25327
25328         * lib/nanosleep.h: Rename to....
25329         * lib/timespec.h: New name for nanosleep.h.  All uses changed.
25330
25331         * lib/gettime.c: New file.
25332         * lib/settime.c: New file.
25333         * lib/stime.c: Remove.
25334
25335         * lib/Makefile.am (libfetish_a_SOURCES): Add gettime.c, settime.c,
25336         timespec.h.  Remove nanosleep.h.
25337
25338 2002-02-25  Paul Eggert  <eggert@twinsun.com>
25339
25340         * m4/acl.m4: New file.
25341         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_ACL.
25342         Do not check for acl or sys/acl.h, as AC_FUNC_ACL does that now.
25343
25344 2002-02-25  Paul Eggert  <eggert@twinsun.com>
25345
25346         * lib/acl.c, lib/acl.h: New files.
25347         * lib/Makefile.am (libfetish_a_SOURCES): Add acl.h, acl.c.
25348
25349 2002-02-24  Jim Meyering  <meyering@lucent.com>
25350
25351         * lib/strnlen.c (strnlen): Define-away/undef so that an inconsistent
25352         prototype in string.h (on at least AIX4.3.2.0 w/gcc-2.95.3) doesn't
25353         cause trouble.  Reported by Nelson Beebe.
25354
25355 2002-02-23  Paul Eggert  <eggert@twinsun.com>
25356
25357         * lib/path-concat.c (xpath_concat): Reorder code to pacify
25358         compilers that don't know that xalloc_die never returns.
25359
25360 2002-02-20  Jim Meyering  <meyering@lucent.com>
25361
25362         * lib/getdate.c: Regenerate using bison-1.33.
25363
25364 2002-02-17  Jim Meyering  <meyering@lucent.com>
25365
25366         * config/config.guess (main): Don't use `head -1'; it's no longer
25367         portable. Use `sed 1q' instead.
25368
25369 2002-02-16  gettextize  <bug-gnu-gettext@gnu.org>
25370
25371         * m4/codeset.m4: Upgrade to gettext-0.11.
25372         * m4/gettext.m4: Upgrade to gettext-0.11.
25373         * m4/glibc21.m4: Upgrade to gettext-0.11.
25374         * m4/iconv.m4: Upgrade to gettext-0.11.
25375         * m4/isc-posix.m4: Upgrade to gettext-0.11.
25376         * m4/lcmessage.m4: Upgrade to gettext-0.11.
25377         * m4/lib-ld.m4: New file, from gettext-0.11.
25378         * m4/lib-link.m4: New file, from gettext-0.11.
25379         * m4/lib-prefix.m4: New file, from gettext-0.11.
25380         * m4/progtest.m4: Upgrade to gettext-0.11.
25381
25382 2002-02-15  Paul Eggert  <eggert@twinsun.com>
25383
25384         * m4/prereq.m4 (jm_PREREQ_POSIXVER): New macro.
25385         (jm_PREREQ): Use it.
25386
25387 2002-02-15  Paul Eggert  <eggert@twinsun.com>
25388
25389         * lib/posixver.c, lib/posixver.h: New files.
25390         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
25391
25392 2002-02-02  Paul Eggert  <eggert@twinsun.com>
25393             Bruno Haible  <bruno@clisp.org>
25394
25395         * lib/unicodeio.h (print_unicode_char): Add exit_on_error argument.
25396         (fwrite_success_callback): New declaration.
25397         * lib/unicodeio.c (unicode_to_mb): New function, extracted from
25398         print_unicode_char. Call failure callback instead of error.
25399         (fwrite_success_callback): New function.
25400         (exit_failure_callback): New function.
25401         (fallback_failure_callback): New function.
25402         (print_unicode_char): Call unicode_to_mb.
25403
25404 2002-01-26  Jim Meyering  <meyering@lucent.com>
25405
25406         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.52g.
25407         * m4/strnlen.m4: Remove file, now that it's part of autoconf.
25408
25409 2002-01-26  Jim Meyering  <meyering@lucent.com>
25410
25411         * lib/Makefile.am (getdate$U.o): Depend on unlocked-io.h.
25412
25413 2002-01-22  Paul Eggert  <eggert@twinsun.com>
25414
25415         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_FSEEKO.
25416
25417 2002-01-22  Jim Meyering  <meyering@lucent.com>
25418
25419         * lib/Makefile.am (Makefile): Don't depend on $(BUILT_SOURCES).
25420         Otherwise, some versions of automake would omit the rule that makes
25421         Makefile from Makefile.in.
25422
25423 2002-01-21  Paul Eggert  <eggert@twinsun.com>
25424
25425         * lib/xmemcoll.h, lib/xmemcoll.c: New files.
25426         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
25427         * lib/memcoll.c: Include errno.h, and declare errno if not defined.
25428         (memcoll): Set errno to zero if there is no error.
25429
25430         * lib/quotearg.c (quotearg_buffer_restyled):
25431         Fix bug with quoting buffers containing NUL when backslashing escapes.
25432         This bug was exposed by the other changes in this patch.
25433         (quotearg_n_options): New arg ARGSIZE.
25434         All callers changed.
25435         (quoting_options_from_style): New function.
25436         (quotearg_n_style): Use it.
25437         (quotearg_n_style_mem): New function.
25438
25439         * lib/quotearg.h (quotearg_n_style_mem): New function.
25440
25441 2002-01-19  Jim Meyering  <meyering@lucent.com>
25442
25443         * m4/jm-macros.m4 (jm_MACROS): Use AC_FUNC_STRNLEN.
25444         Remove useless quotes: DF_PROG="df".
25445         * m4/strnlen.m4: New file.
25446
25447 2002-01-16  Paul Eggert  <eggert@twinsun.com>
25448
25449         * lib/backupfile.c (ISDIGIT): Comment fix.
25450         * lib/getdate.y (ISDIGIT): Likewise.
25451         * lib/posixtm.c (ISDIGIT, year): Likewise.
25452         * lib/strverscmp.c (ISDIGIT): Likewise.
25453         * lib/userspec.c (ISDIGIT): Likewise.
25454
25455 2002-01-16  Jim Meyering  <meyering@lucent.com>
25456
25457         * lib/getdate.y: Add three semicolons, each just before a closing
25458         brace. Bison (as of version 1.31) no longer papers over that mistake.
25459
25460 2002-01-05  Jim Meyering  <meyering@lucent.com>
25461
25462         * lib/version-etc.c (version_etc_copyright): Update copyright year.
25463
25464 2001-12-19  Paul Eggert  <eggert@twinsun.com>
25465
25466         * lib/closeout.c (close_stdout_status): If ferror (stdout), do
25467         not silently exit merely because the output buffer happens to
25468         have nothing pending.
25469
25470 2001-12-18  Paul Eggert  <eggert@twinsun.com>
25471
25472         See the big note in ../ChangeLog.
25473         * lib/human.c (suffixes): Prefer K to k for 1024.
25474         (generate_suffix_backwards): New function.
25475         (human_readable_inexact): Use it.
25476         * lib/xstrtol.c (__xstrtol): If there is no number but there
25477         is a valid suffix, assume 1.  "MB" now means decimal, "MiB" binary.
25478         Accept 'K' as well as 'k'.
25479
25480 2001-12-15  Jim Meyering  <meyering@lucent.com>
25481
25482         * lib/regex.h (__restrict_arr): Update from libc.
25483
25484         * lib/mountlist.h (ME_REMOTE): Recognize file systems of type smbfs
25485         as `remote' if the name starts with `//'.  Suggested by Michael Stone.
25486         (STREQ): Define.
25487
25488 2001-12-14  Jim Meyering  <meyering@lucent.com>
25489
25490         * m4/jm-macros.m4 (jm_MACROS): Check for iswspace.
25491         Suggestion from Bruno Haible.
25492
25493 2001-12-10  Jim Meyering  <meyering@lucent.com>
25494
25495         * lib/linebuffer.c: Remove explicit declarations of xmalloc and
25496         xrealloc, Instead, include "xalloc.h".
25497         (initbuffer): Don't cast xmalloc return value to char*.
25498         (readline): Reword comment.
25499         Don't cast xrealloc return value to char*
25500         Return NULL, not 0.
25501
25502 2001-12-09  Jim Meyering  <meyering@lucent.com>
25503
25504         * lib/modechange.c (mode_compile): Add cast to avoid pedantic warning
25505         about `signed and unsigned type in conditional expression'.
25506         * lib/posixtm.c (posix_time_parse): Likewise.
25507
25508         * lib/xreadlink.c (xreadlink): Add cast to avoid a pedantic warning.
25509
25510         * lib/readtokens.c (readtoken): Declare an index to be of type unsigned
25511         to avoid a pedantic warning.
25512
25513         * lib/getstr.c: Don't include assert.h.
25514         (getstr): Remove warning-evoking assertions.
25515         Return -1 if offset parameter is out of bounds.
25516         Change the type of a local from int to size_t.
25517
25518         * lib/strftime.c (my_strftime_localtime_r): Include this function
25519         definition in the `#if ! HAVE_TM_GMTOFF' block.
25520
25521         * lib/xgethostname.c: Remove declarations of xmalloc and xrealloc.
25522         Include xalloc.h instead.
25523
25524 2001-12-02  Jim Meyering  <meyering@lucent.com>
25525
25526         * lib/tempname.c: Don't declare getenv, thus reverting the change of
25527         2001-11-18.  It's no longer necessary, now that stdlib.h is always
25528         included.
25529
25530         * lib/regex.c [!__BOUNDED_POINTERS__]: Define away __bounded,
25531         __unbounded, and __ptrvalue.  Reported by Uwe H. Steinfeld.
25532
25533 2001-11-30  Akim Demaille  <akim@epita.fr>
25534
25535         * lib/xstrdup.c: Include xalloc.h, so that xstrdup is declared
25536         before being defined.
25537
25538 2001-11-27  Paul Eggert  <eggert@twinsun.com>
25539
25540         * lib/quotearg.h (quotearg_n, quotearg_n_style):
25541         First arg is int, not unsigned.
25542         * lib/quotearg.c (quotearg_n, quotearg_n_style): Likewise.
25543         (SIZE_MAX, UINT_MAX): New macros.
25544         (quotearg_n_options): Abort if N is negative.
25545         Avoid overflow check on hosts where size_t is 64 bits and int
25546         is 32 bits, as overflow is impossible there.
25547         Fix off-by-one typo that caused unnecessary reallocation.
25548
25549 2001-11-27  Jim Meyering  <meyering@lucent.com>
25550
25551         * lib/tempname.c: Merge with version from libc.
25552         * lib/regex.c: Likewise.
25553
25554         * lib/tempname.c: Include stdlib.h unconditionally.  On some old
25555         systems for which STDC_HEADERS is 0, it was not included, resulting in
25556         a warning about an integer-to-pointer conversion problem with getenv.
25557         Reported by Volker Borchert.
25558
25559 2001-11-26  Jim Meyering  <meyering@lucent.com>
25560
25561         * lib/gtod.h: Remove file.
25562         * lib/Makefile.am (libfetish_a_SOURCES): Remove gtod.h.
25563         * lib/gettimeofday.c: Don't include gtod.h.
25564         (GTOD_init): Remove function.
25565         (rpl_gettimeofday): Do its job here instead, rather than aborting.
25566         Suggestion from Volker Borchert.
25567
25568 2001-11-23  Jim Meyering  <meyering@lucent.com>
25569
25570         * lib/hash.h (struct hash_table): Don't define here.  Merely declare
25571         it.
25572         * lib/hash.c (struct hash_table): Define it here instead.
25573
25574 2001-11-22  Jim Meyering  <meyering@lucent.com>
25575
25576         * lib/hash.h: Bracket contents of file with #ifndef HASH_H_ ... #endif.
25577
25578 2001-11-20  Jim Meyering  <meyering@lucent.com>
25579
25580         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Update comment to reflect that
25581         SunOS 4.1.4 and Solaris 2.5.1 lose, too.
25582
25583 2001-11-19  Jim Meyering  <meyering@lucent.com>
25584
25585         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Don't bother with a temporary
25586         directory.  Use "conftestXXXXXX" as the template.
25587         Suggestion from Paul Eggert.
25588
25589         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Close each descriptor
25590         immediately, so the test doesn't mistakenly hit the max-open-files
25591         limit.
25592
25593 2001-11-18  Paul Eggert  <eggert@twinsun.com>
25594
25595         * lib/tempname.c (TMP_MAX): Remove; no longer needed.
25596         (TEMPORARIES): New macro.
25597         (__gen_tempname): Use TEMPORARIES rather than TMP_MAX.  This
25598         removes an artificial limitation (e.g. HP-UX 10.20, where
25599         TMP_MAX is 17576).
25600
25601 2001-11-18  Jim Meyering  <meyering@lucent.com>
25602
25603         * m4/prereq.m4 (jm_PREREQ_TEMPNAME): Check for declaration of getenv.
25604
25605 2001-11-18  Jim Meyering  <meyering@lucent.com>
25606
25607         * lib/tempname.c [!HAVE_DECL_GETENV]: Declare getenv to avoid warning
25608         on SunOS 4.
25609
25610         * lib/Makefile.am (Makefile): Depend on $(BUILT_SOURCES), so those
25611         files will be created before anything else.
25612
25613 2001-11-17  Paul Eggert  <eggert@twinsun.com>
25614
25615         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): Do not define
25616         WINSIZE_IN_PTEM if <termios.h> defines struct winsize.
25617
25618 2001-11-17  Jim Meyering  <meyering@lucent.com>
25619
25620         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): New file and macro.
25621         Prompted by a report from Bob Proulx.
25622
25623         * m4/jm-macros.m4 (jm_MACROS): Don't test for mkstemp here.
25624         Instead, require UTILS_FUNC_MKSTEMP.
25625
25626 2001-11-17  Jim Meyering  <meyering@lucent.com>
25627
25628         * m4/jm-macros.m4 (jm_MACROS): Remove code to set POW_LIBM.
25629         Now, that's done as part of AC_FUNC_STRTOD.
25630
25631 2001-11-17  Jim Meyering  <meyering@lucent.com>
25632
25633         * lib/modechange.c (mode_adjust): Fix error introduced on 1999-04-26
25634         that made e.g., `chmod a=,o=w,g=o F' cause F to be group readable
25635         rather than group writable.  Patch by Juan F. Codagnone.
25636
25637         * lib/readtokens.c: Remove explicit declarations of xmalloc and
25638         xrealloc, Instead, include "xalloc.h".
25639
25640         * lib/mountlist.c: Include unlocked-io.h after all system headers.
25641         Remove explicit declarations of xmalloc, xrealloc,
25642         and xstrdup.  Instead, include "xalloc.h".
25643
25644         * lib/argmatch.c, closeout.c, error.c, exclude.c: Include
25645         unlocked-io.h.
25646         * lib/fatal.c, getdate.y, getpass.c, getstr.c, getusershell.c:
25647         Likewise.
25648         * lib/mountlist.c, posixtm.c, readtokens.c, readutmp.c: Likewise.
25649
25650         * lib/regex.c, sha.c, version-etc.c, yesno.c: Likewise.
25651         Reported by Padraig Brady.
25652
25653         * lib/mkstemp.c: #undef mkstemp.
25654         Include config.h.
25655         (rpl_mkstemp): Rename from mkstemp.
25656         Protoize.
25657
25658 2001-11-16  Jim Meyering  <meyering@lucent.com>
25659
25660         * lib/physmem.c [HAVE_SYS_PSTAT_H]: Include <sys/pstat.h>.
25661         (physmem_total) [HAVE_PSTAT_GETSTATIC]: If sysconf couldn't be used to
25662         determine the amount of total physical memory, use pstat_getstatic.
25663         HPUX-11 doesn't define _SC_PHYS_PAGES.
25664         (physmem_available) [HAVE_PSTAT_GETSTATIC && HAVE_PSTAT_GETDYNAMIC]:
25665         If sysconf couldn't be used to determine the amount of available
25666         physical memory, use both pstat_getstatic and pstat_getdynamic.
25667         Based on a patch from Bob Proulx.
25668
25669 2001-11-10  Jim Meyering  <meyering@lucent.com>
25670
25671         * m4/prereq.m4 (jm_PREREQ_PHYSMEM): New function.
25672         (jm_PREREQ): Use it.
25673
25674 2001-11-09  Jim Meyering  <meyering@lucent.com>
25675
25676         * m4/jm-macros.m4: Require autoconf-2.52f.
25677         (AC_FUNC_ERROR_AT_LINE, AC_FUNC_OBSTACK, AC_FUNC_STRTOD):
25678         Use these AC_-prefixed names, not the AM_-prefixed ones.
25679
25680         * m4/afs.m4 (jm_AFS): Quote the body.  Patch by Akim Demaille.
25681
25682 2001-11-05  Jim Meyering  <meyering@lucent.com>
25683
25684         * lib/xstat.in (slash_aware_lstat): Correct a misleading comment.
25685
25686 2001-11-04  Jim Meyering  <meyering@lucent.com>
25687
25688         * m4/fpending.m4: Remove unused cruft that saved, set, and restored
25689         $DEFS.
25690
25691 2001-11-03  Jim Meyering  <meyering@lucent.com>
25692
25693         * m4/jm-glibc-io.m4n (jm_FUNC_GLIBC_UNLOCKED_IO): Quote first arg
25694         of AC_DEFUN.
25695
25696         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Rework so dirfd.c doesn't have to
25697         know the name of the variable in the macro definition.
25698
25699 2001-11-03  Jim Meyering  <meyering@lucent.com>
25700
25701         * lib/argmatch.h (ARGMATCH_TO_ARGUMENT): Remove casts of first two args
25702         in argmatch_to_argument call.
25703
25704         * lib/dirfd.c (dirfd): Reflect the fact that DIR_TO_FD now takes an
25705         argument.
25706
25707         * lib/hash.c (hash_clear): Fix a bug that could lead to an infloop or
25708         e.g., a fault due to an attempt to free a NULL pointer.
25709
25710 2001-11-01  Jim Meyering  <meyering@lucent.com>
25711
25712         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): New macro.
25713         * m4/jm-macros.m4 (jm_MACROS): Require UTILS_FUNC_DIRFD.
25714
25715 2001-11-01  Jim Meyering  <meyering@lucent.com>
25716
25717         * lib/dirfd.c, lib/dirfd.h: New files.
25718         * lib/Makefile.am (libfetish_a_SOURCES): Add dirfd.h.
25719
25720         * lib/hash.c (hash_print) [TESTING]: Clean up.
25721
25722 2001-10-22  Paul Eggert  <eggert@twinsun.com>
25723
25724         * lib/hard-locale.c (alloca): Define to __builtin_alloca if __GNUC__,
25725         to avoid a warning if -Wall.
25726
25727 2001-10-22  Jeff Bailey  <jbailey@outpost.dnsalias.org>
25728
25729         * README: New file
25730         * doc/*: Add COPYING, COPYING.LIB, COPYING.DOC, fdl.texi
25731         (per RMS's instructions, this is now the canonical source)
25732         * lgpl/, gpl/: New directories.
25733
25734 2001-10-21  Paul Eggert  <eggert@twinsun.com>
25735
25736         * lib/regex.c (uintptr_t): Remove macro and decl; it's config.h's job.
25737
25738 2001-10-21  Jim Meyering  <meyering@lucent.com>
25739
25740         * lib/obstack.c (_): Honor the setting of ENABLE_NLS.  Otherwise,
25741         this code would end up calling gettext even in packages built
25742         with --disable-nls.
25743         * lib/getopt.c (_): Likewise.
25744         * lib/regex.c (_): Likewise.
25745
25746 2001-10-20  Paul Eggert  <eggert@twinsun.com>
25747
25748         * m4/error.m4 (jm_PREREQ_ERROR):
25749         Do not invoke AC_CHECK_FUNCS with strerror_r, as
25750         AC_FUNC_STRERROR_R does that.
25751         Check for strerror declaration.
25752
25753         * m4/strerror_r.m4: Add copyright notice, as nontrivial m4 files
25754         are supposed to have them these days.
25755         (AC_FUNC_STRERROR_R): Always do char* test, so that it gets cached.
25756         Merge changes from latest Autoconf CVS.
25757         Rename ac_cv_func_strerror_r_works to ac_cv_func_strerror_r_char_p,
25758         and rename HAVE_WORKING_STRERROR_R to STRERROR_R_CHAR_P, since
25759         POSIX decided to standardize on the int flavor of strerror_r.
25760
25761 2001-10-20  Paul Eggert  <eggert@twinsun.com>
25762
25763         * lib/error.c (strerror_r): Do not declare unless !_LIBC.
25764         Do not check for HAVE_DECL_STRERROR_R missing unless STRERROR_R_CHAR_P.
25765         Use strerror_r that is only a macro, even if it is not a function.
25766         (strerror): Check for HAVE_DECL_STRERROR before declaring.
25767         (private_strerror): Use prototypes, not old-style function definition.
25768         (print_errno_message): New function.
25769         Support the POSIX 'int'-flavored strerror_r, as well as the traditional
25770         char*-flavored one.
25771         (error_tail, error, error_at_line): Use it.
25772
25773 2001-10-11  Jim Meyering  <meyering@lucent.com>
25774
25775         * lib/argmatch.c (argmatch_invalid): Use quotearg_n_style (0, ...
25776         and quote_n (1, ... to avoid clobbering a buffer.
25777
25778 2001-10-05  Jim Meyering  <meyering@lucent.com>
25779
25780         * lib/Makefile.am: (libfetish_a_SOURCES): Add hash-pjw.c and
25781         hash-pjw.h.
25782         * lib/hash-pjw.c: New file (factored out of fileutils' remove.c).
25783         * lib/hash-pjw.h: New file.
25784
25785 2001-09-30  Jim Meyering  <meyering@lucent.com>
25786
25787         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): See if
25788         `struct fsstat' has the `f_fstypename' member.
25789         Use that to define FS_TYPE, which is now used to make
25790         the getfsstat link test tighter.
25791
25792 2001-09-30  Jim Meyering  <meyering@lucent.com>
25793
25794         * lib/mountlist.c [MOUNTED_GETFSSTAT]:
25795         Include <sys/ucred.h>, for Apple Darwin.
25796         Include sys/mount.h and sys/fs_types.h only if available.
25797         (FS_TYPE): Define.
25798         (read_filesystem_list): Use FS_TYPE.
25799
25800 2001-09-29  Paul Eggert  <eggert@twinsun.com>
25801
25802         * lib/exclude.c (excluded_filename): 0 -> false, since it's
25803         a boolean context.
25804
25805 2001-09-29  Jim Meyering  <meyering@lucent.com>
25806
25807         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
25808         [one-argument getmntent function]): Include stdio.h before mntent.h.
25809         SunOS 4.1.x needs it for the declaration of `FILE'.
25810         Patch by Volker Borchert.
25811
25812         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
25813         Check for these headers: sys/param.h sys/ucred.h sys/mount.h
25814         sys/fs_types.h, and make the link-test for getfsstat guard #include
25815         directives with appropriate #if HAVE_*_H tests so that we can
25816         detect getfsstat on Apple Darwin1.3.7 systems.
25817         Reported by Nelson Beebe.
25818         Fix harmless typo in cache variable name: s/getsstat/getfsstat/.
25819
25820 2001-09-28  Paul Eggert  <eggert@twinsun.com>
25821
25822         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
25823         #defines strtoimax.  Also treat the other strto* functions
25824         like strtoimax.
25825
25826         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
25827         Check for strtoul and strtoumax,
25828         as those declarations are made even in the signed case.
25829         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX):
25830         Likewise, for strtol and strtoimax.
25831
25832 2001-09-28  Paul Eggert  <eggert@twinsun.com>
25833
25834         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
25835         #defines strtoimax.  Also treat the other strto* functions
25836         like strtoimax.
25837
25838         * lib/xstrtol.c (strtol): Do not declare if HAVE_DECL_STRTOL.
25839         (strtoul): Do not declare if HAVE_DECL_STRTOUL.
25840         (strtoimax, strtoumax): Do not declare if already defined as a macro.
25841
25842 2001-09-26  Jim Meyering  <meyering@lucent.com>
25843
25844         Most macros in unlocked-io.h had the wrong number of arguments.
25845         * lib/gen-uio: New script.
25846         (USE_UNLOCKED_IO): Define to 1 if not already defined.
25847         * lib/unlocked-io.hin: Remove file.
25848         * lib/Makefile.am (unlocked-io.h): Rewrite to use a separate script,
25849         rather than trying to embed it here.
25850         (EXTRA_DIST): Add gen-uio.  Remove unlocked-io.hin
25851         Reported by Padraig Brady.
25852
25853 2001-09-25  Volker Borchert  <bt@teknon.de>
25854
25855         * lib/gettimeofday.c (rpl_gettimeofday): Declare local variable
25856         `result'.
25857
25858 2001-09-24  Jim Meyering  <meyering@lucent.com>
25859
25860         * m4/gettext.m4: Use the version from gettext-0.10.40, not CVS.
25861
25862 2001-09-23  Jim Meyering  <meyering@lucent.com>
25863
25864         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add a compile-test
25865         instead of the mere test for existence of mntent.h.  The latter
25866         would get a false-positive on AIX 3.4 systems.
25867         In the outer getmntent if-block, don't die if neither of the getmntent
25868         tests succeeds.  Instead, just fall through and continue with the
25869         remaining tests.
25870
25871 2001-09-23  Jim Meyering  <meyering@lucent.com>
25872
25873         * lib/mountlist.c: Remove useless parentheses in #if directives.
25874         (MOUNTED) [!defined MOUNTED]: Define to _PATH_MOUNTED, for when
25875         the deprecated MOUNTED symbol is no longer defined in mntent.h.
25876
25877 2001-09-22  Jim Meyering  <meyering@lucent.com>
25878
25879         * m4/gettext.m4: New file.  From gettext.
25880         * m4/lcmessage.m4: Sync with gettext -- this changes only comments.
25881         * m4/progtest.m4: Likewise
25882         * m4/isc-posix.m4: Decrement serial number to sync with gettext.
25883         * m4/glibc21.m4: Likewise.
25884
25885         * m4/libintl.m4: Remove.  No longer used.
25886
25887 2001-09-22  Jim Meyering  <meyering@lucent.com>
25888
25889         * lib/localcharset.c: Update from latest gettext.
25890         * lib/config.charset: Likewise.
25891
25892 2001-09-20  Jim Meyering  <meyering@lucent.com>
25893
25894         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX): Check for declaration of
25895         strtoimax.
25896         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check for declaration of
25897         strtoumax.
25898
25899 2001-09-20  Jim Meyering  <meyering@lucent.com>
25900
25901         * lib/xstrtol.c (strtoimax): Guard declaration with
25902         `#if !HAVE_DECL_STRTOIMAX', rather than just `#ifndef strtoimax'.
25903         The latter fails because some systems (at least rs6000-ibm-aix4.3.3.0)
25904         have their own, conflicting declaration of strtoimax in sys/inttypes.h.
25905         (strtoumax): Likewise, for completeness (it wasn't necessary).
25906
25907 2001-09-17  Paul Eggert  <eggert@twinsun.com>
25908
25909         * lib/strtoimax.c (HAVE_LONG_LONG):
25910         Redefine to HAVE_UNSIGNED_LONG_LONG if unsigned.
25911         (strtoimax): Use sizeof (long), not sizeof strtol (ptr, endptr, base),
25912         to work around bug in IBM C compiler.
25913
25914 2001-09-17  Jim Meyering  <meyering@lucent.com>
25915
25916         * m4/chown.m4, fstypename.m4, getgroups.m4, gettimeofday.m4,
25917         * m4/jm-mktime.m4, lstat.m4, malloc.m4, memcmp.m4, mkdir-slash.m4,
25918         * m4/nanosleep.m4, putenv.m4, readdir.m4, realloc.m4, rename.m4,
25919         * m4/st_dm_mode.m4, stat.m4, strerror_r.m4, timespec.m4, utimbuf.m4,
25920         * m4/utimes.m4: Use AC_DEFINE rather than AC_DEFINE_UNQUOTED,
25921         whenever the right hand side need not be expanded by the shell.
25922
25923 2001-09-16  Paul Eggert  <eggert@twinsun.com>
25924
25925         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): Remove test for GNU C
25926         library.  It's not correct, as some older glibcs are buggy.
25927         fnmatch wasn't fixed until glibc 2.2.
25928
25929         Use AC_DEFINE, not AC_DEFINE_UNQUOTED, as there's no
25930         special shell magic here.
25931
25932 2001-09-16  Jim Meyering  <meyering@lucent.com>
25933
25934         * m4/mkdir-slash.m4 (UTILS_FUNC_MKDIR_TRAILING_SLASH): New file/macro.
25935         * m4/jm-macros.m4: Require it.
25936
25937 2001-09-16  Jim Meyering  <meyering@lucent.com>
25938
25939         * lib/mkdir.c: New file.
25940
25941 2001-09-15  Jim Meyering  <meyering@lucent.com>
25942
25943         * m4/jm-macros.m4: Check for help2man.
25944
25945 2001-09-11  Jim Meyering  <meyering@lucent.com>
25946
25947         * m4/host-os.m4 (UTILS_HOST_OS): New file/macro.
25948         The body, by Paul Eggert, was moved here from configure.in.
25949         * m4/jm-macros.m4: Require UTILS_HOST_OS.
25950
25951 2001-09-04  Paul Eggert  <eggert@twinsun.com>
25952
25953         * m4/prereq.m4 (jm_PREREQ_XREADLINK): New macro.
25954         (jm_PREREQ): Use it.
25955
25956 2001-09-04  Paul Eggert  <eggert@twinsun.com>
25957
25958         * lib/xreadlink.c (xreadlink): Omit size_t* arg.  All uses changed.
25959         Use ssize_t, not int, to store result of readlink.
25960         Check for ssize_t overflow as well as size_t overflow,
25961         as POSIX says the result of readlink is implementation-defined
25962         when ssize_t overflows.
25963         Remove unnecessary cast to char*.
25964         Use free+malloc instead of realloc, as the storage doesn't need
25965         to be preserved and it's clearer and can be more efficient that way.
25966         (SIZE_MAX, SSIZE_MAX): New macros, if <limits.h> doesn't declare.
25967         * lib/xreadlink.h (xreadlink): Update prototype.
25968
25969 2001-09-04  Paul Eggert  <eggert@twinsun.com>
25970
25971         * lib/xgetcwd.c: Revert some of the previous change; intead,
25972         fix the HAVE_GETCWD_NULL code to behave more like the
25973         !HAVE_GETCWD_NULL code used to.
25974
25975         Include "xalloc.h".
25976         (xgetcwd): Do not return NULL when memory is exhausted; instead,
25977         invoke xalloc_die.
25978
25979 2001-09-03  Paul Eggert  <eggert@twinsun.com>
25980
25981         * m4/prereq.m4 (jm_PREREQ_XGETCWD): Check for limits.h and
25982         sys/param.h, as pathmax.h includes them.
25983
25984 2001-09-03  Paul Eggert  <eggert@twinsun.com>
25985
25986         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_XGETCWD.
25987         (jm_PREREQ_XGETCWD): New macro.
25988
25989         * m4/getcwd.m4: New file.
25990
25991 2001-09-03  Paul Eggert  <eggert@twinsun.com>
25992
25993         * lib/xgetcwd.c: Fix the !HAVE_GETCWD_NULL code to behave more
25994         like the HAVE_GETCWD_NULL code.
25995         Include pathmax.h if not HAVE_GETCWD.
25996         Do not include xalloc.h.
25997         (INITIAL_BUFFER_SIZE): New symbol.
25998         Do not use xmalloc / xrealloc, since the caller is responsible for
25999         handling errors.  Preserve errno around `free' during failure.
26000         Do not overrun buffer when using getwd.
26001
26002 2001-09-03  Paul Eggert  <eggert@twinsun.com>
26003
26004         * lib/xgetcwd.c (xgetcwd): Use HAVE_GETCWD_NULL, not (defined
26005         __GLIBC__ && __GLIBC__ >= 2), to decide whether to use
26006         getcwd (NULL, 0).
26007
26008 2001-09-03  Paul Eggert  <eggert@twinsun.com>
26009
26010         * lib/exclude.c (fnmatch_no_wildcards): Fix confusion between
26011         usage of FNM_CASEFOLD and FNM_LEADING_DIR.  The bug was
26012         spotted by Jim Meyering.
26013
26014 2001-09-03  Jim Meyering  <meyering@lucent.com>
26015
26016         * lib/xreadlink.c (xreadlink): Preserve errno around `free' during
26017         failure.
26018
26019 2001-09-02  Jim Meyering  <meyering@lucent.com>
26020
26021         * lib/error.c: Update from GNU libc.
26022
26023 2001-09-01  Jim Meyering  <meyering@lucent.com>
26024
26025         * m4/jm-macros.m4 (jm_MACROS): Check for canonicalize_file_name.
26026         Used by df.
26027
26028 2001-09-01  Jim Meyering  <meyering@lucent.com>
26029
26030         * lib/xreadlink.c: New file.
26031         * lib/xreadlink.h: New file.
26032         * lib/Makefile.am (libfetish_a_SOURCES): Add xreadlink.c and
26033         xreadlink.h.
26034
26035         * lib/regex.c (uintptr_t) [!_LIBC]: Define to private_uintptr_t, so it
26036         doesn't conflict with sparc Solaris 7's definition in
26037         /usr/include/sys/int_types.h.
26038
26039         * lib/exclude.c: Use `""', not `<>' to #include non-system header
26040         files.
26041         (fnmatch_no_wildcards): Rewrite not to use function names, strcasecmp
26042         and strncasecmp as r-values.  Unixware didn't have declarations.
26043
26044 2001-08-31  Paul Eggert  <eggert@twinsun.com>
26045
26046         * lib/xstrtol.h: Add copyright notice.
26047         (_DECLARE_XSTRTOL): Improve quality of diagnostic for
26048         LONGINT_INVALID_SUFFIX_CHAR.
26049
26050 2001-08-31  Paul Eggert  <eggert@twinsun.com>
26051
26052         * lib/xstrtol.c (strtoimax): New decl.
26053
26054 2001-08-31  Paul Eggert  <eggert@twinsun.com>
26055
26056         * lib/xgetcwd.c: Don't include pathmax.h.
26057         Include stdlib.h and unistd.h if available.
26058         Include xalloc.h.
26059         (xmalloc, xstrdup, free): Remove decls.
26060         (xgetcwd): Don't assume sizes fit in unsigned.
26061         Check for overflow when computing sizes.
26062         Simplify reallocation code.
26063
26064 2001-08-31  Paul Eggert  <eggert@twinsun.com>
26065
26066         * lib/savedir.c (savedir): Remove size parameter, as POSIX says that
26067         a directory's st_size can have an arbitrary value, so the old
26068         usage could waste an arbitrary amount of memory.  All uses
26069         changed.
26070         * lib/savedir.h: Update prototype.
26071
26072 2001-08-31  Paul Eggert  <eggert@twinsun.com>
26073
26074         * lib/Makefile.am (libfetish_a_SOURCES): Remove strtoxmax.c.
26075
26076         * lib/strtoimax.c: Renamed from strtoxmax.c, removing the
26077         old strtoimax.c.
26078
26079         Also, make the following further changes to make this file's
26080         configuration more similar to that of strtol.c:
26081         (UNSIGNED): Renamed from STRTOUXMAX_UNSIGNED.  All uses changed.
26082         (strtoumax, uintmax_t, strtoull, strtol): Remove.
26083         (intmax_t, strtoimax, strtol, strtoll): New macros, if UNSIGNED.
26084         (strtoimax): Renamed from strtoumax.  All uses of unsigned values
26085         changed to signed values.
26086
26087         And make the following changes as well:
26088         Fix copyright notice, as 1999 was missing.
26089         (verify): New macro.
26090         (strtoimax): Check sizes at compile-time, not run-time.
26091         Prefer strtol to strtoll if both work.
26092         (main): Remove; it was not that useful and was a pain to maintain.
26093
26094         * lib/strtoumax.c: Include strtoimax.c, not strtouxmax.c.
26095
26096 2001-08-31  Jim Meyering  <meyering@lucent.com>
26097
26098         * lib/xgetcwd.c (xgetcwd): Reorganize to avoid some duplication.
26099         Use an initial, malloc'd, buffer of length 128 rather than
26100         a statically allocated one of length 1024.
26101
26102 2001-08-30  Paul Eggert  <eggert@twinsun.com>
26103
26104         Simplify code, partly by assuming autoconf 2.52 semantics.
26105
26106         * m4/Makefile.am (EXTRA_DIST): Remove uintmax_t.m4.
26107
26108         * m4/inttypes.m4 (AC_PREREQ): Bump to 2.52.
26109         (jm_AC_HEADER_INTTYPES_H): Remove; now done by autoconf in 2.52.
26110         All uses removed.
26111         (jm_AC_TYPE_INTMAX_T, jm_AC_TYPE_UINTMAX_T):
26112         Move AC_REQUIRE to next-to-top level, to avoid confusion.
26113         Use 2.52's AC_CHECK_TYPE instead of merely looking for the header.
26114         * m4/prereq.m4 (jm_PREREQ_HUMAN): Don't require
26115         jm_AC_HEADER_INTTYPES_H.
26116         * m4/jm-macros.m4 (jm_MACROS): Likewise.
26117
26118         * m4/uintmax_t.m4: Remove, as it duplicates inttypes.m4.
26119
26120         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
26121         Quote first arg of AC_DEFUN.
26122         Require jm_AC_TYPE_UINTMAX_T and jm_AC_TYPE_UNSIGNED_LONG_LONG
26123         since they are needed to parse the include file even if we need
26124         only xstrtoimax.  Simplify logic behind the args to AC_REPLACE.
26125         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Likewise,
26126         but with opposite signedness.
26127
26128 2001-08-30  Paul Eggert  <eggert@twinsun.com>
26129
26130         Merge 'exclude' changes from tar 1.13.22.
26131         This fixes one or two unlikely storage allocation overflow bugs,
26132         but doesn't change user-visible behavior otherwise.
26133
26134 2001-08-30  Paul Eggert  <eggert@twinsun.com>
26135
26136         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_EXCLUDE.
26137         (jm_PREREQ_EXCLUDE): New macro.
26138
26139 2001-08-30  Paul Eggert  <eggert@twinsun.com>
26140
26141         * lib/quotearg.c: BSD/OS 4.1 wchar.h requires FILE and struct
26142         tm to be declared.
26143
26144 2001-08-30  Paul Eggert  <eggert@twinsun.com>
26145
26146         * lib/hash.c: Remove '2001' from copyright notice.
26147
26148 2001-08-30  Paul Eggert  <eggert@twinsun.com>
26149
26150         * lib/full-write.h: New file.
26151         * lib/Makefile.am (libfetish_a_SOURCES): Add full-write.h.
26152         * lib/full-write.c: Correct credits, as cccp.c no longer
26153         exists and anyway it was so heavily changed from the old cccp
26154         code as to be unrecognizable.  Include full-write.h.
26155         (full_write) Return size_t, with short writes meaning failure.
26156         All callers changed.  This fixes a bug with large buffers
26157         on 64-bit hosts.
26158         * lib/utime.c: Include full-write.h.
26159
26160 2001-08-30  Paul Eggert  <eggert@twinsun.com>
26161
26162         * lib/exclude.c (bool): Declare, perhaps by including stdbool.h.
26163         (<sys/types.h>): Include only if HAVE_SYS_TYPES_H.
26164         (<stdlib.h>, <string.h>, <strings.h>, <inttypes.h>, <stdint.h>):
26165         Include if available.
26166         (<xalloc.h>): Include
26167         (SIZE_MAX): Define if <stdint.h> or <inttypes.h> doesn't.
26168         (verify): New macro.  Use it to verify that EXCLUDE macros do not
26169         collide with FNM macros.
26170         (struct patopts): New struct.
26171         (struct exclude): Use it, as exclude patterns now come with options.
26172         (new_exclude): Support above changes.
26173         (new_exclude, add_exclude_file):
26174         Initial size must now be a power of two to simplify overflow checking.
26175         (free_exclude, fnmatch_no_wildcards): New function.
26176         (excluded_filename): No longer requires options arg, as the options
26177         are determined by add_exclude.  Now returns bool, not int.
26178         (excluded_filename, add_exclude):
26179         Add support for the fancy new exclusion options.
26180         (add_exclude, add_exclude_file): Now takes int options arg.
26181         Check for arithmetic overflow when computing sizes.
26182         (add_exclude_file): xrealloc might modify errno, so don't
26183         realloc until after errno might be used.
26184
26185         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE,EXCLUDE_WILDCARDS):
26186         New macros.
26187         (free_exclude): New decl.
26188         (add_exclude, add_exclude_file): Now takes int options arg.
26189         (excluded_filename): No longer requires options arg, as the options
26190         are determined by add_exclude.  Now returns bool, not int.
26191
26192 2001-08-30  Paul Eggert  <eggert@twinsun.com>
26193
26194         * lib/alloca.c (alloca): Arg is of type size_t, not unsigned.
26195
26196 2001-08-27  Jim Meyering  <meyering@lucent.com>
26197
26198         * lib/Makefile.am (libfetish_a_SOURCES): Add strtoxmax.c
26199
26200         * lib/version-etc.c (N_): Remove definition.
26201         Revert most of last change.
26202         Instead, simply don't mark the `Copyright...' string for translation.
26203         Based on advice from Paul Eggert.
26204
26205         * lib/strtoxmax.c: Tweak comment.
26206
26207 2001-08-26  Jim Meyering  <meyering@lucent.com>
26208
26209         * m4/jm-macros.m4: Require jm_AC_PREREQ_XSTRTOIMAX.
26210
26211         * m4/xstrtoimax.m4: New file.
26212         * m4/xstrtoumax.m4: Add comments explaining why we
26213         AC_REPLACE_FUNCS(strtol).
26214
26215 2001-08-26  Jim Meyering  <meyering@lucent.com>
26216
26217         * lib/version-etc.c (version_etc_copyright_fmt): Replace literal year
26218         of copyright with `%s' so translators don't get an untranslated
26219         message in 2002.
26220         (COPYRIGHT_YEAR): Define.
26221         (version_etc): Use fprintf rather than fputs.
26222         Suggestion from Ulrich Drepper.
26223
26224         * lib/Makefile.am (libfetish_a_SOURCES): Add xstrtoimax.c.
26225
26226         * lib/strtoll.c: New file, from GNU libc.
26227         * lib/xstrtoimax.c: New file.
26228
26229         * lib/xstrtol.h: Add xstrtoimax.
26230         * lib/strtoumax.c: New file.  Simply include "strtoumax.c".
26231         * lib/strtoimax.c: New file.  Likewise, but first define
26232         STRTOUXMAX_SIGNED.
26233
26234         * lib/strtoumax.c: Factor to work both for unsigned and signed types,
26235         ...
26236         * lib/strtoxmax.c: ... then renamed to this.
26237
26238 2001-08-18  Paul Eggert  <eggert@twinsun.com>
26239
26240         * m4/inttypes.m4: Add AC_PREREQ(2.13).
26241         (jm_AC_HEADER_INTTYPES_H): Test for intmax_t, too.
26242         (jm_AC_TYPE_INTMAX_T): New macro.
26243         (jm_AC_TYPE_UINTMAX_T): Moved here from uintmax_t.m4.
26244
26245         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): New macro.
26246
26247         * m4/longlong.m4: Renamed from ulonglong.m4.
26248         * m4/inttypes.m4: Renamed from inttypes_h.m4.
26249         * m4/uintmax_t.m4: Removed.
26250
26251 2001-08-13  Paul Eggert  <eggert@twinsun.com>
26252
26253         * lib/Makefile.am (unlocked-io.h): Do not append "_unlocked" twice.
26254         Port to Solaris 8, where 'sed' requires a space after the 'r'
26255         command, and where sh dislikes "$/".  Clean up the spacing a bit.
26256         Redirect output to $tmp just once.
26257
26258 2001-08-12  Paul Eggert  <eggert@sic.twinsun.com>
26259
26260         * lib/addext.c (<errno.h>): Include.
26261         (errno): Declare if not defined.
26262         (addext): Work correctly when pathconf returns -1 and leaves
26263         errno alone because there is no limit.  Also, work even if
26264         pathconf returns a value greater than SIZE_MAX.
26265
26266 2001-08-12  Jim Meyering  <meyering@lucent.com>
26267
26268         * m4/afs.m4, assert.m4, bison.m4, check-decl.m4, chown.m4, d-ino.m4,
26269         d-type.m4, dos.m4, error.m4, fnmatch.m4, fpending.m4, fstypename.m4,
26270         fsusage.m4, ftruncate.m4, getgroups.m4, glibc.m4, gnu-source.m4,
26271         group-member.m4, jm-glibc-io.m4, jm-macros.m4, jm-mktime.m4,
26272         jm-winsz1.m4, jm-winsz2.m4, lchown.m4, lib-check.m4, libintl.m4,
26273         link-follow.m4, ls-mntd-fs.m4, lstat.m4, malloc.m4, mbrtowc.m4,
26274         mbstate_t.m4, mbswidth.m4, memcmp.m4, nanosleep.m4, perl.m4,
26275         prereq.m4, putenv.m4, readdir.m4, realloc.m4, regex.m4, rename.m4,
26276         rmdir-errno.m4, search-libs.m4, st_dm_mode.m4, st_mtim.m4, stat.m4,
26277         strftime.m4, timespec.m4, unlink-busy.m4, uptime.m4, utimbuf.m4,
26278         utime.m4, utimes.m4, xstrtoumax.m4:
26279         Quote the first argument in each use of AC_DEFUN.
26280
26281 2001-08-12  Jim Meyering  <meyering@lucent.com>
26282
26283         * lib/xgetcwd.c (xgetcwd) [defined __GLIBC__ && __GLIBC__ >= 2]:
26284         Simply `return getcwd (NULL, 0);'.
26285         [! (defined __GLIBC__ && __GLIBC__ >= 2)]:
26286         Use 1300 as initial value for length, not PATH_MAX.
26287
26288         * lib/pathmax.h: Clean up cpp syntax.
26289
26290 2001-08-12  Jim Meyering  <meyering@lucent.com>
26291
26292         * lib/gettimeofday.c: New file.
26293         * lib/gtod.h: New file.
26294         * lib/Makefile.am (libfetish_a_SOURCES): Add gtod.h.
26295
26296 2001-08-05  Jim Meyering  <meyering@lucent.com>
26297
26298         * m4/jm-macros.m4: Require autoconf-2.52.
26299
26300 2001-08-04  Jim Meyering  <meyering@lucent.com>
26301
26302         * lib/error.h (__attribute__): Remove `|| __STRICT_ANSI__' from #if
26303         stmt, to get in sync with glibc.
26304
26305 2001-08-03  Paul Eggert  <eggert@twinsun.com>
26306
26307         The following changes are from gettext 0.10.39 as maintained by
26308         Bruno Haible.
26309
26310         * lib/mbswidth.h (MBSW_REJECT_UNPRINTABLE, MBSW_REJECT_INVALID):
26311         Renamed from MBSW_ACCEPT_UNPRINTABLE and MBSW_ACCEPT_INVALID
26312         with inverted sense.  All uses changed.
26313
26314         * lib/mbswidth.c: Don't include <limits.h>.
26315         Include <stdlib.h> and <string.h> unconditionally.
26316         (iswcntrl, mbsinit, ISCNTRL): New macros.
26317         (mbsnwidth): Use K&R style function declarations.
26318         Don't bother checking for MB_LEN_MAX == 1, since the compiler
26319         can optimize it when MB_CUR_MAX == 1.
26320         The width of control characters is zero, not 1.
26321
26322 2001-08-03  Paul Eggert  <eggert@twinsun.com>
26323
26324         The following changes are from gettext 0.10.39 as maintained by
26325         Bruno Haible, except that getline.m4 continues to use AC_LIBOBJ.
26326
26327         * m4/codeset.m4: Upgrade to serial AM1.
26328         (AM_LANGINFO_CODESET): Renamed from jm_LANGINFO_CODESET;
26329         all uses changed.  Quote first arg of AC_DEFUN.
26330         (am_cv_langinfo_codeset): Renamed from jm_cv_langinfo_codeset.
26331
26332         * m4/iconv.m4: Upgrade to serial AM2.
26333         (AM_ICONV): Renamed from jm_ICONV; all uses changed.
26334         Add --with-libconv-prefix.
26335         Quote first arg of AC_DEFUN.  Add description for ICONV_CONST.
26336         (am_cv_func_iconv): Renamed from jm_cv_func_iconv.
26337         (am_cv_lib_iconv): Renamed from jm_cv_lib_iconv.
26338         (am_cv_proto_iconv): Renamed from jm_cv_proto_iconv.
26339         * m4/jm-macros.m4 (jm_MACROS): Reflect s/jm_/AM_/ renamings.
26340
26341         * m4/c-bs-a.m4 (AC_C_BACKSLASH_A): Quote first arg of AC_DEFUN.
26342         * m4/getline.m4 (AM_FUNC_GETLINE): Likewise.
26343         * m4/glibc21.m4 (jm_GLIBC21): Likewise.
26344         * m4/inttypes_h.m4 (jm_AC_HEADER_INTTYPES_H): Likewise.
26345         * m4/isc-posix.m4 (AC_ISC_POSIX): Likewise.
26346         * m4/lcmessage.m4 (AM_LC_MESSAGES): Likewise.
26347         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): Likewise.
26348         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Likewise.
26349         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Likewise.
26350
26351         * m4/getline.m4 (AM_FUNC_GETLINE): Don't bother checking for
26352         string.h any more.
26353
26354         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): If not found, print "no",
26355         not the default value.
26356
26357         2001-06-25  Bruno Haible  <haible@clisp.cons.org>
26358         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Don't require AM_C_PROTOTYPES.
26359         Also check for mbsinit.  Needed for SCO 3.2v5.0.2.
26360         Also include <string.h>; this is where AIX 3.2.5 declares wcwidth.
26361         Also check for iswcntrl, used for wcwidth fallback.
26362         Use AC_TRY_COMPILE to emulate AC_CHECK_DECLS, for portability
26363         to Autoconf 2.13.
26364
26365 2001-08-03  Jim Meyering  <meyering@lucent.com>
26366
26367         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Use `#include', not `@%:@include',
26368         as it was in the original.  Reported by Paul Eggert.
26369
26370 2001-07-16  Jim Meyering  <meyering@lucent.com>
26371
26372         * m4/gettimeofday.m4: New file.
26373         Prompted by a report from Bernhard Baehr.
26374
26375 2001-07-15  Jim Meyering  <meyering@lucent.com>
26376
26377         * m4/Makefile.am.in (Makefile.am): Remove most of the unlocked-io.h
26378         stuff. Now it's in ../Makefile.cfg.
26379
26380 2001-07-15  Jim Meyering  <meyering@lucent.com>
26381
26382         * lib/Makefile.am (EXTRA_DIST): Add unlocked-io.hin.
26383         (BUILT_SOURCES): Add unlocked-io.h.
26384         (io_functions): Define.
26385         (unlocked-io.h): New rule.
26386         (DISTCLEANFILES): Add unlocked-io.h.
26387         (all-local): Depend on unlocked-io.h, to ensure it is created.
26388
26389         * lib/unlocked-io.hin: New file
26390
26391         * lib/regex.c: Update from glibc.
26392
26393 2001-07-05  Jim Meyering  <meyering@lucent.com>
26394
26395         * lib/Makefile.am (noinst_HEADERS): Remove definition, per new automake
26396         recommendation.
26397         (libfetish_a_SOURCES): Put all .h files here instead.
26398         Remove a thus-exposed (better checks in automake) duplicate and
26399         two unnecessary .h files.
26400
26401 2001-07-04  Jim Meyering  <meyering@lucent.com>
26402
26403         * m4/Makefile.am.in (glibc-io.struct): New target.  Rework the code
26404         that generates jm-glibc-io.m4 so that it doesn't trigger any make
26405         distcheck failure.
26406
26407 2001-07-02  Jim Meyering  <meyering@lucent.com>
26408
26409         The following changes were prompted by suggestions from Bruno Haible.
26410
26411         * m4/jm-glibc-io.m4n: New file, the template from which jm-glibc-io.m4
26412         is now generated.
26413         * m4/Makefile.am.in (Makefile.am): Include jm-glibc-io.m4n in emitted
26414         definition of EXTRA_DIST.
26415         (Makefile.am): Emit the dependency, `all-local: jm-glibc-io.m4' to
26416         ensure that the generated file is created/updated whenever the list
26417         of $(unlocked_functions) is changed.
26418         (jm-glibc-io.m4): New rule.
26419         (unlocked-io.h): New rule -- currently unused.
26420
26421 2001-06-24  Jim Meyering  <meyering@lucent.com>
26422
26423         * m4/regex.m4 (jm_INCLUDED_REGEX): Use a quadrigraph to represent an
26424         unmatched right bracket, rather than kludging it with an extra,
26425         falsely-matching quote in a comment.  Patch by Akim Demaille.
26426
26427 2001-06-11  Jim Meyering  <meyering@lucent.com>
26428
26429         * lib/regex.c: Update from GNU libc.
26430
26431 2001-05-27  Jim Meyering  <meyering@lucent.com>
26432
26433         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for ut_type in struct utmpx.
26434         Check for ut_type in struct utmp.
26435
26436 2001-05-27  Jim Meyering  <meyering@lucent.com>
26437
26438         * lib/readutmp.h (UT_TYPE): Define.
26439
26440 2001-05-24  Jim Meyering  <meyering@lucent.com>
26441
26442         * lib/argmatch.c: Include "quote.h".
26443         (argmatch_invalid): Remove explicit `' quotes.  Instead, use the
26444         quote function.  Reported by Göran Uddeborg.
26445
26446 2001-05-22  Jim Meyering  <meyering@lucent.com>
26447
26448         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't use AC_LIBOBJ(strftime),
26449         now that we use the package-supplied version unconditionally.
26450         (jm_FUNC_STRFTIME): Don't replace strftime, for the same reason.
26451
26452 2001-05-21  Jim Meyering  <meyering@lucent.com>
26453
26454         * m4/regex.m4: Change a couple backticks to single quotes to avoid
26455         shell syntax errors.
26456
26457 2001-05-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
26458
26459         * m4/dos.m4 (jm_AC_DOS): Check for _WIN32, __WIN32__, and __MSDOS__.
26460
26461 2001-05-20  Paul Eggert  <eggert@twinsun.com>
26462
26463         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME):
26464         Don't bother to check library strftime, since
26465         we'll be using our own my_strftime function anyway.
26466         Define my_strftime instead of strftime.
26467
26468 2001-05-20  Alexandre Duret-Lutz  <duret_g@epita.fr>
26469
26470         * lib/dirname.c (dir_name): Compute append_dot using path, not newpath
26471         which is not yet declared.
26472
26473 2001-05-15  Jim Meyering  <meyering@lucent.com>
26474
26475         * m4/regex.m4: Use proper quoting so brackets appear in the test
26476         program.
26477         Reported by, and with help from, Bruno Haible.
26478
26479 2001-05-13  Jim Meyering  <meyering@lucent.com>
26480
26481         * m4/jm-macros.m4 (major_t, minor_t): Define to unsigned int if
26482         undefined.
26483
26484 2001-05-11  Paul Eggert  <eggert@twinsun.com>
26485
26486         dirname code cleanup.  base_name now behaves more compatibly
26487         with POSIX basename when given file names that have trailing
26488         slashes, and similarly for dir_name.  Add new primitives
26489         base_len and dir_len.  Put the directory-name-related decls
26490         into dirname.h.
26491
26492         * lib/addext.c (ISSLASH, base_name): Remove; now in dirname.h.
26493         * lib/backupfile.c (base_name): Likewise.
26494         * lib/basename.c (FILESYSTEM_PREFIX_LEN, PARAMS, ISSLASH): Likewise.
26495         * lib/dirname.c (FILESYSTEM_PREFIX_LEN, ISSLASH): Likewise.
26496         * lib/makepath.c (strip_trailing_slashes): Likewise.
26497         * lib/path-concat.c (DIRECTORY_SEPARATOR, FILESYSTEM_PREFIX_LEN,
26498         ISSLASH): Likewise.
26499         * lib/rename.c (strip_trailing_slashes): Likewise.
26500         * lib/same.c (base_name): Likewise.
26501         * lib/stripslash.c (ISSLASH): Likewise.
26502
26503         * lib/addext.c: Include <dirname.h> after size_t is defined.
26504         * lib/backupfile.c: Likewise.
26505
26506         * lib/addext.c (addext): Use base_len to trim redundant
26507         trailing slashes instead of doing it ourselves.
26508         But do not trim the last slash if it is not redundant.
26509
26510         * lib/backupfile.c (find_backup_file_name,
26511         max_backup_version): Use base_len instead of rolling it ourselves.
26512         Handle the case of "" and (on DOS) "C:" correctly.
26513
26514         * lib/basename.c: Do not include <stdio.h>, <assert.h>; no longer
26515         needed. Include <string.h>, <dirname.h>.
26516         (base_name): Allow file names ending in slashes, other than names
26517         that are all slashes.  In this case, return the basename followed
26518         by the slashes.  This is more general, and can be used in places
26519         where the original base_name purposely had an assertion failure.
26520         (base_len): New function.
26521
26522         * lib/dirname.c: Include <string.h> instead of <stdlib.h>.
26523         Do not include <assert.h>; no longer needed.
26524         Include xalloc.h.
26525         (memrchr): Remove decl.
26526         (dir_name_r): Remove.
26527         (dir_len): Renamed from dirlen.  All callers changed.
26528         Rewrite in terms of base_name, for simplicity and consistency.
26529         (dir_name): Never return NULL.  All callers changed.
26530         Do not include <stdlib.h> in test program; no longer needed.
26531         return 0; is fine for test program.
26532
26533         * lib/dirname.h (DIRECTORY_SEPARATOR, ISSLASH, FILESYSTEM_PREFIX_LEN):
26534         New macros.
26535         (base_name, base_len, dir_len, strip_trailing_slashes): New decls.
26536
26537         * lib/path-concat.c (path_concat): Use base_len to compute
26538         base length, not strlen; this means we cannot rely on memcpy
26539         to null-terminate.
26540
26541         * lib/same.c (STREQ): Remove.
26542         (same_name): Handle the case where the basename ends in trailing '/'.
26543
26544         * lib/stripslash.c (strip_trailing_slashes): Return nonzero if
26545         a slash was stripped.  Do not strip the last slash after a
26546         file system prefix.
26547
26548 2001-05-11  Paul Eggert  <eggert@twinsun.com>
26549
26550         * lib/Makefile.am (libfetish_a_SOURCES):
26551         Add strftime.c, since we now compile it on all hosts.
26552
26553         * lib/strftime.c (my_strftime):
26554         Define to nstrftime if emacs, but only if my_strftime is not defined.
26555         (extra_args, extra_args_spec, extra_args_spec_iso): Rename from
26556         ut_argument, ut_argument_spec, ut_argument_spec_iso, respectively.
26557         Add one more extra argument: a nanoseconds value.
26558         All uses changed.
26559         (ns): New macro.
26560         (my_strftime function): Add %N format.
26561         (emacs_strftimeu): Renamed from emacs_strftime,
26562         with extra ut argument.
26563
26564 2001-05-09  Paul Eggert  <eggert@twinsun.com>
26565
26566         * m4/jm-macros.m4 (jm_MACROS): Do not check for fseeko; no longer used.
26567
26568 2001-04-21  Jim Meyering  <meyering@lucent.com>
26569
26570         * m4/rmdir-errno.m4: Write to a new file, so that a restrictive umask
26571         doesn't interfere.
26572
26573 2001-04-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
26574
26575         * m4/ftruncate.m4: Check for chsize.
26576         Link with ftruncate.o unconditionally if ftruncate is missing.
26577         This was required when cross-compiling to i586-mingw32msvc.
26578
26579 2001-04-08  Jim Meyering  <meyering@lucent.com>
26580
26581         * lib/getdate.y (get_date): Set tm_isdst to -1 to ensure that it is
26582         recomputed; that's necessary when the offset spans a DST transition.
26583         Patch by David J. MacKenzie.  Reported by Hon-Yin Kok.
26584
26585 2001-04-02  Jim Meyering  <meyering@lucent.com>
26586
26587         * lib/regex.h, regex.c: Update from GNU libc.
26588
26589 2001-03-24  Jim Meyering  <meyering@lucent.com>
26590
26591         * m4/jm-macros.m4: Require autoconf-2.49d.
26592
26593 2001-03-20  Bruno Haible  <haible@clisp.cons.org>
26594
26595         * m4/iconv.m4 (jm_ICONV): Recommend GNU libiconv.
26596
26597 2001-03-19  Paul Eggert  <eggert@twinsun.com>
26598
26599         * lib/version-etc.c (version_etc_copyright): Update to 2001.
26600
26601 2001-03-17  Jim Meyering  <meyering@lucent.com>
26602
26603         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Remove my copy of AC_FUNC_MEMCMP,
26604         now that the version in autoconf is equivalent.
26605         (jm_FUNC_MEMCMP): Adjust to use AC_FUNC_MEMCMP.
26606
26607         * m4/error.m4 (jm_PREREQ_ERROR): Invoke AC_FUNC_STRERROR_R.
26608         Suggestion from Akim Demaille.
26609
26610         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_TEMPNAME.
26611         (jm_PREREQ_TEMPNAME): New function.
26612
26613 2001-03-16  Paul Eggert  <eggert@twinsun.com>
26614
26615         * lib/tempname.c (uint64_t): Define to uintmax_t if
26616         not defined, and if UINT64_MAX is not defined.
26617         Required at least for Vax Ultrix4.3, which doesn't define uint64_t.
26618         Reported by John David Anglin.
26619
26620 2001-03-15  Bruno Haible  <haible@clisp.cons.org>
26621
26622         * lib/localcharset.c (locale_charset): Allow wildcard syntax. Also
26623         resolve alias if codeset is empty.
26624         * lib/config.charset (BeOS): Use wildcard syntax.
26625
26626 2001-03-13  Jim Meyering  <meyering@lucent.com>
26627
26628         * lib/path-concat.c (path_concat)
26629         [FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't insert a backslash when
26630         concatenating e.g., `C:' and `foo'.
26631         From Bruno Haible.
26632
26633 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
26634
26635         * lib/localcharset.c (locale_charset): Don't use
26636         setlocale(LC_CTYPE,NULL). Don't return NULL.
26637         * lib/unicodeio.c (print_unicode_char): Simplify accordingly.
26638
26639 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
26640
26641         * lib/config.charset: Update for FreeBSD 4.2 and OSF/1 5.1. Add
26642         support for DOS/DJGPP.
26643
26644 2001-03-01  Paul Eggert  <eggert@twinsun.com>
26645
26646         * m4/jm-macros.m4 (jm_MACROS): Use mkstemp replacement if the system
26647         lacks mkstemp.  Compile our own tempname.c if we compile our own
26648         mkstemp.c, as mkstemp relies on tempname.
26649
26650 2001-03-01  Jim Meyering  <meyering@lucent.com>
26651
26652         * m4/dos.m4 (jm_AC_DOS): Remove extra backslashes, now that
26653         AH_VERBATIM really does output its argument verbatim.
26654
26655 2001-02-28  Paul Eggert  <eggert@twinsun.com>
26656
26657         * lib/Makefile.am (libfetish_a_SOURCES):
26658         Add dup-safer.c, fopen-safer.c.
26659         (noinst_HEADERS): Add stdio-safer.h, unistd-safer.h.
26660
26661         * lib/dup-safer.c, lib/fopen-safer.c, lib/stdio-safer.h:
26662         * lib/unistd-safer.h: New files.
26663
26664 2001-02-25  Paul Eggert  <eggert@twinsun.com>
26665
26666         The mkstemp replacement is taken from glibc 2.2.2, with some
26667         portability fixes for use outside glibc, as follows:
26668
26669         * lib/tempname.c (struct_stat64): New macro.
26670         (direxists, __gen_tempname): Use it.
26671         This avoids a portability problem with Solaris 8.
26672
26673         * lib/tempname.c (<config.h>): Include if HAVE_CONFIG_H.
26674         (<stddef.h>, <stdint.h>, <string.h>):
26675         Include only if STDC_HEADERS || _LIBC.
26676         (<fcntl.h>): Include only if HAVE_FCNTL_H || _LIBC.
26677         (<unistd.h>): Include only if HAVE_UNISTD_H || _LIBC.
26678         (<sys/time.h>): Include only if HAVE_SYS_TIME_H || _LIBC.
26679         (__set_errno): Define this macro if <errno.h> doesn't.
26680         (P_tmpdir, TMP_MAX, __GT_FILE, __GT_BIGFILE, __GT_DIR, __GT_NOCREATE):
26681         Define these macros if <stdio.h> doesn't.
26682         (S_ISDIR, S_IRUSR, S_IWUSR, S_IXUSR):
26683         Define these macros if <sys/stat.h>
26684         doesn't.  Ignore <sys/stat.h> S_ISDIR if STAT_MACROS_BROKEN.
26685         (stat64, __getpid, __gettimeofday, __mkdir, __open, __open64, lxstat64,
26686         __xstat64): Define if not _LIBC.
26687         (__secure_getenv): Define if ! (HAVE___SECURE_GETENV || _LIBC).
26688         (__gen_tempname): Invoke gettimeofday only if
26689         HAVE_GETTIMEOFDAY || _LIBC;
26690         otherwise, fall back on plain "time".
26691         Use macros like S_IRUSR | S_IWUSR rather than octal values like 0600.
26692
26693         * lib/mkstemp.c (__GT_FILE): Define to zero if not defined.
26694
26695         * lib/mkstemp.c, lib/tempname.c: New files, taken from glibc 2.2.2.
26696
26697 2001-02-18  Paul Eggert  <eggert@twinsun.com>
26698
26699         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for sys/resource.h.
26700
26701 2001-02-17  Paul Eggert  <eggert@twinsun.com>
26702
26703         * m4/mbrtowc.m4: New file, defining jm_FUNC_MBRTOWC.
26704         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH):
26705         Use jm_FUNC_MBRTOWC, not AC_CHECK_FUNCS(mbrtowc).
26706         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
26707
26708 2001-02-17  Paul Eggert  <eggert@twinsun.com>
26709
26710         * lib/mbswidth.c, quotearg.c (mbrtowc, mbsinit):
26711         Remove workaround macros for hosts that have mbrtowc but not
26712         mbstate_t, as we now insist on proper declarations for both
26713         before using mbrtowc.
26714
26715 2001-02-17  Jim Meyering  <meyering@lucent.com>
26716
26717         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Don't check for
26718         getmntent via AC_CHECK_FUNCS, since that would get a `no' and disrupt
26719         further attempts by AC_FUNC_GETMNTENT to check with e.g., -lgen on
26720         UnixWare 7.1.1.
26721
26722         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Adapt to use AC_CACHE_CHECK etc.,
26723         rather than AC_CACHE_VAL.
26724
26725 2001-02-17  Jim Meyering  <meyering@lucent.com>
26726
26727         * lib/strtoul.c: Sync from GNU libc.  Use double quotes, not <...>
26728         around included file name.
26729
26730         * lib/strnlen.c (__strnlen): Merge in a change from GNU libc.
26731
26732         * lib/strftime.c: Update from GNU libc (the only changes were to
26733         comments).
26734
26735 2001-02-17  Jim Meyering  <meyering@lucent.com>
26736
26737         * lib/regex.c: Update from libc.
26738
26739 2001-02-17  Bruno Haible  <haible@clisp.cons.org>
26740
26741         * lib/mbswidth.h (mbswidth): Also define as macro, to avoid prototype
26742         clash.
26743
26744 2001-02-16  Paul Eggert  <eggert@twinsun.com>
26745
26746         * lib/alloca.c (malloc): Undef before defining, since stdlib.h
26747         may have defined it.  Needed for Encore Umax-3.0.9.16b systems.
26748         Reported by Mark Hounschell via Paul Eggert.
26749
26750 2001-02-07  Jim Meyering  <meyering@lucent.com>
26751
26752         * m4/regex.m4 (jm_INCLUDED_REGEX): Add a test for the latest bug.
26753
26754 2001-02-05  Jim Meyering  <meyering@lucent.com>
26755
26756         * m4/jm-macros.m4: Require autoconf-2.14d (not yet released), because
26757         it includes the patch required for `large file' support with at least
26758         HP-UX's 10.20 /bin/cc.
26759
26760 2001-02-03  Jim Meyering  <meyering@lucent.com>
26761
26762         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Restore prior use of
26763         AS_IF, now that it works once again (mysteriously).
26764         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
26765
26766 2001-01-30  Jim Meyering  <meyering@lucent.com>
26767
26768         Don't use filenames that are 8.3-equivalent to "conftest" on DOS.
26769         * m4/chown.m4: Rename conftestchown to conftest.chown.
26770         * m4/rename.m4: s/conftestdir/conftest.d1/ and
26771         s/conftestdir2/conftest.d2/.
26772         * m4/utimes.m4: s/conftestdata/conftest.data/
26773         Inspired by Pavel Roskin's change in autoconf.
26774
26775 2001-01-30  Bruno Haible  <haible@clisp.cons.org>
26776
26777         * lib/config.charset: Update for FreeBSD 4.2.
26778
26779 2001-01-27  Jim Meyering  <meyering@lucent.com>
26780
26781         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Open-code what was
26782         a use of AS_IF.
26783         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
26784
26785 2001-01-26  Jim Meyering  <meyering@lucent.com>
26786
26787         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Check for stddef.h, now that
26788         quotearg.c includes it.
26789
26790 2001-01-26  Jim Meyering  <meyering@lucent.com>
26791
26792         * lib/quotearg.c: Include stddef.h.
26793         * lib/quote.c: Include stddef.h.
26794         Reported by Axel Kittenberger.
26795
26796         * lib/xmalloc.c [HAVE_DONE_WORKING_MALLOC_CHECK]: Enclose error-evoking
26797         line in double quotes so that it evokes a better diagnostic.
26798         [HAVE_DONE_WORKING_REALLOC_CHECK]: Likewise.
26799         Reported by Axel Kittenberger.
26800
26801 2001-01-24  Stefan Monnier  <monnier@cs.yale.edu>
26802
26803         * regex.c (mutually_exclusive_p): Don't blindly handle `charset_not'
26804         as if it was a `charset'.
26805
26806 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
26807
26808         * m4/iconv.m4 (jm_ICONV): Also check whether the iconv declaration
26809         has const.
26810
26811 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
26812
26813         * lib/unicodeio.c (print_unicode_char): Cast the second iconv() arg,
26814         to avoid a warning.  Add back 'const' to inptr.
26815
26816 2001-01-20  Jim Meyering  <meyering@lucent.com>
26817
26818         Be sure that headers are checked before used in code compiled
26819         for the type checks.
26820         * m4/jm-macros.m4 (jm_MACROS): Remove all header checks.
26821         In place of that, invoke jm_CHECK_ALL_TYPES.
26822         (jm_CHECK_ALL_HEADERS): New functions with the above checks.
26823         (jm_CHECK_ALL_TYPES): Require jm_CHECK_ALL_HEADERS.
26824         Alan Iwi reported a build failure on an f300-fujitsu-uxpv4.1_ES;
26825         The check for ssize_t was mistakenly run before the test for unistd.h.
26826
26827         The configure-time check for stdbool.h was missing.
26828         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_HASH.
26829         (jm_PREREQ_HASH): New function.
26830
26831 2001-01-17  Jim Meyering  <meyering@lucent.com>
26832
26833         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use AS_IF, not AS_IFELSE,
26834         for autoconf-2.49c.
26835         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Likewise.
26836
26837 2001-01-16  Jim Meyering  <meyering@lucent.com>
26838
26839         * lib/basename.c: Include <stdio.h>, needed by assert on SunOS 4.
26840         From Bruno Haible.
26841
26842 2001-01-14  Jim Meyering  <meyering@lucent.com>
26843
26844         * m4/rename.m4: Use temporary directories named conftestdir{,2}, not
26845         foo and bar.  Create conftestdir/ in the script, not in the C code.
26846         Remove directories in the script, not in the C code.
26847         Remove conftestdir{,2} before trying to create the directory.
26848         Make the entire configure script fail if the mkdir fails.
26849
26850 2001-01-14  Jim Meyering  <meyering@lucent.com>
26851
26852         * lib/rename.c: New file.  From Volker Borchert.
26853         Include stdlib.h, string.h or strings.h, and xalloc.h.
26854         Use strip_trailing_slashes rather than open-coding it.
26855
26856 2001-01-03  Paul Eggert  <eggert@twinsun.com>
26857
26858         * lib/strftime.c: Sync with glibc time/strftime.c 1.81.
26859
26860 2001-01-03  Jim Meyering  <meyering@lucent.com>
26861
26862         * lib/unicodeio.c (print_unicode_char): Remove `const' from declaration
26863         of local `inptr' to avoid warning with some system declarations of
26864         iconv.
26865
26866 2001-01-02  Volker Borchert  <bt@teknon.de>
26867
26868         * m4/rename.m4: New file.
26869         * m4/jm-macros.m4 (jm_MACROS): Require vb_FUNC_RENAME.
26870
26871 2001-01-01  Jim Meyering  <meyering@lucent.com>
26872
26873         * m4/prereq.m4 (jm_PREREQ_READUTMP): Include utmp.h (if available),
26874         even on systems with utmpx.h.  It's necessary for the declaration of
26875         utmp's ut_user member.  Reported by Andreas Jaeger.
26876
26877         * m4/check-decl.m4 (jm_CHECK_DECLS): Include grp.h and pwd.h if
26878         available. They are required for the declarations of getgrgid and
26879         getpwuid resp.
26880         (_jm_DECL_HEADERS): Check for grp.h and pwd.h.
26881         Reported by Andreas Jaeger.
26882
26883 2001-01-01  Alexandre Duret-Lutz  <duret_g@epita.fr>
26884
26885         * m4/libintl.m4 (AM_GNU_GETTEXT): Define MKINSTALLDIRS by
26886         expanding the value of $ac_aux_dir, as in AM_MISSING_HAS_RUN,
26887         so `make install' also works in VPATH builds.
26888
26889 2000-12-31  Alexandre Duret-Lutz  <duret_g@epita.fr>
26890
26891         * m4/libintl.m4 (AM_WITH_NLS): When using AC_CONFIG_AUX_DIR,
26892         prepend $(top_srcdir) to the value of MKINSTALLDIRS so that it
26893         can be used in subdirectories.
26894
26895 2000-12-29  Paul Eggert  <eggert@twinsun.com>
26896
26897         * lib/modechange.c: Do not assume that mode_t uses the
26898         traditional octal encoding.  E.g. "chmod 1 FOO" should set
26899         the other-execute bit of FOO even if S_IXOTH != 1.
26900
26901         (SUID, SGID, SVTX, RUSR, WUSR, XUSR, RGRP, WGRP, XGRP, ROTH,
26902         WOTH, XOTH, ALLM): New macros.
26903         (S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR,
26904          S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH):
26905         Use them.
26906         (S_ISGID): Fix typo; it was defaulting to the same value as S_ISUID.
26907         (S_IRWXU, S_IRWXG, S_IRWXO): Specify defaults in terms of the above.
26908         (mode_compile):
26909         No need to use uintmax_t; unsigned long is long enough.
26910         Don't bother to get suffix since we don't use it.
26911
26912 2000-12-26  Jim Meyering  <meyering@lucent.com>
26913
26914         * m4/dos.m4 (jm_AC_DOS): Rewrite (though it's still a stub) to work
26915         better with autoheader.
26916
26917 2000-12-24  Jim Meyering  <meyering@lucent.com>
26918
26919         * lib/hash.c (is_prime): Return explicit boolean values.
26920         (hash_get_first): Return NULL to appease Irix5.6's 89.
26921         Reported by Nelson Beebe.
26922
26923 2000-12-19  Bruno Haible  <haible@clisp.cons.org>
26924
26925         * lib/localcharset.c (locale_charset): Add support for Win32.
26926
26927 2000-12-18  Paul Eggert  <eggert@twinsun.com>
26928
26929         * lib/physmem.h, lib/physmem.c: New files.
26930
26931         * lib/Makefile.am (libfetish_a_SOURCES): Add physmem.c.
26932         (noinst_HEADERS): Add physmem.h.
26933
26934         * lib/xstrtol.c (__xstrtol): Add undocumented suffixes 'g' and
26935         't' for compatibility with Solaris 8 sort.
26936
26937 2000-12-18  Bruno Haible  <haible@clisp.cons.org>
26938
26939         * lib/config.charset: Add support for BeOS.
26940
26941 2000-12-17  Jim Meyering  <meyering@lucent.com>
26942
26943         * m4/dos.m4 (jm_AC_DOS): New file and macro.
26944         * m4/jm-macros.m4 (jm_MACROS): Require jm_AC_DOS.
26945
26946 2000-12-16  Jim Meyering  <meyering@lucent.com>
26947
26948         This bug had a serious impact on chown: `chown N:M FILE' (for integer
26949         N and M) would have treated it like `chown N:N FILE'.
26950
26951         * lib/userspec.c (parse_user_spec): Fix typo: s/u/g/.
26952
26953 2000-12-16  Jim Meyering  <meyering@lucent.com>
26954
26955         * lib/getusershell.c [!SHELLS_FILE && __DJGPP__]: Define
26956         SHELLS_FILE to a file name that's useful on djgpp systems.
26957         Include stdlib.h.
26958         (ADDITIONAL_DEFAULT_SHELLS): Define.
26959         (default_shells): Prepend ADDITIONAL_DEFAULT_SHELLS.
26960         Based mostly on a patch from Prashant TR.
26961
26962 2000-12-16  Bruno Haible  <haible@clisp.cons.org>
26963
26964         * lib/config.charset: Add ISO-8859-3, BIG5HKSCS, GB18030, JOHAB,
26965         VISCII, CP874, CP949, CP950, CP1250, CP1253, CP1254, CP1255, CP1256,
26966         CP1257 to the list of canonical encodings. Rename EUC-CN to GB2312.
26967
26968 2000-12-08  Andreas Schwab  <schwab@suse.de>
26969
26970         * lib/mbswidth.c (mbsnwidth): Don't loop endlessly when called with an
26971         invalid mulitbyte sequence and with the MBSW_ACCEPT_INVALID flag set.
26972
26973 2000-12-07  Jim Meyering  <meyering@lucent.com>
26974
26975         * lib/stripslash.c (ISSLASH): Define.
26976         (strip_trailing_slashes): Use ISSLASH rather than comparing against
26977         `/'.
26978         From Prashant TR.
26979
26980         * lib/dirname.c (FILESYSTEM_PREFIX_LEN): Define.
26981         (dir_name_r): Declare this function as static.
26982         [BACKSLASH_IS_PATH_SEPARATOR]: Fix a bug that'd
26983         manifest itself on a name containing a mix of slashes and
26984         backslashes.
26985         Make this function work with names starting with a DOS-style
26986         drive letter and colon prefix.
26987         (dir_name): Append `.' if necessary.
26988         Based mostly on patches from Prashant TR and Eli Zaretskii.
26989
26990         * lib/dirname.h (dir_name_r): Remove prototype.
26991
26992 2000-12-06  Paul Eggert  <eggert@twinsun.com>
26993
26994         * m4/off_t-format.m4: Remove this file.
26995         * m4/jm-macros.m4 (jm_MACROS): Remove jm_SYS_OFF_T_PRINTF_FORMAT.
26996
26997 2000-12-06  Jim Meyering  <meyering@lucent.com>
26998
26999         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): If we need the
27000         replacement strtoull, we may well need the replacement strtoul, too.
27001         Check for declarations of strtoul and strtoull.
27002         Check for strtol.  Mainly as a cue to cause automake to include
27003         strtol.c -- that file is included by each of strtoul.c and strtoull.c.
27004         Check for limits.h -- strtol.c needs it.
27005
27006 2000-12-05  Jim Meyering  <meyering@lucent.com>
27007
27008         * lib/dirname.c (dir_name_r): Add `const' in a few local declarations.
27009
27010 2000-12-04  Jim Meyering  <meyering@lucent.com>
27011
27012         * lib/path-concat.c: [!HAVE_DECL_MALLOC]: Declare malloc.
27013         Also include memory.h, stdlib.h, unistd.h if appropriate.
27014         Reported by Andreas Jaeger (conflicting declaration of malloc).
27015
27016 2000-12-02  Jim Meyering  <meyering@lucent.com>
27017
27018         * m4/off_t-format.m4 (OFF_T_PRINTF_FORMAT_STRING): New file/macro.
27019         * m4/jm-macros.m4 (jm_MACROS): require it.
27020
27021 2000-12-02  Jim Meyering  <meyering@lucent.com>
27022
27023         * lib/closeout.h: Make idempotent, to avoid some obscure warnings.
27024
27025 2000-12-01  Paul Eggert  <eggert@twinsun.com>
27026
27027         * lib/memrchr.c: Include <config.h> before any system include file.
27028
27029 2000-11-30  Jim Meyering  <meyering@lucent.com>
27030
27031         * m4/jm-macros.m4 (jm_MACROS): Check for stdint.h.
27032
27033 2000-11-30  Jim Meyering  <meyering@lucent.com>
27034
27035         * m4/getloadavg.m4: s/ifval/m4_ifval/ to accommodate new autoconf.
27036
27037 2000-11-29  Paul Eggert  <eggert@twinsun.com>
27038
27039         * lib/dirname.c (dir_name_r): Fix typo: int -> size_t.
27040
27041 2000-11-26  Jim Meyering  <meyering@lucent.com>
27042
27043         * lib/memcoll.c: Include sys/types.h.  From Werner Almesberger.
27044
27045 2000-11-22  Paul Eggert  <eggert@twinsun.com>
27046
27047         * lib/strftime.c (my_strftime): Do not invoke mbrlen with a
27048         size of (size_t) -1; it's not portable.
27049
27050 2000-11-17  Jim Meyering  <meyering@lucent.com>
27051
27052         * lib/strstr.c: Update from GNU libc.
27053
27054 2000-11-17  Akim Demaille  <akim@epita.fr>
27055
27056         * lib/obstack.h: Formatting changes.
27057         (obstack_grow, obstack_grow0): Don't cast WHERE at all: that would
27058         prevent type checking.
27059         (obstack_ptr_grow, obstack_ptr_grow_fast): When assigning, don't
27060         cast the value to (void *): assigning a `foo *' to a `void *'
27061         variable is valid.
27062         (obstack_int_grow, obstack_int_grow_fast): Don't cast AINT to int.
27063
27064 2000-11-16  Jim Meyering  <meyering@lucent.com>
27065
27066         * lib/strverscmp.c: Incorporate weak-alias-related changes from glibc.
27067
27068 2000-11-11  Jim Meyering  <meyering@lucent.com>
27069
27070         * lib/error.c: Add a couple #includes, merging from GNU libc version.
27071
27072 2000-11-10  Jim Meyering  <meyering@lucent.com>
27073
27074         * lib/obstack.h: Update from GNU libc.
27075         * lib/obstack.c: Likewise.
27076
27077 2000-11-08  Bruno Haible  <haible@clisp.cons.org>
27078
27079         * m4/jm-macros.m4 (jm_MACROS): Add test for wcrtomb.
27080
27081 2000-11-06  Paul Eggert  <eggert@twinsun.com>
27082
27083         * lib/getusershell.c (setusershell): Use rewind rather than
27084         fseek/fseeko, to avoid configuration hassles with fseeko.
27085         Don't bother opening SHELLS_FILE if shellstream is NULL;
27086         it's not necessary.
27087
27088 2000-11-05  Jim Meyering  <meyering@lucent.com>
27089
27090         * lib/makepath.h (make_dir): Declare.
27091         * lib/makepath.c (make_dir): Remove `static' attribute.
27092         Tweak a comment.
27093
27094 2000-11-04  Jim Meyering  <meyering@lucent.com>
27095
27096         * m4/regex.m4: Use the `m4_' prefix on `syscmd' and `m4_sysval'.
27097
27098 2000-11-04  Alexandre Duret-Lutz  <duret_g@epita.fr>
27099
27100         * lib/hash.c (hash_get_next): Fix a thinko:  when ENTRY is the
27101         last one in a bucket, advance to the next bucket.
27102
27103 2000-11-02  Vesselin Atanasov  <vesselin@bgnet.bg>
27104
27105         * lib/fnmatch.c: Do not comment out all the code if we are using
27106         the GNU C library, because in some cases we are replacing buggy
27107         code in the GNU C library itself.
27108
27109 2000-10-30  Stefan Monnier  <monnier@cs.yale.edu>
27110
27111         * regex.c (re_iswctype, re_wctype_to_bit): Fix braino.
27112         (regex_compile): Catch bogus \(\1\).
27113
27114 2000-10-30  Paul Eggert  <eggert@twinsun.com>
27115
27116         * lib/fnmatch.c (FOLD): Do not assume that characters are unsigned.
27117         (fnmatch): Fix some FNM_FILE_NAME and FNM_LEADING_DIR bugs,
27118         e.g. fnmatch("d*/*1", "d/s/1", FNM_FILE_NAME) incorrectly yielded zero.
27119
27120 2000-10-30  Paul Eggert  <eggert@twinsun.com>
27121
27122         * lib/error.h, getline.h, modechange.h:
27123         Remove "2000" from Copyright line, as the file hasn't been
27124         changed this year other than in the copyright notice.
27125
27126         * lib/xalloc.h: Add "2000" to Copyright line, as this file
27127         was changed this year.
27128
27129 2000-10-29  Jim Meyering  <meyering@lucent.com>
27130
27131         * m4/fsusage.m4: s/AC_SHELL_IFELSE/AS_IFELSE/ to match autoconf
27132         renaming.
27133         * m4/ls-mntd-fs.m4: Likewise
27134
27135 2000-10-29  Jim Meyering  <meyering@lucent.com>
27136
27137         * lib/xstat.in: Fix grammar in comment.
27138
27139 2000-10-29  Greg Louis  <glouis@dynamicro.on.ca>
27140
27141         * lib/regex.h (__restrict_arr): Move definition out of #ifndef block.
27142         Required because egcs-2.91.66 (aka 1.1.2) defines __restrict, but
27143         doesn't define __restrict_arr.
27144
27145 2000-10-28  Jim Meyering  <meyering@lucent.com>
27146
27147         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_MEMCHR.
27148         (jm_PREREQ_MEMCHR): New function.
27149
27150 2000-10-28  Jim Meyering  <meyering@lucent.com>
27151
27152         * lib/memchr.c: Update from libc.
27153         Adjust for portability:
27154         [HAVE_STDLIB_H]: Include stdlib.h.
27155         [HAVE_BP_SYM_H || _LIBC]: Guard inclusion of bp-sym.h.
27156         Undef __memchr, too.
27157         [!weak_alias]: Define __memchr to memchr.
27158
27159         * lib/regex.c: Update from libc.
27160         * lib/regex.h: Likewise.
27161         * lib/getopt1.c: Likewise.
27162         * lib/memcmp.c: Likewise.
27163
27164         * lib/getusershell.c (setusershell) [HAVE_FSEEKO]: Use fseeko.
27165         Avoid using fseek, when possible -- it's broken by design.
27166         Patch by Ulrich Drepper.
27167
27168 2000-10-27  Stefan Monnier  <monnier@cs.yale.edu>
27169
27170         * regex.c (POP_FAILURE_REG_OR_COUNT, re_match_2_internal)
27171         (re_match_2_internal, re_match_2_internal, re_match_2_internal):
27172         Giving in to popular pressure to shut up the compiler with casts.
27173
27174 2000-10-26  Jim Meyering  <meyering@lucent.com>
27175
27176         * lib/strftime.c: Update from libc.
27177
27178 2000-10-25  Stefan Monnier  <monnier@cs.yale.edu>
27179
27180         * regex.c: More `unsigned char' -> `re_char' changes.
27181         Also change several `int' into `re_wchar_t'.
27182         (PATTERN_STACK_EMPTY, PUSH_PATTERN_OP, POP_PATTERN_OP): Remove.
27183         (PUSH_FAILURE_POINTER): Don't cast any more.
27184         (POP_FAILURE_REG_OR_COUNT): Remove the cast that strips `const'.
27185         We want GCC to complain, since this piece of code makes
27186         re_match non-reentrant, which *should* be fixed.
27187         (GET_BUFFER_SPACE): Use size_t rather than unsigned long.
27188         (EXTEND_BUFFER): Use RETALLOC.
27189         (SET_LIST_BIT): Don't cast.
27190         (re_wchar_t): New type.
27191         (re_iswctype, re_wctype_to_bit): Make it crystal clear to GCC
27192         that those two functions will always properly return.
27193         (IMMEDIATE_QUIT_CHECK): Cast to void.
27194         (analyse_first): Use recursion rather than an explicit stack.
27195         (re_compile_fastmap): Can't fail anymore.
27196         (re_search_2): Don't check re_compile_fastmap for failure.
27197         (PUSH_NUMBER): Renamed from PUSH_FAILURE_COUNT.
27198         Now also sets the new value (passed in a new argument).
27199         (re_match_2_internal): Use it.
27200         Also, use a new var `reg' of type size_t when looping through regs
27201         rather than reuse the inappropriate `mcnt'.
27202
27203 2000-10-25  Jim Meyering  <meyering@lucent.com>
27204
27205         * lib/obstack.c: Update from libc.
27206
27207 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
27208
27209         * regex.c (regex_compile): Change the way of handling a range from
27210         a char less than 256 to a char not less than 256.
27211
27212 2000-10-24  Andrew Innes  <andrewi@gnu.org>
27213
27214         * regex.c (IMMEDIATE_QUIT_CHECK): New macro, which does QUIT on
27215         NT-Emacs only.
27216         (re_match_2_internal): Use IMMEDIATE_QUIT_CHECK instead of QUIT,
27217         so that re_search functions only quit when callers expect them to.
27218
27219 2000-10-23  Jim Meyering  <meyering@lucent.com>
27220
27221         * lib/hard-locale.c (hard_locale): Revert last change -- it was simply
27222         wrong.  That set_locale call must not have any side effects.
27223         From Paul Eggert.
27224
27225 2000-10-22  Jim Meyering  <meyering@lucent.com>
27226
27227         * lib/md5.c (md5_process_block) [OP]: Use `rol', not CYCLIC.
27228         [CYCLIC]: Remove now-unused definition.
27229
27230         * lib/save-cwd.c (O_DIRECTORY): Define, if needed.
27231         (save_cwd) [HAVE_FCHDIR]: Use O_DIRECTORY when opening ".".
27232         Suggestion from Ulrich Drepper.
27233
27234 2000-10-21  Jim Meyering  <meyering@lucent.com>
27235
27236         * m4/check-decl.m4 (jm_CHECK_DECLS): Also check for memrchr.
27237         * m4/prereq.m4 (jm_PREREQ_DIRNAME): New macro.
27238         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memrchr.
27239
27240 2000-10-21  Jim Meyering  <meyering@lucent.com>
27241
27242         * lib/dirname.c (memrchr): Declare if necessary.
27243         (dir_name): Remove the restriction that there be no
27244         trailing slashes.  Now, this code skips past them, effectively
27245         ignoring them.
27246         [TEST_DIRNAME] (main): New unit tests.
27247
27248         * lib/memrchr.c: New file from GNU libc.
27249         Undef __memrchr, too.
27250         [!weak_alias]: Define __memrchr to memrchr.
27251         Guard weak_alias use with `#ifdef weak_alias'.
27252
27253 2000-10-21  Jim Meyering  <meyering@lucent.com>
27254
27255         * lib/dirname.c (dir_name_r): New function, factored out of dir_name.
27256         (dir_name): Use dir_name_r.
27257         * lib/dirname.h (dir_name_r): Declare it.
27258
27259 2000-10-17  Jim Meyering  <meyering@lucent.com>
27260
27261         * lib/quote.h (PARAMS): Define and use.
27262         Reported by Akim Demaille.
27263
27264         * lib/getopt.c: Update from libc.
27265
27266 2000-10-16  Jim Meyering  <meyering@lucent.com>
27267
27268         * lib/hard-locale.c (hard_locale): Use "", not 0 as 2nd arg to
27269         setlocale.
27270         From Jan Fedak.
27271
27272 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
27273
27274         * regex.c (WIDE_CHAR_SUPPORT): Define if _LIBC as well.
27275
27276 2000-09-25  Jim Meyering  <meyering@lucent.com>
27277
27278         * lib/md5.h (rol): Define (from GnuPG).
27279
27280         * lib/sha.c: Give credit (GnuPG) where due.
27281         (M): Use rol rather than open-coding it.
27282         Add a FIXME comment.
27283
27284 2000-09-21  Jim Meyering  <meyering@lucent.com>
27285
27286         * lib/userspec.c (parse_user_spec): Remove debugging printf I'd added.
27287         Reported by Michael Stone.
27288
27289 2000-09-20  Jim Meyering  <meyering@lucent.com>
27290
27291         * lib/Makefile.am (libfetish_a_SOURCES): Add sha.c.
27292         (noinst_HEADERS): Add sha.h.
27293         Based on code from Scott G. Miller and from GnuPG.
27294
27295 2000-09-18  Jim Meyering  <meyering@lucent.com>
27296
27297         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Restore the initial value of
27298         LIBS. Otherwise, everyone ends up linking with -lelf for some
27299         configurations.
27300         Reported by Mike Stone.
27301
27302 2000-09-15  Jim Meyering  <meyering@lucent.com>
27303
27304         * lib/regex.c: Update from libc.
27305
27306 2000-09-10  Jim Meyering  <meyering@lucent.com>
27307
27308         * lib/getopt.c (_getopt_internal): Update from glibc.
27309
27310 2000-09-09  Jim Meyering  <meyering@lucent.com>
27311
27312         * lib/quotearg.c: Rename ISASCII to IN_CTYPE_DOMAIN, so people don't
27313         think it should be used as a general replacement for isascii.
27314         * lib/fnmatch.c: Likewise.
27315         * lib/mbswidth.c: Likewise
27316         * lib/regex.c: Likewise.
27317
27318         Don't use atoi.
27319         * lib/userspec.c: Include sys/param.h and limits.h.
27320         Include xstrtol.h.
27321         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
27322         (UID_T_MAX, GID_T_MAX, MAXUID, MAXGID): Define.
27323         (parse_user_spec): Use xstrtoul, not atoi when converting numeric
27324         UID, GID.  Check range.
27325
27326 2000-09-06  Jim Meyering  <meyering@lucent.com>
27327
27328         * lib/getopt.c (_getopt_internal): Update from glibc.
27329
27330 2000-08-30  Jim Meyering  <meyering@lucent.com>
27331
27332         * lib/strftime.c: Merge in changes from GNU libc.
27333
27334 2000-08-26  Jim Meyering  <meyering@lucent.com>
27335
27336         * m4/jm-macros.m4: Use jm_FUNC_FPENDING.
27337         * m4/fpending.m4: New file.
27338
27339 2000-08-26  Jim Meyering  <meyering@lucent.com>
27340
27341         * lib/closeout.c: Include "__fpending.h".
27342         (close_stdout_status): Return right away if there's nothing to flush.
27343
27344         * lib/Makefile.am (noinst_HEADERS): Add __fpending.h.
27345         * lib/__fpending.c: New file.
27346         * lib/__fpending.h: New file.
27347
27348 2000-08-20  Jim Meyering  <meyering@lucent.com>
27349
27350         * m4/check-decl.m4: Include utmp.h `#if HAVE_UTMP_H', rather than
27351         `#if !HAVE_UTMPX_H'.  The latter would lose on systems with neither
27352         utmp.h nor utmpx.h.  Reported by Eli Zaretskii.
27353
27354 2000-08-11  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
27355
27356         Improve fileutils installation on systems where running
27357         programs (like install) can't be unlinked.
27358         * m4/unlink-busy.m4 (jm_FUNC_UNLINK_BUSY_TEXT): New file/macro.
27359         * m4/jm-macros.m4: Use jm_FUNC_UNLINK_BUSY_TEXT.
27360
27361 2000-08-07  Paul Eggert  <eggert@twinsun.com>
27362
27363         Standardize on "memory exhausted" instead of "Memory exhausted"
27364         or "virtual memory exhausted".
27365         * lib/obstack.c (print_and_abort): Use "memory exhausted", not
27366         "virtual memory exhausted".
27367         * lib/same.c (same_name): Invoke xalloc_die instead of printing
27368         our own message.
27369         * lib/userspec.c (parse_user_spec): Likewise.
27370         * lib/bumpalloc.h: comment fix
27371         * lib/same.c, userspec.c: Include xalloc.h.
27372
27373         * lib/xalloc.h (xalloc_msg_memory_exhausted): Now char const[],
27374         not char *const and pointing to a constant array.
27375         * lib/xmalloc.c (xalloc_msg_memory_exhausted): Likewise.
27376         (xrealloc): Comment fix.
27377
27378         * lib/userspec.c (parse_user_spec):
27379         Don't translate a message until just before returning,
27380         to avoid unnecessary translation.
27381
27382 2000-08-07  Jim Meyering  <meyering@lucent.com>
27383
27384         * lib/addext.c, argmatch.c, argmatch.h, backupfile.h, bumpalloc.h,
27385         chown.c, diacrit.h, dirname.h, dup2.c, exclude.h, fileblocks.c,
27386         fnmatch.c, fnmatch.h, fsusage.c, fsusage.h, getdate.h,
27387         getgroups.c, gethostname.c, getopt.h, group-member.c,
27388         hard-locale.c, hash.h, isdir.c, lchown.c, linebuffer.c,
27389         linebuffer.h, long-options.h, malloc.c, md5.c, md5.h, memchr.c,
27390         memcmp.c, memcoll.c, memset.c, mktime.c, modechange.h, obstack.h,
27391         pathmax.h, realloc.c, rmdir.c, safe-read.c, save-cwd.c, stime.c,
27392         stpcpy.c, strcasecmp.c, strcspn.c, strdup.c, stripslash.c,
27393         strstr.c, strtod.c, strtol.c, strtoul.c, strtoull.c, strtoumax.c,
27394         utime.c, version-etc.h, xalloc.h, xstrdup.c, xstrtoumax.c,
27395         yesno.c: Back out Copyright date changes for each file with no change
27396         this year.  This eases coordination with other programs using the same
27397         source code modules.  From Paul Eggert.
27398
27399 2000-08-06  Paul Eggert  <eggert@twinsun.com>
27400
27401         * m4/mbstate_t.m4 (AC_MBSTATE_T): Define mbstate_t to be int,
27402         not char, for compatibility with glibc 2.1.3 strftime.c.
27403
27404 2000-08-03  Greg McGary  <greg@mcgary.org>
27405
27406         * lib/regex.c (SET_HIGH_BOUND, MOVE_BUFFER_POINTER,
27407         ELSE_EXTEND_BUFFER_HIGH_BOUND): New macros.
27408         (EXTEND_BUFFER): Use them.
27409
27410 2000-08-01  Jim Meyering  <meyering@lucent.com>
27411
27412         * lib/dirname.c (ISSLASH): Define.
27413         (BACKSLASH_IS_PATH_SEPARATOR): Define.
27414         (dir_name) [BACKSLASH_IS_PATH_SEPARATOR]: Handle the case in which
27415         both `\' and `/' may be use as path separators.
27416         Based on a patch from Prashant TR.
27417
27418 2000-07-31  Paul Eggert  <eggert@twinsun.com>
27419
27420         * lib/quotearg.c (quotearg_n_options): Don't make the initial
27421         slot vector a constant, since it might get modified.
27422
27423 2000-07-31  Jim Meyering  <meyering@lucent.com>
27424
27425         * lib/xmalloc.c: Use `virtual memory exhausted', not
27426         `Memory exhausted'.
27427         * lib/obstack.c (print_and_abort): Likewise.
27428
27429 2000-07-30  Paul Eggert  <eggert@twinsun.com>
27430
27431         * lib/quotearg.c (quotearg_n_options): Preallocate a slot 0
27432         buffer, so that the caller can always quote one small
27433         component of a "memory exhausted" message in slot 0.
27434         From a suggestion by Jim Meyering.
27435
27436 2000-07-30  Jim Meyering  <meyering@lucent.com>
27437
27438         * lib/makepath.c (make_path): Quote the other instance, too.
27439
27440         * lib/quotearg.c (N_STATIC_SLOTVECS): Define.
27441         (STATIC_BUF_SIZE): Define.
27442         (quotearg_n_options): Use only statically allocated storage when
27443         N < N_STATIC_SLOTVECS and the length of the quoted result is smaller
27444         than STATIC_BUF_SIZE.
27445
27446 2000-07-29  Jim Meyering  <meyering@lucent.com>
27447
27448         * lib/diacrit.c (diacrit_diac): Use __MSDOS__ in favor of MSDOS.
27449         * lib/dirname.c (dir_name): Likewise.
27450
27451         * lib/basename.c (base_name): Use ISSLASH rather than comparing against
27452         `/'.
27453
27454         * lib/dirname.c (dir_name) [MSDOS]: Declare `lim' to be const.
27455         (dir_name): Assert that there are no trailing slashes.
27456
27457 2000-07-29  Bruno Haible  <haible@clisp.cons.org>
27458
27459         * lib/mbswidth.h (mbswidth): Add a flags argument.
27460         (mbswidth): New declaration.
27461         (MBSW_ACCEPT_INVALID, MBSW_ACCEPT_UNPRINTABLE): New macros.
27462         * lib/mbswidth.c (mbswidth): Add a flags argument.
27463         (mbsnwidth): New function.
27464
27465 2000-07-24  Jim Meyering  <meyering@lucent.com>
27466
27467         * lib/mbswidth.c: Remove useless #else.  From Bruno Haible.
27468
27469 2000-07-23  Paul Eggert  <eggert@twinsun.com>
27470
27471         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Check for wcwidth declaration.
27472
27473 2000-07-23  Paul Eggert  <eggert@twinsun.com>
27474
27475         * lib/quotearg.c: Streamline by invoking multibyte code only if needed.
27476         <wchar.h>: Include only if HAVE_MBRTOWC && 1 < MB_LEN_MAX.
27477         (MB_CUR_MAX): Redefine to 1 if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX).
27478         (quotearg_buffer_restyled): If a unibyte locale, don't bother to
27479         invoke multibyte primitives.
27480
27481 2000-07-23  Paul Eggert  <eggert@twinsun.com>
27482
27483         * lib/quotearg.c:
27484         Include <wchar.h> even if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX),
27485         so that mbstate_t is always defined.
27486
27487         Do not inspect MB_LEN_MAX, since it's incorrectly defined to
27488         be 1 in at least one GCC installation, and this configuration
27489         error is likely to be common.  Ignoring MB_LEN_MAX hurts
27490         performance on hosts that have mbrtowc but have only unibyte
27491         locales, but I assume these hosts are rare.
27492
27493 2000-07-23  Paul Eggert  <eggert@twinsun.com>
27494
27495         * lib/mbswidth.c (_XOPEN_SOURCE):
27496         Don't define; this causes problems on Solaris 7.
27497         (wcwidth) [!HAVE_DECL_WCWIDTH]: Declare.
27498
27499 2000-07-23  Jim Meyering  <meyering@lucent.com>
27500
27501         * m4/check-decl.m4 (jm_CHECK_DECLS): Check for declarations of these,
27502         too: getgrgid, getpwuid, getuid.
27503
27504 2000-07-23  Jim Meyering  <meyering@lucent.com>
27505
27506         * lib/basename.c (base_name): Add an assertion.
27507
27508 2000-07-23  Bruno Haible  <haible@clisp.cons.org>
27509
27510         * lib/quotearg.c: When the system forces us to redefine mbstate_t,
27511         shadow its mbsinit function.
27512
27513 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
27514
27515         * lib/mbswidth.h: New file.
27516         * lib/mbswidth.c: New file.
27517         * lib/Makefile.am (libfetish_a_SOURCES): Add mbswidth.c.
27518         (noinst_HEADERS): Add mbswidth.h.
27519
27520 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
27521
27522         * lib/config.charset: Add support for FreeBSD. Improve support for
27523         HP-UX and IRIX 6.
27524
27525 2000-07-16  Bruno Haible  <haible@clisp.cons.org>
27526
27527         * m4/mbswidth.m4: New file.
27528         * m4/prereq.m4 (jm_PREREQ): Call jm_PREREQ_MBSWIDTH.
27529
27530 2000-07-15  Jim Meyering  <meyering@lucent.com>
27531
27532         * lib/makepath.c: Include quote.h.
27533         (make_path): Convert "`%s'" in format strings to "%s", and wrap each
27534         corresponding argument in a `quote (...)' call.
27535         Give better diagnostics.
27536
27537         * lib/Makefile.am (libfetish_a_SOURCES): Add quote.c.
27538         (noinst_HEADERS): Add quote.h.
27539
27540         * lib/quote.c (quote, quote_n): New file.  Two functions taken verbatim
27541         from tar's src/misc.c.
27542         * lib/quote.h: New file.  Prototypes for same.
27543
27544 2000-07-14  Paul Eggert  <eggert@twinsun.com>
27545
27546         From a suggestion by Bruno Haible.
27547         * lib/quotearg.c (mbrtowc): Do not use HAVE_WCHAR_H in the definition.
27548         Use defined mbstate_t, not HAVE_MBSTATE_T_OBJECT,
27549         to decide whether to define the BeOS workaround macro;
27550         this adjusts to the change to AC_MBSTATE_T.
27551
27552 2000-07-14  Jim Meyering  <meyering@lucent.com>
27553
27554         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Require
27555         jm_AC_TYPE_UINTMAX_T.
27556
27557 2000-07-13  Paul Eggert  <eggert@twinsun.com>
27558
27559         * lib/quotearg.h (enum quoting style): New enum clocale_quoting_style.
27560
27561         * lib/quotearg.c (quoting_style_args, quoting_style_vals,
27562         quotearg_buffer_restyled): Add support for
27563         clocale_quoting_style.  Undo previous change to
27564         locale_quoting_style behavior, and undo the "{LEFT QUOTATION MARK}"
27565         and "{RIGHT QUOTATION MARK}" msgids.
27566
27567 2000-07-10  Paul Eggert  <eggert@twinsun.com>
27568
27569         From a suggestion by Bruno Haible.
27570         * m4/mbstate_t.m4 (AC_MBSTATE_T):
27571         Renamed from AC_MBSTATE_T_OBJECT.  All uses changed.
27572         Change from a two-part test, which defines both HAVE_MBSTATE_T_OBJECT
27573         and mbstate_t, to a single-part test that simply defines mbstate_t.
27574         * m4/prereq.m4 (jm_PREREQ_QUOTEARG):
27575         s/AC_MBSTATE_T_OBJECT/AC_MBSTATE_T/.
27576
27577 2000-07-10  Jim Meyering  <meyering@lucent.com>
27578
27579         * m4/strerror_r.m4: Mirror the correction made in autoconf.
27580
27581         * m4/gnu-source.m4: Output to confdefs.h directly.
27582         Suggestion from Akim Demaille.
27583
27584 2000-07-09  Paul Eggert  <eggert@twinsun.com>
27585
27586         The old behavior of quoting `like this' doesn't look good with
27587         newer, ISO-style fonts.  See:
27588         http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html
27589
27590         Instead, quote "like this" by default.  Let the translator
27591         tailor the locale-specific quoting behavior by providing
27592         translations for {LEFT QUOTATION MARK} and {RIGHT QUOTATION MARK}.
27593
27594         * lib/quotearg.c (N_): New macro.
27595         (gettext_default): New function.
27596         (quotearg_buffer_restyled): Use
27597         gettext_default ("{LEFT QUOTATION MARK}", "\"") for left quote, and
27598         gettext_default ("{RIGHT QUOTATION MARK}", "\"") for right quote.
27599
27600 2000-07-09  Jim Meyering  <meyering@lucent.com>
27601
27602         * m4/jm-macros.m4 (jm_MACROS): Add a test to see if -lm is required
27603         to link seq.  If so, set SEQ_LIBM to -lm.  From Bruno Haible.
27604
27605         * m4/gnu-source.m4 (AC__GNU_SOURCE): New file/macro.
27606         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require it.
27607
27608 2000-07-09  Jim Meyering  <meyering@lucent.com>
27609
27610         * lib/Most files: Update copyright dates to include 2000.
27611
27612 2000-07-08  Jim Meyering  <meyering@lucent.com>
27613
27614         * lib/xgethostname.c (ENAMETOOLONG): Define to an unlikely value
27615         if not defined.
27616         (xgethostname): Remove now-unnecessary #ifdef.
27617         Move declaration of `err' into loop where it's used.
27618
27619 2000-07-05  Paul Eggert  <eggert@twinsun.com>
27620         and Bruno Haible  <haible@clisp.cons.org>
27621
27622         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Test for mbstate_t
27623         only if the test for an object-type mbstate_t fails.  This
27624         prevents us from mistakenly reporting that mbstate_t is a
27625         system object type after we "#define mbstate_t int" to work
27626         around its lack.
27627
27628 2000-07-05  Paul Eggert  <eggert@twinsun.com>
27629         and Bruno Haible  <haible@clisp.cons.org>
27630
27631         * lib/quotearg.c (mbrtowc): Declare returned type, since BeOS doesn't.
27632
27633 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
27634
27635         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Pass a reasonably large buffer
27636         to strerror_r.
27637         Include <ctype.h> for use of isalpha.
27638
27639 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
27640
27641         * lib/xgethostname.c (xgethostname): Protect against the SunOS 5.5 bug
27642         by allocating a larger buffer. Test the gethostname return value for
27643         being >= 0, not == 0, for BeOS.  Don't exhaust memory if gethostname
27644         returns an error and ENAMETOOLONG isn't defined.
27645
27646 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
27647
27648         * lib/quotearg.c (struct quoting_options): Simplify quote_these_too
27649         dimension.
27650
27651 2000-07-04  Jim Meyering  <meyering@lucent.com>
27652
27653         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use plain old `echo' instead
27654         of the deprecated AC_CHECKING.
27655
27656 2000-07-04  Jim Meyering  <meyering@lucent.com>
27657
27658         * lib/strndup.c: [!HAVE_DECL_STRNLEN]: Declare strnlen.
27659         Reported by Bruno Haible.
27660
27661 2000-07-04  Jim Meyering  <meyering@lucent.com>
27662
27663         * lib/quotearg.c: Make inclusion of <wchar.h> independent of whether
27664         HAVE_MBRTOWC is set.  Required at least for irix-5.6, which
27665         lacks mbrtowc.
27666
27667 2000-07-03  Paul Eggert  <eggert@twinsun.com>
27668
27669         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Port to autoconf 2.13.
27670         Add AC_CHECK_HEADERS(stdlib.h), since we use HAVE_STDLIB_H.
27671
27672 2000-07-03  Paul Eggert  <eggert@twinsun.com>
27673         and Bruno Haible  <haible@clisp.cons.org>
27674
27675         * lib/quotearg.c (mbrtowc):
27676         Assign to *pwc, and return 1 only if result is nonzero.
27677         (iswprint): Use ISPRINT when substituting our own mbrtowc.
27678
27679 2000-07-03  Jim Meyering  <meyering@lucent.com>
27680
27681         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strnlen.
27682
27683 2000-07-03  Jim Meyering  <meyering@lucent.com>
27684
27685         * lib/readutmp.h: [HAVE_UTMPX_H]: Include <utmp.h> if HAVE_UTMP_H.
27686         This is necessary to get a definition of e.g., UTMP_FILE on
27687         HP-UX 10.20.
27688         From Bob Proulx.
27689
27690 2000-07-02  Jim Meyering  <meyering@lucent.com>
27691
27692         * m4/mbstate_t.m4: Also define mbstate_t, if necessary.
27693
27694         * m4/chown.m4: Replace each use of AC_SUBST(LIBOBJS)/LIBOBJS=... with
27695         AC_LIBOBJ(function_name).
27696         * m4/chown.m4: Likewise.
27697         * m4/fnmatch.m4: Likewise.
27698         * m4/ftruncate.m4: Likewise.
27699         * m4/getgroups.m4: Likewise.
27700         * m4/getline.m4: Likewise.
27701         * m4/group-member.m4: Likewise.
27702         * m4/jm-macros.m4: Likewise.
27703         * m4/lstat.m4: Likewise.
27704         * m4/malloc.m4: Likewise.
27705         * m4/memcmp.m4: Likewise.
27706         * m4/nanosleep.m4: Likewise.
27707         * m4/putenv.m4: Likewise.
27708         * m4/realloc.m4: Likewise.
27709         * m4/regex.m4: Likewise.
27710         * m4/stat.m4: Likewise.
27711         * m4/strftime.m4: Likewise.
27712
27713 2000-07-02  Jim Meyering  <meyering@lucent.com>
27714
27715         * lib/quotearg.c (mbstate_t): Don't define here.
27716
27717 2000-07-02  Jim Meyering  <meyering@lucent.com>
27718
27719         * lib/nanosleep.c (SIGCONT): Define if not already defined.
27720
27721 2000-07-01  Jim Meyering  <meyering@lucent.com>
27722
27723         * m4/uptime.m4: Put double quotes around use of $cross_compiling.
27724
27725 2000-07-01  Jim Meyering  <meyering@lucent.com>
27726
27727         * m4/ls-mntd-fs.m4: Remove a `FIXME' comment and fix the associated
27728         problem.
27729
27730 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
27731
27732         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Rename BeOS specific
27733         macro from MOUNTED_NEXT_DEV to MOUNTED_FS_STAT_DEV.
27734
27735 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
27736
27737         * lib/mountlist.c: Use MOUNTED_FS_STAT_DEV instead of MOUNTED_NEXT_DEV,
27738         per change in ../m4/ls-mntd-fs.m4.
27739         (read_filesystem_list): Ignore symbolic links.
27740
27741 2000-06-29  Jim Meyering  <meyering@lucent.com>
27742
27743         * lib/same.c: Include <string.h> or <strings.h>, as appropriate,
27744         for declaration of strcmp.
27745
27746         * lib/long-options.c: Include <stdlib.h>, for declaration of exit.
27747
27748         * lib/mountlist.c (fsp_to_string) [HAVE_F_FSTYPENAME_IN_STATFS]:
27749         Avoid warning by casting result to `char *' to remove `const'.
27750
27751 2000-06-28  Jim Meyering  <meyering@lucent.com>
27752
27753         * m4/mbstate_t.m4: Use stdlib.h, not stdio.h.  The latter is not
27754         included by quotearg.c, for which we perform this test.  From
27755         Bruno Haible.
27756
27757 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
27758
27759         * m4/check-decl.m4 (_jm_DECL_HEADERS): Check for utmp.h as well.
27760         * m4/prereq.m4 (jm_PREREQ_READUTMP): Likewise. If either <utmp.h> or
27761         <utmpx.h> exists, put readutmp.o into LIBOBJS.
27762
27763 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
27764
27765         * lib/Makefile.am (libfetish_a_SOURCES): Remove readutmp.c.
27766
27767 2000-06-26  Paul Eggert  <eggert@twinsun.com>
27768
27769         savedir now sets errno on failure and invokes xmalloc to get memory.
27770         Fix a couple of other minor bugs while we're at it.
27771
27772         * lib/savedir.c (<unistd.h>): Do not include; there's no need.
27773         (NAMLEN): Remove macro.
27774         (malloc, realloc): Remove decls.
27775         (stpcpy): Likewise.
27776         ("xalloc.h"): Include.
27777         (NAME_SIZE_DEFAULT): New macro.
27778         (savedir): Use xmalloc / xrealloc to allocate memory.
27779         Use NAME_SIZE_DEFAULT if name_size is negative or overflows to zero.
27780         Skip "" directory entries.
27781         Use strlen to calculate directory entry length, since the old method
27782         is rarely used these days and isn't worth supporting.
27783         Don't use a pointer after freeing it.
27784         Check for integer overflow when calculating allocation size.
27785         Use memcpy to copy entries, instead of stpcpy.
27786         Set errno properly when returning NULL.
27787         Check for readdir error.
27788
27789 2000-06-26  Jim Meyering  <meyering@lucent.com>
27790
27791         * lib/posixtm.c [HAVE_STDLIB_H]: Include stdlib.h, for decl of abort.
27792
27793 2000-06-25  Jim Meyering  <meyering@lucent.com>
27794
27795         * m4/mbstate_t.m4: Include stdio.h before wchar.h to work around
27796         Linux header bug when _XOPEN_SOURCE is defined to 500.
27797
27798 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
27799
27800         * lib/unicodeio.c (print_unicode_char): Work around ansi2knr
27801         deficiency.
27802
27803 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
27804
27805         * lib/getusershell.c (xmalloc, xrealloc): Remove functions.
27806         Include xalloc.h.
27807         Don't include <stdlib.h>.  Don't declare malloc, realloc.
27808
27809 2000-06-24  Jim Meyering  <meyering@lucent.com>
27810
27811         * m4/strerror_r.m4: Revive this file -- to try out an experimental
27812         version of AC_FUNC_STRERROR_R that may work even on BeOS, a system
27813         for which strerror does return char*, but which lacks a conveniently
27814         accessible declaration of the function.  If the compile-test says
27815         strerror_r doesn't work, then resort to a `run'-test that works on
27816         BeOS and segfaults on DEC Unix.
27817
27818 2000-06-24  Jim Meyering  <meyering@lucent.com>
27819
27820         * lib/error.c [!HAVE_DECL_STRERROR_R]: Declare strerror_r.
27821
27822 2000-06-23  Paul Eggert  <eggert@twinsun.com>
27823
27824         * m4/mbstate_t.m4: New file, defining AC_MBSTATE_T_OBJECT.
27825         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Use it.  Add check for iswprint.
27826
27827 2000-06-23  Paul Eggert  <eggert@twinsun.com>
27828
27829         * lib/quotearg.c: Include <wctype.h> after <wchar.h>, for Solaris 2.5.
27830         (mbrtowc, mbstate_t): Define substitutes if
27831         HAVE_MBRTOWC && HAVE_WCHAR_H && !HAVE_MBSTATE_T_OBJECT.
27832         (iswprint): Define to 1 if !defined iswprint && !HAVE_ISWPRINT,
27833         not if ! (HAVE_MBRTOWC && HAVE_WCHAR_H).
27834
27835 2000-06-23  Jim Meyering  <meyering@lucent.com>
27836
27837         * m4/afs.m4: Add missing AC_MSG_RESULT.
27838         Reported by Bruno Haible.
27839
27840         * m4/fsusage.m4: s/AC_MSG_CHECKING/AC_CHECKING/.
27841         Suggestion from Bruno Haible.
27842
27843 2000-06-23  Jim Meyering  <meyering@lucent.com>
27844
27845         * lib/getpass.c: New file, from Bruno Haible.  Required for BeOS.
27846
27847 2000-06-21  Jim Meyering  <meyering@lucent.com>
27848
27849         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add getpass.
27850
27851 2000-06-21  Jim Meyering  <meyering@lucent.com>
27852
27853         * lib/Makefile.am (libfetish_a_SOURCES): Add getstr.c.
27854         (noinst_HEADERS): Add getstr.h.
27855
27856         * lib/getline.c (getstr): Move into a separate file.
27857         * lib/getstr.c (getstr): New file, extracted from getline.c, with
27858         the following changes: new parameter, delim2; both delim[12]
27859         parameters have type `int', not `char'.  The latter would lose
27860         with 8-bit delimiters.
27861         * lib/getstr.h: New file.
27862
27863 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
27864
27865         * lib/xgetcwd.c (xgetcwd): If the required pathname length is smaller
27866         than 1024, return a memory chunk of least possible size, instead
27867         of size PATH_MAX + 2. In the loop, increment the size proportionally.
27868         Use free/xmalloc instead of xrealloc to avoid copying for very long
27869         paths.
27870
27871 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
27872
27873         * lib/path-concat.c (path_concat): Don't access dir[-1] if dir is
27874         the empty string.
27875
27876 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
27877
27878         * lib/canon-host.c (canon_host): Use malloc and memcpy to copy an
27879         address, not strdup.  Include <stdlib.h> and don't declare free().
27880
27881 2000-06-19  Jim Meyering  <meyering@lucent.com>
27882
27883         * lib/getloadavg.c [HAVE_NLIST_H] (NLIST_STRUCT): Define.
27884
27885 2000-06-18  Jim Meyering  <meyering@lucent.com>
27886
27887         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Remove mkdir.
27888
27889         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): Change the
27890         `checking whether...' message to be consistent with that of the
27891         lstat test.
27892
27893 2000-06-18  Jim Meyering  <meyering@lucent.com>
27894
27895         * lib/mkdir.c: Remove file, due mainly to copyright incompatibility.
27896         Besides, these days every porting target provides a mkdir function.
27897
27898         * lib/strnlen.c: Include memory.h, string.h, and/or strings.h as
27899         needed. (this snippet comes from src/system.h).
27900
27901 2000-06-16  Bruno Haible  <haible@clisp.cons.org>
27902
27903         * m4/glibc21.m4 (jm_GLIBC21): Define GLIBC21 for Makefiles, not for C.
27904
27905 2000-06-15  Paul Eggert  <eggert@twinsun.com>
27906
27907         * lib/human.c (adjust_value): New function.
27908         (human_readable_inexact): Apply rounding style even when
27909         printing approximate values.
27910
27911 2000-06-14  Paul Eggert  <eggert@twinsun.com>
27912
27913         * lib/human.c (human_readable_inexact): Allow an input block
27914         size that is not a multiple of the output block size, and vice versa.
27915         Reported by Piergiorgio Sartor.
27916
27917 2000-06-14  Paul Eggert  <eggert@twinsun.com>
27918
27919         * lib/getdate.y (get_date): Apply relative times after time
27920         zone indicator, not before.  Reported by Todd A. Jacobs.
27921
27922 2000-06-13  Jim Meyering  <meyering@lucent.com>
27923
27924         * lib/Makefile.am (all-local): Depend on lstat.c and stat.c.
27925
27926         * lib/xstat.in [!HAVE_DECL_FREE]: Declare free in lstat.c.
27927
27928 2000-06-12  Paul Eggert  <eggert@twinsun.com>
27929
27930         * lib/xstat.in: Include <stdlib.h> in lstat, to declare "free".
27931
27932 2000-06-12  Jim Meyering  <meyering@lucent.com>
27933
27934         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Replace with
27935         AC_FUNC_GETLOADAVG from autoconf, and tweak the latter to accept an
27936         optional argument.
27937         * m4/jm-macros.m4: s/AM_FUNC_GETLOADAVG/AC_FUNC_GETLOADAVG/, and supply
27938         the optional argument, `lib'.
27939
27940 2000-06-08  Jim Meyering  <meyering@lucent.com>
27941
27942         * m4/largefile.m4: Remove file (now that it's part of autoconf).
27943
27944 2000-06-04  Paul Eggert  <eggert@twinsun.com>
27945
27946         Rewrite largefile configuration so that we don't need to run
27947         getconf and don't need AC_CANONICAL_HOST.  [I'm leaving the use of
27948         AC_CANONICAL_HOST in configure.in -- jmm]
27949
27950         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS,
27951         AC_SYS_LARGEFILE_SPACE_APPEND): Remove.
27952         (AC_SYS_LARGEFILE_TEST_INCLUDES): New macro.
27953         (AC_SYS_LARGEFILE_MACRO_VALUE): Change arguments from
27954         CODE-TO-SET-DEFAULT to VALUE, INCLUDES, FUNCTION-BODY.
27955         All uses changed.
27956         Instead of inspecting the output of getconf, try to compile the
27957         test program without and with the macro definition.
27958         (AC_SYS_LARGEFILE): Do not require AC_CANONICAL_HOST or check
27959         for getconf.  Instead, check for the needed flags by compiling
27960         test programs.
27961
27962 2000-06-04  Paul Eggert  <eggert@twinsun.com>
27963
27964         * lib/strnlen.c: Include <config.h> if HAVE_CONFIG_H.
27965
27966 2000-06-04  Jim Meyering  <meyering@lucent.com>
27967
27968         * lib/getugroups.c (getugroups): Cast -1 to gid_t, for systems like
27969         SunOS 4.1.4 for which gid_t is an unsigned type.
27970
27971 2000-06-03  Jim Meyering  <meyering@lucent.com>
27972
27973         * m4/prereq.m4 (jm_PREREQ_HUMAN): Use []-quoted list in AC_CHECK_DECLS,
27974         now that autoconf requires that.
27975
27976         * m4/jm-glibc-io.m4: Add a kludge to make autoheader emit the required
27977         #undefs.  E.g., #undef HAVE_DECL_FERROR_UNLOCKED.
27978         Use []-quoted list in AC_CHECK_DECLS, now that autoconf requires that.
27979
27980 2000-06-03  Jim Meyering  <meyering@lucent.com>
27981
27982         * lib/strnlen.c [!HAVE_DECL_MEMCHR]: Declare memchr.
27983
27984 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
27985
27986         * m4/glibc21.m4: New file.
27987         * m4/jm-macros.m4 (jm_MACROS): Call jm_GLIBC21.
27988
27989 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
27990
27991         * lib/Makefile.am (install-exec-local): On systems with glibc-2.1 or
27992         newer, don't install charset.alias.
27993         * lib/config.charset: Change the Linux/glibc rules so they become empty
27994         on glibc-2.1 or newer.
27995
27996 2000-06-02  Jim Meyering  <meyering@lucent.com>
27997
27998         * lib/mountlist.c: Back out last change.  Instead, do this...
27999         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Set the
28000         me_dummy member using the same `ignore'-testing code.
28001         * lib/mountlist.h (ME_DUMMY): Add `autofs' to the list of ignored
28002         fs_type strings.
28003         From Mark D. Roth.
28004
28005 2000-05-29  Jim Meyering  <meyering@lucent.com>
28006
28007         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Ignore
28008         mounts with the `ignore' attribute.  Based on a patch from
28009         Mark D. Roth.
28010
28011 2000-05-28  Jim Meyering  <meyering@lucent.com>
28012
28013         * m4/jm-macros.m4 (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK): Rename from
28014         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
28015         * m4/stat.m4: Likewise.
28016         * m4/lstat.m4: Likewise.
28017         * m4/lstat-slash.m4: Remove file (absorbed into autoconf).
28018
28019         * m4/jm-macros.m4 (AC_FUNC_STRERROR_R): Rename from jm_FUNC_STRERROR_R.
28020         * m4/strerror_r.m4: Remove file (absorbed into autoconf).
28021
28022 2000-05-26  Jim Meyering  <meyering@lucent.com>
28023
28024         * m4/uptime.m4: Use `$cross_compiling', not `$ac_cv_prog_cc_cross'.
28025
28026 2000-05-24  Jim Meyering  <meyering@lucent.com>
28027
28028         * m4/prereq.m4: Use []-quoted list in AC_CHECK_MEMBERS, now that
28029         autoconf requires that.
28030         * m4/lib-check.m4: Likewise.
28031         * m4/jm-macros.m4: Likewise.
28032         * m4/strftime.m4: Likewise.
28033
28034         * m4/check-decl.m4 (jm_CHECK_DECLS): Use []-quoted list in
28035         AC_CHECK_DECLS, now that autoconf requires that.
28036
28037 2000-05-22  Jim Meyering  <meyering@lucent.com>
28038
28039         * m4/stat.m4: Require jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
28040         * m4/lstat.m4: Likewise.
28041
28042 2000-05-22  Jim Meyering  <meyering@lucent.com>
28043
28044         * lib/makepath.c: Remove old, now-unnecessary `#ifdef __MSDOS__' block.
28045
28046 2000-05-20  Jim Meyering  <meyering@lucent.com>
28047
28048         * m4/prereq.m4 (jm_PREREQ_HUMAN): New macro.
28049         (jm_PREREQ): Use it.
28050
28051 2000-05-18  Jim Meyering  <meyering@lucent.com>
28052
28053         * lib/hash.c (hash_rehash): Fix a nasty bug: copy the free entry list
28054         back, too, since it may have been modified by allocate_entry.
28055         (hash_delete): Rewrite to use neither the assignment operator
28056         nor the comma operator in an if-expression.
28057
28058 2000-05-15  Paul Eggert  <eggert@twinsun.com>
28059
28060         * lib/closeout.c:
28061         <sys/stat.h>, <sys/types.h>, <unistd.h>, (STDOUT_FILENO):
28062         Remove; no longer needed.
28063         "quotearg.h": Add include.
28064         (file_name): Do not bother to explicitly initialize to NULL; it's less
28065         efficient on some hosts.
28066         (close_stdout_status): Remove test as to whether stdout was already
28067         closed; it breaks for the case "echo x | sort >&-".
28068         Quote file name colons.
28069         Do not assume that _("write error") lacks format strings.
28070
28071 2000-05-15  Jim Meyering  <meyering@lucent.com>
28072
28073         * lib/version-etc.c (version_etc_copyright): Update the copyright
28074         string used in all --version output.
28075
28076 2000-05-14  Jim Meyering  <meyering@lucent.com>
28077
28078         * lib/closeout.c (close_stdout_set_file_name): New function.
28079         (close_stdout_status): Use new file-scoped global.
28080         Return right away if fstat says the stdout file descriptor is invalid.
28081         * lib/closeout.h (close_stdout_set_file_name): Declare.
28082
28083 2000-05-10  Jim Meyering  <meyering@lucent.com>
28084
28085         * lib/closeout.c [default_exit_status]: New file-scoped variable.
28086         (close_stdout_set_status): New function.
28087         * lib/closeout.h (close_stdout_set_status): Declare.
28088
28089 2000-05-09  Jim Meyering  <meyering@lucent.com>
28090
28091         * m4/gettext.m4: Rename this...
28092         * m4/libintl.m4: ...to this.
28093
28094 2000-05-08  Jim Meyering  <meyering@lucent.com>
28095
28096         * lib/long-options.c: Don't include closeout.h.
28097         (parse_long_options): Don't call close_stdout for --version.
28098
28099 2000-05-06  Paul Eggert  <eggert@twinsun.com>
28100
28101         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _XOPEN_SOURCE to
28102         be 500, instead of _GNU_SOURCE to be 1, to work around glibc
28103         2.1.3 bug.  This avoids a clash when files like regex.c define
28104         _GNU_SOURCE.
28105
28106 2000-05-06  Jim Meyering  <meyering@lucent.com>
28107
28108         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add atexit.
28109         (AC_REPLACE_FUNCS): Add strnlen.
28110
28111         * m4/rmdir-errno.m4 (fetish_FUNC_RMDIR_NOTEMPTY): New macro and file.
28112         * m4/jm-macros.m4: Require fetish_FUNC_RMDIR_NOTEMPTY.
28113
28114         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Save and restore LIBS around
28115         AC_SEARCH_LIBS call for nanosleep.
28116         (LIB_NANOSLEEP): Set and AC_SUBST.
28117
28118 2000-05-06  Jim Meyering  <meyering@lucent.com>
28119
28120         * lib/strnlen.c: Undefine __strnlen and strnlen.
28121         [!weak_alias]: Define __strnlen to strnlen.
28122
28123         * lib/atexit.c: New file, from libiberty.
28124
28125 2000-05-06  Jim Meyering  <meyering@lucent.com>
28126
28127         * lib/closeout.c (close_stdout_status): Also check for errors on the
28128         stderr stream.
28129
28130 2000-05-05  Jim Meyering  <meyering@lucent.com>
28131
28132         * m4/jm-macros.m4 (jm_MACROS): Save and restore LIBS around
28133         AC_SEARCH_LIBS call for clock_gettime.
28134         (LIB_CLOCK_GETTIME): Set and AC_SUBST.
28135
28136         * m4/search-libs.m4: Update from autoconf.
28137
28138         su doesn't work on Solaris 2.6.
28139         * m4/lib-check.m4: When checking for struct spwd.sp_pwdp, also include
28140         <shadow.h>.  Reported by Dragos Harabor.
28141
28142 2000-05-05  Bruno Haible  <haible@clisp.cons.org>
28143
28144         * lib/localcharset.c (get_charset_aliases): Use malloc, realloc and
28145         memcpy instead of xmalloc, xrealloc, path_concat.
28146         (locale_charset): Treat empty environment variables as absent.
28147         (DIRECTORY_SEPARATOR, ISSLASH): New macros.
28148
28149 2000-05-04  Jim Meyering  <meyering@lucent.com>
28150
28151         * lib/getopt.c: Update from glibc.
28152         * lib/obstack.c: Likewise.
28153         * lib/obstack.h: Likewise.
28154         * lib/regex.c: Likewise.  NB: K&R compiler support is dropped for this
28155         file
28156
28157         * lib/regex.h: Likewise.
28158         * lib/strndup.c: Likewise.
28159         * lib/strnlen.c: New file, from glibc.
28160
28161 2000-05-03  Jim Meyering  <meyering@lucent.com>
28162
28163         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strndup.
28164
28165 2000-05-02  Paul Eggert  <eggert@twinsun.com>
28166
28167         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _GNU_SOURCE if
28168         this is needed to make ftello visible (e.g. glibc 2.1.3).  Use
28169         compile-time test, rather than inspecting host and OS, to
28170         decide whether to define _LARGEFILE_SOURCE.
28171
28172 2000-05-01  Jim Meyering  <meyering@lucent.com>
28173
28174         * m4/fsusage.m4: Use AC_MSG_CHECKING instead of obsolete AC_CHECKING.
28175
28176         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add BeOS support.
28177         Based on a patch from Bruno Haible.
28178
28179 2000-05-01  Jim Meyering  <meyering@lucent.com>
28180
28181         * lib/full-write.c (full_write): Remove `FIXME' part of comment.
28182
28183 2000-04-29  Jim Meyering  <meyering@lucent.com>
28184
28185         * lib/path-concat.c: Declare strdup only if it's not defined.
28186         * lib/canon-host.c: Likewise.
28187
28188 2000-04-28  Jim Meyering  <meyering@lucent.com>
28189
28190         * lib/rpmatch.c [HAVE_LIMITS_H]: Include limits.h before regex.h to
28191         avoid redefinition warning on some systems (HPUX).  Otherwise, regex.h
28192         is included first, then limits.h is included by locale.h by libintl.h.
28193         From John David Anglin.
28194
28195 2000-04-25  Jim Meyering  <meyering@lucent.com>
28196
28197         * lib/makepath.c (S_IRWXUGO): Define.
28198         (make_path): Always perform explicit chmod if MODE specifies any
28199         of the `special' permission bits.  Prompted by a bug report against
28200         install from Mate Wierdl and Joost van Baal.
28201
28202 2000-04-18  Jim Meyering  <meyering@lucent.com>
28203
28204         * m4/prereq.m4 (jm_PREREQ_GETPAGESIZE): New macro.
28205         (jm_PREREQ): Use it.
28206
28207 2000-04-18  Jim Meyering  <meyering@lucent.com>
28208
28209         * lib/README: New file.
28210
28211         * lib/getpagesize.h [!getpagesize && HAVE_OS_H && B_PAGE_SIZE]: Define
28212         getpagesize.  For BeOS.  Based on a patch from Bruno Haible.
28213
28214 2000-04-17  Jim Meyering  <meyering@lucent.com>
28215
28216         Get it right :-)
28217         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Emit the
28218         actual #define via AH_VERBATIM.  Don't need separate AC_DEFINE.
28219         Suggestion from Akim Demaille.
28220
28221 2000-04-17  Jim Meyering  <meyering@lucent.com>
28222
28223         * lib/strftime.c (my_strftime) [strftime]: Declare strftime here, since
28224         the definition of it to rpl_strftime also defined-away the system's
28225         declaration.
28226
28227 2000-04-15  Jim Meyering  <meyering@lucent.com>
28228
28229         Use `C' to denote so-called `contiguous' files, the same way
28230         that tar does.
28231         * lib/filemode.c (S_ISCTG) [!S_ISCTG && S_IFCTG]: Define.
28232         (ftypelet): Use S_ISCTG.
28233         From Michael Deutschmann.
28234
28235 2000-04-14  Jim Meyering  <meyering@lucent.com>
28236
28237         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use the one-arg
28238         form of AC_DEFINE.  Otherwise, the #ifndef in AH_VERBATIM gets
28239         clobbered.
28240
28241 2000-04-14  Jim Meyering  <meyering@lucent.com>
28242
28243         * lib/strftime.c (my_strftime) [#ifdef strftime]: Declare strftime.
28244
28245 2000-04-13  Jim Meyering  <meyering@lucent.com>
28246
28247         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use new
28248         AH_VERBATIM to insert required #ifndef into config.h.in.
28249         Suggestion from Akim Demaille.
28250
28251 2000-04-12  Jim Meyering  <meyering@lucent.com>
28252
28253         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Use AC_CHECK_HEADERS, not
28254         `AC_CHECK_HEADER' to check for locale.h.  Thanks to a report from
28255         Christian Krackowizer.
28256
28257         More code moved from ../configure.in into (jm_CHECK_ALL_TYPES).
28258         * m4/jm-macros.m4 (_GNU_SOURCE): Define.
28259         (AC_SYS_LARGEFILE): Require.
28260         (AM_C_PROTOTYPES): Require.
28261
28262 2000-04-08  Jim Meyering  <meyering@lucent.com>
28263
28264         * lib/Makefile.am (charset.alias): Use t-$@, not $@-t so the DOS 8.3
28265         names don't conflict.  Reported by Eli Zaretskii.
28266
28267 2000-04-07  Jim Meyering  <meyering@lucent.com>
28268
28269         * lib/putenv.c: Move inclusion of errno.h so it follows that of
28270         sys/types.h, to work around system header problems on AIX 3.2.5.
28271         From Bruno Haible.
28272
28273 2000-04-07  Bruno Haible  <haible@clisp.cons.org>
28274
28275         * lib/unicodeio.c (print_unicode_char): Avoid triggering Solaris iconv
28276         bug.  Deal with the different error behavior of Irix iconv.
28277
28278 2000-04-05  Paul Eggert  <eggert@twinsun.com>
28279
28280         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Don't use -n32 on
28281         IRIX if the installer said otherwise.
28282
28283 2000-04-05  Jim Meyering  <meyering@lucent.com>
28284
28285         Portability tweaks required for ultrix4.3.
28286         * m4/check-decl.m4 [!HAVE_UTMPX_H] (headers): Include <utmp.h>.
28287         (jm_CHECK_DECLS): Add getutent to the list of functions.
28288         (_jm_DECL_HEADERS): Add utmpx.h.
28289         From John David Anglin.
28290
28291         * m4/strftime.m4: Back out the 2000-04-02 change.
28292         Instead of that change, simply undefine putenv in the test program.
28293
28294 2000-04-05  Jim Meyering  <meyering@lucent.com>
28295
28296         Portability tweaks required for ultrix4.3.
28297         * lib/readutmp.h [HAVE_UTMPX_H && !HAVE_DECL_GETUTENT]: Declare
28298         getutent.
28299         * lib/readutmp.c: Include sys/types.h before sys/stat.h.
28300         * lib/canon-host.c: Declare strdup.
28301         * lib/path-concat.c: Likewise.
28302         From John David Anglin.
28303
28304 2000-04-04  Jim Meyering  <meyering@lucent.com>
28305
28306         Be more DOS 8.3-friendly.
28307         * lib/ref-add.sin: Renamed from ref-add.sed.in.
28308         * lib/ref-del.sin: Renamed from ref-del.sed.in.
28309         * lib/Makefile.am: Reflect renaming.
28310         Reported by Eli Zaretskii.
28311
28312         Use a temporary file name that won't clash with `charset.alias'
28313         in the DOS 8.3 name space.
28314         * lib/Makefile.am (charset_tmp): Define.
28315         (install-exec-local): Use $(charset_tmp) instead of $(charset_alias)-t.
28316         (uninstall-local): Likewise.
28317         Reported by Eli Zaretskii.
28318
28319 2000-04-03  Jim Meyering  <meyering@lucent.com>
28320
28321         * m4/gettext.m4: Fix typo in comment.
28322
28323         * m4/codeset.m4 (AC_CHECK_HEADERS): Add langinfo.h (moved here from
28324         textutils/configure.in).  Suggestion from Paul Eggert.
28325         (AC_CHECK_FUNCS): Add nl_langinfo.  (also from textutils/configure.in)
28326
28327 2000-04-02  Paul Eggert  <eggert@twinsun.com>
28328
28329         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Set TZ environment
28330         variable in the shell rather than using putenv, which isn't
28331         portable.  This avoids the configure-time inter-test dependency
28332         on the potentially-renamed putenv function.
28333
28334 2000-03-30  Paul Eggert  <eggert@twinsun.com>
28335
28336         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Include <sys/stat.h>
28337         before checking struct stat.st_blksize, so that
28338         HAVE_STRUCT_STAT_ST_BLKSIZE is defined correctly.
28339
28340 2000-03-29  Paul Eggert  <eggert@twinsun.com>
28341
28342         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Check for strftime,
28343         since strftime.c uses HAVE_STRFTIME to decide whether to use
28344         the underlying strftime.
28345
28346 2000-03-29  Paul Eggert  <eggert@twinsun.com>
28347
28348         * lib/time/strftime.c (my_strftime): Make sure we call the system
28349         strftime, not ourselves, when invoking the underlying strftime.
28350
28351 2000-03-24  Jim Meyering  <meyering@lucent.com>
28352
28353         * lib/Makefile.am (EXTRA_DIST): Add ref-add.sed.in and ref-del.sed.in.
28354         (charset_alias): Define.
28355         (install-exec-local): Factor out common code.
28356         (uninstall-local): Split lines longer than 80.
28357         (ref-add.sed, ref-del.sed): Remove rules... (do the following instead)
28358         (SUFFIXES): Define.
28359         (.sed.in.sed): New rule.  Don't redirect directly to $@.
28360         (CLEANFILES): Add ref-add.sed and ref-del.sed.
28361
28362 2000-03-19  Bruno Haible  <haible@clisp.cons.org>
28363
28364         * lib/config.charset: Output a line containing "Packages using this
28365         file".
28366         * lib/ref-add.sed.in, lib/ref-del.sed.in: New files.
28367         * lib/Makefile.am (install-exec-local, uninstall-local, ref-add.sed,
28368         ref-del.sed): New rules.
28369
28370 2000-03-17  Jim Meyering  <meyering@lucent.com>
28371
28372         * lib/unicodeio.c (<string.h>): Include only #if HAVE_STRING_H.
28373         Otherwise, include <strings.h>
28374
28375 2000-03-17  Bruno Haible  <haible@clisp.cons.org>
28376
28377         * lib/unicodeio.c (utf8_wctomb): New function.
28378         (print_unicode_char): Pass the Unicode character to iconv in UTF-8
28379         format instead of in UCS-4 with platform dependent endianness.
28380
28381 2000-03-10  Jim Meyering  <meyering@lucent.com>
28382
28383         * m4/lib-check.m4: Look for getspnam in -lgen, too.
28384         From Marco Franzen.
28385
28386 2000-03-07  Paul Eggert  <eggert@twinsun.com>
28387
28388         * lib/savedir.c (savedir): Work even if directory size is
28389         negative; this can happen with some screwy NFS configurations.
28390
28391 2000-03-06  Jim Meyering  <meyering@lucent.com>
28392
28393         * lib/localcharset.c (get_charset_aliases): Don't try to free file_name
28394         if it's NULL (because we ran out of memory).  From Bruno Haible.
28395
28396 2000-03-05  Jim Meyering  <meyering@lucent.com>
28397
28398         * lib/localcharset.c ("path-concat.h"): Include.
28399         (get_charset_aliases): Use path_concat instead of ANSI string
28400         concatenation.
28401
28402         * lib/unicodeio.h (PARAMS): Define.
28403         Use it to guard prototype.
28404
28405 2000-03-04  Jim Meyering  <meyering@lucent.com>
28406
28407         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require AC_C_VOLATILE,
28408         for lib/localcharset.c.
28409
28410 2000-03-04  Jim Meyering  <meyering@lucent.com>
28411
28412         * lib/Makefile.am (install-exec-local): Create $(libdir) before
28413         installing into it.
28414         (uninstall-local): Uncomment this rule so `make distcheck' works
28415         once again.
28416
28417         * lib/unicodeio.c (<errno.h>): Include it.
28418         (errno): Declare if not defined.
28419
28420         * lib/localcharset.c: Add Bruno's comment justifying use of volatile.
28421
28422         * lib/config.charset: New version, incorporating remarks from a linux
28423         i18n mailing list.  From Bruno Haible.
28424
28425 2000-03-04  Bruno Haible  <haible@clisp.cons.org>
28426
28427         * m4/codeset.m4: New file.
28428         * m4/iconv.m4: New file.
28429         * m4/jm-macros.m4 (jm_MACROS): Call jm_LANGINFO_CODESET and jm_ICONV.
28430
28431 2000-03-03  Jim Meyering  <meyering@lucent.com>
28432
28433         * m4/regex.m4: Make sure re_compile_pattern accepts patterns like `{1'.
28434
28435 2000-03-02  Jim Meyering  <meyering@lucent.com>
28436
28437         * m4/timespec.m4: Require AC_HEADER_TIME before the cache check so
28438         the messages come out on separate lines.
28439
28440         * m4/jm-glibc-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO): Use AC_CHECK_DECLS,
28441         rather than jm_CHECK_DECLARATIONS.
28442         * m4/decl.m4: Remove now-unused file.
28443
28444         * m4/check-decl.m4 (AC_CHECK_DECLS): Add getlogin, ttyname, and
28445         geteuid.
28446
28447 2000-03-02  Jim Meyering  <meyering@lucent.com>
28448
28449         * lib/Makefile.am (EXTRA_DIST): Add config.charset.
28450
28451 2000-03-01  Jim Meyering  <meyering@lucent.com>
28452
28453         * lib/localcharset.c: Guard some #includes with `#if HAVE_...'.
28454         * lib/unicodeio.c: Likewise.
28455
28456 2000-03-01  Bruno Haible  <haible@clisp.cons.org>
28457
28458         * lib/config.charset: New file.
28459         * lib/localcharset.c: New file.
28460         * lib/unicodeio.h, lib/unicodeio.c: New files.
28461         * lib/Makefile.am (DEFS): Add -DLIBDIR=...
28462         (libfetish_a_SOURCES): Add localcharset.c and unicodeio.c.
28463         (noinst_HEADERS): Add unicodeio.h.
28464         (all-local, install-exec-local, charset.alias): New targets.
28465
28466 2000-02-28  Paul Eggert  <eggert@twinsun.com>
28467
28468         * lib/quotearg.c (ALERT_CHAR): New macro.
28469         (quotearg_buffer_restyled): Use it.
28470
28471 2000-02-27  Jim Meyering  <meyering@lucent.com>
28472
28473         * m4/check-decl.m4: Add getenv to the list.
28474
28475 2000-02-27  Jim Meyering  <meyering@lucent.com>
28476
28477         * lib/strtoumax.c: Fix typo in decl of strtoul: s/long long/long/.
28478         Guard declaration of strtoull also with `&& HAVE_UNSIGNED_LONG_LONG'.
28479
28480         * lib/backupfile.c: Guard inclusion of stdlib.h with
28481         `#if HAVE_STDLIB_H', not `#if STDC_HEADERS'.
28482         Declare malloc if needed.
28483
28484         * lib/backupfile.c: Use `#if !HAVE_DECL...' instead of
28485         `#ifndef HAVE_DECL..'
28486         now that autoconf always defines the HAVE_DECL_ symbols.
28487         * lib/human.c: Likewise.
28488         * lib/same.c: Likewise.
28489         * lib/strtoumax.c: Likewise.
28490
28491         * lib/backupfile.c: Arrange for cpp to fail if the configure-time
28492         declaration check was not run.
28493         * lib/hash.c: Likewise.
28494         * lib/human.c: Likewise.
28495         * lib/same.c: Likewise.
28496         * lib/strtoumax.c: Likewise.
28497
28498         * lib/userspec.c (parse_user_spec): If there is no `:' but there is a
28499         `.', then first look up the entire `.'-containing string as a login
28500         name.
28501
28502 2000-02-23  Jim Meyering  <meyering@lucent.com>
28503
28504         * m4/check-decl.m4: Now that we have the new AC_CHECK_DECLS, use it
28505         in place of my hack.
28506
28507 2000-02-18  Paul Eggert  <eggert@twinsun.com>
28508
28509         * lib/getdate.y: Handle two-digit years with leading zeros correctly.
28510         (textint): New typedef.
28511         (parser_control): Member year changed from int to textint.
28512         All uses changed.
28513         (YYSTYPE): Removed; replaced by %union with int and textint members.
28514         (tDAY, tDAY_UNIT, tDAYZONE, tHOUR_UNIT, tID, tLOCAL_ZONE, tMERIDIAN,
28515         tMINUTE_UNIT, tMONTH, tMONTH_UNIT tSEC_UNIT, tSNUMBER, tUNUMBER,
28516         tYEAR_UNIT, tZONE, o_merid): Now of type <intval>.
28517         (tSNUMBER, tUNUMBER): Now of type <textintval>.
28518         (date, number, to_year): Use width of number in digits, not its value,
28519         to determine whether it's a 2-digit year, or a 2-digit time.
28520         (yylex): Store number of digits of numeric tokens.
28521         Reported by John Kendall.
28522
28523         (parser_control): Changed from struct parser_control to typedef (for
28524         consistency).  All uses changed.
28525
28526         (tID): Removed; not used.
28527         (yylex): Return '?' for unknown identifiers, rather than (unused) tID.
28528
28529 2000-02-14  Paul Eggert  <eggert@twinsun.com>
28530
28531         * lib/getpagesize.h (getpagesize): Port to VMS for Alpha;
28532         adapted from changes to grep getpagesize.h by Martin P.J. Zinser.
28533
28534 2000-02-12  Jim Meyering  <meyering@lucent.com>
28535
28536         * lib/userspec.c (ISDIGIT): Define it.
28537         (isdigit): Remove definition.
28538         (is_number): Use ISDIGIT, not isdigit.
28539         <libintl.h>: Include.
28540         (_ and N_): Define.
28541         (parse_user_spec): Mark translatable strings.
28542
28543 2000-02-10  Jim Meyering  <meyering@lucent.com>
28544
28545         With these changes, nanosleep.[ch] are finally enough like the other
28546         lib/* replacement files to compile on a few more losing systems.
28547
28548         * lib/nanosleep.h: Don't include config.h.
28549         Remove prototype from declaration of nanosleep.
28550         (PARAMS): Remove now-unneeded definition.
28551         * lib/nanosleep.c: #undef nanosleep.
28552         (rpl_nanosleep): Rename from nanosleep.
28553
28554 2000-02-10  Jim Meyering  <meyering@lucent.com>
28555
28556         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Rename replacement function from
28557         gnu_nanosleep to rpl_nanosleep.
28558
28559 2000-02-09  Jim Meyering  <meyering@lucent.com>
28560
28561         * m4/lib-check.m4 (jm_LIB_CHECK): Fix typo: check for sp_pwdp in
28562         struct spwd, rather than in struct passwd.  Reported by Gaël Quéri.
28563
28564 2000-02-08  Akim Demaille  <akim@epita.fr>
28565
28566         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Quote square brackets with
28567         `[' and `]' and remove uses of `changequote'.
28568         (AC_SYS_LARGEFILE_MACRO_VALUE): Likewise.
28569         (AC_SYS_LARGEFILE): Likewise.
28570         * m4/gettext.m4 (AM_GNU_GETTEXT): Likewise.
28571         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Remove now-unnecessary use
28572         of changequote.
28573         * m4/regex.m4 (jm_INCLUDED_REGEX): Likewise.
28574         * m4/readdir.m4 (jm_FUNC_READDIR): Likewise
28575         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Likewise, and add `int' for main.
28576         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Likewise.
28577
28578 2000-02-05  Jim Meyering  <meyering@lucent.com>
28579
28580         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require most macros.
28581         Remove explicit use of AC_HEADER_TIME.  It is required by
28582         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Using AC_HEADER_TIME and
28583         `AC_REQUIRE'ing jm_CHECK_TYPE_STRUCT_TIMESPEC provoked a but
28584         in autoconf whereby the expansion of the latter ended up preceding
28585         the expansion of its prerequisite, AC_HEADER_TIME.
28586         Reported by Volker Borchert.
28587
28588 2000-02-03  Jim Meyering  <meyering@lucent.com>
28589
28590         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for utmpxname.
28591
28592 2000-02-03  Jim Meyering  <meyering@lucent.com>
28593
28594         * lib/readutmp.c (read_utmp): Guard with `#ifdef UTMP_NAME_FUNCTION',
28595         rather than with `#if HAVE_UTMPNAME'.
28596
28597 2000-02-02  Jim Meyering  <meyering@lucent.com>
28598
28599         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Fix typo that resulted in no
28600         definition of HAVE_PATHCONF: s/AC_CHECK_FUNC/AC_CHECK_FUNCS/.
28601         Reported by Eli Zaretskii.
28602
28603 2000-02-01  Jim Meyering  <meyering@lucent.com>
28604
28605         * lib/readutmp.h (UT_USER): Add parens.  From Andreas Schwab.
28606
28607 2000-01-31  Jim Meyering  <meyering@lucent.com>
28608
28609         * m4/check-decl.m4 (jm_CHECK_DECLS): Add nanosleep to the list of
28610         functions.  Add the time.h and sys/time.h headers along with the
28611         AC_REQUIRE'ment of AC_HEADER_TIME.
28612
28613 2000-01-31  Jim Meyering  <meyering@lucent.com>
28614
28615         * lib/nanosleep.h (nanosleep): Guard declaration with
28616         `#if ! HAVE_DECL_NANOSLEEP'.
28617         Without this, OFS gets a redeclaration error for rpl_nanosleep, due to
28618         the declaration in that vendor's sys/timers.h.
28619         Reported by Christian Krackowizer.
28620
28621         * lib/quotearg.c (ISASCII): Add #undef and move definition to follow
28622         inclusion of wctype.h to work around Solaris 2.6 namespace pollution.
28623         (ISPRINT): Likewise.
28624         Reported by Tom Tromey.
28625
28626 2000-01-30  Jim Meyering  <meyering@lucent.com>
28627
28628         * m4/lib-check.m4: Clean up some kludgy old shadow password tests.
28629
28630         * m4/prereq.m4 (utmp_includes): Define.
28631         Check for ut_user and ut_name members in both struct utmpx
28632         and struct utmp.
28633
28634 2000-01-30  Jim Meyering  <meyering@lucent.com>
28635
28636         * lib/readutmp.c (extract_trimmed_name): Use UT_USER instead of
28637         hard-coding uses of ->ut_name.  The latter doesn't work with new Linux
28638         header files where only utmpx.ut_user is declared.
28639
28640         * lib/readutmp.h (UT_USER): Define.
28641
28642 2000-01-29  Jim Meyering  <meyering@lucent.com>
28643
28644         * m4/lib-check.m4: New file containing library-related checks from
28645         fileutils and sh-utils (textutils had none).
28646
28647 2000-01-28  Jim Meyering  <meyering@lucent.com>
28648
28649         * m4/perl.m4: Change format of warning message to look more like that
28650         from the missing script.  Suggestion from François Pinard.
28651
28652 2000-01-25  Jim Meyering  <meyering@lucent.com>
28653
28654         * m4/timespec.m4: Require AC_HEADER_TIME, and include sys/time.h as
28655         well as time.h in the compile check.
28656         * m4/nanosleep.m4: Require AC_HEADER_TIME rather than simply using it.
28657         Fix typo in cross-compiling case: s/yes/no/.
28658
28659 2000-01-23  Jim Meyering  <meyering@lucent.com>
28660
28661         * m4/jm-macros.m4: Move df-related tests here from
28662         fileutils/configure.in
28663
28664         * m4/ls-mntd-fs.m4: s/list_mounted_fs/ac_list_mounted_fs/
28665         (jm_LIST_MOUNTED_FILESYSTEMS): Take two parameters.
28666
28667         * m4/fsusage.m4: New file.  Extracted from fileutils/configure.in.
28668         s/space/ac_fsusage_space/.
28669         (jm_FILE_SYSTEM_USAGE): Take two parameters.
28670
28671         * m4/ftruncate.m4: New file (derived from part of
28672         fileutils/configure.in).
28673         * m4/jm-macros.m4 (jm_FUNC_FTRUNCATE): AC_REQUIRE it.
28674         (jm_CHECK_ALL_TYPES): Require AC_HEADER_MAJOR and AC_HEADER_DIRENT.
28675
28676         * m4/jm-macros.m4 (OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, MAN):
28677         AC_SUBST these here, rather than just in sh-util/configure.in, so
28678         that the now-shared-by-fileutils-and-textutils lib/Makefile.am are
28679         all the same.
28680         (AM_FUNC_OBSTACK): Add (from fileutils/configure.in).
28681         (AC_CHECK_FUNCS): Merge all checks from fileutils, textutils, sh-utils.
28682         (AM_FUNC_STRTOD): Added (from textutils', sh-utils' configure.in).
28683         (AC_SUBST(POW_LIBM)): Likewise.
28684         (AC_SUBST(DF_PROG)): Moved from fileutils/configure.in.
28685
28686 2000-01-23  Jim Meyering  <meyering@lucent.com>
28687
28688         * lib/Makefile.am (libfetish_a_SOURCES): Remove explicit mention of
28689         obstack.c.
28690
28691 2000-01-22  Jim Meyering  <meyering@lucent.com>
28692
28693         * m4/jm-macros.m4: Call AC_PROG_CC_STDC just before AC_C_CONST.
28694
28695         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Add wctype.h.
28696
28697         * m4/jm-macros.m4 (AC_CHECK_HEADERS): Add checks from fileutils'
28698         configure.in
28699         (AC_CHECK_HEADERS): Likewise for sh-utils.
28700         (AC_CHECK_HEADERS): Likewise for textutils.
28701         Merge the three lists of headers.
28702
28703         * m4/prereq.m4 (jm_PREREQ_ADDEXT): New macro.  Parts moved here
28704         from fileutils' configure.in.
28705
28706         * m4/decl.m4: Remove kludgy `test -z $ac_...AC_CHECK_HEADERS(...)'
28707         code. Moved tests into their own function (_jm_DECL_HEADERS) in
28708         check-decl.m4.
28709
28710         * m4/check-decl.m4: Use #if rather than #ifdef.
28711         Add HAVE_DECL_STRTOUL and HAVE_DECL_STRTOULL.
28712         (jm_CHECK_DECLARATIONS): Add strtoul strtoull.
28713         (_jm_DECL_HEADERS): Define new function.
28714         (jm_CHECK_DECLARATIONS): Require it.
28715
28716 2000-01-22  Jim Meyering  <meyering@lucent.com>
28717
28718         * lib/strtoumax.c: [! HAVE_DECL_STRTOUL]: Declare strtoul.
28719         [! HAVE_DECL_STRTOULL]: Declare strtoull.
28720         Required for some AIX systems.  Reported by Christian Krackowizer.
28721         [TESTING] (main): New function.
28722
28723         1997-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
28724         * lib/dirname.c (dir_name): Support for DOS-style file names with drive
28725         letters.
28726
28727         * lib/quotearg.c [HAVE_WCTYPE_H]: Include <wctype.h> for decl of
28728         iswprint.
28729
28730         * lib/strverscmp.c (ISDIGIT): Define.
28731         (strverscmp): Use ISDIGIT, not isdigit.
28732
28733 2000-01-19  Jim Meyering  <meyering@lucent.com>
28734
28735         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Include <sys/time.h>, too.
28736         Use AC_HEADER_TIME.  Volker Borchert reported that OpenBSD-2.3/sparc
28737         defines `struct timespec' in <sys/time.h>
28738
28739         * m4/c-bs-a.m4: Remove uses of changequote altogether.
28740         Thanks to Akim for explaining.
28741
28742 2000-01-17  Paul Eggert  <eggert@twinsun.com>
28743
28744         * lib/nanosleep.c (nanosleep):
28745         Don't use SA_INTERRUPT to decide whether to call sigaction, as
28746         POSIX.1 doesn't require SA_INTERRUPT and some systems
28747         (e.g. Solaris 7) don't define it.  Use SA_NOCLDSTOP instead;
28748         it's been part of POSIX.1 since day 1 (in 1988).
28749
28750 2000-01-17  Jim Meyering  <meyering@lucent.com>
28751
28752         * lib/interlock: Remove unused file.  Reported by François Pinard.
28753
28754 2000-01-16  Paul Eggert  <eggert@twinsun.com>
28755
28756         * lib/quotearg.c (quotearg_buffer_restyled): Do not quote
28757         alert, backslash, formfeed, and vertical tab unnecessarily in
28758         shell quoting style.
28759
28760 2000-01-16  Jim Meyering  <meyering@lucent.com>
28761
28762         * m4/jm-macros.m4: Require jm_FUNC_GROUP_MEMBER, jm_FUNC_PUTENV,
28763         AM_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, jm_FUNC_MKTIME,
28764         jm_FUNC_GETGROUPS AC_FUNC_VPRINTF, AC_FUNC_ALLOCA,
28765         AM_FUNC_GETLOADAVG, and jm_SYS_PROC_UPTIME.
28766
28767 2000-01-16  Jim Meyering  <meyering@lucent.com>
28768
28769         * m4/c-bs-a.m4: Use `changequote(<<,>>)', rather than `changequote(, )'
28770         because the latter didn't work.
28771
28772 2000-01-15  Jim Meyering  <meyering@lucent.com>
28773
28774         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add gethostname and getusershell.
28775         (AC_REPLACE_FUNCS): Add memcpy and memset.
28776         Add these, too: stime strcspn stpcpy strstr strtol strtoul.
28777         Add strpbrk.
28778         Add these: euidaccess memcmp mkdir rmdir rpmatch strndup strverscmp.
28779
28780 2000-01-12  Jim Meyering  <meyering@lucent.com>
28781
28782         * m4/prereq.m4 (jm_PREREQ_CANON_HOST): New macro.
28783         (jm_PREREQ): Use it.
28784         (jm_PREREQ_READUTMP): New macro.
28785         (jm_PREREQ): Use it.
28786
28787 2000-01-11  Paul Eggert  <eggert@twinsun.com>
28788
28789         Quote multibyte characters correctly.
28790         * m4/c-bs-a.m4: New file.
28791         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): New macro.
28792         (jm_PREREQ): Use it.
28793
28794 2000-01-11  Paul Eggert  <eggert@twinsun.com>
28795
28796         * m4/uintmax_t.m4: Port to autoconf 2.13.
28797
28798 2000-01-08  Jim Meyering  <meyering@ascend.com>
28799
28800         * m4/strerror_r.m4 (jm_FUNC_STRERROR_R): New file/macro.
28801         * m4/jm-macros.m4 (jm_FUNC_STRERROR_R): Require it.
28802
28803 2000-01-04  Jim Meyering  <meyering@ascend.com>
28804
28805         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename from
28806         jm_STRUCT_DIRENT_D_TYPE.
28807         * m4/d-ino.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_INO): Rename from
28808         jm_STRUCT_DIRENT_D_INO.
28809         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Rename from
28810         jm_STRUCT_UTIMBUF.
28811         * m4/jm-macros.m4: Reflect s/jm_STRUCT_/jm_CHECK_TYPE_STRUCT_/
28812         renamings.
28813         * m4/utime.m4: Likewise.
28814
28815         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): New file, macro.
28816         * m4/jm-macros.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): Require it.
28817
28818 2000-01-03  Paul Eggert  <eggert@twinsun.com>
28819
28820         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Search for nanosleep in -lrt
28821         (for Solaris 7) and in -lposix4 (for Solaris 2.5.1).
28822
28823 2000-01-02  Jim Meyering  <meyering@ascend.com>
28824
28825         * m4/search-libs.m4: Escape `$' in $3 of dnl comment.  I no longer
28826         remember if this is necessary.
28827
28828 1999-12-26  Jim Meyering  <meyering@ascend.com>
28829
28830         * m4/jm-macros.m4: Use it here.
28831         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): New file/macro.
28832
28833 1999-12-23  Jim Meyering  <meyering@ascend.com>
28834
28835         * m4/jm-macros.m4: Check for clock_gettime (moved from
28836         fileutils/configure.in)
28837         Check for gettimeofday.
28838
28839 1999-12-20  Jim Meyering  <meyering@ascend.com>
28840
28841         * m4/strftime.m4: Remove kludge, now that I'm using the fixed
28842         autoconf-2.14a-1999-12-20.
28843
28844 1999-12-19  Jim Meyering  <meyering@ascend.com>
28845
28846         * m4/lstat-slash.m4: New file.
28847         * m4/jm-macros.m4: Use the new macro:
28848         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
28849
28850 1999-12-07  Jim Meyering  <meyering@ascend.com>
28851
28852         * m4/perl.m4: Require that File::Compare be available, too.
28853         Too many systems seem to lack it.
28854
28855         * m4/strftime.m4: Add checks for most of the cpp macros tested in
28856         GNU's strftime.c.  Prompted by a patch from Paul Eggert.
28857
28858 1999-11-18  Paul Eggert  <eggert@twinsun.com>
28859
28860         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around a
28861         problem with the QNX 4.25 shell, which doesn't propagate exit
28862         status of failed commands inside shell assignments.
28863
28864 1999-11-17  Jim Meyering  <meyering@ascend.com>
28865
28866         * m4/gettext.m4: Use new AC_CONFIG_LINKS in place of AC_LINK_FILES.
28867
28868 1999-11-07  Jim Meyering  <meyering@ascend.com>
28869
28870         * m4/getloadavg.m4: Add `, 1, [FIXME]' to each use of AC_DEFINE.
28871
28872 1999-11-06  Jim Meyering  <meyering@ascend.com>
28873
28874         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): New file/macro.
28875         * m4/jm-macros.m4 (jm_MACROS): Use it here.
28876
28877 1999-11-05  Jim Meyering  <meyering@ascend.com>
28878
28879         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Move some tests from
28880         configure.in of textutils, fileutils, and sh-utils into this one
28881         (shared between those packages) file.
28882         Use `AC_CHECK_MEMBERS((struct stat.st_blksize))' instead of deprecated
28883         AC_STRUCT_ST_BLKSIZE.
28884
28885 1999-11-03  Jim Meyering  <meyering@ascend.com>
28886
28887         * m4/ssize_t.m4: Remove file.  No longer needed since the new version
28888         of AC_CHECK_TYPE checks includes unistd.h.
28889         * m4/jm-macros.m4: Use straight `AC_CHECK_TYPE(ssize_t, int)'.
28890         Suggestion from Akim Demaille.
28891
28892 1999-10-30  Jim Meyering  <meyering@ascend.com>
28893
28894         * m4/uintmax_t.m4: Require 2.14a.  Remove backslash before backtick in
28895         m4-quoted string.
28896         * m4/ls-mntd-fs.m4: Likewise.
28897         * m4/jm-macros.m4: Likewise.  Also, use AC_TYPE_SSIZE_T instead
28898         * m4/jm-winsz1.m4: Likewise.
28899
28900         * m4/const.m4: Remove file, since the fix made it into the experimental
28901         version of autoconf.
28902         * m4/mktime.m4: Likewise.
28903
28904         * m4/check-type.m4: Remove file, now that the latest version of
28905         AC_CHECK_TYPE takes a third arg to specify additional #includes.
28906
28907         * m4/ssize_t.m4: New file, requires experimental version of autoconf.
28908         * m4/jm-macros.m4: Use new AC_TYPE_SSIZE_T instead of my hacked
28909         AC_CHECK_TYPE.
28910
28911 1999-10-04  Jim Meyering  <meyering@ascend.com>
28912
28913         * m4/jm-macros.m4: Don't require autoconf-2.14.1.
28914
28915 1999-09-22  Paul Eggert  <eggert@twinsun.com>
28916
28917         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around GCC
28918         2.95.1 bug with HP-UX 10.20.
28919
28920 1999-09-17  Jim Meyering  <meyering@ascend.com>
28921
28922         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add strdup.
28923         Paul Nevai reported a link failure on a NeXT CUBE with NeXTSTEP 3.3
28924         due to missing strdup (against sh-utils-2.0).
28925
28926 1999-08-29  Jim Meyering  <meyering@ascend.com>
28927
28928         * m4/jm-macros.m4: Require jm_BISON.
28929         * m4/bison.m4: New file.
28930
28931 1999-08-17  Paul Eggert  <eggert@twinsun.com>
28932
28933         * m4/largefile.m4 (AC_SYS_LARGEFILE): Fix typo: missing comma
28934         in value for _FILE_OFFSET_BITS, which broke ports to HP-UX 10.20.
28935
28936 1999-08-05  Jim Meyering  <meyering@ascend.com>
28937
28938         * m4/getline.m4: Rename test file from conftestdata to conftest.data
28939         to avoid conflicts with `conftest' on 8+3 filesystems.
28940         Suggestion from Eli Zaretskii.
28941
28942 1999-08-04  Jim Meyering  <meyering@ascend.com>
28943
28944         * m4/jm-macros.m4: Move a 4-line block of code from the configure.in of
28945         fileutils and sh-utils (textutils's getline test was inadequate).
28946         (AM_FUNC_GETLINE): Run this test.
28947         (AC_CHECK_FUNCS): Check for getdelim.
28948         Reported by Bob Proulx.
28949
28950 1999-08-02  Jim Meyering  <meyering@ascend.com>
28951
28952         * m4/jm-macros.m4: Add a comment.
28953
28954 1999-08-01  Paul Eggert  <eggert@twinsun.com>
28955
28956         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check whether
28957         <inttypes.h> defines strtoumax as a macro (and not as a
28958         function).
28959
28960 1999-08-01  Paul Eggert  <eggert@twinsun.com>
28961
28962         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Make sure
28963         that we can shift, multiply and divide unsigned long long
28964         values; Ultrix cc can't do it.
28965
28966 1999-08-01  Paul Eggert  <eggert@twinsun.com>
28967
28968         * m4/mktime.m4: New file, which is a preview of what should appear
28969         in the next public autoconf release.
28970
28971 1999-08-01  Paul Eggert  <eggert@twinsun.com>
28972
28973         * m4/lfs.m4: Remove this file.
28974         * m4/largefile.m4: New file.  It contains the old contents of
28975         lfs.m4, except that all names with prefix AC_LFS have been
28976         changed to use the prefix AC_SYS_LARGEFILE instead, to be
28977         compatible with future autoconf versions.  Also, some minor m4
28978         quoting problems have been fixed.
28979
28980 1999-08-01  Paul Eggert  <eggert@twinsun.com>
28981
28982         * m4/gettext.m4 (AM_WITH_NLS): Remove unnecessary lines.
28983         Fix typo: $nls_cv_header_intl was misspelled as $nsl_cv_header_intl.
28984         (AM_GNU_GETTEXT): Fix problem with brackets and m4 quoting,
28985         and simplify the shell code.
28986
28987 1999-08-01  Jim Meyering  <meyering@ascend.com>
28988
28989         * m4/mktime.m4 (AC_FUNC_MKTIME): Undefine to avoid syntax errors from
28990         m4.
28991
28992 1999-07-20  Jim Meyering  <meyering@ascend.com>
28993
28994         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memmove.
28995
28996 1999-07-15  Jim Meyering  <meyering@ascend.com>
28997
28998         * m4/jm-macros.m4 (AC_CHECK_FUNCS): Check for getpagesize.
28999
29000 1999-05-22  Jim Meyering  <meyering@ascend.com>
29001
29002         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memchr.
29003
29004 1999-05-20  Jim Meyering  <meyering@ascend.com>
29005
29006         * m4/search-libs.m4 [AC_SEARCH_LIBS]: Quote name in undefine.
29007         Add a colon after each `then' in case $4 is empty.
29008
29009 1999-05-16  Jim Meyering  <meyering@ascend.com>
29010
29011         * m4/search-libs.m4: New file to override autoconf's AC_SEARCH_LIBS.
29012
29013 1999-05-10  Jim Meyering  <meyering@ascend.com>
29014
29015         * m4/jm-mktime.m4: Reflect renaming: AM_FUNC_MKTIME -> AC_FUNC_MKTIME.
29016
29017         * m4/jm-macros.m4: Require 2.14.1, since we use newly-renamed
29018         AC_FUNC_MKTIME.
29019
29020 1999-05-10  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
29021
29022         * m4/jm-mktime.m4, putenv.m4: Fix typos in config.h comments.
29023
29024 1999-05-04  Paul Eggert  <eggert@twinsun.com>
29025
29026         * m4/lfs.m4 (AC_LFS): -n32, -o32, and -n64 should be in CFLAGS,
29027         not CPPFLAGS, so that linking works correctly in IRIX.
29028
29029 1999-04-30  Paul Eggert  <eggert@twinsun.com>
29030
29031         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add dup2.
29032
29033 1999-04-20  Paul Eggert  <eggert@twinsun.com>
29034
29035         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Move unsigned long
29036         long check into new jm_AC_TYPE_UNSIGNED_LONG_LONG macro.
29037         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require
29038         jm_AC_TYPE_UNSIGNED_LONG_LONG.
29039         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): New file/macro.
29040
29041         * m4/lfs.m4: Port to AIX and HP-UX.  Support cross-compilation.
29042
29043 1999-04-20  Jim Meyering  <meyering@ascend.com>
29044
29045         * m4/xstrtoumax.m4: Require jm_AC_TYPE_UNSIGNED_LONG_LONG.
29046         AC_REPLACE xstroull if necessary.  From Paul Eggert.
29047         (AC_CHECK_FUNCS): Remove strtoull, strtoumax, strtouq.
29048
29049 1999-04-18  Jim Meyering  <meyering@ascend.com>
29050
29051         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): New file/macro.
29052         * m4/jm-macros.m4: Use it.
29053
29054 1999-04-06  Jim Meyering  <meyering@ascend.com>
29055
29056         * m4/strftime.m4: Remove test for %f.
29057
29058 1999-03-29  Jim Meyering  <meyering@ascend.com>
29059
29060         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): New macro, contains the
29061         superset of the AC_TYPE_* checks in the textutils, fileutils,
29062         and sh-utils, plus AC_TYPE_PID_T.  Paul Eggert suggested adding
29063         AC_TYPE_PID_T.
29064
29065 1999-03-28  Jim Meyering  <meyering@ascend.com>
29066
29067         * m4/jm-macros.m4: Define GNU_PACKAGE here.
29068         Be sure to AC_SUBST it, once again, so that @GNU_PACKAGE@ is
29069         replaced e.g., in the *.sh files of the sh-utils.
29070
29071 1999-03-20  Jim Meyering  <meyering@ascend.com>
29072
29073         * m4/jm-macros.m4: s/jm_WITH_REGEX/jm_INCLUDED_REGEX/.
29074         * m4/regex.m4 (jm_INCLUDED_REGEX): Rename from jm_WITH_REGEX.
29075         Don't depend on AM_GLIBC.  Suggestions from Alain Magloire.
29076
29077 1999-03-19  Jim Meyering  <meyering@ascend.com>
29078
29079         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): New macro.
29080
29081 1999-03-12  Jim Meyering  <meyering@ascend.com>
29082
29083         * m4/jm-macros.m4: Use AC_FUNC_SETVBUF_REVERSED.
29084
29085 1999-03-07  Jim Meyering  <meyering@ascend.com>
29086
29087         * m4/jm-glibc-io.m4: Use only those *_unlocked macros that are
29088         declared.
29089
29090 1999-02-17  Jim Meyering  <meyering@ascend.com>
29091
29092         * m4/gettext.m4 (AM_GNU_GETTEXT): Do `changequote' around use of
29093         brackets in macro definition.  From Eli Zaretskii and Alain Magloire.
29094
29095 1999-02-07  Jim Meyering  <meyering@ascend.com>
29096
29097         * m4/group-member.m4: New file -- extracted from sh-utils'
29098         configure.in.
29099
29100         1999-02-05  Eli Zaretskii  <eliz@is.elta.co.il>
29101         * m4/gettext.m4: Support DOS-style d:/foo/bar absolute file names.
29102
29103 1999-02-06  Jim Meyering  <meyering@ascend.com>
29104
29105         * m4/chown.m4: Use `AC_SUBST(LIBOBJS)' since we set LIBOBJS.
29106         * m4/fnmatch.m4: Likewise.
29107         * m4/getgroups.m4: Likewise.
29108         * m4/lstat.m4: Likewise.
29109         * m4/malloc.m4: Likewise.
29110         * m4/putenv.m4: Likewise.
29111         * m4/realloc.m4: Likewise.
29112         * m4/regex.m4: Likewise.
29113         * m4/stat.m4: Likewise.
29114         * m4/strftime.m4: Likewise.
29115         Suggestion from Alain Magloire.
29116
29117         * m4/chown.m4: Use `.$ac_objext', not `.o'.
29118         * m4/fnmatch.m4: Likewise.
29119         * m4/getgroups.m4: Likewise.
29120         * m4/getline.m4: Likewise.
29121         * m4/lstat.m4: Likewise.
29122         * m4/malloc.m4: Likewise.
29123         * m4/memcmp.m4: Likewise.
29124         * m4/putenv.m4: Likewise.
29125         * m4/realloc.m4: Likewise.
29126         * m4/regex.m4: Likewise.
29127         * m4/stat.m4: Likewise.
29128         * m4/strftime.m4: Likewise.
29129         Suggestion from Alain Magloire.
29130
29131         * m4/jm-macros.m4: Actually invoke jm_WITH_REGEX now that it requires
29132         an argument.
29133
29134         * m4/regex.m4: Add a run-time Test for proper operation of
29135         re_compile_pattern.
29136
29137 1999-01-31  Jim Meyering  <meyering@ascend.com>
29138
29139         * m4/getloadavg.m4: Check for locale.h and the function, setlocale.
29140
29141 1999-01-30  Jim Meyering  <meyering@ascend.com>
29142
29143         * m4/check-type.m4: Use 3-arg form of AC_DEFINE.
29144
29145         * m4/jm-mktime.m4: Make this a wrapper around the official
29146         AM_FUNC_MKTIME rather than my private copy, now that the official one
29147         is up to date.
29148         * m4/mktime.m4: Remove file.
29149
29150         * m4/getloadavg.m4: Use 3-arg form of AC_DEFINE.
29151         * m4/uptime.m4: Likewise.
29152         * m4/uintmax_t.m4: Likewise.
29153
29154 1999-01-28  Jim Meyering  <meyering@ascend.com>
29155
29156         * m4/jm-macros.m4: Use jm_AFS.
29157         * m4/afs.m4: New file (from fileutils' configure.in).
29158
29159         * m4/assert.m4: Use the 3-argument forms of AC_DEFINE* macros.
29160         * m4/chown.m4: Likewise.
29161         * m4/d-ino.m4: Likewise.
29162         * m4/d-type.m4: Likewise.
29163         * m4/fnmatch.m4: Likewise.
29164         * m4/getgroups.m4: Likewise.
29165         * m4/gettext.m4: Likewise.
29166         * m4/jm-mktime.m4: Likewise.
29167         * m4/jm-winsz2.m4: Likewise.
29168         * m4/lcmessage.m4: Likewise.
29169         * m4/ls-mntd-fs.m4: Likewise.
29170         * m4/malloc.m4: Likewise.
29171         * m4/memcmp.m4: Likewise.
29172         * m4/putenv.m4: Likewise.
29173         * m4/realloc.m4: Likewise.
29174         * m4/st_mtim.m4: Likewise.
29175         * m4/strftime.m4: Likewise.
29176
29177 1999-01-16  Jim Meyering  <meyering@ascend.com>
29178
29179         * m4/jm-macros.m4 (ARGMATCH_DIE): Define.
29180         (ARGMATCH_DIE_DECL): Define.
29181
29182 1999-01-12  Jim Meyering  <meyering@ascend.com>
29183
29184         * m4/Makefile.am.in: Rewrite to avoid using fmt.
29185         Reported by Lars Hecking.
29186
29187 1999-01-10  Jim Meyering  <meyering@ascend.com>
29188
29189         * m4/fstypename.m4: Use the new 3-arg form of AC_DEFINE instead of my
29190         gross kludge.
29191         * m4/inttypes_h.m4: Likewise.
29192         * m4/lstat.m4: Likewise.
29193         * m4/malloc.m4: Likewise.
29194         * m4/readdir.m4: Likewise.
29195         * m4/realloc.m4: Likewise.
29196         * m4/st_dm_mode.m4: Likewise.
29197         * m4/stat.m4: Likewise.
29198         * m4/utimbuf.m4: Likewise.
29199         * m4/utimes.m4: Likewise.
29200
29201         * m4/check-decl.m4: Use the new 3-arg form of AC_DEFINE instead of the
29202         AC_CHECK_FUNCS hack.  Now, it's still a hack, but at least the
29203         comments in config.h.in are meaningful.
29204
29205         * m4/jm-macros.m4: Require autoconf-2.13 here.
29206
29207         * m4/regex.m4: By default, don't use the included regex.c on systems
29208         with glibc 2.  Suggestion from Uli Drepper.
29209
29210 1999-01-02  Jim Meyering  <meyering@ascend.com>
29211
29212         * m4/jm-macros.m4: Replace strcasecmp and strncasecmp.
29213
29214 1998-12-18  Jim Meyering  <meyering@ascend.com>
29215
29216         * m4/Makefile.am.in (Makefile.am): Simplify rule.
29217         Based on a suggestion from Lars Hecking.
29218
29219 1998-11-16  Paul Eggert  <eggert@twinsun.com>
29220
29221         * m4/lfs.m4 (AC_LFS): Add support for HP-UX 10.20 and HP-UX 11.
29222
29223 1998-11-16  Jim Meyering  <meyering@ascend.com>
29224
29225         * m4/lfs.m4: Double-quote the `uname...` expression.
29226
29227 1998-11-14  Jim Meyering  <meyering@ascend.com>
29228
29229         * m4/lstat.m4: Correct comment.  POSIX does not permit it to succeed.
29230         * m4/stat.m4: Likewise.
29231
29232 1998-11-03  Jim Meyering  <meyering@ascend.com>
29233
29234         * m4/stat.m4: Rewrite to set HAVE_STAT_EMPTY_STRING_BUG.
29235         * m4/lstat.m4: Rewrite to set HAVE_LSTAT_EMPTY_STRING_BUG.
29236
29237 1998-10-18  Jim Meyering  <meyering@ascend.com>
29238
29239         * m4/check-decl.m4 (jm_CHECK_DECL_LOCALTIME_R): Remove macro.
29240
29241 1998-10-17  Jim Meyering  <meyering@ascend.com>
29242
29243         * m4/decl.m4 (jm_CHECK_DECLARATION): Don't hard-code which headers to
29244         include, though we still hard-code the `require'-like AC_CHECK_HEADERS
29245         calls for those previously hard-coded headers.  Instead, take a new
29246         parameter.
29247         (jm_CHECK_DECLARATIONS): Reflect interface change.
29248         * m4/check-decl.m4 (jm_CHECK_DECLS): Likewise.
29249         (jm_CHECK_DECL_LOCALTIME_R): New macro.
29250
29251         * m4/mktime.m4: Test for spring-forward gap before long-running test.
29252
29253 1998-10-14  Jim Meyering  <meyering@ascend.com>
29254
29255         * m4/mktime.m4: Use the more portable "TZ=PST8PDT,M4.1.0,M10.5.0"
29256         instead of "TZ=America/Vancouver".  From Paul Eggert.
29257
29258 1998-10-11  Jim Meyering  <meyering@ascend.com>
29259
29260         * m4/mktime.m4 (jm_AM_FUNC_MKTIME): New file and macro.
29261         This adds a test for a recently added compatibility fix for mktime.c.
29262         * m4/jm-mktime.m4: Require jm_AM_FUNC_MKTIME, not AM_FUNC_MKTIME.
29263
29264 1998-09-27  Jim Meyering  <meyering@ascend.com>
29265
29266         * m4/jm-macros.m4 (jm_MACROS): Require jm_FUNC_FNMATCH.
29267
29268         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): New file/macro.  Extracted from
29269         ../configure.in, including a change from Gordon Matzigkeit to allow
29270         cross-compiling for the Hurd.
29271
29272         * m4/glibc.m4: New file/macro to test for the GNU C Library
29273         versions 1 and 2.  From Gordon Matzigkeit.
29274         Indent.
29275
29276 1998-09-21  Jim Meyering  <meyering@ascend.com>
29277
29278         * m4/chown.m4: Declare locals: before, after.  From Andries Brouwer.
29279
29280 1998-08-18  Paul Eggert  <eggert@twinsun.com>
29281
29282         Port nanosecond-resolution times to UnixWare 2.1.2 and
29283         pedantic Solaris 2.6.
29284
29285         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC): Renamed from
29286         AC_STRUCT_ST_MTIM.
29287         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC):
29288         Generate name of ns member, instead of just 1 or undef.
29289         Allow for UnixWare 2.1.2 and Solaris 2.6 if in pedantic mode.
29290
29291 1998-08-15  Jim Meyering  <meyering@ascend.com>
29292
29293         * m4/ssize_t.m4 (jm_TYPE_SSIZE_T): Remove file.
29294         * m4/check-type.m4: New file.  Replacement for AC_CHECK_TYPE.
29295         * m4/jm-macros.m4: Use the new AC_CHECK_TYPE(ssize_t, int)
29296         instead of jm_TYPE_SSIZE_T.
29297
29298 1998-08-12  Jim Meyering  <meyering@ascend.com>
29299
29300         * m4/st_dm_mode.m4: New file.  From Johan Danielsson.
29301
29302 1998-08-02  Jim Meyering  <meyering@ascend.com>
29303
29304         * m4/st_mtim.m4: Use hack to avoid having to put #undef HAVE_ST_MTIM
29305         in acconfig.h manually.
29306
29307 1998-07-31  Paul Eggert  <eggert@twinsun.com>
29308
29309         * m4/st_mtim.m4: New file.
29310
29311 1998-07-28  Jim Meyering  <meyering@ascend.com>
29312
29313         * m4/utimes.m4: Undef stat.
29314
29315 1998-07-25  Jim Meyering  <meyering@ascend.com>
29316
29317         * m4/utime.m4 (jm_FUNC_UTIME): New file and macro.
29318         * m4/utimes.m4 (jm_FUNC_UTIMES_NULL): New file and macro.
29319
29320 1998-07-09  Manfred Hollstein  <manfred@s-direktnet.de>
29321
29322         * m4/chown.m4 (jm_FUNC_CHOWN): Add a check to verify that the
29323         uid and gid actually remain unchanged.
29324
29325 1998-07-07  Jim Meyering  <meyering@ascend.com>
29326
29327         * m4/jm-glibc-io.m4: Remove fclose_unlocked.
29328
29329 1998-07-04  Jim Meyering  <meyering@ascend.com>
29330
29331         * m4/regex.m4: Use syscmd, ifelse, and sysval.  Mainly as an exercise
29332         to prove that this macro can be used in packages without regex.c.
29333
29334 1998-07-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
29335
29336         * m4/gettext.m4 (AM_WITH_NLS): Remove intl/libintl.h if <libintl.h>
29337         is to be used.
29338
29339 1998-07-03  Jim Meyering  <meyering@ascend.com>
29340
29341         * m4/gettext.m4: Add -lintl if it's found to be necessary.
29342
29343         * m4/gettext.m4: New file -- from gettext-0.10.35.
29344         * m4/lcmessage.m4: Likewise.
29345         * m4/progtest.m4: Likewise.
29346
29347         * m4/regex.m4 (jm_WITH_REGEX): New file and macro.
29348         * m4/jm-macros.m4: Require the new macro.
29349
29350 1998-06-29  Jim Meyering  <meyering@ascend.com>
29351
29352         * m4/fstypename.m4: Include sys/param.h.  NetBSD 1.3.1 requires this
29353         for the definition of NGROUPS (used in a system header included
29354         by sys/mount.h).
29355
29356 1998-06-28  Jim Meyering  <meyering@ascend.com>
29357
29358         * m4/ls-mntd-fs.m4: New file.
29359         * m4/fstypename.m4: New file.
29360
29361         * m4/jm-macros.m4: Require the new macro.
29362         * m4/jm-glibc-io.m4: New file.
29363
29364 1998-05-19  Jim Meyering  <meyering@ascend.com>
29365
29366         * m4/jm-macros.m4: Add jm_FUNC_LCHOWN.
29367         * m4/lchown.m4: New file.
29368
29369         * m4/Makefile.am.in: New file.
29370         * m4/Makefile.am (Makefile.am): Depend on Makefile.am.in.
29371
29372 1998-05-14  Jim Meyering  <meyering@ascend.com>
29373
29374         * m4/Makefile.am (EXTRA_DIST): Add them.
29375         * m4/jm-macros.m4: New file.
29376         * m4/utimbuf.m4: New file.
29377
29378 1998-05-12  Jim Meyering  <meyering@ascend.com>
29379
29380         * m4/Makefile.am (EXTRA_DIST): Add isc-posix.m4.
29381
29382 1998-05-11  Jim Meyering  <meyering@ascend.com>
29383
29384         * m4/isc-posix.m4: New file.
29385
29386 1998-05-10  Jim Meyering  <meyering@ascend.com>
29387
29388         * m4/jm-mktime.m4: Use AM_FUNC_MKTIME, now that it's up to date.
29389
29390 1998-05-09  Jim Meyering  <meyering@ascend.com>
29391
29392         * m4/Makefile.am (EXTRA_DIST): Add ssize_t.m4.
29393         (EXTRA_DIST): Remove mktime.m4, now that the new version is included
29394         with automake.
29395
29396         * m4/ssize_t.m4: New file.
29397         * m4/mktime.m4: Remove file -- the new automake has this now.
29398
29399 1998-04-26  Jim Meyering  <meyering@ascend.com>
29400
29401         * m4/assert.m4: New file.
29402         * m4/Makefile.am (EXTRA_DIST): Add assert.m4.
29403
29404 1998-04-05  Jim Meyering  <meyering@ascend.com>
29405
29406         * m4/prereq.m4 (jm_PREREQ_REGEX): New macro.
29407         (jm_PREREQ): Use it here.
29408
29409 1998-03-23  Jim Meyering  <meyering@eng.ascend.com>
29410
29411         * m4/inttypes_h.m4: Kludges so I don't have to add HAVE_INTTYPES_H
29412         in acconfig.h.
29413
29414 1998-03-15  Jim Meyering  <meyering@eng.ascend.com>
29415
29416         * m4/prereq.m4: New file.
29417         * m4/error.m4: New file.
29418         * m4/Makefile.am (EXTRA_DIST): Add error.m4 and prereq.m4.
29419
29420 1998-02-07  Jim Meyering  <meyering@eng.ascend.com>
29421
29422         * m4/getline.m4: Don't set am_cv_func_working_getline before the
29423         cache-check for the same variable -- that defeated the purpose of
29424         the test; the test program was never run.  This was a problem only
29425         on systems with losing getline functions -- HP-UX 10.20 is one.
29426         Reported by Bjorn Helgaas.
29427
29428 1998-02-06  Jim Meyering  <meyering@eng.ascend.com>
29429
29430         * m4/Makefile.am (EXTRA_DIST): Add perl.m4.
29431
29432 1998-01-10  Jim Meyering  <meyering@na-net.ornl.gov>
29433
29434         * m4/Makefile.am (EXTRA_DIST): Add const.m4.
29435
29436         * m4/const.m4: New file.  Use an initializer in this declaration
29437         typedef int charset[2]; const charset x;
29438         Reported by Bob Glickstein.
29439
29440 1997-12-21  Jim Meyering  <meyering@na-net.ornl.gov>
29441
29442         * m4/chown.m4: Fix reversed types on -1 args to chown.
29443         From Kaveh Ghazi.
29444
29445 1997-12-14  Jim Meyering  <meyering@na-net.ornl.gov>
29446
29447         * m4/check-decl.m4: s/DECLARATION_/DECL_/g.
29448         Add lseek and memchr.
29449
29450         * m4/decl.m4: s/HAVE_DECLARATION_/HAVE_DECL_/g.
29451         T.E.Dickey <dickey@clark.net> said that some older preprocessors
29452         have a 20-character limit on names.
29453
29454 1997-11-30  Jim Meyering  <meyering@na-net.ornl.gov>
29455
29456         * m4/inttypes_h.m4: New file.
29457         * m4/uintmax_t.m4: New file.
29458         * m4/Makefile.am (EXTRA_DIST): Add inttypes_h.m4 and uintmax_t.m4.
29459
29460 Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007
29461   Free Software Foundation, Inc.
29462 Copying and distribution of this file, with or without modification,
29463 are permitted provided the copyright notice and this notice are preserved.