(func_module): missing '.
[pspp] / ChangeLog
1 2007-04-03  Bruno Haible  <bruno@clisp.org>
2
3         * modules/argmatch-tests (Makefile.am): New variable
4         test_argmatch_LDADD.
5         * modules/argp-tests (Makefile.am): New variable test_argp_LDADD.
6         * modules/array-list-tests (Makefile.am): New variable
7         test_array_list_LDADD.
8         * modules/array-oset-tests (Makefile.am): New variable
9         test_array_oset_LDADD.
10         * modules/avltree-list-tests (Makefile.am): New variable
11         test_avltree_list_LDADD.
12         * modules/avltree-oset-tests (Makefile.am): New variable
13         test_avltree_oset_LDADD.
14         * modules/avltreehash-list-tests (Makefile.am): New variable
15         test_avltreehash_list_LDADD.
16         * modules/canonicalize-lgpl-tests (Makefile.am): New variable
17         test_canonicalize_lgpl_LDADD.
18         * modules/carray-list-tests (Makefile.am): New variable
19         test_carray_list_LDADD.
20         * modules/dirname-tests (Makefile.am): New variable
21         test_dirname_LDADD.
22         * modules/linked-list-tests (Makefile.am): New variable
23         test_linked_list_LDADD.
24         * modules/linkedhash-list-tests (Makefile.am): New variable
25         test_linkedhash_list_LDADD.
26         * modules/rbtree-list-tests (Makefile.am): New variable
27         test_rbtree_list_LDADD.
28         * modules/rbtree-oset-tests (Makefile.am): New variable
29         test_rbtree_oset_LDADD.
30         * modules/rbtreehash-list-tests (Makefile.am): New variable
31         test_rbtreehash_list_LDADD.
32         * modules/xvasprintf-tests (Makefile.am): New variable
33         test_xvasprintf_LDADD.
34         Reported by Eric Blake.
35
36 2007-04-03  Eric Blake  <ebb9@byu.net>
37
38         * DEPENDENCIES: Weaken m4 requirements.
39
40 2007-04-03  Bruno Haible  <bruno@clisp.org>
41
42         * modules/frexp-tests (configure.ac): Remove AC_SUBST.
43         * modules/isnanl-tests (configure.ac): Likewise.
44
45 2007-04-03  Ben Pfaff  <blp@gnu.org>
46
47         * modules/iconv_open: Add $(srcdir)/ to source directory
48         references in Makefile fragments that call gperf, to fix VPATH
49         builds.
50
51 2007-04-03  Bruno Haible  <bruno@clisp.org>
52
53         * modules/ldexpl (Depends-on): Add isnanl, remove isnanl-nolibm.
54         * lib/ldexpl.c: Undo last change.
55
56 2007-04-03  Bruno Haible  <bruno@clisp.org>
57
58         * modules/printf-frexpl (Depends-on): Undo last change.
59         (Files): Add m4/ldexpl.m4.
60
61 2007-04-03  Bruno Haible  <bruno@clisp.org>
62
63         * m4/isnanl.m4 (gl_FUNC_ISNANL): Substitute ISNANL_LIBM.
64         * modules/isnanl (Link): New section.
65
66         * m4/frexp.m4 (gl_FUNC_FREXP): Substitute FREXP_LIBM.
67         * modules/frexp (Link): New section.
68
69         * m4/frexpl.m4 (gl_FUNC_FREXPL): Substitute FREXPL_LIBM.
70         * modules/frexpl (Link): New section.
71
72         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Substitute LDEXPL_LIBM.
73         * modules/ldexpl (Link): New section.
74
75 2007-04-03  Bruno Haible  <bruno@clisp.org>
76
77         * modules/TEMPLATE-EXTENDED: New file.
78         * gnulib-tool (func_all_modules, func_verify_module): Exclude it.
79
80 2007-04-03  Bruno Haible  <bruno@clisp.org>
81
82         * DEPENDENCIES: New file.
83         Suggested by Simon Josefsson.
84
85 2007-04-03  Bruno Haible  <bruno@clisp.org>
86
87         * doc/gnulib.texi: Escape @.
88
89 2007-04-03  James Youngman  <jay@gnu.org>
90         and Paul Eggert  <eggert@cs.ucla.edu>
91
92         * lib/stat-time.h (get_stat_birthtime): Check for zero-valued
93         birthtime on all systems that have birthtime, not just those which
94         use st_birthtimensec rather than st_birthtim.  Putting zero in
95         st_birthtim.tv_sec is how (for example) FreeBSD/x86 6.1 indicates
96         that the birth time is not available for files on an NFS mount.
97
98 2007-04-03  Simon Josefsson  <simon@josefsson.org>
99
100         * modules/memxor: Move back from crypto/, suggested by Bruno.
101         * modules/crypto/hmac-sha1: Fix memxor dependency.
102
103         * modules/crypto/gc: Moved from ../.
104
105 2007-04-02  Eric Blake  <ebb9@byu.net>
106
107         * lib/ldexpl.c (includes): Avoid libm.
108
109         * modules/printf-frexpl (Depends-on): Depend on ldexpl.
110
111 2007-04-02  Bruno Haible  <bruno@clisp.org>
112
113         * lib/sysexit_.h (EX_OK): Disable the EX_OK definition from <unistd.h>
114         on IRIX.
115
116 2007-04-02  Bruno Haible  <bruno@clisp.org>
117
118         * m4/intdiv0.m4 (gt_INTDIV0): Avoid performing the test for real on
119         x86 or x86_64 platforms running MacOS X.
120         Reported by Ryan Schmidt <@ryandesign.com>.
121
122 2007-04-02  Bruno Haible  <bruno@clisp.org>
123
124         * m4/intdiv0.m4 (gt_INTDIV0): When cross-compiling, treat x86_64 like
125         i386.
126
127 2007-04-01  Simon Josefsson  <simon@josefsson.org>
128
129         * modules/crypto/arcfour: Moved from ../.
130         * modules/crypto/arcfour-tests: Moved from ../.
131         * modules/crypto/arctwo: Moved from ../.
132         * modules/crypto/arctwo-tests: Moved from ../.
133         * modules/crypto/des: Moved from ../.
134         * modules/crypto/des-tests: Moved from ../.
135         * modules/crypto/gc-arcfour: Moved from ../.
136         * modules/crypto/gc-arcfour-tests: Moved from ../.
137         * modules/crypto/gc-arctwo: Moved from ../.
138         * modules/crypto/gc-arctwo-tests: Moved from ../.
139         * modules/crypto/gc-des: Moved from ../.
140         * modules/crypto/gc-des-tests: Moved from ../.
141         * modules/crypto/gc-hmac-md5: Moved from ../.
142         * modules/crypto/gc-hmac-md5-tests: Moved from ../.
143         * modules/crypto/gc-hmac-sha1: Moved from ../.
144         * modules/crypto/gc-hmac-sha1-tests: Moved from ../.
145         * modules/crypto/gc-md2: Moved from ../.
146         * modules/crypto/gc-md2-tests: Moved from ../.
147         * modules/crypto/gc-md4: Moved from ../.
148         * modules/crypto/gc-md4-tests: Moved from ../.
149         * modules/crypto/gc-md5: Moved from ../.
150         * modules/crypto/gc-md5-tests: Moved from ../.
151         * modules/crypto/gc-pbkdf2-sha1: Moved from ../.
152         * modules/crypto/gc-pbkdf2-sha1-tests: Moved from ../.
153         * modules/crypto/gc-random: Moved from ../.
154         * modules/crypto/gc-rijndael: Moved from ../.
155         * modules/crypto/gc-rijndael-tests: Moved from ../.
156         * modules/crypto/gc-sha1: Moved from ../.
157         * modules/crypto/gc-sha1-tests: Moved from ../.
158         * modules/crypto/gc-tests: Moved from ../.
159         * modules/crypto/hmac-md5: Moved from ../.
160         * modules/crypto/hmac-md5-tests: Moved from ../.
161         * modules/crypto/hmac-sha1: Moved from ../.
162         * modules/crypto/hmac-sha1-tests: Moved from ../.
163         * modules/crypto/md2: Moved from ../.
164         * modules/crypto/md2-tests: Moved from ../.
165         * modules/crypto/md4: Moved from ../.
166         * modules/crypto/md4-tests: Moved from ../.
167         * modules/crypto/md5: Moved from ../.
168         * modules/crypto/md5-tests: Moved from ../.
169         * modules/crypto/memxor: Moved from ../.
170         * modules/crypto/rijndael: Moved from ../.
171         * modules/crypto/rijndael-tests: Moved from ../.
172         * modules/crypto/sha1: Moved from ../.
173
174 2007-03-30  James Youngman  <jay@gnu.org>
175
176         * tests/test-stat-time.c (prepare_test): use chmod() rather than
177         rename() to change the ctime of a file (because ctime is unaffected
178         by rename on jfs2 on AIX 5.1).
179         (main): Start by doing cleanup, in case a previous run failed leaving
180         test files behind.
181
182 2007-03-31  Bruno Haible  <bruno@clisp.org>
183
184         Support old proprietary implementations of iconv.
185         * modules/iconv_open: New file.
186         * lib/iconv_.h: New file.
187         * m4/iconv_h.m4: New file.
188         * lib/iconv_open.c: New file.
189         * lib/iconv_open-aix.gperf: New file.
190         * lib/iconv_open-hpux.gperf: New file.
191         * lib/iconv_open-irix.gperf: New file.
192         * lib/iconv_open-osf.gperf: New file.
193         * m4/iconv_open.m4: New file.
194         * modules/linebreak (Depends-on): Add iconv_open.
195         * modules/striconv (Depends-on): Likewise.
196         * modules/striconveh (Depends-on): Likewise.
197         * modules/unicodeio (Depends-on): Likewise.
198         * lib/striconveh.h (mem_cd_iconveh, str_cd_iconveh): Allow cd to be
199         (iconv_t)(-1).
200         * lib/striconveh.c (mem_cd_iconveh_internal): Use an indirect
201         conversion if cd is (iconv_t)(-1).
202         (mem_iconveh, str_iconveh): Don't fail just because a direct conversion
203         is not possible.
204
205 2007-03-31  Bruno Haible  <bruno@clisp.org>
206
207         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
208         work on Solaris either. Protect also second use of "autodetect_jp".
209
210 2007-03-31  Bruno Haible  <bruno@clisp.org>
211
212         * m4/frexpl.m4 (gl_FUNC_FREXPL): Set HAVE_DECL_FREXPL to 0 when
213         the function is not present.
214
215 2007-03-31  Bruno Haible  <bruno@clisp.org>
216
217         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Set HAVE_DECL_LDEXPL to 0 when
218         the function is not present.
219
220 2007-03-31  Bruno Haible  <bruno@clisp.org>
221
222         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-29 patch. Test also against
223         a bug in HP-UX iconv_open().
224
225 2007-03-31  Bruno Haible  <bruno@clisp.org>
226
227         * MODULES.html.sh (func_module): Don't show gnulib-common.m4.
228         (Mathematics <math.h>): New section, add fpieee.
229         (Input/output <stdio.h>): Add fseterr.
230         (Mathematics <math.h>): New section, add printf-frexp.
231         (Container data structures): Add sublist.
232         (Core language properties): Add fpucw, inline.
233         (Functions for greatest-width integer types <inttypes.h>): Add
234         imaxabs, imaxdiv, inttypes.
235         (Mathematics <math.h>): Add frexp, frexpl, isnan-nolibm, isnanl,
236         isnanl-nolibm, ldexp.
237         (Mathematics <math.h>): New section, add printf-frexpl.
238         (Support for systems lacking POSIX:2001): Add fprintf-posix,
239         printf-posix, snprintf-posix, sprintf-posix, string, search, socklen,
240         sys_select, sys_socket, vasnprintf-posix, vasprintf-posix,
241         vfprintf-posix, vprintf-posix, vsnprintf-posix, vsprintf-posix.
242         (Unicode string functions): Add unistr/u*-mbtoucr.
243         (Java): Add javacomp-script, javaexec-script.
244         (C#): Add csharpcomp-script, csharpexec-script.
245         (Support for building libraries and executables): Add havelib,
246         relocatable-*.
247         (Support for maintaining and releasing projects): Renamed from
248         'Support for maintaining and release projects'. Add announce-gen.
249
250 2007-03-31  Bruno Haible  <bruno@clisp.org>
251
252         * README: Talk primarily about git.
253         (git and CVS): Renamed from CVS.
254         * doc/gnulib.texi (Introduction, Build robot for gnulib): Mention that
255         gnulib is available through git.
256         * doc/gnulib-tool.texi (CVS Issues): Mention git and svn as well.
257
258 2007-03-30  Bruno Haible  <bruno@clisp.org>
259
260         * lib/alloca_.h: Change prefix of double-inclusion guard macro to _GL_.
261         * lib/poll_.h: Likewise.
262         * lib/stat_.h: Likewise.
263         * lib/sys_time_.h: Likewise.
264         * lib/sysexit_.h: Likewise.
265         * lib/glob_.h: Prefix double-inclusion guard macro with _GL_.
266         * lib/stdbool_.h: Likewise.
267         * lib/byteswap_.h: Add double-inclusion guard.
268
269 2007-03-30  Sergey Poznyakoff  <gray@mirddin.farlep.net>
270
271         * lib/sysexit_.h: Prefix double-inclusion guard macro with _GNULIB.
272
273 2007-03-30  Karl Berry  <karl@gnu.org>
274
275         * config/srclist-update: double space after USA in the license
276         substitution, since that's how it's usually (?) written.
277
278 2007-03-30  Paul Eggert  <eggert@cs.ucla.edu>
279
280         * lib/write-any-file.c (can_write_any_file): Fix else-else bug
281         reported by Bruno Haible.
282
283 2007-03-29  Bruno Haible  <bruno@clisp.org>
284
285         * m4/iconv.m4 (AM_ICONV_LINK): Require AC_CANONICAL_HOST. Test against
286         a bug in AIX iconv().
287
288 2007-03-29  Bruno Haible  <bruno@clisp.org>
289
290         * modules/ldexpl-tests: New file.
291         * tests/test-ldexpl.c: New file.
292
293 2007-03-29  Bruno Haible  <bruno@clisp.org>
294
295         * lib/ldexpl.c: Include fpucw.h.
296         (ldexpl): Use BEGIN/END_LONG_DOUBLE_ROUNDING. Skip the last unneeded
297         multiplication.
298         * modules/ldexpl (Depends-on): Add fpucw.
299
300 2007-03-29  Bruno Haible  <bruno@clisp.org>
301
302         * modules/ldexpl: New file.
303         * m4/ldexpl.m4: New file.
304         * lib/math_.h (ldexpl): Define to a replacement if REPLACE_LDEXPL is
305         set.
306         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize also GNULIB_LDEXPL,
307         REPLACE_LDEXPL.
308         * modules/math (Makefile.am): Substitute also GNULIB_LDEXPL,
309         REPLACE_LDEXPL.
310         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
311         gl_FUNC_LDEXPL_WORKS.
312         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Remove test for ldexpl.
313         * modules/mathl (Files): Remove lib/ldexpl.c.
314         (Depends-on): Add ldexpl.
315
316 2007-03-29  Bruno Haible  <bruno@clisp.org>
317
318         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Declare frexpl.
319
320 2007-03-29  Bruno Haible  <bruno@clisp.org>
321
322         * tests/test-striconveh.c (main): Don't assume that a direct conversion
323         between ISO-8859-1 and ISO-8859-2 is possible. Needed for OSF/1, IRIX
324         and possibly also HP-UX.
325         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
326         work on AIX, IRIX, HP-UX, OSF/1.
327         * tests/uniconv/test-u16-conv-from-enc.c (main): Likewise.
328         * tests/uniconv/test-u16-strconv-from-enc.c (main): Likewise.
329         * tests/uniconv/test-u32-conv-from-enc.c (main): Likewise.
330         * tests/uniconv/test-u32-strconv-from-enc.c (main): Likewise.
331         * tests/uniconv/test-u8-conv-from-enc.c (main): Likewise.
332         * tests/uniconv/test-u8-strconv-from-enc.c (main): Likewise.
333
334 2007-03-29  Bruno Haible  <bruno@clisp.org>
335
336         * tests/test-stat-time.c: Include <fcntl.h>, not <sys/fcntl.h>.
337
338 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
339
340         * lib/acl-internal.h (acl_get_fd, acl_set_fd): undef before defining,
341         to work around a problem on OSF/1 5.1 reported by Bruno Haible.
342
343 2007-03-29  Eric Blake  <ebb9@byu.net>
344
345         * lib/acl-internal.h: Remove redundant include.
346         (ACL_NOT_WELL_SUPPORTED): Also filter on EBUSY, returned by
347         Cygwin when a file is locked.
348
349 2007-03-29  Bruno Haible  <bruno@clisp.org>
350
351         * lib/vasprintf.c [IN_LIBASPRINTF]: Include different specification
352         file.
353         * lib/asprintf.c [IN_LIBASPRINTF]: Likewise.
354
355 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
356
357         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Don't bother to
358         try to remove a parent directory if the child couldn't be removed
359         (except for the first rmdir, which could fail because the child
360         doesn't exist).  Problem reported by Jeff Blaine in
361         <http://lists.gnu.org/archive/html/bug-tar/2007-03/msg00014.html>.
362
363 2007-03-28  Bruno Haible  <bruno@clisp.org>
364
365         * lib/striconveh.c (utf8conv_carefully): New function.
366         (mem_cd_iconveh_internal): Invoke it.
367
368 2007-03-28  Bruno Haible  <bruno@clisp.org>
369
370         * lib/striconveh.c (mem_cd_iconveh_internal): Use u8_mbtoucr instead
371         of u8_mbtouc in order to distinguish invalid and incomplete UTF-8
372         input.
373         * modules/striconveh (Depends-on): Add unistr/u8-mbtoucr. Replace
374         utf8-ucs4 with unistr/u8-mbtouc. Replace ucs4-utf8 with
375         unistr/u8-uctomb.
376
377 2007-03-28  Bruno Haible  <bruno@clisp.org>
378
379         * modules/unistr/u8-mbtoucr: New file.
380         * lib/unistr/u8-mbtoucr.c: New file.
381         * modules/unistr/u16-mbtoucr: New file.
382         * lib/unistr/u16-mbtoucr.c: New file.
383         * modules/unistr/u16-mbtoucr: New file.
384         * lib/unistr/u16-mbtoucr.c: New file.
385         * lib/unistr.h (u8_mbtoucr, u16_mbtoucr, u32_mbtoucr): New declarations.
386
387 2007-03-27  Simon Josefsson  <simon@josefsson.org>
388             Bruno Haible  <bruno@clisp.org>
389
390         * m4/vasprintf.m4: Convert AC_SUBST into shell variable for
391         REPLACE_VASPRINTF.  Set HAVE_VASPRINTF.  Add
392         AC_REQUIRE([gl_STDIO_H_DEFAULTS]).
393
394         * m4/stdio_h.m4: Add stubs for vasprintf too.
395
396         * modules/stdio: Support vasprintf in sed command.
397
398         * modules/vasprintf: Depend on stdio for prototypes.  Remove
399         vasprintf.h.  Add stdio module indicator.
400
401         * lib/stdio_.h: Declare asprintf and vasprintf, based on
402         vasprintf.h.
403
404         * lib/vasprintf.h: File removed.
405
406         * lib/asprintf.c: Use stdio.h instead of vasprintf.h.
407         * lib/vasprintf.c: Ditto.
408         * lib/xvasprintf.c: Ditto.
409         * tests/test-vasprintf-posix.c: Ditto.
410         * tests/test-vasprintf.c: Ditto.
411
412 2007-03-27  Bruno Haible  <bruno@clisp.org>
413
414         Make vasnprintf multithread-safe.
415         * lib/vasnprintf.c (decimal_point_char): New function.
416         (VASNPRINTF): Use it.
417         Suggested by Simon Josefsson.
418
419 2007-03-27  Eric Blake  <ebb9@byu.net>
420
421         Support sub-second birthtime on cygwin.
422         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Also check for st_birthtim.
423         * lib/stat-time.h (STAT_TIMESPEC): Adjust comments.
424         (get_stat_birthtime): Also work with st_birthtim.
425
426 2007-03-27  Paul Eggert  <eggert@cs.ucla.edu>
427
428         * lib/stat-time.h (USE_BIRTHTIME): Remove.
429         (get_stat_atime_ns, get_stat_ctime_ns, get_stat_mtime_ns):
430         (get_stat_birthtime_ns): Do not try to use "spare" fields.
431         (get_stat_birthtime_ns): Simplify compile-time tests.
432         (get_stat_birthtime): Change the API to look like
433         get_stat_mtime etc., except return a negative tv_nsec on error.
434         * m4/stat-time.m4 (gl_STAT_TIME, gl_STAT_BIRTHTIME):
435         Don't check for "spare" fields.
436         (gl_STAT_BIRTHTIME): Don't check for struct stat.st_birthtimespec.tv_sec
437         or for struct stat.st_birthtime, as these tests aren't used.
438         * tests/test-stat-time.c (test_birthtime): Adjust to new API.
439
440 2007-03-27  Bruno Haible  <bruno@clisp.org>
441
442         * lib/stat-time.h: Include <sys/stat.h>.
443
444 2007-03-27  James Youngman  <jay@gnu.org>
445
446         * lib/stat-time.h (get_stat_birthtime): New function for
447           retrieving st_birthtime as provided by UFS2 (hence *BSD).
448         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Probe for st_birthtime
449           and its variants.
450         * modules/stat-time (configure.ac): call gl_STAT_BIRTHTIME.
451         * modules/stat-time-test: New file.
452         * tests/test-stat-time.c: New test, devised by Bruno Haible.
453
454 2007-03-26  Bruno Haible  <bruno@clisp.org>
455
456         Better support of signalling NaNs.
457         * lib/atanl.c: Include isnanl.h.
458         (atanl): Perform test for NaN at the beginning of the function and
459         through a call to isnanl.
460         * lib/cosl.c: Include isnanl.h.
461         (cosl): Perform test for NaN at the beginning of the function and
462         through a call to isnanl.
463         * lib/ldexpl.c: Include isnanl.h.
464         (ldexpl): Perform test for NaN through a call to isnanl.
465         * lib/logl.c: Include isnanl.h.
466         (logl): Perform test for NaN at the beginning of the function and
467         through a call to isnanl.
468         * lib/sinl.c: Include isnanl.h.
469         (sinl): Perform test for NaN at the beginning of the function and
470         through a call to isnanl.
471         * lib/sqrtl.c: Include isnanl.h.
472         (sqrtl): Perform test for NaN at the beginning of the function and
473         through a call to isnanl.
474         * lib/tanl.c: Include isnanl.h.
475         (tanl): Perform test for NaN at the beginning of the function and
476         through a call to isnanl.
477         * lib/trigl.c (ieee754_rem_pio2l): Remove test for NaN.
478         * modules/mathl (Depends-on): Add isnanl.
479
480 2007-03-26  Eric Blake  <ebb9@byu.net>
481
482         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Fix
483         regression in logic sense of previous patch.
484
485 2007-03-26  Bruno Haible  <bruno@clisp.org>
486
487         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Don't use
488         unportable shell command "if ! ...".
489         Reported by Ralf Wildenhues.
490
491 2007-03-25  Bruno Haible  <bruno@clisp.org>
492
493         * lib/sysexit_,h: If HAVE_SYSEXITS_H is defined, include the original
494         <sysexits.h> file, and only add EX_CONFIG.
495         * m4/sysexits.m4 (gl_SYSEXITS): If <sysexits.h> exists, check its
496         absolute file name and whether it is sufficient. Substitute also
497         HAVE_SYSEXITS_H and ABSOLUTE_SYSEXITS_H.
498         * modules/sysexits (Makefile.am): Substitute HAVE_SYSEXITS_H and
499         ABSOLUTE_SYSEXITS_H into sysexits.h.
500
501 2007-03-25  Bruno Haible  <bruno@clisp.org>
502
503         * lib/getaddrinfo.c (getaddrinfo): Don't access hints->ai_flags when
504         hints is NULL.
505
506 2007-03-25  Bruno Haible  <bruno@clisp.org>
507
508         * lib/uniconv/u8-conv-from-enc.c (u8_conv_from_encoding): Add a cast.
509         * lib/uniconv/u8-strconv-to-enc.c (u8_strconv_to_encoding): Likewise.
510
511 2007-03-25  Bruno Haible  <bruno@clisp.org>
512
513         * lib/vasnprintf.c: Include langinfo.h.
514         (VASNPRINTF): Prefer nl_langinfo over localeconv, since it's more
515         multithread-safe.
516         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): New macro.
517         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke it.
518         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
519         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
520         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
521         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
522         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
523         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX: Likewise.
524         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
525         Reported by Simon Josefsson.
526
527 2007-03-25  Bruno Haible  <bruno@clisp.org>
528
529         * lib/printf-parse.c [!IN_LIBINTL]: Include <stdint.h>, for intmax_t.
530         (PRINTF_PARSE): Make the support for size specifier 'j' unconditional.
531         * modules/vasnprintf (Depends-on): Add stdint.
532
533 2007-03-25  Bruno Haible  <bruno@clisp.org>
534
535         * modules/fpieee: New file.
536         * m4/fpieee.m4: New file.
537         * modules/isnan-nolibm (Depends-on): Add fpieee.
538         * modules/isnanl-nolibm (Depends-on): Add fpieee.
539         * modules/isnanl (Depends-on): Add fpieee.
540
541 2007-03-25  Bruno Haible  <bruno@clisp.org>
542
543         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Test also finite numbers.
544
545 2007-03-25  Bruno Haible  <bruno@clisp.org>
546
547         Avoid test failures on IRIX 6.5.
548         * tests/test-frexpl.c (MIN_NORMAL_EXP): New macro.
549         (main): Use it.
550         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP): New
551         macros.
552         (main): Use them.
553
554 2007-03-25  Bruno Haible  <bruno@clisp.org>
555
556         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): New macro.
557         (gl_FUNC_FREXPL): Invoke it. Set REPLACE_FREXPL to 1 if it frexpl
558         exists but doesn't work.
559         * lib/math_.h (frexpl): Define as a replacement macro if REPLACE_FREXPL
560         is set. Don't provide a prototype if REPLACE_FREXPL is not set.
561         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_FREXPL.
562         * modules/math (Makefile.am) Substibute also REPLACE_FREXPL into math.h.
563
564 2007-03-25  Bruno Haible  <bruno@clisp.org>
565
566         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Add check whether frexp(inf)
567         returns inf. Needed on IRIX 6.5.
568
569 2007-03-25  Bruno Haible  <bruno@clisp.org>
570
571         * tests/test-frexpl.c: Include isnanl-nolibm.h.
572         (main): Use isnanl instead of x != x idiom.
573         * modules/frexpl-tests (Depends-on): Add isnanl-nolibm.
574
575         * tests/test-frexp.c: Include isnan.h.
576         (main): Use isnan instead of x != x idiom.
577         * modules/frexp-tests (Depends-on): Add isnan-nolibm.
578
579 2007-03-25  Bruno Haible  <bruno@clisp.org>
580
581         * tests/test-frexp.c (NaN): New function/macro.
582         (main): Use it instead of 0.0 / 0.0.
583         * tests/test-isnan.c (NaN): New function/macro.
584         (main): Use it instead of 0.0 / 0.0.
585         * tests/test-vasnprintf-posix.c (NaN): New function/macro.
586         (test_function): Use it instead of 0.0 / 0.0.
587         * tests/test-vasprintf-posix.c (NaN): New function/macro.
588         (test_function): Use it instead of 0.0 / 0.0.
589         * tests/test-snprintf-posix.h (NaN): New function/macro.
590         (test_function): Use it instead of 0.0 / 0.0.
591         * tests/test-sprintf-posix.h (NaN): New function/macro.
592         (test_function): Use it instead of 0.0 / 0.0.
593         * tests/test-fprintf-posix.h (NaN): New function/macro.
594         (test_function): Use it instead of 0.0 / 0.0.
595         * tests/test-printf-posix.h (NaN): New function/macro.
596         (test_function): Use it instead of 0.0 / 0.0.
597
598         * lib/isnan.c (FUNC): Work around a DEC C compiler bug.
599
600 2007-03-25  Bruno Haible  <bruno@clisp.org>
601
602         * lib/glob_.h: Include <sys/stat.h>. Avoids warnings on AIX 5.1.
603
604 2007-03-25  Bruno Haible  <bruno@clisp.org>
605
606         * lib/regexec.c (merge_state_with_log): Make static.
607
608 2007-03-25  Bruno Haible  <bruno@clisp.org>
609
610         * lib/trigl.c (kernel_rem_pio2): Make static.
611
612 2007-03-25  Bruno Haible  <bruno@clisp.org>
613
614         * lib/sincosl.c (sincosl_table): Make static.
615
616 2007-03-25  Bruno Haible  <bruno@clisp.org>
617
618         * lib/argp.h (__restrict): Define to empty, rather than to 'restrict',
619         if the compiler does not support C99.
620
621 2007-03-25  Bruno Haible  <bruno@clisp.org>
622
623         * modules/time (Makefile.am): Ensure all rule action lines start with a
624         tab.
625
626 2007-03-24  Bruno Haible  <bruno@clisp.org>
627
628         * modules/tsearch-tests: New file.
629         * tests/test-tsearch.sh: New file.
630         * tests/test-tsearch.c: New file, mostly copied from glibc.
631
632         * modules/search-tests: New file.
633         * tests/test-search.c: New file.
634
635         * modules/search: New file.
636         * lib/search_.h: New file, incorporating lib/tsearch.h.
637         * m4/search_h.m4: New file.
638         * lib/tsearch.h: Remove file.
639         * lib/tsearch.c: Include search.h instead of tsearch.h.
640         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Require gl_SEARCH_H_DEFAULTS. Set
641         HAVE_TSEARCH.
642         * modules/tsearch (Files): Remove lib/tsearch.h.
643         (Depends-on): Add search.
644         (configure.ac): Invoke gl_SEARCH_MODULE_INDICATOR.
645         (Include): Change tsearch.h into search.h.
646
647 2007-03-24  Bruno Haible  <bruno@clisp.org>
648
649         * modules/fpucw: New file.
650         * lib/fpucw.h: New file.
651         * lib/frexp.c: Include fpucw.h.
652         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
653         (FUNC): Use them.
654         * lib/printf-frexp.c: Include fpucw.h.
655         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
656         (FUNC): Use them.
657         * lib/vasnprintf.c: Include fpucw.h.
658         (VASNPRINTF): Invoke BEGIN/END_LONG_DOUBLE_ROUNDING around the
659         'long double' calculations.
660         * tests/test-frexpl.c: Include fpucw.h.
661         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
662         * tests/test-printf-frexpl.c: Include fpucw.h.
663         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
664         * modules/frexpl (Depends-on): Add fpucw.
665         * modules/printf-frexpl (Depends-on): Likewise.
666         * modules/fprintf-posix (Depends-on): Likewise.
667         * modules/snprintf-posix (Depends-on): Likewise.
668         * modules/sprintf-posix (Depends-on): Likewise.
669         * modules/vasnprintf-posix (Depends-on): Likewise.
670         * modules/vasprintf-posix (Depends-on): Likewise.
671         * modules/vfprintf-posix (Depends-on): Likewise.
672         * modules/vsnprintf-posix (Depends-on): Likewise.
673         * modules/vsprintf-posix (Depends-on): Likewise.
674         * modules/frexpl-tests (Depends-on): Likewise.
675         * modules/printf-frexpl-tests (Depends-on): Likewise.
676
677 2007-03-24  Bruno Haible  <bruno@clisp.org>
678
679         * lib/float+.h: New file.
680         * lib/isnan.c: Include float+.h.
681         (SIZE): New macro.
682         (FUNC): Compare only SIZE bytes of the value.
683         * lib/vasnprintf.c: Include float+.h.
684         (VASNPRINTF): When comparing agains +0.0L or +0.0, compare only
685         SIZEOF_LDBL or SIZEOF_DBL bytes.
686         * modules/isnan-nolibm (Files): Add lib/float+.h.
687         * modules/isnanl-nolibm (Files): Add lib/float+.h.
688         * modules/isnanl (Files): Add lib/float+.h.
689         * modules/vasnprintf (Files): Add lib/float+.h.
690
691 2007-03-24  Bruno Haible  <bruno@clisp.org>
692
693         * lib/vasnprintf.c [!HAVE_LONG_DOUBLE]: Include printf-frexp.h. Don't
694         include isnanl-nolibm.h.
695
696 2007-03-24  Bruno Haible  <bruno@clisp.org>
697
698         * tests/test-read-file.c (main): Don't produce spurious output for
699         expected situations. Make the test fail if it encountered unexpected
700         results.
701
702 2007-03-24  Bruno Haible  <bruno@clisp.org>
703
704         * m4/locale-fr.m4 (gt_LOCALE_FR): Remove the special-casing of NetBSD,
705         since its fr_FR.ISO8859-1 locale wouldn't pass the tests.
706
707 2007-03-24  Bruno Haible  <bruno@clisp.org>
708
709         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Fix last change.
710
711 2007-03-24  Bruno Haible  <bruno@clisp.org>
712
713         * modules/unistr/base (Depends-on): Remove utf8-ucs4-unsafe,
714         utf16-ucs4-unsafe, utf8-ucs4, utf16-ucs4, ucs4-utf8, ucs4-utf16.
715
716         * modules/unistr/u8-mbtouc: Add source files from module utf8-ucs4.
717         * modules/utf8-ucs4: Turn into a symbolic link to module
718         unistr/u8-mbtouc.
719
720         * modules/unistr/u8-mbtouc-unsafe: Add source files from module
721         utf8-ucs4-unsafe.
722         * modules/utf8-ucs4-unsafe: Turn into a symbolic link to module
723         unistr/u8-mbtouc-unsafe.
724
725         * modules/unistr/u16-mbtouc: Add source files from module utf16-ucs4.
726         * modules/utf16-ucs4: Turn into a symbolic link to module
727         unistr/u16-mbtouc.
728
729         * modules/unistr/u16-mbtouc-unsafe: Add source files from module
730         utf16-ucs4-unsafe.
731         * modules/utf16-ucs4-unsafe: Turn into a symbolic link to module
732         unistr/u16-mbtouc-unsafe.
733
734         * modules/unistr/u8-uctomb: Add source files from module utf4-utf8.
735         * modules/ucs4-utf8: Turn into a symbolic link to module
736         unistr/u8-ubtomb.
737
738         * modules/unistr/u16-uctomb: Add source files from module utf4-utf16.
739         * modules/ucs4-utf16: Turn into a symbolic link to module
740         unistr/u16-ubtomb.
741
742 2007-03-24  Bruno Haible  <bruno@clisp.org>
743
744         * lib/unistr/u8-mbtouc-aux.c: Renamed from lib/unistr/utf8-ucs4.c.
745         Enable the function only if HAVE_INLINE.
746         * lib/unistr/u8-mbtouc-unsafe-aux.c: Renamed from
747         lib/unistr/utf8-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
748         * lib/unistr/u16-mbtouc-aux.c: Renamed from lib/unistr/utf16-ucs4.c.
749         Enable the function only if HAVE_INLINE.
750         * lib/unistr/u16-mbtouc-unsafe-aux.c: Renamed from
751         lib/unistr/utf16-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
752         * lib/unistr/u8-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf8.c.
753         Enable the function only if HAVE_INLINE.
754         * lib/unistr/u16-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf16.c.
755         Enable the function only if HAVE_INLINE.
756         * modules/utf8-ucs4: Update.
757         * modules/utf8-ucs4-unsafe: Update.
758         * modules/utf16-ucs4: Update.
759         * modules/utf16-ucs4-unsafe: Update.
760         * modules/ucs4-utf8: Update.
761         * modules/ucs4-utf16: Update.
762
763 2007-03-24  Bruno Haible  <bruno@clisp.org>
764
765         * lib/utf8-ucs4.h: Remove file.
766         * lib/utf8-ucs4-unsafe.h: Remove file.
767         * lib/utf16-ucs4.h: Remove file.
768         * lib/utf16-ucs4-unsafe.h: Remove file.
769         * lib/ucs4-utf8.h: Remove file.
770         * lib/ucs4-utf16.h: Remove file.
771         * lib/unistr.h: Include their previous contents.
772         * m4/utf-ucs4.m4: Remove file.
773         * m4/ucs4-utf.m4: Remove file.
774         * modules/utf8-ucs4 (Files): Remove lib/utf8-ucs4.h.
775         (Depends-on): Add unistr/base.
776         (configure.ac): Remove gl_UTF_UCS4.
777         (Makefile.am): Update.
778         (Include): Change to unistr.h.
779         * modules/utf8-ucs4-unsafe (Files): Remove lib/utf8-ucs4-unsafe.h.
780         (Depends-on): Add unistr/base.
781         (configure.ac): Remove gl_UTF_UCS4.
782         (Makefile.am): Update.
783         (Include): Change to unistr.h.
784         * modules/utf16-ucs4 (Files): Remove lib/utf16-ucs4.h.
785         (Depends-on): Add unistr/base.
786         (configure.ac): Remove gl_UTF_UCS4.
787         (Makefile.am): Update.
788         (Include): Change to unistr.h.
789         * modules/utf16-ucs4-unsafe (Files): Remove lib/utf16-ucs4-unsafe.h.
790         (Depends-on): Add unistr/base.
791         (configure.ac): Remove gl_UTF_UCS4.
792         (Makefile.am): Update.
793         (Include): Change to unistr.h.
794         * modules/ucs4-utf8 (Files): Remove lib/ucs4-utf8.h.
795         (Depends-on): Add unistr/base.
796         (configure.ac): Remove gl_UCS4_UTF.
797         (Makefile.am): Update.
798         (Include): Change to unistr.h.
799         * modules/ucs4-utf16 (Files): Remove lib/ucs4-utf16.h.
800         (Depends-on): Add unistr/base.
801         (configure.ac): Remove gl_UCS4_UTF.
802         (Makefile.am): Update.
803         (Include): Change to unistr.h.
804         * lib/unistr/utf8-ucs4.c: Include unistr.h instead of utf8-ucs4.h.
805         * lib/unistr/utf8-ucs4-unsafe.c: Include unistr.h instead of
806         utf8-ucs4-unsafe.h.
807         * lib/unistr/utf16-ucs4.c: Include unistr.h instead of utf16-ucs4.h.
808         * lib/unistr/utf16-ucs4-unsafe.c: Include unistr.h instead of
809         utf16-ucs4-unsafe.h.
810         * lib/unistr/ucs4-utf8.c: Include unistr.h instead of ucs4-utf8.h.
811         * lib/unistr/ucs4-utf16.c: Include unistr.h instead of ucs4-utf16.h.
812         * lib/unistr/u8-chr.c: Don't include ucs4-utf8.h.
813         * lib/unistr/u8-strchr.c: Likewise.
814         * lib/unistr/u8-strrchr.c: Likewise.
815         * lib/unistr/u16-chr.c: Don't include ucs4-utf16.h.
816         * lib/unistr/u16-strchr.c: Likewise.
817         * lib/unistr/u16-strrchr.c: Likewise.
818         * lib/striconveh.c: Update.
819         * lib/linebreak.c: Update.
820
821 2007-03-24  Bruno Haible  <bruno@clisp.org>
822
823         * lib/argp-help.c (fill_in_uparams, canon_doc_option): Cast the
824         arguments of isspace, isalpha, isalnum, isdigit to 'unsigned char'.
825
826 2007-03-22  Bruno Haible  <bruno@clisp.org>
827
828         * lib/strptime.c (__strptime_internal): Use ANSI C syntax.
829
830 2007-03-23  Paul Eggert  <eggert@cs.ucla.edu>
831
832         * MODULES.html.sh (File system functions): New module write-any-file.
833         * modules/write-any-file, lib/write-any-file.c, lib/write-any-file.h:
834         * m4/write-any-file.m4: New files.
835
836 2007-03-23  Eric Blake  <ebb9@byu.net>
837
838         * gnulib-tool: Rearrange space-tab sequences, since some editors
839         like to eat them.
840
841 2007-03-23  Eric Blake  <ebb9@byu.net>
842
843         * lib/version-etc.c (version_etc_va): Update license wording to
844         be more concise.  Recommended by Richard Stallman.
845
846 2007-03-22  Bruno Haible  <bruno@clisp.org>
847
848         * lib/poll.c (MSG_PEEK): New fallback definition.
849
850 2007-03-22  Bruno Haible  <bruno@clisp.org>
851
852         * modules/sys_socket-tests (configure.ac): Check for shutdown function.
853         * tests/test-sys_socket.c (a): Test only if shutdown() exists.
854         (main): Update.
855         Fixes a compilation error on BeOS.
856
857 2007-03-22  Bruno Haible  <bruno@clisp.org>
858
859         * modules/frexpl-tests: New file.
860         * tests/test-frexpl.c: New file.
861
862         * modules/frexpl: New file.
863         * m4/frexpl.m4: New file.
864         * modules/math (Makefile.am): Also substitute GNULIB_FREXPL into math.h.
865         * lib/math_.h (frexpl): Test GNULIB_FREXPL instead of GNULIB_MATHL.
866         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FREXPL.
867         * modules/mathl (Files): Remove lib/frexpl.c, lib/frexp.c.
868         (Depends-on): Add frexpl. Remove isnanl-nolibm.
869         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Don't test for frexpl.
870
871 2007-03-22  Bruno Haible  <bruno@clisp.org>
872
873         * lib/frexpl.c: Share code with lib/frexp.c.
874         * modules/mathl (Files): Add lib/frexp.c.
875         (Depends-on): Add isnanl-nolibm.
876
877 2007-03-22  Bruno Haible  <bruno@clisp.org>
878
879         * modules/printf-frexp (Files): Add m4/frexp.m4.
880         * m4/printf-frexp.m4 (gl_FUNC_PRINTF_FREXP): Define HAVE_FREXP_IN_LIBC
881         only if the found frexp function actually works.
882
883 2007-03-22  Bruno Haible  <bruno@clisp.org>
884
885         * lib/frexp.c: Remove older implementation that uses divisions.
886
887 2007-03-21  Bruno Haible  <bruno@clisp.org>
888
889         * modules/frexp-tests: New file.
890         * tests/test-frexp.c: New file.
891
892         * modules/frexp: New file.
893         * lib/frexp.c: New file.
894         * m4/frexp.m4: New file.
895         * lib/math_.h (frexp): New declaration.
896         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Also initialize GNULIB_FREXP and
897         REPLACE_FREXP.
898         * modules/math (math.h): Also substitute GNULIB_FREXP, REPLACE_FREXP.
899
900 2007-03-21  Bruno Haible  <bruno@clisp.org>
901
902         * modules/isnanl-tests: New file.
903         * tests/test-isnanl.c: New file.
904
905         * modules/isnanl: New file.
906         * lib/isnanl.h: New file.
907         * m4/isnanl.m4 (gl_FUNC_ISNANL): New macro.
908         (gl_FUNC_ISNANL_NO_LIBM): Invoke gl_HAVE_ISNANL_NO_LIBM,
909         gl_FUNC_ISNANL_WORKS.
910         (gl_HAVE_ISNANL_NO_LIBM, gl_HAVE_ISNANL_IN_LIBM, gl_FUNC_ISNANL_WORKS):
911         New macros.
912
913 2007-03-21  Bruno Haible  <bruno@clisp.org>
914
915         * modules/isnanl-nolibm (Files): Add lib/isnanl-nolibm.h, remove
916         lib/isnanl.h.
917         (Include): Update.
918         * lib/isnanl-nolibm.h: Renamed from lib/isnanl.h.
919         * lib/vasnprintf.c: Update.
920         * modules/isnanl-nolibm-tests (Files): Add tests/test-isnanl-nolibm.c,
921         tests/test-isnanl.h, remove tests/test-isnanl.c.
922         (Makefile.am): Update.
923         * tests/test-isnanl-nolibm.c: New file.
924         * tests/test-isnanl.h: New file.
925         * tests/test-isnanl.c: Remove file.
926
927 2007-03-21  Jim Meyering  <jim@meyering.net>
928
929         When trying to open ".", treat ESTALE like EACCES.
930         * lib/savewd.c (savewd_save): Resort to forking not just upon
931         failure with EACCES, but also when errno is ESTALE.
932
933 2007-03-20  Bruno Haible  <bruno@clisp.org>
934
935         * lib/string_.h (strndup): Enable declaration also if HAVE_STRNDUP.
936         Needed on AIX 5.1. Reported by Matthew Woehlke.
937
938 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
939
940         Suggestions by Bruno Haible:
941         * lib/acl-internal.h: Include "gettext.h" rather than rolling
942         our own.
943         (ACL_NOT_WELL_SUPPORTED): Parenthesize arg when used.
944         * modules/acl (Depends-on): Add gettext.
945
946 2007-03-19  Bruno Haible  <bruno@clisp.org>
947
948         * modules/iconvme: Remove file.
949         * lib/iconvme.h: Remove file.
950         * lib/iconvme.c: Remove file.
951         * m4/iconvme.m4: Remove file.
952
953 2007-03-19  Bruno Haible  <bruno@clisp.org>
954
955         * doc/relocatable-maint.texi: Break long shell script line.
956         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
957
958 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
959
960         Add limited support for Solaris 10 ZFS-style ACLs: just enough to
961         handle file_has_acl.
962         * lib/acl-internal.h, lib/acl_entries.c, lib/file-has-acl.c: New files.
963         * lib/acl.c: Move header inclusions and related macro defns into
964         lib/acl-internal.h.
965         (S_ISLNK): Remove defn, since that's now done for us.
966         (file_has_acl): Move to lib/file-has-acl.c.
967         Call acl_trivial if available.  This is the crucial part of the fix.
968         (acl_entries): Move to lib/acl_entries.c.  Now extern, since it's
969         shared within the library.  Rewrite a bit, partly to make it compatible
970         with the GNU coding style.
971         * m4/acl.m4 (AC_FUNC_ACL): Add AC_LIBOBJ([file-has-acl]).
972         Remove unnecessary double-quotes.
973         Don't test for acl_to_text; the build will catch that.
974         Replace acl_entries if it doesn't exist and it is needed.
975         Check for -lsec and acl_trivial (as used on Solaris 10).
976         * modules/acl (Files): Add lib/acl-internal.h, lib/acl_entries.c,
977         lib/file-has-acl.c.
978         (Depends-on): Add sys_stat, for S_ISLNK.
979
980 2007-03-19  Ben Pfaff  <blp@gnu.org>
981
982         * doc/gnulib.texi: Fix typos.
983         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
984
985 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
986
987         * lib/getcwd.c (__getcwd): Remove redundant comparison of buf to NULL.
988         If size is zero here, buf must be zero.
989
990 2007-03-19  Simon Josefsson  <simon@josefsson.org>
991
992         * des.c: Remove weak_keys_chksum.  Reported by Bruno Haible
993         <bruno@clisp.org>.
994
995 2007-03-18  Bruno Haible  <bruno@clisp.org>
996
997         * lib/vasnprintf.c (VASNPRINTF): Undo first part of last patch.
998         Suggested by Eric Blake.
999
1000 2007-03-18  Ben Pfaff  <blp@gnu.org>
1001
1002         * doc/relocatable.texi: Recommend using as prefix a directory
1003         that does not exist and will never be created.  Based on
1004         discussion with Bruno Haible, Ralf Wildenhues, Matthew Woehlke,
1005         and others.
1006
1007 2007-03-17  Bruno Haible  <bruno@clisp.org>
1008
1009         * lib/fchownat.c: Include lchown.h.
1010
1011 2007-03-17  Bruno Haible  <bruno@clisp.org>
1012
1013         Fix endless loop when the given allocated size was > INT_MAX.
1014         * lib/vasnprintf.c (EOVERFLOW): New fallback definition.
1015         (VASNPRINTF): Fail with EOVERFLOW when the given allocated size is
1016         larger than INT_MAX, or when it grow to a value larger than INT_MAX.
1017         * lib/vsprintf.c (vsprintf): Don't pass a size > INT_MAX to vasnprintf.
1018         * lib/sprintf.c (sprintf): Likewise.
1019
1020 2007-03-17  Bruno Haible  <bruno@clisp.org>
1021
1022         * tests/test-argp-2.sh (func_compare): Output a context diff.
1023
1024 2007-03-17  Bruno Haible  <bruno@clisp.org>
1025
1026         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Check also the
1027         locale's decimal-point character.
1028
1029 2007-03-17  Bruno Haible  <bruno@clisp.org>
1030
1031         * lib/vasnprintf.c (VASNPRINTF): Clear out the memory used for arg_mem
1032         before comparing it. Needed because on some platforms (e.g. x86) a
1033         'long double' occupies less bytes than sizeof (long double).
1034
1035 2007-03-17  Bruno Haible  <bruno@clisp.org>
1036
1037         * tests/test-crc.c (main): Make printf statements 64-bit clean.
1038         * tests/test-gc-pbkdf2-sha1.c (main): Likewise.
1039         * tests/test-getaddrinfo.c (simple): Likewise.
1040         * tests/test-read-file.c (main): Likewise.
1041
1042 2007-03-17  Bruno Haible  <bruno@clisp.org>
1043
1044         * tests/test-dirname.c (main): Make printf statements 64-bit clean.
1045
1046 2007-03-17  Bruno Haible  <bruno@clisp.org>
1047
1048         * tests/test-xvasprintf.c (test_xvasprintf, test_xasprintf): Remove
1049         unused variable.
1050
1051 2007-03-17  Bruno Haible  <bruno@clisp.org>
1052
1053         * tests/test-c-strcasecmp.c: Include c-strcase.h.
1054         * tests/test-c-strncasecmp.c: Likewise.
1055
1056 2007-03-17  Bruno Haible  <bruno@clisp.org>
1057
1058         * modules/stdlib (Depends-on): Add unistd.
1059         * lib/stdlib_.h: Include <unistd.h> if mkstemp is desired.
1060         Needed for MacOS X 10.3.
1061
1062 2007-03-17  Bruno Haible  <bruno@clisp.org>
1063
1064         * lib/unistr/u-strdup.h: Include <stdlib.h>.
1065
1066 2007-03-17  Bruno Haible  <bruno@clisp.org>
1067
1068         * lib/unistr/u-cpy-alloc.h: Include <stdlib.h>.
1069
1070 2007-03-17  Bruno Haible  <bruno@clisp.org>
1071
1072         * gnulib-tool (func_import): Update .cvsignore and .gitignore files
1073         to reflect files copied from gnulib (with or without modifications).
1074         Suggested by Jim Meyering.
1075
1076 2007-03-17  Eric Blake  <ebb9@byu.net>
1077
1078         * NEWS: Document stdlib change from 2007-02-18.
1079
1080 2007-03-17  Jim Meyering  <jim@meyering.net>
1081
1082         Detect use of AC_CONFIG_AUX_DIR also when its argument is quoted.
1083         * build-aux/bootstrap: Put ""s around use of $build_aux, in case
1084         someone uses a name containing shell meta-characters.
1085         Reported by Alfred M. Szmidt.
1086
1087         * build-aux/bootstrap: Don't use \> in grep regexp.  For HP-UX.
1088
1089 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
1090
1091         * build-aux/bootstrap (with_gettext): New variable.  Run autopoint
1092         and copy gettext configuration files only if configure.ac contains
1093         a use of AM_GNU_GETTEXT_VERSION.
1094
1095 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
1096
1097         * build-aux/bootstrap (gnulib_name): New variable.
1098         (gnulib_tool_options): Use it.
1099
1100 2007-03-13  Simon Josefsson  <simon@josefsson.org>
1101
1102         * tests/test-des.c: Use new namespace.
1103
1104 2007-03-15  Bruno Haible  <bruno@clisp.org>
1105
1106         * lib/dummy.c (gl_dummy_symbol): Renamed from 'dummy'.
1107         Reported by James Youngman <jay@gnu.org>.
1108
1109 2007-03-15  Bruno Haible  <bruno@clisp.org>
1110
1111         * lib/glob.c (glob): Add 'restrict' so that prototype matches the
1112         declared prototype. Needed with cc on OSF/1 5.1.
1113
1114 2007-03-15  Bruno Haible  <bruno@clisp.org>
1115
1116         * lib/gl_list.h (gl_listelement_dispose_fn): New type.
1117         (gl_list_create_empty, gl_list_create): Add dispose_fn argument.
1118         (struct gl_list_implementation): Add dispose_fn argument to the
1119         'create_empty', 'create' methods.
1120         (struct gl_list_impl_base): Add field 'dispose_fn'.
1121         * lib/gl_list.c (gl_list_create_empty, gl_list_create): Add dispose_fn
1122         argument.
1123         * lib/gl_array_list.c (gl_array_create_empty, gl_array_create): Add
1124         dispose_fn argument.
1125         (gl_array_remove_node, gl_array_remove_at, gl_array_list_free): Call
1126         dispose_fn on the dropped values.
1127         * lib/gl_carray_list.c (gl_carray_create_empty, gl_carray_create): Add
1128         dispose_fn argument.
1129         (gl_carray_remove_at, gl_carray_list_free): Call dispose_fn on the
1130         dropped values.
1131         * lib/gl_anyavltree_list2.h (gl_tree_create): Add dispose_fn argument.
1132         (gl_tree_remove_node): Call dispose_fn on the dropped value.
1133         * lib/gl_anyrbtree_list2.h (gl_tree_create): Add dispose_fn argument.
1134         (gl_tree_remove_node): Call dispose_fn on the dropped value.
1135         * lib/gl_anytree_list2.h (gl_tree_create_empty): Add dispose_fn
1136         argument.
1137         (gl_tree_list_free): Call dispose_fn on the dropped values.
1138         * lib/gl_anytreehash_list2.h (gl_tree_list_free): Call dispose_fn on
1139         the dropped values.
1140         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
1141         Add dispose_fn argument.
1142         (gl_linked_remove_node, gl_linked_remove_at, gl_linked_list_free):
1143         Call dispose_fn on the dropped values.
1144         * lib/gl_sublist.c (gl_sublist_create_empty, gl_sublist_create_fill):
1145         Add dispose_fn argument.
1146         (gl_sublist_create): Initialize the 'dispose_fn' field.
1147         * lib/clean-temp.c (create_temp_dir, register_fd): Update.
1148         * tests/test-array_list.c (main): Update.
1149         * tests/test-carray_list.c (main): Update.
1150         * tests/test-avltree_list.c (main): Update.
1151         * tests/test-rbtree_list.c (main): Update.
1152         * tests/test-avltreehash_list.c (main): Update.
1153         * tests/test-rbtreehash_list.c (main): Update.
1154         * tests/test-linked_list.c (main): Update.
1155         * tests/test-linkedhash_list.c (main): Update.
1156         * tests/test-array_oset.c (main): Update.
1157
1158 2007-03-15  Bruno Haible  <bruno@clisp.org>
1159
1160         * lib/gl_oset.h (gl_setelement_dispose_fn): New type.
1161         (gl_oset_create_empty): Add dispose_fn argument.
1162         (struct gl_oset_implementation): Add dispose_fn argument to
1163         'create_empty' method.
1164         (struct gl_oset_impl_base): Add dispose_fn field.
1165         * lib/gl_oset.c (gl_oset_create_empty): Add dispose_fn argument.
1166         * lib/gl_array_oset.c (gl_array_create_empty): Add dispose_fn argument.
1167         (gl_array_remove_at, gl_array_free): Call dispose_fn on the dropped
1168         values.
1169         * lib/gl_anytree_oset.h (gl_tree_create_empty): Add dispose_fn argument.
1170         (gl_tree_oset_free): Call dispose_fn on the dropped values.
1171         * lib/gl_avltree_oset.c (gl_tree_remove_node): Call dispose_fn on the
1172         dropped value.
1173         * lib/gl_rbtree_oset.c (gl_tree_remove_node): Call dispose_fn on the
1174         dropped value.
1175         * tests/test-array_oset.c (main): Update.
1176         * tests/test-avltree_oset.c (main): Update.
1177         * tests/test-rbtree_oset.c (main): Update.
1178         * lib/gl_anytreehash_list1.h (add_to_bucket): Update.
1179
1180 2007-03-13  Bruno Haible  <bruno@clisp.org>
1181
1182         * tests/test-stdbool.c (i): Update after last patch.
1183
1184 2007-03-12  Bruno Haible  <bruno@clisp.org>
1185
1186         * lib/quotearg.c: Include <wctype.h> early, before the definition of
1187         the iswprint macro. Needed on Solaris 2.5.1.
1188
1189 2007-03-12  Bruno Haible  <bruno@clisp.org>
1190
1191         * tests/test-printf-frexp.c (main): Declare x as volatile.
1192
1193 2007-03-12  Simon Josefsson  <simon@josefsson.org>
1194
1195         * doc/gnulib.texi (Build robot for gnulib): New section.
1196
1197 2007-03-12  Jim Meyering  <jim@meyering.net>
1198
1199         * build-aux/bootstrap: New file.
1200         * build-aux/bootstrap.conf: New file, from coreutils.
1201
1202 2007-03-11  Bruno Haible  <bruno@clisp.org>
1203
1204         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Require AC_C_INLINE.
1205
1206 2007-03-12  Simon Josefsson  <simon@josefsson.org>
1207
1208         * lib/des.h, lib/des.c, lib/gc-gnulib.c: Use gl_ namespace, to
1209         avoid collisions with 'des_setkey'.  Reported by Bruno Haible
1210         <bruno@clisp.org>.  Also change 'tripledes_' to '3des_'.
1211
1212 2007-03-11  Bruno Haible  <bruno@clisp.org>
1213
1214         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): If the test program fails to
1215         compile, set LOCALE_TR_UTF8 to 'none' instead of empty.
1216
1217 2007-03-11  Bruno Haible  <bruno@clisp.org>
1218
1219         * lib/stdint_.h (INT64_MIN, INTMAX_MIN): Avoid using the ~INT..._MAX
1220         formula. Needed for SunPRO C 5.0.
1221
1222 2007-03-11  Bruno Haible  <bruno@clisp.org>
1223
1224         * modules/long-options (Depends-on): Add getopt.
1225
1226 2007-03-11  Bruno Haible  <bruno@clisp.org>
1227
1228         * modules/modechange (Depends-on): Add stdbool.
1229
1230 2007-03-11  Bruno Haible  <bruno@clisp.org>
1231
1232         * modules/i-ring (Depends-on): Add stdbool.
1233
1234 2007-03-11  Bruno Haible  <bruno@clisp.org>
1235
1236         * modules/gc-des (Depends-on): Add stdbool.
1237
1238 2007-03-11  Bruno Haible  <bruno@clisp.org>
1239
1240         * m4/mktime.m4 (gl_PREREQ_MKTIME): Require AC_C_INLINE.
1241
1242 2007-03-11  Bruno Haible  <bruno@clisp.org>
1243
1244         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Require AC_C_RESTRICT.
1245
1246 2007-03-11  Bruno Haible  <bruno@clisp.org>
1247
1248         * lib/unistr/u32-mbtouc-unsafe.c (u32_mbtouc_unsafe): Fix syntax error.
1249
1250 2007-03-11  Bruno Haible  <bruno@clisp.org>
1251
1252         * lib/vasnprintf.c (sprintf): Undefine.
1253
1254 2007-03-11  Bruno Haible  <bruno@clisp.org>
1255
1256         * lib/isnan.c (rpl_isnan, rpl_isnanl): Work around bug regarding
1257         initializers in SunPRO C and Compaq C compilers.
1258
1259 2007-03-11  Bruno Haible  <bruno@clisp.org>
1260
1261         * lib/gl_array_oset.c (gl_array_iterator_next): Make pointer
1262         decrementing code ANSI C compliant.
1263
1264 2007-03-11  Bruno Haible  <bruno@clisp.org>
1265
1266         * lib/dummy.c [__sun]: Define a dummy variable, not just a typedef.
1267         Needed for Solaris 2.5.1 ranlib and SunPRO C 5.0.
1268
1269 2007-03-11  Bruno Haible  <bruno@clisp.org>
1270
1271         * tests/test-stdbool.c (s, d, e, xlcbug): Disable checks that gnulib's
1272         <stdbool.h> substitute doesn't pass.
1273
1274 2007-03-11  Bruno Haible  <bruno@clisp.org>
1275
1276         * lib/vasnprintf.c (snprintf): Undefine. Avoids an endless recursion.
1277
1278 2007-03-11  Bruno Haible  <bruno@clisp.org>
1279
1280         * gnulib-tool (func_create_megatestdir): Create also an autobuild
1281         script, for submission to autobuild.josefsson.org.
1282
1283 2007-03-10  Bruno Haible  <bruno@clisp.org>
1284
1285         * modules/canonicalize-lgpl-tests: New file.
1286         * tests/test-canonicalize-lgpl.sh: New file.
1287         * tests/test-canonicalize-lgpl.c: New file.
1288
1289         * modules/c-strcase-tests: New file.
1290         * tests/test-c-strcase.sh: New file.
1291         * tests/test-c-strcasecmp.c: New file.
1292         * tests/test-c-strncasecmp.c: New file.
1293
1294         * modules/atexit-tests: New file.
1295         * tests/test-atexit.sh: New file.
1296         * tests/test-atexit.c: New file.
1297
1298 2007-03-10  Bruno Haible  <bruno@clisp.org>
1299
1300         * tests/test-binary-io.sh: Use temporary filenames that are not so
1301         likely to clash with those of other tests (in a parallel make).
1302         * tests/test-binary-io.c: Likewise.
1303
1304 2007-03-10  Bruno Haible  <bruno@clisp.org>
1305
1306         * lib/fseterr.c (fseterr): Port to Solaris/SPARC64. Deactivate the
1307         fallback; use #error instead.
1308         Suggested by Simon Josefsson.
1309
1310 2007-03-10  Bruno Haible  <bruno@clisp.org>
1311
1312         * gnulib-tool (func_create_testdir): Treat MOSTLYCLEANFILES like
1313         CLEANFILES. Put spaces in each line of $cleaned_files, not only the
1314         first and the last.
1315
1316 2007-03-10  Bruno Haible  <bruno@clisp.org>
1317
1318         * lib/stdint_.h (uint_least64_t): Fix typo in last patch.
1319
1320 2007-03-10  Bruno Haible  <bruno@clisp.org>
1321
1322         * modules/snprintf-posix-tests (EXTRA_DIST): New variable. Needed for
1323         "make distcheck".
1324         * modules/sprintf-posix-tests (EXTRA_DIST): Likewise.
1325         * modules/vsnprintf-posix-tests (EXTRA_DIST): Likewise.
1326         * modules/vsprintf-posix-tests (EXTRA_DIST): Likewise.
1327
1328 2007-03-10  Bruno Haible  <bruno@clisp.org>
1329
1330         * modules/allocsa-tests (test_allocsa_SOURCES): Remove redundant
1331         variable.
1332         * modules/dirname-tests (test_dirname_SOURCES): Remove redundant
1333         variable.
1334
1335 2007-03-09  Eric Blake  <ebb9@byu.net>
1336         and Matthew Woehlke  <mw_triad@users.sourceforge.net>  (tiny change)
1337
1338         * lib/stdint_.h (int64_t, uint64_t): Don't undefine if 64-bit
1339         types are not being provided by gnulib.
1340         (GL_INT64_T, GL_UINT64_T): New witnesses of whether gnulib 64-bit
1341         types are supported.
1342
1343 2007-03-10  Bruno Haible  <bruno@clisp.org>
1344
1345         * lib/stdio_.h (__attribute__): New macro.
1346         (fprintf, vfprintf, printf, vprintf, snprintf, vsnprintf, sprintf,
1347         vsprintf): Specify __attribute__ __format__ for GCC.
1348         Suggested by Eric Blake.
1349
1350 2007-03-09  Bruno Haible  <bruno@clisp.org>
1351
1352         * modules/printf-posix-tests: New file.
1353         * tests/test-printf-posix.sh: New file.
1354         * tests/test-printf-posix.c: New file.
1355
1356         * modules/printf-posix: New file.
1357         * lib/printf.c: New file.
1358         * m4/printf-posix-rpl.m4: New file.
1359         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_PRINTF_POSIX,
1360         REPLACE_PRINTF.
1361         * lib/stdio_.h (printf): New declaration.
1362         (format, __format__, ____printf____, ____scanf____, ____strftime____,
1363         ____strfmon____): New macros.
1364         * modules/stdio (Makefile.am): Substitute also GNULIB_PRINTF_POSIX,
1365         REPLACE_PRINTF.
1366
1367 2007-03-09  Bruno Haible  <bruno@clisp.org>
1368
1369         * tests/test-vasnprintf-posix2.sh: New file.
1370         * tests/test-vasnprintf-posix2.c: New file.
1371         * modules/vasnprintf-posix-tests (Files): Add them and m4/locale-fr.m4.
1372         (configure.ac): Invoke gt_LOCALE_FR and gt_LOCALE_FR_UTF8.
1373         (Makefile.am): Activate test-vasnprintf-posix2.sh.
1374
1375         * lib/vasnprintf.c (VASNPRINTF): For the 'a' and 'A' directives, use
1376         a locale dependent decimal point, rather than always '.'.
1377
1378 2007-03-09  Eric Blake  <ebb9@byu.net>
1379
1380         * lib/stdlib_.h (EXIT_FAILURE): GNU code expects this to be 1, in
1381         spite of platforms like Tandem/NSK that define it to -1.
1382
1383 2007-03-08  Bruno Haible  <bruno@clisp.org>
1384
1385         * modules/vprintf-posix-tests: New file.
1386         * tests/test-vprintf-posix.sh: New file.
1387         * tests/test-vprintf-posix.c: New file.
1388         * tests/test-printf-posix.h: New file.
1389
1390         * modules/vprintf-posix: New file.
1391         * lib/vprintf.c: New file.
1392         * m4/vprintf-posix.m4: New file.
1393         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VPRINTF_POSIX,
1394         REPLACE_VPRINTF.
1395         * lib/stdio_.h (vprintf): New declaration.
1396         * modules/stdio (Makefile.am): Substitute also GNULIB_VPRINTF_POSIX,
1397         REPLACE_VPRINTF.
1398
1399 2007-03-08  Bruno Haible  <bruno@clisp.org>
1400
1401         * modules/fprintf-posix-tests: New file.
1402         * tests/test-fprintf-posix.sh: New file.
1403         * tests/test-fprintf-posix.c: New file.
1404
1405         * modules/fprintf-posix: New file.
1406         * lib/fprintf.c: New file.
1407         * m4/fprintf-posix.m4: New file.
1408         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FPRINTF_POSIX,
1409         REPLACE_FPRINTF.
1410         * lib/stdio_.h (fprintf): New declaration.
1411         * modules/stdio (Makefile.am): Substitute also GNULIB_FPRINTF_POSIX,
1412         REPLACE_FPRINTF.
1413
1414 2007-03-08  Bruno Haible  <bruno@clisp.org>
1415
1416         * modules/vfprintf-posix-tests: New file.
1417         * tests/test-vfprintf-posix.sh: New file.
1418         * tests/test-vfprintf-posix.c: New file.
1419         * tests/test-fprintf-posix.h: New file.
1420         * tests/test-fprintf-posix.out: New file.
1421
1422         * modules/vfprintf-posix: New file.
1423         * lib/vfprintf.c: New file.
1424         * m4/vfprintf-posix.m4: New file.
1425         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VFPRINTF_POSIX,
1426         REPLACE_VFPRINTF.
1427         * lib/stdio_.h (vfprintf): New declaration.
1428         * modules/stdio (Makefile.am): Substitute also GNULIB_VFPRINTF_POSIX,
1429         REPLACE_VFPRINTF.
1430
1431 2007-03-08  Bruno Haible  <bruno@clisp.org>
1432
1433         * lib/stdio_.h: Treat __need___FILE like __need_FILE.
1434
1435 2007-03-08  Bruno Haible  <bruno@clisp.org>
1436
1437         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Use 'case' statements
1438         instead of 'expr' invocations.
1439         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
1440         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
1441         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
1442         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
1443         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
1444         Suggested by Paul Eggert.
1445
1446 2007-03-08  Bruno Haible  <bruno@clisp.org>
1447
1448         * modules/fseterr-tests: New file.
1449         * tests/test-fseterr.c: New file.
1450
1451         * modules/fseterr: New file.
1452         * lib/fseterr.h: New file.
1453         * lib/fseterr.c: New file.
1454
1455 2007-03-08  Bruno Haible  <bruno@clisp.org>
1456
1457         * lib/fnmatch_.h: Convert tabs in the middle of lines to spaces.
1458         * lib/getopt_.h: Likewise.
1459         * lib/mbswidth.h: Likewise.
1460         * lib/setenv.h: Likewise.
1461         * lib/vasnprintf.h: Likewise.
1462         * lib/vasprintf.h: Likewise.
1463         * lib/verror.h: Likewise.
1464         * lib/xsetenv.h: Likewise.
1465         * lib/xvasprintf.h: Likewise.
1466
1467 2007-03-08  Jim Meyering  <jim@meyering.net>
1468
1469         * users.txt: Add parted.
1470
1471         * ChangeLog: Restore 1500 lines mistakenly removed from the end.
1472
1473 2007-03-07  Bruno Haible  <bruno@clisp.org>
1474
1475         * m4/printf.m4: Make the shell script snippets copy&pastable.
1476
1477 2007-03-02  Bruno Haible  <bruno@clisp.org>
1478
1479         * lib/netinet_in_.h: New file.
1480         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Test whether netinet/in.h
1481         is self-contained. Set ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H.
1482         * modules/netinet_in (Files): Add lib/netinet_in_.h.
1483         (Depends-on): Add absolute-header.
1484         (Makefile.am): Substitute ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H
1485         into netinet/in.h.
1486
1487 2007-03-03  Bruno Haible  <bruno@clisp.org>
1488
1489         * lib/sys_select_.h: New file.
1490         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SELECT): Test whether sys/select.h
1491         is self-contained. Set ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H.
1492         * modules/sys_select (Files): Add lib/sys_select_.h.
1493         (Depends-on): Add absolute-header.
1494         (Makefile.am): Substitute ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H
1495         into sys/select.h.
1496
1497 2007-03-02  Bruno Haible  <bruno@clisp.org>
1498
1499         * lib/socket_.h: If sys/socket.h exists, include that and <sys/types.h>
1500         before it. Turn HAVE_WINSOCK2_H and HAVE_WS2TCPIP_H into configute-time
1501         values.
1502         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Test also whether
1503         <sys/socket.h> is self-contained. Set ABSOLUTE_SYS_SOCKET_H,
1504         HAVE_SYS_SOCKET_H, HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H.
1505         * modules/sys_socket (Depends-on): Add absolute-header.
1506         (Makefile.am): Substitute ABSOLUTE_SYS_SOCKET_H, HAVE_SYS_SOCKET_H,
1507         HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H into sys/socket.h.
1508         (Include): Remove requirement of inclusion of <sys/types.h>.
1509
1510 2007-03-02  Bruno Haible  <bruno@clisp.org>
1511
1512         * lib/byteswap_.h (bswap_32): Fix formula.
1513
1514 2007-03-06  Bruno Haible  <bruno@clisp.org>
1515
1516         * modules/sprintf-posix-tests: New file.
1517         * tests/test-sprintf-posix.c: New file.
1518
1519         * modules/sprintf-posix: New file.
1520         * lib/sprintf.c: New file.
1521         * m4/sprintf-posix.m4: New file.
1522         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_SPRINTF_POSIX,
1523         REPLACE_SPRINTF.
1524         * lib/stdio_.h (sprintf): New declaration.
1525         * modules/stdio (Makefile.am): Substitute also GNULIB_SPRINTF_POSIX,
1526         REPLACE_SPRINTF.
1527
1528 2007-03-06  Bruno Haible  <bruno@clisp.org>
1529
1530         * modules/vsprintf-posix-tests: New file.
1531         * tests/test-vsprintf-posix.c: New file.
1532         * tests/test-sprintf-posix.h: New file.
1533
1534         * modules/vsprintf-posix: New file.
1535         * lib/vsprintf.c: New file.
1536         * m4/vsprintf-posix.m4: New file.
1537         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VSPRINTF_POSIX,
1538         REPLACE_VSPRINTF.
1539         * lib/stdio_.h (vsprintf): New declaration.
1540         * modules/stdio (Makefile.am): Substitute also GNULIB_VSPRINTF_POSIX,
1541         REPLACE_VSPRINTF.
1542
1543 2007-03-06  Bruno Haible  <bruno@clisp.org>
1544
1545         * modules/vsnprintf (Depend-on): Remove minmax.
1546
1547 2007-03-06  Bruno Haible  <bruno@clisp.org>
1548
1549         * modules/snprintf-posix-tests: New file.
1550         * tests/test-snprintf-posix.c: New file.
1551
1552         * modules/snprintf-posix: New file.
1553         * m4/snprintf-posix.m4: New file.
1554         * m4/snprintf.m4 (gl_REPLACE_SNPRINTF): New macro, extracted from
1555         gl_FUNC_SNPRINTF.
1556         (gl_FUNC_SNPRINTF): Invoke it.
1557         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_SNPRINTF.
1558         * lib/stdio_.h (snprintf): Define as a replacement if REPLACE_SNPRINTF
1559         is set.
1560         * modules/stdio (Makefile.am): Substitute also REPLACE_SNPRINTF.
1561
1562 2007-03-06  Bruno Haible  <bruno@clisp.org>
1563
1564         * modules/vsnprintf-posix-tests: New file.
1565         * tests/test-vsnprintf-posix.c: New file.
1566         * tests/test-snprintf-posix.h: New file.
1567
1568         * modules/vsnprintf-posix: New file.
1569         * m4/vsnprintf-posix.m4: New file.
1570         * m4/vsnprintf.m4 (gl_REPLACE_VSNPRINTF): New macro, extracted from
1571         gl_FUNC_VSNPRINTF.
1572         (gl_FUNC_VSNPRINTF): Invoke it.
1573         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_VSNPRINTF.
1574         * lib/stdio_.h (vsnprintf): Define as a replacement if
1575         REPLACE_VSNPRINTF is set.
1576         * modules/stdio (Makefile.am): Substitute also REPLACE_VSNPRINTF.
1577
1578 2007-03-06  Bruno Haible  <bruno@clisp.org>
1579
1580         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Test for vasnprintf here.
1581         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): ... not here.
1582
1583 2007-03-06  Bruno Haible  <bruno@clisp.org>
1584
1585         * lib/math_.h (acosl): Declare also if HAVE_DECL_ACOSL is set.
1586         (asinl): Declare also if HAVE_DECL_ASINL is set.
1587         (atanl): Declare also if HAVE_DECL_ATANL is set.
1588         (ceill): Declare also if HAVE_DECL_CEILL is set.
1589         (cosl): Declare also if HAVE_DECL_COSL is set.
1590         (expl): Declare also if HAVE_DECL_EXPL is set.
1591         (floorl): Declare also if HAVE_DECL_FLOORL is set.
1592         (frexpl): Declare also if HAVE_DECL_FREXPL is set.
1593         (ldexpl): Declare also if HAVE_DECL_LDEXPL is set.
1594         (logl): Declare also if HAVE_DECL_LOGL is set.
1595         (sinl): Declare also if HAVE_DECL_SINL is set.
1596         (sqrtl): Declare also if HAVE_DECL_SQRTL is set.
1597         (tanl): Declare also if HAVE_DECL_TANL is set.
1598         * modules/math (Makefile.am): Substitute the values of HAVE_DECL_*.
1599         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Set HAVE_DECL_* to 1.
1600         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Fix tests for the
1601         declaration of frexpl, ldexpl.
1602         * modules/printf-frexpl (Depends-on): Add math.
1603         * lib/printf-frexp.c (frexpl, ldexpl): Undo last change.
1604
1605 2007-03-05  Bruno Haible  <bruno@clisp.org>
1606
1607         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Also test whether
1608         frexpl and ldexpl are declared.
1609         * lib/printf-frexp.c (frexpl, ldexpl): Provide fallback declarations.
1610
1611 2007-03-05  Bruno Haible  <bruno@clisp.org>
1612
1613         * gnulib-tool (func_get_automake_snippet): Don't synthesize an
1614         EXTRA_lib_SOURCES augmentation for the relocatable-prog-wrapper module.
1615
1616 2007-03-05  Bruno Haible  <bruno@clisp.org>
1617
1618         * lib/stdio_.h: Include <stddef.h>.
1619
1620 2007-03-05  Bruno Haible  <bruno@clisp.org>
1621
1622         * m4/printf.m4 (gl_SNPRINTF_DIRECTIVE_N): New macro.
1623
1624 2007-03-05  Bruno Haible  <bruno@clisp.org>
1625
1626         * m4/printf.m4: Update with info about OpenBSD 3.9, HP-UX 10.20,
1627         NetBSD 4, from Ralf Wildenhues.
1628
1629 2007-03-04  Bruno Haible  <bruno@clisp.org>
1630
1631         * lib/vasprintf.h: Update #if logic for the case when the functions
1632         exist but are overridden.
1633
1634 2007-03-04  Bruno Haible  <bruno@clisp.org>
1635
1636         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Exclude two buggy
1637         implementations: glibc-2.4 and MacOS X 10.3.
1638         * tests/test-vasnprintf-posix.c (test_function): Test also the case
1639         that exhibits the bugs in glibc-2.4 and MacOS X 10.3.
1640         * tests/test-vasprintf-posix.c (test_function): Likewise.
1641
1642 2007-03-04  Bruno Haible  <bruno@clisp.org>
1643
1644         * modules/vasprintf-posix-tests: New file.
1645         * tests/test-vasprintf-posix.c: New file.
1646
1647         * modules/vasprintf-posix: New file.
1648         * lib/vasprintf.h (asprintf, vasprintf): Rename if REPLACE_VASPRINTF is
1649         defined.
1650         * m4/vasprintf-posix.m4: New file.
1651         * m4/vasprintf.m4 (gl_REPLACE_VASPRINTF): New macro, extracted from
1652         gl_FUNC_VASPRINTF.
1653         (gl_FUNC_VASPRINTF): Invoke it.
1654         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Define REPLACE_VASNPRINTF
1655         here.
1656         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Not here.
1657
1658 2007-03-04  Bruno Haible  <bruno@clisp.org>
1659
1660         * lib/sys_time_.h: Rename GETTIMEOFDAY_REPLACEMENT to
1661         REPLACE_GETTIMEOFDAY.
1662         * modules/sys_time (Makefile.am): Likewise.
1663         * m4/sys_time_h.m4: Likewise.
1664         * m4/gettimeofday.m4: Likewise.
1665
1666 2007-03-04  Bruno Haible  <bruno@clisp.org>
1667
1668         * modules/vasnprintf-posix-tests: New file.
1669         * tests/test-vasnprintf-posix.c: New file.
1670
1671         * modules/vasnprintf-posix: New file.
1672         * lib/vasnprintf.c: Include isnan.h, isnanl.h, printf-frexp.h,
1673         printf-frexpl.h.
1674         (VASNPRINTF): Handle the 'a' and 'A' directives here, if needed.
1675         * lib/vasnprintf.h (asnprintf, vasnprintf): Rename if
1676         REPLACE_VASNPRINTF is defined.
1677         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): New macro, extracted from
1678         gl_FUNC_VASNPRINTF.
1679         (gl_FUNC_VASNPRINTF): Invoke it.
1680         * m4/vasnprintf-posix.m4: New file.
1681         * m4/printf.m4: New file.
1682
1683 2007-03-04  Bruno Haible  <bruno@clisp.org>
1684
1685         Compile progreloc.c only if --enable-relocatable is specified.
1686         * m4/relocatable.m4 (gl_RELOCATABLE): Arrange to compile progreloc.c
1687         if --enable-relocatable was specified.
1688         * modules/relocatable-prog (Makefile.am): Remove progreloc.c from
1689         lib_SOURCES.
1690
1691 2007-03-04  Jim Meyering  <jim@meyering.net>
1692
1693         * lib/acl.c (ACL_NOT_WELL_SUPPORTED): New macro.
1694         Use it consistently, rather than enumerating errno constants.
1695
1696 2007-03-04  Bruno Haible  <bruno@clisp.org>
1697
1698         * modules/xvasprintf-tests: New file.
1699         * tests/test-xvasprintf.c: New file.
1700
1701         * modules/vasprintf-tests: New file.
1702         * tests/test-vasprintf.c: New file.
1703
1704         * modules/vasnprintf-tests: New file.
1705         * tests/test-vasnprintf.c: New file.
1706
1707         * modules/vsnprintf-tests: New file.
1708         * tests/test-vsnprintf.c: New file.
1709
1710         * modules/snprintf-tests: New file.
1711         * tests/test-snprintf.c: New file.
1712
1713 2007-03-04  Bruno Haible  <bruno@clisp.org>
1714
1715         Compile relocatable.c only if --enable-relocatable is specified.
1716         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY_BODY): Renamed from
1717         gl_RELOCATABLE_LIBRARY.
1718         (gl_RELOCATABLE_LIBRARY, gl_RELOCATABLE_LIBRARY_SEPARATE): New macros.
1719         * m4/relocatable.m4 (gl_RELOCATABLE): Invoke gl_RELOCATABLE_LIBRARY.
1720         (gl_RELOCATABLE_BODY): Require gl_RELOCATABLE_LIBRARY_BODY instead of
1721         gl_RELOCATABLE_LIBRARY.
1722         * modules/relocatable-lib (configure.ac): Invoke gl_RELOCATABLE_LIBRARY.
1723         (Makefile.am): Remove lib_SOURCES.
1724         * modules/relocatable-lib-lgpl (configure.ac): Invoke
1725         gl_RELOCATABLE_LIBRARY.
1726         (Makefile.am): Remove lib_SOURCES.
1727         * modules/relocatable-prog (Makefile.am): Don't compile relocatable.c
1728         always.
1729         * modules/relocatable-prog-wrapper (configure.ac): Invoke
1730         gl_RELOCATABLE_LIBRARY_SEPARATE instead of gl_RELOCATABLE_LIBRARY.
1731
1732 2007-03-04  Bruno Haible  <bruno@clisp.org>
1733
1734         * modules/argmatch-tests: New file.
1735         * tests/test-argmatch.c: New file.
1736
1737         * tests/test-allocsa.c (main): Halve the number of loop runs.
1738
1739         * modules/alloca-opt-tests: New file.
1740         * tests/test-alloca-opt.c: New file.
1741
1742 2007-03-04  Jim Meyering  <jim@meyering.net>
1743
1744         Work around difference between Linux ACLs and Solaris 10 ZFS.
1745         * lib/acl.c (set_acl): Revert to using chmod_or_fchmod also
1746         for EINVAL.
1747
1748 2007-03-03  Bruno Haible  <bruno@clisp.org>
1749
1750         * modules/relocatable-prog (Depends-on): Add back progreloc's
1751         dependencies: canonicalize-lgpl, xalloc, xreadlink, stdbool, unistd.
1752
1753 2007-03-03  Bruno Haible  <bruno@clisp.org>
1754
1755         * modules/relocatable-lib-lgpl: Renamed from modules/relocatable-lib.
1756         * modules/relocatable-lib: New file.
1757
1758 2007-03-03  Bruno Haible  <bruno@clisp.org>
1759
1760         * modules/relocatable-prog: Renamed from modules/relocatable.
1761         * doc/relocatable-maint.texi: Talk about module 'relocatable-prog'.
1762
1763 2007-03-03  Bruno Haible  <bruno@clisp.org>
1764
1765         * modules/relocatable-script (Files): Add doc/relocatable.texi,
1766         m4/relocatable-lib.m4.
1767         (Depends-on): Remove 'relocatable'.
1768         (configure.ac): Add gl_RELOCATABLE_NOP.
1769
1770 2007-03-03  Bruno Haible  <bruno@clisp.org>
1771
1772         * modules/relocatable-prog-wrapper: New file.
1773         * modules/relocatable (Depends-on): Add it. Remove all other
1774         dependencies except progname.
1775         (Files): Remove build-aux/install-reloc, lib/relocwrapper.c.
1776
1777         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): New macro.
1778         (gl_FUNC_STRERROR): Nop.
1779         * lib/strerror.c: Compile the file only if !HAVE_STRERROR.
1780
1781         * m4/setenv.m4 (gl_FUNC_SETENV_SEPARATE): New macro.
1782         * lib/setenv.c: Compile the file only if _LIBC || !HAVE_SETENV.
1783
1784         * m4/readlink.m4 (gl_FUNC_READLINK_SEPARATE): New macro.
1785         (gl_FUNC_READLINK): Update.
1786
1787         * m4/canonicalize-lgpl.m4 (gl_CANONICALIZE_LGPL_SEPARATE): New macro.
1788
1789 2007-03-03  Bruno Haible  <bruno@clisp.org>
1790
1791         * lib/xreadlink.c: Include <unistd.h> unconditionally.
1792         * modules/xreadlink (Depends-on): Add unistd.
1793         * modules/xreadlink-with-size (Depends-on): Likewise.
1794
1795 2007-03-03  Bruno Haible  <bruno@clisp.org>
1796
1797         * m4/setenv.m4 (gl_FUNC_SETENV, gl_FUNC_UNSETENV): New macros,
1798         extracted from gt_FUNC_SETENV.
1799         (gt_FUNC_SETENV): Remove macro.
1800         * modules/setenv (configure.ac): Add gl_FUNC_SETENV, gl_FUNC_UNSETENV,
1801         remove gt_FUNC_SETENV.
1802
1803 2007-03-03  Bruno Haible  <bruno@clisp.org>
1804
1805         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY): Define
1806         ENABLE_RELOCATABLE here.
1807         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): Don't define it here.
1808
1809 2007-03-03  Bruno Haible  <bruno@clisp.org>
1810
1811         * modules/rbtreehash-list-tests (Depends-on): Add progname.
1812         * tests/test-rbtreehash_list.c: Include progname.h.
1813         (main): Call set_program_name.
1814
1815         * modules/rbtree-oset-tests (Depends-on): Add progname.
1816         * tests/test-rbtree_oset.c: Include progname.h.
1817         (main): Call set_program_name.
1818
1819         * modules/rbtree-list-tests (Depends-on): Add progname.
1820         * tests/test-rbtree_list.c: Include progname.h.
1821         (main): Call set_program_name.
1822
1823         * modules/linked-list-tests (Depends-on): Add progname.
1824         * tests/test-linked_list.c: Include progname.h.
1825         (main): Call set_program_name.
1826
1827 2007-03-03  Bruno Haible  <bruno@clisp.org>
1828
1829         * lib/glob-libc.h (_Restrict_): New macro, copied from lib/regex.h.
1830         All uses of __restrict changed to _Restrict_.
1831         * lib/glob_.h (__restrict): Remove macro.
1832
1833 2007-03-02  Bruno Haible  <bruno@clisp.org>
1834
1835         * modules/gettext (configure.ac): Require gettext infrastructure
1836         from version 0.16.1.
1837
1838 2007-03-02  Bruno Haible  <bruno@clisp.org>
1839
1840         * modules/linkedhash-list-tests (Depends-on): Add progname.
1841         * tests/test-linkedhash_list.c: Include progname.h.
1842         (main): Call set_program_name.
1843
1844         * modules/carray-list-tests (Depends-on): Add progname.
1845         * tests/test-carray_list.c: Include progname.h.
1846         (main): Call set_program_name.
1847
1848         * modules/avltreehash-list-tests (Depends-on): Add progname.
1849         * tests/test-avltreehash_list.c: Include progname.h.
1850         (main): Call set_program_name.
1851
1852         * modules/avltree-oset-tests (Depends-on): Add progname.
1853         * tests/test-avltree_oset.c: Include progname.h.
1854         (main): Call set_program_name.
1855
1856         * modules/avltree-list-tests (Depends-on): Add progname.
1857         * tests/test-avltree_list.c: Include progname.h.
1858         (main): Call set_program_name.
1859
1860         * modules/array-oset-tests (Depends-on): Add progname.
1861         * tests/test-array_oset.c: Include progname.h.
1862         (main): Call set_program_name.
1863
1864         * modules/array-list-tests (Depends-on): Add progname.
1865         * tests/test-array_list.c: Include progname.h.
1866         (main): Call set_program_name.
1867
1868         * modules/argp-tests (Depends-on): Add progname.
1869         * tests/test-argp.c: Include argp.h first. Include progname.h.
1870         (main): Call set_program_name.
1871
1872 2007-03-02  Paul Eggert  <eggert@cs.ucla.edu>
1873
1874         * doc/gnulib-tool.texi (Initial import): Reword description of
1875         _FILE_OFFSET_BITS and _GNU_SOURCE, since they sometimes have a
1876         limited effect even if defined after the first system include.
1877
1878 2007-03-01  Bruno Haible  <bruno@clisp.org>
1879
1880         * build-aux/config.libpath: Update to libtool-1.5.22.
1881         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
1882
1883 2007-03-01  Bruno Haible  <bruno@clisp.org>
1884
1885         * doc/relocatable-maint.texi: Recommend to set foo_CPPFLAGS, not
1886         foo_CFLAGS.
1887         Reported by Ralf Wildenhues.
1888
1889 2007-03-01  Bruno Haible  <bruno@clisp.org>
1890
1891         * build-aux/install-reloc: Remove object files left over by some
1892         compilers.
1893         Reported by Ralf Wildenhues.
1894
1895 2007-03-01  Bruno Haible  <bruno@clisp.org>
1896
1897         * build-aux/install-reloc: Break long lines.
1898
1899 2007-03-01  Bruno Haible  <bruno@clisp.org>
1900
1901         * doc/relocatable.texi: Document that it may not work on OpenBSD.
1902         Reported by Ralf Wildenhues.
1903
1904 2007-03-01  Bruno Haible  <bruno@clisp.org>
1905
1906         * doc/gnulib-tool.texi (Initial import): Remove paragraph about
1907         include ordering constraints.
1908
1909 2007-03-01  Paul Eggert  <eggert@cs.ucla.edu>
1910
1911         Followup to the 2007-02-12 patch, using suggestions from Bruno Haible in
1912         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00136.html>.
1913         * doc/gnulib-tool.texi (Initial import): Mention _FILE_OFFSET_BITS
1914         as another example.
1915         * lib/time_.h: Fix misspelling.
1916         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
1917         Require gl_HEADER_TIME_H_DEFAULTS.
1918         * m4/strptime.m4 (gl_FUNC_STRPTIME): Likewise.
1919         * m4/time_r.m4 (gl_TIME_R): Likewise.
1920         * m4/timegm.m4 (gl_FUNC_TIMEGM): Likewise.
1921
1922 2007-03-01  Bruno Haible  <bruno@clisp.org>
1923
1924         * m4/utimecmp.m4 (gl_UTIMECMP): Don't require gl_TIMESPEC.
1925         * m4/utimens.m4 (gl_UTIMENS): Likewise.
1926
1927 2007-03-01  Jim Meyering  <jim@meyering.net>
1928
1929         * modules/xreadlink (Maintainer): Add my name.
1930         * modules/xreadlink-with-size (Depends-on): Alphabetize.
1931
1932 2007-02-26  Ben Pfaff  <blp@cs.stanford.edu>
1933             Bruno Haible  <bruno@clisp.org>
1934
1935         * build-aux/install-reloc: Compile also c-ctype.c.
1936         * build-aux/relocatable.sh.in: New file.
1937         * doc/relocatable.texi: New file.
1938         * doc/relocatable-maint.texi: New file.
1939         * doc/gnulib.texi: Include relocatable-maint.texi.
1940         * lib/progreloc.c: Include unistd.h unconditionally.
1941         * lib/relocwrapper.c: Include unistd.h unconditionally.
1942         Include c-ctype.h.
1943         (add_dotbin): Use c_tolower.
1944         * m4/relocatable-lib.m4: New file, extracted from m4/relocatable.m4.
1945         (gl_RELOCATABLE_LIBRARY): Renamed from AC_RELOCATABLE_LIBRARY.
1946         (gl_RELOCATABLE_NOP): Renamed from AC_RELOCATABLE_NOP.
1947         * m4/relocatable.m4 (AC_RELOCATABLE_LIBRARY, AC_RELOCATABLE_NOP): Move
1948         to m4/relocatable-lib.m4.
1949         (gl_RELOCATABLE): Renamed from AC_RELOCATABLE. Set also
1950         RELOCATABLE_CONFIG_H_DIR, RELOCATABLE_SRC_DIR, RELOCATABLE_BUILD_DIR.
1951         (gl_RELOCATABLE_BODY): Renamed from AC_RELOCATABLE_BODY. Don't
1952         require obsolete macro AC_EXEEXT. Don't check for unistd.h. Don't set
1953         SET_RELOCATABLE. Instead set RELOCATABLE_LDFLAGS, INSTALL_PROGRAM_ENV.
1954         * modules/relocatable: New file.
1955         * modules/relocatable-lib: New file.
1956         * modules/relocatable-script: New file.
1957
1958 2007-02-28  Bruno Haible  <bruno@clisp.org>
1959
1960         Import --enable-relocatable infrastructure.
1961         * build-aux/config.libpath: New file, from GNU gettext.
1962         * build-aux/install-reloc: New file, from GNU gettext.
1963         * build-aux/reloc-ldflags: New file, from GNU gettext.
1964         * lib/relocatable.h: New file, from GNU gettext.
1965         * lib/relocatable.c: New file, from GNU gettext.
1966         * lib/relocwrapper.c: New file, from GNU gettext.
1967         * m4/relocatable.m4: New file, from GNU gettext.
1968
1969 2007-02-28  Bruno Haible  <bruno@clisp.org>
1970
1971         * MODULES.html.sh (File system functions): Add xreadlink-with-size.
1972
1973         * modules/xreadlink: New file, from GNU gettext with modifications.
1974         * lib/xreadlink.c: New file, from GNU gettext.
1975         * lib/xreadlink.h: Add comments.
1976         (xreadlink): New declaration.
1977
1978         * modules/xreadlink-with-size: Renamed from modules/xreadlink.
1979         (Files): Remove m4/xreadlink.m4. Replace lib/xreadlink.c with
1980         lib/xreadlink-with-size.c.
1981         (configure.ac): Remove gl_XREADLINK invocation.
1982         (Makefile.am): Augment lib_SOURCES.
1983         * m4/xreadlink.m4: Remove file.
1984         * lib/xreadlink-with-size.c: Renamed from lib/xreadlink.c.
1985         (xreadlink_with_size): Renamed from xreadink.
1986         * lib/xreadlink.h (xreadlink_with_size): Renamed from xreadink.
1987         * modules/canonicalize (Depends-on): Replace xreadlink with
1988         xreadlink-with-size.
1989         * lib/canonicalize.c (canonicalize_filename_mode): Update.
1990
1991 2007-02-25  Jim Meyering  <jim@meyering.net>
1992
1993         * build-aux/announce-gen: When complaining about excess arguments,
1994         list them.
1995
1996 2007-02-25  Paul Eggert  <eggert@cs.ucla.edu>
1997
1998         * README: Document signed integer overflow situation more
1999         accurately.
2000
2001 2007-02-25  Bruno Haible  <bruno@clisp.org>
2002
2003         * lib/vasnprintf.c (VASNPRINTF): Fix estimate of size needed for a
2004         'a' or 'A' conversion.
2005
2006 2007-02-25  Bruno Haible  <bruno@clisp.org>
2007
2008         * modules/filename: Renamed from modules/pathname.
2009         (Files): Replace lib/pathname.h with lib/filename.h. Replace
2010         lib/concatpath.c with lib/concat-filename.c.
2011         (Makefile.am): Update.
2012         (Include): Replace pathname.h with filename.h.
2013         * lib/filename.h: Renamed from lib/pathname.h.
2014         (concatenated_filename): Renamed from concatenated_pathname.
2015         * lib/concat-filename.c: Renamed from lib/concatpath.c.
2016         (concatenated_filename): Renamed from concatenated_pathname.
2017         * lib/findprog.c: Include filename.h instead of pathname.h.
2018         (find_in_path): Update.
2019         * lib/javacomp.c: Include filename.h instead of pathname.h.
2020         (is_envjavac_gcj43_usable, is_envjavac_oldgcj_14_14_usable,
2021         is_envjavac_oldgcj_14_13_usable, is_envjavac_nongcj_usable,
2022         is_gcj_present, is_gcj43_usable, is_oldgcj_14_14_usable,
2023         is_oldgcj_14_13_usable, is_javac_usable): Update.
2024         * lib/javaexec.c: Include filename.h instead of pathname.h.
2025         (execute_java_class): Update.
2026         * modules/findprog: Update.
2027         * modules/javacomp: Update.
2028         * modules/javaexec: Update.
2029         * MODULES.html.sh (File system functions): Add 'filename', remove
2030         'pathname'.
2031
2032 2007-02-25  Bruno Haible  <bruno@clisp.org>
2033
2034         * modules/printf-frexpl-tests: New file.
2035         * tests/test-printf-frexpl.c: New file.
2036
2037         * modules/printf-frexpl: New file.
2038         * lib/printf-frexpl.h: New file.
2039         * lib/printf-frexpl.c: New file.
2040         * m4/printf-frexpl.m4: New file.
2041
2042 2007-02-25  Bruno Haible  <bruno@clisp.org>
2043
2044         * modules/printf-frexp-tests: New file.
2045         * tests/test-printf-frexp.c: New file.
2046
2047         * modules/printf-frexp: New file.
2048         * lib/printf-frexp.h: New file.
2049         * lib/printf-frexp.c: New file.
2050         * m4/printf-frexp.m4: New file.
2051
2052 2007-02-25  Bruno Haible  <bruno@clisp.org>
2053
2054         Assume automake >= 1.10 for the tests.
2055         * modules/arcfour-tests (TESTS): Remove $(EXEEXT) suffix.
2056         * modules/arctwo-tests: Likewise.
2057         * modules/argp-tests: Likewise.
2058         * modules/avltree-list-tests: Likewise.
2059         * modules/avltree-oset-tests: Likewise.
2060         * modules/avltreehash-list-tests: Likewise.
2061         * modules/carray-list-tests: Likewise.
2062         * modules/crc-tests: Likewise.
2063         * modules/des-tests: Likewise.
2064         * modules/gc-arcfour-tests: Likewise.
2065         * modules/gc-arctwo-tests: Likewise.
2066         * modules/gc-des-tests: Likewise.
2067         * modules/gc-hmac-md5-tests: Likewise.
2068         * modules/gc-hmac-sha1-tests: Likewise.
2069         * modules/gc-md2-tests: Likewise.
2070         * modules/gc-md4-tests: Likewise.
2071         * modules/gc-md5-tests: Likewise.
2072         * modules/gc-pbkdf2-sha1-tests: Likewise.
2073         * modules/gc-rijndael-tests: Likewise.
2074         * modules/gc-sha1-tests: Likewise.
2075         * modules/gc-tests: Likewise.
2076         * modules/getaddrinfo-tests: Likewise.
2077         * modules/hmac-md5-tests: Likewise.
2078         * modules/hmac-sha1-tests: Likewise.
2079         * modules/linked-list-tests: Likewise.
2080         * modules/linkedhash-list-tests: Likewise.
2081         * modules/lock-tests: Likewise.
2082         * modules/md2-tests: Likewise.
2083         * modules/md4-tests: Likewise.
2084         * modules/md5-tests: Likewise.
2085         * modules/rbtree-list-tests: Likewise.
2086         * modules/rbtree-oset-tests: Likewise.
2087         * modules/rbtreehash-list-tests: Likewise.
2088         * modules/read-file-tests: Likewise.
2089         * modules/rijndael-tests: Likewise.
2090         * modules/stdint-tests: Likewise.
2091         * modules/tls-tests: Likewise.
2092
2093 2007-02-24  Bruno Haible  <bruno@clisp.org>
2094
2095         * lib/isnanl.h (isnanl): Define through isnan if isnan is a macro.
2096         * m4/isnan.m4 (gl_FUNC_ISNAN_NO_LIBM): Don't check for isnan as a
2097         function; instead check whether isnan with a double argument links.
2098         * m4/isnanl.m4 (gl_FUNC_ISNANL_NO_LIBM): Don't check for isnanl as a
2099         function; instead check whether isnan with a 'long double' argument
2100         links.
2101         Reported by Eric Blake <ebb9@byu.net>.
2102
2103 2007-02-24  Bruno Haible  <bruno@clisp.org>
2104
2105         * lib/isnan.c: Support the 'long double' case if USE_LONG_DOUBLE is
2106         defined.
2107         * lib/isnanl.c: Remove all code. Just include isnan.c.
2108         * modules/isnanl-nolibm (Files): Add lib/isnan.c.
2109
2110 2007-02-25  Jim Meyering  <jim@meyering.net>
2111
2112         Avoid conflicting types for 'unsetenv' on FreeBSD.
2113         * lib/putenv.c (_unsetenv): Rename from "unsetenv", to avoid
2114         conflicting with FreeBSD's (5.0 and 6.1) function declaration
2115         in stdlib.h.
2116
2117 2007-02-24  Bruno Haible  <bruno@clisp.org>
2118
2119         * modules/isnanl-nolibm-tests: New file.
2120         * tests/test-isnanl.c: New file.
2121
2122         * modules/isnanl-nolibm: New file.
2123         * lib/isnanl.h: New file.
2124         * lib/isnanl.c: New file.
2125         * m4/isnanl.m4: New file.
2126
2127 2007-02-24  Bruno Haible  <bruno@clisp.org>
2128
2129         * modules/isnan-nolibm-tests: New file.
2130         * tests/test-isnan.c: New file.
2131
2132         * modules/isnan-nolibm: New file.
2133         * lib/isnan.h: New file.
2134         * lib/isnan.c: New file.
2135         * m4/isnan.m4: New file.
2136
2137 2007-02-24  Bruno Haible  <bruno@clisp.org>
2138
2139         * lib/frexpl.c (frexpl): Correct return values for x = 1.0L. Don't
2140         assume that an exponent fits in 20 bits.
2141
2142 2007-02-24  Jim Meyering  <jim@meyering.net>
2143
2144         * m4/regex.m4: Update the description of the configure-time option,
2145         --without-included-regex, to state accurately what the defaults are,
2146         and perhaps to give people an idea why using this option is risky.
2147
2148 2007-02-24  Paul Eggert  <eggert@cs.ucla.edu>
2149
2150         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check for a nanosleep that
2151         loops on small arguments.  This attempts to avoid the problem
2152         Bruno Haible reported for AIX 4.3.2 in
2153         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00309.html>.
2154
2155 2007-02-23  Bruno Haible  <bruno@clisp.org>
2156
2157         * m4/perl.m4 (gl_PERL): Require version 5.005, not 5.003.
2158         Needed for help2man.
2159
2160 2007-02-23  Karl Berry  <karl@gnu.org>
2161
2162         * doc/gnulib-tool.texi (CVS Issues): mention that when foo_.h
2163         exists, foo.h should be cvs-ignored, not committed.
2164
2165 2007-02-23  Eric Blake  <ebb9@byu.net>
2166
2167         * lib/getdate.h (includes):  Include <time.h>, not "timespec.h".
2168         * lib/stat-time.h (includes): Likewise.
2169         * lib/utimecmp.c (includes): Likewise.
2170         * lib/utimens.h (includes): Likewise.
2171         * lib/getdate.y (includes): Also include "timespec.h" for use
2172         internal to the module.
2173         * modules/utimens (Depends-on): Revert yesterday's patch.
2174         * modules/nanosleep (Depends-on): Add missing dependency.
2175
2176 2007-02-22  Bruno Haible  <bruno@clisp.org>
2177
2178         * lib/glob.c: Don't include getlogin_r.h.
2179
2180 2007-02-22  Jim Meyering  <jim@meyering.net>
2181
2182         * modules/utimens (Depends-on): Add timespec, required for
2183         utimens.h's inclusion of timespec.h.
2184
2185 2007-02-21  Paul Eggert  <eggert@cs.ucla.edu>
2186
2187         * lib/getcwd.c (__getcwd): Undo previous change; it mishandled
2188         long unreadable paths in GNU/Linux.  Problem reported by Andreas
2189         Schwab in
2190         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00261.html>.
2191         I'll try to think of a better way to fix the Solaris problem.
2192
2193         * lib/getcwd.c (__getcwd): Don't assume getcwd (NULL, 0) works
2194         like glibc; on Solaris 10, it fails with errno == EINVAL.
2195         POSIX says the behavior is unspecified if the first argument is NULL,
2196         so play it safe and never pass NULL to the system getcwd.
2197
2198 2007-02-21  Jim Meyering  <jim@meyering.net>
2199
2200         * lib/gettimeofday.c (rpl_gettimeofday): Remove declaration
2201         of gettimeofday.  It would conflict with the one now always
2202         provided via sys_time_.h.  Reported by Matthew Woehlke, as
2203         an IRIX 6.5 build failure.
2204
2205 2007-02-20  Paul Eggert  <eggert@cs.ucla.edu>
2206
2207         Minor fixups to port to Solaris 10 with Sun C 5.8.
2208         * lib/getcwd.c [!_LIBC]: Include dirfd.h, since we use dirfd.
2209         * modules/getcwd (Depends-on): Add dirfd.
2210         * lib/putenv.c (putenv): #undef it.
2211         (rpl_putenv): New decl.
2212         (malloc, free): Include <stdlib.h> rather than prototyping separately.
2213
2214 2007-02-20  Bruno Haible  <bruno@clisp.org>
2215
2216         * modules/stdio-tests: New file.
2217         * tests/test-stdio.c: New file.
2218
2219         * modules/vsnprintf (Files): Remove lib/vsnprintf.h.
2220         (Depends-on): Add stdio.
2221         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
2222         (Include): Use <stdio.h> instead of vsnprintf.h.
2223         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
2224         HAVE_DECL_VSNPRINTF.
2225         * lib/vsnprintf.c: Include <stdio.h> instead of vsnprintf.h.
2226
2227         * modules/snprintf (Files): Remove lib/snprintf.h.
2228         (Depends-on): Add stdio.
2229         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
2230         (Include): Use <stdio.h> instead of snprintf.h.
2231         * m4/snprintf.m4 (gl_FUNC_SNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
2232         HAVE_DECL_SNPRINTF.
2233         * lib/snprintf.c: Include <stdio.h> instead of snprintf.h.
2234         * lib/getaddrinfo.c: Likewise.
2235
2236         * modules/stdio: New file.
2237         * lib/stdio_.h: New file, incorporating snprintf.h and vsnprintf.h.
2238         * lib/snprintf.h: Remove file.
2239         * lib/vsnprintf.h: Remove file.
2240         * lib/.cppi-disable: Remove snprintf.h.
2241         * m4/stdio_h.m4: New file.
2242         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdio.
2243
2244 2007-02-20  Jim Meyering  <jim@meyering.net>
2245
2246         * lib/ftruncate.c [HAVE_CHSIZE]: Document that this code is
2247         used by e.g., mingw.  From Bruno Haible.
2248
2249 2007-02-19  Bruno Haible  <bruno@clisp.org>
2250
2251         * lib/string_.h: Use "#pragma GCC system_header" to suppress some gcc
2252         warnings.
2253         Reported by Ben Pfaff <blp@cs.stanford.edu>.
2254
2255 2007-02-19  Bruno Haible  <bruno@clisp.org>
2256
2257         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Don't request a complaint mail
2258         from mingw users.
2259
2260 2007-02-19  Bruno Haible  <bruno@clisp.org>
2261
2262         * lib/stdlib_.h: Use "#pragma GCC system_header" to suppress some gcc
2263         warnings.
2264         Reported by Joel E. Denny <jdenny@ces.clemson.edu> via Paul Eggert.
2265
2266 2007-02-19  Jim Meyering  <jim@meyering.net>
2267
2268         Don't use FD after a successful "fdopendir (fd)".
2269         * lib/getcwd.c (__getcwd) [AT_FDCWD]: fdopendir (fd) usually closes fd.
2270         Reset it by calling dirfd on the just-obtained DIR*.
2271
2272         * m4/ftruncate.m4: Adjust comment to give this module a 3-year reprieve.
2273         Prompted by a report from Bruno Haible that mingw lacks ftruncate.
2274
2275 2007-02-18  Bruno Haible  <bruno@clisp.org>
2276
2277         * lib/readlink.c: Include <unistd.h>.
2278         * m4/readlink.m4 (gl_FUNC_READLINK): Require gl_UNISTD_H_DEFAULTS. Set
2279         HAVE_READLINK.
2280         * modules/readlink (Depends-on): Add unistd.
2281         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
2282         (Include): Add <unistd.h>.
2283
2284         * lib/getlogin_r.h: Remove file.
2285         * lib/getlogin_r.c: Include <unistd.h> instead of getlogin_r.h.
2286         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE): Remove macro.
2287         (gl_GETLOGIN_R): Inline it here. Require gl_UNISTD_H_DEFAULTS. Set
2288         HAVE_DECL_GETLOGIN_R.
2289         * modules/getlogin_r (Files): Remove lib/getlogin_r.h.
2290         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
2291         (Include): Use <unistd.h> instead of getlogin_r.h.
2292
2293         * lib/getcwd.h: Remove file.
2294         * lib/getcwd.c: Include <unistd.h> instead of getcwd.h.
2295         * lib/xgetcwd.c: Likewise.
2296         * m4/getcwd.m4 (gl_FUNC_GETCWD): Require gl_UNISTD_H_DEFAULTS. Set
2297         REPLACE_GETCWD. Don't define __GETCWD_PREFIX.
2298         * modules/getcwd (Files): Remove lib/getcwd.h.
2299         (Depends-on): Add unistd.
2300         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
2301         (Include): Use <unistd.h> instad of getcwd.h.
2302
2303         * lib/ftruncate.c: Include <unistd.h> first.
2304         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Require gl_UNISTD_H_DEFAULTS.
2305         Set HAVE_FTRUNCATE.
2306         * modules/ftruncate (Depends-on): Add unistd.
2307         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
2308
2309         * lib/fchdir.c: Include <unistd.h> first.
2310         * lib/dirent_.h: Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT.
2311         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_UNISTD_H_DEFAULTS instead
2312         of gl_HEADER_UNISTD_DEFAULTS. Set REPLACE_FCHDIR. Don't set UNISTD_H.
2313         * modules/fchdir (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
2314         (Makefile.am): Substitute also REPLACE_FCHDIR into dirent.h.
2315
2316         * lib/dup2.c: Include <unistd.h> first.
2317         * m4/dup2.m4 (gl_FUNC_DUP2): Require gl_UNISTD_H_DEFAULTS. Set
2318         HAVE_DUP2.
2319         * modules/dup2 (Depends-on): Add unistd.
2320         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
2321
2322         * lib/chown.c: Include <unistd.h> first. Undefine chown later.
2323         * m4/chown.m4 (gl_FUNC_CHOWN): Require gl_UNISTD_H_DEFAULTS. Set
2324         REPLACE_CHOWN. Don't define chown as a macro here.
2325         * modules/chown (Depends-on): Add unistd.
2326         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
2327
2328         * lib/unistd_.h: Test HAVE_UNISTD_H determined at configure time.
2329         Add definition for GL_LINK_WARNING.
2330         (chown, dup2): New declarations.
2331         (fchdir): Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT. Provide optional
2332         link warning.
2333         (ftruncate): New declaration.
2334         (getcwd): New declaration, taken from old getcwd.h.
2335         (getlogin_r): New declaration, taken from old getlogin_r.h.
2336         (readlink): New declaration.
2337         * m4/unistd_h.m4 (gl_UNISTD_H): Renamed from gl_HEADER_UNISTD. Don't
2338         set UNISTD_H. Inline gl_PREREQ_UNISTD. Set HAVE_UNISTD_H.
2339         (gl_PREREQ_UNISTD): Remove macro.
2340         (gl_UNISTD_MODULE_INDICATOR): New macro.
2341         (gl_UNISTD_H_DEFAULTS): Renamed from gl_HEADER_UNISTD_DEFAULTS. Set
2342         many new variables. Don't set UNISTD_H.
2343         * modules/unistd (Description): Change.
2344         (Depends-on): Add link-warning.
2345         (configure.ac): Update.
2346         (Makefile.am): Create unistd.h always. Substitute many new variables
2347         into it.
2348
2349 2007-02-18  Bruno Haible  <bruno@clisp.org>
2350
2351         * lib/stdlib_.h (getsubopt): New declaration, copied from getsubopt.h.
2352         * modules/stdlib (stdlib.h): Also substitute GNULIB_GETSUBOPT and
2353         HAVE_GETSUBOPT.
2354         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Also initialize
2355         GNULIB_GETSUBOPT and HAVE_GETSUBOPT.
2356         * lib/getsubopt.h: Remove file.
2357         * modules/getsubopt (Files): Remove lib/getsubopt.h.
2358         (Depends-on): Add stdlib.
2359         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
2360         (Includes): Use <stdlib.h> instead of getsubopt.h.
2361         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Require gl_STDLIB_H_DEFAULTS.
2362         Set HAVE_GETSUBOPT.
2363         * lib/getsubopt.c: Don't include getsubopt.h.
2364
2365 2007-02-18  Bruno Haible  <bruno@clisp.org>
2366
2367         * modules/fchdir (Depends-on): Add dup2.
2368
2369 2007-02-18  Bruno Haible  <bruno@clisp.org>
2370
2371         * lib/stdlib_.h: Handle glibc's special invocation convention
2372         specially.
2373
2374 2007-02-18  Bruno Haible  <bruno@clisp.org>
2375
2376         * modules/stdlib-tests: New file.
2377         * tests/test-stdlib.c: New file.
2378
2379         * modules/mkstemp (Files): Remove lib/mkstemp.h.
2380         (Depends-on): Add stdlib.
2381         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
2382         (Includes): Use <stdlib.h> instead of mkstemp.h.
2383         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require gl_STDLIB_H_DEFAULTS. Set
2384         REPLACE_MKSTEMP. Remove definition of __MKSTEMP_PREFIX.
2385         * lib/mkstemp.c: Don't include mkstemp.h.
2386         * lib/mkstemp-safer.c: Include <stdlib.h> instead of mkstemp.h.
2387         * lib/stdlib--.h: Don't include mkstemp.h.
2388
2389         * modules/mkdtemp (Files): Remove lib/mkdtemp.h.
2390         (Depends-on): Add stdlib.
2391         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
2392         (Includes): Use <stdlib.h> instead of mkdtemp.h.
2393         * m4/mkdtemp.m4 (gt_FUNC_MKDTEMP): Require gl_STDLIB_H_DEFAULTS. Set
2394         HAVE_MKDTEMP.
2395         * lib/mkdtemp.c: Don't include mkdtemp.h.
2396         * lib/clean-temp.c: Don't include mkdtemp.h.
2397
2398         * modules/exit (Files): Remove lib/exit.h.
2399         (Depends-on): Add stdlib.
2400         (Makefile.am): Remove lib_SOURCES.
2401         (Include): Use <stdlib.h> instead of exit.h.
2402         * lib/argmatch.c: Don't include exit.h.
2403         * lib/execute.c: Likewise.
2404         * lib/pagealign_alloc.c: Likewise.
2405         * lib/pipe.c: Likewise.
2406         * lib/wait-process.c: Likewise.
2407         * lib/copy-file.c: Include <stdlib.h> instead of exit.h.
2408         * lib/exitfail.c: Likewise.
2409         * lib/savewd.c: Likewise.
2410         * lib/xsetenv.c: Likewise.
2411
2412         * modules/stdlib: New file.
2413         * lib/stdlib_.h: New file, incorporating exit.h, mkdtemp.h, mkstemp.h
2414         and extra comments about mkstemp().
2415         * lib/exit.h: Remove file.
2416         * lib/mkdtemp.h: Remove file.
2417         * lib/mkstemp.h: Remove file.
2418         * m4/stdlib_h.m4: New file.
2419         * MODULES.html.sh (Support for systems lacking ANSI C 89): Add stdlib.
2420
2421 2007-02-18  Bruno Haible  <bruno@clisp.org>
2422
2423         * modules/math-tests: New file.
2424         * tests/test-math.c: New file.
2425
2426         * modules/math: New file.
2427         * modules/mathl (Files): Remove lib/mathl.h.
2428         (Depends-on): Add math.
2429         (Makefile.am): Don't mention mathl.h.
2430         (Include): Use <math.h> instead of mathl.h.
2431         * lib/math_.h: New file.
2432         * lib/mathl.h: Remove file.
2433         * lib/acosl.c: Include <config.h> and <math.h> first. Don't include
2434         mathl.h.
2435         * lib/asinl.c: Likewise.
2436         * lib/atanl.c: Likewise.
2437         * lib/ceill.c: Likewise.
2438         * lib/cosl.c: Likewise.
2439         * lib/expl.c: Likewise.
2440         * lib/floorl.c: Likewise.
2441         * lib/frexpl.c: Likewise.
2442         * lib/ldexpl.c: Likewise.
2443         * lib/logl.c: Likewise.
2444         * lib/sincosl.c: Likewise.
2445         * lib/sinl.c: Likewise.
2446         * lib/sqrtl.c: Likewise.
2447         * lib/tanl.c: Likewise.
2448         * lib/trigl.c: Likewise.
2449         * m4/math_h.m4: New file.
2450         * MODULES.html.sh (Mathematics): Add math.
2451
2452 2007-02-17  Bruno Haible  <bruno@clisp.org>
2453
2454         * modules/wctype-tests: New file.
2455         * tests/test-wctype.c: New file.
2456
2457         * modules/wchar-tests: New file.
2458         * tests/test-wchar.c: New file.
2459
2460         * modules/unistd-tests: New file.
2461         * tests/test-unistd.c: New file.
2462
2463         * modules/time-tests: New file.
2464         * tests/test-time.c: New file.
2465
2466         * modules/sysexits-tests: New file.
2467         * tests/test-sysexits.c: New file.
2468
2469         * modules/sys_time-tests: New file.
2470         * tests/test-sys_time.c: New file.
2471
2472         * modules/sys_stat-tests: New file.
2473         * tests/test-sys_stat.c: New file.
2474
2475         * modules/sys_socket-tests: New file.
2476         * tests/test-sys_socket.c: New file.
2477
2478         * modules/sys_select-tests: New file.
2479         * tests/test-sys_select.c: New file.
2480
2481         * modules/string-tests: New file.
2482         * tests/test-string.c: New file.
2483
2484         * modules/stdbool-tests: New file.
2485         * tests/test-stdbool.c: New file.
2486
2487         * modules/netinet_in-tests: New file.
2488         * tests/test-netinet_in.c: New file.
2489
2490         * modules/inttypes-tests: New file.
2491         * tests/test-inttypes.c: New file.
2492
2493         * modules/fcntl-tests: New file.
2494         * tests/test-fcntl.c: New file.
2495
2496         * modules/byteswap-tests: New file.
2497         * tests/test-byteswap.c: New file.
2498
2499         * modules/arpa_inet-tests: New file.
2500         * tests/test-arpa_inet.c: New file.
2501
2502 2007-02-17  Bruno Haible  <bruno@clisp.org>
2503
2504         * lib/inttypes_.h: Add definition for GL_LINK_WARNING.
2505         (imaxabs, imaxdiv, strtoimax, strtoumax): Don't declare the function
2506         if the corresponding module is not enabled. Emit link warnings if
2507         the function is used nevertheless.
2508         * m4/inttypes.m4 (gl_INTTYPES_H): Never use the existing <inttypes.h>.
2509         Don't AC_SUBST HAVE_DECL_IMAXABS, HAVE_DECL_IMAXDIV,
2510         HAVE_DECL_STRTOIMAX, HAVE_DECL_STRTOUMAX.
2511         (gl_INTTYPES_MODULE_INDICATOR, gl_INTTYPES_H_DEFAULTS): New macros.
2512         * modules/inttypes (Depends-on): Add link-warning.
2513         (Makefile.am): Copy the contents of build-aux/link-warning.h into
2514         inttypes.h. Substitute also GNULIB_IMAXABS, GNULIB_IMAXDIV,
2515         GNULIB_STRTOIMAX, GNULIB_STRTOUMAX.
2516         * modules/imaxabs (configure.ac): Invoke gl_INTTYPES_MODULE_INDICATOR.
2517         * modules/imaxdiv (configure.ac): Likewise.
2518         * modules/strtoimax (configure.ac): Likewise.
2519         * modules/strtoumax (configure.ac): Likewise.
2520
2521 2007-02-17  Bruno Haible  <bruno@clisp.org>
2522
2523         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Include the contents of
2524         gl_STRING_MODULE_INDICATOR_DEFAULTS.
2525         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Remove macro.
2526         (gl_HEADER_STRING_H_BODY, gl_STRING_MODULE_INDICATOR): Update.
2527
2528 2007-02-17  Bruno Haible  <bruno@clisp.org>
2529
2530         * modules/link-warning: New file.
2531         * build-aux/link-warning.h: New file, extracted from lib/string_.h.
2532         * lib/string_.h (GL_LINK_WARNING): Remove definition.
2533         * modules/string (Depends-on): Add link-warning.
2534         (Makefile.am): Copy the contents of build-aux/link-warning.h into
2535         string.h.
2536         * MODULES.html.sh (Support for building libraries and executables): Add
2537         link-warning.
2538
2539 2007-02-17  Bruno Haible  <bruno@clisp.org>
2540
2541         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strcasecmp,
2542         strncasecmp, strchr, strchrnul, strdup, strndup, strnlen, strcspn,
2543         strpbrk, strspn, strrchr, strsep, strstr, strcasestr, strtok_r): Break
2544         long lines.
2545
2546 2007-02-17  Ben Pfaff  <blp@cs.stanford.edu>
2547             Bruno Haible  <bruno@clisp.org>
2548
2549         * modules/tmpfile: New file.
2550         * lib/tmpfile.c: New file.
2551         * m4/tmpfile.m4: New file.
2552         * MODULES.html.sh (func_all_modules): New section "Input/output".
2553
2554 2007-02-15  Bruno Haible  <bruno@clisp.org>
2555
2556         * lib/clean-temp.c [WIN32 && !CYGWIN]: Include <windows.h>.
2557         (supports_delete_on_close): New function.
2558         (open_temp, fopen_temp): Use _O_TEMPORARY when supported.
2559
2560 2007-02-14  Bruno Haible  <bruno@clisp.org>
2561
2562         * modules/mbspcasecmp-tests: New file.
2563         * tests/test-mbspcasecmp.sh: New file.
2564         * tests/test-mbspcasecmp.c: New file.
2565
2566         New module mbspcasecmp.
2567         * modules/mbspcasecmp: New file.
2568         * lib/mbspcasecmp.c: New file.
2569         * lib/string_.h (strncasecmp): Change warning message.
2570         (mbspcasecmp): New declaration.
2571         * m4/mbspcasecmp.m4: New file.
2572         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
2573         GNULIB_MBSPCASECMP.
2574         * modules/string (string.h): Also substitute GNULIB_MBSPCASECMP.
2575         * MODULES.html.sh (Internationalization functions): Add mbspcasecmp.
2576
2577 2007-02-14  Bruno Haible  <bruno@clisp.org>
2578
2579         * modules/mbsncasecmp-tests: New file.
2580         * tests/test-mbsncasecmp.sh: New file.
2581         * tests/test-mbsncasecmp.c: New file.
2582
2583         New module mbsncasecmp.
2584         * modules/mbsncasecmp: New file.
2585         * lib/mbsncasecmp.c: New file.
2586         * lib/string_.h (mbsncasecmp): New declaration.
2587         * m4/mbsncasecmp.m4: New file.
2588         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
2589         GNULIB_MBSNCASECMP.
2590         * modules/string (string.h): Also substitute GNULIB_MBSNCASECMP.
2591         * MODULES.html.sh (Internationalization functions): Add mbsncasecmp.
2592
2593 2007-02-14  Paul Eggert  <eggert@cs.ucla.edu>
2594
2595         * lib/exclude.c (FNM_EXTMATCH): Define if system does not.
2596         Verify that it doesn't overlap with our flags.
2597         (fnmatch_no_wildcards): Don't use strcasecmp or strncasecmp, which
2598         do not have the desired effect in multibyte locales; instead, use
2599         mbscasecmp.
2600         * modules/exclude (Depends-on): Depend on mbscasecmp, not strcase.
2601         Add dependency on xalloc.  Depend on fnmatch, not fnmatch-gnu, since
2602         we don't require GNU fnmatch ourselves (if our users require it, they
2603         should do so explicitly).
2604
2605         Fix regex code so it doesn't rely on strcasecmp.
2606         * lib/regex_internal.h: Include <langinfo.h> only if _LIBC is defined.
2607         Otherwise, include gnulib's langinfo.h.
2608         * lib/regcomp.c (init_dfa): Don't use strcasecmp, as it can have
2609         undesirable behavior in non-C locales.  Instead, rely on localecharset.
2610         * m4/regex.m4 (gl_PREREQ_REGEX): Don't require AM_LANGINFO_CODESET.
2611         * modules/regex (FILES): Remove m4/codeset.m4.
2612         (Depends-on): Add localcharset.  Remove strcase.
2613
2614 2007-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2615
2616         * m4/unlinkdir.m4 (gl_UNLINKDIR): Fix m4 quoting bug.
2617         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Likewise.
2618
2619 2007-02-13  Bruno Haible  <bruno@clisp.org>
2620
2621         * m4/intdiv0.m4 (gt_INTDIV0): Assume ANSI C. Fix underquoting bug.
2622         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
2623
2624 2007-02-12  Bruno Haible  <bruno@clisp.org>
2625
2626         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
2627         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): If
2628         GNULIB_POSIXCHECK and the gnulib module not enabled, provoke a link-
2629         time warning rather than a link error.
2630
2631 2007-02-12  Bruno Haible  <bruno@clisp.org>
2632
2633         * m4/locale-fr.m4 (gt_LOCALE_FR): Fix m4 quoting bug.
2634         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
2635         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
2636
2637 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
2638
2639         * lib/string_.h (strncasecmp): Fix typo: this macro takes 3
2640         args, not 2.
2641
2642 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
2643
2644         New module 'time', so that apps can include <time.h> as per
2645         POSIX and GNU instead of separate include files like time_r.h
2646         and timegm.h.  This implementation tries out a simpler approach
2647         for replacing decls in standard include files (as compared to
2648         the string module), somewhat as an experiment.
2649
2650         * config/srclist.txt: Comment out mktime.c for now.
2651         * doc/gnulib-tool.texi (Initial import): Don't use time_r as an example
2652         since it doesn't apply any more.  Use generic wording instead.
2653         * MODULES.html.sh (Support for systems lacking POSIX:2001): New module
2654         'time'.
2655         * lib/time_.h, m4/time_h.m4, modules/time: New files.
2656         * lib/strptime.h, lib/time_r.h, lib/timegm.h: Remove.
2657         * lib/mktime.c: Include config.h depending on _LIBC, not HAVE_CONFIG_H.
2658         Don't include <sys/types.h>; no longer needed since we assume C89.
2659         * lib/mktime.c: Don't include "time_r.h"; no longer needed.
2660         * lib/strftime.c: Likewise.
2661         * lib/time_r.c: Likewise.
2662         * lib/nanosleep.c (nanosleep): #undef after include files, not before.
2663         * lib/nanosleep.c: Include <time.h> first, to check interface.
2664         * lib/strptime.c: Likewise.
2665         * lib/time_r.c: Likewise.
2666         * lib/timegm.c: Likewise.
2667         * lib/strptime.c: Don't include strptime.h or time_r.h; no longer
2668         needed.
2669         * lib/timegm.c: Don't include timegm.h; no longer needed.
2670         * lib/timespec.h: Don't include <sys/time.h> before <time.h>;
2671         time.h now handles any problems in that area.
2672         (struct timespec, nanosleep): Remove; time.h now arranges for these.
2673         * lib/xnanosleep.c: Don't include timespec.h; no longer needed now
2674         that time.h defines struct timespec.
2675         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check that nanosleep is declared.
2676         Set REPLACE_NANOSLEEP.  Don't AC_DEFINE nanosleep; the time module now
2677         handles that.
2678         * m4/strptime.m4 (gl_FUNC_STPRTIME): Set REPLACE_STRPTIME.
2679         * m4/time_r.m4 (gl_TIME_R): Don't define HAVE_TIME_R_POSIX; no longer
2680         needed.  Set REPLACE_LOCALTIME.
2681         * m4/timegm.m4 (gl_FUNC_TIMEGM): Set REPLACE_TIMEGM.
2682         * m4/timespec.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Move to time_h.m4.
2683         (gl_TIMESPEC): Don't check for sys/time.h or struct timespec or
2684         nanosleep; time_h.m4 now does that.  Don't require
2685         gl_USE_SYSTEM_EXTENSIONS; no longer needed directly, and the time
2686         module handles this now.
2687         * modules/getdate (Depends-on): Remove timespec.  Add time.
2688         * modules/nanosleep (Depends-on): Likewise.
2689         * modules/stat-time (Depends-on): Likewise.
2690         * modules/nanosleep (Include): Include time.h, not timespec.h.
2691         * modules/strptime (Files): Remove lib/strptime.h.
2692         (Depends-on): Add extensions, time.
2693         (Include): Include time.h, not strptime.h.
2694         * modules/time_r (Files): Remove lib/time_r.h.
2695         (Depends-on): Add time.
2696         (Include): Include time.h, not time_r.h.
2697         * modules/timegm: Likewise.
2698         * modules/timespec (Description): Now does timespec-related decls
2699         of our own, instead of struct timespec itself.
2700         (Depends-on): Add time; remove extensions.
2701         (Maintainer): Add self.
2702         * modules/utimecmp (Depends-on): Add time; remove timespec.
2703         * modules/utimens (Depends-on): Likewise.
2704         * modules/xnanosleep (Depends-on): Likewise.
2705
2706 2007-02-11  Bruno Haible  <bruno@clisp.org>
2707
2708         * lib/c-strstr.c: Include allocsa.h.
2709         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
2710         * lib/c-strcasestr.c: Include allocsa.h.
2711         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
2712         * lib/strcasestr.c: Include allocsa.h.
2713         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
2714         * lib/mbsstr.c: Include allocsa.h.
2715         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
2716         allocsa/freesa instead of malloc/free.
2717         * lib/mbscasestr.c: Include allocsa.h.
2718         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
2719         allocsa/freesa instead of malloc/free.
2720         * modules/c-strstr (Depends-on): Add allocsa.
2721         * modules/c-strcasestr (Depends-on): Likewise.
2722         * modules/strcasestr (Depends-on): Likewise.
2723         * modules/mbsstr (Depends-on): Likewise.
2724         * modules/mbscasestr (Depends-on): Likewise.
2725
2726 2007-02-11  Bruno Haible  <bruno@clisp.org>
2727
2728         * lib/mbsspn.c (mbsspn): Fix bug. Remove unnecessary strlen call.
2729
2730         * modules/mbsspn-tests: New file.
2731         * tests/test-mbsspn.sh: New file.
2732         * tests/test-mbsspn.c: New file.
2733
2734 2007-02-11  Bruno Haible  <bruno@clisp.org>
2735
2736         * lib/mbspbrk.c (mbspbrk): Remove unneeded cast.
2737
2738         * modules/mbspbrk-tests: New file.
2739         * tests/test-mbspbrk.sh: New file.
2740         * tests/test-mbspbrk.c: New file.
2741
2742 2007-02-11  Bruno Haible  <bruno@clisp.org>
2743
2744         * lib/mbscspn.c (mbscspn): Remove unnecessary strlen call and
2745         unneeded cast.
2746
2747         * modules/mbscspn-tests: New file.
2748         * tests/test-mbscspn.sh: New file.
2749         * tests/test-mbscspn.c: New file.
2750
2751 2007-02-11  Bruno Haible  <bruno@clisp.org>
2752
2753         * modules/mbscasecmp-tests: New file.
2754         * tests/test-mbscasecmp.sh: New file.
2755         * tests/test-mbscasecmp.c: New file.
2756
2757 2007-02-11  Bruno Haible  <bruno@clisp.org>
2758
2759         Ensure O(n) worst-case complexity of mbscasestr.
2760         * lib/mbscasestr.c: Include stdbool.h.
2761         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
2762         functions.
2763         (mbscasestr): Add some bookkeeping. Invoke knuth_morris_pratt_* when
2764         the bookkeeping indicates that it's worth it.
2765         * modules/mbscasestr (Depends-on): Add stdbool, mbslen, strnlen.
2766
2767         * modules/mbscasestr-tests: New file.
2768         * tests/test-mbscasestr1.c: New file.
2769         * tests/test-mbscasestr2.sh: New file.
2770         * tests/test-mbscasestr2.c: New file.
2771         * tests/test-mbscasestr3.sh: New file.
2772         * tests/test-mbscasestr3.c: New file.
2773         * tests/test-mbscasestr4.sh: New file.
2774         * tests/test-mbscasestr4.c: New file.
2775         * m4/locale-tr.m4: New file.
2776
2777 2007-02-11  Bruno Haible  <bruno@clisp.org>
2778
2779         Ensure O(n) worst-case complexity of mbsstr.
2780         * lib/mbsstr.c: Include stdbool.h.
2781         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
2782         functions.
2783         (mbsstr): Add some bookkeeping. Invoke knuth_morris_pratt_* when the
2784         bookkeeping indicates that it's worth it.
2785         * modules/mbsstr (Depends-on): Add stdbool, mbslen, strnlen.
2786
2787         * modules/mbsstr-tests: New file.
2788         * tests/test-mbsstr1.c: New file.
2789         * tests/test-mbsstr2.sh: New file.
2790         * tests/test-mbsstr2.c: New file.
2791         * tests/test-mbsstr3.sh: New file.
2792         * tests/test-mbsstr3.c: New file.
2793         * m4/locale-fr.m4: New file.
2794
2795 2007-02-11  Bruno Haible  <bruno@clisp.org>
2796
2797         * lib/mbsrchr.c (mbsrchr): Fix bug.
2798
2799         * modules/mbsrchr-tests: New file.
2800         * tests/test-mbsrchr.sh: New file.
2801         * tests/test-mbsrchr.c: New file.
2802
2803 2007-02-11  Bruno Haible  <bruno@clisp.org>
2804
2805         * lib/mbschr.c (mbschr): Fix bug.
2806
2807         * modules/mbschr-tests: New file.
2808         * tests/test-mbschr.sh: New file.
2809         * tests/test-mbschr.c: New file.
2810         * m4/locale-zh.m4: New file.
2811
2812 2007-02-11  Bruno Haible  <bruno@clisp.org>
2813
2814         Support for copying multibyte string iterators.
2815         * lib/mbiter.h: Include <string.h>.
2816         (mbiter_multi_copy): New function.
2817         (mbi_copy): New macro.
2818         * lib/mbuiter.h: Include <string.h>.
2819         (mbuiter_multi_copy): New function.
2820         (mbui_copy): New macro.
2821
2822 2007-02-11  Bruno Haible  <bruno@clisp.org>
2823
2824         New module mbslen.
2825         * modules/mbslen: New file.
2826         * lib/mbslen.c: New file.
2827         * lib/string_.h (mbslen): New declaration.
2828         * m4/mbslen.m4: New file.
2829         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
2830         GNULIB_MBSLEN.
2831         * modules/string (string.h): Also substitute GNULIB_MBSLEN.
2832         * MODULES.html.sh (Internationalization functions): Add mbslen.
2833
2834 2007-02-11  Bruno Haible  <bruno@clisp.org>
2835
2836         Ensure O(n) worst-case complexity of strcasestr substitute.
2837         * lib/strcasestr.c: Include stdbool.h.
2838         (knuth_morris_pratt): New function.
2839         (strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when the
2840         bookkeeping indicates that it's worth it.
2841         * modules/strcasestr (Depends-on): Add stdbool, strnlen.
2842
2843         * modules/strcasestr-tests: New file.
2844         * tests/test-strcasestr.c: New file.
2845
2846 2007-02-11  Bruno Haible  <bruno@clisp.org>
2847
2848         Ensure O(n) worst-case complexity of c_strcasestr.
2849         * lib/c-strcasestr.c: Include stdbool.h, string.h.
2850         (knuth_morris_pratt): New function.
2851         (c_strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when
2852         the bookkeeping indicates that it's worth it.
2853         * modules/c-strcasestr (Depends-on): Add stdbool, strnlen.
2854
2855         * modules/c-strcasestr-tests: New file.
2856         * tests/test-c-strcasestr.c: New file.
2857
2858 2007-02-11  Bruno Haible  <bruno@clisp.org>
2859
2860         Ensure O(n) worst-case complexity of c_strstr.
2861         * lib/c-strstr.c: Include stdbool.h, string.h.
2862         (knuth_morris_pratt): New function.
2863         (c_strstr): Add some bookkeeping. Invoke knuth_morris_pratt when the
2864         bookkeeping indicates that it's worth it.
2865         * modules/c-strstr (Depends-on): Add stdbool, strnlen.
2866
2867         * lib/c-strstr.c: Complete rewrite for maintainability.
2868
2869         * modules/c-strstr-tests: New file.
2870         * tests/test-c-strstr.c: New file.
2871
2872 2007-02-11  Bruno Haible  <bruno@clisp.org>
2873
2874         * m4/javacomp.m4 (gt_JAVACOMP): Work around a 'tr' bug in coreutils
2875         5.2.1 and earlier, whereby \055 was treated just like the range
2876         delimiter '-'.
2877         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
2878
2879 2007-02-08  Bruno Haible  <bruno@clisp.org>
2880
2881         * modules/regex (Depends-on): Add stdbool.
2882         Reported by Dalibor Topic <robilad@kaffe.org>.
2883
2884 2007-02-05  Paul Eggert  <eggert@cs.ucla.edu>
2885
2886         * m4/regex.m4 (gl_REGEX): Check for glibc bug #3957.
2887         Prefer returning from main to exiting from it.
2888         Remove unnecessary parens after sizeof.
2889
2890 2007-02-05  Bruno Haible  <bruno@clisp.org>
2891
2892         New module mbssep.
2893         * modules/mbssep: New file.
2894         * lib/mbssep.c: New file.
2895         * lib/string_.h (strsep): Add a conditional link warning.
2896         (mbssep): New declaration.
2897         * m4/mbssep.m4: New file.
2898         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
2899         GNULIB_MBSSEP.
2900         * modules/string (string.h): Also substitute GNULIB_MBSSEP.
2901         * MODULES.html.sh (Internationalization functions): Add mbssep.
2902
2903 2007-02-05  Bruno Haible  <bruno@clisp.org>
2904
2905         * lib/strsep.c (strsep): Fix actions in case of no delimiters.
2906         Optimize search in case of 1 delimiter.
2907
2908 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
2909
2910         * lib/acl.h: Include sys/types.h before sys/acl.h.
2911
2912 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
2913
2914         Merge upstream fix for glibc bugzilla #3957:
2915
2916         2007-02-05  Jakub Jelinek  <jakub@redhat.com>
2917
2918         * lib/regcomp.c (parse_bracket_exp): Set '\n' bit rather than '\0'
2919         bit for RE_HAT_LISTS_NOT_NEWLINE.
2920         (build_charclass_op): Remove bogus comment.
2921
2922 2007-02-05  Simon Josefsson  <simon@josefsson.org>
2923
2924         * lib/gc.h, lib/gc-libgcrypt.c: Support SHA-256/384/512.
2925
2926 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
2927
2928         * lib/getsubopt.c [!_LIBC]: Include config.h and getsubopt.h.
2929         * lib/memmem.c [!defined _LIBC]: Include config.h.
2930
2931 2007-02-04  Bruno Haible  <bruno@clisp.org>
2932
2933         * lib/string_.h (GL_LINK_WARNING2): Put the word "warning:" into the
2934         warning message.
2935
2936 2007-02-04  Bruno Haible  <bruno@clisp.org>
2937
2938         New module mbstok_r.
2939         * modules/mbstok_r: New file.
2940         * lib/mbstok_r.c: New file.
2941         * lib/string_.h (strtok_r): Change argument names to match the
2942         comments. Add a conditional link warning.
2943         (mbstok_r): New declaration.
2944         * m4/mbstok_r.m4: New file.
2945         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
2946         GNULIB_MBSTOK_R.
2947         * modules/string (string.h): Also substitute GNULIB_MBSTOK_R.
2948         * MODULES.html.sh (Internationalization functions): Add mbstok_r.
2949
2950 2007-02-04  Bruno Haible  <bruno@clisp.org>
2951
2952         New module mbsspn.
2953         * modules/mbsspn: New file.
2954         * lib/mbsspn.c: New file.
2955         * lib/string_.h (strspn): Add a conditional link warning.
2956         (mbsspn): New declaration.
2957         * m4/mbsspn.m4: New file.
2958         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
2959         GNULIB_MBSSPN.
2960         * modules/string (string.h): Also substitute GNULIB_MBSSPN.
2961         * MODULES.html.sh (Internationalization functions): Add mbsspn.
2962
2963 2007-02-04  Bruno Haible  <bruno@clisp.org>
2964
2965         New module mbspbrk.
2966         * modules/mbspbrk: New file.
2967         * lib/mbspbrk.c: New file.
2968         * lib/string_.h (strpbrk): Add a conditional link warning.
2969         (mbspbrk): New declaration.
2970         * m4/mbspbrk.m4: New file.
2971         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
2972         GNULIB_MBSPBRK.
2973         * modules/string (string.h): Also substitute GNULIB_MBSPBRK.
2974         * MODULES.html.sh (Internationalization functions): Add mbspbrk.
2975
2976 2007-02-04  Bruno Haible  <bruno@clisp.org>
2977
2978         New module mbscspn.
2979         * modules/mbscspn: New file.
2980         * lib/mbscspn.c: New file.
2981         * lib/string_.h (strcspn): Add a conditional link warning.
2982         (mbscspn): New declaration.
2983         * m4/mbscspn.m4: New file.
2984         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
2985         GNULIB_MBSCSPN.
2986         * modules/string (string.h): Also substitute GNULIB_MBSCSPN.
2987         * MODULES.html.sh (Internationalization functions): Add mbscspn.
2988
2989 2007-02-04  Bruno Haible  <bruno@clisp.org>
2990
2991         New module mbscasestr, reduced goal of strcasestr.
2992         * modules/mbscasestr: New file.
2993         * lib/mbscasestr.c: New file, copied from lib/strcasestr.c.
2994         (mbscasestr): Renamed from strcasestr.
2995         * lib/strcasestr.c: Don't include mbuiter.h.
2996         (strcasestr): Remove support for multibyte locales.
2997         * lib/string_.h (strcasestr): Don`t rename. Declare only if missing.
2998         Change the conditional link warning.
2999         (mbscasestr): New declaration.
3000         * m4/mbscasestr.m4: New file.
3001         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Enable the replacement only if
3002         the system does not have strcasestr. Set HAVE_STRCASESTR instead of
3003         REPLACE_STRCASESTR.
3004         (gl_PREREQ_STRCASESTR): Don't require gl_FUNC_MBRTOWC.
3005         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
3006         HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
3007         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSCASESTR.
3008         * modules/string (string.h): Also substitute GNULIB_MBSCASESTR.
3009         Substitute HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
3010         * modules/strcasestr (Files): Remove m4/mbrtowc.m4.
3011         (Depends-on): Remove mbuiter.
3012         * MODULES.html.sh (Internationalization functions): Add mbscasestr.
3013
3014 2007-02-04  Bruno Haible  <bruno@clisp.org>
3015
3016         Simplify handling of strncasecmp.
3017         * lib/string_.h (strncasecmp): Remove test for GNULIB_STRCASE. Change
3018         the conditional link warning.
3019         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
3020         HAVE_STRCASECMP, not REPLACE_STRCASECMP.
3021         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Don't initialize GNULIB_STRCASE.
3022         * modules/strcase (configure.ac): Don't invoke
3023         gl_STRING_MODULE_INDICATOR.
3024         * modules/string (string.h): Don't substitute GNULIB_STRCASE.
3025
3026 2007-02-04  Bruno Haible  <bruno@clisp.org>
3027
3028         New module mbscasecmp, reduced goal of strcasecmp.
3029         * modules/mbscasecmp: New file.
3030         * lib/mbscasecmp.c: New file, copied from lib/strcasecmp.c.
3031         (mbscasecmp): Renamed from strcasecmp.
3032         * lib/strcasecmp.c: Don't include mbuiter.h.
3033         (strcasecmp): Remove support for multibyte locales.
3034         * lib/string_.h (strcasecmp): Don`t rename. Declare only if missing.
3035         Change the conditional link warning.
3036         (mbscasecmp): New declaration.
3037         * m4/mbscasecmp.m4: New file.
3038         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Enable the replacement only if
3039         the system lacks strcasecmp. Set HAVE_STRCASECMP instead of
3040         REPLACE_STRCASECMP.
3041         (gl_PREREQ_STRCASECMP): Don't require gl_FUNC_MBRTOWC.
3042         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
3043         GNULIB_MBSCASECMP.
3044         * modules/string (string.h): Also substitute GNULIB_MBSCASECMP.
3045         Substitute HAVE_STRCASECMP instead of REPLACE_STRCASECMP.
3046         * modules/strcase (Files): Remove m4/mbrtowc.m4.
3047         (Depends-on): Remove mbuiter.
3048         * MODULES.html.sh (Internationalization functions): Add mbscasecmp.
3049
3050 2007-02-04  Bruno Haible  <bruno@clisp.org>
3051
3052         New module mbsstr. Remove module strstr.
3053         * modules/mbsstr: New file.
3054         * modules/strstr: Remove file.
3055         * lib/mbsstr.c: Renamed from lib/strstr.c.
3056         (mbsstr): Renamed from strstr.
3057         * lib/string_.h (strstr): Remove declaration. Change the conditional
3058         link warning.
3059         (mbsstr): New declaration.
3060         * m4/mbsstr.m4: New file.
3061         * m4/strstr.m4: Remove file.
3062         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Don't initialize
3063         REPLACE_STRSTR.
3064         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSSTR.
3065         Don't initialize GNULIB_STRSTR.
3066         * modules/string (string.h): Also substitute GNULIB_MBSSTR. Don't
3067         substitute GNULIB_STRSTR and REPLACE_STRSTR.
3068         * MODULES.html.sh (Internationalization functions): Add mbsstr.
3069         (Support for systems lacking ANSI C 89): Remove strstr.
3070
3071 2007-02-04  Bruno Haible  <bruno@clisp.org>
3072
3073         New module mbsrchr.
3074         * modules/mbsrchr: New file.
3075         * lib/mbsrchr.c: New file.
3076         * lib/string_.h (strrchr): Add a conditional link warning.
3077         (mbsrchr): New declaration.
3078         * m4/mbsrchr.m4: New file.
3079         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
3080         GNULIB_MBSRCHR.
3081         * modules/string (string.h): Also substitute GNULIB_MBSRCHR.
3082         * MODULES.html.sh (Internationalization functions): Add mbsrchr.
3083
3084 2007-02-04  Bruno Haible  <bruno@clisp.org>
3085
3086         New module mbschr.
3087         * modules/mbschr: New file.
3088         * lib/mbschr.c: New file.
3089         * lib/string_.h (strchr): Add a conditional link warning.
3090         (mbschr): New declaration.
3091         * m4/mbschr.m4: New file.
3092         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
3093         GNULIB_MBSCHR.
3094         * modules/string (string.h): Also substitute GNULIB_MBSCHR.
3095         * MODULES.html.sh (Internationalization functions): Add mbschr.
3096
3097 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
3098
3099         * lib/stdbool_.h: Mention that bool bit-fields aren't supported.
3100
3101         * modules/stdarg (configure.ac-early): Require AC_PROG_CC_STDC.
3102
3103 2007-02-04  Bruno Haible  <bruno@clisp.org>
3104
3105         New module description section 'configure.ac-early'.
3106         * gnulib-tool (sed_extract_prog): Recognize configure.ac-early.
3107         (func_get_autoconf_early_snippet): New function.
3108         (func_import, func_create_testdir): Use it. Remove special cases for
3109         modules 'extensions' and 'lock'.
3110         * modules/extensions (configure.ac-early): Require
3111         gl_USE_SYSTEM_EXTENSIONS.
3112         * modules/lock (configure.ac-early): Require gl_LOCK_EARLY.
3113
3114 2007-02-04  Bruno Haible  <bruno@clisp.org>
3115
3116         Make use of gcj-4.3's -fsource and -ftarget option.
3117         * m4/javacomp.m4 (gt_JAVACOMP): Test whether gcj is in version >= 4.3,
3118         and if so try the options -fsource and -ftarget.
3119         * lib/javacomp.c (compile_using_gcj): Add fsource_option,
3120         source_version, ftarget_option, target_version arguments.
3121         (is_envjavac_gcj43, is_envjavac_gcj43_usable): New functions.
3122         (is_envjavac_oldgcj_14_14_usable): Renamed from
3123         is_envjavac_gcj_14_14_usable.
3124         (is_envjavac_oldgcj_14_13_usable): Renamed from
3125         is_envjavac_gcj_14_13_usable.
3126         (is_gcj_present): Update.
3127         (is_gcj_43, is_gcj43_usable): New functions.
3128         (is_oldgcj_14_14_usable): Renamed from is_gcj_14_14_usable. Update.
3129         (is_oldgcj_14_13_usable): Renamed from is_gcj_14_13_usable. Update.
3130         (compile_java_class): Test whether gcj is in version >= 4.3, and if so
3131         try the options -fsource and -ftarget.
3132
3133 2007-02-03  Paul Eggert  <eggert@cs.ucla.edu>
3134
3135         * lib/xalloc.h (x2nrealloc): Fix an unlikely bug in the overflow
3136         checking code.  Set N = ceil (1.5 * N) rather than to a slightly
3137         larger value.
3138
3139 2007-02-03  Jim Meyering  <jim@meyering.net>
3140
3141         Give tools a better chance to allocate space for very large buffers.
3142         * lib/xalloc.h (x2nrealloc): Use 3/2, not 2, as buffer size factor.
3143
3144         Make pwd and readlink work also when run with an unreadable parent dir
3145         on systems with openat support.
3146         * lib/getcwd.c (__getcwd) [HAVE_PARTLY_WORKING_GETCWD]: Use the system
3147         provided getcwd function, even when we have openat support.
3148         Reported by Dmitry V. Levin in <http://bugzilla.redhat.com/227168>.
3149
3150 2007-02-02  Bruno Haible  <bruno@clisp.org>
3151
3152         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
3153         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): Provoke a link
3154         error only if GNULIB_POSIXCHECK is defined. Needed to avoid artificial
3155         portability problems if one of these functions is only used on specific
3156         platforms.
3157         Reported by Paul Eggert.
3158
3159 2007-02-02  Paul Eggert  <eggert@cs.ucla.edu>
3160
3161         Avoid mempcpy in the regex code, as the string.h mempcpy stuff
3162         is causing more trouble than it's curing.
3163         * lib/regex_internal.h (__mempcpy): Remove.
3164         * lib/regcomp.c (regerror): Rewrite to avoid the need for mempcpy
3165         (and make the code a tad smaller to boot).
3166         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for mempcpy.
3167
3168 2007-02-02  Jim Meyering  <jim@meyering.net>
3169
3170         * modules/arpa_inet: Put AC_PROG_MKDIR_P in the configure.ac:
3171         section, not in the Makefile.am: one.
3172
3173 2007-02-02  Eric Blake  <ebb9@byu.net>
3174
3175         * lib/strchrnul.c: Always include config.h first.
3176
3177         * modules/mountlist (Depends-on): Revert 2007-01-31 change,
3178         gnulib strstr is not necessary here.
3179
3180 2007-02-02  Simon Josefsson  <simon@josefsson.org>
3181
3182         * m4/socklen.m4: Fix typo.
3183
3184 2007-02-02  Eric Blake  <ebb9@byu.net>
3185
3186         * modules/arpa_inet (Makefile.am): Use MKDIR_P to avoid races.
3187         * modules/netinet_in (Makefile.am): Likewise.
3188
3189 2007-02-01  Bruno Haible  <bruno@clisp.org>
3190
3191         * lib/string_.h (GL_LINK_WARNING): New macro.
3192         (strcasecmp, strstr, strcasestr): If provided by the system,
3193         conditionally define as a macro that leads to a warning instead of to
3194         an error.
3195         (strncasecmp): Conditionally define as a macro that leads to a warning.
3196
3197 2007-02-01  Karl Berry  <karl@gnu.org>
3198
3199         * config/srclist.txt (strtok_r.c): lose sync, no more strtok_r.h.
3200
3201 2007-02-01  Bruno Haible  <bruno@clisp.org>
3202
3203         * MODULES.html.sh (Unicode string functions): Update after 2007-01-27
3204         renamings.
3205
3206 2007-02-01  Eric Blake  <ebb9@byu.net>
3207
3208         * modules/regex (Depends-on): Revert dependence on mempcpy.
3209         * lib/regex_internal.h [! _LIBC && !__mempcpy]: Undo string
3210         module's definition of mempcpy.
3211         Reported by Paul Eggert.
3212
3213 2007-02-01  Paul Eggert  <eggert@cs.ucla.edu>
3214
3215         * lib/string_.h: If the gnulib module XYZ is not present, undefine
3216         the symbol XYZ before redefining it.  This fixes a problem with
3217         programs that don't use XYZ, when compiled on systems that define
3218         XYZ to something else.
3219
3220 2007-01-31  Paul Eggert  <eggert@cs.ucla.edu>
3221
3222         * lib/mkdir-p.c (make_dir_parents): Close a race condition that
3223         occurs when "mkdir -m foo" creates a setgid directory that is (1)
3224         writeable to group or other and (2) is intended to have a special
3225         mode bit that is set or cleared.  In such a case, the directory
3226         should be neither group- nor other-writeable until the special
3227         mode bits are right.
3228
3229 2007-01-31  Eric Blake  <ebb9@byu.net>
3230
3231         * modules/mountlist (Depends-on): Add strstr.
3232
3233         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): Correct m4 usage
3234         bug.
3235         * modules/string (Makefile.am): Remove redundant replacement.
3236         * modules/regex (Depends-on): Add mempcpy.
3237
3238 2007-01-31  Bruno Haible  <bruno@clisp.org>
3239
3240         New module description field 'Link'.
3241         * gnulib-tool (func_usage): Document --extract-link-directive.
3242         (sed_extract_prog): Recognize 'Link' directive.
3243         (func_get_link_directive): New function.
3244         (func_import): Show summary of link directives.
3245         Handle --extract-link-directive option.
3246         * modules/acl (Link): New section.
3247         * modules/clock-time (Link): New section.
3248         * modules/euidaccess (Link): New section.
3249         * modules/gettext (Link): New section.
3250         * modules/iconv (Link): New section.
3251         * modules/lock (Link): New section.
3252         * modules/nanosleep (Link): New section.
3253         * modules/readline (Link): New section.
3254
3255 2007-01-27  Bruno Haible  <bruno@clisp.org>
3256
3257         Enforce the use of gnulib modules for unportable <string.h> functions.
3258         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): New macro.
3259         (gl_STRING_MODULE_INDICATOR_DEFAULTS): New macro.
3260         (gl_HEADER_STRING_H_BODY): Require it.
3261         * lib/string_.h: If the gnulib module XYZ is not present, redefine
3262         the symbol XYZ to one that gives a link error.
3263         * modules/string (Makefile.am): Also substitute the GNULIB_* variables.
3264         * modules/memmem (configure.ac): Invoke gl_STRING_MODULE_INDICATOR.
3265         * modules/mempcpy (configure.ac): Likewise.
3266         * modules/memrchr (configure.ac): Likewise.
3267         * modules/stpcpy (configure.ac): Likewise.
3268         * modules/stpncpy (configure.ac): Likewise.
3269         * modules/strcase (configure.ac): Likewise.
3270         * modules/strcasestr (configure.ac): Likewise.
3271         * modules/strchrnul (configure.ac): Likewise.
3272         * modules/strdup (configure.ac): Likewise.
3273         * modules/strndup (configure.ac): Likewise.
3274         * modules/strnlen (configure.ac): Likewise.
3275         * modules/strpbrk (configure.ac): Likewise.
3276         * modules/strsep (configure.ac): Likewise.
3277         * modules/strstr (configure.ac): Likewise.
3278         * modules/strtok_r (configure.ac): Likewise.
3279
3280 2007-01-31  Jean-Louis Martineau  <martineau@zmanda.com>  (tiny change)
3281
3282         * lib/gai_strerror.c (values): Add EAI_OVERFLOW.
3283
3284 2007-01-30  Jim Meyering  <jim@meyering.net>
3285
3286         * lib/mpsort.c (mpsort): Remove spurious "return" in void function.
3287
3288 2007-01-29  Bruno Haible  <bruno@clisp.org>
3289
3290         * lib/allocsa.h: Use '#if HAVE_*' instead of '#ifdef HAVE_*'.
3291         * lib/execute.c: Likewise.
3292         * lib/pipe.c: Likewise.
3293         * lib/printf-args.h: Likewise.
3294         * lib/printf-args.c: Likewise.
3295         * lib/printf-parse.c: Likewise.
3296         * lib/vasnprintf.c: Likewise.
3297
3298 2007-01-29  Eric Blake  <ebb9@byu.net>
3299
3300         * lib/memrchr.c: Assume <string.h> unconditionally, to pull in
3301         declaration.
3302
3303 2007-01-29  Paul Eggert  <eggert@cs.ucla.edu>
3304
3305         * lib/strptime.h (strptime): Use 'restrict' for args where
3306         POSIX requires this.
3307         * lib/strptime.c (strptime): Likewise.
3308         Change license notice from LGPL to GPL, since gnulib-tool will
3309         change this as needed.
3310         Include <config.h> if _LIBC is not defined, not if HAVE_CONFIG_H is
3311         defined.
3312         Include "strptime.h" first, to check interface.
3313         Do not #undef _LIBC and _NL_CURRENT.
3314         Do not include <stdlib.h>; no longer needed.
3315         Include "time_r.h" and declare ptime_locale_status
3316         only if _LIBC is not defined.
3317         (__P): Remove unused macro.
3318         (match_string): Bring back glibc version, but use it only if _LIBC
3319         is defined.
3320         (__strptime_internal): Compile tm_gmtoff code if _LIBC is defined, too.
3321         Remove unnecessary assertion and abort() call.
3322         Use #ifdef _NL_CURRENT rather than #if 0, for benefit of glibc.
3323         * m4/strptime.m4: Fix serial number comment.
3324         (gl_FUNC_STRPTIME): Require AC_C_RESTRICT, gl_TM_GMTOFF.
3325         * modules/strptime (Files): Add m4/tm_gmtoff.m4.
3326         (Depends-on): Add time_r.
3327
3328 2007-01-29  Bruno Haible  <bruno@clisp.org>
3329
3330         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
3331         strptime.
3332         * modules/strptime (Depends-on): Add stdbool.
3333         * lib/strptime.h: Include <time.h> always. Add comments.
3334
3335 2007-01-29  Yoann Vandoorselaere  <yoann@prelude-ids.org>
3336
3337         * modules/strptime: New file.
3338         * lib/strptime.h: New file.
3339         * lib/strptime.c: New file.
3340         * m4/strptime.m4: New file.
3341
3342 2007-01-28  Paul Eggert  <eggert@cs.ucla.edu>
3343
3344         * MODULES.html.sh: New module mpsort.
3345         * lib/mpsort.c, lib/mpsort.h, m4/mpsort.m4, modules/mpsort: New files.
3346
3347         * lib/regex.h (_Restrict_): Renamed from __restrict, to avoid
3348         a circularity problem with HP-UX ia64 reported by Bob Proulx in
3349         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00394.html>.
3350         All uses changed.
3351         (_Restrict_arr_): Renamed from __restrict_arr, for similar reasons.
3352         All uses changed.
3353         * lib/regcomp.c, lib/regexec.c: Change all uses from __restrict
3354         to _Restrict_.
3355         * lib/regexec.c (regexec): Declare pmatch with _Restrict_arr_, so that
3356         the parameter matches the prototype.
3357
3358 2007-01-28  Jim Meyering  <jim@meyering.net>
3359
3360         * modules/sys_time (Makefile.am) [MOSTLYCLEANFILES]: Do use
3361         sys/time.h here, reverting that part of the previous patch:
3362         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/8959>.
3363
3364 2007-01-28  Bruno Haible  <bruno@clisp.org>
3365
3366         * modules/sys_time (Makefile.am): Build sys/time.h only when it's the
3367         value of $(SYS_TIME_H).
3368         [MOSTLYCLEANFILES]: Now that sys/time.h is created only when needed,
3369         remove it conditionally, too. [added by Jim Meyering]
3370         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Set SYS_TIME_H.
3371         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
3372         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Set SYS_TIME_H when setting
3373         GETTIMEOFDAY_REPLACEMENT to 1.
3374
3375 2007-01-28  Bruno Haible  <bruno@clisp.org>
3376
3377         * m4/unistd_h.m4 (gl_HEADER_UNISTD_DEFAULTS): New macro.
3378         (gl_HEADER_UNISTD): Require it. Don't set UNISTD_H to empty here.
3379         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_HEADER_UNISTD_DEFAULTS.
3380         Set UNISTD_H instead of UNISTD_H2.
3381         * modules/fchdir (BUILT_SOURCES): Drop $(UNISTD_H2).
3382
3383 2007-01-28  Bruno Haible  <bruno@clisp.org>
3384
3385         * modules/mbchar (Makefile.am): Add mbchar.c to lib_SOURCES.
3386         * m4/mbchar.m4 (gl_MBCHAR): Remove AC_LIBOBJ invocation.
3387
3388 2007-01-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3389
3390         * gnulib-tool (func_emit_lib_Makefile_am, func_add_or_update)
3391         (func_create_testdir): Ensure C locale for `grep' and `tr'
3392         character ranges.
3393         (func_create_megatestdir): Avoid one `grep'.  Fix bug in
3394         ACLOCAL_AMFLAGS parsing state machine.
3395
3396 2007-01-27  Bruno Haible  <bruno@clisp.org>
3397
3398         * modules/unistr/base: Update.
3399
3400 2007-01-27  Bruno Haible  <bruno@clisp.org>
3401
3402         Rename u32-mbtouc -> u32-mbtouc-unsafe, u32-mbtouc-safe -> u32-mbtouc,
3403         u32_mbtouc -> u32_mbtouc_unsafe, u32_mbtouc_safe -> u32_mbtouc.
3404         * modules/unistr/u32-mbtouc-unsafe: Renamed from
3405         modules/unistr/u32-mbtouc.
3406         * lib/unistr/u32-mbtouc-unsafe.c: Renamed from lib/unistr/u32-mbtouc.c.
3407         * lib/unistr.h: Update.
3408         * lib/linebreak.c: Update.
3409         * modules/unistr/u32-mbtouc: Renamed from
3410         modules/unistr/u32-mbtouc-safe.
3411         * lib/unistr/u32-mbtouc.c: Renamed from lib/unistr/u32-mbtouc-safe.c.
3412         * lib/unistr.h: Update.
3413         * lib/unistr/u32-to-u8.c: Update.
3414         * lib/unistr/u32-to-u16.c: Update.
3415
3416 2007-01-27  Bruno Haible  <bruno@clisp.org>
3417
3418         Rename utf16-ucs4 -> utf16-ucs4-unsafe, utf16-ucs4-safe -> utf16-ucs4,
3419         u16_mbtouc -> u16_mbtouc_unsafe, u16_mbtouc_safe -> u16_mbtouc.
3420         * modules/utf16-ucs4-unsafe: Renamed from modules/utf16-ucs4.
3421         * lib/utf16-ucs4-unsafe.h: Renamed from lib/utf16-ucs4.h.
3422         * lib/unistr/utf16-ucs4-unsafe.c: Renamed from lib/unistr/utf16-ucs4.c.
3423         * modules/unistr/u16-mbtouc-unsafe: Renamed from
3424         modules/unistr/u16-mbtouc.
3425         * lib/unistr/u16-mbtouc-unsafe.c: Renamed from lib/unistr/u16-mbtouc.c.
3426         * lib/unistr.h: Update.
3427         * lib/linebreak.c: Update.
3428         * modules/linebreak: Update.
3429         * modules/utf16-ucs4: Renamed from modules/utf16-ucs4-safe.
3430         * lib/utf16-ucs4.h: Renamed from lib/utf16-ucs4-safe.h.
3431         * lib/unistr/utf16-ucs4.c: Renamed from lib/unistr/utf16-ucs4-safe.c.
3432         * modules/unistr/u16-mbtouc: Renamed from
3433         modules/unistr/u16-mbtouc-safe.
3434         * lib/unistr/u16-mbtouc.c: Renamed from lib/unistr/u16-mbtouc-safe.c.
3435         * lib/unistr.h: Update.
3436         * lib/unistr/u16-to-u8.c: Update.
3437         * modules/unistr/u16-to-u8: Update.
3438         * lib/unistr/u16-to-u32.c: Update.
3439         * modules/unistr/u16-to-u32: Update.
3440
3441 2007-01-27  Bruno Haible  <bruno@clisp.org>
3442
3443         Rename utf8-ucs4 -> utf8-ucs4-unsafe, utf8-ucs4-safe -> utf8-ucs4,
3444         u8_mbtouc -> u8_mbtouc_unsafe, u8_mbtouc_safe -> u8_mbtouc.
3445         * modules/utf8-ucs4-unsafe: Renamed from modules/utf8-ucs4.
3446         * lib/utf8-ucs4-unsafe.h: Renamed from lib/utf8-ucs4.h.
3447         * lib/unistr/utf8-ucs4-unsafe.c: Renamed from lib/unistr/utf8-ucs4.c.
3448         * modules/unistr/u8-mbtouc-unsafe: Renamed from
3449         modules/unistr/u8-mbtouc.
3450         * lib/unistr/u8-mbtouc-unsafe.c: Renamed from lib/unistr/u8-mbtouc.c.
3451         * lib/unistr.h: Update.
3452         * lib/striconveh.c: Update.
3453         * modules/striconveh: Update.
3454         * lib/linebreak.c: Update.
3455         * modules/linebreak: Update.
3456         * modules/utf8-ucs4: Renamed from modules/utf8-ucs4-safe.
3457         * lib/utf8-ucs4.h: Renamed from lib/utf8-ucs4-safe.h.
3458         * lib/unistr/utf8-ucs4.c: Renamed from lib/unistr/utf8-ucs4-safe.c.
3459         * modules/unistr/u8-mbtouc: Renamed from modules/unistr/u8-mbtouc-safe.
3460         * lib/unistr/u8-mbtouc.c: Renamed from lib/unistr/u8-mbtouc-safe.c.
3461         * lib/unistr.h: Update.
3462         * lib/striconveh.c: Update.
3463         * modules/striconveh: Update.
3464         * lib/unistr/u8-to-u16.c: Update.
3465         * modules/unistr/u8-to-u16: Update.
3466         * lib/unistr/u8-to-u32.c: Update.
3467         * modules/unistr/u8-to-u32: Update.
3468
3469 2007-01-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3470
3471         Sync from Libtool.
3472         * lib/argz.c: Do not include strings.h nor memory.h, include
3473         string.h unconditionally.  Patch by Simon Josefsson.
3474
3475 2007-01-27  Bruno Haible  <bruno@clisp.org>
3476
3477         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): New macro, extracted
3478         from gl_HEADER_STRING_H_BODY.
3479         (gl_HEADER_STRING_H_BODY): Require it.
3480         * m4/memmem.m4 (gl_FUNC_MEMMEM): Require gl_HEADER_STRING_H_DEFAULTS.
3481         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
3482         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
3483         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
3484         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
3485         * m4/strcase.m4 (gl_FUNC_STRCASECMP, gl_FUNC_STRNCASECMP): Likewise.
3486         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
3487         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
3488         * m4/strdup.m4 (gl_FUNC_STRDUP): Likewise.
3489         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
3490         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
3491         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Likewise.
3492         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
3493         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
3494         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
3495
3496 2007-01-27  Bruno Haible  <bruno@clisp.org>
3497
3498         * gnulib-tool (func_emit_lib_Makefile_am): If $for_test is true, turn
3499         check_PROGRAMS into noinst_PROGRAMS.
3500         (func_emit_tests_Makefile_am): Likewise. Also don't initialize
3501         check_PROGRAMS in this case.
3502         (func_import): Set for_test to false.
3503         (func_create_testdir): Set for_test to true.
3504
3505 2007-01-27  Yoann Vandoorselaere <yoann.v@prelude-ids.com>
3506             Bruno Haible  <bruno@clisp.org>
3507
3508         * modules/strcasestr (Files): Remove lib/strcasestr.h.
3509         (Depends-on): Add string.
3510         (Includes): Use <string.h> instead of strcasestr.h.
3511         * modules/string (Makefile.am): Also substitute the value of
3512         REPLACE_STRCASESTR.
3513         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Don't define strcasestr here;
3514         assume strcasestr is declared in <string.h> not <strings.h>. Also
3515         set REPLACE_STRCASESTR.
3516         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Provide a default value for
3517         REPLACE_STRCASESTR.
3518         * lib/strcasestr.h: Remove file.
3519         * lib/strcasestr.c: Include <string.h> instead of strcasestr.h.
3520         * lib/string_.h (strcasestr): New declaration.
3521
3522 2007-01-27  Bruno Haible  <bruno@clisp.org>
3523
3524         * lib/string_.h: Use 'extern'.
3525
3526 2007-01-27  Jim Meyering  <jim@meyering.net>
3527
3528         * lib/regex_internal.c (re_string_reconstruct): Remove declaration
3529         of set-but-not-used local, "q".
3530
3531         * lib/mempcpy.c: Include <config.h> before <string.h>.
3532         This fixes a compilation error on HP-UX, due to the system's
3533         "restrict"-using mempcpy prototype.
3534
3535 2007-01-26  Bruno Haible  <bruno@clisp.org>
3536
3537         Small optimization.
3538         * lib/javacomp.c: Include c-strstr.h.
3539          (is_envjavac_gcj): Use c_strstr instead of strstr.
3540         * modules/javacomp (Depends-on): Add c-strstr, remove strstr.
3541
3542 2007-01-26  Bruno Haible  <bruno@clisp.org>
3543
3544         * MODULES.html.sh (Unicode string functions): Add the new modules.
3545
3546         * modules/uniconv/u32-strconv-to-locale: New file.
3547         * lib/uniconv/u32-strconv-to-locale.c: New file.
3548
3549         * modules/uniconv/u16-strconv-to-locale: New file.
3550         * lib/uniconv/u16-strconv-to-locale.c: New file.
3551
3552         * modules/uniconv/u8-strconv-to-locale: New file.
3553         * lib/uniconv/u8-strconv-to-locale.c: New file.
3554
3555         * modules/uniconv/u32-strconv-from-locale: New file.
3556         * lib/uniconv/u32-strconv-from-locale.c: New file.
3557
3558         * modules/uniconv/u16-strconv-from-locale: New file.
3559         * lib/uniconv/u16-strconv-from-locale.c: New file.
3560
3561         * modules/uniconv/u8-strconv-from-locale: New file.
3562         * lib/uniconv/u8-strconv-from-locale.c: New file.
3563
3564         * modules/uniconv/u32-strconv-to-enc: New file.
3565         * lib/uniconv/u32-strconv-to-enc.c: New file.
3566         * modules/uniconv/u32-strconv-to-enc-tests: New file.
3567         * tests/uniconv/test-u32-strconv-to-enc.c: New file.
3568
3569         * modules/uniconv/u16-strconv-to-enc: New file.
3570         * lib/uniconv/u16-strconv-to-enc.c: New file.
3571         * lib/uniconv/u-strconv-to-enc.h: New file.
3572         * modules/uniconv/u16-strconv-to-enc-tests: New file.
3573         * tests/uniconv/test-u16-strconv-to-enc.c: New file.
3574
3575         * modules/uniconv/u8-strconv-to-enc: New file.
3576         * lib/uniconv/u8-strconv-to-enc.c: New file.
3577         * modules/uniconv/u8-strconv-to-enc-tests: New file.
3578         * tests/uniconv/test-u8-strconv-to-enc.c: New file.
3579
3580         * modules/uniconv/u32-strconv-from-enc: New file.
3581         * lib/uniconv/u32-strconv-from-enc.c: New file.
3582         * modules/uniconv/u32-strconv-from-enc-tests: New file.
3583         * tests/uniconv/test-u32-strconv-from-enc.c: New file.
3584
3585         * modules/uniconv/u16-strconv-from-enc: New file.
3586         * lib/uniconv/u16-strconv-from-enc.c: New file.
3587         * modules/uniconv/u16-strconv-from-enc-tests: New file.
3588         * tests/uniconv/test-u16-strconv-from-enc.c: New file.
3589
3590         * modules/uniconv/u8-strconv-from-enc: New file.
3591         * lib/uniconv/u8-strconv-from-enc.c: New file.
3592         * lib/uniconv/u-strconv-from-enc.h: New file.
3593         * modules/uniconv/u8-strconv-from-enc-tests: New file.
3594         * tests/uniconv/test-u8-strconv-from-enc.c: New file.
3595
3596         * modules/uniconv/u32-conv-from-enc: New file.
3597         * lib/uniconv/u32-conv-from-enc.c: New file.
3598         * modules/uniconv/u32-conv-from-enc-tests: New file.
3599         * tests/uniconv/test-u32-conv-from-enc.c: New file.
3600
3601         * modules/uniconv/u16-conv-from-enc: New file.
3602         * lib/uniconv/u16-conv-from-enc.c: New file.
3603         * lib/uniconv/u-conv-from-enc.h: New file.
3604         * modules/uniconv/u16-conv-from-enc-tests: New file.
3605         * tests/uniconv/test-u16-conv-from-enc.c: New file.
3606
3607         * modules/uniconv/u8-conv-from-enc: New file.
3608         * lib/uniconv/u8-conv-from-enc.c: New file.
3609         * modules/uniconv/u8-conv-from-enc-tests: New file.
3610         * tests/uniconv/test-u8-conv-from-enc.c: New file.
3611
3612         * modules/uniconv/base: New file.
3613         * lib/uniconv.h: New file.
3614
3615 2007-01-26  Paul Eggert  <eggert@cs.ucla.edu>
3616
3617         * doc/gnulib-tool.texi (Initial import): Update to match current
3618         behavior with strdup module.
3619         * lib/.cppi-disable: Remove strcase.h, strdup.h, strndup.h, strnlen.h.
3620         * lib/memmem.h: Remove; all uses removed.  This is now done
3621         by <string.h>.
3622         * lib/mempcpy.h: Likewise.
3623         * lib/memrchr.h: Likewise.
3624         * lib/stpcpy.h: Likewise.
3625         * lib/stpncpy.h: Likewise.
3626         * lib/strcase.h: Likewise.
3627         * lib/strchrnul.h: Likewise.
3628         * lib/strdup.h: Likewise.
3629         * lib/strndup.h: Likewise.
3630         * lib/strnlen.h: Likewise.
3631         * lib/strpbrk.h: Likewise.
3632         * lib/strsep.h: Likewise.
3633         * lib/strstr.h: Likewise.
3634         * lib/strtok_r.h: Likewise.
3635         * lib/string_.h: New file.
3636         * lib/argp-namefrob.h: Don't include no-longer-existent include files.
3637         Rely on <string.h> instead.
3638         * lib/canon-host.c: Likewise.
3639         * lib/chdir-long.c: Likewise.
3640         * lib/concatpath.c: Likewise.
3641         * lib/exclude.c: Likewise.
3642         * lib/fchdir.c: Likewise.
3643         * lib/getaddrinfo.c: Likewise.
3644         * lib/getcwd.c: Likewise.
3645         * lib/getsubopt.c: Likewise.
3646         * lib/glob.c: Likewise.
3647         * lib/hard-locale.c: Likewise.
3648         * lib/iconvme.c: Likewise.
3649         * lib/javacomp.c: Likewise.
3650         * lib/mempcpy.c: Likewise.
3651         * lib/memrchr.c: Likewise.
3652         * lib/regex_internal.h: Likewise.
3653         * lib/stpncpy.c: Likewise.
3654         * lib/strcasecmp.c: Likewise.
3655         * lib/strchrnul.c: Likewise.
3656         * lib/strdup.c: Likewise.
3657         * lib/striconv.c: Likewise.
3658         * lib/striconveh.c: Likewise.
3659         * lib/striconveha.c: Likewise.
3660         * lib/strncasecmp.c: Likewise.
3661         * lib/strndup.c: Likewise.
3662         * lib/strnlen.c: Likewise.
3663         * lib/strsep.c: Likewise.
3664         * lib/strstr.c: Likewise.
3665         * lib/strtok_r.c: Likewise.
3666         * lib/userspec.c: Likewise.
3667         * lib/w32spawn.h: Likewise.
3668         * lib/xstrndup.c: Likewise.
3669         * lib/mountlist.c (strstr): Remove decl.
3670         * m4/string_h.m4: New file.
3671         * m4/memmem.m4 (gl_FUNC_MEMMEM): Set HAVE_DECL_MEMMEM if necessary.
3672         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Set HAVE_MEMPCPY if necessary.
3673         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Set HAVE_MEMRCHR
3674         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Set HAVE_STPCPY if necessary.
3675         * m4/stpncpy.m4 (gl_PREREQ_STPNCPY): Set HAVE_STPNCPY if necessary.
3676         * m4/strcase.m4 (gl_FUNC_STRCASECMP):
3677         Set REPLACE_STRCASECMP if necessary.
3678         (gl_FUNC_STRNCASECMP): Set HAVE_DECL_STRNCASECMP if necessary.
3679         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Set HAVE_STRCHRNUL if necessary.
3680         * m4/strdup.m4 (gl_FUNC_STRDUP): Set HAVE_DECL_STRDUP if necessary.
3681         * m4/strndup.m4 (gl_FUNC_STRNDUP): Set HAVE_DECL_STRNLEN and
3682         HAVE_DECL_STRDUP if necessary.
3683         (gl_PREREQ_STRNLEN): Don't bother to check for strnlen decl,
3684         since gl_FUNC_STRNDUP does that now.
3685         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Set HAVE_DECL_STRNLEN if necessary.
3686         Check for decl here...
3687         (gl_PREREQ_STRNLEN): ... not here.
3688         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Set HAVE_STRPBRK if necessary.
3689         * m4/strsep.m4 (gl_FUNC_STRSEP): Set HAVE_STRSEP if necessary.
3690         * m4/strstr.m4 (gl_FUNC_STRSTR): Set REPLACE_STRSTR if necessary.
3691         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Set HAVE_DECL_STRTOK_R if
3692         necessary.
3693         * modules/string: New file.
3694         * modules/memmem (Files): Remove special-purpose include file.
3695         (Depends-on): Add string.
3696         (Include): Include <string.h>, not the removed file.
3697         * modules/mempcpy: Likewise.
3698         * modules/memrchr: Likewise.
3699         * modules/stpcpy: Likewise.
3700         * modules/stpncpy: Likewise.
3701         * modules/strcase: Likewise.
3702         * modules/strchrnul: Likewise.
3703         * modules/strdup: Likewise.
3704         * modules/strndup: Likewise.
3705         * modules/strnlen: Likewise.
3706         * modules/strpbrk: Likewise.
3707         * modules/strsep: Likewise.
3708         * modules/strstr: Likewise.
3709         * modules/strtok_r: Likewise.
3710         * tests/test-dirname.c: Don't include "strdup.h", since
3711         <string.h> now suffices.
3712         * tests/test-memmem.c: Don't include "memmem.h", since
3713         <string.h> now suffices.
3714
3715 2007-01-25  Bruno Haible  <bruno@clisp.org>
3716
3717         * lib/striconveh.c (mem_cd_iconveh_internal): Ignore *lengthp if
3718         *resultp is 0.
3719
3720         * lib/unistr/u16-to-u8.c (u16_to_u8): Fix u8_uctomb invocation.
3721         * lib/unistr/u32-to-u8.c (u32_to_u8): Likewise.
3722         * lib/unistr/u8-to-u16.c (u8_to_u16): Fix u16_uctomb invocation.
3723         * lib/unistr/u32-to-u16.c (u32_to_u16): Likewise.
3724
3725         * modules/unistr/u8-to-u16 (Depends-on): Add missing modules.
3726         * modules/unistr/u8-to-u32 (Depends-on): Add missing modules.
3727         * modules/unistr/u16-to-u8 (Depends-on): Add missing modules.
3728         * modules/unistr/u16-to-u32 (Depends-on): Add missing modules.
3729         * modules/unistr/u32-to-u8 (Depends-on): Add missing modules.
3730         * modules/unistr/u32-to-u16 (Depends-on): Add missing modules.
3731
3732 2007-01-24  Bruno Haible  <bruno@clisp.org>
3733
3734         Don't AC_REQUIRE autoconf macros that invoke AC_LIBOBJ. See
3735         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00279.html>.
3736         * m4/argp.m4 (gl_ARGP): Invoke, don't require, gl_GETOPT_SUBSTITUTE.
3737         * m4/fts.m4 (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): Invoke, don't require,
3738         gl_FUNC_FTS_CORE.
3739         (gl_FUNC_FTS_CORE): Invoke, don't require, gl_FUNC_OPENAT.
3740         * m4/lstat.m4 (gl_FUNC_LSTAT): Invoke, don't require,
3741         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
3742         * m4/memcmp.m4 (gl_FUNC_MEMCMP): Invoke, don't require, AC_FUNC_MEMCMP.
3743         * m4/mktime.m4 (gl_FUNC_MKTIME): Invoke, don't require, AC_FUNC_MKTIME.
3744         * m4/openat.m4 (gl_FUNC_OPENAT): Invoke, don't require,
3745         gl_FUNC_FCHOWNAT.
3746         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Invoke, don't require,
3747         gl_FUNC_STRFTIME.
3748         * m4/strtod.m4 (gl_FUNC_STRTOD): Invoke, don't require, AC_FUNC_STRTOD.
3749         Reported by Ralf Wildenhues.
3750
3751 2007-01-24  Bruno Haible  <bruno@clisp.org>
3752
3753         Drop AC_REQUIRE calls that are redundant with the module dependencies.
3754         * m4/canon-host.m4 (gl_PREREQ_CANON_HOST): Don't require
3755         gl_GETADDRINFO.
3756         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Don't require AM_STDBOOL_H,
3757         gl_FUNC_MEMPCPY, gl_FUNC_OPENAT, gl_FUNC_MEMRCHR.
3758         * m4/openat.m4 (gl_PREREQ_OPENAT): Don't require gl_SAVE_CWD.
3759
3760 2007-01-24  Paul Eggert  <eggert@cs.ucla.edu>
3761
3762         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Add test for glibc bug 361.
3763         Don't use 'exit'; just return from 'main'.
3764         (_AC_LIBOBJ_FNMATCH): Check for headers and functions just once.
3765
3766         * lib/fnmatch_.h: Readjust white space and comments to match
3767         glibc, to avoid spurious diffs.
3768
3769 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
3770
3771         * lib/fnmatch_loop.c (internal_fnmatch) [!_LIBC]: #if-out the
3772         2004-12-01 change by Jakub Jelinek, since this code won't compile
3773         if !LIBC.  Problem reported by Bob Proulx.
3774
3775 2007-01-23  Bruno Haible  <bruno@clisp.org>
3776
3777         * lib/striconveh.c: Include c-strcaseeq.h.
3778         (mem_iconveh, str_iconveh): Use STRCASEEQ instead of c_strcasecmp.
3779         * modules/striconveh (Depends-on): Add c-strcaseeq.
3780
3781 2007-01-23  Bruno Haible  <bruno@clisp.org>
3782
3783         * MODULES.html.sh (String handling): Add streq, c-strcaseeq.
3784
3785         * modules/c-strcaseeq: New file.
3786         * lib/c-strcaseeq.h: New file.
3787
3788         * modules/streq: New file.
3789         * lib/streq.h: New file.
3790
3791 2007-01-23  Bruno Haible  <bruno@clisp.org>
3792
3793         * modules/striconveha-tests: New file.
3794         * tests/test-striconveha.c: New file.
3795
3796         * lib/striconveha.h: Include <stdbool.h>.
3797         (mem_iconveha, str_iconveha): Add 'transliterate' argument.
3798         * lib/striconveha.c: Include allocsa.h, strdup.h, c-strcase.h.
3799         (mem_iconveha_notranslit): Renamed from mem_iconveha.
3800         (mem_iconveha): New function.
3801         (str_iconveha_notranslit): Renamed from str_iconveha.
3802         (str_iconveha): New function.
3803         * modules/striconveha (Depends-on): Add stdbool, allocsa, strdup,
3804         c-strcase.
3805
3806 2007-01-23  Bruno Haible  <bruno@clisp.org>
3807
3808         * lib/striconveha.c (mem_iconveha): Fix endless recursion. Try all
3809         encodings without forgiving before trying any encoding with handler.
3810         (str_iconveha): Try all encodings without forgiving before trying any
3811         encoding with handler.
3812
3813 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
3814
3815         Import the following changes from libc.
3816
3817         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
3818
3819         * lib/fnmatch_loop.c: Adjust for changed secondary hash function.
3820
3821         2004-12-01  Jakub Jelinek  <jakub@redhat.com>
3822
3823         * lib/fnmatch_loop.c (internal_fnmatch): Clear is_seqval after
3824         normal_bracket label.
3825
3826         2004-09-01  Jakub Jelinek  <jakub@redhat.com>
3827
3828         [BZ #361]
3829         * lib/fnmatch_loop.c (FCT): For backslash between brackets, branch
3830         to normal_bracket after fetching the next character.
3831
3832 2007-01-22  Bruno Haible  <bruno@clisp.org>
3833
3834         * lib/striconveh.h (mem_cd_iconveh, mem_iconveh): Add 'offsets'
3835         argument.
3836         * lib/striconveh.c (iconv_carefully_1): New function.
3837         (mem_cd_iconveh_internal, mem_cd_iconveh, mem_iconveh): Add 'offsets'
3838         argument.
3839         (str_cd_iconveh): Update.
3840         * lib/striconveha.h (mem_iconveha): Add 'offsets' argument.
3841         * lib/striconveha.c (mem_iconveha): Add 'offsets' argument.
3842         * tests/test-striconveh.c (MAGIC): New macro.
3843         (new_offsets): New function.
3844         (main): Test call with and without offsets.
3845
3846 2007-01-22  Bruno Haible  <bruno@clisp.org>
3847
3848         * modules/sys_stat (Makefile.am): Use @MKDIR_P@ instead of $(MKDIR_P).
3849         * modules/sys_select (Makefile.am): Likewise.
3850         * modules/sys_socket (Makefile.am): Likewise.
3851         * modules/sys_time (Makefile.am): Likewise.
3852
3853 2007-01-22  Paul Eggert  <eggert@cs.ucla.edu>
3854
3855         * modules/gettimeofday (License): Change from GPL to LGPL, since
3856         gettimeofday is a library function.
3857
3858 2007-01-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
3859
3860         * lib/poll.c (rpl_poll): Don't check against FD_SETSIZE under Win32.
3861
3862 2007-01-21  Bruno Haible  <bruno@clisp.org>
3863
3864         * m4/gnulib-common.m4 (AC_PROG_MKDIR_P): New macro.
3865
3866 2007-01-21  Bruno Haible  <bruno@clisp.org>
3867
3868         * modules/striconveha: New file.
3869         * lib/striconveha.h: New file.
3870         * lib/striconveha.c: New file.
3871         * MODULES.html.sh (Internationalization functions): Add striconveha.
3872         * lib/striconv.c (str_iconv): Optimize the case of an empty input
3873         string.
3874         * lib/striconveh.c (mem_iconveh, str_iconveh): Likewise.
3875
3876 2007-01-21  Bruno Haible  <bruno@clisp.org>
3877
3878         * lib/striconv.c (str_iconv): Guarantee errno is set when strdup fails.
3879         * lib/striconveh.c (str_iconveh): Likewise.
3880
3881 2007-01-21  Bruno Haible  <bruno@clisp.org>
3882
3883         * lib/striconveh.h (mem_iconveh): New declaration.
3884         * lib/striconveh.c (mem_iconveh): New function.
3885         * tests/test-striconveh.c (main): Add tests for mem_iconveh.
3886
3887 2007-01-21  Bruno Haible  <bruno@clisp.org>
3888
3889         * lib/xstriconv.h (xmem_cd_iconv): Change specification.
3890
3891         * lib/striconveh.h (mem_cd_iconveh): Change specification.
3892         * lib/striconveh.c (mem_cd_iconveh): Don't free the user-supplied
3893         original result buffer.
3894         (str_cd_iconveh): Update.
3895         * tests/test-striconveh.c (main): Update.
3896
3897         * lib/striconv.h (mem_cd_iconv): Change specification.
3898         * lib/striconv.c (mem_cd_iconv): Don't free the user-supplied original
3899         result buffer.
3900         (str_cd_iconv): Update.
3901         * tests/test-striconv.c (main): Update.
3902
3903 2007-01-21  Bruno Haible  <bruno@clisp.org>
3904
3905         * gnulib-tool: Fix test whether sed is GNU sed supporting --posix.
3906
3907 2007-01-20  Jim Meyering  <jim@meyering.net>
3908
3909         * lib/userspec.c (parse_with_separator): If a user or group string
3910         starts with "+", skip the corresponding name-to-ID look-up, since
3911         such a look-up must fail: user and group names may not include "+".
3912
3913 2007-01-19  Paul Eggert  <eggert@cs.ucla.edu>
3914
3915         * lib/poll.c: Include sys/time.h and time.h unconditionally,
3916         since we now assume the sys_time module.
3917         * m4/poll.m4 (gl_PREREQ_POLL): Don't require AC_HEADER_TIME or
3918         check for sys/time.h; no longer needed.
3919         * modules/poll (Depends-on): Depend on sys_time.
3920
3921 2007-01-18  Bruno Haible  <bruno@clisp.org>
3922
3923         * m4/mktime.m4 (AC_FUNC_MKTIME): Remove test for <sys/time.h>.
3924         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
3925
3926         * m4/tempname.m4 (gl_PREREQ_TEMPNAME): Remove tests for sys/time.h and
3927         gettimeofday.
3928
3929         * tests/test-gettimeofday.c: Include <time.h>.
3930         (dummy): Remove variable.
3931
3932         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Renamed from
3933         gl_HEADER_SYS_TIME_H.
3934         (gl_HEADER_SYS_TIME_H): New macro.
3935
3936         * lib/sys_time_.h: Test GETTIMEOFDAY_REPLACEMENT instead of
3937         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
3938         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY,
3939         gl_FUNC_GETTIMEOFDAY_CLOBBER): Set GETTIMEOFDAY_REPLACEMENT instead of
3940         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
3941         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H): Initialize
3942         GETTIMEOFDAY_REPLACEMENT instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE
3943         and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
3944         * modules/sys_time (sys/time.h): Substitute GETTIMEOFDAY_REPLACEMENT
3945         instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and
3946         GETTIMEOFDAY_CLOBBERS_LOCALTIME.
3947
3948         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Undo the
3949         last change; it caused a compilation error when cross-compiling to
3950         Cygwin.
3951
3952 2007-01-18  Jim Meyering  <jim@meyering.net>
3953
3954         Use "$(MKDIR_P) sys", not race-prone "test -d sys || mkdir sys".
3955         * modules/sys_stat (Makefile.am): Use "$(MKDIR_P) sys", rather
3956         than the race-prone "test -d sys || mkdir sys".
3957         (configure.ac): Use AC_PROG_MKDIR_P.
3958         * modules/sys_select: Likewise.
3959         * modules/sys_socket: Likewise.
3960         * modules/sys_time: Likewise.
3961
3962 2007-01-18  Eric Blake  <ebb9@byu.net>
3963
3964         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Also
3965         replace gettimeofday.
3966         * lib/gettimeofday.c (rpl_gettimeofday): Declare with replacement
3967         name, to avoid infinite recursion.
3968
3969 2007-01-17  Paul Eggert  <eggert@cs.ucla.edu>
3970
3971         * MODULES.html.sh (Support for systems lacking POSIX:2001): New
3972         module sys_time.
3973         * lib/gethrxtime.c: Include <sys/time.h>, since we can no longer
3974         assume timespec.h defines struct timeval.
3975         * lib/settime.c: Likewise.
3976         * lib/utimens.c: Likewise.
3977         * lib/gettime.c (gettime): Remove test against HAVE_GETTIMEOFDAY,
3978         since we now assume the gettimeofday module.
3979         * lib/tempname.c (__gen_tempname): Likewise.
3980         * lib/gettimeofday.h: Remove.
3981         * lib/gettimeofday.c: Include <sys/time.h> instead of "gettimeofday.h".
3982         Don't include <sys/types.h> and <stdlib.h>; shouldn't be needed.
3983         Include <time.h>, for 'time()'.
3984         (localtime_buffer_addr): Also use this workaround if
3985         TZSET_CLOBBERS_LOCALTIME.  Set to a dummy static variable by default,
3986         to simplify the uses.  All uses changed.
3987         (localtime, gmtime, tzset, gettimeofday): Reformat slightly so
3988         that #undef is inside {}, and 'const' follows type name consistently.
3989         (tzset): Define replacement only if TZSET_CLOBBERS_LOCALTIME.
3990         (gettimeofday): Do not use the maximum possible value for
3991         tv->tv_usec, since that might break usages other than ls.c.
3992         Instead, we'll leave ls.c alone.  This undoes today's patch
3993         by Bruno.  Add a compile-time warning for 1s-clock resolution;
3994         we've never observed the problem but might as well keep the
3995         canary.
3996         * lib/nanosleep.c: Include timespec.h first, for interface check.
3997         * lib/nanosleep.c: Include <sys/time.h> unconditionally, since we
3998         now assume the sys_time module.
3999         * lib/tempname.c: Likewise.
4000         * lib/timespec.h: Likewise.
4001         * lib/nanosleep.c: Don't worry about TIME_WITH_SYS_TIME; no longer
4002         needed.
4003         * lib/strftime.c: Likewise.
4004         * lib/timespec.h: Likewise.
4005         * lib/posixtm.c: Include posixtm.h first, for interface check.
4006         Don't worry about TM_IN_SYS_TIME; that's wayyy obsolete.
4007         * lib/posixtm.h: Include stdbool.h and time.h, for proper interface.
4008         * lib/strftime.c: Don't include <sys/types.h>; shouldn't be needed.
4009         * lib/sys_time_.h: New file.
4010         * lib/timespec.h (struct timespec): Use long int, not long.
4011         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
4012         (gl_FUNC_GETTIMEOFDAY_CLOBBER, gl_PREREQ_GETTIMEOFDAY):
4013         Remove obsolescent call to AC_HEADER_TIME.
4014         * m4/mktime.m4 (AC_FUNC_MKTIME): Likewise.
4015         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
4016         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
4017         * m4/timespec.m4 (gl_TIMESPEC, gl_CHECK_TYPE_STRUCT_TIMESPEC):
4018         Likewise.
4019         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Likewise.
4020         * m4/utimbuf.m4 (gl_CHECK_TYPE_STRUCT_UTIMBUF): Likewise.
4021         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): Move sys/time.h tests
4022         into the sys_time module.  Check for gettimeofday just once.
4023         Prefix our variables with gl_, not with ac_ or jm_.  Tighten test
4024         for gettimeofday signature to just check the signature.  Merely
4025         compile it, since linking doesn't test signature.  Improve test for
4026         whether gettimeofday.o is actually needed.
4027         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Renamed from
4028         AC_FUNC_GETTIMEOFDAY_CLOBBER.  All uses changed.  Use
4029         AC_RUN_IFELSE rather than AC_TRY_RUN.  If clobbering, set
4030         and define GETTIMEOFDAY_CLOBBERS_LOCALTIME.
4031         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Don't define
4032         GETTIMEOFDAY_CLOBBERS_LOCALTIME; that's gl_FUNC_GETTIMEOFDAY_CLOBBER's
4033         job.  Don't define tzset; that's gl_FUNC_TZSET_CLOBBER's job.
4034         * m4/mktime.m4 (AC_FUNC_MKTIME): Just include <time.h> rather
4035         than worrying about sys/time.h.
4036         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
4037         Don't bother worrying about TIME_WITH_SYS_TIME.
4038         * m4/stat-time.m4 (gl_STAT_TIME): Likewise.
4039         * m4/posixtm.m4 (gl_POSIXTM): Remove obsolescent call to AC_STRUCT_TM.
4040         * m4/sys_time_h.m4: New file.
4041         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Require gl_HEADER_SYS_TIME_H.
4042         Don't include sys/time.h.  Return from main rather than exiting.
4043         Define TZSET_CLOBBERS_LOCALTIME, for consistency with other names;
4044         all uses changed.
4045         * modules/gethrxtime (Depends-on): Add sys_time.
4046         * modules/gettime (Depends-on): Likewise.
4047         * modules/gettimeofday (Depends-on): Likewise.
4048         * modules/nanosleep (Depends-on): Likewise.
4049         * modules/settime (Depends-on): Likewise.
4050         * modules/tempname (Depends-on): Likewise.
4051         * modules/utimens (Depends-on): Likewise.
4052         * modules/gettimeofday (Files): Remove lib/gettimeofday.h.
4053         (Include:) Change back to <sys/time.h>.
4054         (Maintainer:) Add self.
4055         * modules/sys_time: New file.
4056         * modules/tempname (Depends-on): Add gettimeofday.
4057         * tests/test-gettimeofday.c: Include <sys/time.h>
4058         rather than gettimeofday.h.
4059
4060 2007-01-17  Bruno Haible  <bruno@clisp.org>
4061
4062         * gnulib-tool (func_get_license): Revert last patch. Instead, let
4063         the license default to GPL.
4064         (func_create_testdir): Don't complain if a module is LGPL and its
4065         tests module depends on GPLed modules.
4066
4067 2007-01-17  Bruno Haible  <bruno@clisp.org>
4068
4069         * lib/gettimeofday.c (gettimeofday): Add code for the case
4070         HAVE_GETTIMEOFDAY && !GETTIMEOFDAY_CLOBBERS_LOCALTIME. Use the
4071         maximum possible value for tv->tv_usec, rather than the minimum one.
4072
4073 2005-10-08  Martin Lambers  <marlam@marlam.de>
4074 2005-10-08  Paul Eggert  <eggert@cs.ucla.edu>
4075 2007-01-16  Bruno Haible  <bruno@clisp.org>
4076
4077         * modules/gettimeofday (Files): Add lib/gettimeofday.h.
4078         (configure.ac): Remove AC_FUNC_GETTIMEOFDAY_CLOBBER. Add
4079         gl_FUNC_GETTIMEOFDAY.
4080         (Include): Add gettimeofday.h.
4081         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): New macro.
4082         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't invoke gl_PREREQ_GETTIMEOFDAY.
4083         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Define
4084         GETTIMEOFDAY_CLOBBERS_LOCALTIME. Invoke gl_PREREQ_GETTIMEOFDAY here.
4085         (gl_PREREQ_GETTIMEOFDAY): Check for <sys/timeb.h> and _ftime.
4086         * lib/gettimeofday.h: New file.
4087         * lib/gettimeofday.c: Include <sys/timeb.h>.
4088         (localtime_buffer_addr, rpl_localtime, rpl_gmtime, rpl_tzset): Define
4089         only if GETTIMEOFDAY_CLOBBERS_LOCALTIME.
4090         (rpl_gettimeofday) [!HAVE_GETTIMEOFDAY]: Use _ftime() when available;
4091         fall back on time().
4092
4093         * tests/test-gettimeofday.c: New file.
4094         * modules/gettimeofday-tests: New file.
4095
4096 2007-01-16  Eric Blake  <ebb9@byu.net>
4097
4098         * modules/fnmatch (Depends-on): Depend on wchar.
4099         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Assume <wchar.h>.
4100         * m4/fnmatch.m4: Likewise.
4101         * modules/mbchar (Makefile.am): Assume <wchar.h>.
4102         * m4/mbchar.m4: Likewise.
4103         * modules/mbswidth (Depends-on): Depend on wchar.
4104         * lib/mbswidth.c: Assume <wchar.h>.
4105         * m4/mbswidth.m4: Likewise.
4106         * modules/quotearg (Depends-on): Depend on wchar.
4107         * lib/quotearg.c: Assume <wchar.h>.
4108         * m4/quotearg.m4: Likewise.
4109         * modules/regex (Depends-on): Depend on wchar.
4110         * lib/regex_internal.h: Assume <wchar.h>.
4111         * m4/regex.m4: Likewise.
4112         * modules/stdint (Depends-on): Depend on wchar.
4113         * lib/stdint_.h [!defined WCHAR_MIN]: Assume <wchar.h>.
4114         * m4/stdint.m4: Likewise.
4115         * tests/test-stdint.c [HAVE_WINT_T]: Likewise.
4116         * modules/strftime (Depends-on): Depend on wchar.
4117         * lib/strftime.c (DO_MULTIBYTE): Assume <wchar.h>.
4118         * modules/strtol (Depends-on): Depend on wchar.
4119         * lib/strtol.c: Assume <wchar.h>.
4120         * modules/wcwidth (Depends-on): Depend on wchar.
4121         * lib/wcwidth.h: Assume <wchar.h>.
4122         * m4/wcwidth.m4: Likewise.
4123
4124 2007-01-16  Bruno Haible  <bruno@clisp.org>
4125
4126         * modules/csharpexec-script: New, created from...
4127         * modules/csharpexec: ... this.
4128
4129 2007-01-16  Paolo Bonzini  <bonzini@gnu.org>
4130
4131         * modules/javaexec-script: New, created from...
4132         * modules/javaexec: ... this.
4133
4134 2007-01-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
4135
4136         * modules/poll (Dependencies): Add sys_select.
4137
4138 2007-01-15  Jim Meyering  <jim@meyering.net>
4139
4140         * m4/readutmp.m4 (gl_READUTMP): Work around AIX 4.3 struct-
4141         redefinition bug when using both <utmp.h> and <utmpx.h> headers.
4142         * lib/readutmp.h: Likewise.  Reported by Daniel Richard G. in
4143         <http://article.gmane.org/gmane.comp.gnu.core-utils.bugs/9415>.
4144
4145 2007-01-15  Bruno Haible  <bruno@clisp.org>
4146
4147         * modules/striconveh: New file.
4148         * lib/striconveh.h: New file.
4149         * lib/striconveh.c: New file.
4150         * MODULES.html.sh (Internationalization functions): Add striconveh.
4151
4152         * modules/striconveh-tests: New file.
4153         * tests/test-striconveh.c: New file.
4154
4155 2007-01-15  Bruno Haible  <bruno@clisp.org>
4156
4157         * lib/striconv.c (str_cd_iconv): Use the first algorithm if iconv is
4158         not from GNU libiconv or GNU libc.
4159
4160 2007-01-15  Bruno Haible  <bruno@clisp.org>
4161
4162         * doc/gnulib-intro.texi (Copyright): Explain the different license
4163         terms for module descriptions, autoconf macros, tests, documentation.
4164
4165 2007-01-14  Bruno Haible  <bruno@clisp.org>
4166
4167         * modules/striconv-tests: New file.
4168         * tests/test-striconv.c: New file.
4169
4170 2007-01-14  Bruno Haible  <bruno@clisp.org>
4171
4172         * modules/iconv-tests: New file.
4173         * tests/test-iconv.c: New file.
4174
4175 2007-01-14  Bruno Haible  <bruno@clisp.org>
4176
4177         * gnulib-tool (func_get_license): For test modules, use the license of
4178         the main module.
4179
4180 2007-01-14  Bruno Haible  <bruno@clisp.org>
4181
4182         * modules/iconv (Include): Clarify that <iconv.h> can only be included
4183         if iconv is found to exist.
4184
4185 2007-01-14  Bruno Haible  <bruno@clisp.org>
4186
4187         * modules/c-ctype-tests: New file.
4188         * tests/test-c-ctype.c: New file.
4189
4190 2007-01-14  Bruno Haible  <bruno@clisp.org>
4191
4192         * modules/binary-io-tests: New file.
4193         * tests/test-binary-io.sh: New file.
4194         * tests/test-binary-io.c: New file.
4195
4196 2007-01-14  Bruno Haible  <bruno@clisp.org>
4197
4198         * modules/array-oset-tests: New file.
4199         * tests/test-array_oset.c: New file.
4200
4201 2007-01-14  Bruno Haible  <bruno@clisp.org>
4202
4203         * modules/array-list-tests: New file.
4204         * tests/test-array_list.c: New file.
4205
4206 2007-01-14  Bruno Haible  <bruno@clisp.org>
4207
4208         * gnulib-tool (func_create_testdir): Don't unnecessarily run configure
4209         and make.
4210         Reported by Simon Josefsson in
4211         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00139.html>
4212
4213 2007-01-14  Bruno Haible  <bruno@clisp.org>
4214
4215         * modules/allocsa-tests: New file.
4216         * tests/test-allocsa.c: New file.
4217
4218 2007-01-14  Bruno Haible  <bruno@clisp.org>
4219
4220         * modules/fchdir (Depends-on): Add absolute-header.
4221         * modules/unistd (Depends-on): Likewise.
4222
4223 2006-12-30  Bruno Haible  <bruno@clisp.org>
4224
4225         * modules/fchdir: New file.
4226         * modules/unistd (Files): Add lib/unistd_.h.
4227         (Makefile.am): Generate unistd.h from unistd_.h.
4228         * lib/fchdir.c: New file.
4229         * lib/dirent_.h: New file.
4230         * lib/unistd_.h: New file.
4231         * lib/fcntl_.h (open) [FCHDIR_REPLACEMENT]: New replacement.
4232         * m4/fchdir.m4: New file.
4233         * m4/unistd_h.m4 (gl_PREREQ_UNISTD): New macro.
4234         (gl_HEADER_UNISTD): Invoke it.
4235         * lib/dup-safer.c (dup_safer) [FCHDIR_REPLACEMENT]: Use the dup
4236         function.
4237         * lib/backupfile.c (opendir, closedir): Undefine.
4238         * lib/chown.c (open, close): Undefine.
4239         * lib/clean-temp.c (open, close): Undefine.
4240         * lib/copy-file.c (open, close): Undefine.
4241         * lib/execute.c (open, close): Undefine.
4242         * lib/fsusage.c (open, close): Undefine.
4243         * lib/gc-gnulib.c (open, close): Undefine.
4244         * lib/getcwd.c (opendir, closedir): Undefine.
4245         * lib/glob.c (opendir, closedir): Undefine.
4246         * lib/javacomp.c (open, close): Undefine.
4247         * lib/mountlist.c (open, close, opendir, closedir): Undefine.
4248         * lib/openat-proc.c (open, close): Undefine.
4249         * lib/pagealign_alloc.c (open, close): Undefine.
4250         * lib/pipe.c (open, close): Undefine.
4251         * lib/progreloc.c (open, close): Undefine.
4252         * lib/savedir.c (opendir, closedir): Undefine.
4253         * lib/utime.c (open, close): Undefine.
4254         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add fchdir.
4255
4256 2007-01-10  Bruno Haible  <bruno@clisp.org>
4257
4258         * lib/striconv.c (mem_cd_iconv): Align the temporary buffer.
4259
4260 2007-01-12  Eric Blake  <ebb9@byu.net>
4261
4262         Provide a robust <wchar.h>.  Further simplifications are now
4263         possible in other modules, but not included here.
4264         * modules/wchar: New module.
4265         * m4/wchar.m4: New file.
4266         * lib/wchar_.h: Likewise.
4267         * modules/mbchar (Depends-on): Depend on wchar, as the first use
4268         of the new module.
4269         * MODULES.html.sh (Extended multibyte and wide character utilities):
4270         New section.
4271
4272 2007-01-12  Paul Eggert  <eggert@cs.ucla.edu>
4273
4274         * lib/xreadlink.c (SYMLINK_MAX) [!defined SYMLINK_MAX]: Define
4275         to a reasonable default for memory allocation.
4276         (xreadlink): Don't allocate a huge buffer, to work around a buggy
4277         file system that reports garbage st_size values for symlinks.
4278         Problem reported by Liyang Hu.
4279
4280 2007-01-11  Simon Josefsson  <simon@josefsson.org>
4281
4282         * gnulib-tool (func_all_modules): Exclude all .* files (e.g.,
4283         Emacs .#* auto-save files).
4284
4285 2007-01-11  Bruno Haible  <bruno@clisp.org>
4286
4287         * gnulib-tool (func_all_modules): Exclude all files inside the CVS
4288         directory.
4289
4290 2007-01-10  Paul Eggert  <eggert@cs.ucla.edu>
4291
4292         Use @...@ consistently in lib/wctype_.h.
4293         * lib/wctype_.h [HAVE_WINT_T]: Go back to using @...@, but rely
4294         on it being set to 1 or 0.
4295         * m4/wctype.m4 (gl_WCTYPE_H): Set HAVE_WINT_T to 1 or 0, and
4296         go back to AC_SUBSTing it.
4297         * modules/wctype (Makefile.am): Undo previous change.
4298
4299 2007-01-10  Eric Blake  <ebb9@byu.net>
4300
4301         * lib/wctype_.h [HAVE_WINT_T]: Rely on AC_DEFINE.
4302         * m4/wctype.m4 (gl_WCTYPE_H): No need to AC_SUBST(HAVE_WINT_T).
4303         * modules/wctype (Makefile.am): Likewise.
4304         Reported by Chris McGuire.
4305
4306 2007-01-10  Jim Meyering  <jim@meyering.net>
4307
4308         fts.c: a small readability/maintainability improvement
4309         * lib/fts.c (fts_read): Make this code slightly more readable and
4310         maintainable by hoisting the "sp->fts_cur = p" assignments to
4311         immediately follow the statements that set P.  Derived from
4312         the patch by Miloslav Trmac in http://bugzilla.redhat.com/222089.
4313
4314 2007-01-10  Eric Blake  <ebb9@byu.net>
4315
4316         * lib/wctype_.h [HAVE_WINT_T]: Include <stddef.h> before
4317         <wchar.h>, to work around BSDI bug in BSD/OS 4.0.1.
4318         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
4319         * m4/wint_t.m4 (gt_TYPE_WINT_T): Likewise.
4320         Reported by Chris McGuire.
4321
4322 2007-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4323
4324         * gnulib-tool (func_all_modules): Use POSIX conforming escaping
4325         in sed script.
4326
4327 2007-01-09  Bruno Haible  <bruno@clisp.org>
4328
4329         * MODULES.html.sh: Accept options --cvs-urls, --git-urls.
4330         (repo_url_prefix, repo_url_suffix, repo_url_suffix_repl): New
4331         variables.
4332         (func_module): Use them.
4333
4334 2007-01-09  Bruno Haible  <bruno@clisp.org>
4335
4336         * modules/unistr/base: New file.
4337         * lib/unistr.h: New file.
4338
4339         * modules/unistr/u8-to-u16: New file.
4340         * lib/unistr/u8-to-u16.c: New file.
4341
4342         * modules/unistr/u8-to-u32: New file.
4343         * lib/unistr/u8-to-u32.c: New file.
4344
4345         * modules/unistr/u16-to-u8: New file.
4346         * lib/unistr/u16-to-u8.c: New file.
4347
4348         * modules/unistr/u16-to-u32: New file.
4349         * lib/unistr/u16-to-u32.c: New file.
4350
4351         * modules/unistr/u32-to-u8: New file.
4352         * lib/unistr/u32-to-u8.c: New file.
4353
4354         * modules/unistr/u32-to-u16: New file.
4355         * lib/unistr/u32-to-u16.c: New file.
4356
4357         * modules/unistr/u8-check: New file.
4358         * modules/unistr/u16-check: New file.
4359         * modules/unistr/u32-check: New file.
4360         * lib/unistr/u8-check.c: New file.
4361         * lib/unistr/u16-check.c: New file.
4362         * lib/unistr/u32-check.c: New file.
4363
4364         * modules/unistr/u8-chr: New file.
4365         * modules/unistr/u16-chr: New file.
4366         * modules/unistr/u32-chr: New file.
4367         * lib/unistr/u8-chr.c: New file.
4368         * lib/unistr/u16-chr.c: New file.
4369         * lib/unistr/u32-chr.c: New file.
4370
4371         * modules/unistr/u8-cmp: New file.
4372         * modules/unistr/u16-cmp: New file.
4373         * modules/unistr/u32-cmp: New file.
4374         * lib/unistr/u8-cmp.c: New file.
4375         * lib/unistr/u16-cmp.c: New file.
4376         * lib/unistr/u32-cmp.c: New file.
4377
4378         * modules/unistr/u8-cpy: New file.
4379         * modules/unistr/u16-cpy: New file.
4380         * modules/unistr/u32-cpy: New file.
4381         * lib/unistr/u8-cpy.c: New file.
4382         * lib/unistr/u16-cpy.c: New file.
4383         * lib/unistr/u32-cpy.c: New file.
4384         * lib/unistr/u-cpy.h: New file.
4385
4386         * modules/unistr/u8-cpy-alloc: New file.
4387         * modules/unistr/u16-cpy-alloc: New file.
4388         * modules/unistr/u32-cpy-alloc: New file.
4389         * lib/unistr/u8-cpy-alloc.c: New file.
4390         * lib/unistr/u16-cpy-alloc.c: New file.
4391         * lib/unistr/u32-cpy-alloc.c: New file.
4392         * lib/unistr/u-cpy-alloc.h: New file.
4393
4394         * modules/unistr/u8-endswith: New file.
4395         * modules/unistr/u16-endswith: New file.
4396         * modules/unistr/u32-endswith: New file.
4397         * lib/unistr/u8-endswith.c: New file.
4398         * lib/unistr/u16-endswith.c: New file.
4399         * lib/unistr/u32-endswith.c: New file.
4400         * lib/unistr/u-endswith.h: New file.
4401
4402         * modules/unistr/u8-mblen: New file.
4403         * modules/unistr/u16-mblen: New file.
4404         * modules/unistr/u32-mblen: New file.
4405         * lib/unistr/u8-mblen.c: New file.
4406         * lib/unistr/u16-mblen.c: New file.
4407         * lib/unistr/u32-mblen.c: New file.
4408
4409         * modules/unistr/u8-mbtouc: New file.
4410         * modules/unistr/u16-mbtouc: New file.
4411         * modules/unistr/u32-mbtouc: New file.
4412         * lib/unistr/u8-mbtouc.c: New file.
4413         * lib/unistr/u16-mbtouc.c: New file.
4414         * lib/unistr/u32-mbtouc.c: New file.
4415
4416         * modules/unistr/u8-mbtouc-safe: New file.
4417         * modules/unistr/u16-mbtouc-safe: New file.
4418         * modules/unistr/u32-mbtouc-safe: New file.
4419         * lib/unistr/u8-mbtouc-safe.c: New file.
4420         * lib/unistr/u16-mbtouc-safe.c: New file.
4421         * lib/unistr/u32-mbtouc-safe.c: New file.
4422
4423         * modules/unistr/u8-move: New file.
4424         * modules/unistr/u16-move: New file.
4425         * modules/unistr/u32-move: New file.
4426         * lib/unistr/u8-move.c: New file.
4427         * lib/unistr/u16-move.c: New file.
4428         * lib/unistr/u32-move.c: New file.
4429         * lib/unistr/u-move.h: New file.
4430
4431         * modules/unistr/u8-next: New file.
4432         * modules/unistr/u16-next: New file.
4433         * modules/unistr/u32-next: New file.
4434         * lib/unistr/u8-next.c: New file.
4435         * lib/unistr/u16-next.c: New file.
4436         * lib/unistr/u32-next.c: New file.
4437
4438         * modules/unistr/u8-prev: New file.
4439         * modules/unistr/u16-prev: New file.
4440         * modules/unistr/u32-prev: New file.
4441         * lib/unistr/u8-prev.c: New file.
4442         * lib/unistr/u16-prev.c: New file.
4443         * lib/unistr/u32-prev.c: New file.
4444
4445         * modules/unistr/u8-set: New file.
4446         * modules/unistr/u16-set: New file.
4447         * modules/unistr/u32-set: New file.
4448         * lib/unistr/u8-set.c: New file.
4449         * lib/unistr/u16-set.c: New file.
4450         * lib/unistr/u32-set.c: New file.
4451         * lib/unistr/u-set.h: New file.
4452
4453         * modules/unistr/u8-startswith: New file.
4454         * modules/unistr/u16-startswith: New file.
4455         * modules/unistr/u32-startswith: New file.
4456         * lib/unistr/u8-startswith.c: New file.
4457         * lib/unistr/u16-startswith.c: New file.
4458         * lib/unistr/u32-startswith.c: New file.
4459         * lib/unistr/u-startswith.h: New file.
4460
4461         * modules/unistr/u8-stpcpy: New file.
4462         * modules/unistr/u16-stpcpy: New file.
4463         * modules/unistr/u32-stpcpy: New file.
4464         * lib/unistr/u8-stpcpy.c: New file.
4465         * lib/unistr/u16-stpcpy.c: New file.
4466         * lib/unistr/u32-stpcpy.c: New file.
4467         * lib/unistr/u-stpcpy.h: New file.
4468
4469         * modules/unistr/u8-stpncpy: New file.
4470         * modules/unistr/u16-stpncpy: New file.
4471         * modules/unistr/u32-stpncpy: New file.
4472         * lib/unistr/u8-stpncpy.c: New file.
4473         * lib/unistr/u16-stpncpy.c: New file.
4474         * lib/unistr/u32-stpncpy.c: New file.
4475         * lib/unistr/u-stpncpy.h: New file.
4476
4477         * modules/unistr/u8-strcat: New file.
4478         * modules/unistr/u16-strcat: New file.
4479         * modules/unistr/u32-strcat: New file.
4480         * lib/unistr/u8-strcat.c: New file.
4481         * lib/unistr/u16-strcat.c: New file.
4482         * lib/unistr/u32-strcat.c: New file.
4483         * lib/unistr/u-strcat.h: New file.
4484
4485         * modules/unistr/u8-strchr: New file.
4486         * modules/unistr/u16-strchr: New file.
4487         * modules/unistr/u32-strchr: New file.
4488         * lib/unistr/u8-strchr.c: New file.
4489         * lib/unistr/u16-strchr.c: New file.
4490         * lib/unistr/u32-strchr.c: New file.
4491
4492         * modules/unistr/u8-strcmp: New file.
4493         * modules/unistr/u16-strcmp: New file.
4494         * modules/unistr/u32-strcmp: New file.
4495         * lib/unistr/u8-strcmp.c: New file.
4496         * lib/unistr/u16-strcmp.c: New file.
4497         * lib/unistr/u32-strcmp.c: New file.
4498
4499         * modules/unistr/u8-strcpy: New file.
4500         * modules/unistr/u16-strcpy: New file.
4501         * modules/unistr/u32-strcpy: New file.
4502         * lib/unistr/u8-strcpy.c: New file.
4503         * lib/unistr/u16-strcpy.c: New file.
4504         * lib/unistr/u32-strcpy.c: New file.
4505         * lib/unistr/u-strcpy.h: New file.
4506
4507         * modules/unistr/u8-strcspn: New file.
4508         * modules/unistr/u16-strcspn: New file.
4509         * modules/unistr/u32-strcspn: New file.
4510         * lib/unistr/u8-strcspn.c: New file.
4511         * lib/unistr/u16-strcspn.c: New file.
4512         * lib/unistr/u32-strcspn.c: New file.
4513         * lib/unistr/u-strcspn.h: New file.
4514
4515         * modules/unistr/u8-strdup: New file.
4516         * modules/unistr/u16-strdup: New file.
4517         * modules/unistr/u32-strdup: New file.
4518         * lib/unistr/u8-strdup.c: New file.
4519         * lib/unistr/u16-strdup.c: New file.
4520         * lib/unistr/u32-strdup.c: New file.
4521         * lib/unistr/u-strdup.h: New file.
4522
4523         * modules/unistr/u8-strlen: New file.
4524         * modules/unistr/u16-strlen: New file.
4525         * modules/unistr/u32-strlen: New file.
4526         * lib/unistr/u8-strlen.c: New file.
4527         * lib/unistr/u16-strlen.c: New file.
4528         * lib/unistr/u32-strlen.c: New file.
4529         * lib/unistr/u-strlen.h: New file.
4530
4531         * modules/unistr/u8-strmblen: New file.
4532         * modules/unistr/u16-strmblen: New file.
4533         * modules/unistr/u32-strmblen: New file.
4534         * lib/unistr/u8-strmblen.c: New file.
4535         * lib/unistr/u16-strmblen.c: New file.
4536         * lib/unistr/u32-strmblen.c: New file.
4537
4538         * modules/unistr/u8-strmbtouc: New file.
4539         * modules/unistr/u16-strmbtouc: New file.
4540         * modules/unistr/u32-strmbtouc: New file.
4541         * lib/unistr/u8-strmbtouc.c: New file.
4542         * lib/unistr/u16-strmbtouc.c: New file.
4543         * lib/unistr/u32-strmbtouc.c: New file.
4544
4545         * modules/unistr/u8-strncat: New file.
4546         * modules/unistr/u16-strncat: New file.
4547         * modules/unistr/u32-strncat: New file.
4548         * lib/unistr/u8-strncat.c: New file.
4549         * lib/unistr/u16-strncat.c: New file.
4550         * lib/unistr/u32-strncat.c: New file.
4551         * lib/unistr/u-strncat.h: New file.
4552
4553         * modules/unistr/u8-strncmp: New file.
4554         * modules/unistr/u16-strncmp: New file.
4555         * modules/unistr/u32-strncmp: New file.
4556         * lib/unistr/u8-strncmp.c: New file.
4557         * lib/unistr/u16-strncmp.c: New file.
4558         * lib/unistr/u32-strncmp.c: New file.
4559
4560         * modules/unistr/u8-strncpy: New file.
4561         * modules/unistr/u16-strncpy: New file.
4562         * modules/unistr/u32-strncpy: New file.
4563         * lib/unistr/u8-strncpy.c: New file.
4564         * lib/unistr/u16-strncpy.c: New file.
4565         * lib/unistr/u32-strncpy.c: New file.
4566         * lib/unistr/u-strncpy.h: New file.
4567
4568         * modules/unistr/u8-strnlen: New file.
4569         * modules/unistr/u16-strnlen: New file.
4570         * modules/unistr/u32-strnlen: New file.
4571         * lib/unistr/u8-strnlen.c: New file.
4572         * lib/unistr/u16-strnlen.c: New file.
4573         * lib/unistr/u32-strnlen.c: New file.
4574         * lib/unistr/u-strnlen.h: New file.
4575
4576         * modules/unistr/u8-strpbrk: New file.
4577         * modules/unistr/u16-strpbrk: New file.
4578         * modules/unistr/u32-strpbrk: New file.
4579         * lib/unistr/u8-strpbrk.c: New file.
4580         * lib/unistr/u16-strpbrk.c: New file.
4581         * lib/unistr/u32-strpbrk.c: New file.
4582         * lib/unistr/u-strpbrk.h: New file.
4583
4584         * modules/unistr/u8-strrchr: New file.
4585         * modules/unistr/u16-strrchr: New file.
4586         * modules/unistr/u32-strrchr: New file.
4587         * lib/unistr/u8-strrchr.c: New file.
4588         * lib/unistr/u16-strrchr.c: New file.
4589         * lib/unistr/u32-strrchr.c: New file.
4590
4591         * modules/unistr/u8-strspn: New file.
4592         * modules/unistr/u16-strspn: New file.
4593         * modules/unistr/u32-strspn: New file.
4594         * lib/unistr/u8-strspn.c: New file.
4595         * lib/unistr/u16-strspn.c: New file.
4596         * lib/unistr/u32-strspn.c: New file.
4597         * lib/unistr/u-strspn.h: New file.
4598
4599         * modules/unistr/u8-strstr: New file.
4600         * modules/unistr/u16-strstr: New file.
4601         * modules/unistr/u32-strstr: New file.
4602         * lib/unistr/u8-strstr.c: New file.
4603         * lib/unistr/u16-strstr.c: New file.
4604         * lib/unistr/u32-strstr.c: New file.
4605         * lib/unistr/u-strstr.h: New file.
4606
4607         * modules/unistr/u8-strtok: New file.
4608         * modules/unistr/u16-strtok: New file.
4609         * modules/unistr/u32-strtok: New file.
4610         * lib/unistr/u8-strtok.c: New file.
4611         * lib/unistr/u16-strtok.c: New file.
4612         * lib/unistr/u32-strtok.c: New file.
4613         * lib/unistr/u-strtok.h: New file.
4614
4615         * modules/unistr/u8-uctomb: New file.
4616         * modules/unistr/u16-uctomb: New file.
4617         * modules/unistr/u32-uctomb: New file.
4618         * lib/unistr/u8-uctomb.c: New file.
4619         * lib/unistr/u16-uctomb.c: New file.
4620         * lib/unistr/u32-uctomb.c: New file.
4621
4622         * MODULES.html.sh (Unicode string functions): Add the new modules.
4623
4624 2007-01-08  Bruno Haible  <bruno@clisp.org>
4625
4626         * gnulib-tool (func_all_modules): Use find, not ls, to traverse the
4627         modules directory. Filter out CVS, ChangeLog, COPYING, README also from
4628         subdirectories.
4629
4630 2007-01-08  Karl Berry  <karl@gnu.org>
4631
4632         * doc/error.texi: mention that main() fns must set program_name
4633         when progname is used.
4634
4635 2007-01-08  Paul Eggert  <eggert@cs.ucla.edu>
4636
4637         * m4/wctype.m4 (gl_WCTYPE_H): Compute ABSOLUTE_WCTYPE_H even if
4638         WCTYPE_H is empty, for the benefit of builds from non-distclean
4639         directories.  Problem reported by Eric Blake in
4640         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00157.html>.
4641
4642 2007-01-08  Bruno Haible  <bruno@clisp.org>
4643
4644         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Remove
4645         PROVIDE_CANONICALIZE_FILENAME_MODE macro definition.
4646         * lib/canonicalize.h: Test GNULIB_CANONICALIZE instead of
4647         PROVIDE_CANONICALIZE_FILENAME_MODE.
4648         * modules/canonicalize (configure.ac): Use gl_MODULE_INDICATOR.
4649
4650 2007-01-08  Bruno Haible  <bruno@clisp.org>
4651
4652         * m4/fts.m4 (gl_FUNC_FTS_LGPL): Remove _LGPL_PACKAGE macro definition.
4653         * lib/fts_.h (_LGPL_PACKAGE): Remove macro.
4654         Use !GNULIB_FTS instead of _LGPL_PACKAGE.
4655         * lib/fts.c: Likewise.
4656         * modules/fts (configure.ac): Use gl_MODULE_INDICATOR.
4657
4658 2006-12-25  Bruno Haible  <bruno@clisp.org>
4659
4660         * modules/utf8-ucs4-safe: New file.
4661         * lib/utf8-ucs4-safe.h: New file.
4662         * lib/unistr/utf8-ucs4-safe.c: New file.
4663
4664         * modules/utf16-ucs4-safe: New file.
4665         * lib/utf16-ucs4-safe.h: New file.
4666         * lib/unistr/utf16-ucs4-safe.c: New file.
4667
4668         * MODULES.html.sh (Unicode string functions): Add the new modules.
4669
4670 2007-01-08  Bruno Haible  <bruno@clisp.org>
4671
4672         * modules/utf8-ucs4 (Files, lib_SOURCES): Add unistr/utf8-ucs4.c.
4673         (Depends-on): Add unitypes.
4674         * lib/utf8-ucs4.h: Add double-inclusion guard. Include unitypes.h.
4675         (u8_mbtouc_aux): Move out to separate file.
4676         (u8_mbtouc): Use ucs4_t, uint8_t types.
4677         * lib/unistr/utf8-ucs4.c: New file.
4678
4679         * modules/utf16-ucs4 (Files, lib_SOURCES): Add unistr/utf16-ucs4.c.
4680         (Depends-on): Add unitypes.
4681         * lib/utf16-ucs4.h: Add double-inclusion guard. Include unitypes.h.
4682         (u16_mbtouc_aux): Move out to separate file.
4683         (u16_mbtouc): Use ucs4_t, uint16_t types.
4684         * lib/unistr/utf16-ucs4.c: New file.
4685
4686         * modules/ucs4-utf8 (Files, lib_SOURCES): Add unistr/ucs4-utf8.c.
4687         (Depends-on): Add unitypes.
4688         * lib/ucs4-utf8.h: Add double-inclusion guard. Include unitypes.h.
4689         (u8_uctomb_aux): Move out to separate file.
4690         (u8_uctomb): Use ucs4_t, uint8_t types.
4691         * lib/unistr/ucs4-utf8.c: New file.
4692
4693         * modules/ucs4-utf16 (Files, lib_SOURCES): Add unistr/ucs4-utf16.c.
4694         (Depends-on): Add unitypes.
4695         * lib/ucs4-utf16.h: Add double-inclusion guard. Include unitypes.h.
4696         (u16_uctomb_aux): Move out to separate file.
4697         (u16_uctomb): Use ucs4_t, uint16_t types.
4698         * lib/unistr/ucs4-utf16.c: New file.
4699
4700 2006-12-25  Bruno Haible  <bruno@clisp.org>
4701
4702         * modules/unitypes: New file.
4703         * lib/unitypes.h: New file.
4704         * MODULES.html.sh (func_all_modules): New section "Unicode string
4705         functions". Move ucs4-utf8, ucs4-utf16, utf8-ucs4, utf16-ucs4 to
4706         this section. Add unitypes.
4707
4708 2007-01-08  Bruno Haible  <bruno@clisp.org>
4709
4710         Avoid variable names that conflict with those from libtool.
4711         * m4/lib-link.m4 (AC_LIB_RPATH, AC_LIB_LINKFLAGS_BODY,
4712         AC_LIB_LINKFLAGS_FROM_LIBS): Rename libext to acl_libext,
4713         shlibext to acl_shlibext, libname_spec to acl_libname_spec,
4714         library_names_spec to acl_library_names_spec, hardcode_* to
4715         acl_hardcode_*.
4716         Reported by Ralf Wildenhues.
4717
4718 2007-01-08  Bruno Haible  <bruno@clisp.org>
4719
4720         * m4/gc-arcfour.m4 (gl_GC_ARCFOUR): Remove GC_USE_ARCFOUR macro
4721         definition.
4722         * m4/gc-arctwo.m4 (gl_GC_ARCTWO): Remove GC_USE_ARCTWO macro
4723         definition.
4724         * m4/gc-des.m4 (gl_GC_DES): Remove GC_USE_DES macro definition.
4725         * m4/gc-hmac-md5.m4 (gl_GC_HMAC_MD5): Remove GC_USE_HMAC_MD5 macro
4726         definition.
4727         * m4/gc-hmac-sha1.m4 (gl_GC_HMAC_SHA1): Remove GC_USE_HMAC_SHA1 macro
4728         definition.
4729         * m4/gc-md2.m4 (gl_GC_MD2): Remove GC_USE_MD2 macro definition.
4730         * m4/gc-md4.m4 (gl_GC_MD4): Remove GC_USE_MD4 macro definition.
4731         * m4/gc-md5.m4 (gl_GC_MD5): Remove GC_USE_MD5 macro definition.
4732         * m4/gc-random.m4 (gl_GC_RANDOM): Remove GC_USE_RANDOM macro
4733         definition.
4734         * m4/gc-rijndael.m4 (gl_GC_RIJNDAEL): Remove GC_USE_RIJNDAEL macro
4735         definition.
4736         * m4/gc-sha1.m4 (gl_GC_SHA1): Remove GC_USE_SHA1 macro definition.
4737         * lib/gc-gnulib.c: Use GNULIB_GC_<algorithm> instead of
4738         GC_USE_<algorithm>.
4739         * lib/gc-libgcrypt.c: Likewise.
4740         * modules/gc-arcfour (configure.ac): Use gl_MODULE_INDICATOR.
4741         * modules/gc-arctwo (configure.ac): Likewise.
4742         * modules/gc-des (configure.ac): Likewise.
4743         * modules/gc-hmac-md5 (configure.ac): Likewise.
4744         * modules/gc-hmac-sha1 (configure.ac): Likewise.
4745         * modules/gc-md2 (configure.ac): Likewise.
4746         * modules/gc-md4 (configure.ac): Likewise.
4747         * modules/gc-md5 (configure.ac): Likewise.
4748         * modules/gc-random (configure.ac): Likewise.
4749         * modules/gc-rijndael (configure.ac): Likewise.
4750         * modules/gc-sha1 (configure.ac): Likewise.
4751
4752 2007-01-08  Bruno Haible  <bruno@clisp.org>
4753
4754         * m4/close-stream.m4 (gl_CLOSE_STREAM): Remove GNULIB_CLOSE_STREAM
4755         macro definition.
4756         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Remove GNULIB_FCNTL_SAFER macro
4757         definition.
4758         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Remove GNULIB_FOPEN_SAFER macro
4759         definition.
4760         * modules/close-stream (configure.ac): Invoke gl_MODULE_INDICATOR.
4761         * modules/fcntl-safer (configure.ac): Likewise.
4762         * modules/fopen-safer (configure.ac): Likewise.
4763         * modules/fwriteerror (configure.ac): Likewise. Remove explicit
4764         GNULIB_FWRITEERROR macro definition.
4765
4766 2007-01-08  Bruno Haible  <bruno@clisp.org>
4767
4768         * m4/gnulib-common.m4: New file.
4769         * gnulib-tool (func_get_autoconf_snippet): Undo last change.
4770         (func_get_filelist): Add m4/gnulib-common.m4.
4771
4772 2007-01-08  Bruno Haible  <bruno@clisp.org>
4773
4774         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Simplify the sorting
4775         command.
4776
4777 2007-01-08  Jim Meyering  <jim@meyering.net>
4778
4779         Use a more robust test for a "can't happen" condition.
4780         * lib/fts.c (fts_read): Revert the change of 2006-11-22, since it
4781         narrowed the st_size value.  Presuming the "can't happen" condition
4782         is true, that narrowing could conceivably convert an invalid st_size
4783         value into a valid one.  Instead, use a change based on Matthew
4784         Woehlke's original patch.
4785
4786         Slight readability improvement: use an assert-like macro
4787         in place of literal "abort ()" uses.
4788         * lib/fts.c (fts_assert): Define.
4789         (fts_set_stat_required, cwd_advance_fd, fts_read, fd_ring_check):
4790         Use this macro instead of a bare 'abort'.
4791
4792 2007-01-05  Paul Eggert  <eggert@cs.ucla.edu>
4793
4794         Don't worry about using IRIX 5.3's wctype.h broken definitions;
4795         simply work around them.
4796         * lib/wctype_.h: Remove test for HAVE_WCTYPE_CTMP_BUG.
4797         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph, iswlower):
4798         (iswprint, iswpunct, iswspace, iswupper, iswxdigit): Undef before
4799         declaring.
4800         Don't bother to define as macros, since the standard doesn't require it.
4801         * m4/wctype.m4 (WCTYPE_H, ABSOLUTE_WCTYPE_H): Simplify, since we no
4802         longer worry about IRIX 5.3.
4803         (HAVE_WCTYPE_CTMP_BUG): Remove.
4804
4805 2007-01-04  Paul Eggert  <eggert@cs.ucla.edu>
4806
4807         * lib/wctype_.h (_ctmp_) [HAVE_WCTYPE_CTMP_BUG]: Now of type wchar_t,
4808         not wint_t.  Also, include <ctype.h>, to fix another IRIX bug.
4809         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
4810         Problems reported by Georg Schwarz for IRIX 5.3.
4811
4812         * gnulib-tool (autoconf_minversion): Take the maximum version number
4813         found, not the minimum.  Problem reported by James Youngman.
4814
4815 2007-01-03  Karl Berry  <karl@gnu.org>
4816
4817         * doc/error.texi: new file, explaining interaction with progname.
4818         * doc/gnulib.texi: include it.  Update copyright.
4819
4820 2007-01-03  Simon Josefsson  <simon@josefsson.org>
4821
4822         * gnulib-tool (func_create_testdir): Run AC_CANONICAL_BUILD and
4823         AC_CANONICAL_HOST, to improve autobuild outputs.
4824
4825 2007-01-03  Paolo Bonzini  <bonzini@gnu.org>
4826             Yoann Vandoorselaere <yoann.v@prelude-ids.com>
4827
4828         * lib/poll.c (poll): Use recv on Mac OS X to distinguish connected
4829         sockets, server sockets, and other file descriptors.  Count errors
4830         to compute the return value.  Reorder the code a bit to be easier
4831         to follow.  Don't set event bits that were not requested (except
4832         POLLERR and POLLHUP).
4833
4834 2007-01-01  Bruno Haible  <bruno@clisp.org>
4835
4836         * modules/lchmod (Include): Require lchmod.h, not lchown.h.
4837
4838 2007-01-03  Jim Meyering  <jim@meyering.net>
4839
4840         * modules/fts-lgpl (Depends-on): Add i-ring.  Reported by Bruno Haible.
4841
4842 2007-01-02  Bruno Haible  <bruno@clisp.org>
4843
4844         * modules/settime (Include): Require timespec.h.
4845         * modules/nanosleep (Include): Likewise.
4846
4847 2007-01-01  Bruno Haible  <bruno@clisp.org>
4848
4849         * gnulib-tool (func_emit_copyright_notice): Bump year.
4850         (func_get_autoconf_snippet): Emit a GNULIB_<modulename> macro.
4851
4852 2007-01-01  Bruno Haible  <bruno@clisp.org>
4853
4854         Improve support for OpenBSD.
4855         * build-aux/config.rpath (libname_spec): Export.
4856         (library_names_spec): New variable. Export.
4857         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Extract libname_spec and
4858         library_names_spec from the config.rpath output. Locate shared library
4859         through the name pattern in library_names_spec.
4860
4861 2007-01-01  Eric Blake  <ebb9@byu.net>
4862
4863         * lib/version-etc.c (COPYRIGHT_YEAR): Bump for new year.
4864
4865 2006-12-30  Paul Eggert  <eggert@cs.ucla.edu>
4866
4867         * gnulib-tool (SORT): Remove, since we no longer assume GNU sort.
4868         Rewrite so as not to assume GNU sort or "tail -1".  Also, don't
4869         assume the C locale, and avoid an "eval" that could cause trouble.
4870         Problem with SORT reported by Bob Proulx.
4871
4872         * lib/getpagesize.h (getpagesize) [defined __amigaos4__]:
4873         Define.  Trivial patch from Henning Nielsen Lund, originally
4874         sent to bug-grep@gnu.org today.
4875
4876 2006-12-29  Paul Eggert  <eggert@cs.ucla.edu>
4877
4878         * lib/acl.h: Include sys/types.h and sys/stat.h, for mode_t and
4879         struct stat.  Problem reported by Henning Nielsen Lund.
4880         * lib/acl.c: Include acl.h first, to check interface.  Don't
4881         bother to include sys/types.h and sys/stat.h again.
4882
4883 2006-12-28  Paul Eggert  <eggert@cs.ucla.edu>
4884
4885         Import the following change from libc; problem reported by
4886         Sven Verdoolaege.
4887
4888         2005-10-13  Ulrich Drepper  <drepper@redhat.com>
4889
4890         [BZ #1373]
4891         * lib/argp.h: Remove __NTH for __argp_usage inline function.
4892
4893 2006-12-28  Jim Meyering  <jim@meyering.net>
4894
4895         * build-aux/announce-gen: Do not assume that the package
4896         builds any of tar.gz, tar.bz2, and .xdelta files.
4897         Suggestion from Simon Josefsson.
4898
4899 2006-12-28  Simon Josefsson  <simon@josefsson.org>
4900
4901         * modules/announce-gen: New file.
4902
4903 2006-12-27  Paul Eggert  <eggert@cs.ucla.edu>
4904
4905         * lib/mbchar.h: Just include <wctype.h>; the wctype module
4906         handles its gotchas now.
4907         * lib/mbswidth.c: Likewise.
4908         * lib/wcwidth.h: Likewise.
4909         * m4/mbchar.m4 (gl_MBCHAR): Don't bother checking for wctype.h
4910         and iswcntrl; the wctype module does this stuff now.
4911         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
4912         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
4913         * modules/mbchar (Depends-on): Add wctype.
4914         * modules/mbswidth (Depends-on): Likewise.
4915         * modules/wcwidth (Depends-on): Likewise.
4916
4917 2006-12-27  Eric Blake  <ebb9@byu.net>
4918
4919         * lib/fnmatch.c: Reinstate inclusion of <wchar.h>, since this
4920         module uses more than what <wctype.h> is required to provide.
4921
4922 2006-12-26  Eric Blake  <ebb9@byu.net>
4923
4924         * gnulib-tool (sed_extract_prog): Avoid space-tab.
4925
4926 2006-12-26  Eric Blake  <ebb9@byu.net>
4927
4928         * modules/absolute-header: New module.
4929         * modules/fcntl (Depends-on): Depend on it.
4930         * modules/inttypes (Depends-on): Likewise.
4931         * modules/stdint (Depends-on): Likewise.
4932         * modules/sys_stat (Depends-on): Likewise.
4933         * modules/wctype (Depends-on): Likewise.
4934         * MODULES.html.sh (Support for building libraries and
4935         executables): Document it.
4936
4937 2006-12-25  Paul Eggert  <eggert@cs.ucla.edu>
4938
4939         * gnulib-tool (SED): Remove, undoing previous change.
4940         The problem was that it broke coreutils on Solaris, because
4941         "sed --posix" leaked into a makefile.
4942         (sed): New alias, if 'alias' and GNU sed.
4943
4944 2006-12-24  Jim Meyering  <jim@meyering.net>
4945
4946         Work around an fchownat bug in glibc-2.4:
4947         http://lists.ubuntu.com/archives/ubuntu-users/2006-September/093218.html
4948         This bug would cause "chown -RP ... DIR" to follow symlinks in DIR,
4949         in spite of the -P option.
4950         * m4/openat.m4 (gl_FUNC_FCHOWNAT, gl_FUNC_FCHOWNAT_DEREF_BUG):
4951         New macros.
4952         (gl_PREREQ_OPENAT): Require gl_FUNC_FCHOWNAT.
4953         * modules/openat (Files): Add lib/fchownat.c.
4954         * lib/openat.c (fchownat): Don't define here.  Move to...
4955         * lib/fchownat.c: ...this new file.
4956
4957 2006-12-23  Paul Eggert  <eggert@cs.ucla.edu>
4958
4959         Fix bug reported by Bruno Haible in
4960         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00228.html>
4961         where quotearg.c didn't compile on Mac OS X 10.2 because it
4962         lacks <wchar.h> and wint_t.
4963         * lib/wctype_.h (__wctype_wint_t): New type.
4964         Include <stdio.h>, <time.h>, <wchar.h> only if HAVE_WINT_T.
4965         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph):
4966         (iswlower, iswprint, iswpunct, iswspace, iswupper, ixwxdigit):
4967         Arg is now of type __wctype_wint_t, not wint_t.
4968         * m4/wctype.m4 (gl_WCTYPE_H): Require gt_TYPE_WINT_T, and
4969         substitute HAVE_WINT_T.
4970         * modules/wctype (Files): Add m4/wint_t.m4.
4971         (wctype.h): Substitute HAVE_WINT_T.
4972
4973 2006-12-23  Bruno Haible  <bruno@clisp.org>
4974
4975         * lib/safe-read.h [C++]: Wrap declarations in extern "C".
4976
4977 2006-12-23  Bruno Haible  <bruno@clisp.org>
4978
4979         * lib/canonicalize-lgpl.c (__realpath): Test HAVE_READLINK instead of
4980         S_ISLNK.
4981         Needed because gnulib's sys/stat.h replacement defines S_ISLNK on
4982         mingw.
4983
4984 2006-12-22  Bruno Haible  <bruno@clisp.org>
4985
4986         * lib/copy-file.c: Include acl.h.
4987         (copy_file_preserving) [USE_ACL]: Use copy_acl instead of chmod.
4988         Close the file descriptors only after being done with copy_acl.
4989         * modules/copy-file (Depends-on): Add acl.
4990
4991 2006-12-22  Bruno Haible  <bruno@clisp.org>
4992
4993         * gnulib-tool (SED): New variable.
4994         Use $SED instead of sed everywhere.
4995
4996 2006-12-22  Bruno Haible  <bruno@clisp.org>
4997
4998         * modules/no-c++: New file.
4999         * m4/no-c++.m4: New file.
5000         * MODULES.html.sh (Support for building libraries and executables):
5001         Add no-c++.
5002
5003 2006-12-22  Paul Eggert  <eggert@cs.ucla.edu>
5004
5005         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
5006         Include <limits.h>, and use its INT_MAX to rewrite the
5007         j loop so that it does not overflow 'int'.  Problem reported by
5008         Ralf Wildenhues in
5009         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00084.html>.
5010         Play it safe by shifting left by 1 rather than multiplying by 2,
5011         as GCC is less likely to optimize this away when the value
5012         is signed (when it assumes overflow leads to undefined behavior).
5013         Also, don't assume time_t uses two's complement.
5014
5015 2006-12-21  Paul Eggert  <eggert@cs.ucla.edu>
5016
5017         * MODULES.html.sh: New module wctype.
5018         * lib/wctype_.h, m4/wctype.m4, modules/wctype: New files.
5019         * lib/fnmatch.c: Don't bother to include <wchar.h> before
5020         <wctype.h>, since the new wctype module should fix this.
5021         * lib/quotearg.c: Include <wctype.h> unconditionally, since
5022         the wctype module should arrange for it.
5023         * lib/regex_internal.h: Likewise.
5024         * m4/quotearg.m4 (gl_QUOTEARG): Don't check for wctype.h or iswprint,
5025         since the wctype module should handle this now.
5026         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for wctype.h.
5027         * modules/fnmatch (Depends-on): Add wctype.
5028         * modules/quotearg (Depends-on): Likewise.
5029         * modules/regex (Depends-on): Likewise.
5030
5031 2006-12-19  Bruno Haible  <bruno@clisp.org>
5032
5033         * lib/strdup.h [C++]: Wrap definitions in extern "C".
5034         Suggested by Lorenzo Bettini <bettini@dsi.unifi.it>.
5035
5036 2006-12-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5037
5038         * modules/savewd (Depends-on): Fix dependency on fcntl.
5039
5040 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
5041
5042         * m4/stdint.m4 (gl_STDINT_H): Set STDINT_H to empty if stdint.h
5043         conforms to C99, rather than relying on the user's environment
5044         setting of STDINT_H.
5045
5046 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
5047         and Eric Blake  <ebb9@byu.net>
5048
5049         * lib/dirname.h (DOUBLE_SLASH_IS_DISTINCT_ROOT): Default to 0, not 1.
5050         This is more consistent with the other defines here.
5051         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT):
5052         Port to z/OS.  Problem reported by Paul Gilmartin.
5053         Change local vars to use gl_ prefix rather than ac_.
5054         Don't define DOUBLE_SLASH_IS_DISTINCT_ROOT to 0, for consistency
5055         with other defines.
5056         * modules/double-slash-root: New module.
5057         * modules/dirname (Files): Remove m4/double-slash-root.m4.
5058         (Depends-on): Add double-slash-root.
5059         * MODULES.html.sh (File system functions): Mention new module.
5060
5061 2006-12-14  Paul Eggert  <eggert@cs.ucla.edu>
5062
5063         * lib/yesno.c [!ENABLE_NLS]: Don't include getline.h.
5064         (yesno) [!ENABLE_NLS]: Don't invoke getline or rpmatch.
5065         This is for the benefit of gzip, which doesn't do i18n.
5066
5067 2006-12-12  Jim Meyering  <jim@meyering.net>
5068
5069         * m4/acl.m4 (gl_ACL_GET_FILE): Fix logic error.
5070         Reported by Andreas Schwab <schwab@suse.de>.
5071
5072 2006-12-12  Bruno Haible  <bruno@clisp.org>
5073
5074         Merge these changes.
5075         2006-09-05  Bruno Haible  <bruno@clisp.org>
5076         * lib/iconvme.c (iconv_string): No need to save and restore errno when
5077         iconv_alloc succeeded.
5078         (iconv_alloc): Don't assume that malloc() or realloc(), when failing,
5079         sets errno to ENOMEM. (malloc on GNU/kFreeBSD doesn't.) No need to
5080         test for " && dest " at the end - dest is always != NULL there. Call
5081         iconv with 4xNULL arguments initially, to reset the state. Call iconv
5082         with 2xNULL arguments, also to flush the state storage. Handle the
5083         IRIX iconv behaviour. Realloc the final result, to throw away unused
5084         memory.
5085
5086 2006-12-11  Paul Eggert  <eggert@cs.ucla.edu>
5087
5088         * m4/openat.m4 (gl_FUNC_OPENAT): Don't compile mkdirat
5089         and fchmodat unconditionally, since glibc 2.4 has them.
5090         Problem reported by Arkadiusz Miskiewicz.
5091
5092 2006-12-10  Bruno Haible  <bruno@clisp.org>
5093
5094         * gnulib-tool (func_import): Show the include files only for those
5095         modules that are copied and specified.
5096         Reported by Karl Berry.
5097
5098 2006-12-08  Jim Meyering  <jim@meyering.net>
5099
5100         * build-aux/announce-gen ($VERSION): Don't use of $Revision...$.
5101         Instead, use Emacs' time-stamp write hook.  Note that the time is UTC.
5102
5103         * build-aux/announce-gen: Add two new options, both optional:
5104         --bootstrap-tools=TOOL_LIST
5105               a comma-separated list of tools, e.g.,
5106               autoconf,automake,bison,gnulib
5107         --gnulib-snapshot-date=DATE
5108               if gnulib is in the bootstrap tool list,
5109               then report this as the snapshot date.
5110               If not specified, use the current date/time.
5111               If you specify a date here, be sure it's UTC.
5112
5113 2006-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5114
5115         * tests/test-argp-2.sh: Fix test to match actual output.
5116         (func_compare): Fix sed script to be portable.
5117
5118 2006-12-05  Paul Eggert  <eggert@cs.ucla.edu>
5119
5120         * lib/utimens.c (futimens) [HAVE_BUGGY_NFS_TIME_STAMPS]: Add a
5121         workaround for this case.  It is not autoconfigured now; offhand
5122         it's hard to see how to autoconfigure it.
5123
5124 2006-12-03  Paul Eggert  <eggert@cs.ucla.edu>
5125
5126         * lib/mkdir-p.c (make_dir_parents): Fix race condition when making
5127         a directory that is about to be chowned.  Such a directory's
5128         initial file permissions should permit the owner only and this
5129         should not be changed until after the chown, since the group and
5130         other bits would be incorrect if they granted permission before
5131         the chown.
5132
5133         Fix porting problem for iswctype reported by Georg Schwarz in:
5134         http://lists.gnu.org/archive/html/bug-coreutils/2006-12/msg00017.html
5135         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Require HAVE_ISWCTYPE, too.
5136         * lib/regex_internal.h (RE_ENABLE_I18N): Likewise.
5137         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for iswctype, too.
5138         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
5139
5140 2006-12-03  Jim Meyering  <jim@meyering.net>
5141
5142         * lib/fts.c (fts_load): Don't set sp->fts_dev here, since
5143         p->fts_statp may not yet be defined.
5144         (fts_read): Instead, set it in the caller, once p->fts_statp is
5145         sure to be defined, and corresponds to a top-level directory.
5146         This bug made du -x fail.  Here's the coreutils test case:
5147         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commit;h=ba45154d8e9f
5148         Reported by Mike Frysinger.
5149
5150 2006-12-01  Jim Meyering  <jim@meyering.net>
5151
5152         * modules/savewd (Depends-on): Add fcntl_h to avoid self-test
5153         build failure due to missing definition of HAVE_WORKING_O_NOFOLLOW.
5154         Reported by Simon Josefsson.
5155
5156 2006-11-30  Jim Meyering  <jim@meyering.net>
5157
5158         * m4/warning.m4: Use the all-permissive copyright notice
5159         recommended by RMS (rather than LGPL).
5160         * m4/vararrays.m4: Likewise.
5161         * m4/flexmember.m4: Likewise.
5162
5163 2006-11-29  Bruno Haible  <bruno@clisp.org>
5164
5165         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
5166         noinst_LIBRARIES. Augment noinst_LIBRARIES and noinst_LTLIBRARIES
5167         using +=.
5168         Reported by Simon Josefsson <simon@josefsson.org>.
5169
5170 2006-11-28  James Youngman <jay@gnu.org>
5171
5172         * README: Advise users that they might find the bug-gnulib@gnu.org
5173         and autotools-announce@gnu.org mailing lists useful.
5174
5175 2006-11-28  Bruno Haible  <bruno@clisp.org>
5176
5177         * m4/ptrdiff_max.m4: Remove file.
5178
5179 2006-11-21  Bruno Haible  <bruno@clisp.org>
5180
5181         * m4/eoverflow.m4 (gl_EOVERFLOW): Use AC_COMPUTE_INT instead of
5182         _AC_COMPUTE_INT.
5183         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
5184         * m4/ptrdiff_max.m4 (gl_PTRDIFF_MAX): Use AC_COMPUTE_INT instead of
5185         _AC_COMPUTE_INT.
5186         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
5187         * m4/size_max.m4 (gl_SIZE_MAX): Use AC_COMPUTE_INT instead of
5188         _AC_COMPUTE_INT.
5189         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
5190
5191 2006-11-28  Jim Meyering  <jim@meyering.net>
5192
5193         * lib/regcomp.c (parse_branch): Rename local, exp->expr, to avoid
5194         warning from "gcc -Wshadow" about shadowing the builtin.
5195
5196 2006-11-27  Bruno Haible  <bruno@clisp.org>
5197
5198         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): Use AC_COMPUTE_INT instead of
5199         _AC_COMPUTE_INT.
5200         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
5201
5202 2006-11-27  Bruno Haible  <bruno@clisp.org>
5203             Paul Eggert  <eggert@cs.ucla.edu>
5204
5205         * lib/regex.h (__restrict_arr): Redo logic of #if, for clarity.
5206
5207 2006-11-26  Bruno Haible  <bruno@clisp.org>
5208
5209         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
5210         noinst_LTLIBRARIES.
5211
5212 2006-11-27  Paul Eggert  <eggert@cs.ucla.edu>
5213             Bruno Haible  <bruno@clisp.org>
5214
5215         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to 0
5216         if compiling with "gcc -ansi".
5217
5218 2006-11-26  Paul Eggert  <eggert@cs.ucla.edu>
5219
5220         Fix some incompatibilities with gcc -ansi -pedantic.
5221         * lib/regex.h (__restrict_arr): Don't use the [restrict] syntax
5222         if compiling pedantically with GCC, unless it's C99 or later.
5223         Don't trust sys/cdefs.h's definition of __restrict_arr, either, as
5224         it mishandles gcc -ansi -pedantic as well.
5225         * lib/regex_internal.h (re_token_t): Don't use enum bitfields
5226         if gcc -pedantic.
5227         * lib/regexec.c (check_node_accept_bytes): Don't use auto
5228         initializers for struct if -pedantic, unless it's C99 or later.
5229
5230 2006-11-25  Nix  <nix@esperi.org.uk>  (tiny change)
5231
5232         * m4/fcntl_h.m4 (gl_FCNTL_H): Test the atime, not the mtime.
5233         Don't close an fd more than once. Identical atimes indicate
5234         success, not failure.
5235
5236 2006-11-22  Robinson Mittmann <bob@hoplon.com>  (tiny change)
5237
5238         * lib/sincosl.c (kernel_sinl): Fix typo in threshold.
5239
5240 2006-11-23  Jim Meyering  <jim@meyering.net>
5241
5242         * build-aux/announce-gen: New file.  From coreutils.
5243
5244 2006-11-22  Jim Meyering  <jim@meyering.net>
5245
5246         Work around a compile-time error from the HP-UX 11.00 /bin/cc.
5247         * lib/fts.c (enum Fts_stat): Give this previously-anon enum a name.
5248         (fts_read): Use a temporary to narrow the overused st_size member
5249         before using it in a switch statement.  Reported by Matthew Woehlke.
5250
5251         * m4/clock_time.m4 (gl_CLOCK_TIME): Quote AC_SUBST argument.
5252         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Likewise.
5253
5254 2006-11-20  Bruno Haible  <bruno@clisp.org>
5255
5256         * gettext.m4 (AM_GNU_GETTEXT): Revert 2005-07-28 patch: Use
5257         changequote instead of pairs of brackets.
5258         Reported by Andreas Schwab <schwab@suse.de>.
5259
5260 2006-11-21  Jim Meyering  <jim@meyering.net>
5261
5262         * lib/fts.c (fts_safe_changedir): Move a declaration "up",
5263         so as to remain compatible with older compilers.
5264         Patch from Michael Deutschmann.
5265
5266 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
5267
5268         * MODULES.html.sh (File system functions): Add openat.
5269
5270         * lib/openat.h (rpl_fstatat): New macro, if
5271         [HAVE_OPENAT && ! LSTAT_FOLLOWS_SLASHED_SYMLINK.
5272         (fstatat): Define to rpl_fstatat under the same conditions,
5273         unless COMPILING_FSTATAT.
5274         * m4/openat.m4 (gl_FUNC_OPENAT): Compile fstatat.c too, if fstatat
5275         seems to have the bug.
5276         * lib/fstatat.c: New file.
5277         * modules/openat (Files): Add it.
5278
5279 2006-11-20  Bruno Haible  <bruno@clisp.org>
5280
5281         * Makefile: New file.
5282
5283 2006-11-20  Jim Meyering  <jim@meyering.net>
5284
5285         The beginnings of syntax-related checks for gnulib.
5286         * lib/Makefile: New file.
5287         * lib/t-idcache: New script.  Ensure that the two halves of
5288         idcache.c stay in sync.
5289
5290         * lib/idcache.c: Adjust comments in user- and group- portions to
5291         be more accurate, and to be consistent with one another.
5292
5293 2006-11-20  Jim Meyering  <jim@meyering.net>
5294
5295         * lib/idcache.c: Restore most of the 2006-11-06 patch, so as to
5296         continue using the flexible array member (thus, this module performs
5297         half as many malloc calls), with the addition that...
5298         (getgroup, getuser): Consistently record a non-match via an empty
5299         "name" string, and map an empty string match to a NULL return value.
5300         * modules/idcache (Depends-on): Re-add flexmember.
5301
5302         * lib/idcache.c (getuser): Remove all uses of the register keyword.
5303         (getuidbyname, getgroup, getgidbyname): Likewise.
5304
5305         Use cleaner syntax: NULL rather than 0.
5306         * lib/idcache.c (getuidbyname, getgidbyname): Return NULL, not 0.
5307
5308 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
5309
5310         * lib/idcache.c: Undo most recent patch, dated 2006-11-06.
5311         It mishandled the case where the group was missing.
5312         Problem reported by Greg Schafer.
5313         * modules/idcache: Likewise.
5314
5315 2006-11-18  Jim Meyering  <jim@meyering.net>
5316
5317         * check-module (%exempt_header): Add exception for some
5318         conditionally-included headers.
5319
5320         * modules/i-ring (Depends-on): Add verify.
5321         (License): Change to LGPL.
5322
5323 2006-11-16  Paul Eggert  <eggert@cs.ucla.edu>
5324
5325         * modules/getaddinfo (Depends-on): Remove inttostr; add snprintf.
5326         * lib/getaddrinfo.c: Include snprintf.h rather than intprops.h
5327         and inttostr.h.  Use snprintf rather than uinttostr, so that
5328         LGPLed code doesn't depend on GPLed.
5329
5330 2006-11-17  Paul Eggert  <eggert@cs.ucla.edu>
5331
5332         * modules/inline (License): Change from GPL to LGPL.
5333
5334 2006-11-17  Jim Meyering  <jim@meyering.net>
5335
5336         * modules/d-type (License): Switch to LGPL.
5337
5338 2006-11-15  Bruno Haible  <bruno@clisp.org>
5339
5340         * m4/alloca.m4 (gl_FUNC_ALLOCA): Fix the AC_CACHE_CHECK message.
5341
5342 2006-11-15  Eric Blake  <ebb9@byu.net>
5343
5344         * m4/allocsa.m4 (gl_ALLOCSA): Don't invoke macro already picked up by
5345         the module dependency.
5346
5347 2006-11-15  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
5348             Bruno Haible  <bruno@clisp.org>
5349
5350         * gnulib-tool (func_create_testdir): Add license consistency check.
5351
5352 2006-11-15  Eric Blake  <ebb9@byu.net>
5353
5354         * m4/alloca.m4 (gl_FUNC_ALLOCA): Use AC_CACHE_CHECK to avoid a
5355         random "(cached)" in configure output.
5356
5357 2006-11-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5358
5359         * m4/inttypes.m4 (gl_INTTYPES_H): Use AC_CACHE_CHECK so that the
5360         test for conforming inttypes.h is both announced and cached.
5361
5362         * MODULES.html.sh (seen_modules, seen_files): New variables.
5363         (func_module): Rewrite to use a few less gnulib-tool and sed
5364         invocations.  Avoid a couple of quadratic algorithms for ...
5365         (missed_modules, missed_files): ... these, with ...
5366         (func_append, func_tmpdir): ... these new functions, from
5367         gnulib-tool.  Analogously, install traps for cleanup.
5368
5369         * tests/test-gc.c (main): Remove unused variables.
5370         * tests/test-read-file.c: Include stdlib.h, for 'free'.
5371
5372 2006-11-14  Paul Eggert  <eggert@cs.ucla.edu>
5373
5374         * modules/inttostr (License): Change to LGPL.
5375
5376 2006-11-14  Eric Blake  <ebb9@byu.net>
5377
5378         * modules/tempname (License): Change to LGPL.
5379
5380 2006-11-14  Eric Blake  <ebb9@byu.net>
5381
5382         * doc/functions.texi (Function Portability): *printf functions on
5383         Cygwin now understand all POSIX size specifiers.
5384
5385 2006-11-14  Bruno Haible  <bruno@clisp.org>
5386
5387         * modules/c-ctype (License): Change to LGPL.
5388
5389 2006-11-12  Bruno Haible  <bruno@clisp.org>
5390
5391         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
5392         AC_LIB_LINKFLAGS_BODY): Also set a LIB${NAME}_PREFIX variable. Needed
5393         for GNOME libraries, for which the include files are installed in
5394         subdirectories of $prefix/include.
5395
5396 2006-11-12  Bruno Haible  <bruno@clisp.org>
5397
5398         * m4/lib-link.m4: Require at least autoconf-2.54.
5399         (AC_LIB_LINKFLAGS_BODY) [autoconf < 2.61]: Turn dots into the library
5400         name to underscores for the --with option.
5401
5402 2006-11-13  Bruno Haible  <bruno@clisp.org>
5403
5404         * gnulib-tool (func_create_testdir): Set gl_source_base correctly in
5405         the tests directory.
5406         Reported by Ralf Wildenhues.
5407
5408 2006-11-13  Bruno Haible  <bruno@clisp.org>
5409
5410         * gnulib-tool (func_emit_initmacro_start): Also override AC_LIBSOURCES.
5411         (func_emit_initmacro_end): Undo the override here.
5412         (func_emit_initmacro_done): Emit a definition for gl_LIBSOURCES.
5413         Works around the famous automake error in coreutils.
5414
5415 2006-11-13  Eric Blake  <ebb9@byu.net>
5416
5417         * lib/gl_anytree_oset.h (gl_tree_search_atleast): Return the
5418         element, not its node.
5419
5420 2006-11-12  Bruno Haible  <bruno@clisp.org>
5421
5422         * gnulib-tool (func_emit_lib_Makefile_am): Replace occurrences of
5423         '$(top_srcdir)/build-aux/', taking into account the real auxdir.
5424
5425 2006-11-12  Bruno Haible  <bruno@clisp.org>
5426
5427         * gnulib-tool: New option --local-symlink.
5428         (func_usage): Document it.
5429         (lsymbolic): New variable.
5430         (func_import, func_create_testdir): If --symlink was not specified,
5431         test whether --local-symlink was specified and the file comes from
5432         the local_gnulib_dir.
5433
5434 2006-11-12  Bruno Haible  <bruno@clisp.org>
5435
5436         * gnulib-tool (func_ln): New function.
5437         (func_ln_if_changed, func_create_testdir): Use it instead of "ln -s".
5438
5439 2006-11-12  Bruno Haible  <bruno@clisp.org>
5440
5441         Finish support for source files in subdirectories.
5442         * gnulib-tool (func_emit_lib_Makefile_am): If some of the source files
5443         are in subdirectories, set uses_subdirs and add 'subdir-objects' to
5444         AUTOMAKE_OPTIONS.
5445         (func_import, func_create_testdir): Invoke AM_PROG_CC_C_O in this case.
5446
5447 2006-11-12  Bruno Haible  <bruno@clisp.org>
5448
5449         * gnulib-tool (func_get_automake_snippet): Synthesize also an
5450         EXTRA_lib_SOURCES augmentation.
5451         (func_emit_lib_Makefile_am): Initialize EXTRA_lib..._SOURCES to empty.
5452
5453 2006-11-12  Jim Meyering  <jim@meyering.net>
5454
5455         Make fts (in FTS_CWDFD mode) more efficient by caching a few open
5456         file descriptors.  This also averts a failure on systems with
5457         native openat support when a traversed directory lacks "x" access.
5458         * lib/fts_.h: Include "i-ring.h"
5459         (struct FTS) [fts_fd_ring]: New member.
5460         * lib/fts.c (RESTORE_INITIAL_CWD): Also call fd_ring_clear.
5461         (FCHDIR): Add parentheses.
5462         (fd_ring_check, fd_ring_print) [!FTS_DEBUG]: Define away.
5463         (cwd_advance_fd): Add a 3rd parameter.  Adjust all callers.
5464         When descending, rather than simply closing the previous
5465         fts_cwd_fd value, push that file descriptor onto the ring.
5466         (same_fd, fd_ring_print, fd_ring_check) [FTS_DEBUG]: New functions.
5467         (fts_open): Initialize the new fd_ring member.
5468         (fts_close): Clear the ring.
5469         (fts_safe_changedir): When possible, use our new fd_ring to skip
5470         the diropen and fstat and dev/ino comparison that would normally
5471         accompany a virtual `chdir ("..")'.
5472
5473         * modules/fts (Depends-on): Add i-ring.
5474         * modules/i-ring: New module.
5475         * lib/i-ring.c, lib/i-ring.h, lib/i-ring-test.c: New files.
5476         * m4/i-ring.m4: New file.
5477
5478 2006-11-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5479
5480         * gnulib-tool (func_create_testdir): Fix replacement of
5481         `build-aux' in configure.ac.  Run autotools in gltests
5482         subdirectory.
5483         (func_create_testdir, func_create_megatestdir, test): There is
5484         no need for '--force' in most autotool invocations in a new
5485         tree.  Actually fail the whole test if any of the tools, or the
5486         configure or make stages fail.
5487
5488         Sync from Automake.
5489         * build-aux/gnupload: Revert last change.  Add pointer to upload
5490         instructions of the GNU Maintenance Instructions.
5491         Suggestion by Karl Berry.
5492
5493 2006-11-10  Jim Meyering  <jim@meyering.net>
5494
5495         * lib/fts.c [FTS_DEBUG]: Don't try to print a pointer via %s.
5496
5497 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
5498
5499         * lib/gettext.h (dgettext, dcgettext, ngettext) [! ENABLE_NLS]:
5500         (dngettext, dcngettext, bindtextdomain) [! ENABLE_NLS]:
5501         (bind_textdomain_codeset) [! ENABLE_NLS]:
5502         Evaluate all the arguments.  That way, callers get compatible behavior
5503         if the arguments have side effects.  Also, it avoids some GCC
5504         diagnostics in some cases; Joel E. Denny reported problems when Bison
5505         was configured with --enable-gcc-warnigs.
5506
5507 2006-11-10  Jim Meyering  <jim@meyering.net>
5508
5509         * m4/inline.m4 (gl_INLINE): Check with the compiler, not cpp, so that
5510         relevant options in CFLAGS (like -O, -fno-inline) are taken into
5511         account.
5512
5513 2006-11-10  Jim Meyering  <jim@meyering.net>
5514
5515         * modules/inline: New file/module.
5516         * modules/xalloc (Files): Remove m4/inline.m4.
5517         (Depends-on): Add inline, instead.
5518         * modules/oset: Likewise.
5519         * modules/list: Likewise.
5520
5521 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
5522
5523         * lib/stdint_.h (uintmax_t): Fix typo: int64_t -> uint64_t.
5524         Problem reported by Matthew Woehlke.
5525
5526 2006-11-09  Bruno Haible  <bruno@clisp.org>
5527
5528         * lib/tempname.c (gen_tempname): Remove variant that invokes
5529         __gen_tempname.
5530         * m4/tempname.m4 (gl_FUNC_GEN_TEMPNAME): Don't test for
5531         __gen_tempname.
5532
5533 2006-11-08  Bruno Haible  <bruno@clisp.org>
5534
5535         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Set ac_cv_type_long_long_int
5536         to 'yes' instead of 'cross-compiling'.
5537
5538 2006-11-08  Paul Eggert  <eggert@cs.ucla.edu>
5539
5540         * lib/quotearg.h (quotearg_free): New decl.
5541         * lib/quotearg.c (quotearg_free): New function.
5542         (slot0, nslots, slotvec0, slotvec):
5543         Now file-scope so that quotearg_free can get at them.
5544
5545 2006-11-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5546
5547         Sync from Automake.
5548         * build-aux/gnupload: Add missing 'gnu' to example URL.
5549         Report by Karl Berry.
5550
5551 2006-11-08  Bruno Haible  <bruno@clisp.org>
5552
5553         * m4/inline.m4 (gl_INLINE): Also test __NO_INLINE__.
5554         Suggested by Paul Eggert.
5555
5556 2006-11-08  Jim Meyering  <jim@meyering.net>
5557
5558         * lib/fts.c [!_LGPL_PACKAGE]: Don't include fcntl--.h twice.
5559         It's already included if !_LIBC.
5560         (fts_safe_changedir): Add a comment.
5561
5562 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
5563
5564         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Detect bug in
5565         Tandem NonStop Kernel (OSS) cc -O circa 2004, reported by
5566         Matthew Woehlke.
5567
5568         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Move
5569         definitions up, to avoid colliding with change below.
5570         (static_inline) [HAVE_INLINE]: New macro.
5571         (xnmalloc, xnrealloc, x2nrealloc, xcharalloc):
5572         Provide extern decls when !HAVE_INLINE.  Do not define unless
5573         static_inline is defined, either by us or by xmalloc.c.  Use
5574         static_inline rather than static inline.
5575         (XCALLOC): Optimize sizeof(T) = 1 case.
5576         * lib/xmalloc.c (static_inline) [!HAVE_INLINE]: New macro.
5577
5578 2006-11-07  Bruno Haible  <bruno@clisp.org>
5579
5580         * lib/xalloc.h (XNMALLOC): Restore optimization of sizeof(T) = 1 case.
5581         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require gl_INLINE instead of
5582         AC_C_INLINE.
5583         * modules/xalloc (Files): Add m4/inline.m4.
5584
5585 2006-11-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5586
5587         * README: Fix typo.
5588         * doc/gnulib.texi (Miscellaneous Notes): Likewise, rename...
5589         (Miscellanous Notes): ...from this.
5590
5591 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
5592
5593         * m4/flexmember.m4 (AC_C_FLEXIBLE_ARRAY_MEMBER):
5594         Mention that offsetof should be used instead of sizeof.
5595         From Bruno Haible.
5596
5597 2006-11-07  Bruno Haible  <bruno@clisp.org>
5598
5599         * lib/w32spawn.h (prepare_spawn): Use XNMALLOC instead of xmalloc.
5600
5601 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
5602
5603         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
5604         * lib/gl_anyavltree_list2.h (create_subtree_with_contents):
5605         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
5606         (gl_tree_add_before, gl_tree_add_after):
5607         Use XMALLOC instead of xmalloc, and XCALLOC instead of xzalloc.
5608         * lib/gl_anyhash_list2.h (hash_resize): Likewise.
5609         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
5610         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before):
5611         (gl_linked_add_after, gl_linked_add_at): Likewise.
5612         * lib/gl_anyrbtree_list2.h (create_subtree_with_contents):
5613         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
5614         (gl_tree_add_before, gl_tree_add_after): Likewise.
5615         * lib/gl_anytree_list2.h (gl_tree_create_empty): Likewise.
5616         * lib/gl_anytree_oset.h (gl_tree_create_empty): Likewise.
5617         * lib/gl_anytreehash_list1.h (add_to_bucket): Likewise.
5618
5619 2006-11-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5620
5621         * lib/gl_oset.h: Use C comment style, not C++ comment style.
5622
5623 2006-11-06  Bruno Haible  <bruno@clisp.org>
5624
5625         * m4/inline.m4: New file.
5626         * m4/gl_list.m4 (gl_LIST): Require gl_INLINE.
5627         * modules/list (Files): Add m4/inline.m4.
5628         * modules/oset (Files): Likewise.
5629
5630 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
5631
5632         * lib/idcache.c: Include <stddef.h>, for offsetof.
5633         (struct userid.name): Change from char * to a flexible array member.
5634         All uses changed.
5635         * modules/idcache (Depends-on): Add flexmember.
5636
5637         * MODULES.html.sh (Core language properties): New module flexmember.
5638         * modules/flexmember, m4/flexmember.m4: New files.
5639
5640         * lib/xalloc.h (xnmalloc, xnrealloc, x2nrealloc): Now static
5641         inline functions that are identical with the old xnmalloc_inline,
5642         xnrealloc_inline, x2nrealloc_inline of lib/xmalloc.c.  This is so
5643         that we can avoid some unnecessary integer multiplications and
5644         divisions in the common case where the element size is known at
5645         compile time.
5646         (XNMALLOC) [HAVE_INLINE]: Remove special case, which is no longer
5647         needed.
5648         (xnboundedmalloc): Remove.
5649         (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Use lower-case letters for
5650         arguments, for consistency with rest of this header.
5651         (xcharalloc): Rewrite using XNMALLOC.
5652         * lib/xmalloc.c (xnmalloc_inline, xnmalloc, xnrealloc_inline):
5653         (xnrealloc, x2nrealloc_inline, x2nrealloc): Remove.  The *_inline
5654         versions have been moved to lib/xalloc.h and renamed to be the
5655         non-*_inline versions.
5656         (xmalloc, xrealloc): Implement without reference to the xnmalloc
5657         and xnrealloc functions, since those functions are now inline and
5658         now call us.
5659         (x2realloc): Invoke x2realloc, not x2realloc_inline, to accommodate
5660         renaming described above.
5661         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Remove AC_C_INLINE since
5662         xmalloc.c no longer uses inline directly.  gl_PREREQ_XALLOC now
5663         captures the dependency in AC_C_INLINE.
5664
5665         New module canonicalize-lgpl, proposed by Charles Wilson in
5666         <http://lists.gnu.org/archive/html/bug-gnulib/2006-11/msg00020.html>
5667         with a few small changes afterwards.
5668         * MODULES.html.sh (File system functions): New module
5669         canonicalize-lgpl.
5670         * lib/canonicalize.h: Add comments for canonicalize_filename_mode
5671         and canonicalize_file_name.
5672         * lib/canonicalize-lgpl.c, m4/canonicalize-lgpl.m4:
5673         * modules/canonicalize-lgpl: New files.
5674
5675 2006-11-05  Bruno Haible  <bruno@clisp.org>
5676
5677         * gnulib-tool (func_import, func_create_testdir): Create directories
5678         also for files in subdirectories of lib/.
5679
5680 2006-11-05  Bruno Haible  <bruno@clisp.org>
5681
5682         * lib/gl_array_list.c (gl_array_iterator_next): Make pointer decrement
5683         ANSI C compliant.
5684
5685 2006-11-03  Bruno Haible  <bruno@clisp.org>
5686
5687         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
5688         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require AC_C_INLINE.
5689         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): New macros.
5690         (xnboundedmalloc): New inline function.
5691         * lib/classpath.c (new_classpath): Use XNMALLOC instead of xmalloc.
5692         * lib/clean-temp.c (create_temp_dir): Use XNMALLOC, XMALLOC instead of
5693         xmalloc.
5694         * lib/concatpath.c (concatenated_pathname): Use XNMALLOC instead of
5695         xmalloc.
5696         * lib/fatal-signal.c (at_fatal_signal): Use XNMALLOC instead of xmalloc.
5697         * lib/findprog.c (find_in_path): Use XNMALLOC instead of xmalloc.
5698         * lib/gl_array_list.c (gl_array_create_empty): Use XMALLOC instead of
5699         xmalloc.
5700         (gl_array_create): Use XNMALLOC, XMALLOC instead of xmalloc.
5701         * lib/gl_array_oset.c (gl_array_create_empty): Use XNMALLOC instead of
5702         xmalloc.
5703         * lib/gl_avltree_oset.c (gl_tree_add_first, gl_tree_add_before,
5704         gl_tree_add_after): Use XMALLOC instead of xmalloc.
5705         * lib/gl_carray_list.c (gl_carray_create_empty): Use XMALLOC instead of
5706         xmalloc.
5707         (gl_carray_create): Use XNMALLOC, XMALLOC instead of xmalloc.
5708         * lib/gl_rbtree_oset.c (gl_tree_add_first, gl_tree_add_before,
5709         gl_tree_add_after): Use XMALLOC instead of xmalloc.
5710         * lib/gl_sublist.c (gl_sublist_create): Use XMALLOC instead of xmalloc.
5711         * lib/pagealign_alloc.c (new_memnode): Use XMALLOC instead of xmalloc.
5712         * lib/sh-quote.c (shell_quote_argv): Use XNMALLOC instead of xmalloc.
5713         * lib/xvasprintf.c (xstrcat): Use XNMALLOC instead of xmalloc.
5714
5715 2006-11-03  Bruno Haible  <bruno@clisp.org>
5716
5717         * lib/c-ctype.h [C++]: Define functions without name mangling.
5718         * lib/fwriteerror.h [C++]: Likewise.
5719         * lib/gcd.h [C++]: Likewise.
5720         * lib/linebreak.h [C++]: Likewise.
5721
5722 2006-11-03  Paul Eggert  <eggert@cs.ucla.edu>
5723
5724         * lib/canonicalize.h: (canonicalize_mode_t, CAN_EXISTING):
5725         (CAN_ALL_BUT_LAST, CAN_MISSING, canonicalize_filename_mode):
5726         Define only if PROVIDE_CANONICALIZE_FILENAME_MODE is defined.
5727         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
5728         Check for functions and headers just once.
5729         Check for declaration of canonicalize_file_name.
5730         Define PROVIDE_CANONICALIZE_FILENAME_MODE.
5731
5732 2006-11-02  Charles Wilson  <cygwin@cwilson.fastmail.fm>
5733
5734         * gnulib-tool (func_import): Fix typo in actioncmd.
5735
5736 2006-11-02  Bruno Haible  <bruno@clisp.org>
5737
5738         * gnulib-tool (func_get_automake_snippet): Interpret a backslash-
5739         newline sequence in the Makefile.am snippet as a space, like "make"
5740         does.
5741         Reported by Roger Persson <perrog@gmail.com>.
5742
5743 2006-11-01  Bruno Haible  <bruno@clisp.org>
5744
5745         * m4/strcase.m4 (gl_FUNC_STRNCASECMP): Check whether strncasecmp is
5746         already declared in <string.h>.
5747         * lib/strcase.h (strncasecmp): Don't declare it if yes.
5748
5749 2006-11-01  Bruno Haible  <bruno@clisp.org>
5750
5751         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Don't define strcasecmp here.
5752         * lib/strcase.h: Include <string.h>.
5753         (strcasecmp): Define to rpl_strcasecmp here.
5754
5755 2006-11-01  Bruno Haible  <bruno@clisp.org>
5756
5757         * lib/printf-parse.c (PRINTF_PARSE): Cast malloc/realloc results.
5758
5759 2006-11-01  Eric Blake  <ebb9@byu.net>
5760
5761         * lib/mkstemp-safer.c (mkstemp_safer): Allow C++ compilation.
5762
5763         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Allow C++ configuration.
5764
5765 2006-10-29  Bruno Haible  <bruno@clisp.org>
5766
5767         Make it compile in C++ mode.
5768         * lib/full-write.c (full_rw): Add a cast.
5769
5770 2006-11-01  Bruno Haible  <bruno@clisp.org>
5771
5772         * gnulib-tool (func_get_automake_snippet): Change sed_combine_lines to
5773         be POSIX compliant.
5774         Reported by Roger Persson <perrog@gmail.com>.
5775
5776 2006-11-01  Eric Blake  <ebb9@byu.net>
5777
5778         * lib/getopt_.h: Fix comments.
5779
5780 2006-10-31  Eric Blake  <ebb9@byu.net>
5781
5782         * modules/tmpdir (Depends-on): Add sys_stat.
5783         * modules/mkdtemp (Depends-on): Add tempname, drop unistd.
5784         * lib/mkdtemp.c (gen_tempname): Remove; tempname covers this.
5785         * lib/tmpdir.c (S_ISDIR): Simplify, thanks to sys_stat.
5786         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Simplify, thanks to
5787         tempname.
5788
5789 2006-10-31  Paul Eggert  <eggert@cs.ucla.edu>
5790
5791         Avoid some C++ diagnostics reported by Bruno Haible.
5792         * lib/quotearg.c (clone_quoting_options): Use xmemdup rather than
5793         xmalloc.
5794         (quotearg_alloc): Use xcharalloc rather than xmalloc.
5795         (struct slotvec): Move to top level.
5796         (quotearg_n_options): Rewrite to avoid xmalloc.
5797         * lib/xalloc.h (xcharalloc): New function.
5798         * (xrealloc, xnrealloc, x2realloc, x2nrealloc, xmemdup):
5799         [defined __cplusplus]: Add function template that provides result
5800         type propagation.  This part of the change is from Bruno Haible.
5801
5802 2006-10-29  Bruno Haible  <bruno@clisp.org>
5803
5804         Make it compile in C++ mode.
5805         * lib/striconv.c (mem_cd_iconv): Cast malloc/realloc result.
5806         * lib/strnlen1.c (strnlen1): Cast memchr result.
5807         * lib/mbchar.h (mb_copy): Rename arguments to 'new_mbc', 'old_mbc'.
5808         * lib/clean-temp.c (string_equals, string_hash): Add casts.
5809         (create_temp_dir): Rename local variable 'template'.
5810         (compile_csharp_using_sscli): Add cast.
5811         * lib/fatal-signal.c (at_fatal_signal): Cast xmalloc result.
5812         * lib/findprog.c (find_in_path): Likewise.
5813         * lib/linebreak.c (mbs_width_linebreaks): Cast malloc result.
5814         * lib/wait-process.c (register_slave_subprocess): Likewise.
5815
5816 2006-10-22  Bruno Haible  <bruno@clisp.org>
5817
5818         * modules/tsearch: New file.
5819         * lib/tsearch.h: New file.
5820         * lib/tsearch.c: New file, from glibc-2.5 with small modifications.
5821         * m4/tsearch.m4: New file.
5822         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add tsearch.
5823
5824 2006-10-29  Eric Blake  <ebb9@byu.net>
5825
5826         * lib/arcfour.c: Assume config.h.
5827         * lib/arctwo.c: Likewise.
5828         * lib/base64.c: Likewise.
5829         * lib/check-version.c: Likewise.
5830         * lib/crc.c: Likewise.
5831         * lib/des.c: Likewise.
5832         * lib/gc-gnulib.c: Likewise.
5833         * lib/gc-libgcrypt.c: Likewise.
5834         * lib/gc-pbkdf2-sha1.c: Likewise.
5835         * lib/getaddrinfo.c: Likewise.
5836         * lib/getdelim.c: Likewise.
5837         * lib/getline.c: Likewise.
5838         * lib/hmac-md5.c: Likewise.
5839         * lib/hmac-sha1.c: Likewise.
5840         * lib/iconvme.c: Likewise.
5841         * lib/md2.c: Likewise.
5842         * lib/md4.c: Likewise.
5843         * lib/memxor.c: Likewise.
5844         * lib/read-file.c: Likewise.
5845         * lib/readline.c: Likewise.
5846         * lib/rijndael-alg-fst.c: Likewise.
5847         * lib/rijndael-api-fst.c: Likewise.
5848         * lib/xgetdomainname.c: Likewise.
5849
5850 2006-10-28  Eric Blake  <ebb9@byu.net>
5851
5852         * lib/xstrndup.c: Assume config.h.
5853
5854 2006-10-27  Paul Eggert  <eggert@cs.ucla.edu>
5855
5856         Move stat.h-substitute stuff from lib/stat-macros.h to lib/stat_.h.
5857         stat-macros.h is now for our own macros, whereas stat_h is for
5858         macros in the <sys/stat.h> name space.
5859         * lib/stat-macros.h: Remove copyright notice, as this file is now tiny.
5860         (STAT_MACROS_H): Remove.
5861         (S_IFMT, S_ISBLK, S_ISCHR, S_ISDIR, S_ISFIFO, S_ISLNK, S_ISNAM):
5862         (S_ISMPB, S_ISMPC, S_ISNWK, S_ISREG, S_ISSOCK, S_ISDOOR, S_ISPORT):
5863         (S_TYPEISMQ, S_TYPEISTMO, S_TYPEISSEM, S_TYPEISSHM, S_ISCTG, S_ISOFD):
5864         (S_ISOFL, S_ISWHT, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IRGRP):
5865         (S_IROTH, S_IWUSR, S_IWGRP, S_IWOTH, S_IXUSR, S_IXGRP, S_IXOTH):
5866         (S_IRWXU, S_IRWXG, S_IRWXO, S_IXUGO, S_IRWXUGO):
5867         Move these macros to ...
5868         * lib/stat_.h: here.  Don't include stat-macros.h.
5869         * lib/canonicalize.c: Don't include stat-macros.h.
5870         * lib/chown.c: Likewise.
5871         * lib/euidaccess.c: Likewise.
5872         * lib/file-type.c: Likewise.
5873         * lib/filemode.c: Likewise.
5874         * lib/glob.c: Likewise.
5875         * lib/isapipe.c: Likewise.
5876         * lib/lchown.c: Likewise.
5877         * lib/lstat.c: Likewise.
5878         * lib/mkdir-p.c: Likewise.
5879         * lib/rmdir.c: Likewise.
5880         * m4/lchown.m4 (gl_FUNC_LCHOWN): Don't require gl_STAT_MACROS.
5881         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Don't check for io.h
5882         unless mkdir isn't declared, to speed up 'configure'.
5883         Always create sys/stat.h, since it's unlikely any real sys/stat.h
5884         would define all the S_* symbols.
5885         * modules/canonicalize (Depends-on):
5886         Depend on sys_stat, not stat-macros.
5887         * modules/chown: Likewise.
5888         * modules/euidaccess: Likewise.
5889         * modules/filemode: Likewise.
5890         * modules/file-type: Likewise.
5891         * modules/glob: Likewise.
5892         * modules/isapipe: Likewise.
5893         * modules/lchown: Likewise.
5894         * modules/lstat: Likewise.
5895         * modules/mkancesdirs: Likewise.
5896         * modules/rmdir: Likewise.
5897         * modules/mkdir-p (Depends-on): Also depend on sys_stat.
5898         * modules/modechange: Likewise.
5899         * modules/stat-macros (Files): Remove m4/stat-macros.m4.
5900         (configure.ac): Remove gl_STAT_MACROS.
5901         * modules/sys_stat (Depends-on): Remove stat-macros.
5902
5903 2006-10-27  Bruno Haible  <bruno@clisp.org>
5904
5905         * m4/signed.m4: Remove file.
5906         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS_: Remove bh_C_SIGNED
5907         invocation.
5908         * modules/vasnprintf (Files): Remove m4/signed.m4.
5909
5910 2006-10-27  Bruno Haible  <bruno@clisp.org>
5911
5912         Update to GNU gettext 0.16.
5913         * modules/gettext (Files): Add m4/intl.m4, m4/intldir.m4. Remove
5914         m4/inttypes-h.m4, m4/signed.m4.
5915         * m4/gettext.m4: Update to GNU gettext 0.16.
5916         * m4/intl.m4: New file, from GNU gettext.
5917         * m4/intldir.m4: New file, from GNU gettext.
5918         * config/srclist.txt: Update
5919
5920 2006-10-27  Eric Blake  <ebb9@byu.net>
5921
5922         * MODULES.html.sh: Document tempname.
5923         * modules/mkstemp (Depends-on): Add tempname, and drop transitive
5924         dependencies.
5925         (Files): Move lib/tempname.c...
5926         * modules/tempname: ...to this new module.
5927         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Remove tempname checks.
5928         (gl_PREREQ_TEMPNAME): Move...
5929         * m4/tempname.m4: ...to this new file.
5930         * lib/mkstemp.c (includes) [!_LIBC]: Use tempname.h.
5931         * modules/sys_stat (Depends-on): Add stat-macros.
5932         * lib/stat_.h (includes): Pick up stat macros.
5933         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Replace <sys/stat.h>
5934         if stat macros are broken.
5935         * lib/tempname.c (includes): No need to include "stat-macros.h".
5936         (__gen_tempname) [!_LIBC]: Expose as gen_tempname.
5937         (direxists, __path_search) [!_LIBC]: Don't compile these in
5938         gnulib; the tmpdir module covers that.
5939         * lib/tempname.h: New file.
5940
5941 2006-10-26  Paul Eggert  <eggert@cs.ucla.edu>
5942
5943         * COPYING: Explain how gnulib-tool converts licence headers.
5944         Almost all wording by Eric Blake.
5945
5946 2006-10-25  Paul Eggert  <eggert@cs.ucla.edu>
5947
5948         * lib/mbchar.h (is_basic_table): Make read-only.
5949         * lib/mbchar.c (is_basic_table): Likewise.
5950         Reported by John Darrington.
5951
5952 2006-10-25  Bruno Haible  <bruno@clisp.org>
5953
5954         * lib/progname.h (set_program_name): Undefine before defining.
5955
5956 2006-10-25  Bruno Haible  <bruno@clisp.org>
5957
5958         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to
5959         false for non-gcc C++ compilers.
5960         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
5961
5962 2006-10-24  Bruno Haible  <bruno@clisp.org>
5963
5964         * lib/striconv.c (mem_cd_iconv, str_cd_iconv): Treat all non-GNU
5965         iconv implementations like Irix iconv.
5966
5967 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
5968
5969         * modules/vararrays: New file.
5970         * m4/vararrays.m4: New file, taken from diffutils.
5971         * MODULES.html.sh: New module vararrays.
5972
5973 2006-10-24  Karl Berry  <karl@gnu.org>
5974
5975         * doc/gnulib-intro.texi: --- instead of --; non-naive naive.
5976         Don't call GNU Unix.
5977
5978 2006-10-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5979
5980         * users.txt: Add Libtool.
5981
5982         Sync from Libtool:
5983
5984         2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
5985
5986         * lib/argz.c: Remove check for HAVE_CONFIG_H, to conform
5987         to gnulib's policy of including config.h unconditionally.
5988
5989 2006-10-24  Bruno Haible  <bruno@clisp.org>
5990
5991         * modules/wcwidth (Files): Add m4/wint_t.m4.
5992         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gt_TYPE_WINT_T.
5993         * lib/wcwidth.h (iswprint): Use 'int' if 'wint_t' is not defined.
5994
5995 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
5996
5997         * lib/getdate.y (yyerror): Make the arguments pointer-to-const,
5998         to pacify GCC with some -W flags enabled.  Problem reported by
5999         Bruno Haible.
6000
6001 2006-10-24  Jim Meyering  <jim@meyering.net>
6002
6003         * MODULES.html.sh: Remove uinttostr.  It's not a module.
6004         Reported by Karl Berry.
6005
6006 2006-10-23  Bruno Haible  <bruno@clisp.org>
6007
6008         * lib/fts.c (fts_build): Move variable declaration, for C89 compliance.
6009
6010 2006-10-24  Bruno Haible  <bruno@clisp.org>
6011
6012         * lib/gl_list.h: Use C comment style, not C++ comment style.
6013
6014 2006-10-23  Eric Blake  <ebb9@byu.net>
6015
6016         * lib/getaddrinfo.c (includes): Add missing include.
6017
6018 2006-10-23  Bruno Haible  <bruno@clisp.org>
6019             Paul Eggert  <eggert@cs.ucla.edu>
6020
6021         Ability to rename obstack_free.
6022         * lib/obstack.h (__obstack_free): New macro. Declare instead of
6023         obstack_free.
6024         (obstack_free): Invoke the __obstack_free macro.
6025         * lib/obstack.c (obstack_free): Use __obstack_free macro.
6026
6027 2006-10-23  Bruno Haible  <bruno@clisp.org>
6028             Paul Eggert  <eggert@cs.ucla.edu>
6029
6030         * lib/argp.h (argp_parse, __argp_parse): Comment out the identifiers
6031         __argc, __argv from the declaration. (They are defined as macros on
6032         mingw.)
6033
6034 2006-10-22  Bruno Haible  <bruno@clisp.org>
6035
6036         * doc/gnulib-intro.texi: New file.
6037         * doc/gnulib.texi: Include it.
6038
6039 2006-10-21  Bruno Haible  <bruno@clisp.org>
6040
6041         * doc/gnulib.texi: Split the chapter "Gnulib" into 3 chapters
6042         "Introduction", "Miscellanous Notes", "Particular Modules".
6043
6044 2006-10-21  Bruno Haible  <bruno@clisp.org>
6045
6046         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
6047         Change mostlyclean-local rule to avoid sh syntax error from bash
6048         versions 2.00..2.05 when $(MOSTLYCLEANDIRS) is empty.
6049
6050 2006-10-23  Jim Meyering  <jim@meyering.net>
6051
6052         * lib/getaddrinfo.c (getnameinfo): Use new lightweight uinttostr,
6053         in place of snprintf.
6054
6055         * modules/inttostr (Files): Add lib/uinttostr.c.
6056         * lib/uinttostr.c (inttostr): New file/function.
6057         * lib/inttostr.h (uinttostr): Declare.
6058         * m4/inttostr.m4: Add AC_LIBOBJ([uinttostr]).
6059         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
6060         Add uinttostr.
6061         * modules/getaddrinfo (Depends-on): Remove snprintf.  Add inttostr.
6062
6063 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
6064
6065         * lib/canonicalize.c (ELOOP): Define if not already defined.
6066         Problem reported by Bruno Haible in
6067         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00282.html>.
6068
6069 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
6070
6071         * lib/stdint_.h [defined _AIX]: Don't include <sys/types.h>.
6072         Problem reported by Perry Smith and Ville Laurikari.
6073
6074         * lib/getndelim2.c (SSIZE_MAX): Use same defn that getdelim.c
6075         uses.
6076
6077 2006-10-19  Bruno Haible  <bruno@clisp.org>
6078
6079         * lib/getndelim2.c (SSIZE_MAX): Provide fallback definition. Needed
6080         for mingw.
6081
6082 2006-10-19  Bruno Haible  <bruno@clisp.org>
6083
6084         * lib/openat-priv.h (EOPNOTSUPP): Provide fallback definition.
6085         Needed for mingw.
6086
6087 2006-10-19  Bruno Haible  <bruno@clisp.org>
6088
6089         * m4/size_max.m4 (gl_SIZE_MAX): Cache the result.
6090
6091 2006-10-19  Bruno Haible  <bruno@clisp.org>
6092
6093         * m4/allocsa.m4 (gl_ALLOCSA): Invoke gl_FUNC_ALLOCA, don't AC_REQUIRE
6094         it.
6095
6096 2006-10-19  Bruno Haible  <bruno@clisp.org>
6097
6098         * m4/alloca.m4 (gl_FUNC_ALLOCA): Cache the result of the AC_EGREP_CPP
6099         invocation.
6100
6101 2006-10-19  Bruno Haible  <bruno@clisp.org>
6102
6103         * gnulib-tool (func_create_testdir): Don't include ftruncate and
6104         mountlist by default.
6105
6106 2006-10-16  Bruno Haible  <bruno@clisp.org>
6107
6108         * lib/c-strstr.c: Include c-strstr.h.
6109
6110 2006-10-18  Charles Wilson  <cygwin@cwilson.fastmail.fm>
6111
6112         * gnulib-tool: Don't clobber $sourcebase when $local_gnulib_dir ends
6113         in a slash.
6114
6115 2006-10-18  Bruno Haible  <bruno@clisp.org>
6116
6117         * lib/lock.h [C++]: Wrap definitions in extern "C".
6118
6119 2006-10-18  Bruno Haible  <bruno@clisp.org>
6120
6121         * gnulib-tool (func_emit_initmacro_end): Remove duplicates from the
6122         gl_LIBOBJS list.
6123
6124 2006-10-18  Bruno Haible  <bruno@clisp.org>
6125
6126         * lib/findprog.c (find_in_path): Avoid "gcc -Wwrite-strings" warning.
6127
6128 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>
6129
6130         * lib/xstrtol.h: Include gettext.h.
6131         (_STRTOL_ERROR): Wrap English-language formats inside gettext.
6132         Problem reported by Eric Blake.
6133         * modules/xstrtol (Depends-on): Add gettext-h.
6134
6135 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>  (tiny change)
6136
6137         * lib/strftime.c (advance): New macro.
6138         (add): Use it to avoid adding 0 to a FILE *.  FILE can be an
6139         incomplete type, so you can't add 0 to it.  Problem and patch
6140         reported by Eelco Dolstra for dietlibc.
6141
6142 2006-10-18  Jim Meyering  <jim@meyering.net>
6143
6144         * lib/readutmp.c (desirable_utmp_entry): Use "bool" as the
6145         type for a local, and rename it: s/up/user_proc/.
6146
6147 2006-10-18  Sergey Poznyakoff  <gray@gnu.org.ua>
6148
6149         * lib/readutmp.c (desirable_utmp_entry): Implement new flag:
6150         READ_UTMP_USER_PROCESS.
6151         * lib/readutmp.h (READ_UTMP_USER_PROCESS): New flag
6152
6153 2006-10-17  Paul Eggert  <eggert@cs.ucla.edu>
6154
6155         * lib/localcharset.c: Do not check HAVE_SETLOCALE.
6156         * m4/localcharset.m4 (gl_LOCALCHARSET): Don't check for setlocale.
6157
6158 2006-10-17  Eric Blake  <ebb9@byu.net>
6159
6160         * lib/sigprocmask.c (sigprocmask): Fix typo.
6161
6162         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Fix typo.
6163
6164         * modules/clean-temp (Makefile.am): Don't add to make output...
6165         (configure.ac): ...instead define SIGNAL_SAFE_LIST inside
6166         config.h.
6167
6168 2006-10-17  Bruno Haible  <bruno@clisp.org>
6169
6170         * lib/gettext.h (gettext, ngettext, pgettext, npgettext): Define
6171         differently if DEFAULT_TEXT_DOMAIN is set.
6172
6173 2006-10-16  Bruno Haible  <bruno@clisp.org>
6174
6175         * lib/clean-temp.c: Include fwriteerror.h.
6176
6177 2006-10-16  Bruno Haible  <bruno@clisp.org>
6178
6179         * getndelim2.m4 (gl_GETNDELIM2): Remove 2003-10-23 hack.
6180
6181 2006-10-16  Bruno Haible  <bruno@clisp.org>
6182
6183         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Also test for sigset_t.
6184         * lib/sigprocmask.h: Include <sys/types.h>.
6185         (sigset_t): Use the system's definition if present.
6186
6187 2006-10-17  Eric Blake  <ebb9@byu.net>
6188
6189         * lib/xvasprintf.c (includes): Assume config.h.
6190         * lib/xasprintf.c (includes): Likewise.
6191
6192 2006-10-16  Paul Eggert  <eggert@cs.ucla.edu>
6193
6194         * lib/fsusage.c (PROPAGATE_ALL_ONES): Don't assume uintmax_t is
6195         at least as wide as intmax_t.
6196
6197 2006-10-16  Alexandre Duret-Lutz  <adl@gnu.org>
6198
6199         (Imported from Automake.)
6200         * build-aux/gnupload: Update to version 1.1 of directive file.
6201
6202 2006-10-16  Eric Blake  <ebb9@byu.net>
6203
6204         * modules/configmake (Makefile.am): Add pkglibexecdir support, to
6205         match Automake 1.10a.
6206
6207 2006-10-14  Bruno Haible  <bruno@clisp.org>
6208
6209         * modules/sigprocmask: New file.
6210         * lib/sigprocmask.h: New file.
6211         * lib/sigprocmask.c: New file.
6212         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Renamed from
6213         gt_SIGNALBLOCKING. When not defining HAVE_POSIX_SIGNALBLOCKING,
6214         request sigprocmask.o.
6215         (gl_PREREQ_SIGPROCMASK): New macro.
6216         * modules/fatal-signal (Files): Remove m4/signalblocking.m4.
6217         (Depends-on): Add sigprocmask.
6218         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Don't require
6219         gt_SIGNALBLOCKING. Test for 'raise' only once.
6220         * lib/fatal-signal.c: Include sigprocmask.h.
6221         (fatal_signal_set, init_fatal_signal_set, block_fatal_signals,
6222         unblock_fatal_signals): Define always.
6223         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
6224         sigprocmask.
6225
6226 2006-10-14  Paul Eggert  <eggert@cs.ucla.edu>
6227
6228         Sync from Automake.
6229         * build-aux/install-sh (posix_mkdir): Reject FreeBSD 6.1 mkdir -p -m,
6230         which incorrectly sets the mode of an existing destination
6231         directory.  In some cases the unpatched install-sh could do the
6232         equivalent of "chmod 777 /" or "chmod 0 /" on a buggy FreeBSD
6233         system.  We hope this is rare in practice, but it's clearly worth
6234         fixing.  Problem reported by Alex Unleashed in
6235         <http://lists.gnu.org/archive/html/bug-autoconf/2006-10/msg00012.html>.
6236         Also, don't bother to check for -m bugs unless we're using -m;
6237         suggested by Stepan Kasal.
6238
6239 2006-10-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6240
6241         Sync from Automake.
6242         * build-aux/depcomp (gcc3): Put dependency extraction flags before the
6243         `-c' flag, so they appear at the same position as in %FASTDEP%
6244         mode in depend2.am.  Fixes build failure for FreeBSD's c89,
6245         which ignores unknown options only after the first non-option.
6246         Bug report against M4 by Nelson H. F. Beebe.
6247
6248 2006-10-13  Jim Meyering  <jim@meyering.net>
6249
6250         Fix a bug in yesterday's change.
6251         * lib/fts.c (fts_open): When using FTS_XDEV|FTS_NOSTAT,
6252         p->fts_statp->st_dev would be used uninitialized.
6253         Ensures that we always call fts_stat on the very first entry.
6254         Miklos Szeredi reported that find -xdev stopped working.
6255
6256 2006-10-12  Bruno Haible  <bruno@clisp.org>
6257
6258         * gnulib-tool (func_get_automake_snippet): Append an automatically
6259         computed EXTRA_DIST augmentation.
6260         * modules/acl (Makefile.am): Remove EXTRA_DIST augmentation.
6261         * modules/alloca-opt (Makefile.am): Likewise.
6262         * modules/allocsa (Makefile.am): Likewise.
6263         * modules/arcfour (Makefile.am): Likewise.
6264         * modules/arctwo (Makefile.am): Likewise.
6265         * modules/argmatch (Makefile.am): Likewise.
6266         * modules/argz (Makefile.am): Likewise.
6267         * modules/atexit (Makefile.am): Likewise.
6268         * modules/backupfile (Makefile.am): Likewise.
6269         * modules/byteswap (Makefile.am): Likewise.
6270         * modules/c-strtod (Makefile.am): Likewise.
6271         * modules/c-strtold (Makefile.am): Likewise.
6272         * modules/calloc (Makefile.am): Likewise.
6273         * modules/canon-host (Makefile.am): Likewise.
6274         * modules/canonicalize (Makefile.am): Likewise.
6275         * modules/chdir-long (Makefile.am): Likewise.
6276         * modules/chdir-safer (Makefile.am): Likewise.
6277         * modules/check-version (Makefile.am): Likewise.
6278         * modules/chown (Makefile.am): Likewise.
6279         * modules/cloexec (Makefile.am): Likewise.
6280         * modules/close-stream (Makefile.am): Likewise.
6281         * modules/closeout (Makefile.am): Likewise.
6282         * modules/crc (Makefile.am): Likewise.
6283         * modules/csharpexec (Makefile.am): Likewise.
6284         * modules/cycle-check (Makefile.am): Likewise.
6285         * modules/des (Makefile.am): Likewise.
6286         * modules/dev-ino (Makefile.am): Likewise.
6287         * modules/dirfd (Makefile.am): Likewise.
6288         * modules/dirname (Makefile.am): Likewise.
6289         * modules/dup2 (Makefile.am): Likewise.
6290         * modules/eealloc (Makefile.am): Likewise.
6291         * modules/error (Makefile.am): Likewise.
6292         * modules/euidaccess (Makefile.am): Likewise.
6293         * modules/exclude (Makefile.am): Likewise.
6294         * modules/exitfail (Makefile.am): Likewise.
6295         * modules/fcntl-safer (Makefile.am): Likewise.
6296         * modules/fcntl (Makefile.am): Likewise.
6297         * modules/file-type (Makefile.am): Likewise.
6298         * modules/fileblocks (Makefile.am): Likewise.
6299         * modules/filemode (Makefile.am): Likewise.
6300         * modules/filenamecat (Makefile.am): Likewise.
6301         * modules/fnmatch (Makefile.am): Likewise.
6302         * modules/fopen-safer (Makefile.am): Likewise.
6303         * modules/fpending (Makefile.am): Likewise.
6304         * modules/fprintftime (Makefile.am): Likewise.
6305         * modules/free (Makefile.am): Likewise.
6306         * modules/fsusage (Makefile.am): Likewise.
6307         * modules/ftruncate (Makefile.am): Likewise.
6308         * modules/fts (Makefile.am): Likewise.
6309         * modules/gc-arcfour (Makefile.am): Likewise.
6310         * modules/gc-des (Makefile.am): Likewise.
6311         * modules/gc-hmac-md5 (Makefile.am): Likewise.
6312         * modules/gc-hmac-sha1 (Makefile.am): Likewise.
6313         * modules/gc-md4 (Makefile.am): Likewise.
6314         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
6315         * modules/gc-sha1 (Makefile.am): Likewise.
6316         * modules/gc (Makefile.am): Likewise.
6317         * modules/getaddrinfo (Makefile.am): Likewise.
6318         * modules/getcwd (Makefile.am): Likewise.
6319         * modules/getdelim (Makefile.am): Likewise.
6320         * modules/getdomainname (Makefile.am): Likewise.
6321         * modules/getgroups (Makefile.am): Likewise.
6322         * modules/gethostname (Makefile.am): Likewise.
6323         * modules/gethrxtime (Makefile.am): Likewise.
6324         * modules/getline (Makefile.am): Likewise.
6325         * modules/getloadavg (Makefile.am): Likewise.
6326         * modules/getlogin_r (Makefile.am): Likewise.
6327         * modules/getndelim2 (Makefile.am): Likewise.
6328         * modules/getopt (Makefile.am): Likewise.
6329         * modules/getpagesize (Makefile.am): Likewise.
6330         * modules/getpass-gnu (Makefile.am): Likewise.
6331         * modules/getpass (Makefile.am): Likewise.
6332         * modules/getsubopt (Makefile.am): Likewise.
6333         * modules/gettime (Makefile.am): Likewise.
6334         * modules/gettimeofday (Makefile.am): Likewise.
6335         * modules/getugroups (Makefile.am): Likewise.
6336         * modules/getusershell (Makefile.am): Likewise.
6337         * modules/glob (Makefile.am): Likewise.
6338         * modules/group-member (Makefile.am): Likewise.
6339         * modules/hard-locale (Makefile.am): Likewise.
6340         * modules/hash (Makefile.am): Likewise.
6341         * modules/hmac-md5 (Makefile.am): Likewise.
6342         * modules/hmac-sha1 (Makefile.am): Likewise.
6343         * modules/human (Makefile.am): Likewise.
6344         * modules/idcache (Makefile.am): Likewise.
6345         * modules/imaxabs (Makefile.am): Likewise.
6346         * modules/imaxdiv (Makefile.am): Likewise.
6347         * modules/inet_ntop (Makefile.am): Likewise.
6348         * modules/inet_pton (Makefile.am): Likewise.
6349         * modules/intprops (Makefile.am): Likewise.
6350         * modules/inttostr (Makefile.am): Likewise.
6351         * modules/inttypes (Makefile.am): Likewise.
6352         * modules/isapipe (Makefile.am): Likewise.
6353         * modules/javaversion (Makefile.am): Likewise.
6354         * modules/lchmod (Makefile.am): Likewise.
6355         * modules/lchown (Makefile.am): Likewise.
6356         * modules/localcharset (Makefile.am): Likewise.
6357         * modules/long-options (Makefile.am): Likewise.
6358         * modules/lstat (Makefile.am): Likewise.
6359         * modules/malloc (Makefile.am): Likewise.
6360         * modules/mathl (Makefile.am): Likewise.
6361         * modules/mbchar (Makefile.am): Likewise.
6362         * modules/md2 (Makefile.am): Likewise.
6363         * modules/md4 (Makefile.am): Likewise.
6364         * modules/md5 (Makefile.am): Likewise.
6365         * modules/memcasecmp (Makefile.am): Likewise.
6366         * modules/memchr (Makefile.am): Likewise.
6367         * modules/memcmp (Makefile.am): Likewise.
6368         * modules/memcoll (Makefile.am): Likewise.
6369         * modules/memcpy (Makefile.am): Likewise.
6370         * modules/memmem (Makefile.am): Likewise.
6371         * modules/memmove (Makefile.am): Likewise.
6372         * modules/mempcpy (Makefile.am): Likewise.
6373         * modules/memrchr (Makefile.am): Likewise.
6374         * modules/memset (Makefile.am): Likewise.
6375         * modules/memxor (Makefile.am): Likewise.
6376         * modules/mkancesdirs (Makefile.am): Likewise.
6377         * modules/mkdir-p (Makefile.am): Likewise.
6378         * modules/mkdir (Makefile.am): Likewise.
6379         * modules/mkdtemp (Makefile.am): Likewise.
6380         * modules/mkstemp (Makefile.am): Likewise.
6381         * modules/mktime (Makefile.am): Likewise.
6382         * modules/modechange (Makefile.am): Likewise.
6383         * modules/mountlist (Makefile.am): Likewise.
6384         * modules/nanosleep (Makefile.am): Likewise.
6385         * modules/obstack (Makefile.am): Likewise.
6386         * modules/openat (Makefile.am): Likewise.
6387         * modules/pagealign_alloc (Makefile.am): Likewise.
6388         * modules/pathmax (Makefile.am): Likewise.
6389         * modules/physmem (Makefile.am): Likewise.
6390         * modules/poll (Makefile.am): Likewise.
6391         * modules/posixtm (Makefile.am): Likewise.
6392         * modules/posixver (Makefile.am): Likewise.
6393         * modules/putenv (Makefile.am): Likewise.
6394         * modules/quote (Makefile.am): Likewise.
6395         * modules/quotearg (Makefile.am): Likewise.
6396         * modules/raise (Makefile.am): Likewise.
6397         * modules/read-file (Makefile.am): Likewise.
6398         * modules/readline (Makefile.am): Likewise.
6399         * modules/readlink (Makefile.am): Likewise.
6400         * modules/readtokens (Makefile.am): Likewise.
6401         * modules/readutmp (Makefile.am): Likewise.
6402         * modules/realloc (Makefile.am): Likewise.
6403         * modules/regex (Makefile.am): Likewise.
6404         * modules/rename-dest-slash (Makefile.am): Likewise.
6405         * modules/rename (Makefile.am): Likewise.
6406         * modules/rijndael (Makefile.am): Likewise.
6407         * modules/rmdir (Makefile.am): Likewise.
6408         * modules/rpmatch (Makefile.am): Likewise.
6409         * modules/safe-read (Makefile.am): Likewise.
6410         * modules/safe-write (Makefile.am): Likewise.
6411         * modules/same-inode (Makefile.am): Likewise.
6412         * modules/same (Makefile.am): Likewise.
6413         * modules/save-cwd (Makefile.am): Likewise.
6414         * modules/savedir (Makefile.am): Likewise.
6415         * modules/setenv (Makefile.am): Likewise.
6416         * modules/settime (Makefile.am): Likewise.
6417         * modules/sha1 (Makefile.am): Likewise.
6418         * modules/sig2str (Makefile.am): Likewise.
6419         * modules/snprintf (Makefile.am): Likewise.
6420         * modules/stat-macros (Makefile.am): Likewise.
6421         * modules/stat-time (Makefile.am): Likewise.
6422         * modules/stdbool (Makefile.am): Likewise.
6423         * modules/stdint (Makefile.am): Likewise.
6424         * modules/stdlib-safer (Makefile.am): Likewise.
6425         * modules/stpcpy (Makefile.am): Likewise.
6426         * modules/stpncpy (Makefile.am): Likewise.
6427         * modules/strcase (Makefile.am): Likewise.
6428         * modules/strcasestr (Makefile.am): Likewise.
6429         * modules/strchrnul (Makefile.am): Likewise.
6430         * modules/strcspn (Makefile.am): Likewise.
6431         * modules/strdup (Makefile.am): Likewise.
6432         * modules/strerror (Makefile.am): Likewise.
6433         * modules/strftime (Makefile.am): Likewise.
6434         * modules/strndup (Makefile.am): Likewise.
6435         * modules/strnlen (Makefile.am): Likewise.
6436         * modules/strpbrk (Makefile.am): Likewise.
6437         * modules/strsep (Makefile.am): Likewise.
6438         * modules/strstr (Makefile.am): Likewise.
6439         * modules/strtod (Makefile.am): Likewise.
6440         * modules/strtoimax (Makefile.am): Likewise.
6441         * modules/strtok_r (Makefile.am): Likewise.
6442         * modules/strtol (Makefile.am): Likewise.
6443         * modules/strtoll (Makefile.am): Likewise.
6444         * modules/strtoul (Makefile.am): Likewise.
6445         * modules/strtoull (Makefile.am): Likewise.
6446         * modules/strtoumax (Makefile.am): Likewise.
6447         * modules/strverscmp (Makefile.am): Likewise.
6448         * modules/sys_socket (Makefile.am): Likewise.
6449         * modules/sys_stat (Makefile.am): Likewise.
6450         * modules/sysexits (Makefile.am): Likewise.
6451         * modules/time_r (Makefile.am): Likewise.
6452         * modules/timegm (Makefile.am): Likewise.
6453         * modules/timespec (Makefile.am): Likewise.
6454         * modules/tmpfile-safer (Makefile.am): Likewise.
6455         * modules/trim (Makefile.am): Likewise.
6456         * modules/unistd-safer (Makefile.am): Likewise.
6457         * modules/unlinkdir (Makefile.am): Likewise.
6458         * modules/unlocked-io (Makefile.am): Likewise.
6459         * modules/userspec (Makefile.am): Likewise.
6460         * modules/utime (Makefile.am): Likewise.
6461         * modules/utimecmp (Makefile.am): Likewise.
6462         * modules/utimens (Makefile.am): Likewise.
6463         * modules/vasnprintf (Makefile.am): Likewise.
6464         * modules/vasprintf (Makefile.am): Likewise.
6465         * modules/vsnprintf (Makefile.am): Likewise.
6466         * modules/xalloc (Makefile.am): Likewise.
6467         * modules/xgetcwd (Makefile.am): Likewise.
6468         * modules/xnanosleep (Makefile.am): Likewise.
6469         * modules/xreadlink (Makefile.am): Likewise.
6470         * modules/xstrtod (Makefile.am): Likewise.
6471         * modules/xstrtol (Makefile.am): Likewise.
6472         * modules/xstrtold (Makefile.am): Likewise.
6473         * modules/yesno (Makefile.am): Likewise.
6474         * modules/getdate (Makefile.am): Don't add getdate.h to EXTRA_DIST.
6475
6476 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
6477
6478         * modules/error (Makefile.am): Distribute files through
6479         EXTRA_DIST, not lib_SOURCES.
6480
6481 2006-10-12  Eric Blake  <ebb9@byu.net>
6482
6483         * modules/error (Makefile.am): Distribute files in /lib.
6484         * modules/obstack (Makefile.am): Likewise.
6485
6486 2006-10-12  Bruno Haible  <bruno@clisp.org>
6487
6488         * modules/acl (Makefile.am): Distribute all files in lib/ through
6489         EXTRA_DIST.
6490         * modules/arcfour (Makefile.am): Likewise.
6491         * modules/arctwo (Makefile.am): Likewise.
6492         * modules/argmatch (Makefile.am): Likewise.
6493         * modules/argz (Makefile.am): Likewise.
6494         * modules/atexit (Makefile.am): Likewise.
6495         * modules/backupfile (Makefile.am): Likewise.
6496         * modules/c-strtod (Makefile.am): Likewise.
6497         * modules/c-strtold (Makefile.am): Likewise.
6498         * modules/calloc (Makefile.am): Likewise.
6499         * modules/canon-host (Makefile.am): Likewise.
6500         * modules/canonicalize (Makefile.am): Likewise.
6501         * modules/chdir-long (Makefile.am): Likewise.
6502         * modules/chdir-safer (Makefile.am): Likewise.
6503         * modules/check-version (Makefile.am): Likewise.
6504         * modules/chown (Makefile.am): Likewise.
6505         * modules/cloexec (Makefile.am): Likewise.
6506         * modules/close-stream (Makefile.am): Likewise.
6507         * modules/closeout (Makefile.am): Likewise.
6508         * modules/crc (Makefile.am): Likewise.
6509         * modules/cycle-check (Makefile.am): Likewise.
6510         * modules/des (Makefile.am): Likewise.
6511         * modules/dirfd (Makefile.am): Likewise.
6512         * modules/dirname (Makefile.am): Likewise.
6513         * modules/dup2 (Makefile.am): Likewise.
6514         * modules/euidaccess (Makefile.am): Likewise.
6515         * modules/exclude (Makefile.am): Likewise.
6516         * modules/exitfail (Makefile.am): Likewise.
6517         * modules/fcntl-safer (Makefile.am): Likewise.
6518         * modules/file-type (Makefile.am): Likewise.
6519         * modules/fileblocks (Makefile.am): Likewise.
6520         * modules/filemode (Makefile.am): Likewise.
6521         * modules/filenamecat (Makefile.am): Likewise.
6522         * modules/fnmatch (Makefile.am): Likewise.
6523         * modules/fopen-safer (Makefile.am): Likewise.
6524         * modules/fpending (Makefile.am): Likewise.
6525         * modules/fprintftime (Makefile.am): Likewise.
6526         * modules/free (Makefile.am): Likewise.
6527         * modules/fsusage (Makefile.am): Likewise.
6528         * modules/ftruncate (Makefile.am): Likewise.
6529         * modules/fts (Makefile.am): Likewise.
6530         * modules/gc (Makefile.am): Likewise.
6531         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
6532         * modules/getaddrinfo (Makefile.am): Likewise.
6533         * modules/getcwd (Makefile.am): Likewise.
6534         * modules/getdelim (Makefile.am): Likewise.
6535         * modules/getdomainname (Makefile.am): Likewise.
6536         * modules/getgroups (Makefile.am): Likewise.
6537         * modules/gethostname (Makefile.am): Likewise.
6538         * modules/gethrxtime (Makefile.am): Likewise.
6539         * modules/getline (Makefile.am): Likewise.
6540         * modules/getloadavg (Makefile.am): Likewise.
6541         * modules/getlogin_r (Makefile.am): Likewise.
6542         * modules/getopt (Makefile.am): Likewise.
6543         * modules/getpass (Makefile.am): Likewise.
6544         * modules/getpass-gnu (Makefile.am): Likewise.
6545         * modules/getsubopt (Makefile.am): Likewise.
6546         * modules/gettime (Makefile.am): Likewise.
6547         * modules/gettimeofday (Makefile.am): Likewise.
6548         * modules/getugroups (Makefile.am): Likewise.
6549         * modules/getusershell (Makefile.am): Likewise.
6550         * modules/glob (Makefile.am): Likewise.
6551         * modules/group-member (Makefile.am): Likewise.
6552         * modules/hard-locale (Makefile.am): Likewise.
6553         * modules/hash (Makefile.am): Likewise.
6554         * modules/hmac-md5 (Makefile.am): Likewise.
6555         * modules/hmac-sha1 (Makefile.am): Likewise.
6556         * modules/human (Makefile.am): Likewise.
6557         * modules/idcache (Makefile.am): Likewise.
6558         * modules/imaxabs (Makefile.am): Likewise.
6559         * modules/imaxdiv (Makefile.am): Likewise.
6560         * modules/inet_ntop (Makefile.am): Likewise.
6561         * modules/inet_pton (Makefile.am): Likewise.
6562         * modules/inttostr (Makefile.am): Likewise.
6563         * modules/isapipe (Makefile.am): Likewise.
6564         * modules/lchown (Makefile.am): Likewise.
6565         * modules/long-options (Makefile.am): Likewise.
6566         * modules/lstat (Makefile.am): Likewise.
6567         * modules/malloc (Makefile.am): Likewise.
6568         * modules/mathl (Makefile.am): Likewise.
6569         * modules/mbchar (Makefile.am): Likewise.
6570         * modules/md2 (Makefile.am): Likewise.
6571         * modules/md4 (Makefile.am): Likewise.
6572         * modules/md5 (Makefile.am): Likewise.
6573         * modules/memcasecmp (Makefile.am): Likewise.
6574         * modules/memchr (Makefile.am): Likewise.
6575         * modules/memcmp (Makefile.am): Likewise.
6576         * modules/memcoll (Makefile.am): Likewise.
6577         * modules/memcpy (Makefile.am): Likewise.
6578         * modules/memmem (Makefile.am): Likewise.
6579         * modules/memmove (Makefile.am): Likewise.
6580         * modules/mempcpy (Makefile.am): Likewise.
6581         * modules/memrchr (Makefile.am): Likewise.
6582         * modules/memset (Makefile.am): Likewise.
6583         * modules/memxor (Makefile.am): Likewise.
6584         * modules/mkancesdirs (Makefile.am): Likewise.
6585         * modules/mkdir (Makefile.am): Likewise.
6586         * modules/mkdir-p (Makefile.am): Likewise.
6587         * modules/mkdtemp (Makefile.am): Likewise.
6588         * modules/mkstemp (Makefile.am): Likewise.
6589         * modules/mktime (Makefile.am): Likewise.
6590         * modules/modechange (Makefile.am): Likewise.
6591         * modules/mountlist (Makefile.am): Likewise.
6592         * modules/nanosleep (Makefile.am): Likewise.
6593         * modules/openat (Makefile.am): Likewise.
6594         * modules/pagealign_alloc (Makefile.am): Likewise.
6595         * modules/physmem (Makefile.am): Likewise.
6596         * modules/poll (Makefile.am): Likewise.
6597         * modules/posixtm (Makefile.am): Likewise.
6598         * modules/posixver (Makefile.am): Likewise.
6599         * modules/putenv (Makefile.am): Likewise.
6600         * modules/quote (Makefile.am): Likewise.
6601         * modules/quotearg (Makefile.am): Likewise.
6602         * modules/raise (Makefile.am): Likewise.
6603         * modules/read-file (Makefile.am): Likewise.
6604         * modules/readline (Makefile.am): Likewise.
6605         * modules/readlink (Makefile.am): Likewise.
6606         * modules/readtokens (Makefile.am): Likewise.
6607         * modules/readutmp (Makefile.am): Likewise.
6608         * modules/realloc (Makefile.am): Likewise.
6609         * modules/regex (Makefile.am): Likewise.
6610         * modules/rename (Makefile.am): Likewise.
6611         * modules/rename-dest-slash (Makefile.am): Likewise.
6612         * modules/rijndael (Makefile.am): Likewise.
6613         * modules/rmdir (Makefile.am): Likewise.
6614         * modules/rpmatch (Makefile.am): Likewise.
6615         * modules/safe-read (Makefile.am): Likewise.
6616         * modules/safe-write (Makefile.am): Likewise.
6617         * modules/same (Makefile.am): Likewise.
6618         * modules/save-cwd (Makefile.am): Likewise.
6619         * modules/savedir (Makefile.am): Likewise.
6620         * modules/setenv (Makefile.am): Likewise.
6621         * modules/settime (Makefile.am): Likewise.
6622         * modules/sha1 (Makefile.am): Likewise.
6623         * modules/sig2str (Makefile.am): Likewise.
6624         * modules/snprintf (Makefile.am): Likewise.
6625         * modules/stdlib-safer (Makefile.am): Likewise.
6626         * modules/stpcpy (Makefile.am): Likewise.
6627         * modules/stpncpy (Makefile.am): Likewise.
6628         * modules/strcase (Makefile.am): Likewise.
6629         * modules/strcasestr (Makefile.am): Likewise.
6630         * modules/strchrnul (Makefile.am): Likewise.
6631         * modules/strcspn (Makefile.am): Likewise.
6632         * modules/strdup (Makefile.am): Likewise.
6633         * modules/strerror (Makefile.am): Likewise.
6634         * modules/strftime (Makefile.am): Likewise.
6635         * modules/strndup (Makefile.am): Likewise.
6636         * modules/strnlen (Makefile.am): Likewise.
6637         * modules/strpbrk (Makefile.am): Likewise.
6638         * modules/strsep (Makefile.am): Likewise.
6639         * modules/strstr (Makefile.am): Likewise.
6640         * modules/strtod (Makefile.am): Likewise.
6641         * modules/strtoimax (Makefile.am): Likewise.
6642         * modules/strtok_r (Makefile.am): Likewise.
6643         * modules/strtol (Makefile.am): Likewise.
6644         * modules/strtoll (Makefile.am): Likewise.
6645         * modules/strtoul (Makefile.am): Likewise.
6646         * modules/strtoull (Makefile.am): Likewise.
6647         * modules/strtoumax (Makefile.am): Likewise.
6648         * modules/strverscmp (Makefile.am): Likewise.
6649         * modules/time_r (Makefile.am): Likewise.
6650         * modules/timegm (Makefile.am): Likewise.
6651         * modules/tmpfile-safer (Makefile.am): Likewise.
6652         * modules/unistd-safer (Makefile.am): Likewise.
6653         * modules/unlinkdir (Makefile.am): Likewise.
6654         * modules/userspec (Makefile.am): Likewise.
6655         * modules/utime (Makefile.am): Likewise.
6656         * modules/utimecmp (Makefile.am): Likewise.
6657         * modules/utimens (Makefile.am): Likewise.
6658         * modules/vasnprintf (Makefile.am): Likewise.
6659         * modules/vasprintf (Makefile.am): Likewise.
6660         * modules/vsnprintf (Makefile.am): Likewise.
6661         * modules/xalloc (Makefile.am): Likewise.
6662         * modules/xgetcwd (Makefile.am): Likewise.
6663         * modules/xnanosleep (Makefile.am): Likewise.
6664         * modules/xreadlink (Makefile.am): Likewise.
6665         * modules/xstrtod (Makefile.am): Likewise.
6666         * modules/xstrtol (Makefile.am): Likewise.
6667         * modules/xstrtold (Makefile.am): Likewise.
6668         * modules/yesno (Makefile.am): Likewise.
6669
6670 2006-10-12  Jim Meyering  <jim@meyering.net>
6671
6672         * m4/getloadavg.m4: Revert the change below.
6673
6674         * m4/getloadavg.m4 (gl_GETLOADAVG): Test for the existence of
6675         lib/getloadavg.c using "ls -L", not "test -f".  The latter would
6676         fail with a symlink, which is what coreutils' ./bootstrap now
6677         creates by default.
6678
6679 2006-10-12  Bruno Haible  <bruno@clisp.org>
6680
6681         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): Don't define for MSVC or
6682         mingw.
6683         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX): Handle
6684         MSVC and mingw explicitly.
6685
6686 2006-10-11  Simon Josefsson  <jas@extundo.com>
6687             Bruno Haible  <bruno@clisp.org>
6688
6689         Add support for multiple gnulib-tool invocations in the scope of a
6690         single configure.ac file.
6691         * gnulib-tool (func_emit_lib_Makefile_am): In the _LIBADD variable,
6692         use a private [LT]LIBOBJS variant. Define a _DEPENDENCIES variable
6693         with the same contents as the _LIBADD variable.
6694         (func_emit_initmacro_start, func_emit_initmacro_end,
6695         func_emit_initmacro_done): New functions.
6696         (func_import, func_create_testdir): Invoke them. Allow the identifiers
6697         gl_LIBOBJS and gl_LTLIBOBJS.
6698
6699 2006-10-11  Bruno Haible  <bruno@clisp.org>
6700
6701         * gnulib-tool (GETTEXTPATH, AUTOHEADER, AUTOPOINT): New variables.
6702         (func_create_testdir): Don't create po/Makefile.am, don't invoke
6703         autoreconf. Instead, invoke autopoint explicitly but move back the
6704         *.m4 files from gnulib.
6705
6706 2006-10-11  Bruno Haible  <bruno@clisp.org>
6707
6708         * gnulib-tool (func_usage): Make module names after --create-testdir
6709         optional.
6710         (func_create_testdir): If no module was specified, use nearly all
6711         modules.
6712
6713 2006-10-12  Jim Meyering  <jim@meyering.net>
6714
6715         Big performance improvement for fts-based tools that use FTS_NOSTAT.
6716         Avoid spurious inode-mismatch problems on non-POSIX file systems.
6717         Details: http://article.gmane.org/gmane.comp.lib.gnulib.bugs/7416
6718         * lib/fts_.h (FTS_DEFER_STAT): Define new flag.
6719         (FTS_OPTIONMASK): Extend the mask to reflect this addition.
6720         * lib/fts.c (DT_IS_KNOWN, DT_MUST_BE): Define.
6721         (FTS_NO_STAT_REQUIRED, FTS_STAT_REQUIRED): Define.
6722         (fts_set_stat_required): New function.
6723         (fts_open): Defer the calls to fts_stat, if possible or requested.
6724         Move the code that maps a command-line fts_info value FTS_DOT to FTS_D
6725         into fts_stat itself.
6726         (fts_read): Perform any required (deferred) fts_stat call.
6727         (fts_build): Likewise, for the directory we're about to open and read.
6728         In the readdir loop, carefully decide whether each entry will require
6729         an eventual call to fts_stat, using dirent.d_type info if available.
6730         (fts_stat): Move the test for whether to honor FTS_COMFOLLOW on
6731         a command line argument into this function.  Update all callers.
6732         Map a return value of FTS_DOT to FTS_D for a command line argument.
6733         * modules/fts (Depends-on): Add d-type.  Alphabetize.
6734         Thanks to Miklos Szeredi for his tenacity and for the initial
6735         bug report about "find" failing on a FUSE-based file system.
6736
6737         * lib/fts.c (fts_open): Use consistent indentation.
6738
6739 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
6740
6741         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Renamed from
6742         gl_USE_SYSTEM_EXTENSIONS, to fix a coreutils bootstrap failure
6743         reported by Jim Meyering.  All uses of cache variables renamed
6744         to match Autoconf's.
6745         (gl_USE_SYSTEM_EXTENSIONS): New macro, which simply requires
6746         the other one.
6747
6748         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH):
6749         Fix misspelling in diagnostic.
6750
6751 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
6752
6753         * lib/mkdir-p.c (HAVE_FCHMOD): Define to false if not already
6754         defined.  Problem reported by Matthew Woehlke.
6755
6756         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): New macro.
6757         Add support for Tandem NonStop R series.
6758         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX):
6759         Use new macro.
6760
6761         * lib/rename-dest-slash.c: Include stdbool.h but not string.h.
6762         (has_trailing_slash): Omit size arg; all callers changed.
6763         Omit 'inline', since it doesn't help performance and we'd
6764         need to configure it.
6765         Don't count //, ///, etc. as having a trailing slash.
6766         As a side effect, this removes a C99ism reported by Matthew Woehlke.
6767         (rpl_rename_dest_slash): On failure, use rename's errno rather
6768         than (in some cases) an incorrect or junk errno.
6769         Simplify code by removing need to compute length; this does
6770         cause it to make two passes instead of one over the file name,
6771         but it's worth it.
6772
6773         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Undo previous
6774         change, since Autoconf's version may no longer be appropriate now
6775         that we are using CVS Autoconf's version.  Add support for Tandem.
6776
6777 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
6778             Bruno Haible  <bruno@clisp.org>
6779
6780         * lib/allocsa.h (sa_alignment_longlong, sa_alignment_max): Test
6781         HAVE_LONG_LONG_INT instead of HAVE_LONG_LONG.
6782         * m4/allocsa.m4 (gl_ALLOCSA): Invoke AC_TYPE_LONG_LONG_INT instead of
6783         gl_AC_TYPE_LONG_LONG.
6784
6785         * lib/printf-args.h (arg_type, argument): Test HAVE_LONG_LONG_INT
6786         instead of HAVE_LONG_LONG.
6787         * lib/printf-args.c (printf_fetchargs): Likewise.
6788         * lib/printf-parse.c (PRINTF_PARSE): Likewise.
6789         * lib/vasnprintf.c (VASNPRINTF): Likewise.
6790         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS, gl_PREREQ_PRINTF_PARSE,
6791         gl_PREREQ_VASNPRINTF): Invoke AC_TYPE_LONG_LONG_INT instead of
6792         gl_AC_TYPE_LONG_LONG.
6793
6794 2006-10-11  Bruno Haible  <bruno@clisp.org>
6795
6796         * m4/longlong.m4: Add comments.
6797         * m4/ulonglong.m4: Likewise.
6798
6799 2006-10-10  Bruno Haible  <bruno@clisp.org>
6800
6801         Make it possible to #define stpcpy, strdup to aliases.
6802         * lib/stpcpy.c (stpcpy) [!_LIBC]: Don't undefine.
6803         * lib/strdup.c (strdup) [!_LIBC]: Don't undefine.
6804
6805 2006-10-10  Bruno Haible  <bruno@clisp.org>
6806
6807         Make it possible to #define gcd to an alias.
6808         * lib/gcd.c: Include config.h.
6809
6810 2006-10-10  Bruno Haible  <bruno@clisp.org>
6811
6812         Make it possible to #define c_isascii to an alias.
6813         * lib/c-ctype.h: Don't define the macros if NO_C_CTYPE_MACROS is
6814         defined. Undefine the macros before defining them, to avoid gcc
6815         warnings.
6816         * lib/c-ctype.c: Include config.h. Don't undefine the macros; instead,
6817         define NO_C_CTYPE_MACROS early.
6818
6819 2006-10-10  Bruno Haible  <bruno@clisp.org>
6820
6821         Make it possible to #define set_program_name to an alias.
6822         * lib/progname.c: Don't undefine set_program_name; instead, undefine
6823         ENABLE_RELOCATABLE early.
6824
6825 2006-10-10  Paul Eggert  <eggert@cs.ucla.edu>
6826
6827         Port to Tandem NSK OSS, which has 64-bit signed int but at most
6828         32-bit unsigned int.  Problem reported by Matthew Woehlke in:
6829         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00062.html
6830         More generally, don't assume that 64-bit signed int is available
6831         if unsigned int is, and vice versa.
6832         * lib/inttypes_.h (_PRIu64_PREFIX, _SCNu64_PREFIX): Depend on
6833         unsigned symbols, not on their signed counterparts.
6834         * lib/stdint_.h (uint64_t, uint_least64_t, uint_fast64_t, uintmax_t):
6835         (UINT64_MAX, UINT_LEAST64_MAX, UINT_FAST64_MAX, UINTMAX_MAX):
6836         (UINT64_C, UINTMAX_C):
6837         Likewise.
6838         * lib/strtoimax.c (strtoll): Depend on signed symbols, not their
6839         unsigned counterparts.
6840         (Have_long_long, Unsigned): New macros.
6841         (Int): Renamed from INT.
6842         (strtoimax): Use the new macros.
6843         * m4/stdint.m4 (gl_STDINT_H): Require AC_TYPE_UNSIGNED_LONG_LONG_INT
6844         and substitute HAVE_UNSIGNED_LONG_LONG_INT.
6845         * modules/inttypes (inttypes.h): Substitute
6846         HAVE_UNSIGNED_LONG_LONG_INT.
6847         * modules/stdint (stdint.h): Likewise.
6848         (Files): Add m4/ulonglong.m4.
6849
6850 2006-10-10  Bruno Haible  <bruno@clisp.org>
6851
6852         Fix a gcc -Wshadow warning.
6853         * lib/gl_anyhash_list2.h (hash_resize): Rename local variable 'index'
6854         to 'bucket'.
6855         * lib/gl_anylinked_list2.h (gl_linked_search_from_to,
6856         gl_linked_indexof_from_to): Likewise.
6857         * lib/gl_linkedhash_list.c (add_to_bucket, remove_from_bucket):
6858         Likewise.
6859         * lib/gl_anytreehash_list1.h (add_to_bucket, remove_from_bucket):
6860         Likewise.
6861         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Likewise.
6862         Reported by Eric Blake.
6863
6864 2006-10-09  Paul Eggert  <eggert@cs.ucla.edu>
6865
6866         * lib/filemode.h [HAVE_DECL_STRMODE]: Include unistd.h too,
6867         for NetBSD.  Problem reported by Bruno Haible.
6868
6869 2006-10-09  Jim Meyering  <jim@meyering.net>
6870
6871         * lib/lchown.c: Include <sys/stat.h> before "stat-macros.h".
6872         Patch from Bruno Haible.
6873
6874 2006-10-09  Jim Meyering  <jim@meyering.net>
6875
6876         * lib/fts-cycle.c (leave_dir): When "leaving" a top level directory due
6877         to FTS_SKIP, don't copy the parent's uninitialized dev/ino values.
6878         Trigger with e.g., mkdir d && valgrind ./chmod u+rwx d d
6879
6880 2006-10-08  Paul Eggert  <eggert@cs.ucla.edu>
6881
6882         Don't include <config.h> twice; this doesn't work in some cases,
6883         e.g., when config.h has "#define intmax_t long long int" and
6884         we include <config.h>, <inttypes.h>, <config.h> in that order.
6885         Problem reported by Matthew Woehlke in:
6886         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00073.html
6887         * lib/fprintftime.c: Don't include config.h or fprintftime.h.
6888         * lib/fts-cycle.c: Don't include config.h.
6889         * lib/strftime.c: Include fprintftime.h if FPRINTFTIME is defined.
6890         * lib/xstrtoimax.c: Remove copyright notice since it's short tnow.
6891         Don't include config.h or xstrtol.h.  Define STRTOL_T_MINIMUM
6892         and STRTOL_T_MAXIMUM unconditionally, since we now assume gnulib
6893         inttypes.h.
6894         * lib/xstrtoumax.c: Likewise.
6895         * lib/xstrtol.c: Include config.h and xstrtol.h after defining
6896         __strtol and the like, so that this module is more like its siblings.
6897         (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [! defined STRTOL_T_MINIMUM]:
6898         Remove; no longer needed now that we assume gnulib inttypes.h.
6899
6900 2006-10-08  Bruno Haible  <bruno@clisp.org>
6901
6902         * doc/gnulib-tool.texi: Emphasize the drawbacks of the --symlink
6903         option.
6904
6905 2006-10-07  Jim Meyering  <jim@meyering.net>
6906
6907         * modules/inttypes (inttypes.h): Revert what seems to have been
6908         an inadvertent part of today's change: use "|", not "/" in the
6909         substitution for the "/"-containing string, $(ABSOLUTE_INTTYPES_H).
6910
6911 2006-10-07  Bruno Haible  <bruno@clisp.org>
6912
6913         * modules/sublist: New file.
6914
6915 2006-10-07  Bruno Haible  <bruno@clisp.org>
6916
6917         * modules/alloca-opt (alloca.h): Add a "DO NOT EDIT" comment.
6918         * modules/argz (argz.h): Likewise.
6919         * modules/arpa_inet (arpa/inet.h): Likewise.
6920         * modules/byteswap (byteswap.h): Likewise.
6921         * modules/configmake (configmake.h): Likewise.
6922         * modules/fcntl (fcntl.h): Likewise.
6923         * modules/fnmatch (fnmatch.h): Likewise.
6924         * modules/getopt (getopt.h): Likewise.
6925         * modules/glob (glob.h): Likewise.
6926         * modules/inttypes (inttypes.h): Likewise.
6927         * modules/netinet_in (netinet/in.h): Likewise.
6928         * modules/poll (poll.h): Likewise.
6929         * modules/stdbool (stdbool.h): Likewise.
6930         * modules/stdint (stdint.h): Likewise.
6931         * modules/sys_select (sys/select.h): Likewise.
6932         * modules/sys_socket (sys/socket.h): Likewise.
6933         * modules/sys_stat (sys/stat.h): Likewise.
6934         * modules/sysexits (sysexits.h): Likewise.
6935         * modules/unistd (unistd.h): Likewise.
6936         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
6937         Add a "DO NOT EDIT" comment to the generated file.
6938         (func_import): Likewise for gnulib-comp.m4.
6939
6940 2006-10-07  Bruno Haible  <bruno@clisp.org>
6941
6942         * lib/gl_sublist.h: New file.
6943         * lib/gl_sublist.c: New file.
6944
6945 2006-10-06  Paul Eggert  <eggert@cs.ucla.edu>
6946
6947         * lib/mkancesdirs.c (mkancesdirs): Pass to MAKE_DIR both the full file
6948         name (relative to the original working directory) and the file
6949         name component (relative to the temporary working directory).  All
6950         callers changed.
6951         * lib/mkancesdirs.h (mkancesdirs): Adjust prototype to match.
6952         * lib/mkdir-p.c (make_dir_parents): Likewise.
6953         * lib/mkdir-p.h (make_dir_parents): Likewise.
6954
6955 2006-10-06  Eric Blake  <ebb9@byu.net>
6956
6957         Define several macros for use by the clean-temp module.
6958         * m4/close-stream.m4 (gl_CLOSE_STREAM): Define GNULIB_CLOSE_STREAM.
6959         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Define GNULIB_FCNTL_SAFER.
6960         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Define GNULIB_FOPEN_SAFER.
6961
6962         * lib/clean-temp.h (close_stream_temp): New declaration.
6963         * lib/clean-temp.c (includes): Pull in headers according to what
6964         other modules are in use.
6965         (close_stream_temp) [GNULIB_CLOSE_STREAM]: New function.
6966
6967 2006-10-06  Bruno Haible  <bruno@clisp.org>
6968
6969         * lib/javacomp.c (write_temp_file): Use fopen_temp, fwriteerror_temp
6970         instead of fopen, fwriteerror.
6971
6972 2006-10-06  Bruno Haible  <bruno@clisp.org>
6973
6974         * lib/clean-temp.h (cleanup_temp_file, cleanup_temp_subdir,
6975         cleanup_temp_dir_contents, cleanup_temp_dir): Change return type to
6976         int.
6977         * lib/clean-temp.c (do_unlink, do_rmdir, cleanup_temp_file,
6978         cleanup_temp_subdir, cleanup_temp_dir_contents, cleanup_temp_dir):
6979         Return an error indicator.
6980         Suggested by Eric Blake.
6981
6982 2006-10-06  Bruno Haible  <bruno@clisp.org>
6983
6984         * lib/clean-temp.c (PATH_MAX): Provide a fallback for GNU Hurd.
6985         Reported by Eric Blake.
6986
6987 2006-10-06  Bruno Haible  <bruno@clisp.org>
6988
6989         * modules/closeout (Description): Mention stderr too.
6990
6991 2006-10-06  Bruno Haible  <bruno@clisp.org>
6992         and Paul Eggert  <eggert@cs.ucla.edu>
6993
6994         * lib/closeout.c (close_stdout): Also close stderr.
6995         * lib/closeout.h: Update comment.
6996
6997 2006-10-05  Paul Eggert  <eggert@cs.ucla.edu>
6998
6999         Fix some Darwin-7.9.0 porting problems reported by Bruno Haible in
7000         <http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00063.html>.
7001         * lib/dirchownmod.c: Include lchown.h.
7002         * lib/lchown.c: Don't include files that lchown.h now includes.
7003         Don't declare chown, since lchown.h now does that.
7004         * lib/lchown.h: Include errno.h, sys/types.h, unistd.h.
7005         (lchown): Define to rpl_chown if lchown is declared but
7006         does not exist.  Declare using a prototype if lchown is not
7007         declared.  Add a copyright notice.
7008         * lib/mkstemp.h: Include <unistd.h>.
7009         * lib/openat.c: Include lchown.h.
7010
7011         * lib/fcntl_.h (O_NOFOLLOW): Don't depend on O_NOFOLLOW_IS_INEFFECTIVE;
7012         we now test for that separately.
7013         * lib/fts.c (fts_safe_changedir): Inspect HAVE_WORKING_O_NOFOLLOW
7014         rather than O_NOFOLLOW, when testing whether it's possible to
7015         avoid a race condition reliably.
7016         * lib/savewd.c (savewd_chdir): Likewise.
7017
7018         Remove macros that are no longer needed now that stdint.h is
7019         reliable.
7020         * lib/fsusage.c (UINTMAX_MAX): Remove.
7021         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Remove.
7022         * lib/utimecmp.c (SIZE_MAX): Remove.
7023
7024         * m4/lchown.m4 (gl_FUNC_LCHOWN): Check whether lchown is declared.
7025
7026         * m4/fcntl_h.m4 (gl_FCNTL_H): Define HAVE_WORKING_O_NOFOLLOW instead
7027         of O_NOFOLLOW_IS_INEFFECTIVE.  Define HAVE_WORKING_O_NOATIME if
7028         O_NOATIME works.
7029
7030 2006-10-05  Bruno Haible  <bruno@clisp.org>
7031
7032         * lib/gl_list.h (gl_sortedlist_search_from_to,
7033         gl_sortedlist_indexof_from_to): New declarations.
7034         (gl_list_implementation): New fields sortedlist_search_from_to,
7035         sortedlist_indexof_from_to.
7036         (gl_sortedlist_search_from_to, gl_sortedlist_indexof_from_to): New
7037         inline functions.
7038         * lib/gl_list.c (gl_sortedlist_search_from_to,
7039         gl_sortedlist_indexof_from_to): New functions.
7040         * lib/gl_array_list.c (gl_array_sortedlist_indexof_from_to): New
7041         function.
7042         (gl_array_sortedlist_indexof, gl_array_sortedlist_search): Use it.
7043         (gl_array_sortedlist_search_from_to): New function.
7044         (gl_array_list_implementation): Update.
7045         * lib/gl_carray_list.c (gl_carray_sortedlist_indexof_from_to): New
7046         function.
7047         (gl_carray_sortedlist_indexof, gl_carray_sortedlist_search): Use it.
7048         (gl_carray_sortedlist_search_from_to): New function.
7049         (gl_carray_list_implementation): Update.
7050         * lib/gl_anylinked_list2.h (gl_linked_sortedlist_search_from_to,
7051         gl_linked_sortedlist_indexof_from_to): New functions.
7052         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
7053         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
7054         * lib/gl_anytree_list2.h (gl_tree_sortedlist_search_from_to,
7055         gl_tree_sortedlist_indexof_from_to): New functions.
7056         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
7057         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
7058         Update.
7059         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
7060         * lib/gl_rbtreehash_list.c (gl_avltreehash_list_implementation):
7061         Update.
7062
7063 2006-10-05  Bruno Haible  <bruno@clisp.org>
7064
7065         * lib/gl_list.h (gl_list_search_from, gl_list_search_from_to,
7066         gl_list_indexof_from, gl_list_indexof_from_to): New declarations.
7067         (struct gl_list_implementation): Add fields search_from_to,
7068         indexof_from_to. Remove fields search, indexof.
7069         (gl_list_search): Use the search_from_to method.
7070         (gl_list_search_from, gl_list_search_from_to): New functions.
7071         (gl_list_indexof): Use the indexof_from_to method.
7072         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
7073         * lib/gl_list.c (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_array_list.c (gl_array_indexof_from_to): Renamed from
7078         gl_array_indexof. Add start_index, end_index arguments.
7079         (gl_array_search_from_to): Renamed from gl_array_search. Add
7080         start_index, end_index arguments.
7081         (gl_array_remove, gl_array_list_implementation): Update.
7082         * lib/gl_carray_list.c (gl_carray_indexof_from_to): Renamed from
7083         gl_carray_indexof. Add start_index, end_index arguments.
7084         (gl_carray_search_from_to): Renamed from gl_carray_search. Add
7085         start_index, end_index arguments.
7086         (gl_carray_remove, gl_carray_list_implementation): Update.
7087         * lib/gl_anylinked_list2.h (gl_linked_search_from_to): Renamed from
7088         gl_linked_search. Add start_index, end_index arguments.
7089         (gl_linked_indexof_from_to): Renamed from gl_linked_indexof. Add
7090         start_index, end_index arguments.
7091         (gl_linked_remove): Update.
7092         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
7093         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
7094         * lib/gl_anytree_list1.h (iterstack_item_t): Change type of 'rightp'
7095         field to 'size_t'.
7096         * lib/gl_anytree_list2.h (gl_tree_search_from_to): Renamed from
7097         gl_tree_search. Add start_index, end_index arguments.
7098         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
7099         start_index, end_index arguments.
7100         (gl_tree_remove): Update.
7101         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
7102         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
7103         * lib/gl_anytreehash_list1.h (compare_position_threshold): New
7104         function.
7105         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Renamed from
7106         gl_tree_search. Add start_index, end_index arguments.
7107         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
7108         start_index, end_index arguments.
7109         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
7110         Update.
7111         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
7112
7113 2006-10-05  Bruno Haible  <bruno@clisp.org>
7114
7115         * modules/fwriteerror (configure.ac): Define GNULIB_FWRITEERROR.
7116
7117         * lib/clean-temp.h (open_temp, fopen_temp, close_temp, fclose_temp,
7118         fwriteerror_temp): New declarations.
7119         * lib/clean-temp.c (uintptr_t): Provide fallback definition.
7120         (descriptors): New variable.
7121         (cleanup): First, close the descriptors.
7122         (register_fd, unregister_fd, open_temp, fopen_temp, close_temp,
7123         fclose_temp, fwriteerror_temp): New functions.
7124
7125 2006-10-04  Jim Meyering  <jim@meyering.net>
7126
7127         * lib/fts.c (fts_open): Tiny comment change.
7128
7129 2006-10-04  Bruno Haible  <bruno@clisp.org>
7130
7131         Make it possible to invoke AC_GNU_SOURCE after gl_LOCK_EARLY.
7132         * m4/lock.m4 (gl_LOCK_EARLY_BODY): New macro, extracted code from
7133         gl_LOCK_BODY.
7134         (gl_LOCK_EARLY): Require gl_LOCK_EARLY_BODY, not gl_LOCK_BODY.
7135         (gl_LOCK_BODY): Remove settings of CPPFLAGS, now done in
7136         gl_LOCK_EARLY_BODY.
7137         (gl_LOCK): Require gl_LOCK_BODY.
7138
7139 2006-10-04  Bruno Haible  <bruno@clisp.org>
7140
7141         * lib/gl_oset.h (gl_setelement_threshold_fn): New type.
7142         (gl_oset_search_atleast): New declaration.
7143         (struct gl_oset_implementation): Add field 'search_atleast'.
7144         (gl_oset_search_atleast): New inline function.
7145         * lib/gl_oset.c (gl_oset_search_atleast): New function.
7146         * lib/gl_array_oset.c (gl_array_search_atleast): New function.
7147         (gl_array_oset_implementation): Update.
7148         * lib/gl_anytree_oset.h (gl_tree_search_atleast): New function.
7149         * lib/gl_avltree_oset.c (gl_avltree_oset_implementation): Update.
7150         * lib/gl_rbtree_oset.c (gl_rbtree_oset_implementation): Update.
7151
7152 2006-10-04  Bruno Haible  <bruno@clisp.org>
7153
7154         * lib/fatal-signal.c (fatal_signals) [WOE32]: Add the SIGBREAK signal.
7155
7156 2006-10-03  Bruno Haible  <bruno@clisp.org>
7157
7158         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Renamed
7159         from gl_avltreehash_list_implementation.
7160
7161 2006-10-03  Bruno Haible  <bruno@clisp.org>
7162
7163         * lib/gl_oset.c (gl_oset_add): Fix return type.
7164
7165 2006-10-02  Paolo Bonzini  <bonzini@gnu.org>  (tiny change)
7166
7167         * lib/quotearg.c (mbstate_t) [!HAVE_MBRTOWC]: #define to int.
7168
7169 2006-10-02  Eric Blake  <ebb9@byu.net>
7170
7171         * modules/strnlen (Depends-on): Add extensions.
7172
7173 2006-10-02  Eric Blake  <ebb9@byu.net>
7174
7175         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use autoconf's
7176         definition in 2.60+.
7177
7178 2006-10-02  Dmitry V. Levin  <ldv@altlinux.org>
7179
7180         * lib/fts.c (fts_close, fts_build, fts_palloc): Remove redundant
7181         checks.
7182
7183 2006-10-02  Bruno Haible  <bruno@clisp.org>
7184
7185         * gnulib-tool (func_emit_lib_Makefile_am): Don't add no-dependencies
7186         to the AUTOMAKE_OPTIONS.
7187         Reported by Jim Meyering.
7188
7189 2006-09-29  Paul Eggert  <eggert@cs.ucla.edu>
7190
7191         Work around bug in Solaris 10 /proc file system:
7192         /proc/self/fd/NNN/.. isn't the parent directory of
7193         the directory whose file descriptor is NNN.  This needs to
7194         be worked around at run time, not compile time, since a
7195         program might be built on Solaris 8, where things work, and
7196         run on Solaris 10.
7197         * lib/openat-priv.h (BUILD_PROC_NAME): Remove.  All callers changed
7198         to use the following interface instead:
7199         (OPENAT_BUFFER_SIZE): New macro.
7200         (openat_proc_name): New function.
7201         * lib/at-func.c (AT_FUNC_NAME): Adjust to above changes.
7202         * lib/openat.c (openat_permissive, openat_needs_fchdir, fdopendir):
7203         Likewise.
7204         * lib/openat-proc.c: New file.
7205         * modules/openat (Files): Add lib/openat-proc.c.
7206         (Depends-on): Add same-inode, stdbool.
7207         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBOBJ(openat-proc).
7208
7209 2006-09-29  Bruno Haible  <bruno@clisp.org>
7210
7211         * lib/fwriteerror.h (fwriteerror_no_ebadf): New declaration.
7212         * lib/(do_fwriteerror): Renamed from fwriteerror. Add ignore_ebadf
7213         argument. Set stdout_closed before testing for ferror, not after.
7214         (fwriteerror, fwriteerror_no_ebadf): New functions.
7215
7216 2006-09-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7217
7218         * m4/intmax.m4 (gt_TYPE_INTMAX_T): Avoid unused variables warning.
7219
7220 2006-09-28  Paolo Bonzini  <bonzini@gnu.org>
7221
7222         * lib/poll.c (rpl_poll) [__APPLE__]: Use FIONREAD instead of MSG_PEEK.
7223         * m4/poll.m4: Look for sys/ioctl.h and sys/filio.h.
7224
7225 2006-09-28  Jim Meyering  <jim@meyering.net>
7226
7227         * lib/mkdir-p.c: Include "dirchownmod.h", not "dirchownmod.c".
7228         Include <unistd.h>.
7229
7230 2006-09-28  Bruno Haible  <bruno@clisp.org>
7231
7232         * modules/avltreehash-list (Depends-on): Add stdint, remove size_max.
7233         * modules/linkedhash-list (Depends-on): Likewise.
7234         * modules/rbtreehash-list (Depends-on): Likewise.
7235
7236 2006-09-28  Bruno Haible  <bruno@clisp.org>
7237
7238         * lib/strndup.h: Simplify the redefinition of strndup.
7239         (_GL_CONCAT, _GL_XCONCAT, __STRNDUP_ID): Remove macros.
7240         * m4/strndup.m4 (gl_FUNC_STRNDUP): Don't define __STRNDUP_PREFIX.
7241
7242 2006-09-28  Bruno Haible  <bruno@clisp.org>
7243
7244         * lib/gl_avltreehash_list.c: Include <stdint.h> instead of size_max.h.
7245         * lib/gl_linkedhash_list.c: Likewise.
7246         * lib/gl_rbtreehash_list.c: Likewise.
7247
7248 2006-09-27  Paul Eggert  <eggert@cs.ucla.edu>
7249
7250         * lib/canon-host.c (canon_host_r): Work around bug in Darwin 7.9.0
7251         getaddrinfo.
7252
7253         * lib/__fpending.h: Don't include <stdio_ext.h> unless
7254         HAVE_DECL___FPENDING.  This avoids a bug with lsbcc, where
7255         it causes <stdio_ext.h> to cause a compile-time error.
7256         Problem reported by Nelson H. F. Beebe.
7257         * lib/getpass.c: Likewise, except for HAVE_DECL___FSETLOCKING instead
7258         of HAVE_DECL___PENDING.
7259
7260         * m4/fpending.m4 (gl_FUNC_FPENDING): Check for stdio_ext at most once.
7261         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for __fsetlocking's
7262         declaration.
7263
7264 2006-09-27  Jim Meyering  <jim@meyering.net>
7265
7266         This file could end up with a definition for a function
7267         named __strndup, rather than rpl_strndup on a system with
7268         incomplete weak_alias support.
7269         * lib/strndup.c (strndup): Rename from __strndup.
7270         Remove #defines that used to map __strndup to strndup.
7271         Don't use K&R prototypes.
7272         Remove LIBC-related code, since this file is not sync'd with glibc.
7273         * lib/strndup.h: Revamp, accordingly.
7274         * m4/strndup.m4: Modernize.
7275
7276 2006-09-26  Paul Eggert  <eggert@cs.ucla.edu>
7277
7278         * modules/savewd (Depends-on): Add 'raise'.
7279         * lib/savewd.c: Include <signal.h>, for 'raise'.
7280
7281 2006-09-26  Jim Meyering  <jim@meyering.net>
7282
7283         * m4/acl.m4 (AC_FUNC_ACL): Disable ACL support altogether
7284         when we detect Darwin 8.7.0's acl_get_file bug.
7285         Rearrange to perform the new (below) run-test while $LIBS
7286         contains any acl-related library.  Set USE_ACL at the end.
7287         (gl_ACL_GET_FILE): New function.
7288
7289 2006-09-26  Eric Blake  <ebb9@byu.net>
7290
7291         * lib/verror.c: Include <config.h> unconditionally.
7292
7293 2006-09-25  Paul Eggert  <eggert@cs.ucla.edu>
7294
7295         * modules/clock-time (Maintainer): Add self.
7296         * modules/getlogin_r (Depends-on): Add extensions.
7297
7298 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7299
7300         * modules/clock-time: New module.
7301         * modules/nanosleep (Depends-on): Add clock-time.
7302         * modules/gethrxtime (Depends-on): Likewise.
7303         * modules/gettime (Depends-on): Likewise.
7304         * modules/settime (Depends-on): Likewise.
7305
7306         * modules/fts-lgpl: Depend on openat.
7307         * modules/mkancesdirs: Depend on savewd.
7308         * modules/mkdir-p: Likewise.
7309
7310 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7311
7312         * m4/host-os.m4 (gl_HOST_OS): Require AC_CANONICAL_HOST.
7313
7314         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Rename cache variable from
7315         `gl_have_arbitrary_file_name_length_limit' to
7316         `gl_cv_have_arbitrary_file_name_length_limit', so that caching
7317         actually works between configure runs.
7318
7319 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7320             Bruno Haible  <bruno@clisp.org>
7321
7322         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Include <string.h>.
7323
7324 2006-09-25  Jim Meyering  <jim@meyering.net>
7325
7326         * m4/fcntl_h.m4 (gl_FCNTL_H): Fix typo in test for failed open.
7327         This typo caused coreutils/tests/dd/misc to fail on Darwin 8.7.0.
7328
7329 2006-09-25  Eric Blake  <ebb9@byu.net>
7330
7331         * gnulib-tool (func_import, func_create_testdir): Fix typos in
7332         exec's in 2006-09-18 patch when shuffling fds.
7333
7334 2006-09-25  Bruno Haible  <bruno@clisp.org>
7335
7336         * m4/getloadavg.m4 (gl_GETLOADAVG): Fix directory in error message.
7337         Reported by Jim Meyering.
7338
7339 2006-09-24  Jim Meyering  <jim@meyering.net>
7340
7341         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Don't use '>' to
7342         compare a pointer against a literal "0".  That caused failures with
7343         at least HP-UX's hpcc.
7344
7345 2006-09-22  Simon Josefsson  <jas@extundo.com>
7346
7347         * modules/gc-sha1:
7348         * modules/gc-md4:
7349         * modules/gc-hmac-sha1:
7350         * modules/gc-hmac-md5:
7351         * modules/gc-des:
7352         * modules/gc-arcfour: Distribute more files.
7353
7354 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7355
7356         * lib/gl_anylinked_list2.h [lint] (gl_linked_iterator)
7357         (gl_linked_iterator_from_to): Initialize struct completely.
7358         * lib/gl_anytree_list2.h [lint] (gl_tree_iterator): Likewise.
7359         (gl_tree_iterator_from_to): Likewise
7360         * lib/gl_anytree_oset.h [lint] (gl_tree_iterator): Likewise.
7361         * lib/gl_array_list.c [lint] (gl_array_iterator)
7362         (gl_array_iterator_from_to): Likewise.
7363         * lib/gl_array_oset.c [lint] (gl_array_iterator): Likewise.
7364         * lib/gl_carray_list.c [lint] (gl_carray_iterator)
7365         (gl_carray_iterator_from_to): Likewise.
7366
7367         * lib/gc-gnulib.c [GC_USE_HMAC_SHA1]: include hmac.h for hmac_sha1.
7368         * lib/md4.c (md4_process_block): Remove unused variable.
7369         * lib/rijndael-api-fst.c (rijndaelBlockDecrypt): GCC suggests
7370         parentheses for clarity.
7371
7372 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7373
7374         * modules/bison-i18n (Depends-on): Add gettext.
7375
7376 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7377
7378         * m4/fsusage.m4 (gl_STATFS_TRUNCATES): Avoid unused variable.
7379         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Likewise.
7380         * m4/jm-winsz1.m4 (gl_HEADER_TIOCGWINSZ_IN_TERMIOS_H): Likewise;
7381         also add missing comma that caused broken test.
7382         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Include
7383         stdlib.h, for `abort'.
7384         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Avoid unused
7385         variables.
7386         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Check for and
7387         include unistd.h if present, for `rmdir'.
7388         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Avoid unused
7389         variables.
7390         * m4/putenv.m4 (gl_FUNC_PUTENV): Rewrite using AC_RUN_IFELSE, and
7391         in the process include standard headers for prototypes.
7392         * m4/readutmp.m4 (gl_READUTMP): Require AC_GNU_SOURCE, so utmpxname
7393         gets declared on GNU/Linux.
7394         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Check for and include
7395         unistd.h, for `rmdir'.
7396         * m4/time_r.m4 (gl_TIME_R): Avoid unused variables.
7397
7398         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Avoid expression that is
7399         always true.
7400         * m4/strndup.m4 (gl_FUNC_STRNDUP): include stdlib.h, for `free'.
7401
7402         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Avoid gcc -Wall warnings.
7403
7404 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7405
7406         * gnulib-tool (func_version): Create output all at once.  This
7407         may help avoid triggering unnecessary SIGPIPEs, and at any
7408         rate it doesn't hurt.
7409
7410 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7411             Bruno Haible  <bruno@clisp.org>
7412
7413         * m4/lock.m4 (gl_LOCK_BODY): Avoid unused variables warning.
7414         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
7415         * m4/signed.m4 (bh_C_SIGNED): Likewise.
7416
7417         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): New macro.
7418         (gl_FUNC_VASPRINTF): Invoke it.
7419
7420 2006-09-22  Bruno Haible  <bruno@clisp.org>
7421
7422         * m4/getloadavg.m4 (gl_GETLOADAVG): Expect the directory of
7423         getloadavg.c as first argument.
7424
7425 2006-09-22  Bruno Haible  <bruno@clisp.org>
7426
7427         * gnulib-tool (func_import, func_create_testdir): Set gl_source_base
7428         at the beginning of the gl_INIT macro.
7429         * modules/getloadavg (configure.ac): Pass $gl_source_base to
7430         gl_GETLOADAVG.
7431
7432 2006-09-22  Bruno Haible  <bruno@clisp.org>
7433
7434         * gnulib-tool (func_create_megatestdir): Don't include the config-h
7435         module.
7436         Suggested by Ralf Wildenhues.
7437
7438 2006-09-20  Paul Eggert  <eggert@cs.ucla.edu>
7439
7440         Import this patch from libc:
7441
7442         2006-09-06  Jakub Jelinek  <jakub@redhat.com>
7443
7444         * lib/regex_internal.c (re_string_reconstruct): Handle
7445         offset < pstr->valid_raw_len && pstr->offsets_needed case.
7446         Ensure no bytes read before raw_mbs array.  Pass a saved copy of
7447         pstr->valid_len - 1 rather than pstr->valid_raw_len - 1 to
7448         re_string_context_at.
7449
7450         * m4/regex.m4 (gl_REGEX): Check for locale.h, since the test
7451         now requires it.
7452         (gl_PREREQ_REGEX): Don't check for locale.h any more, since
7453         gl_REGEX now does it for us.
7454         (gl_REGEX): Add test taken from
7455         http://sourceware.org/ml/libc-hacker/2006-09/msg00008.html.
7456
7457         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require AC_SYS_LARGEFILE.
7458         Check that large offsets work.  Modernize Autoconf usages.
7459         Prefer "yes" to mean a good thing rather than a bad.
7460         Don't put "#define mkstemp" in config.h, as this might interfere
7461         with standard system headers that "#define mkstemp mkstemp64".
7462
7463         * modules/mkstemp (Depends-on): Add extensions, so that
7464         mkstemp is visible on some platforms.
7465         (Makefile.am): Add mkstemp.h to EXTRA_DIST.
7466         (Include): Change to "mkstemp.h" from <stdlib.h>.
7467         (Files): Add mkstemp.h.
7468
7469         * lib/mkstemp.h: New file, since some standard headers
7470         #define mkstemp.
7471         * lib/mkstemp.c: Revamp to put the !_LIBC code together.
7472         Include "mkstemp.h".
7473         Make the _LIBC code resemble glibc original more,
7474         e.g., use K&R style.
7475         * lib/mkstemp-safer.c: Include "mkstemp.h" instead of <stdlib.h>.
7476         (mkstemp): Remove, since mkstemp.h does this for us.
7477         * lib/stdlib--.h: Include mkstemp.h.
7478
7479         Import this patch from libc:
7480
7481         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
7482
7483         * lib/tempname.c (__gen_tempname): Change attempts_min
7484         into a macro.  Use preprocessor to decide how to initialize
7485         attempts [Coverity CID 67].
7486
7487 2006-09-20  Bruno Haible  <bruno@clisp.org>
7488
7489         * lib/mkdtemp.c: Import from libc.
7490         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
7491                 * sysdeps/posix/tempname.c (__gen_tempname): Change
7492                 attempts_min into a macro.  Use preprocessor to decide how to
7493                 initialize attempts [Coverity CID 67].
7494         2001-11-27  Paul Eggert  <eggert@twinsun.com>
7495                 * sysdeps/posix/tempname.c (__gen_tempname): Try at least
7496                 ATTEMPTS_MIN or TMP_MAX times, whichever is greater.
7497
7498 2006-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7499
7500         * gnulib-tool (func_exit): New function, to allow to pass the
7501         exit status portably through the trap.  Use everywhere.
7502         (--help, --version): Signal a write error.
7503         (trap): catch SIGPIPE, for write errors.
7504         Exit at the end of the trap, with the correct exit status.
7505
7506 2006-09-19  Karl Berry  <karl@gnu.org>
7507
7508         * doc/gnulib.texi: note about the license texinfo files.
7509
7510 2006-09-19  Eric Blake  <ebb9@byu.net>
7511
7512         * gnulib-tool: Avoid space-tab.
7513
7514 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
7515
7516         * lib/getaddrinfo.c (getaddrinfo) [defined HAVE_IPV6]: Fix typo
7517         that prevented coreutils 6.1 from building.  Problem reported
7518         by Petter Reinholdtsen.
7519
7520 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
7521
7522         * gnulib-tool (avoidlist): Fix typo that broke options like
7523         --avoid=lock that are used by coreutils bootstrap.
7524
7525 2006-09-18  Mark D. Baushke  <mdb@gnu.org>
7526
7527         * m4/inttypes.m4 (gl_INTTYPES_H): Quote "test" args
7528         more systematically.
7529
7530 2006-09-18  Jim Meyering  <jim@meyering.net>
7531
7532         * lib/savewd.c (savewd_restore): Don't shadow: s/status/child_status/.
7533
7534 2006-09-18  Bruno Haible  <bruno@clisp.org>
7535
7536         * modules/inttypes (Files): Remove m4/inttypes-h.m4.
7537
7538 2006-09-18  Bruno Haible  <bruno@clisp.org>
7539
7540         * m4/inttypes-h.m4 (gl_HEADER_INTTYPES_H): Remove macro.
7541         * m4/inttypes-pri.m4: Require autoconf >= 2.52.
7542         (gt_INTTYPES_PRI): Invoke AC_CHECK_HEADERS on inttypes.h. Test
7543         ac_cv_header_inttypes_h instead of gl_cv_header_inttypes_h.
7544         * m4/gettext.m4: Require autoconf >= 2.52.
7545         (gt_INTL_SUBDIR_CORE): Invoke AC_CHECK_HEADERS on inttypes.h.
7546         * m4/inttypes.m4 (gl_INTTYPES_H): Test ac_cv_header_inttypes_h instead
7547         of gl_cv_header_inttypes_h.
7548
7549 2006-09-18  Bruno Haible  <bruno@clisp.org>
7550
7551         * lib/javaversion.c: Include configmake.h.
7552
7553 2006-09-18  Bruno Haible  <bruno@clisp.org>
7554
7555         * gnulib-tool (func_import, func_create_testdir): Use exec tricks to
7556         avoid that the while loops be executed in a subshell.
7557
7558 2006-09-18  Bruno Haible  <bruno@clisp.org>
7559
7560         * MODULES.html.sh (func_module): Break long lines.
7561         Suggested by Bruce Korb <bkorb@gnu.org>.
7562
7563 2006-09-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7564
7565         Speed up by a factor of 1.12.
7566         * gnulib-tool (nl): New variable.
7567         (func_import): Rewrite include directive extraction to only read each
7568         directive once.
7569
7570 2006-09-17  Bruno Haible  <bruno@clisp.org>
7571
7572         * modules/javaversion (Makefile.am): Remove DEFS setting.
7573         (Depends-on): Add configmake, for PKGDATADIR definition.
7574
7575 2006-09-17  Bruno Haible  <bruno@clisp.org>
7576
7577         * gnulib-tool (func_create_testdir): Rewrite all files at once.
7578
7579 2006-09-17  Bruno Haible  <bruno@clisp.org>
7580
7581         * gnulib-tool (func_append): New function, stolen from libtool.m4.
7582         (func_modules_transitive_closure, func_modules_add_dummy,
7583         func_modules_to_filelist, func_import, func_create_testdir,
7584         func_create_megatestdir, ...): Use it wherever possible.
7585         Suggested by Ralf Wildenhues.
7586
7587 2006-09-16  Karl Berry  <karl@gnu.org>
7588
7589         * doc/fdl.texi (ADDENDUM): switch to @heading from @appendixsubsec,
7590         to avoid sectioning errors.
7591         * doc/lgpl.texi, gpl.texi (Copying): downcase @unnumbered title.
7592         [ifinfo]: blank line after @center-ed titles.
7593         * doc/lgpl.texi (Library Copying): Rename main node to GNU LGPL.
7594         Spell FSF address consistently with others.
7595         (These changes approved by rms.)
7596
7597 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7598
7599         Speed up by a factor of 1.61.
7600         * gnulib-tool (func_modules_transitive_closure): Rewrite to not check
7601         already checked module names again.
7602
7603 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7604
7605         Speed up by a factor of 1.13.
7606         * gnulib-tool (func_import): Rewrite all old_files at once; likewise
7607         for new_files, and the input to func_add_or_update.
7608
7609 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7610
7611         * gnulib-tool (func_all_modules, func_modules_to_filelist, func_import,
7612         func_create_testdir, ...): Change 'sort | uniq' to 'sort -u'.
7613
7614 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
7615
7616         * modules/mkancesdirs (Depends-on): Add fcntl.
7617         * modules/savewd: New file.
7618         * MODULES.html.sh (File system functions): Add savewd.
7619
7620         * modules/configmake (Makefile.am): Add support for the
7621         Automake-supplied PKGLIBDIR, PKGINCLUDEDIR, PKGDATADIR.
7622
7623 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
7624
7625         * m4/savewd.m4: New file.
7626
7627 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
7628
7629         * lib/dirchownmod.c: Don't include fcntl.h; no longer needed.
7630         (dirchownmod): New arg FD.  All callers changed.
7631         Use FD rather than opening the directory ourself, as opening is
7632         now the caller's responsibility.
7633         * lib/dirchownmod.h: Likewise.
7634         * lib/mkancesdirs.c: Include <sys/types.h>, for portability to older
7635         hosts that require <sys/types.h> before <sys/stat.h>.  Include
7636         fcntl.h, savewd.h, and unistd.h, not dirname.h and stat-macros.h.
7637         (test_dir): Remove.
7638         (mkancesdirs): Return length of prefix of FILE that has already
7639         been made, or -2 if there is a child doing the work.  Redo
7640         algorithm so that it is O(N) rather than O(N**2).  Optimize away
7641         ".", and treat ".." specially since it might stray back into
7642         already-created areas.  Use a subprocess if necessary.  New arg
7643         WD; all users changed.  MAKE_DIR function should now return 1
7644         if it creates a directory that is not readable.  Return -2 if
7645         a child process is spun off.
7646         * lib/mkancesdirs.h: Include <stddef.h>, for ptrdiff_t.
7647         Adjust signature to match code.
7648         * lib/mkdir-p.c: Include dirname.h, for IS_ABSOLUTE_FILE_NAME.
7649         (make_dir_parents): Use a subprocess if necessary.  New arg WD;
7650         all users changed.
7651         * lib/savewd.c, lib/savewd.h: New files.
7652
7653 2006-09-15  Jim Meyering  <jim@meyering.net>
7654
7655         * modules/rename-dest-slash: New module.
7656         * MODULES.html.sh (posix_compat): Add it here.
7657
7658         * modules/rename: Reflect vb_FUNC_RENAME -> gl_FUNC_RENAME change.
7659
7660 2006-09-15  Jim Meyering  <jim@meyering.net>
7661
7662         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH): New
7663         file.
7664
7665         * m4/rename.m4 (gl_FUNC_RENAME): Rename from vb_FUNC_RENAME.
7666
7667 2006-09-15  Jim Meyering  <jim@meyering.net>
7668
7669         * lib/rename-dest-slash.c (has_trailing_slash): Use
7670         FILE_SYSTEM_PREFIX_LEN, for non-POSIX systems.
7671         (rpl_rename_dest_slash): Perform the cheaper trailing slash
7672         test before testing whether SRC is a directory.
7673         Suggestions from Bruno Haible.
7674
7675         Avoid a warning about an unused variable.
7676         * lib/regex_internal.c (re_dfa_add_node): Move declaration of "type"
7677         into the #ifdef block where it's used.
7678
7679         * lib/rename-dest-slash.c: New file.
7680
7681 2006-09-14  Bruno Haible  <bruno@clisp.org>
7682
7683         * lib/allocsa.c: Include <config.h> unconditionally.
7684         * lib/asnprintf.c: Likewise.
7685         * lib/asprintf.c: Likewise.
7686         * lib/c-strcasecmp.c: Likewise.
7687         * lib/c-strcasestr.c: Likewise.
7688         * lib/c-strncasecmp.c: Likewise.
7689         * lib/c-strstr.c: Likewise.
7690         * lib/classpath.c: Likewise.
7691         * lib/clean-temp.c: Likewise.
7692         * lib/concatpath.c: Likewise.
7693         * lib/copy-file.c: Likewise.
7694         * lib/csharpcomp.c: Likewise.
7695         * lib/csharpexec.c: Likewise.
7696         * lib/execute.c: Likewise.
7697         * lib/fatal-signal.c: Likewise.
7698         * lib/findprog.c: Likewise.
7699         * lib/fwriteerror.c: Likewise.
7700         * lib/gl_array_list.c: Likewise.
7701         * lib/gl_array_oset.c: Likewise.
7702         * lib/gl_avltree_list.c: Likewise.
7703         * lib/gl_avltree_oset.c: Likewise.
7704         * lib/gl_avltreehash_list.c: Likewise.
7705         * lib/gl_carray_list.c: Likewise.
7706         * lib/gl_linked_list.c: Likewise.
7707         * lib/gl_linkedhash_list.c: Likewise.
7708         * lib/gl_list.c: Likewise.
7709         * lib/gl_oset.c: Likewise.
7710         * lib/gl_rbtree_list.c: Likewise.
7711         * lib/gl_rbtree_oset.c: Likewise.
7712         * lib/gl_rbtreehash_list.c: Likewise.
7713         * lib/imaxabs.c: Likewise.
7714         * lib/imaxdiv.c: Likewise.
7715         * lib/javacomp.c: Likewise.
7716         * lib/javaexec.c: Likewise.
7717         * lib/javaversion.c: Likewise.
7718         * lib/linebreak.c: Likewise.
7719         * lib/localcharset.c: Likewise.
7720         * lib/lock.c: Likewise.
7721         * lib/mbchar.c: Likewise.
7722         * lib/mbswidth.c: Likewise.
7723         * lib/mkdtemp.c: Likewise.
7724         * lib/pipe.c: Likewise.
7725         * lib/printf-args.c: Likewise.
7726         * lib/printf-parse.c: Likewise.
7727         * lib/progname.c: Likewise.
7728         * lib/progreloc.c: Likewise.
7729         * lib/readlink.c: Likewise.
7730         * lib/sh-quote.c: Likewise.
7731         * lib/stpcpy.c: Likewise.
7732         * lib/stpncpy.c: Likewise.
7733         * lib/strcasecmp.c: Likewise.
7734         * lib/strcasestr.c: Likewise.
7735         * lib/strcspn.c: Likewise.
7736         * lib/striconv.c: Likewise.
7737         * lib/strncasecmp.c: Likewise.
7738         * lib/strnlen1.c: Likewise.
7739         * lib/strstr.c: Likewise.
7740         * lib/strtok_r.c: Likewise.
7741         * lib/tls.c: Likewise.
7742         * lib/tmpdir.c: Likewise.
7743         * lib/unicodeio.c: Likewise.
7744         * lib/unsetenv.c: Likewise.
7745         * lib/vasnprintf.c: Likewise.
7746         * lib/vasprintf.c: Likewise.
7747         * lib/wait-process.c: Likewise.
7748         * lib/xallocsa.c: Likewise.
7749         * lib/xsetenv.c: Likewise.
7750         * lib/xstriconv.c: Likewise.
7751
7752 2006-09-13  Simon Josefsson  <jas@extundo.com>
7753
7754         * m4/getdate.m4: Don't AC_LIBOBJ([getdate]), automake takes care of
7755         that internally, suggested by Ralf Wildenhues
7756         <Ralf.Wildenhues@gmx.de>.
7757
7758 2006-09-13  Simon Josefsson  <jas@extundo.com>
7759
7760         * gnulib-tool (func_emit_lib_Makefile_am): Use $(LIBOBJS), not
7761         @LIBOBJS@.
7762         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
7763
7764 2006-09-13  Paul Eggert  <eggert@cs.ucla.edu>
7765
7766         * lib/_fpending.c: Include <config.h> unconditionally, since we no
7767         longer worry about uses that don't define HAVE_CONFIG_H.
7768         * lib/acl.c, lib/alloca.c, lib/argmatch.c, lib/atexit.c:
7769         * lib/backupfile.c, lib/basename.c, lib/c-stack.c, lib/c-strtod.c:
7770         * lib/calloc.c,lib/ canon-host.c, lib/canonicalize.c, lib/chdir-long.c:
7771         * lib/chdir-safer.c, lib/chown.c, lib/cloexec.c, lib/close-stream.c:
7772         * lib/closeout.c, lib/creat-safer.c, lib/cycle-check.c, lib/diacrit.c:
7773         * lib/dirchownmod.c, lib/dirfd.c, lib/dirname.c, lib/dup-safer.c:
7774         * lib/dup2.c, lib/error.c, lib/euidaccess.c, lib/exclude.c:
7775         * lib/exitfail.c, lib/fchmodat.c, lib/fchown-stub.c, lib/fd-safer.c:
7776         * lib/file-type.c, lib/fileblocks.c, lib/filemode.c, lib/filenamecat.c:
7777         * lib/fnmatch.c, lib/fopen-safer.c, lib/fprintftime.c, lib/free.c:
7778         * lib/fsusage.c, lib/ftruncate.c, lib/fts-cycle.c, lib/fts.c:
7779         * lib/full-write.c, lib/gai_strerror.c, lib/getcwd.c, lib/getdate.y:
7780         * lib/getdomainname.c, lib/getgroups.c, lib/gethostname.c:
7781         * lib/gethrxtime.c, lib/getloadavg.c, lib/getlogin_r.c:
7782         * lib/getndelim2.c, lib/getnline.c, lib/getopt.c, lib/getopt1.c:
7783         * lib/getpass.c, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c:
7784         * lib/getusershell.c, lib/glob.c, lib/group-member.c:
7785         * lib/hard-locale.c, lib/hash-pjw.c, lib/hash.c, lib/human.c:
7786         * lib/idcache.c, lib/inet_ntop.c, lib/inet_pton.c, lib/inttostr.c:
7787         * lib/isdir.c, lib/lchown.c, lib/linebuffer.c, lib/long-options.c:
7788         * lib/lstat.c, lib/malloc.c, lib/md5.c, lib/memcasecmp.c, lib/memchr.c:
7789         * lib/memcmp.c, lib/memcoll.c, lib/memcpy.c, lib/memmove.c:
7790         * lib/memrchr.c, lib/mkancesdirs.c, lib/mkdir-p.c, lib/mkdir.c:
7791         * lib/mkdirat.c, lib/mkstemp-safer.c, lib/mkstemp.c, lib/modechange.c:
7792         * lib/mountlist.c, lib/nanosleep.c, lib/obstack.c, lib/open-safer.c:
7793         * lib/openat-die.c, lib/openat.c, lib/pagealign_alloc.c, lib/physmem.c:
7794         * lib/pipe-safer.c, lib/posixtm.c, lib/posixver.c, lib/putenv.c:
7795         * lib/quote.c, lib/quotearg.c, lib/raise.c, lib/readtokens.c:
7796         * lib/readtokens0.c, lib/readutmp.c, lib/realloc.c, lib/regex.c:
7797         * lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c:
7798         * lib/same.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c:
7799         * lib/settime.c, lib/sha1.c, lib/sig2str.c, lib/snprintf.c:
7800         * lib/strdup.c, lib/strerror.c, lib/strftime.c, lib/stripslash.c:
7801         * lib/strndup.c, lib/strnlen.c, lib/strpbrk.c, lib/strtod.c:
7802         * lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c:
7803         * lib/time_r.c, lib/timegm.c, lib/tmpfile-safer.c, lib/unlinkdir.c:
7804         * lib/userspec.c, lib/utime.c, lib/utimecmp.c, lib/utimens.c:
7805         * lib/version-etc-fsf.c, lib/version-etc.c, lib/xalloc-die.c:
7806         * lib/xgetcwd.c, lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c:
7807         * lib/xnanosleep.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtoimax.c:
7808         * lib/xstrtol.c, lib/xstrtoumax.c, lib/yesno.c:
7809         Likewise.
7810
7811 2006-09-13  Eric Blake  <ebb9@byu.net>
7812
7813         * lib/getopt.c: Fix typo in last commit.
7814
7815 2006-09-12  Sergey Poznyakoff  <gray@gnu.org.ua>
7816
7817         * lib/argp-help.c (argp_doc): Make sure NULL is not passed to
7818         dgettext.
7819
7820 2006-09-12  Jim Meyering  <jim@meyering.net>
7821
7822         * lib/nanosleep.c: Include <sys/types.h> before sys/select.h, to avoid
7823         compilation failure (due to use of pid_t in latter) on NetBSD 1.6.
7824         Reported by Nelson H. F. Beebe.
7825
7826 2006-09-10  Sergey Poznyakoff  <gray@gnu.org.ua>
7827
7828         * lib/argp-parse.c (__argp_parse) [!_LIBC]: Make sure
7829         program_invocation_name and program_invocation_short_name are
7830         initialized.
7831         * lib/argp-namefrob.h: Move declarations of program_invocation_name
7832         and program_invocation_short_name to argp.h, so they are visible
7833         to user programs.
7834         * lib/argp.h: Likewise
7835
7836 2006-09-10  Bruno Haible  <bruno@clisp.org>
7837
7838         * modules/mkdtemp (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
7839         m4/inttypes_h.m4, m4/uintmax_t.m4.
7840
7841 2006-09-10  Bruno Haible  <bruno@clisp.org>
7842
7843         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Don't require
7844         gl_AC_TYPE_UINTMAX_T.
7845
7846 2006-09-10  Bruno Haible  <bruno@clisp.org>
7847
7848         * lib/mkdtemp.c: Include <stdint.h> always. Don't include <inttypes.h>.
7849
7850 2006-09-09  Sergey Poznyakoff  <gray@gnu.org.ua>
7851
7852         * lib/argp.h (struct argp): Document the N_("..") "\v" N_("..")
7853         convention.  Text proposed by Bruno Haible.
7854         (struct argp_option): Document the use of N_() wrappers.
7855
7856         * lib/argp-help.c (argp_doc): Split the untranslated doc string on
7857         '\v', and translate the two parts separately, instead of feeding
7858         the whole string to gettext.  This allows to exclude
7859         '\v' from the strings visible to the translator by writing doc
7860         strings as N_("..") "\v" N_("..").
7861
7862 2006-09-09  Paul Eggert  <eggert@cs.ucla.edu>
7863
7864         * config/srclist.txt: Undo latest change; the bug was fixed.
7865
7866 2006-09-09  Bruno Haible  <bruno@clisp.org>
7867
7868         * gnulib-tool (func_emit_lib_Makefile_am): Eliminate lib_LDFLAGS
7869         assignments if building a library without libtool.
7870         (func_emit_tests_Makefile_am): Likewise. Handle lib_* variables as
7871         in func_emit_lib_Makefile_am.
7872         (func_import): When building a static library libfoo.a, arrange to
7873         define variables LIBFOO_LIBDEPS and LIBFOO_LTLIBDEPS.
7874         (func_create_testdir): Likewise.
7875         * modules/gc (configure.ac, Makefile.am): If building statically,
7876         augment gl_libdeps and gl_ltlibdeps instead of lib_LDFLAGS.
7877         * modules/iconvme (configure.ac, Makefile.am): Likewise.
7878         * modules/striconv (configure.ac, Makefile.am): Likewise.
7879         Based on a suggestion by Ralf Wildenhues.
7880
7881 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
7882
7883         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
7884         Check for unistd.h too, since Autoconf doesn't assume POSIX.
7885         Also:
7886
7887         2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
7888         Add year_2050_test to catch glibc bug 2821
7889         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
7890
7891         2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
7892         Prefer #ifdef to #if.
7893
7894         2006-04-02  Paul Eggert  <eggert@cs.ucla.edu>
7895         Return from 'main' instead of calling 'exit'.
7896
7897 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
7898
7899         * lib/mktime.c (guess_time_tm): Fix bug where mktime
7900         returned the maximum time_t value rather than (time_t) -1.
7901         Problem originally reported by William Bardwell
7902         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
7903
7904         * lib/isapipe.h (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
7905         Moved to here ...
7906         * lib/isapipe.c (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
7907         ... from here.
7908
7909 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
7910
7911         * config/srclist.txt: Temporarily comment out mktime.c until glibc bug
7912         2821 is fixed.
7913
7914 2006-09-08  Jim Meyering  <jim@meyering.net>
7915
7916         Don't make generated files read-only.  That would bother too many
7917         people.  However, do retain the ability to work when targets are
7918         read-only: remove the destination and temporary files before writing
7919         them (when generated via sed or echo), or by using the -f option for
7920         both cp and mv commands.  Suggestion to use -f from Paul Eggert.
7921         * modules/alloca-opt, modules/argz, modules/arpa_inet:
7922         * modules/byteswap, modules/configmake, modules/fcntl:
7923         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
7924         * modules/localcharset, modules/netinet_in, modules/poll:
7925         * modules/stdbool, modules/stdint, modules/sys_select:
7926         * modules/sys_socket, modules/sys_stat, modules/sysexits:
7927
7928 2006-09-08  Jim Meyering  <jim@meyering.net>
7929
7930         Avoid new build failure on FreeBSD 6.0.
7931         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Include
7932         <sys/param.h> when testing whether getmntinfo uses statvfs.  Patch by
7933         Pavel Tsekov, in <http://savannah.gnu.org/bugs/?17643>.
7934
7935 2006-09-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7936
7937         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't use plain echo.
7938
7939 2006-09-07  Jim Meyering  <jim@meyering.net>
7940
7941         Fix global typo in last change: use chmod u-w, not chmod u-x.
7942         Spotted by Paul Eggert and Bruce Korb.
7943         * modules/alloca-opt, modules/argz, modules/arpa_inet:
7944         * modules/byteswap, modules/configmake, modules/fcntl:
7945         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
7946         * modules/localcharset, modules/netinet_in, modules/poll:
7947         * modules/stdbool, modules/stdint, modules/sys_select:
7948         * modules/sys_socket, modules/sys_stat, modules/sysexits:
7949
7950 2006-09-06  Jim Meyering  <jim@meyering.net>
7951
7952         Make generated files be read-only.
7953         * modules/alloca-opt (Makefile.am): Work also when $@ is read-only.
7954         Ensure that each generated file is now read-only.
7955         * modules/argz: Likewise.
7956         * modules/arpa_inet: Likewise.
7957         * modules/byteswap: Likewise.
7958         * modules/configmake: Likewise.
7959         * modules/fcntl: Likewise.
7960         * modules/fnmatch: Likewise.
7961         * modules/getopt: Likewise.
7962         * modules/glob: Likewise.
7963         * modules/inttypes: Likewise.
7964         * modules/netinet_in: Likewise.
7965         * modules/poll: Likewise.
7966         * modules/stdbool: Likewise.
7967         * modules/stdint: Likewise.
7968         * modules/sys_select: Likewise.
7969         * modules/sys_socket: Likewise.
7970         * modules/sys_stat: Likewise.
7971         * modules/sysexits: Likewise.
7972         * modules/localcharset: Same as above, but continue using temporary
7973         file named "t-$@" (why different?) rather than the "$@-t" used
7974         everywhere else.
7975
7976         * modules/sysexits (Makefile.am): Replace literal occurrences
7977         of "sysexit.h" more readable, and more consistent, "$@".
7978
7979 2006-09-06  Bruno Haible  <bruno@clisp.org>
7980
7981         * modules/striconv: New file.
7982         * modules/xstriconv: New file.
7983         * MODULES.html.sh (Internationalization functions): Add striconv,
7984         xstriconv.
7985
7986 2006-09-06  Bruno Haible  <bruno@clisp.org>
7987
7988         * modules/gc (Makefile.am): Augment lib_LDFLAGS, not lib_LIBADD.
7989         * modules/iconvme (Makefile.am): Likewise. Also handle the case of
7990         not using libtool correctly.
7991
7992 2006-09-06  Bruno Haible  <bruno@clisp.org>
7993
7994         * lib/striconv.h: New file.
7995         * lib/striconv.c: New file, merging iconvme.c with GNU gettext's
7996         iconvstring.c.
7997         * lib/xstriconv.h: New file.
7998         * lib/xstriconv.c: New file.
7999
8000 2006-09-06  Bruno Haible  <bruno@clisp.org>
8001
8002         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
8003         lib_..._LDFLAGS.
8004
8005 2006-09-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8006
8007         * lib/argz_.h: Sync from Libtool.
8008
8009         2006-09-04  George Bosilca <bosilca@cs.utk.edu>
8010                 and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
8011
8012         * lib/libltdl/argz_.h: It's __cplusplus, not _cplusplus.
8013
8014 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
8015
8016         * modules/trim: New file.
8017
8018 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
8019
8020         * lib/trim.h: New file.
8021         * lib/trim.c: New file.
8022
8023 2006-09-05  Bruno Haible  <bruno@clisp.org>
8024
8025         * MODULES.html.sh (String handling): Add trim.
8026
8027 2006-09-04  Karl Berry  <karl@gnu.org>
8028
8029         * config/srclist.txt (signed.m4, gettext.m4): changes not propagated
8030         until next release.
8031
8032 2006-09-03  Bruno Haible  <bruno@clisp.org>
8033
8034         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Locate mingw shared libraries
8035         correctly.
8036
8037 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
8038
8039         * m4/getloadavg.m4 (gl_GETLOADAVG): Use CONFIGURING_GETLOADAVG,
8040         not gl_GETLOADAVG.  Omit unneeded semicolons.
8041         Problems reported by Ralf Wildenhues in
8042         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
8043         (gl_PREREQ_GETLOADAVG): Use AC_DEFUN, not m4_define.  Put
8044         at the end, which is the usual gnulib style.
8045
8046         * m4/fstypename.m4 (gl_FSTYPENAME): Use AC_CHECK_MEMBERS instead
8047         of doing all the work ourselves.
8048         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Don't check for
8049         sys/statvfs.h since the code doesn't use HAVE_SYS_STATVFS_H.
8050
8051 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
8052
8053         * lib/getloadavg.c: Use CONFIGURING_GETLOADAVG, not gl_GETLOADAVG.
8054         Problem reported by Ralf Wildenhues in
8055         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
8056
8057         * lib/mountlist.c: All uses of HAVE_F_FSTYPENAME_IN_STATFS replaced by
8058         HAVE_STRUCT_STATFS_F_FSTYPENAME.
8059
8060 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
8061
8062         * gnulib-tool (func_emit_lib_Makefile_am): Fix typos in
8063         yesterday's patch by changing test -n to test -z.
8064
8065 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
8066
8067         * modules/getloadavg (Files): Add m4/getloadavg.m4.
8068         (configure.ac): AC_FUNC_GETLOADAVG -> gl_GETLOADAVG, as
8069         the former is now obsolescent.
8070
8071         * modules/chdir-long (Depends-on): Add fcntl.
8072
8073 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
8074
8075         * m4/fnmatch.m4: Add comment that Autoconf AC_FUNC_FNMATCH is
8076         obsolescent, and programs should use gnulib instead.
8077         * m4/getloadavg.m4: New file, with contents taken from Autoconf
8078         but with prefixes changed.
8079
8080 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
8081
8082         * lib/getloadavg.c [defined gl_GETLOADAVG]: Don't include config.h
8083         or stdbool.h, because they might not exist while configuring.
8084
8085         * lib/chdir-long.c: Include <fcntl.h>, for O_DIRECTORY.
8086         Don't include unistd.h or limits.h; not needed, since chdir-long.h
8087         does that for us.
8088         (O_DIRECTORY): Remove.
8089
8090 2006-08-31  Eric Blake  <ebb9@byu.net>
8091
8092         * gnulib-tool: Don't let emacs change spaces to TAB.
8093
8094 2006-08-31  Bruno Haible  <bruno@clisp.org>
8095
8096         * gnulib-tool: When calling func_import more than once, do it in a
8097         subshell.
8098         Reported by Eric Blake <ebb9@byu.net>.
8099
8100 2006-08-31  Bruno Haible  <bruno@clisp.org>
8101
8102         * gnulib-tool (nl): Remove variable.
8103         (sed_transform_lib_file): Use more robust test for config-h module.
8104         (func_import): Fix typo in 2006-08-25 patch.
8105
8106 2006-08-31  Bruno Haible  <bruno@clisp.org>
8107
8108         * gnulib-tool (func_emit_lib_Makefile_am): When --makefile-name was
8109         specified, augment Makefile.am variables instead of assigning them.
8110
8111 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
8112
8113         Work around a bug in both the Linux and SunOS 64-bit kernels:
8114         nanosleep mishandles sleeps for longer than 2**31 seconds.
8115         Problem reported by Frank v Waveren in
8116         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
8117         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Require gl_CLOCK_TIME.
8118         Check for nanosleep bug.
8119         (LIB_NANOSLEEP): Append clock_gettime library if needed.
8120
8121 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
8122
8123         Work around a bug in both the Linux and SunOS 64-bit kernels:
8124         nanosleep mishandles sleeps for longer than 2**31 seconds.
8125         Problem reported by Frank v Waveren in
8126         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
8127         * lib/nanosleep.c (BILLION): New constant.
8128         (getnow) [HAVE_BUG_BIG_NANOSLEEP]: New functions.
8129         (rpl_nanosleep) [HAVE_BUG_BIG_NANOSLEEP]: Completely new
8130         implementation.
8131
8132 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
8133
8134         * modules/nanosleep (Depends-on): Add gettime.
8135
8136 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
8137         and Simon Josefsson  <jas@extundo.com>
8138         and Oskar Liljeblad  <oskar@osk.mine.nu>
8139
8140         * MODULES.html.sh (Support for building documentation): Add gpl, lgpl.
8141         * gnulib-tool (func_import): New license type 'unmodifiable license
8142         text'.
8143         * modules/fdl: Use it.  Longer description.
8144         * module/gpl, module/lgpl: New files.
8145
8146 2006-08-30  Jim Meyering  <jim@meyering.net>
8147
8148         * lib/isapipe.c (isapipe): Rename local s/fd/fd_pair/ to avoid
8149         shadowing the parameter.
8150
8151 2006-08-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8152
8153         Sync from Libtool:
8154
8155         2006-08-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8156
8157         * lib/libltdl/argz.c: Use `#ifdef HAVE_CONFIG_H', to facilitate code
8158         sharing with gnulib.  Report by Eric Blake.
8159
8160 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
8161
8162         * modules/isapipe: New file.
8163         * MODULES.html.sh (File descriptor based Input/Output): Add isapipe.
8164
8165 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
8166
8167         * modules/configmake (Makefile.am): Add a comment, and omit
8168         the CONFIGMAKE_ prefix from generated macro names.  Suggested
8169         by Bruno Haible.
8170
8171 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
8172
8173         * m4/isapipe.m4: New file.
8174
8175 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
8176
8177         * lib/isapipe.c, lib/isapipe.h: New files.
8178
8179 2006-08-29  Jim Meyering  <jim@meyering.net>
8180
8181         * modules/configmake (Makefile.am): Make configmake.h depend on
8182         Makefile.  Otherwise, a stale configmake.h could hang around.
8183
8184 2006-08-29  Eric Blake  <ebb9@byu.net>
8185
8186         * lib/error.c (error_at_line, print_errno_message): Match libc, after
8187         resolution of upstream bug 3044.
8188
8189 2006-08-29  Bruno Haible  <bruno@clisp.org>
8190
8191         * modules/localcharset (Depends-on): Add configmake.
8192         (Makefile.am): Remove setting of LIBDIR through DEFS.
8193
8194 2006-08-29  Bruno Haible  <bruno@clisp.org>
8195
8196         * lib/localcharset.c: Include configmake.h in order to get LIBDIR
8197         defined.
8198
8199 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
8200
8201         * modules/fcntl: New file.
8202         * modules/chdir-safer (Depends-on): Add fcntl.
8203         * modules/fts: Likewise.
8204         * modules/mkdir-p: Likewise.
8205
8206         * modules/stdint (Makefile.am): Do not substitute ABSOLUTE_INTTYPES_H.
8207         This undoes the most recent change, since we're now addressing the
8208         problem in a different way.
8209
8210         * gnulib-tool (emit_lib_Makefile_am): Don't put $makefile_name
8211         into output, since the output might be called Makefile.am even
8212         if $makefile_name is something different.
8213         (func_import): Use $makefile_am rather than
8214         ${makefile_name-Makefile.am}, to fix a bug where makefile_name was
8215         empty.
8216
8217         * modules/inttypes (Files): Add m4/inttypes-h.m4.
8218
8219 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
8220
8221         * m4/inttypes.m4 (gl_INTTYPES_H): Move ABSOLUTE_INTTYPES_H code here...
8222         * m4/stdint.m4 (gl_STDINT_H): ... from here.  This undoes the most
8223         recent change to stdint.m4, since we're now addressing the problem in a
8224         different way.
8225
8226 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
8227
8228         * m4/fcntl_h.m4: New file.
8229
8230 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
8231
8232         * lib/fcntl_.h: New file.
8233         * lib/chdir-safer.c (O_DIRECTORY, O_NOFOLLOW): Remove, now that we have
8234         the fcntl module.
8235         * lib/dirchownmod.c: Likewise.
8236         * lib/fts.c: Likewise.
8237
8238         * lib/inttypes_.h [defined _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H]:
8239         Include @ABSOLUTE_INTTYPES_H@ if available, but do nothing else.
8240         * lib/stdint_.h (_GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H): Define
8241         just before including <inttypes.h>, to avoid circular inclusion.
8242
8243 2006-08-28  Jim Meyering  <jim@meyering.net>
8244
8245         * doc/visibility.texi: Actually read and correct the grammar of the
8246         sentence affected by yesterday's change.
8247
8248 2006-08-28  Eric Blake  <ebb9@byu.net>
8249
8250         * modules/inttypes (Makefile.am): Fix sed error when inttypes.h
8251         needs wrapper.
8252
8253 2006-08-28  Eric Blake  <ebb9@byu.net>
8254
8255         * m4/inttypes.m4 (gl_INTTYPES_H): Fix missing #endif.
8256
8257 2006-08-28  Eric Blake  <ebb9@byu.net>
8258
8259         * m4/codeset.m4 (AM_LANGINFO_CODESET): Avoid compiler warning.
8260
8261 2006-08-28  Bruno Haible  <bruno@clisp.org>
8262
8263         * modules/c-strstr: New file, from GNU gettext.
8264         * MODULES.html.sh (String handling): Add c-strstr.
8265
8266 2006-08-28  Bruno Haible  <bruno@clisp.org>
8267
8268         * m4/inttypes.m4 (gl_INTTYPES_H): Don't test for the existence of SCNX*
8269         macros.
8270         Reported by Eric Blake.
8271
8272 2006-08-28  Bruno Haible  <bruno@clisp.org>
8273
8274         * lib/vasnprintf.c (EOVERFLOW): Remove definition.
8275         (VASNPRINTF): Return a string of length > INT_MAX without failing.
8276         * lib/vasprintf.c: Include errno.h, limits.h.
8277         (EOVERFLOW): New fallback definition.
8278         (vasprintf): Test here whether the string length is > INT_MAX.
8279         * lib/vsnprintf.c: Include errno.h, limits.h.
8280         (EOVERFLOW): New fallback definition.
8281         (vsnprintf): Fix bug when generated string was too long for the buffer.
8282         Test here whether the string length is > INT_MAX.
8283
8284 2006-08-28  Bruno Haible  <bruno@clisp.org>
8285
8286         * lib/inttypes_.h (SCNX*): Remove definitions.
8287         Reported by Eric Blake.
8288
8289 2006-08-28  Bruno Haible  <bruno@clisp.org>
8290
8291         * lib/c-strstr.h: New file, from GNU gettext.
8292         * lib/c-strstr.c: New file, from GNU gettext.
8293
8294 2006-08-28  Bruno Haible  <bruno@clisp.org>
8295
8296         * gnulib-tool: Reorder some statements.
8297
8298 2006-08-28  Bruno Haible  <bruno@clisp.org>
8299
8300         * gnulib-tool: New option --makefile-name.
8301         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Use
8302         $makefile_name.
8303         (func_import): Write $makefile_name to the cache file, and read it from
8304         there unless explicitly specified. Use $makefile_name as file name
8305         instead of Makefile.am. Adjust the recommendations accordingly.
8306
8307 2006-08-28  Bruno Haible  <bruno@clisp.org>
8308
8309         * gnulib-tool (func_verify_module): Check against misapplying patch.
8310
8311 2006-08-28  Bruno Haible  <bruno@clisp.org>
8312
8313         * gnulib-tool (func_relativize, func_relconcat): New functions.
8314         Give an error if --local-dir is given with --update.
8315         Remove trailing slashes from $local_gnulib_dir.
8316         (func_import): Store the relativized $local_gnulib_dir in
8317         gnulib-cache.m4, and read it from there if not specified explicitly.
8318
8319 2006-08-28  Bruno Haible  <bruno@clisp.org>
8320
8321         * gnulib-tool (func_get_tests_module): Don't assume that $gnulib_dir
8322         is the current directory. Respect also $local_gnulib_dir.
8323
8324 2006-08-28  Bruno Haible  <bruno@clisp.org>
8325             Simon Josefsson  <jas@extundo.com>
8326
8327         BeOS portability.
8328         * lib/getaddrinfo.c (PF_INET, PF_UNSPEC): New macros.
8329
8330 2006-08-27  Jim Meyering  <jim@meyering.net>
8331
8332         * doc/visibility.texi: Remove duplicate word: "pointer".
8333
8334 2006-08-26  Bruno Haible  <bruno@clisp.org>
8335
8336         * modules/inttypes (Files): Add lib/inttypes_.h, remove lib/inttypes.h.
8337         Add m4/inttypes.m4, remove m4/_inttypes_h.m4 and m4/include_next.m4.
8338         (Makefile.am): Create inttypes.h from inttypes_.h.
8339         * modules/stdint (Makefile.am): Substitute also ABSOLUTE_INTTYPES_H.
8340
8341         * modules/imaxabs: New file.
8342
8343         * modules/imaxdiv: New file.
8344
8345 2006-08-26  Bruno Haible  <bruno@clisp.org>
8346
8347         * m4/inttypes.m4: New file.
8348         * m4/_inttypes_h.m4: Remove file.
8349         * m4/inttypes-pri.m4 (gt_INTTYPES_PRI): Also AC_SUBST
8350         PRI_MACROS_BROKEN.
8351         * m4/stdint.m4 (gl_STDINT_H): Define also ABSOLUTE_INTTYPES_H.
8352
8353         * m4/imaxabs.m4: New file.
8354
8355         * m4/imaxdiv.m4: New file.
8356
8357 2006-08-26  Bruno Haible  <bruno@clisp.org>
8358
8359         * lib/inttypes_.h: New file.
8360         * lib/inttypes.h: Remove file.
8361         * lib/stdint_.h: Include <inttypes.h> through its absolute filename.
8362
8363         * lib/imaxabs.c: New file.
8364
8365         * lib/imaxdiv.c: New file.
8366
8367 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
8368
8369         New config-h module, so that "make" output needn't be cluttered
8370         by -DHAVE_CONFIG_H.
8371         * MODULES.html.sh (Support for building libraries and executables):
8372         Add config-h.
8373         * modules/config-h: New file.
8374         * gnulib-tool (nl, sed_transform_lib_file): New vars.
8375         (func_import): Turn "#ifdef HAVE_CONFIG_H" to "#if 1" if
8376         the config-h module is used.
8377
8378         New configmake module, so that "make" output needn't be cluttered
8379         by fluff like '-DLIBDIR=\"/usr/local/lib\"'.
8380         * MODULES.html.sh (Support for building libraries and executables):
8381         Add configmake.
8382         * modules/configmake: New file.
8383
8384 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
8385
8386         * m4/config-h.m4: New file.
8387
8388 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
8389
8390         * config/srclist.txt: Add elisp-comp.
8391
8392 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
8393
8394         * MODULES.html.sh (Support for building libraries and executables):
8395         Add elisp-comp.
8396         * build-aux/elisp-comp: New file.
8397         * modules/elisp-comp: New file.
8398
8399 2006-08-24  Bruno Haible  <bruno@clisp.org>
8400
8401         * gnulib-tool (func_create_testdir): Use non-default values of
8402         sourcebase and m4base.
8403
8404 2006-08-24  Bruno Haible  <bruno@clisp.org>
8405
8406         * MODULES.html.sh (Compatibility checks for POSIX:2001 functions: Fix
8407         HTML structure.
8408
8409 2006-08-23  Paul Eggert  <eggert@cs.ucla.edu>
8410
8411         * modules/openat (Depends-on): Add lchown.
8412
8413 2006-08-23  Bruno Haible  <bruno@clisp.org>
8414
8415         * gnulib-tool (func_import, func_create_testdir): Emit an invocation
8416         of gl_LOCK_EARLY instead of gl_LOCK.
8417
8418 2006-08-23  Bruno Haible  <bruno@clisp.org>
8419
8420         * m4/lock.m4 (gl_LOCK_BODY): Change the default value of gl_use_threads
8421         on OSF/1 to no.
8422         Reported by Stephen Cartwright <sgcartwr@ucalgary.ca>.
8423
8424 2006-08-23  Bruno Haible  <bruno@clisp.org>
8425
8426         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't consider BeOS statvfs
8427         as unusable.
8428
8429         * m4/lock.m4 (gl_LOCK_EARLY): Renamed from gl_LOCK.
8430         (gl_LOCK_BODY): Remove gl_PREREQ_LOCK invocation.
8431         (gl_LOCK): New macro.
8432
8433 2006-08-22  Simon Josefsson  <jas@extundo.com>
8434
8435         * modules/gc-md5 (Makefile.am): Need to add md5.h, after changes
8436         to md5 module.
8437
8438 2006-08-22  Simon Josefsson  <jas@extundo.com>
8439
8440         * MODULES.html.sh: Add "Support for maintaining and release
8441         projects".
8442
8443         * build-aux/gnupload: New file, from coreutils.
8444
8445 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
8446
8447         Avoid the need for AC_LIBSOURCES in m4 macros.
8448         * modules/arcfour (EXTRA_DIST): Add arcfour.h.
8449         * modules/arctwo (EXTRA_DIST): Add arctwo.h.
8450         * modules/check-version (EXTRA_DIST): Add check-version.h.
8451         * modules/crc (EXTRA_DIST): Add crc.h.
8452         * modules/des (EXTRA_DIST): Add des.h.
8453         * modules/gc (EXTRA_DIST): Add gc.h.
8454         * modules/getdelim (EXTRA_DIST): Add getdelim.h.
8455         * modules/getline (EXTRA_DIST): Add getline.h.
8456         * modules/getlogin_r (EXTRA_DIST): Add getlogin_r.h.
8457         * modules/hmac-md5 (EXTRA_DIST): Add hmac.h.
8458         * modules/hmac-sha1 (EXTRA_DIST): Add hmac.h.
8459         * modules/md2 (EXTRA_DIST): Add md2.h.
8460         * modules/md4 (EXTRA_DIST): Add md4.h.
8461         * modules/pagealign_alloc (EXTRA_DIST): Add pagealign_alloc.h.
8462         * modules/read-file (EXTRA_DIST): Add read-file.h.
8463         * modules/readline (EXTRA_DIST): Add readline.h.
8464         * modules/rijndael (EXTRA_DIST): Add rijndael-alg-fst.h,
8465         rijndael-api-fst.h.
8466
8467 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
8468
8469         * m4/rijndael.m4 (gl_ARCFOUR):
8470         * m4/arctwo.m4 (gl_ARCTWO):
8471         * m4/check-version.m4 (gl_CHECK_VERSION):
8472         * m4/crc.m4 (gl_CRC):
8473         * m4/des.m4 (gl_DES):
8474         * m4/gc-pbkdf2-sha1.m4 (gl_GC_PBKDF2_SHA1):
8475         * m4/gc.m4 (gl_GC):
8476         * m4/getdelim.m4 (gl_FUNC_GETDELIM):
8477         * m4/getline.m4 (gl_FUNC_GETLINE):
8478         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE):
8479         * m4/hmac-md5.m4 (gl_HMAC_MD5):
8480         * m4/hmac-sha1.m4 (gl_HMAC_SHA1):
8481         * m4/md2.m4 (gl_MD2):
8482         * m4/md4.m4 (gl_MD4):
8483         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC):
8484         * m4/read-file.m4 (gl_FUNC_READ_FILE):
8485         * m4/readline.m4 (gl_FUNC_READLINE):
8486         * m4/rijndael.m4 (gl_RIJNDAEL):
8487         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
8488         to get the necessary .h files and whatnot.
8489
8490 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
8491
8492         * config/srclist.txt: Remove gnupload, since coreutils now syncs from
8493         gnulib rather than the other way around.
8494         * config/srclistvars.sh (COREUTILS): Remove.
8495
8496 2006-08-22  Jim Meyering  <jim@meyering.net>
8497
8498         * modules/mkdir-p (Makefile.am): Fix typo: s/lib+SOURCES/lib_SOURCES/.
8499
8500         * modules/getpass-gnu (Makefile.am): Add getpass.h to EXTRA_DIST.
8501
8502 2006-08-22  Eric Blake  <ebb9@byu.net>
8503
8504         * modules/regexprops-generic: New file.
8505         * MODULES.html.sh (Support for building documentation): List it.
8506
8507 2006-08-22  Eric Blake  <ebb9@byu.net>
8508
8509         * m4/stdint_h.m4 (gl_AC_HEADER_STDINT_H): Avoid compiler warning.
8510         * m4/inttypes_h.m4 (gl_AC_HEADER_INTTYPES_H): Likewise.
8511         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Likewise.
8512         * m4/intmax_t.m4 (gt_AC_TYPE_INTMAX_T): Likewise.
8513
8514 2006-08-22  Bruno Haible  <bruno@clisp.org>
8515
8516         * gnulib-tool (func_emit_lib_Makefile_am): Don't treat lib_LIBRARIES
8517         and lib_LTLIBRARIES like the other lib_* variables.
8518
8519 2006-08-22  Bruno Haible  <bruno@clisp.org>
8520
8521         * build-aux/x-to-1.in: New file, from GNU gettext.
8522
8523 2006-08-22  Bruno Haible  <bruno@clisp.org>
8524
8525         * m4/readutmp.m4 (gl_READUTMP): Compile readutmp.c only if <utmp.h> or
8526         <utmpx.h> exists.
8527
8528 2006-08-22  Bruno Haible  <bruno@clisp.org>
8529
8530         * lib/readutmp.h: Skip most definitions if neither <utmp.h> nor
8531         <utmpx.h> exists.
8532
8533 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
8534
8535         BeOS portability.
8536         * lib/dirchownmod.c (dirchownmod): Don't use fchmod if it doesn't
8537         exist.
8538         Problem reported by Bruno Haible.
8539
8540 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
8541
8542         Avoid the need for AC_LIBSOURCES in m4 macros.
8543         * modules/acl (EXTRA_DIST): Add acl.h.
8544         * modules/argmatch (Files): Add m4/argmatch.m4.
8545         (configure.ac): Add gl_ARGMATCH.
8546         (EXTRA_DIST): Renamed from lib_SOURCES, for
8547         consistency with the other modules.  Remove argmatch.c.
8548         * modules/backupfile (EXTRA_DIST): Add backupfile.h.
8549         * modules/c-strtod (EXTRA_DIST): Add c-strtod.h.
8550         * modules/c-strtold (EXTRA_DIST): Add c-strtod.c, c-strtod.h.
8551         * modules/canonhost (EXTRA_DIST): Add c-canonhost.h.
8552         * modules/canonicalize (EXTRA_DIST): Add canonicalize.h.
8553         * modules/chdir-long (EXTRA_DIST): Add chdir-long.h.
8554         * modules/chdir-safer (EXTRA_DIST): Add chdir-safer.h.
8555         * modules/cloexec (EXTRA_DIST): Add cloexec.h.
8556         * modules/close-stream (EXTRA_DIST): Add close-stream.h.
8557         * modules/closeout (EXTRA_DIST): Add closeout.h.
8558         * modules/cycle-check (EXTRA_DIST): Add cycle-check.h.
8559         * modules/dev-ino (EXTRA_DIST): Add dev-ino.h.
8560         * modules/dirfd (EXTRA_DIST): Add dirfd.h.
8561         * modules/dirname (EXTRA_DIST): Renamed from lib_SOURCES.  Add
8562         dirname.h; remove basename.c and stripslash.c.
8563         * modules/exclude (EXTRA_DIST): Add exclude.h.
8564         * modules/exitfail (EXTRA_DIST): Add exitfail.h.
8565         * modules/fcntl-safer (EXTRA_DIST): Add fcntl-safer.h fcntl--.h.
8566         * modules/file-type (EXTRA_DIST): Add file-type.h.
8567         * modules/filemode (EXTRA_DIST): Add filemode.h.
8568         * modules/filenamecat (EXTRA_DIST): Add filenamecat.h.
8569         * modules/fopen-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
8570         * modules/fpending (EXTRA_DIST): Add __fpending.h.
8571         * modules/fprintftime (EXTRA_DIST): Add fprintftime.h.
8572         * modules/fsusage (EXTRA_DIST): Add fsusage.h.
8573         * modules/fts (EXTRA_DIST): Add fts_.h fts-cycle.c.
8574         * modules/getcwd (EXTRA_DIST): Add getcwd.h.
8575         * modules/getdate (EXTRA_DIST): Add getdate.c.
8576         * modules/gethrxtime (EXTRA_DIST): Add gethrxtime.h xtime.h.
8577         * modules/getpagesize (EXTRA_DIST): Add getpagesize.h.
8578         * modules/getpass (EXTRA_DIST): Add getpass.h.
8579         * modules/glob (EXTRA_DIST): Add glob_.h glob-libc.h.
8580         * modules/group-member (EXTRA_DIST): Add group-member.h.
8581         * modules/hard-locale (EXTRA_DIST): Add hard-locale.h.
8582         * modules/hash (EXTRA_DIST): Add hash.h.
8583         * modules/human (EXTRA_DIST): Add human.h.
8584         * modules/inttypes (EXTRA_DIST): Add inttypes.h.
8585         * modules/lchmod (EXTRA_DIST): Add lchmod.h.
8586         * modules/lchown (EXTRA_DIST): Add lchown.h.
8587         * modules/long-options (EXTRA_DIST): Add long-options.h.
8588         * modules/lstat (EXTRA_DIST): Add lstat.h.
8589         * modules/md5 (EXTRA_DIST): Add memcasecmp.h.
8590         * modules/memcoll (EXTRA_DIST): Add memcoll.h.
8591         * modules/mempcpy (EXTRA_DIST): Add mempcpy.h.
8592         * modules/memrchr (EXTRA_DIST): Add memrchr.h.
8593         * modules/memxor (EXTRA_DIST): Add memxor.h.
8594         * modules/mkancesdirs (EXTRA_DIST): Add mkancesdirs.h.
8595         * modules/mkdir-p (EXTRA_DIST): Add modechange.h.
8596         * modules/mountlist (EXTRA_DIST): Add mountlist.h.
8597         * modules/openat (EXTRA_DIST): Add at-func.c openat.h openat-priv.h.
8598         * modules/pathmax (EXTRA_DIST): Add pathmax.h.
8599         * modules/physmem (EXTRA_DIST): Add physmem.h.
8600         * modules/posixtm (EXTRA_DIST): Add posixtm.h.
8601         * modules/posixver (EXTRA_DIST): Add posixver.h.
8602         * modules/quote (EXTRA_DIST): Add quote.h.
8603         * modules/quotearg (EXTRA_DIST): Add quotearg.h.
8604         * modules/readtokens (EXTRA_DIST): Add readtokens.h.
8605         * modules/readutmp (EXTRA_DIST): Add readutmp.h.
8606         * modules/regex (EXTRA_DIST): Add regcomp.c regex.h regex_internal.c
8607         regex_internal.h regexec.c.
8608         * modules/safe-read (EXTRA_DIST): Add safe-read.h.
8609         * modules/safe-write (EXTRA_DIST): Add safe-write.h.
8610         * modules/same (EXTRA_DIST): Add same.h.
8611         * modules/same-inode (EXTRA_DIST): Add same-inode.h.
8612         * modules/save-cwd (EXTRA_DIST): Add save-cwd.h.
8613         * modules/savedir (EXTRA_DIST): Add savedir.h.
8614         * modules/sha1 (EXTRA_DIST): Add sha1.h.
8615         * modules/sig2str (EXTRA_DIST): Add sig2str.h.
8616         * modules/stat-macros (EXTRA_DIST): Add stat-macros.h.
8617         * modules/stat-time (EXTRA_DIST): Add stat-time.h.
8618         * modules/stdlib-safer (EXTRA_DIST): Add stdlib-safer.h stdlib--.h.
8619         * modules/strdup (EXTRA_DIST): Add strdup.h.
8620         * modules/strftime (EXTRA_DIST): Add strftime.h.
8621         * modules/strndup (EXTRA_DIST): Add strndup.h.
8622         * modules/strnlen (EXTRA_DIST): Add strnlen.h.
8623         * modules/strverscmp (EXTRA_DIST): Add strverscmp.h.
8624         * modules/time_r (EXTRA_DIST): Add time_r.h.
8625         * modules/timespec (EXTRA_DIST): Add timespec.h.
8626         * modules/tmpfile-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
8627         * modules/unistd-safer (EXTRA_DIST): Add unistd-safer.h unistd--.h.
8628         * modules/unlinkdir (EXTRA_DIST): Add unlinkdir.h.
8629         * modules/unlocked-io (EXTRA_DIST): Add unlocked-io.h.
8630         * modules/userspec (EXTRA_DIST): Add userspec.h.
8631         * modules/utimecmp (EXTRA_DIST): Add utimecmp.h.
8632         * modules/utimens (EXTRA_DIST): Add utimens.h.
8633         * modules/xalloc (EXTRA_DIST): Add xalloc.h.
8634         * modules/xgetcwd (EXTRA_DIST): Add xgetcwd.h.
8635         * modules/xnanosleep (EXTRA_DIST): Add xnanosleep.h.
8636         * modules/xreadlink (EXTRA_DIST): Add xreadlink.h.
8637         * modules/xstrtod (EXTRA_DIST): Add xstrtod.h.
8638         * modules/xstrtol (EXTRA_DIST): Add xstrtol.h.
8639         * modules/xstrtold (EXTRA_DIST): Add xstrtod.c xstrtod.h.
8640         * modules/yesno (EXTRA_DIST): Add yesno.h.
8641
8642 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
8643
8644         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Check for fchmod.
8645
8646         * m4/argmatch.m4: New file, from coreutils with AC_LIBSOURCES removed.
8647         * m4/dev-ino.m4, same-inode.m4: Remove.
8648
8649         * m4/_inttypes_h.m4 (gl_INTTYPES_H):
8650         * m4/acl.m4 (AC_FUNC_ACL):
8651         * m4/backupfile.m4 (gl_BACKUPFILE):
8652         * m4/c-strtod.m4 (gl_C99_STRTOLD):
8653         * m4/canon-host.m4 (gl_CANON_HOST):
8654         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
8655         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG):
8656         * m4/chdir-safer.m4 (gl_CHDIR_SAFER):
8657         * m4/cloexec.m4 (gl_CLOEXEC):
8658         * m4/close-stream.m4 (gl_CLOSE_STREAM):
8659         * m4/closeout.m4 (gl_CLOSEOUT):
8660         * m4/dirfd.m4 (gl_FUNC_DIRFD):
8661         * m4/dirname.m4 (gl_DIRNAME):
8662         * m4/exclude.m4 (gl_EXCLUDE):
8663         * m4/exitfail.m4 (gl_EXITFAIL):
8664         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER):
8665         * m4/file-type.m4 (gl_FILE_TYPE):
8666         * m4/filemode.m4 (gl_FILEMODE):
8667         * m4/filenamecat.m4 (gl_FILE_NAME_CONCAT):
8668         * m4/fpending.m4 (gl_FUNC_FPENDING):
8669         * m4/fprintftime.m4 (gl_FPRINTFTIME):
8670         * m4/fts.m4 (gl_FUNC_FTS):
8671         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL):
8672         * m4/getdate.m4 (gl_GETDATE):
8673         * m4/gethrxtime.m4 (gl_GETHRXTIME):
8674         * m4/getpagesize.m4 (gl_GETPAGESIZE):
8675         * m4/getpass.m4 (gl_FUNC_GETPASS):
8676         * m4/gettime.m4 (gl_GETTIME):
8677         * m4/getugroups.m4 (gl_GETUGROUPS):
8678         * m4/glob.m4 (gl_GLOB_SUBSTITUTE):
8679         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER):
8680         * m4/hard-locale.m4 (gl_HARD_LOCALE):
8681         * m4/hash.m4 (gl_HASH):
8682         * m4/idcache.m4 (gl_IDCACHE):
8683         * m4/lchmod.m4 (gl_FUNC_LCHMOD):
8684         * m4/lchown.m4 (gl_FUNC_LCHOWN):
8685         * m4/long-options.m4 (gl_LONG_OPTIONS):
8686         * m4/lstat.m4 (gl_FUNC_LSTAT):
8687         * m4/md5.m4 (gl_MD5):
8688         * m4/memcasecmp.m4 (gl_MEMCASECMP):
8689         * m4/memcoll.m4 (gl_MEMCOLL):
8690         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY):
8691         * m4/memrchr.m4 (gl_FUNC_MEMRCHR):
8692         * m4/memxor.m4 (gl_MEMXOR):
8693         * m4/mkancesdirs.m4 (gl_MKANCESDIRS):
8694         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS):
8695         * m4/modechange.m4 (gl_MODECHANGE):
8696         * m4/mountlist.m4 (gl_MOUNTLIST):
8697         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
8698         * m4/openat.m4 (gl_FUNC_OPENAT):
8699         * m4/pathmax.m4 (gl_PATHMAX):
8700         * m4/physmem.m4 (gl_PHYSMEM):
8701         * m4/posixtm.m4 (gl_POSIXTM):
8702         * m4/posixver.m4 (gl_POSIXVER):
8703         * m4/quote.m4 (gl_QUOTE):
8704         * m4/quotearg.m4 (gl_QUOTEARG):
8705         * m4/readtokens.m4 (gl_READTOKENS):
8706         * m4/readutmp.m4 (gl_READUTMP):
8707         * m4/regex.m4 (gl_REGEX):
8708         * m4/safe-read.m4 (gl_SAFE_READ):
8709         * m4/safe-write.m4 (gl_SAFE_WRITE):
8710         * m4/same.m4 (gl_SAME):
8711         * m4/save-cwd.m4 (gl_SAVE_CWD):
8712         * m4/savedir.m4 (gl_SAVEDIR):
8713         * m4/settime.m4 (gl_SETTIME):
8714         * m4/sha1.m4 (gl_SHA1):
8715         * m4/sig2str.m4 (gl_FUNC_SIG2STR):
8716         * m4/stat-macros.m4 (gl_STAT_MACROS):
8717         * m4/stat-time.m4 (gl_STAT_TIME):
8718         * m4/stdio-safer.m4 (gl_FOPEN_SAFER):
8719         * m4/stdlib-safer.m4 (gl_STDLIB_SAFER):
8720         * m4/strdup.m4 (gl_FUNC_STRDUP):
8721         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME):
8722         * m4/strndup.m4 (gl_FUNC_STRNDUP):
8723         * m4/strnlen.m4 (gl_FUNC_STRNLEN):
8724         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP):
8725         * m4/time_r.m4 (gl_TIME_R):
8726         * m4/timespec.m4 (gl_TIMESPEC):
8727         * m4/unistd-safer.m4 (gl_UNISTD_SAFER):
8728         * m4/unlinkdir.m4 (gl_UNLINKDIR):
8729         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO):
8730         * m4/userspec.m4 (gl_USERSPEC):
8731         * m4/utimecmp.m4 (gl_UTIMECMP):
8732         * m4/utimens.m4 (gl_UTIMENS):
8733         * m4/xalloc.m4 (gl_XALLOC):
8734         * m4/xgetcwd.m4 (gl_XGETCWD):
8735         * m4/xnanosleep.m4 (gl_XNANOSLEEP):
8736         * m4/xreadlink.m4 (gl_XREADLINK):
8737         * m4/xstrtod.m4 (gl_XSTRTOD):
8738         * m4/yesno.m4 (gl_YESNO):
8739         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
8740         to get the necessary .h files and whatnot.
8741
8742 2006-08-21  Mark D. Baushke  <mdb@gnu.org>
8743             Bruno Haible  <bruno@clisp.org>
8744
8745         * gnulib-tool (func_verify_module): Work around Sun's non-POSIX 1003.2
8746         /bin/sh understanding of '!' conditional negation.
8747
8748 2006-08-21  Jim Meyering  <jim@meyering.net>
8749
8750         * modules/openat (Depends-on): Really alphabetize.
8751
8752         * modules/acl (Depends-on): Add error and quote.
8753
8754         * check-module (find_included_lib_files): Add at-func.c to the
8755         ok-to-include-more-than-once white list.
8756
8757         * modules/openat (Depends-on): Add lstat.  Alphabetize.
8758
8759 2006-08-21  Bruno Haible  <bruno@clisp.org>
8760
8761         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
8762         Emit a pkgdata_DATA variable only if some snippets add contents to it.
8763         Reported by Martin Lambers <marlam@marlam.de>.
8764
8765 2006-08-21  Bruno Haible  <bruno@clisp.org>
8766
8767         * gnulib-tool (func_emit_lib_Makefile_am): If the snippets already
8768         specify an installation location, don't emit a noinst_LIBRARIES or
8769         noinst_LTLIBRARIES assignment.
8770
8771 2006-08-21  Bruno Haible  <bruno@clisp.org>
8772
8773         BeOS portability.
8774         * modules/mbchar (Include): Don't test HAVE_WCTYPE_H any more, since
8775         BeOS has mbrtowc() but no <wctype.h>.
8776
8777 2006-08-21  Bruno Haible  <bruno@clisp.org>
8778
8779         BeOS portability.
8780         * m4/mbchar.m4 (gl_MBCHAR): Compile mbchar.c also if <wctype.h> doesn't
8781         exist.
8782
8783 2006-08-21  Bruno Haible  <bruno@clisp.org>
8784
8785         BeOS portability.
8786         * lib/mbchar.h: Include <wctype.h> only if it exists.
8787
8788 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
8789
8790         Remove files that are no longer needed by their respective modules.
8791         * m4/obstack.m4: Remove.
8792         * m4/strerror_r.m4: Remove.
8793         * m4/uint32_t.m4: Remove.
8794         * m4/uintptr_t.m4: Remove.
8795         * m4/ullong_max.m4: Remove.
8796         * m4/xstrtoimax.m4: Remove.
8797         * m4/xstrtoumax.m4: Remove.
8798
8799         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Do not require
8800         gl_AC_TYPE_UINTMAX_T, gl_STRUCT_DEV_INO, or gl_SAME_INODE, since gnulib
8801         dependencies now capture this.
8802
8803         * m4/cycle-check.m4 (gl_CYCLE_CHECK):
8804         Do not use AC_LIBSOURCES, since gnulib modules now do this.
8805         * m4/fsusage.m4 (gl_FSUSAGE): Likewise.
8806         * m4/human.m4 (gl_HUMAN): Likewise.
8807         * m4/inttostr.m4 (gl_INTTOSTR): Likewise.
8808         * m4/xstrtol.m4 (gl_XSTRTOL): Likewise.
8809
8810         * m4/filemode.m4 (gl_FILEMODE): Require AC_STRUCT_ST_DM_MODE.
8811
8812         * m4/filemode.m4 (gl_PREREQ_FSUSAGE_EXTRA): Do not require
8813         gl_AC_TYPE_INTMAX_T or gl_AC_TYPE_UINTMAX_T, since we now require
8814         stdint.
8815         * m4/human.m4 (gl_HUMAN): Likewise.
8816         * m4/inttostr.m4 (gl_PREREQ_INTTOSTR): Likewise.
8817         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Likewise.
8818         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
8819         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
8820         * m4/xstrtol (gl_XSTRTOL): Likewise.
8821
8822         * m4/gethrxtime.m4 (gl_XTIME): gl_AC_TYPE_LONG_LONG ->
8823         AC_TYPE_LONG_LONG_INT.
8824         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
8825         * m4/strtoll.m4 (gl_FUNC_STRTOLL): Likewise.
8826         * m4/strtoull.m4 (gl_FUNC_STRTOULL): Likewise, for unsigned long.
8827         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
8828
8829         * m4/human.m4 (gl_HUMAN): Do not require AM_STDBOOL_H since we depend
8830         on stdbool.
8831
8832         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL_H, gl_PREREQ_XSTRTOL): Remove.
8833         (gl_PREREQ_XSTRTOUL): Remove.
8834
8835         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Check for hasmntopt.
8836
8837         * m4/posixver.m4: Fix comment since head -1 now works even in POSIX
8838         mode.
8839
8840 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
8841
8842         Add and change modules to make it easier for coreutils to use
8843         gnulib-tool.
8844         * modules/backupfile (Files): Remove m4/d-ino.m4.
8845         (Depends-on): Add d-ino.
8846         * modules/cycle-check (Depends-on): Add stdint.
8847         (lib_SOURCES): Add cycle-check.h.
8848         * modules/d-ino: New module.
8849         * modules/d-type: New module.
8850         * modules/error (Files): Remove m4/strerror_r.m4.
8851         * modules/filemode (Files): Add m4/st_dm_mode.m4.
8852         * modules/fsuage (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
8853         m4/inttypes_h.m4, m4/uintmax_t.m4.
8854         (Depends-on): Add stdint.
8855         (lib_SOURCES): Add fsusage.h.
8856         * modules/getcwd (Files): Remove d-ino.m4.
8857         (Depends-on): Add d-ino.
8858         * modules/getndelim2 (Depends-on): Add stdint.
8859         * modules/glob (Files): Remove m4/d-type.m4.
8860         (Depends-on): Add d-type.
8861         * modules/host-os: New module.
8862         * modules/human (Files):  Remove m4/ulonglong.m4, m4/stdint_h.m4,
8863         m4/inttypes_h.m4, m4/uintmax_t.m4.
8864         * Depends-on: Add stdint.
8865         (lib_SOURCES): Add human.h.
8866         * modules/inttostr (Files): Remove m4/intmax_t.m4,
8867         m4/inttostr.m4, m4/inttypes_h.m4, m4/longlong.m4, m4/stdint_h.m4,
8868         m4/uintmax_t.m4, m4/ulonglong.m4.
8869         (Depends-on): Add stdint.
8870         (EXTRA_DIST): Add inttostr.h.
8871         * modules/lchmod: New module.
8872         * modules/link-follow: New module.
8873         * modules/mkdir-p (Files): Remove lib/lchmod.h, m4/lchmod.m4.
8874         (Depends-on): Add lchmod.
8875         * modules/mkstemp (Files): Remove m4/ulonglong.m4,
8876         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4.
8877         (Depends-on): Add stdint.
8878         * modules/obstack (Files): Remove m4/inttypes_h.m4, m4/obstack.m4,
8879         m4/stdint_h.m4, m4/uintmax_t.m4, m4/ulonglong.m4.
8880         (Depends-on): Add stdint.
8881         (configure.ac): Change gl_OBSTACK to AC_FUNC_OBSTACK.
8882         * modules/perl: New module.
8883         * modules/regex (Depends-on): Add stdint.
8884         * modules/rmdir-errno: New module.
8885         * modules/strtoimax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
8886         m4/intmax_t.m4.
8887         (Depends-on): Add stdint.
8888         * modules/strtoumax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
8889         m4/uintmax_t.m4.
8890         (Depends-on): Add stdint.
8891         * modules/unlink-busy: New module.
8892         * modules/utimecmp (Depends-on): Add stdint.
8893         * modules/uptime: New module.
8894         * modules/winsz-ioctl: New module.
8895         * modules/winsz-termios: New module.
8896         * modules/xnanosleep (Depends-on): Add nanosleep.
8897         * modules/ullong_max: Remove.
8898         * modules/xstrtoimax (Files): Remove m4/xstrtoimax.m4.
8899         (configure.ac): Remove gl_XSTRTOIMAX; no action needed now.
8900         * modules/xstrtol (Files): Remove m4/ulonglong.m4, m4/longlong.m4,
8901         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4, m4/intmax_t.m4.
8902         (Depends-on): Add inttypes.
8903         (lib_SOURCES): Add xstrtol.h.
8904         * modules/xstrtoumax (Files): Remove m4/xstrtoumax.m4.
8905         (configure.ac): Remove gl_XSTRTOUMAX; no action needed now.
8906         * MODULES.html.sh: Move 'assert' into the assert section.
8907         Move 'dummy' into the linking section.
8908         Remove ullong_max.
8909         Add section for compatibility checks for POSIX:2001 functions,
8910         and put d-ino, d-type, link-follow, rmdir-errno, unlink-busy,
8911         winsz-ioctl, and winsz-termios into it.
8912         Add lchmod.
8913         Add top-level Misc section and put host-os, perl, and uptime
8914         into it.
8915
8916 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
8917
8918         * lib/cycle-check.h: Include <stdint.h> unconditionally, since we
8919         now assume the stdint module.  Do not include inttypes.h.
8920         * lib/fsusage.h: Likewise.
8921         * lib/getndelim2.c: Likewise.
8922         * lib/human.h: Likewise.
8923         * lib/inttostr.h: Likewise.
8924         * lib/obstack.c: Likewise.
8925         * lib/regex_internal.h: Likewise.
8926         * lib/tempname.c: Likewise.
8927         * lib/utimecmp.c: Likewise.
8928         * lib/xstrtol.h: Likewise.
8929
8930         * lib/stat_.h: Fix typo: HAVE_FUNC_LSTAT -> HAVE_LSTAT.
8931
8932         * lib/strtoimax.c: Adjust to macro name changes in Autoconf,
8933         e.g., HAVE_LONG_LONG -> HAVE_LONG_LONG_INT.
8934         * lib/xtime.h: Likewise.
8935
8936 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
8937
8938         * modules/openat (Files): Add lib/fchmodat.c.
8939         Fixes problem reported by Jay Youngman.
8940
8941 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
8942
8943         * lib/fchmodat.c: New file, from coreutils.  This was inadvertently
8944         omitted in the 2006-08-17 update.  Problem reported by Jay Youngman.
8945
8946 2006-08-18  Paul Eggert  <eggert@cs.ucla.edu>
8947             Bruno Haible  <bruno@clisp.org>
8948
8949         * m4/bison-i18n.m4 (BISON_I18N): Also handle the case where yacc exists
8950         and is a script that invokes bison. Tighten the code. Add comments.
8951
8952 2006-08-18  Jim Meyering  <jim@meyering.net>
8953
8954         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Also check for
8955         CLOCK_REALTIME, since gethrxtime may revert to using clock_gettime via
8956         gettime.c.  Gabor Z. Papp reported that gethrxtime-using programs
8957         failed to link due to unresolved clock_gettime on a linux-2.4.x system.
8958
8959 2006-08-18  Bruno Haible  <bruno@clisp.org>
8960
8961         * modules/bison-i18n: New file.
8962         * MODULES.html.sh (Internationalization functions): Add it.
8963
8964 2006-08-18  Bruno Haible  <bruno@clisp.org>
8965
8966         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Also check for
8967         sys/statvfs.h. When getmntinfo was found, check its declaration and
8968         set either MOUNTED_GETMNTINFO or MOUNTED_GETMNTINFO2 depending on it.
8969
8970 2006-08-18  Bruno Haible  <bruno@clisp.org>
8971
8972         * m4/bison-i18n.m4: New file, from bison.
8973
8974 2006-08-18  Bruno Haible  <bruno@clisp.org>
8975
8976         * lib/mountlist.c [MOUNTED_GETMNTINFO2]: Include sys/statvfs.h.
8977         (ME_DUMMY): Treat "kernfs" as a dummy.
8978         (read_file_system_list) [MOUNTED_GETMNTINFO2]: Implement.
8979
8980 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
8981
8982         Update from coreutils.
8983
8984         2006-08-15  Jim Meyering  <jim@meyering.net>
8985
8986         * m4/openat.m4 (gl_FUNC_OPENAT): Add at-func.c via AC_LIBSOURCES.
8987
8988         2006-01-17  Jim Meyering  <jim@meyering.net>
8989
8990         * m4/fts.m4 (gl_FUNC_FTS_CORE): Depend on gl_FUNC_OPENAT.
8991
8992         2006-01-11  Jim Meyering  <jim@meyering.net>
8993
8994         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile fchmodat.c.
8995         Check for the lchmod function.
8996
8997 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
8998
8999         Update from coreutils.
9000
9001         * lib/__fpending.h: Add copyright notice.
9002         * lib/fprintftime.h: Likewise.
9003         * lib/savedir.c: Use (C) in copyright notice.
9004         * lib/savedir.h: Likewise.
9005
9006         2006-08-15  Jim Meyering  <jim@meyering.net>
9007
9008         * lib/at-func.c: New file, with the logic of all emulated at-functions.
9009         * lib/openat-priv.h: Include <errno.h> and define ENOSYS,
9010         in support of the EXPECTED_ERRNO macro.
9011         * lib/openat.c (fstatat, unlinkat, fchownat): Remove function
9012         definitions.  Instead, define the appropriate symbols and include
9013         "at-func.c".
9014         * lib/mkdirat.c (mkdirat): Likewise.
9015         * lib/fchmodat.c (fchmodat): Likewise.
9016         (ENOSYS): Remove definition.
9017         * lib/openat.c: Don't include <errno.h>, now that "openat-priv.h" does
9018         it.  Don't include "unistd--.h" -- it wasn't ever used.
9019
9020         2006-01-17  Jim Meyering  <jim@meyering.net>
9021
9022         Rewrite fts.c not to change the current working directory,
9023         by using openat, fstatat, fdopendir, etc..
9024
9025         * lib/fts.c [! _LIBC]: Include "openat.h" and "unistd--.h".
9026         (HAVE_OPENAT_SUPPORT): Define.
9027         [_LIBC] (fchdir): Don't undef or define; no longer used.
9028         (FCHDIR): Define in terms of cwd_advance_fd rather than fchdir.
9029         Now, this `function' always succeeds, and consumes its file descriptor
9030         parameter -- so callers must not close such FDs.  Update callers.
9031         (diropen_fd, opendirat, cwd_advance_fd): New functions.
9032         (diropen): Add parameter, SP.  Adjust all callers.
9033         Implement using diropen_fd, rather than open.
9034         (fts_open): Initialize new member, fts_cwd_fd.
9035         Remove fts_rft-setting code.
9036         (fts_close): Close fts_cwd_fd, if necessary.
9037         (__opendir2): Define in terms of opendir or opendirat,
9038         depending on whether the FST_NOCHDIR flag is set.
9039         (fts_build): Since fts_safe_changedir consumes its FD, and since
9040         this code must do `closedir(dirp)', dup the dirfd(dirp) argument,
9041         and close the dup'd file descriptor upon failure.
9042         (fts_stat): Use fstatat(...AT_SYMLINK_NOFOLLOW) in place of lstat.
9043         (fts_safe_changedir): Tweak semantics to reflect that this function
9044         now calls cwd_advance_fd and hence consumes its FD argument.
9045         * lib/fts_.h [struct FTS] (fts_cwd_fd): New member.
9046         [struct FTS] (fts_rft): Remove now-unused member.
9047         [struct FTS] (fts_cycle.state): Improve comment.
9048
9049         * lib/openat.c (openat_needs_fchdir): New function.
9050         * lib/openat.h (openat_needs_fchdir): Declare it.
9051
9052 2006-08-16  Paul Eggert  <eggert@cs.ucla.edu>
9053
9054         * lib/memcoll.c (memcoll): Set errno = 0 in the shortcut case, too.
9055         Problem and fix reported by Pádraig Brady in
9056         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00099.html>.
9057
9058 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
9059
9060         * modules/cycle-check (configure.ac): Add gl_CYCLE_CHECK.
9061
9062 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
9063
9064         * lib/memcoll.c (memcoll): Optimize for the common case where the
9065         arguments are bytewise equal.
9066
9067 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
9068
9069         * doc/regexprops-generic.texi: Add a copyright notice.
9070
9071 2006-08-15  Bruno Haible  <bruno@clisp.org>
9072
9073         * modules/tmpdir (License): Change to LGPL.
9074
9075 2006-08-15  Bruno Haible  <bruno@clisp.org>
9076
9077         * gnulib-tool (func_all_modules, func_verify_module): COPYING is not a
9078         module.
9079
9080 2006-08-14  Simon Josefsson  <jas@extundo.com>
9081
9082         * config/srclist.txt: Add gnupload.
9083
9084 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
9085
9086         Change copyright notice from LGPL 2 to GPL 2, since that's the
9087         standard form used in the gnulib repository.
9088         * tests/test-lock.c: Likewise.
9089         * tests/test-stdint.c: Likewise.
9090         * tests/test-tls.c: Likewise.
9091
9092         * users.txt: Add bison, diffutils, libprelude, prelude-lml,
9093         prelude-manager.  User shorter URLs for GNU projects, without '?'.
9094         Add copyright notice.
9095
9096         * check-module: Add copyright notice.  Output a copyright
9097         notice if "--version" is specified.
9098         * modules/COPYING: New file.
9099         * tests/test-getaddrinfo.c: Add copyright notice.
9100         * tests/test-verify.c: Likewise.
9101
9102 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
9103
9104         Change copyright notice from LGPL 2 to GPL 2, since that's the
9105         standard form used in the gnulib repository.
9106         * lib/lock.c: LGPL -> GPL.
9107         * lib/lock.h: Likewise.
9108         * lib/strnlen1.c: Likewise.
9109         * lib/strnlen1.h: Likewise.
9110         * lib/tls.c: Likewise.
9111         * lib/tls.h: Likewise.
9112         * lib/tmpdir.c: Likewise.
9113
9114         * lib/TODO: Remove; this belongs only in coreutils.
9115
9116 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
9117
9118         Add copyright notices to long-enough files that lack them, since
9119         otherwise the files aren't clearly free.  Use the same notice that
9120         getdate.texi already uses.
9121         * doc/alloca-opt.texi: Add copyright notice.
9122         * doc/alloca.texi: Likewise.
9123         * doc/ctime.texi: Likewise.
9124         * doc/functions.texi: Likewise.
9125         * doc/gcd.texi: Likewise.
9126         * doc/gnulib-tool.texi: Likewise.
9127         * doc/inet_ntoa.texi: Likewise.
9128         * doc/visibility.texi: Likewise.
9129
9130         * doc/getdate.texi: Update FDL version from 1.1 to 1.2.
9131         * doc/quote.texi: Add copyright notice.
9132
9133         * doc/solaris-versions: Add SunOS 5.10, SunOS 1.x, SunOS 4.0, SunOS
9134         4.0.x, SunOS 4.1.1.1, SunOS 4.1.1_U1, SunOS 4.1.3B.  SunOS 4.1.3
9135         was Solaris 1.1A.  Remove space before B in Solaris 1.1.1B.
9136         Mention SunOS 5.11.  Mention that everything before SunOS 5.7
9137         is now obsolete, and give a pointer to the Sun list.
9138         Add copyright notice.
9139
9140 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
9141
9142         * config/srclistvars.sh: Add copyright notice.
9143
9144 2006-08-14  Eric Blake  <ebb9@byu.net>
9145
9146         Import the following change from libc:
9147
9148         2006-08-12  Ulrich Drepper  <drepper@redhat.com>
9149
9150         Upstream bug 2997.
9151         * lib/misc/error.c: Add space between program name and message if file
9152         name is missing.
9153
9154 2006-08-12  Karl Berry  <karl@gnu.org>
9155
9156         * config/srclist.txt (ssize_t.m4, sig_atomic_t.m4, signalblocking.m4):
9157         remove, these originate in gnulib now.
9158
9159 2006-08-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9160
9161         * doc/Makefile (standards.info standards.html standards.dvi):
9162         Also depend on make-stds.texi.
9163
9164 2006-08-11  Paul Eggert  <eggert@cs.ucla.edu>
9165
9166         * lib/pipe-safer.c (pipe_safer): Fix misspelling: HAVE_FUNC_PIPE ->
9167         HAVE_PIPE.  Fix a file descriptor leak when fd_safer fails.
9168
9169         * lib/regex_internal.c (re_string_skip_chars): Don't assume WEOF fits
9170         in wchar_t.  Problem reported by Eric Blake.
9171
9172         * lib/snprintf.c (snprintf): memcpy LEN bytes, not SIZE - 1, when
9173         LEN is smaller than SIZE.  Suggested by Bruno Haible.
9174         Also, help the compiler to keep LEN in a register.
9175
9176 2006-08-11  Eric Blake  <ebb9@byu.net>
9177
9178         * users.txt: Sort.  Add tar.
9179
9180 2006-08-11  Bruno Haible  <bruno@clisp.org>
9181
9182         * users.txt: New file.
9183
9184 2006-08-11  Bruno Haible  <bruno@clisp.org>
9185
9186         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Include <stdio.h> and <time.h>
9187         before <wchar.h>. Needed for OSF/1 and BSD/OS.
9188
9189 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
9190
9191         * modules/snprintf (Depends-on): Remove minmax.
9192         (Maintainer): Add self and Bruno.
9193
9194 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
9195
9196         * lib/.cppi-disable: Add snprintf.h, socket_.h.
9197         * lib/snprintf.c: Include <errno.h> and <limits.h>.
9198         (EOVERFLOW): Define if the system does not.
9199         Do not include "minmax.h"; it wasn't used.
9200         (snprintf): Don't assume size_t promotes to an unsigned type.
9201         Fix bug when generated string was too long for the buffer: the
9202         buffer's contents are supposed to be the initial prefix of the
9203         output.  Don't assume vasnprintf returns EOVERFLOW if the size
9204         exceeds INT_MAX; do the check ourselves.
9205
9206         Import the following changes from libc:
9207
9208         2006-06-02  Jakub Jelinek  <jakub@redhat.com>
9209
9210         * lib/posix/regex_internal.c (re_string_skip_chars): If no character
9211         has been converted at all, set *last_wc to WEOF.  If mbrtowc failed,
9212         set wc to the byte which couldn't be converted.
9213         (re_string_reconstruct): Don't clear valid_raw_len before calling
9214         re_string_skip_chars.  If wc is WEOF after re_string_skip_chars, set
9215         tip_context using re_string_context_at.
9216
9217         2006-05-02  Ulrich Drepper  <drepper@redhat.com>
9218
9219         * lib/posix/regex.h: g++ still cannot handled [restrict].
9220
9221         2006-04-21  Ulrich Drepper  <drepper@redhat.com>
9222
9223         * lib/posix/regex.h: Remove special handling for VMS.
9224
9225 2006-08-10  Jim Meyering  <jim@meyering.net>
9226
9227         * modules/same-inode: New module.
9228         * modules/dev-ino: New module.
9229         * modules/cycle-check: Depend on these modules, rather than simply
9230         including their .h files.
9231         (Makefile.am): Don't list cycle-check.[ch] here, now that they're
9232         required via m4/cycle-check.m4.
9233         * modules/same: Depend on new same-inode module, rather than
9234         including same-inode.h.
9235         * modules/chdir-safer: New file.
9236
9237         * modules/chown (Depends-on): Add stat-macros.
9238
9239 2006-08-10  Jim Meyering  <jim@meyering.net>
9240
9241         * m4/cycle-check.m4: New file.
9242         Require gl_STRUCT_DEV_INO and gl_SAME_INODE.
9243         * m4/dev-ino.m4, m4/same-inode.m4: New files.
9244
9245 2006-08-10  Eric Blake  <ebb9@byu.net>
9246
9247         * modules/verror (Depends-on): Remove bogus gl_VERROR that snuck
9248         in from original proposal.
9249
9250 2006-08-10  Eric Blake  <ebb9@byu.net>
9251         and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
9252
9253         * gnulib-tool (func_import): Detect unexpanded macros in gnulib
9254         namespace.
9255
9256 2006-08-10  Bruno Haible  <bruno@clisp.org>
9257
9258         * gnulib-tool (func_create_testdir): Detect unexpanded macros here
9259         as well.
9260
9261 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
9262
9263         Sync from coreutils.
9264
9265         2006-07-19  Mike Frysinger  <vapier@gentoo.org>
9266
9267         * lib/mountlist.c [ME_REMOTE]: Filter out cifs.
9268         Reported by Toralf Förster in <http://bugs.gentoo.org/141012>.
9269
9270 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
9271
9272         * modules/restrict: Remove; no longer needed now that we assume
9273         Autoconf 2.59 or later.
9274         * MODULES.html.sh: Remove 'restrict'.
9275         * modules/argp (Depends-on): Remove 'restrict'.
9276         * modules/base64 (Depends-on): Likewise.
9277         * modules/gc (Depends-on): Likewise.
9278         * modules/getaddrinfo (Depends-on): Likewise.
9279         * modules/glob (Depends-on): Likewise.
9280         * modules/inet_ntop (Depends-on): Likewise.
9281         * modules/inet_pton (Depends-on): Likewise.
9282         * modules/memxor (Depends-on): Likewise.
9283         * modules/regex (Depends-on): Likewise.
9284         * modules/strtok_r (Depends-on): Likewise.
9285         * modules/time_r (Depends-on): Likewise.
9286
9287 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
9288
9289         * m4/argp.m4 (gl_ARGP): Require AC_C_RESTRICT.
9290         * m4/gc.m4 (gl_PREREQ_GC): Likewise.
9291         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
9292         * m4/inet_ntop.m4 (gl_PREREQ_INET_NTOP): Likewise.
9293         * m4/inet_pton.m4 (gl_PREREQ_INET_PTON): Likewise.
9294         * m4/memxor.m4 (gl_MEMXOR): Likewise.
9295         * m4/restrict.m4: Remove; no longer needed.  All remaining uses of
9296         gl_C_RESTRICT replaced by AC_C_RESTRICT.
9297
9298         Merge from coreutils.
9299         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_C_RESTRICT, not
9300         gl_C_RESTRICT, now that we assume Autoconf 2.59 or later.
9301         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
9302         * m4/time_r.m4 (gl_TIME_R): Likewise.
9303
9304 2006-08-09  Karl Berry  <karl@gnu.org>
9305
9306         * config/srclist.txt: no more gettext-tools, per Bruno.
9307
9308 2006-08-08  Eric Blake  <ebb9@byu.net>
9309
9310         * modules/verror: New module.
9311         * MODULES.html.sh: Document it.
9312
9313 2006-08-08  Eric Blake  <ebb9@byu.net>
9314
9315         * lib/verror.h, lib/verror.c: New files.
9316
9317 2006-08-08  Eric Blake  <ebb9@byu.net>
9318
9319         * lib/verror.c (verror_at_line): Work around glibc bug 2997, so that
9320         verror_at_line output complies with GNU Coding Standards even when
9321         file is NULL.
9322
9323 2006-08-07  Bruno Haible  <bruno@clisp.org>
9324
9325         * lib/allocsa.h (sa_alignof) [_AIX]: Also consider 'long long' in newer
9326         versions of AIX.
9327         Reported by Ralf Wildenhues.
9328
9329 2006-08-07  Bruno Haible  <bruno@clisp.org>
9330
9331         * gnulib-tool (func_create_testdir): Wrap the set of autoconf snippets
9332         in an AC_DEFUN. Needed so that the autoconf snippets can use
9333         AC_REQUIRE.
9334
9335 2006-08-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9336
9337         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
9338         Initialize pkgdata_DATA.
9339         * modules/javaversion (Makefile.am): Add to pkgdata_DATA, rather than
9340         overriding it.
9341
9342 2006-08-06  Eric Blake  <ebb9@byu.net>
9343
9344         * lib/error.h: Fold in some upstream changes from glibc.
9345         * lib/error.c: Likewise.
9346
9347 2006-08-04  Bruno Haible  <bruno@clisp.org>
9348
9349         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
9350         Make the mostlyclean-local rule depend on mostlyclean-generic.
9351         Reported by Jim Meyering. Solution suggested by Ralf Wildenhues.
9352
9353 2006-07-31  Bruno Haible  <bruno@clisp.org>
9354
9355         * m4/localcharset.m4 (gl_LOCALCHARSET): Remove tests for <stddef.h>,
9356         <stdlib.h>, <string.h>.
9357
9358 2006-07-30  Bruno Haible  <bruno@clisp.org>
9359
9360         * modules/readlink (License): Change to LGPL.
9361
9362 2006-07-30  Bruno Haible  <bruno@clisp.org>
9363
9364         * modules/javaversion (Makefile.am): Distribute javaversion.java and
9365         javaversion.class. Also install javaversion.class in $(pkgdatadir) and
9366         set PKGDATADIR to point to it.
9367
9368 2006-07-30  Bruno Haible  <bruno@clisp.org>
9369
9370         * modules/csharpexec (configure.ac): Comment out macro invocation.
9371         * modules/javaexec (configure.ac): Likewise.
9372         * modules/javacomp-script (configure.ac): Likewise.
9373
9374         * modules/csharpcomp-script (configure.ac): Use AC_REQUIRE.
9375
9376 2006-07-30  Bruno Haible  <bruno@clisp.org>
9377
9378         * modules/clean-temp (Depends-on): Add linkedhash-list, remove
9379         linked-list.
9380
9381 2006-07-30  Bruno Haible  <bruno@clisp.org>
9382
9383         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Assume <string.h> exists.
9384
9385 2006-07-30  Bruno Haible  <bruno@clisp.org>
9386
9387         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
9388         Initialize MOSTLYCLEANFILES to core and *.stackdump, so that core dumps
9389         get removed.
9390
9391 2006-07-29  Bruno Haible  <bruno@clisp.org>
9392
9393         Make it possible for gnulib-tool to work with locally modified or
9394         augmented gnulib repositories.
9395         * gnulib-tool (func_usage): Document --local-dir option.
9396         (local_gnulib_dir): New variable.
9397         Handle --local-dir option.
9398         (func_lookup_file): New function.
9399         (func_all_modules, func_verify_module): Look also in $local_gnulib_dir.
9400         (func_get_description, func_get_filelist, func_get_description,
9401         func_get_filelist, func_get_dependencies, func_get_autoconf_snippet,
9402         func_get_automake_snippet, func_get_include_directive,
9403         func_get_license, func_get_maintainer): Use func_lookup_file.
9404         (func_import, func_create_testdir): Use func_lookup_file.
9405
9406 2006-07-29  Bruno Haible  <bruno@clisp.org>
9407
9408         * modules/setenv (Depends-on): Add unistd.
9409
9410 2006-07-29  Bruno Haible  <bruno@clisp.org>
9411
9412         * lib/setenv.c: Undo unintended modification done on 2006-02-27.
9413
9414 2006-07-29  Bruno Haible  <bruno@clisp.org>
9415
9416         * lib/localcharset.c: Assume <stddef.h>, <stdlib.h>, <string.h> exist.
9417
9418 2006-07-29  Bruno Haible  <bruno@clisp.org>
9419
9420         * gnulib-tool (import, update): If there is no Makefile.am, look at
9421         aclocal.m4, instead of bailing out.
9422
9423 2006-07-29  Bruno Haible  <bruno@clisp.org>
9424
9425         * gnulib-tool (func_usage): Revert most of the 2006-07-15 change.
9426         Categorize the options by when they are useful.
9427
9428 2006-07-29  Bruno Haible  <bruno@clisp.org>
9429
9430         * gnulib-tool (func_usage): Document option --no-libtool.
9431         Handle option --no-libtool.
9432         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Update
9433         for changed semantics of $libtool variable.
9434         (func_import): Likewise. If libtool is not used, show this through
9435         an option --no-libtool.
9436         (func_create_testdir): Update.
9437
9438 2006-07-29  Bruno Haible  <bruno@clisp.org>
9439
9440         * gnulib-tool (func_import): Extend error message about missing
9441         --doc-base.
9442
9443 2006-07-29  Bruno Haible  <bruno@clisp.org>
9444
9445         * gnulib-tool (func_import): Don't create the $docbase directory if
9446         there is no file to store there.
9447
9448 2006-07-29  Bruno Haible  <bruno@clisp.org>
9449
9450         * gnulib-tool (autoconf_minversion): If a --dir option is given and
9451         relevant, look for configure.ac there, not in the current directory.
9452         Also use a simple search for AC_PREREQ, not "autoconf --trace".
9453
9454 2006-07-29  Bruno Haible  <bruno@clisp.org>
9455
9456         * gnulib-tool (SORT): New variable.
9457         (func_usage): Undocument --assume-autoconf option.
9458         Remove --assume-autoconf option handling.
9459         (autoconf_minversion): Determine from the contents of configure.ac.
9460         (func_import): Remove autoconf_minversion handling.
9461         Suggested by Eric Blake.
9462
9463 2006-07-29  Bruno Haible  <bruno@clisp.org>
9464
9465         * doc/gnulib-tool.texi (gl_LIBTOOL): Mention --no-libtool option.
9466
9467 2006-07-29  Bruno Haible  <bruno@clisp.org>
9468
9469         * config/srclist.txt (*setenv.[ch]): Remove rules.
9470
9471 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
9472
9473         * m4/inet_pton.m4, inet_ntop.m4: Check for netinet/in.h too.
9474
9475 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
9476
9477         * lib/inet_ntop.h, inet_pton.h: Need to include netinet/in.h before
9478         arpa/inet.h.
9479
9480 2006-07-28  Simon Josefsson  <jas@extundo.com>
9481
9482         * modules/inet_ntop (Depends-on): Depend on arpa_inet.
9483         * modules/inet_pton (Depends-on): Likewise.
9484
9485 2006-07-28  Simon Josefsson  <jas@extundo.com>
9486
9487         * m4/netinet_in_h.m4: New file.
9488
9489 2006-07-28  Simon Josefsson  <jas@extundo.com>
9490
9491         * lib/inet_ntop.h, inet_pton.h: No need to guard netinet/in.h
9492         #include's.
9493
9494 2006-07-28  Simon Josefsson  <jas@extundo.com>
9495
9496         * lib/inet_ntop.h, inet_pton.h: No need to guard arpa/inet.h
9497         #include's.
9498
9499 2006-07-28  Paul Eggert  <eggert@cs.ucla.edu>
9500
9501         * lib/modechange.c (mode_compile): Numeric modes now affect setuid and
9502         setgid on directories only if they set these bits.
9503         * lib/modechange.h: Remove obsolete comment about masks.
9504
9505 2006-07-28  Eric Blake  <ebb9@byu.net>
9506
9507         * lib/regex_internal.h (struct re_dfa_t) [!_LIBC]: Avoid invalid C89
9508         macro expansion.
9509
9510 2006-07-28  Bruno Haible  <bruno@clisp.org>
9511
9512         * lib/inet_ntop.h, inet_pton.h: Use #if HAVE* instead of #ifdef HAVE*.
9513
9514 2006-07-28  Bruno Haible  <bruno@clisp.org>
9515
9516         * m4/mbchar.m4 (gl_MBCHAR): Also test for iswcntrl.
9517
9518 2006-07-28  Bruno Haible  <bruno@clisp.org>
9519
9520         * lib/mbchar.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
9521         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
9522         Define fallbacks.
9523         Avoids link error on FreeBSD 4.x.
9524         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
9525
9526         * lib/wcwidth.h (iswprint): Assume an ASCII compatible wide character
9527         encoding.
9528         * lib/mbswidth.c (iswcntrl): Likewise.
9529
9530 2006-07-27  Bruno Haible  <bruno@clisp.org>
9531
9532         * m4/stdint.m4 (gl_STDINT_H): Define __STDC_CONSTANT_MACROS during the
9533         test.
9534
9535 2006-07-27  Bruno Haible  <bruno@clisp.org>
9536
9537         * lib/stdint_.h (INT*_C, UINT*_C) [C++]: Define these if
9538         __STDC_CONSTANT_MACROS is defined, not if __STDC_LIMIT_MACROS is
9539         defined.
9540
9541 2006-07-26  Eric Blake  <ebb9@byu.net>
9542
9543         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Check for missing pipe.
9544
9545 2006-07-26  Eric Blake  <ebb9@byu.net>
9546
9547         * lib/mkstemp-safer.c [! HAVE_MKSTEMP]: Add prototype for platforms
9548         like mingw that lack mkstemp.
9549         * lib/pipe-safer.c (pipe_safer) [!HAVE_FUNC_PIPE]: Provide fallback to
9550         avoid compilation warning on mingw.
9551
9552 2006-07-26  Bruno Haible  <bruno@clisp.org>
9553
9554         * m4/stdint.m4 (gl_STDINT_H): Also verify the existence of the macros
9555         INT*_MIN, INT_LEAST*_MAX, INT_LEAST*_MIN, UINT_LEAST*_MAX,
9556         INT_FAST*_MIN, INTPTR_MIN.
9557
9558 2006-07-25  Bruno Haible  <bruno@clisp.org>
9559
9560         * modules/version-etc (Depends-on): Add stdarg.
9561
9562 2006-07-25  Bruno Haible  <bruno@clisp.org>
9563
9564         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Avoid 'eval' in front of
9565         complex commands.
9566
9567 2006-07-25  Bruno Haible  <bruno@clisp.org>
9568
9569         * lib/version-etc.c (version_etc_va): Use va_copy, assumed to be
9570         defined in <stdarg.h> or config.h.
9571
9572 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
9573
9574         * m4/stdio-safer.m4 (gl_FOPEN_SAFER, gl_TMPFILE_SAFER): New macros.
9575         (gl_STDIO_SAFER): Remove.
9576
9577 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
9578
9579         * MODULES.html.sh (File stream based Input/Output):
9580         Add fopen-safer, tmpfile-safer; remove stdio-safer.
9581         * modules/getusershell (Depends-on): Change stdio-safer to fopen-safer.
9582         * modules/fopen-safer, modules/tmpfile-safer: New files.
9583         * modules/stdio-safer: Remove.
9584
9585 2006-07-24  Bruno Haible  <bruno@clisp.org>
9586
9587         * modules/tmpdir: New file.
9588         * MODULES.html.sh (File system functions): Add it.
9589
9590 2006-07-24  Bruno Haible  <bruno@clisp.org>
9591
9592         * modules/javacomp (Depends-on): Add unistd, javaversion, binary-io,
9593         getline, pathname, fwriteerror, clean-temp, xvasprintf, strstr.
9594
9595 2006-07-24  Bruno Haible  <bruno@clisp.org>
9596
9597         * modules/clean-temp: New file.
9598
9599 2006-07-24  Bruno Haible  <bruno@clisp.org>
9600
9601         * m4/tmpdir.m4: New file, from GNU gettext.
9602
9603 2006-07-24  Bruno Haible  <bruno@clisp.org>
9604
9605         * lib/tmpdir.h: New file, from GNU gettext.
9606         * lib/tmpdir.c: New file, from GNU gettext.
9607
9608 2006-07-24  Bruno Haible  <bruno@clisp.org>
9609
9610         * lib/clean-temp.h: New file, from GNU gettext.
9611         * lib/clean-temp.c: New file, from GNU gettext.
9612
9613 2006-07-23  Eric Blake  <ebb9@byu.net>
9614
9615         * modules/stdio-safer (Files): Add tmpfile-safer.c.
9616         (Depends-on): Add binary-io.
9617
9618 2006-07-23  Eric Blake  <ebb9@byu.net>
9619
9620         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add tmpfile-safer.c.
9621
9622 2006-07-23  Eric Blake  <ebb9@byu.net>
9623
9624         * lib/tmpfile-safer.c: New file.
9625         * lib/stdio-safer.h (fopen_safer): Add prototype.
9626         * lib/stdio--.h (tmpfile): Make safer.
9627
9628 2006-07-23  Bruno Haible  <bruno@clisp.org>
9629
9630         * lib/gl_anylinked_list2.h (ASYNCSAFE): New macro.
9631         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before,
9632         gl_linked_add_after, gl_linked_add_at, gl_linked_remove_node,
9633         gl_linked_remove_at): Use it.
9634
9635 2006-07-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
9636         and Simon Josefsson <jas@extundo.com>
9637
9638         * lib/getaddrinfo.h (AI_PASSIVE): Make sure it is defined.
9639
9640         * lib/getaddrinfo.c (getaddrinfo): Support AI_PASSIVE.
9641
9642 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
9643
9644         * modules/close-stream: New file.
9645         * modules/closeout (Description): Make it clear that it exits
9646         with a diagnostic on error.
9647         (Depends-on): Add close-stream.  Remove fpending, stdbool.
9648         * MODULES.html.sh (File stream based Input/Output): Add close-stream.
9649
9650 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
9651
9652         * m4/close-stream.m4: New file.
9653
9654 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
9655
9656         * lib/close-stream.c, lib/close-stream.h: New files.
9657
9658 2006-07-22  Bruno Haible  <bruno@clisp.org>
9659
9660         Merge from GNU gettext 0.15.
9661
9662         2006-05-01  Bruno Haible  <bruno@clisp.org>
9663
9664                 * build-aux/javacomp.sh.in: Update for changed javacomp.m4.
9665
9666         2006-07-22  Bruno Haible  <bruno@clisp.org>
9667
9668                 * modules/javaversion: New file.
9669                 * MODULES.html.sh (Java): Add javaversion.
9670
9671         2006-03-12  Bruno Haible  <bruno@clisp.org>
9672
9673                 * build-aux/javaexec.sh.in: Update for changed javaexec.m4.
9674
9675         2005-12-04  Bruno Haible  <bruno@clisp.org>
9676
9677                 * build-aux/csharpexec.sh.in: Add support for 'clix' launcher
9678                 (untested).
9679
9680         2006-06-21  Bruno Haible  <bruno@clisp.org>
9681
9682                 Avoid warnings from recent versions of mcs.
9683                 * build-aux/csharpcomp.sh.in (options_mcs): Don't use options
9684                 -o, -L, -r any more. Use options documented since mcs-1.0
9685                 instead. Similarly for -g.
9686
9687         2005-12-04  Bruno Haible  <bruno@clisp.org>
9688
9689                 * build-aux/csharpcomp.sh.in: Suffix for resources is
9690                 .resources, not .resource.
9691
9692         2005-07-09  Bruno Haible  <bruno@clisp.org>
9693
9694                 * build-aux/csharpcomp.sh.in (options_csc): For -l option,
9695                 add a .dll suffix.
9696                 Reported by Mark Junker <mjscod@gmx.de>.
9697
9698         2006-07-22  Bruno Haible  <bruno@clisp.org>
9699
9700                 * modules/gettext: Upgrade to gettext-0.15.
9701                 (Files): Remove m4/isc-posix.m4. Add m4/lock.m4,
9702                 m4/visibility.m4.
9703                 Replace m4/inttypes.m4 with m4/inttypes-h.m4.
9704
9705 2006-07-22  Bruno Haible  <bruno@clisp.org>
9706
9707         Merge from GNU gettext 0.15.
9708
9709         2006-03-25  Bruno Haible  <bruno@clisp.org>
9710
9711                 * lib-link.m4 (AC_LIB_LINKFLAGS_FROM_LIBS): New macro.
9712
9713         2006-07-21  Bruno Haible  <bruno@clisp.org>
9714
9715                 * javacomp.m4 (gt_JAVACOMP): Convert target_version "null" to
9716                 "1.1".
9717
9718         2006-05-09  Bruno Haible  <bruno@clisp.org>
9719
9720                 * javacomp.m4 (gt_JAVACOMP): On Cygwin, set
9721                 CLASSPATH_SEPARATOR to a semicolon. Use CLASSPATH_SEPARATOR
9722                 for the conftestver execution.
9723
9724         2006-05-01  Bruno Haible  <bruno@clisp.org>
9725
9726                 * javacomp.m4 (gt_JAVACOMP): Accept a source-version and an
9727                 optional target-version argument. Verify that the compiler
9728                 groks source of the specified source-version, or add -source
9729                 option as necessary. Verify that the compiler produces
9730                 bytecode in the specified target-version, or add -target and
9731                 -source options as necessary. Make the result of the test
9732                 available as variable CONF_JAVAC. Also log error output in
9733                 config.log.
9734
9735         2006-03-11  Bruno Haible  <bruno@clisp.org>
9736
9737                 * javacomp.m4 (gt_JAVACOMP): Treat gcj-4.x like gcj-3.x.
9738
9739         2006-05-09  Bruno Haible  <bruno@clisp.org>
9740
9741                 * javaexec.m4 (gt_JAVAEXEC): On Cygwin, set
9742                 CLASSPATH_SEPARATOR to a semicolon.
9743
9744         2006-03-12  Bruno Haible  <bruno@clisp.org>
9745
9746                 * javaexec.m4 (gt_JAVAEXEC): Make the result of the test
9747                 available as variable CONF_JAVA, for subsequent autoconf
9748                 tests. Also log error output in config.log.
9749
9750         2006-07-19  Bruno Haible  <bruno@clisp.org>
9751
9752                 * getline.m4 (AM_FUNC_GETLINE): When cross-compiling, assume
9753                 that getline works on glibc2 systems. Needed to avoid trouble
9754                 in relocatable.c.
9755                 Reported by Nils Magnus Larsgard <nmlarsgaard@atmel.no>.
9756
9757         2005-12-04  Bruno Haible  <bruno@clisp.org>
9758
9759                 * csharpexec.m4 (gt_CSHARPEXEC): Add support for 'clix'
9760                 launcher (untested).
9761
9762         2005-12-04  Bruno Haible  <bruno@clisp.org>
9763
9764                 * csharpcomp.m4 (gt_CSHARPCOMP): Also set CSHARPCOMPFLAGS.
9765
9766         2006-07-22  Bruno Haible  <bruno@clisp.org>
9767
9768                 * gettext.m4: Update from GNU gettext-0.15.
9769                 * nls.m4: Likewise.
9770                 * po.m4: Likewise.
9771                 * inttypes-pri.m4: Likewise.
9772                 * inttypes-h.m4: Renamed from inttypes.m4.
9773                 (gl_HEADER_INTTYPES_H): Renamed from gt_HEADER_INTTYPES_H.
9774
9775 2006-07-22  Bruno Haible  <bruno@clisp.org>
9776
9777         Merge from GNU gettext 0.15.
9778
9779         2005-07-05  Bruno Haible  <bruno@clisp.org>
9780
9781                 * printf-args.c (printf_fetchargs): Work around broken
9782                 definition of wint_t on mingw.
9783
9784         2005-02-12  Bruno Haible  <bruno@clisp.org>
9785
9786                 * xallocsa.h: Add extern "C" for C++.
9787
9788         2006-05-17  Bruno Haible  <bruno@clisp.org>
9789
9790                 Cygwin portability.
9791                 * progreloc.c (WIN32_NATIVE): Renamed from WIN32.
9792
9793         2006-04-30  Bruno Haible  <bruno@clisp.org>
9794
9795                 * progreloc.c: Include <mach-o/dyld.h> if available.
9796                 (find_executable): Use _NSGetExecutablePath when possible.
9797
9798         2006-05-06  Charles Wilson  <cygwin@cwilson.fastmail.fm>
9799
9800                 * progreloc.c (maybe_executable) [CYGWIN]: Use the access()
9801                 function.
9802
9803         2005-12-29  Bruno Haible  <bruno@clisp.org>
9804
9805                 * progreloc.c (set_program_name_and_installdir): Fix
9806                 compilation error.
9807
9808         2005-12-04  Bruno Haible  <bruno@clisp.org>
9809
9810                 Cygwin portability.
9811                 * progreloc.c: Include <windows.h> also on Cygwin.
9812                 (find_executable): Add support for Cygwin.
9813                 (set_program_name_and_installdir): Handle also platforms with
9814                 nonempty EXEEXT.
9815
9816         2006-07-11  Bruno Haible  <bruno@clisp.org>
9817
9818                 * javacomp.c: Fix a comment.
9819                 Reported by Jim Meyering.
9820
9821         2006-04-30  Bruno Haible  <bruno@clisp.org>
9822
9823                 * javacomp.h (compile_java_class): Add source_version,
9824                 target_version arguments.
9825                 * javacomp.c: Rewritten to choose only a compiler that
9826                 respects the specified source_version and target_version.
9827
9828         2006-06-27  Bruno Haible  <bruno@clisp.org>
9829
9830                 Assume correct S_ISDIR macro.
9831                 * mkdtemp.c: Remove test of STAT_MACROS_BROKEN.
9832
9833         2006-07-22  Bruno Haible  <bruno@clisp.org>
9834
9835                 * javaversion.h: New file, from GNU gettext.
9836                 * javaversion.c: New file, from GNU gettext.
9837                 * javaversion.java: New file, from GNU gettext.
9838                 * javaversion.class: New file, from GNU gettext.
9839
9840         2006-05-17  Bruno Haible  <bruno@clisp.org>
9841
9842                 Cygwin portability.
9843                 * javaexec.c (execute_java_class): Test for jview program
9844                 also on Cygwin.
9845
9846         2006-04-09  Bruno Haible  <bruno@clisp.org>
9847
9848                 * fatal-signal.c: Don't include string.h.
9849                 (at_fatal_signal): Use a copying loop instead of memcpy.
9850
9851         2005-12-04  Bruno Haible  <bruno@clisp.org>
9852
9853                 * csharpexec.c: Add support for 'clix' launcher (untested).
9854                 (execute_csharp_using_sscli): New function.
9855                 (execute_csharp_program): Call it.
9856
9857         2006-06-21  Bruno Haible  <bruno@clisp.org>
9858
9859                 Avoid warnings from recent versions of mcs.
9860                 * csharpcomp.c (compile_csharp_using_mono): Don't use options
9861                 -o, -L, -r any more. Use options documented since mcs-1.0
9862                 instead. Similarly for -g.
9863
9864         2005-07-09  Bruno Haible  <bruno@clisp.org>
9865
9866                 * csharpcomp.c (compile_csharp_using_sscli): For -l option,
9867                 add a .dll suffix.
9868                 Reported by Mark Junker <mjscod@gmx.de>.
9869
9870         2006-06-17  Bruno Haible  <bruno@clisp.org>
9871
9872                 * config.charset: Update for NetBSD 3.0.
9873
9874         2006-05-17  Bruno Haible  <bruno@clisp.org>
9875
9876                 Cygwin portability.
9877                 * localcharset.c (WIN32_NATIVE): Renamed from WIN32.
9878
9879         2006-05-16  Bruno Haible  <bruno@clisp.org>
9880
9881                 * localcharset.c [CYGWIN]: Include <windows.h>.
9882                 (get_charset_aliases): For Cygwin, return the same CPxxx
9883                 aliases list as under WIN32.
9884                 (locale_charset) [CYGWIN]: Try to retrieve the encoding from
9885                 the environment variables. Fall back to GetACP().
9886
9887         2006-04-05  Bruno Haible  <bruno@clisp.org>
9888
9889                 * config.charset: Update Juan Manuel Guerrero's address.
9890
9891         2005-02-12  Bruno Haible  <bruno@clisp.org>
9892
9893                 * allocsa.h: Add extern "C" for C++.
9894
9895         2005-02-10  Bruno Haible  <bruno@clisp.org>
9896
9897                 * allocsa.h (sa_alignof): Define differently with AIX xlc, to
9898                 avoid a bug of this compiler on AIX 3.2.5 dealing with enums.
9899
9900         2006-07-22  Bruno Haible  <bruno@clisp.org>
9901
9902                 * gettext.h: Update to GNU gettext-0.15.
9903
9904 2006-07-22  Bruno Haible  <bruno@clisp.org>
9905
9906         * config/srclist.txt: Resync printf-args.c, vasnprintf.c,
9907         localcharset.c, mkdtemp.c, config.rpath, lib-ld.m4, lib-link.m4,
9908         lib-prefix.m4, longdouble.m4, ssize_t.m4.
9909
9910 2006-07-21  Eric Blake  <ebb9@byu.net>
9911
9912         * modules/stdlib-safer: New file.
9913         * MODULES.html.sh (File stream based Input/Output): Add
9914         stdlib-safer.
9915
9916 2006-07-21  Eric Blake  <ebb9@byu.net>
9917
9918         * lib/stdlib-safer.h: New file from coreutils, required by
9919         stdlib--.h.
9920
9921 2006-07-20  Paul Eggert  <eggert@cs.ucla.edu>
9922
9923         * gnulib-tool (func_usage): Document --assume-autoconf='latest-stable'.
9924
9925 2006-07-20  Bruno Haible  <bruno@clisp.org>
9926
9927         * gnulib-tool: Recognize new option --assume-autoconf.
9928         (autoconf_minversion): New variable.
9929         (func_get_filelist): Use it to decide whether to add onceonly_2_57.m4.
9930
9931 2006-07-20  Bruno Haible  <bruno@clisp.org>
9932
9933         * MODULES.html.sh (func_all_modules): Add a missing func_begin_table.
9934
9935 2006-07-19  Derek R. Price  <derek@ximbiot.com>
9936
9937         * lib/getaddrinfo.h: Don't define unimplemented AI_* flags.
9938         Reindent and repaginate.
9939
9940 2006-07-19  Derek Price  <derek@ximbiot.com>
9941
9942         * doc/gnulib.texi (Libtool and Windows):  Eliminate passive voice.
9943         Correct grammar.
9944
9945 2006-07-17  Bruno Haible  <bruno@clisp.org>
9946
9947         * modules/list: New file.
9948         * modules/array-list: New file.
9949         * modules/carray-list, modules/carray-list-tests: New files.
9950         * modules/linked-list, modules/linked-list-tests: New files.
9951         * modules/avltree-list, modules/avltree-list-tests: New files.
9952         * modules/rbtree-list, modules/rbtree-list-tests: New files.
9953         * modules/linkedhash-list, modules/linkedhash-list-tests: New files.
9954         * modules/avltreehash-list, modules/avltreehash-list-tests: New files.
9955         * modules/rbtreehash-list, modules/rbtreehash-list-tests: New files.
9956         * modules/oset: New file.
9957         * modules/array-oset: New file.
9958         * modules/avltree-oset, modules/avltree-oset-tests: New files.
9959         * modules/rbtree-oset, modules/rbtree-oset-tests: New files.
9960         * tests/test-carray_list.c: New file.
9961         * tests/test-linked_list.c: New file.
9962         * tests/test-avltree_list.c: New file.
9963         * tests/test-rbtree_list.c: New file.
9964         * tests/test-linkedhash_list.c: New file.
9965         * tests/test-avltreehash_list.c: New file.
9966         * tests/test-rbtreehash_list.c: New file.
9967         * tests/test-avltree_oset.c: New file.
9968         * tests/test-rbtree_oset.c: New file.
9969         * MODULES.html.sh (Container data structures): New section.
9970
9971 2006-07-17  Bruno Haible  <bruno@clisp.org>
9972
9973         * m4/gl_list.m4: New file.
9974
9975 2006-07-17  Bruno Haible  <bruno@clisp.org>
9976
9977         * lib/gl_list.h: New file.
9978         * lib/gl_list.c: New file.
9979         * lib/gl_array_list.h: New file.
9980         * lib/gl_array_list.c: New file.
9981         * lib/gl_carray_list.h: New file.
9982         * lib/gl_carray_list.c: New file.
9983         * lib/gl_linked_list.h: New file.
9984         * lib/gl_linked_list.c: New file.
9985         * lib/gl_anylinked_list1.h: New file.
9986         * lib/gl_anylinked_list2.h: New file.
9987         * lib/gl_avltree_list.h: New file.
9988         * lib/gl_avltree_list.c: New file.
9989         * lib/gl_anyavltree_list1.h: New file.
9990         * lib/gl_anyavltree_list2.h: New file.
9991         * lib/gl_rbtree_list.h: New file.
9992         * lib/gl_rbtree_list.c: New file.
9993         * lib/gl_anyrbtree_list1.h: New file.
9994         * lib/gl_anyrbtree_list2.h: New file.
9995         * lib/gl_anytree_list1.h: New file.
9996         * lib/gl_anytree_list2.h: New file.
9997         * lib/gl_linkedhash_list.h: New file.
9998         * lib/gl_linkedhash_list.c: New file.
9999         * lib/gl_anyhash_list1.h: New file.
10000         * lib/gl_anyhash_list2.h: New file.
10001         * lib/gl_avltreehash_list.h: New file.
10002         * lib/gl_avltreehash_list.c: New file.
10003         * lib/gl_rbtreehash_list.h: New file.
10004         * lib/gl_rbtreehash_list.c: New file.
10005         * lib/gl_anytreehash_list1.h: New file.
10006         * lib/gl_anytreehash_list2.h: New file.
10007
10008         * lib/gl_oset.h: New file.
10009         * lib/gl_oset.c: New file.
10010         * lib/gl_array_oset.h: New file.
10011         * lib/gl_array_oset.c: New file.
10012         * lib/gl_avltree_oset.h: New file.
10013         * lib/gl_avltree_oset.c: New file.
10014         * lib/gl_rbtree_oset.h: New file.
10015         * lib/gl_rbtree_oset.c: New file.
10016         * lib/gl_anytree_oset.h: New file.
10017
10018 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
10019
10020         * m4/mkancesdirs.m4: New file.
10021         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Mention dirchownmod.c,
10022         dirchownmod.h.  Don't require AC_FUNC_ALLOCA, gl_AFS, gl_CHDIR_SAFER;
10023         no longer needed.  Require gl_FUNC_LCHOWN, since dirchownmod.c needs
10024         it.
10025
10026 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
10027
10028         * lib/dirchownmod.c, lib/dirchownmod.h, lib/mkancesdirs.c:
10029         * lib/mkancesdirs.h: New files.
10030         * lib/mkdir-p.c: Don't include alloca.h, stdio.h, sys/types.h,
10031         unistd.h, string.h, chdir-safer.h, dirname.h, lchmod.h, lchown.h,
10032         save-cwd.h.  Instead, include dirchownmod.h and mkancesdirs.h.
10033         (make_dir_parents): New args MAKE_ANCESTOR, OPTIONS, ANNOUNCE,
10034         MODE_BITS.  Remove options VERBOSE_FMT_STRING, CWD_ERRNO.  All
10035         callers changed.  Revamp internals significantly, by not
10036         attempting to create directories that are temporarily more
10037         permissive than the final results.  Do not attempt to use
10038         save_cwd/restore_cwd; it isn't worth it for mkdir and install.
10039         This removes some race conditions, fixes some bugs, and simplifies
10040         things.  Use new dirchownmod function to do owner and mode changes.
10041         * lib/mkdir-p.h: Likewise.
10042         * lib/modechange.c (octal_to_mode): New function.
10043         (struct mode_change): New member mentioned.
10044         (make_node_op_equals): New arg mentioned.  All callers changed.
10045         (mode_compile): Keep track of which mode bits the user has explicitly
10046         mentioned.
10047         (mode_adjust): New arg DIR, so that we implement the X op correctly.
10048         New arg PMODE_BITS, to keep track of which mode bits the user
10049         mentioned; it treats S_ISUID and S_ISGID speciall.
10050         All callers changed.
10051         * lib/modechange.h: Likewise.
10052
10053 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
10054
10055         * MODULES.html.sh: Add mkancestors.
10056         * modules/mkancesdirs: New module.
10057         * modules/mkdir-p (Files): Remove lib/chdir-safer.c, lib/chdir-safer.h,
10058         lib/same-inode.h, m4/afs.m4, m4/chdir-safer.m4.
10059         The chdir-safer and afs files are now orphans; I'll remove them
10060         unless someone speaks up.
10061         Add lib/dirchownmod.c, lib/dirchownmod.h.
10062         (Depends-on): Remove alloca, chown, save-cwd, dirname.
10063         Add lchown, mkancesdirs.
10064         (Maintainer): Add self.
10065
10066 2006-07-15  Karl Berry  <karl@gnu.org>
10067
10068         * gnulib-tool: help message wording/arrangement.
10069
10070 2006-07-14  Simon Josefsson  <jas@extundo.com>
10071
10072         * doc/gnulib.texi (Libtool and Windows): New section.
10073
10074 2006-07-12  Simon Josefsson  <jas@extundo.com>
10075
10076         * modules/gendocs (License): Fix license, approved by Karl.
10077
10078 2006-07-12  Eric Blake  <ebb9@byu.net>
10079
10080         * MODULES.html.sh: Add gendocs.
10081
10082 2006-07-11  Eric Blake  <ebb9@byu.net>
10083
10084         * modules/fdl: New module, to install doc/fdl.texi.
10085         * MODULES.html.sh: Add new section for documentation modules.
10086         * gnulib-tool: Avoid space-tab.
10087         (--doc-base): New option, to manage files from doc.
10088
10089 2006-07-11  Eric Blake  <ebb9@byu.net>
10090
10091         * m4/absolute-header.m4: Fix comments to match recent change.
10092
10093 2006-07-11  Eric Blake  <ebb9@byu.net>
10094
10095         * gnulib-tool: List --doc-base before --tests-base.
10096
10097 2006-07-11  Derek R. Price  <derek@ximbiot.com>
10098
10099         * lib/glob.c: s/NAMLEN/_D_EXACT_NAMLEN/.
10100
10101 2006-07-11  Bruno Haible  <bruno@clisp.org>
10102
10103         * README: Mention where to put documentation.
10104
10105 2006-07-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10106
10107         * doc/functions.texi, gnulib-tool.texi, gnulib.texi: Fix some typos.
10108
10109 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
10110
10111         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Like today's change
10112         to stdint.m4.
10113
10114 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
10115
10116         * m4/stdint.m4 (gl_STDINT_H): Like yesterday's change to
10117         absolute-header.m4.  Also, set ABSOLUTE_STDINT_H to a string
10118         "no/such/file/stdint.h" when there is no such file, so that
10119         the resulting C code can be parsed by dodgy compilers.
10120         Problems reported by Bob Proulx.
10121
10122 2006-07-10  Derek R. Price  <derek@ximbiot.com>
10123
10124         * lib/backupfile.c, dirfd.h, fts.c, getcwd.c, glob.c, glob_.h:
10125         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
10126         macros into the GNU _D_EXACT_NAMLEN.
10127         * lib/savedir.c:  Likewise.
10128         (savedirstream): Use _D_EXACT_NAMLEN in preference to strlen.
10129
10130 2006-07-10  Derek R. Price  <derek@ximbiot.com>
10131         and Paul Eggert  <eggert@cs.ucla.edu>
10132
10133         * m4/backupfile.m4, d-ino.m4, d-type.m4, dirfd.m4, fts.m4, getcwd.m4:
10134         * m4/savedir.m4:
10135         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
10136         macros into the GNU _D_EXACT_NAMLEN.
10137
10138 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
10139
10140         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Use "" rather than <>
10141         around the absolute name, to work around a problem with the HP-UX
10142         11.23 native C compiler, reported by Bob Proulx.
10143
10144 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
10145
10146         * doc/maintain.texi, make-stds.texi: Sync from
10147         <http://savannah.gnu.org/projects/gnustandards>.
10148
10149 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
10150
10151         * build-aux/depcomp, build-aux/install-sh: Sync from Automake.
10152
10153 2006-07-09  Jim Meyering  <jim@meyering.net>
10154
10155         * m4/glob.m4: Remove a doubled word in a comment.
10156
10157 2006-07-09  Jim Meyering  <jim@meyering.net>
10158
10159         * lib/argp-pv.c: Remove a doubled word in a comment.
10160         * lib/check-version.c (check_version): Likewise.
10161         * lib/javacomp.c (compile_java_class): Likewise.
10162
10163 2006-07-08  Paul Eggert  <eggert@cs.ucla.edu>
10164
10165         * gnulib-tool (func_get_filelist): Don't echo m4/onceonly_2_57.m4,
10166         for the benefit of people using Autoconf 2.60.  If you want to
10167         support older Autoconf versions you can copy m4/onceonly_2_57.m4
10168         (or m4/onceonly.m4, if pre-2.57) manually.
10169
10170 2006-07-08  Jim Meyering  <jim@meyering.net>
10171
10172         * m4/link-follow.m4: Remove one of two adjacent "whether"s in a
10173         comment.
10174         * m4/getopt.m4: Remove one of two adjacent "your"s in a comment.
10175         * m4/regex.m4 (gl_REGEX): Remove one of two adjacent "the"s in a
10176         comment.
10177
10178 2006-07-08  Jim Meyering  <jim@meyering.net>
10179
10180         * lib/getndelim2.h (getndelim2): Remove doubled "after" in comment.
10181
10182 2006-07-07  Simon Josefsson  <jas@extundo.com>
10183
10184         * tests/test-crc.c: Change expected crc value, the test vector
10185         were probably computed using the old broken crc.c?
10186
10187 2006-07-06  Simon Josefsson  <jas@extundo.com>
10188
10189         * modules/sys_socket (Files): Add m4/sockpfaf.m4 (this module is
10190         now the canonical place for the M4 file).
10191
10192         * modules/getaddrinfo (Files): Remove m4/sockpfaf.m4, we get it
10193         from the sys_socket dependency now.
10194
10195         * modules/inet_pton (Files): Ditto.
10196
10197         * modules/inet_ntop (Files): Ditto.
10198
10199 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
10200
10201         * modules/getusershell (configure.ac): Use gl_FUNC_GETUSERSHELL,
10202         not gl_PREREQ_GETUSERSHELL.
10203
10204 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10205
10206         * m4/_inttypes_h.m4 (gl_INTTYPES_H): Use AC_CHECK_DECLS_ONCE
10207         with only one argument, for Autoconf 2.60.
10208         * m4/fileblocks.m4 (gl_PREREQ_FILEBLOCKS): AC_CHECK_DECLS_ONCE may
10209         expand to nothing, so add a shell command to avoid syntax error.
10210         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
10211
10212 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10213
10214         * lib/strtod.c (strtod): cast the argument of tolower to unsigned char.
10215
10216 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
10217
10218         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't check for getenv decl;
10219         no longer needed.  Check for isblank decl.
10220         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Don't check for getenv decl.
10221         * m4/regex.m4 (gl_PREREQ_REGEX): Dheck for isblank decl instead
10222         of existence.
10223
10224 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
10225
10226         * lib/getloadavg.c: Use __VMS, not VMS.
10227         * lib/getopt.c: Likewise.
10228         * lib/getpagesize.h: Likewise.
10229         * lib/glob.c: Remove most VMS cruft; it hasn't been tested for a while
10230         and probably does not work.
10231
10232 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
10233
10234         * lib/.cppi-disable: Add wcwidth.
10235         * lib/fnmatch.c (ISBLANK): Remove.  All uses changed to isblank.
10236         (isblank) [! (defined isblank || HAVE_DECL_ISBLANK)]: New macro.
10237         (ISGRAPH): Remove.  All uses changed to isgraph.
10238         (FOLD) [!defined _LIBC]: Remove special case.
10239         * lib/getdate.y (lookup_word): Remove no-longer-needed call to islower.
10240         * lib/regex_internal.h (isblank): Depend on HAVE_DECL_ISBLANK, not
10241         HAVE_ISBLANK.
10242         * lib/strftime.c (TOLOWER, TOUPPER) [!defined _LIBC]: Remove special
10243         case.
10244
10245 2006-07-06  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
10246
10247         * lib/getaddrinfo.c: Changes to compile under MSVC6: changed
10248         '#if WIN32_NATIVE' to '#ifdef' & moved WSAAPI macro inside
10249         brackets.  Other minor changes to suppress some compiler
10250         warnings.
10251
10252 2006-07-06  Derek R. Price  <derek@ximbiot.com>
10253         and Paul Eggert  <eggert@cs.ucla.edu>
10254
10255         * m4/backupfile.m4 (gl_BACKUPFILE): Check for dirent.h, instead
10256         of invoking obsolescent AC_HEADER_DIRENT macro.
10257         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Likewise.
10258         * m4/d-type.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Likewise.
10259         * m4/dirfd.m4 (gl_FUNC_DIRFD): Likewise.
10260         * m4/fts.m4 (gl_FUNC_FTS_CORE): Likewise.
10261         * m4/getcwd.m4 (gl_PREREQ_GETCWD): Likewise.
10262         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
10263         * m4/savedir.m4 (gl_SAVEDIR): Likewise.
10264         * m4/readdir.m4: Remove; no longer needed.
10265
10266 2006-07-06  Derek R. Price  <derek@ximbiot.com>
10267         and Paul Eggert  <eggert@cs.ucla.edu>
10268
10269         * lib/backupfile.c [HAVE_DIRENT_H && ! HAVE_NDIR_H]:
10270         Don't worry about this obsolete case any more.
10271         (HAVE_DIR): Remove.  All uses removed; we now assume you can read
10272         directories.
10273         * lib/dirfd.h [HAVE_DIRENT_H && ! HAVE_NDIR_H]: Don't
10274         worry about this obsolete case any more.
10275         * lib/fts.c: Likewise.
10276         * lib/getcwd.c: Likewise.
10277         * lib/glob.h: Likewise.
10278         * lib/savedir.c: Likewise.
10279
10280 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
10281
10282         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Use AC_CHECK_DECLS_ONCE
10283         rather than AC_CHECK_DECLS for strtoimax and strtoumax.
10284         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Remove; no longer
10285         needed.
10286         All uses removed.
10287         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
10288         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
10289         * m4/exclude.m4 (gl_EXCLUDE): Don't check for isascii; no longer
10290         needed.
10291         * m4/getdate.m4 (gl_GETDATE): Likewise.
10292         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
10293         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
10294         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
10295         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
10296         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
10297         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
10298         * m4/exclude.m4 (gl_EXCLUDE): Don't require AC_C_INLINE; no longer
10299         needed.
10300
10301 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
10302
10303         * lib/memcasecmp.c: Include <limits.h>.
10304         (memcasecmp): Don't assume UCHAR_MAX <= INT_MAX.
10305         * lib/strtod.c (strtod): Don't assume isspace works on negative chars.
10306         Don't assume isdigit succeeds only on '0' through '9'.
10307
10308 2006-07-05  Eric Blake  <ebb9@byu.net>
10309
10310         * modules/getaddrinfo (Depends-on): Add snprintf.
10311
10312 2006-07-05  Eric Blake  <ebb9@byu.net>
10313
10314         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Use gl_HEADER_SYS_SOCKET
10315         to avoid 'header present but could not be compiled' on cygwin.
10316
10317 2006-07-05  Eric Blake  <ebb9@byu.net>
10318
10319         * lib/getaddrinfo.h (NI_NUMERICHOST, NI_NUMERICSERV): Define if
10320         missing from netdb.h.
10321         * lib/getaddrinfo.c (includes): Include inet_ntop and snprintf.
10322
10323 2006-07-05  Derek R. Price  <derek@ximbiot.com>
10324
10325         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Don't require AC_HEADER_STDC;
10326         no longer needed.
10327         * m4/exclude.m4 (gl_EXCLUDE): Likewise.
10328         * m4/getdate.m4 (gl_GETDATE): Likewise.
10329         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
10330         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
10331         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
10332         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
10333         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
10334
10335 2006-07-05  Derek R. Price  <derek@ximbiot.com>
10336
10337         * lib/exclude.c (IN_CTYPE_DOMAIN, is_space): Remove; no longer needed.
10338         All uses of is_space replaced by isspace.
10339         * lib/exit.h: Don't talk about STDC_HEADERS.
10340         * lib/fnmatch.c (ISASCII): Remove; no longer needed.  All uses removed.
10341         (ISPRINT, ISDIGIT, ISALNUM, ISALPHA, ISCNTRL, ISLOWER, ISPUNCT):
10342         (ISSPACE, ISUPPER, ISXDIGIT): Remove; no longer needed.  All uses
10343         replaced by isprint etc.
10344         * lib/getdate.y (IN_CTYPE_DOMAIN, ISSPACE, ISALPHA, ISLOWER): Likewise.
10345         * lib/getusershell.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
10346         * lib/memcasecmp.c (IN_CTYPE_DOMAIN, ISLOWER, TOUPPER): Likewise.
10347         * lib/strtod.c (IN_CTYPE_DOMAIN, ISSPACE, ISDIGIT, TOLOWER): Likewise.
10348         * lib/strtol.c (IN_CTYPE_DOMAIN): Likewise.
10349         * lib/xstrtol.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
10350
10351 2006-07-05  Bruno Haible  <bruno@clisp.org>
10352
10353         * m4/strndup.m4 (gl_FUNC_STRNDUP): When cross-compiling, check whether
10354         the function exists, before testing against AIX.
10355         Reported by Martin Lambers <marlam@marlam.de>.
10356
10357 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
10358
10359         * modules/cycle-check (lib_SOURCES): Add same-inode.h.
10360         From Mark D. Baushke.
10361
10362 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
10363
10364         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Prepend three slashes
10365         to the absolute name, not just one, to bypass Sun C 5.8's
10366         "warning: #include of /usr/include/... may be non-portable".
10367
10368 2006-07-04  Eric Blake  <ebb9@byu.net>
10369
10370         * modules/dirname-tests: New test module.
10371         * tests/test-dirname.c: New file, replacing dirname.c
10372         TEST_DIRNAME section that was recently deleted.
10373
10374 2006-07-04  Bruno Haible  <bruno@clisp.org>
10375
10376         Assume ANSI C header files and <ctype.h> functions.
10377         * lib/mbswidth.c (IN_CTYPE_DOMAIN, ISPRINT, ISCNTRL): Remove macros.
10378         (mbsnwidth): Use isprint, iscntrl instead.
10379
10380 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
10381
10382         Merge from coreutils.
10383         * MODULES.html.sh: Add xstrtold.
10384         * modules/xstrtold: New file.
10385         * modules/cycle-check (Files): Add lib/same-inode.h.
10386         * modules/dirname (Files): Add m4/double-slash-root.m4.
10387         * modules/getcwd (Files): Add m4/getcwd-abort-bug.m4.
10388         * modules/mkdir-p (Files): Add lib/same-inode.h.
10389         * modules/same (Files): Add lib/same-inode.h.
10390
10391 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
10392
10393         * m4/absolute-header.m4: Renamed from full-header-path.m4.
10394         This is to keep the terminology clean; POSIX talks about
10395         "absolute pathnames", not "full pathnames", but the GNU
10396         Coding Standards say to use "path" for something else;
10397         so use "absolute" to keep both sides happy.
10398         (gl_ABSOLUTE_HEADER): Renamed from gl_FULL_HEADER_PATH.
10399         Set gl_absolute_header, not gl_full_header_path.
10400         Set gl_cv_absolute_<header>, not gl_full_path_<header>.
10401         Define ABSOLUTE_<HEADER>, not FULL_PATH_<HEADER>.
10402         All uses changed.
10403
10404         Merge from coreutils.
10405
10406         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
10407
10408         * m4/c-strtod.m4 (gl_C_STRTOLD): Add c-strtod.c to LIBSOURCES.
10409         Require gl_USE_SYSTEM_EXTENSIONS, not gl_C_STRTOD, since we don't
10410         want to require the building of c-strtod.o.
10411         * m4/lib-check.m4 (cu_LIB_CHECK): Remove SEQ_LIBM, since seq no longer
10412         needs -lm directly.
10413         * m4/xstrtod.m4 (gl_XSTRTOLD): New macro.
10414
10415         2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
10416
10417         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Prefer binutils's
10418         --as-needed option if available.  Problem reported by Albert Chin in
10419         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00114.html>.
10420         However, use -Wl,--as-needed, not bare --as-needed, since HP-UX 11.11
10421         cc merely issues a bunch of annoying warnings for --as-needed
10422         (this problem was reported by Bob Proulx).  Also, try linking with
10423         -lm to detect a bug in binutils 2.16 (this problem was reported
10424         by Ralf Wildenhues).
10425
10426         2006-06-18  Jim Meyering  <jim@meyering.net>
10427
10428         Test for a bug that causes glibc's getcwd to suffer a failed assertion.
10429         * m4/getcwd-abort-bug.m4 (gl_FUNC_GETCWD_ABORT_BUG): New file and
10430         macro.
10431         * m4/getcwd.m4 (gl_FUNC_GETCWD): If we detect support for getcwd_null,
10432         also check for glibc-2.4's abort-inducing bug.
10433
10434         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Fix typo.
10435         Low-probability clean-up should be to use rmdir to get rid of
10436         the just-created directory, not unlink.
10437
10438         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): If ftruncate is missing, make
10439         configure fail, and request a bug report to inform us about it.
10440         Add a comment that, barring reports to the contrary, in 2007 we'll
10441         assume ftruncate is universally available.
10442
10443         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
10444
10445         * m4/filemode.m4 (gl_FILEMODE): Check for strmode declaration.
10446
10447         2006-03-12  Jim Meyering  <jim@meyering.net>
10448
10449         * m4/chdir-safer.m4 (gl_CHDIR_SAFER): Add same-inode.h to the list.
10450         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Likewise.
10451         * m4/same.m4 (gl_SAME): Likewise.
10452         * m4/root-dev-ino.m4 (gl_ROOT_DEV_INO): Likewise.
10453
10454         2006-03-11  Eric Blake  <ebb9@byu.net>
10455
10456         * m4/double-slash-root.m4: New file, provides gl_DOUBLE_SLASH_ROOT.
10457         * m4/dirname.m4 (gl_DIRNAME): Use gl_DOUBLE_SLASH_ROOT.
10458         * m4/dos.m4 (FILE_SYSTEM_PREFIX_LEN): Move from here to dirname.h.
10459         (FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE): New define.
10460
10461 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
10462
10463         * lib/stdint_.h: Include <sys/types.h> after @FULL_PATH_STDINT_H@, for
10464         MacOS X 10.4.6.  Don't mention <sys/int_types.h>.  Problems
10465         reported by Mark D. Baushke, one in
10466         <http://lists.gnu.org/archive/html/bug-gnulib/2006-07/msg00015.html>.
10467
10468         Merge from coreutils.
10469
10470         * lib/.cppi-disable: Add stdint_.h.
10471         * lib/.cvsignore: Add stdint.h.
10472
10473         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
10474
10475         * lib/xstrtod.c (XSTRTOD, DOUBLE): New macros, so that we can support
10476         both double and long double versions.
10477         (XSTRTOD): Renamed from xstrtod.  Use DOUBLE internally.
10478         * lib/xstrtold.c: New file.
10479         * lib/xstrtod.h (xstrtold): New decl.
10480
10481         2006-05-22  Paul Eggert  <eggert@cs.ucla.edu>
10482
10483         * lib/filemode.c (setst): Remove.
10484         (strmode): Rewrite to avoid setst.  This makes the code shorter,
10485         (arguably) clearer, and the generated code is a bit smaller on my
10486         Debian GNU/Linux stable x86 host.
10487
10488         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
10489
10490         * lib/filemode.c: Include "filemode.h" first, to test the interface.
10491         Assume that filemode.h includes sys/types.h and sys/stat.h.
10492         (HAVE_ST_DM_MODE): New macro, moved here from ls.c.
10493         (ftypelet): Reorder to put common cases first, for efficiency.
10494         Add 'P', 'w'.  Remove 'M', since it's now the caller's responsibility
10495         to do 'M'.
10496         (strmode): Renamed from mode_string, and now stores 12 bytes instead
10497         of 10, for compatibility with FreeBSD.  All callers changed.
10498         (filemodestring): Now stores 12 bytes instead of 10, and sets file
10499         types that can't be deduced solely from st_mode.  First arg is now a
10500         const pointer.
10501         * lib/filemode.h (HAVE_DECL_STRMODE): Include <string.h> for strmode.
10502         (strmode): Renamed from mode_string.
10503         (filemodestring): New decl.
10504         * lib/stat-macros.h: Don't undef S_ISDOOR, since it's never buggy.
10505         (S_ISDOOR): Don't bother with S_IFDOOR, since that code is never
10506         needed.
10507         (S_ISPORT, S_ISWHT): New macros, if not already defined.
10508
10509         2006-04-12  Paul Eggert  <eggert@cs.ucla.edu>
10510
10511         * lib/fsusage.c: Don't include <inttypes.h> or <stdint.h>, since
10512         fsusage.h now does that.  Include fsusage.h first, to test interface.
10513         Prefer statvfs if it works, since it's blessed by POSIX.  Attempt
10514         at most one method (the old code could have generated decls that
10515         didn't conform to C89, not that this was ever exercised).
10516         * lib/fsusage.h: Include <inttypes.h> and <stdint.h> if they exist.
10517
10518         2006-03-19  Jim Meyering  <jim@meyering.net>
10519
10520         Work even in a chroot where d_ino values for entries in "/"
10521         don't match the stat.st_ino values for the same names.
10522         * lib/getcwd.c (__getcwd): When no d_ino value matches the target inode
10523         number, iterate through all entries again, using lstat instead.
10524         Reported by Kenshi Muto in http://bugs.debian.org/355810, and by
10525         Zouhir Hafidi in https://bugzilla.redhat.com/bugzilla/190656.
10526
10527         * lib/getcwd.c (__getcwd): Clarify a comment.
10528         Use memcpy in place of a call to strcpy.
10529
10530         2006-03-12  Jim Meyering  <jim@meyering.net>
10531
10532         * lib/fts-cycle.c (leave_dir): If cycle-check's saved dev-ino pair
10533         matches that of the current directory (which we're about to chdir ".."
10534         out of), then save the dev-ino of the parent, instead.
10535
10536         * lib/same-inode.h (SAME_INODE): New file/macro.
10537         * lib/chdir-safer.c (SAME_INODE): Remove definition.
10538         Include "same-inode.h", instead.
10539         * lib/same.c: Likewise.
10540         * lib/cycle-check.h: Include "same-inode.h".
10541         (CYCLE_CHECK_REFLECT_CHDIR_UP): Define.
10542         * lib/cycle-check.c (SAME_INODE): Remove definition.
10543         * lib/root-dev-ino.h: Include "same-inode.h".
10544
10545         2006-03-11  Eric Blake  <ebb9@byu.net>
10546
10547         * lib/same.c (same_name): s/base_name/last_component/
10548         * lib/backupfile.c (check_extension, numbered_backup): Likewise.
10549         * lib/filenamecat.c (file_name_concat): Likewise.
10550
10551         2006-03-11  Eric Blake  <ebb9@byu.net>,
10552                     Paul Eggert  <eggert@cs.ucla.edu>
10553
10554         * lib/dirname.h (FILE_SYSTEM_PREFIX_LEN): Move here from dos.m4.
10555         [FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't treat 1: as a
10556         drive prefix.
10557         (IS_ABSOLUTE_FILE_NAME): Treat all drive letters as absolute on
10558         platforms like cygwin with FILE_SYSTEM_DRIVE_PREFIX_IS_ABSOLUTE.
10559         (last_component): New method.
10560         * lib/dirname.c (dir_len): Determine when drive letters need a
10561         subsequent slash.  Preserve // when it is special.
10562         (dir_name): Don't append dot when drive letter is absolute.
10563         [TEST_DIRNAME]: Move into a full-blown gnulib test.
10564         * lib/basename.c (base_name): New semantics - malloc the result.
10565         Preserve // when it is special.  Preserve relative files that look
10566         like drive letters.
10567         (base_len): Preserve // when it is special.
10568         (last_component): New method, similar to old base_name semantics.
10569         * lib/stripslash.c (strip_trailing_slashes): Use last_component, not
10570         base_name.  Strip redundant slashes from ///.
10571
10572 2006-07-03  Jim Meyering  <jim@meyering.net>
10573
10574         * lib/cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Abort if this
10575         macro is used before the first cycle_check call.
10576
10577 2006-07-03  Eric Blake  <ebb9@byu.net>
10578
10579         * modules/dirname (Depends-on): Add xstrndup.
10580
10581 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
10582
10583         * m4/stdint.m4 (gl_STDINT_H): Use more-mnemonic identifiers for
10584         test cases, so that config.log is a bit easier to follow.
10585
10586 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
10587
10588         * lib/stdint_.h (intmax_t, uintmax_t): Prefer long to long long if
10589         both are 64 bits, since this seems to be the tradition, and this
10590         prevents gcc -Wformat from warning about usages with PRIuMAX.  If
10591         we ever run into a host that prefers long long to long in this
10592         case, we'll need another configure-time test.  Problem reported by
10593         Jim Meyering.
10594
10595 2006-07-02  Eric Blake  <ebb9@byu.net>
10596
10597         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Simplify by using AC_CHECK_DECLS.
10598
10599 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
10600
10601         * modules/inttypes (Depends-on): No longer depends on stdint.
10602         * modules/stdint (Description): Say more about assumptions.
10603         Say that the fast types might differ.  Say macros are used.
10604         (Files): Remove m4/size_max.m4, m4/wchar_t.m4.  Add m4/longlong.m4.
10605         (Makefile.am): Revise list of substituted symbols to match
10606         new stdint.m4.
10607         * modules/stdint-tests (Files): Add m4/wchar_t.m4, m4/wint_t.m4.
10608         (configure.ac): Add gt_TYPE_WCHAR_T, gt_TYPE_WINT_T.
10609         * tests/test-stdint.c (verify_same_types)
10610         [! (__GNUC__ >= 2 && DO_PEDANTIC)]: Put in a decl, so that
10611         the code conforms to C99/C89.
10612         Test for WCHAR_MIN and WCHAR_MAX only if HAVE_WCHAR_T.
10613         Test for WINT_MIN and WINT_MAX only if HAVE_WINT_T.
10614
10615 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
10616
10617         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Backport from Autoconf 2.60,
10618         but fix a bug, by requiring at least 64 bits.
10619         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
10620         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Now just call
10621         AC_TYPE_LONG_LONG_INT.  This macro is obsolete and will go soon.
10622         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG) Likewise.
10623
10624         * m4/stdint.m4 (gl_STDINT_H): Rewrite to accommodate stdint_.h
10625         changes.  Make 2.59 a prerequisite.  Check and substitute for
10626         HAVE_LONG_LONG_INT.  Rely on Autoconf to check for stdint.h and
10627         inttypes.h.  Do not use special include files; just use the
10628         defaults.  Check for sys/inttypes.h and sys/bitypes.h in the usual
10629         way now.  Remove no-longer-needed tests for HAVE_LONG_64BIT,
10630         HAVE_LONG_LONG_64BIT, int8_t, int16_t, int32_t, int64_t, uint8_t,
10631         uint16_t, uint32_t uint64_t, int_least8_t, int_least16_t,
10632         int_least32_t, int_least64_t, uint_least8_t, uint_least16_t,
10633         uint_least32_t, uint_least64_t, int_fast8_t, int_fast16_t,
10634         int_fast32_t, int_fast64_t, uint_fast8_t uint_fast16_t,
10635         uint_fast32_t, uint_fast64_t, intptr_t, uintptr_t, intmax_t,
10636         uintmax_t, INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX,
10637         UINT16_MAX, INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN,
10638         INT64_MAX, UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX,
10639         UINT_LEAST8_MAX, INT_LEAST16_MIN, INT_LEAST16_MAX,
10640         UINT_LEAST16_MAX, INT_LEAST32_MIN, INT_LEAST32_MAX,
10641         UINT_LEAST32_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX,
10642         UINT_LEAST64_MAX, INT_FAST8_MIN, INT_FAST8_MAX, UINT_FAST8_MAX,
10643         INT_FAST16_MIN, INT_FAST16_MAX, UINT_FAST16_MAX, INT_FAST32_MIN,
10644         INT_FAST32_MAX, UINT_FAST32_MAX, INT_FAST64_MIN, INT_FAST64_MAX,
10645         UINT_FAST64_MAX, INTPTR_MIN, INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN,
10646         INTMAX_MAX, UINTMAX_MAX, PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN,
10647         SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN,
10648         WINT_MAX.  Check for C99 conformance more strictly, by detecting
10649         bugs in glibc 2.4, Solaris 10, and OpenBSD 3.9.  On the other hand do
10650         not check for things that C99 does not require, e.g., int8_t.  If
10651         a test isn't needed unless <stdint.h> isn't working, and is
10652         unlikely to be needed for any other reason, then don't do it
10653         unless <stdint.h> isn't working.  Do not check for ptrdiff_t or
10654         size_t, since we assume C89 freestanding at least.  Do not check
10655         for sig_atomic_t, wchar_t, or wint_t, since the code now does
10656         the right thing even if the types are not defined.  Instead use:
10657         (gl_STDINT_TYPE_PROPERTIES): New macro.
10658         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H): Remove.  Don't bother
10659         testing whether <sys/types.h> clashes, as Autoconf does this for
10660         us now.  All uses removed.
10661         (gl_STDINT_CHECK_TYPES, gl_STDINT_MISSING_BOUND):
10662         (gl_STDINT_MISSING_BOUNDS, gl_STDINT_MISSING_BOUNDS2):
10663         (gl_CHECK_TYPE_SAME):
10664         Remove; no longer needed.
10665         (gl_STDINT_BITSIZEOF): Don't bother to check whether the type
10666         exists, since we'll return 0 anyway in that case.
10667         (gl_INTEGER_TYPE_SUFFIX, gl_STDINT_INCLUDES): New macros.
10668
10669 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
10670
10671         * lib/stdint_.h (_GL_STDINT_H): Renamed from _STDINT_H, to avoid
10672         possible collision with system files.
10673         (<stdio.h>, <time.h>, <wchar.h>) [defined __cplusplus && ! defined
10674         __STDC_CONSTANT_MACROS)]: Do not include, since we don't need
10675         WCHAR_MIN and WCHAR_MAX in this case.
10676         (<stddef.h>): Do not include; no longer needed.
10677         (<sys/types.h>): Include if @HAVE_SYS_TYPES_H@, not if
10678         (defined(__OpenBSD__) || defined(__bsdi__) || defined(__sgi)).
10679         (<sys/inttypes.h>): Include if @HAVE_SYS_INTTYPES_H@ &&
10680         !@HAVE_INTTYPES_H@, not if (defined(__FreeBSD__)
10681         && (__FreeBSD__ >= 3) && (__FreeBSD__ <= 4)).
10682         (__STDINT_H__) [@HAVE_STDINT_H@ && defined __sgi && ! defined
10683         __c99]: Define, to work around IRIX <stdint.h> incompatibility.
10684         (@FULL_PATH_STDINT_H@) [!(defined(__sgi) && @HAVE_INTTYPES_H@ &&
10685         !defined(__c99))]: Include in this case too, since it's harmless
10686         now.
10687         (<inttypes.h>) [@HAVE_INTTYPES_H@]: Include, since it's no longer
10688         dangerous to do so.
10689         (@FULL_PATH_INTTYPES_H@) [(defined(__hpux) || defined(_AIX)) &&
10690         @HAVE_INTTYPES_H@]: Do not include, since we now include <inttypes.h>.
10691         (_STDINT_MIN, _STDINT_MAX): New macros.
10692         (int8_t, uint8_t, int16_t, uint16_t, int32_t, uint32_t, int64_t):
10693         (uint64_t, int_least8_t, uint_least8_t, int_least16_t):
10694         (uint_least16_t, int_least32_t, uint_least32_t, int_least64_t):
10695         (uint_least64_t, int_fast8_t, uint_fast8_t, int_fast16_t):
10696         (uint_fast16_t, int_fast32_t, uint_fast32_t, int_fast64_t):
10697         (uint_fast64_t, intptr_t, uintptr_t, intmax_t, uintmax_t): Now
10698         macros, not typedefs; this simplifies things quite a bit.
10699         Use long int for all types narrower than int64_t.
10700         (intmax_t, uintmax_t, INTMAX_C, UINTMAX_C):
10701         Define in terms of long long int or int64_t or long int,
10702         not int64_t or int32_t.  This saves some compile-time testing.
10703         (INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX, UINT16_MAX):
10704         (INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN, INT64_MAX):
10705         (UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX, UINT_LEAST8_MAX):
10706         (INT_LEAST16_MIN, INT_LEAST16_MAX, UINT_LEAST16_MAX):
10707         (INT_LEAST32_MIN, INT_LEAST32_MAX, UINT_LEAST32_MAX):
10708         (INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX, INT_FAST8_MIN):
10709         (INT_FAST8_MAX, UINT_FAST8_MAX, INT_FAST16_MIN, INT_FAST16_MAX):
10710         (UINT_FAST16_MAX, INT_FAST32_MIN, INT_FAST32_MAX, UINT_FAST32_MAX):
10711         (INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTPTR_MIN):
10712         (INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN, INTMAX_MAX, UINTMAX_MAX):
10713         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
10714         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
10715         undef any previous version and define our own version, for
10716         simplicity and consistency with the new macros for types.
10717         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
10718         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
10719         Simplify definitions by using _STDINT_MIN and _STDINT_MAX
10720         where appropriate.  Rely on new symbols @PTRDIFF_T_SUFFIX@,
10721         @SIG_ATOMIC_T_SUFFIX@, @SIZE_T_SUFFIX@, @WCHAR_T_SUFFIX@,
10722         @WINT_T_SUFFIX@ to keep things simple here.
10723         (UINT8_C, UINT16_C, UINT32_C, INT64_C, UINT64_C):
10724         Simplify by assuming typical 8/16/32/64 host, since we're
10725         already doing that elsewhere anyway.
10726         Use (LONG_MAX >> 31 >> 31 == 1) rather than @HAVE_LONG_64BIT@,
10727         and assume long long int is 64 bits if available.  This
10728         speeds up 'configure'.
10729
10730 2006-07-01  Eric Blake  <ebb9@byu.net>
10731
10732         * m4/stdarg.m4 (gl_STDARG_H): Use proper AH_VERBATIM.
10733         Reported by Andreas Buening.
10734
10735 2006-07-01  Eric Blake  <ebb9@byu.net>
10736
10737         * m4/stdarg.m4 (gl_STDARG_H): Properly parenthesize gl_va_copy.
10738
10739 2006-06-30  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
10740
10741         * lib/getaddrinfo.c: fixed typo
10742
10743 2006-06-29  Jim Meyering  <jim@meyering.net>
10744
10745         * modules/strftime (Maintainer): Add my name, since with the
10746         FPRINTFTIME changes strftime.c has forked from glibc.
10747
10748 2006-06-29  Eric Blake  <ebb9@byu.net>
10749
10750         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Use AC_C_INLINE.
10751
10752 2006-06-29  Eric Blake  <ebb9@byu.net>
10753
10754         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): New file.
10755
10756 2006-06-29  Eric Blake  <ebb9@byu.net>
10757
10758         * lib/stat_.h: New file.
10759
10760 2006-06-29  Eric Blake  <ebb9@byu.net>
10761
10762         * lib/stat_.h (rpl_mkdir): Declare inline, to avoid warnings about
10763         unused static function.
10764
10765 2006-06-29  Eric Blake  <ebb9@byu.net>
10766
10767         * doc/functions.texi (Function Portability): Document missing lstat
10768         on mingw.
10769
10770 2006-06-29  Eric Blake  <ebb9@byu.net>
10771
10772         * MODULES.html.sh: Add sys_stat.
10773         * modules/sys_stat: New module.
10774         * modules/mkstemp (Depends-on): Add sys_stat.
10775
10776 2006-06-29  Derek R. Price  <derek@ximbiot.com>
10777
10778         * m4/strftime.m4: Don't call AC_FUNC_STRFTIME.
10779
10780 2006-06-29  Derek R. Price  <derek@ximbiot.com>
10781
10782         * m4/c-bs-a.m4: Removed.
10783
10784 2006-06-29  Derek R. Price  <derek@ximbiot.com>
10785
10786         * lib/strftime.c: Assume strftime() exists.
10787
10788 2006-06-29  Derek Price  <derek@ximbiot.com>
10789
10790         * modules/c-bs-a: Removed - \a is C89.
10791         * MODULES.html.sh: Remove c-bs-a.
10792
10793 2006-06-29  Bruno Haible  <bruno@clisp.org>
10794
10795         * modules/wcwidth (License): Change to LGPL.
10796
10797 2006-06-28  Simon Josefsson  <jas@extundo.com>
10798
10799         * tests/test-getaddrinfo.c: Test getnameinfo too.  Call WSAStartup
10800         on _WIN32.
10801
10802         * modules/getaddrinfo (Depends-on): Add inet_ntop, needed by
10803         getnameinfo.
10804
10805 2006-06-28  Simon Josefsson  <jas@extundo.com>
10806
10807         * m4/getaddrinfo.m4: Look for getnameinfo prototypes too.
10808
10809 2006-06-28  Simon Josefsson  <jas@extundo.com>
10810
10811         * lib/getaddrinfo.c: Try to load ws2_32.dll on Windows, to find the
10812         functions there.  It will succeed on Windows XP, but on Windows
10813         2000 and (presumably) earlier, it will fail, and use the internal
10814         re-implementation.
10815         (use_win32_p): New function.
10816         (getaddrinfo): Use strtoul on servname, to support numeric ports.
10817         Support AI_NUMERICSERV to disable getservbyname.
10818         (getnameinfo): New function, only supports
10819         NI_NUMERICHOST|NI_NUMERICSERV for now.
10820
10821         * lib/getaddrinfo.h: Test and check for AI_* flags separately, MinGW
10822         only have some of them.  Add AI_NUMERICSERV.  Add prototype for
10823         getnameinfo.
10824
10825 2006-06-28  Eric Blake  <ebb9@byu.net>
10826
10827         * modules/wcwidth: New file.
10828         * modules/mbchar (Depends-on): Add wcwidth.
10829         * modules/mbswidth (Depends-on): Add wcwidth.
10830         * MODULES.html.sh: Add wcwidth.
10831
10832 2006-06-28  Eric Blake  <ebb9@byu.net>
10833
10834         * m4/mbswidth.m4 (gl_MBSDWIDTH): Move wcwidth from here...
10835         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): ...to this new file.
10836
10837 2006-06-28  Eric Blake  <ebb9@byu.net>
10838
10839         * lib/xvasprintf.h: Fix comments.
10840
10841 2006-06-28  Eric Blake  <ebb9@byu.net>
10842
10843         * lib/mbchar.h (wcwidth): Include wcwidth.h.
10844         * lib/mbswidth.c (wcwidth): Move from here...
10845         * lib/wcwidth.h: ...to this new file.
10846
10847 2006-06-28  Derek R. Price  <derek@ximbiot.com>
10848
10849         * m4/savedir.m4: Remove AC_FUNC_CLOSEDIR_VOID requirement.
10850
10851         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't require AC_C_CONST, since
10852         it's obsolete.
10853         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Likewise.
10854
10855 2006-06-28  Derek R. Price  <derek@ximbiot.com>
10856
10857         * lib/savedir.c (CLOSEDIR): Remove.  All uses changed to closedir.
10858         Autoconf 2.60 says this stuff was obsolete.
10859
10860 2006-06-28  Bruno Haible  <bruno@clisp.org>
10861
10862         * modules/wcwidth (Files): Add m4/wchar_t.m4.
10863
10864 2006-06-28  Bruno Haible  <bruno@clisp.org>
10865
10866         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Also require AC_C_INLINE and
10867         gt_TYPE_WCHAR_T.
10868
10869 2006-06-28  Bruno Haible  <bruno@clisp.org>
10870
10871         * lib/wcwidth.h: Declare nothing if !HAVE_WCHAR_T. Provide a fallback
10872         declaration for wcwidth.
10873         * lib/mbswidth.c: Restore the includes of <wchar.h> and <wctypes.h>.
10874
10875 2006-06-28  Bruno Haible  <bruno@clisp.org>
10876
10877         * lib/mkdtemp.c [MINGW]: Include <io.h>.
10878         (mkdir): Define using _mkdir.
10879
10880 2006-06-28  Bruno Haible  <bruno@clisp.org>
10881
10882         * lib/getaddrinfo.h: Fix POSIX URL.
10883         * lib/getaddrinfo.c (WIN32_NATIVE): New macro. Use it instead of
10884         _WIN32.
10885         (use_win32_p): Make static.
10886         (getaddrinfo): Reject service name if it is empty or does not consist
10887         solely of decimal digits, or if its value is > 65535.
10888         (getnameinfo): Remove useless casts.
10889
10890 2006-06-27  Simon Josefsson  <jas@extundo.com>
10891
10892         * modules/sys_select: New file, suggested by Bruno Haible, Paul
10893         Eggert and Martin Lambers.
10894
10895 2006-06-27  Simon Josefsson  <jas@extundo.com>
10896
10897         * m4/sys_select_h.m4: New file, suggested by Bruno Haible, Paul
10898         Eggert and Martin Lambers.
10899
10900 2006-06-27  Bruno Haible  <bruno@clisp.org>
10901
10902         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): For nonexistent types, set the
10903         result to 0, not to empty.
10904         Reported by Martin Neitzel <neitzel@sco.gaertner.de>.
10905
10906 2006-06-27  Bruno Haible  <bruno@clisp.org>
10907
10908         * lib/stdint_.h (intmax_t, uintmax_t): Undefine before typedef.
10909
10910 2006-06-26  Simon Josefsson  <jas@extundo.com>
10911
10912         * m4/inet_ntop.m4: Don't check for sys/types.h, we assume it is
10913         present.
10914
10915 2006-06-26  Paul Eggert  <eggert@cs.ucla.edu>
10916
10917         * lib/base64.c (B64): Use _ as the formal parameter, not x, to avoid
10918         bug in IBM C V6 for AIX.  Problem reported by Larry Jones in
10919         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00181.html>.
10920
10921 2006-06-26  Mark D. Baushke  <mdb@gnu.org>
10922
10923         * m4/stdint.m4 (gl_STDINT_H): Treat BSD/OS like OpenBSD.
10924
10925 2006-06-26  Bruno Haible  <bruno@clisp.org>
10926
10927         * modules/stdint (Makefile.am): Also substitute HAVE_WCHAR_H.
10928
10929 2006-06-26  Bruno Haible  <bruno@clisp.org>
10930
10931         * m4/stdint.m4 (gl_STDINT_H): Test also for <wchar.h>.
10932
10933 2006-06-26  Bruno Haible  <bruno@clisp.org>
10934
10935         * m4/stdint.m4 (gl_STDINT_H): Don't include <stdint.h> when using the
10936         SGI C compiler in pre-C99 mode.
10937         Suggested by Mark D. Baushke and Larry Jones.
10938
10939 2006-06-26  Bruno Haible  <bruno@clisp.org>
10940
10941         * lib/stdint_.h: Include <wchar.h> if necessary for WCHAR_MIN or
10942         WCHAR_MAX.
10943         Reported by Mark D. Baushke and Larry Jones.
10944
10945 2006-06-26  Bruno Haible  <bruno@clisp.org>
10946
10947         * lib/stdint_.h: Don't include <stdint.h> when using the SGI C compiler
10948         in pre-C99 mode.
10949         Suggested by Mark D. Baushke and Larry Jones.
10950
10951 2006-06-23  Simon Josefsson  <jas@extundo.com>
10952             Bruno Haible  <bruno@clisp.org>
10953
10954         * gnulib-tool (func_emit_lib_Makefile_am): Define MOSTLYCLEANDIRS.
10955         Emit mostlyclean-local rule.
10956         (func_emit_tests_Makefile_am): Likewise.
10957         * modules/sys_socket (Makefile.am): Use MOSTLYCLEANDIRS.
10958
10959 2006-06-23  Mark D. Baushke  <mdb@gnu.org>
10960
10961         * lib/stdint_.h: Treat BSD/OS like OpenBSD.
10962
10963 2006-06-23  Bruno Haible  <bruno@clisp.org>
10964
10965         * tests/test-stdint.c: Update to match ISO C 99 Technical
10966         Corrigendum 1.
10967
10968 2006-06-23  Bruno Haible  <bruno@clisp.org>
10969
10970         * m4/stdint.m4 (gl_STDINT_H): Treat IRIX like OpenBSD.
10971
10972 2006-06-23  Bruno Haible  <bruno@clisp.org>
10973
10974         * lib/stdint_.h: Treat IRIX like OpenBSD.
10975
10976 2006-06-23  Bruno Haible  <bruno@clisp.org>
10977
10978         * lib/stdint_.h (UINT8_C, UINT16_C, UINT32_C): Define according to
10979         ISO C 99 Technical Corrigendum 1.
10980
10981 2006-06-22  Simon Josefsson  <jas@extundo.com>
10982
10983         * m4/sockpfaf.m4: Include winsock2.h too, to make it work under
10984         MinGW.
10985
10986 2006-06-22  Paul Eggert  <eggert@cs.ucla.edu>
10987
10988         * lib/glob.c (collated_compare): Remove 'const' uses that weren't
10989         needed.  Some compiler complained about some of them.  Problem reported
10990         by Larry Jones in
10991         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00172.html>.
10992
10993 2006-06-21  Simon Josefsson  <jas@extundo.com>
10994
10995         * tests/test-getaddrinfo.c: New file.
10996
10997         * modules/getaddrinfo-tests: New file.
10998
10999         * MODULES.html.sh: Add inet_pton.
11000
11001         * modules/inet_pton: New file.
11002
11003 2006-06-21  Simon Josefsson  <jas@extundo.com>
11004
11005         * m4/getaddrinfo.m4: Don't define WINVER.  Look for gethostbyname in
11006         -lws2_32 too.  Fixes getaddrinfo on Windows 2000, with the price
11007         of using the (limited) gnulib implementation on Windows XP.
11008
11009         * m4/inet_pton.m4: New file.
11010
11011 2006-06-21  Simon Josefsson  <jas@extundo.com>
11012
11013         * lib/getaddrinfo.c (getaddrinfo): Set ai_family in the return
11014         variable.
11015
11016         * lib/socket_.h: Don't define WINVER.
11017
11018         * lib/inet_pton.h, inet_pton.c: New file, taken from glibc but
11019         slightly modified to work in gnulib.
11020
11021 2006-06-21  Simon Josefsson  <jas@extundo.com>
11022
11023         * doc/gnulib.texi (Windows sockets): Add.
11024
11025 2006-06-21  Paul Eggert  <eggert@cs.ucla.edu>
11026
11027         * lib/read-file.c (fread_file): Start with buffer allocation of
11028         0 bytes rather than 1 byte; this simplifies the code.
11029         Don't invoke feof; it's not needed.  Refactor to avoid duplicate
11030         code to free buffer and save/restore errno.
11031         (internal_read_file): Remove unused local.
11032
11033 2006-06-20  Paul Eggert  <eggert@cs.ucla.edu>
11034
11035         * lib/openat.c (openat): Use ?:, not if, to work around GCC bug 4210
11036         <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=4210>.
11037         Problem reported by Denis Excoffier in
11038         <http://lists.gnu.org/archive/html/bug-tar/2006-06/msg00023.html>.
11039
11040 2006-06-19  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
11041
11042         * modules/sys_socket, modules/socklen: Include sys/types since
11043         FreeBSD 4.x's sys/socket.h needs it.
11044
11045 2006-06-19  Simon Josefsson  <jas@extundo.com>
11046
11047         * lib/inet_ntop.c: Always build inet_ntop4, since inet_ntop6 calls it.
11048
11049 2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
11050
11051         * lib/alloca_.h (alloca) [defined alloca]: Don't define or declare.
11052
11053 2006-06-19  Bruno Haible  <bruno@clisp.org>
11054
11055         * m4/stdint.m4 (gl_STDINT_H): Enclose the values of FULL_PATH_STDINT_H
11056         and FULL_PATH_INTTYPES_H in angle brackets.
11057         Reported by Mark D. Baushke <mdb@gnu.org>.
11058
11059 2006-06-17  Eric Blake  <ebb9@byu.net>
11060
11061         * m4/rmdir-errno.m4 (gl_FUNC_FMDIR_NOTEMPTY): Assume errno.h declares
11062         errno.
11063
11064 2006-06-17  Bruno Haible  <bruno@clisp.org>
11065
11066         * m4/stdint.m4 (gl_STDINT_H) [FreeBSD >= 5]: Don't include
11067         <sys/inttypes.h>.
11068
11069 2006-06-17  Bruno Haible  <bruno@clisp.org>
11070
11071         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove test
11072         whether errno is declared. Assume <errno.h> declares errno.
11073
11074 2006-06-17  Bruno Haible  <bruno@clisp.org>
11075
11076         * lib/stdint_.h [FreeBSD >= 5]: Don't include <sys/inttypes.h>.
11077
11078 2006-06-17  Bruno Haible  <bruno@clisp.org>
11079
11080         * lib/stdint_.h (_UINT8_T, _UINT32_T, _UINT64_T): New macros. Fixes a
11081         problem on Solaris 2.5.1.
11082
11083 2006-06-16  Eric Blake  <ebb9@byu.net>
11084
11085         * lib/unsetenv.c [!defined errno]: Assume errno.h declares errno.
11086         * lib/unicodeio.c [!defined errno]: Likewise.
11087         * lib/strtol.c [!defined errno]: Likewise.
11088         * lib/strtod.c [!defined errno]: Likewise.
11089
11090 2006-06-15  Eric Blake  <ebb9@byu.net>
11091
11092         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Work in spite of -Werror.
11093
11094 2006-06-15  Eric Blake  <ebb9@byu.net>
11095
11096         * config/srclist.txt (ssize_t.m4): Lose sync.
11097
11098 2006-06-15  Bruno Haible  <bruno@clisp.org>
11099
11100         * modules/stdint (Files): Include m4/full-header-path.m4,
11101         m4/size_max.m4, m4/wchar_t.m4.
11102         (Makefile.am): Many more substitutions.
11103         * modules/stdint-tests: New file.
11104         * tests/test-stdint.c: New file.
11105
11106 2006-06-15  Bruno Haible  <bruno@clisp.org>
11107
11108         * m4/stdint.m4 (gl_STDINT_H): Rewritten to produce a complete stdint.h.
11109         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H, gl_STDINT_CHECK_TYPES,
11110         gl_STDINT_MISSING_BOUND, gl_STDINT_MISSING_BOUNDS,
11111         gl_STDINT_MISSING_BOUNDS2, gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED,
11112         gl_CHECK_TYPE_SAME): New macros.
11113
11114 2006-06-15  Bruno Haible  <bruno@clisp.org>
11115
11116         * m4/size_max.m4 (gl_SIZE_MAX): Make it work also when cross-compiling.
11117
11118 2006-06-15  Bruno Haible  <bruno@clisp.org>
11119
11120         * lib/stdint_.h: Rewritten to be fully auto-configured.
11121         Fixes bug on HP-UX/IA64.
11122
11123 2006-06-11  Paul Eggert  <eggert@cs.ucla.edu>
11124
11125         * lib/getdate.y (__attribute__): Don't define if already defined.
11126         Problem reported by Larry Jones.
11127         * lib/utimens.c (__attribute__): Likewise.
11128
11129 2006-06-04  Paul Eggert  <eggert@cs.ucla.edu>
11130
11131         * lib/regexec.c (group_nodes_into_DFAstates): Fix a buffer overrun
11132         reported by Andreas Schwab.
11133
11134 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11135             Bruno Haible  <bruno@clisp.org>
11136
11137         * m4/strndup.m4 (gl_FUNC_STRNDUP): Replace the AC_REPLACE_FUNCS with a
11138         check for the declaration of strnlen and a run test that exposes the
11139         AIX 5.1 strnlen bug.  In the failure case, #define strndup to
11140         rpl_strndup.
11141
11142 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11143             Bruno Haible  <bruno@clisp.org>
11144
11145         * lib/strndup.c (strndup) [!_LIBC]: Don't undefine macro definition.
11146
11147 2006-05-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11148
11149         * m4/c-strtod.m4 (gl_C99_STRTOLD): Use a link test rather than a
11150         compile test, for Tru64 4.0D.
11151
11152 2006-05-28  Karl Berry  <karl@gnu.org>
11153
11154         * config/srclist.txt (printf-args.c): lose sync.
11155
11156 2006-05-26  Martin Lambers  <marlam@marlam.de>
11157
11158         * lib/getpass.c: Updates the test for the native W32 API, and adds
11159         missing includes, thus fixing compilation warnings.
11160
11161 2006-05-25  Sergey Poznyakoff  <gray@gnu.org.ua>
11162
11163         * lib/exclude.c (exclude_fnmatch): New function.
11164         (excluded_file_name): Call exclude_fnmatch.
11165         * lib/exclude.h (excluded_file_name): New prototype
11166
11167 2006-05-25  Paul Eggert  <eggert@cs.ucla.edu>
11168
11169         * lib/tempname.c (small_open, large_open): New macros.
11170         (__open, __open64) [!_LIBC]: Remove.
11171         (__gen_tempname): Use small_open and large_open instead of __open
11172         and __open64.  This fixes a portability bug on HP-UX 11.11i
11173         reported by Simon Wing-Tang in
11174         <http://lists.gnu.org/archive/html/bug-coreutils/2006-05/msg00114.html>.
11175
11176 2006-05-24  Bruno Haible  <bruno@clisp.org>
11177
11178         * lib/printf-args.c (printf_fetchargs): Turn NULL pointers for
11179         TYPE_STRING and TYPE_WIDE_STRING into a non-NULL replacement.
11180         Reported by Thorsten Maerz <torte@netztorte.de> via
11181         Aaron Stone <aaron@serendipity.cx>.
11182
11183 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
11184
11185         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Rename cache variables to use
11186         gl_ rather than jm_.  Link, don't run, so that cross-compiles are
11187         allowed.  Check that resulting type is arithmetic.  Move AC_REQUIRE
11188         and AC_CHECK_HEADERS_ONCE outside of AC_CACHE_CHECK, since they're
11189         not really conditional on the cache.
11190         (gl_PREREQ_NANOSLEEP): Check for sys/select.h.
11191
11192 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
11193
11194         * lib/nanosleep.c [HAVE_SYS_SELECT_H]: Include <sys/select.h>.
11195         Use the usual Autoconf way to include <time.h> and/or sys/time.h.
11196         (my_usleep): Don't mishandle maximum value.
11197
11198 2006-05-19  Jim Meyering  <jim@meyering.net>
11199
11200         * lib/getugroups.c: Correct an outdated comment.  From Bruno Haible.
11201
11202 2006-05-17  Bruno Haible  <bruno@clisp.org>
11203
11204         Cygwin portability.
11205         * lib/classpath.c (PATH_SEPARATOR) [CYGWIN]: Define as ':'.
11206
11207 2006-05-17  Bruno Haible  <bruno@clisp.org>
11208
11209         * lib/stdint_.h: Fix recognition of Cygwin.
11210
11211 2006-05-15  Bruno Haible  <bruno@clisp.org>
11212
11213         * build-aux/config.rpath: Improve support for Sun C 5.9 on Linux, based
11214         on libtool patch by Ralf Wildenhues.
11215
11216 2006-05-14  Paul Eggert  <eggert@cs.ucla.edu>
11217
11218         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Fix overly-picky
11219         test for C99 conformance; (bool) 0.5 is an integer constant
11220         expression, but (bool) -0.5 is not.  Problem reported by Fedor
11221         Sergeev in <http://forum.sun.com/jive/thread.jspa?threadID=96202>.
11222
11223 2006-05-11  Simon Josefsson  <jas@extundo.com>
11224
11225         * m4/xvasprintf.m4: Fix obvious typo.
11226
11227 2006-05-11  Jim Meyering  <jim@meyering.net>
11228
11229         * lib/sha1.c (sha1_buffer): Correct comment: s/MD5/SHA1/.  From
11230         James Lemley.
11231
11232 2006-05-10  Simon Josefsson  <jas@extundo.com>
11233
11234         * lib/md4.c: Typo fix, update copyright years.
11235         (K1, K2): Don't use L because it turn computations into 64-bit on
11236         64-bit platforms.
11237
11238 2006-05-10  Paul Eggert  <eggert@cs.ucla.edu>
11239
11240         * lib/crc.c (crc32_update): Remove unnecessary L suffix.
11241         * lib/md4.c (rol): Cast right-shift arg to uint32_t to prevent
11242         unwanted sign propagation, e.g., on hosts with 64-bit int.
11243         There still are some problems with reeelly weird theoretical hosts
11244         (e.g., 33-bit int) but it's not worth worrying about now.
11245         * lib/sha1.c (rol): Likewise.
11246         (K1, K2, K3, K4): Remove unnecessary L suffix.
11247
11248 2006-05-10  Bruno Haible  <bruno@clisp.org>
11249
11250         * lib/des.c: Cast to avoid warnings.
11251
11252 2006-05-09  Bruno Haible  <bruno@clisp.org>
11253
11254         * modules/xvasprintf (Files): Add m4/xvasprintf.m4.
11255         (Depends-on): Depend also on xsize, stdarg.
11256         (configure.ac): Add gl_XVASPRINTF.
11257
11258 2006-05-09  Bruno Haible  <bruno@clisp.org>
11259
11260         * m4/xvasprintf.m4: New file.
11261
11262 2006-05-09  Bruno Haible  <bruno@clisp.org>
11263
11264         * lib/xvasprintf.c: Include limits.h, string.h, xsize.h.
11265         (EOVERFLOW): Define fallback value.
11266         (xstrcat): New function.
11267         (xvasprintf): Recognize the special case of a string concatenation.
11268
11269 2006-05-08  Eric Blake  <ebb9@byu.net>
11270
11271         * gnulib-tool (func_version): Base copyright year on CVS date.
11272         (func_emit_copyright_notice): New function.
11273         (func_emit_lib_Makefile_am): Use it.
11274         (func_emit_tests_Makefile_am): Likewise.
11275         (func_import): Likewise.
11276
11277 2006-05-08  Bruno Haible  <bruno@clisp.org>
11278
11279         * modules/stdarg: New file.
11280         * MODULES.html.sh (func_all_modules): Add section for <stdarg.h>.
11281
11282 2006-05-08  Bruno Haible  <bruno@clisp.org>
11283
11284         * m4/stdarg.m4: New file, from GNU gettext.
11285
11286 2006-05-08  Bruno Haible  <bruno@clisp.org>
11287
11288         * config/srclist.txt (build-aux/config.rpath): different from latest
11289         release.
11290
11291 2006-05-08  Bruno Haible  <bruno@clisp.org>
11292
11293         * build-aux/config.rpath: Add support for Sun C 5.9 on Linux.
11294
11295 2006-05-05  Jim Meyering  <jim@meyering.net>
11296
11297         * m4/warning.m4: New file, derived from bison's file by the same name.
11298
11299 2006-05-03  Bruno Haible  <bruno@clisp.org>
11300
11301         * lib/stdint_.h: Shorter URL.
11302         * lib/inttypes.h: Likewise.
11303
11304 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
11305
11306         * modules/inttypes (Maintainer): Change from Derek Price to 'all'.
11307
11308 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
11309
11310         * lib/verify.h: Document the internals better.  Most of this change
11311         was written by Bruno Haible.
11312
11313 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
11314
11315         * doc/verify.texi: New file, partly based on a proposal by
11316         Bruno Haible.
11317
11318 2006-05-02  Bruno Haible  <bruno@clisp.org>
11319
11320         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Move the include_next
11321         test from here...
11322         * m4/_inttypes_h.m4 (gl_INTTYPES_H): ... to here.
11323
11324 2006-04-29  Bruno Haible  <bruno@clisp.org>
11325
11326         * lib/gcd.c: Use WORD_T and GCD instead of unsigned long and gcd.
11327         Suggested by Oskar Liljeblad <oskar@osk.mine.nu>.
11328
11329 2006-04-29  Bruno Haible  <bruno@clisp.org>
11330
11331         * gnulib-tool: Make --update option actually work.
11332
11333 2006-04-29  Bruno Haible  <bruno@clisp.org>
11334
11335         * doc/gcd.texi: New file.
11336         * doc/gnulib.texi: Include it.
11337
11338 2006-04-25  Paul Eggert  <eggert@cs.ucla.edu>
11339
11340         * lib/getdate.y (get_date): When adding relative date, start with the
11341         initial time, not with the result of the first mktime call.
11342
11343 2006-04-25  Bruno Haible  <bruno@clisp.org>
11344
11345         * gnulib-tool (func_import): Output the include directives in three
11346         blocks, sorted separately.
11347         Reported by Ben Pfaff <blp@cs.stanford.edu>.
11348
11349 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
11350
11351         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use prototype
11352         to define main with arguments, for C++.  Reported by Eric Blake.
11353         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC):
11354         Prefer 'int main ()' to 'int main (void)', for C++.
11355         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Likewise.
11356         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Specify a return type
11357         for 'main', for C99 and C++.
11358
11359 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
11360
11361         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Use return, not exit.
11362         Don't assume that exit status -1 is valid.
11363         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
11364         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
11365         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Likewise.
11366         * m4/readdir.m4 (GL_FUNC_READDIR): Include <stdlib.h>.
11367         * m4/rename.m4 (vb_FUNC_RENAME): Likewise.
11368         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use AC_RUN_IFELSE,
11369         not AC_TRY_RUN.  Use return, not exit.  Don't assume that
11370         functions can be used without declaring them, or that you can
11371         exit with status -1.
11372         * m4/utimes-null.m4 (gl_FUNC_UTIMES_NULL): Likewise.
11373
11374 2006-04-24  Karl Berry  <karl@gnu.org>
11375
11376         * config/srclist.txt (longdouble.m4): sync lost.
11377
11378 2006-04-24  Eric Blake  <ebb9@byu.net>
11379
11380         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Avoid unused variable warning.
11381
11382 2006-04-24  Bruno Haible  <bruno@clisp.org>
11383
11384         * m4/poll.m4 (gl_FUNC_POLL): When cross-compiling, reject also the
11385         poll() implementation in AIX.
11386         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
11387
11388 2006-04-24  Bruno Haible  <bruno@clisp.org>
11389
11390         * m4/poll.m4 (gl_FUNC_POLL): Rearrange code, so that POLL_H gets
11391         assigned exactly once.
11392
11393 2006-04-23  Claudio Fontana  <claudio@gnu.org>
11394             Bruno Haible  <bruno@clisp.org>
11395
11396         * modules/gettext (Makefile.am): Add a -I flag for <libintl.h>.
11397         * gnulib-tool (func_emit_lib_Makefile_am): Emit empty default value
11398         for AM_CPPFLAGS.
11399
11400 2006-04-23  Bruno Haible  <bruno@clisp.org>
11401
11402         * modules/copy-file: Depend on unistd.
11403         * modules/execute: Likewise.
11404         * modules/fatal-signal: Likewise.
11405         * modules/findprog: Likewise.
11406         * modules/mkdtemp : Likewise.
11407         * modules/pipe: Likewise.
11408         * modules/wait-process: Likewise.
11409
11410 2006-04-23  Bruno Haible  <bruno@clisp.org>
11411
11412         * lib/fwriteerror.c (fwriteerror): Call fclose also when an error
11413         condition was already detected.
11414         Reported by Ben Pfaff <blp@cs.stanford.edu>.
11415
11416 2006-04-23  Bruno Haible  <bruno@clisp.org>
11417
11418         * lib/copy-file.c: Include <unistd.h> unconditionally.
11419         * lib/execute.c: Likewise.
11420         * lib/fatal-signal.c: Likewise.
11421         * lib/findprog.c: Likewise.
11422         * lib/mkdtemp.c: Likewise.
11423         * lib/pipe.h: Likewise.
11424         * lib/pipe.c: Likewise.
11425         * lib/wait-process.h: Likewise.
11426
11427 2006-04-23  Bruno Haible  <bruno@clisp.org>
11428
11429         * gnulib-tool (func_usage): Fix --import description. Document
11430         --update.
11431         (func_import): Create temporary file in a temporary directory, if
11432         --dry-run is specified. Silence errors from 'grep' when there are no
11433         m4 files in $m4dir.
11434         (func_create_testdir): Silence errors from 'grep' when there are no
11435         m4 files in $m4dir.
11436         Reported by Karl Berry <karl@freefriends.org>.
11437
11438 2006-04-20  Bruno Haible  <bruno@clisp.org>
11439
11440         * m4/argp.m4 (gl_ARGP): Don't call AC_CHECK_DECLS_ONCE with more than
11441         one argument, so that the code will be portable to Autoconf 2.60.
11442         * m4/getlogin_r.m4 (gl_PREREQ_GETLOGIN_R): Likewise.
11443         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
11444         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO): Likewise.
11445
11446 2006-04-19  Derek Price  <derek@ximbiot.com>
11447             Eric Blake  <ebb9@byu.net>
11448
11449         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Use </full/path.h>
11450         rather than "/full/path.h".  Update comment to match.  Shorten &
11451         generalize m4_translit call via AS_TR_CPP.
11452
11453 2006-04-19  Derek Price  <derek@ximbiot.com>
11454             Eric Blake  <ebb9@byu.net>
11455
11456         * lib/inttypes.h: Correct grammar in comment.
11457
11458 2006-04-18  Derek Price  <derek@ximbiot.com>
11459             Paul Eggert  <eggert@cs.ucla.edu>
11460
11461         * modules/inttypes: New file.
11462         * modules/strtoimax, modules/strtoumax: Depend on inttypes.
11463
11464 2006-04-18  Derek Price  <derek@ximbiot.com>
11465             Paul Eggert  <eggert@cs.ucla.edu>
11466
11467         * m4/_inttypes_h.m4, m4/full-header-path.m4, m4/include_next.m4:
11468         New files.
11469
11470 2006-04-18  Derek Price  <derek@ximbiot.com>
11471             Paul Eggert  <eggert@cs.ucla.edu>
11472
11473         * lib/inttypes.h: New file.
11474         * lib/strtoimax.c: Assume <inttypes.h>.
11475
11476 2006-04-15  Paul Eggert  <eggert@cs.ucla.edu>
11477
11478         * lib/utimens.c (futimens): glibc futimesat messes up if /proc
11479         isn't mounted.  Problem reported by Kir Kolyshkin.
11480
11481 2006-04-13  Paul Eggert  <eggert@cs.ucla.edu>
11482
11483         * lib/regcomp.c (init_dfa): Don't use wchar_t or wctype_t if
11484         RE_ENABLE_I18N is not defined.  Problem reported by Mark D. Baushke via
11485         Derek R. Price.
11486         * lib/regex.h (RE_DUP_MAX): Update comment to match current
11487         implementation.
11488
11489 2006-04-12  Eric Blake  <ebb9@byu.net>
11490
11491         * modules/time_r (Makefile.am): Remove lib_SOURCES line, as this
11492         is now done automatically by the corresponding Autoconf macro.
11493
11494 2006-04-11  Paul Eggert  <eggert@cs.ucla.edu>
11495
11496         * m4/time_r.m4 (gl_TIME_R): Add AC_LIBSOURCES for time_r.c and
11497         time_r.h.
11498
11499 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
11500
11501         Merge regex changes from libc, removing some of our
11502         POSIX-conformance changes that were rejected and redoing them in a
11503         less-intrusive way.
11504
11505         * lib/regcomp.c (re_compile_internal, init_dfa):
11506         Length arg is now size_t, not Idx.  All uses changed.
11507         (peek_token): Forward decl now says internal_function.
11508         (__re_error_msgid, __re_error_msgid_idx):
11509         Now static rather than extern with attribute_hidden.
11510         (re_compile_pattern) [!defined _LIBC]: Use K&R-style defn.
11511         For some reason libc prefers K&R style defns for external functions.
11512         (regerror) [!defined _LIBC]: Likewise.
11513         (re_set_syntax, re_compile_fastmap, regcomp, regfree, re_comp):
11514         (seek_collating_symbol_entry, lookup_collation_sequence_value):
11515         (build_range_exp, build_collating_symbol):
11516         Use K&R-style defn.
11517         (re_compile_fastmap): Use '\0' to memset, not 0.
11518         (utf8_sb_map): Make the calculations more obvious.
11519         (init_dfa, parse_bracket_exp, build_charclass_op):
11520         Call calloc and cast result, as glibc does.
11521         (init_word_char, fetch_token, peek_token, peek_token_bracket):
11522         (build_range_exp, build_collating_symbol):
11523         Now internal functions.
11524
11525         * lib/regex.c [!defined _LIBC]: Allow compiling with C++ compilers.
11526
11527         * lib/regex.h (__USE_GNU_REGEX): New macro.  Don't depend on
11528         _REGEX_SOURCE any more; depend on _GNU_SOURCE instead.
11529         Don't depend on VMS; depend on __VMS instead, for POSIX
11530         namespace cleanness.
11531         (regoff_t): Define to ssize_t, not long int.
11532
11533         Remove the REG_ macros named below.  Instead, make the old names
11534         (e.g., RE_BACKSLASH_ESCAPE_IN_LISTS) visible only if
11535         __USE_GNU_REGEX.
11536         (REG_BACKSLASH_ESCAPE_IN_LISTS):
11537         (REG_BK_PLUS_QM, REG_CHAR_CLASSES, REG_CONTEXT_INDEP_ANCHORS):
11538         (REG_CONTEXT_INDEP_OPS, REG_CONTEXT_INVALID_OPS):
11539         (REG_DOT_NEWLINE, REG_DOT_NOT_NULL, REG_HAT_LISTS_NOT_NEWLINE):
11540         (REG_INTERVALS, REG_LIMITED_OPS, REG_NEWLINE_ALT):
11541         (REG_NO_BK_BRACES, REG_NO_BK_PARENS, REG_NO_BK_REFS):
11542         (REG_NO_BK_VBAR, REG_NO_EMPTY_RANGES):
11543         (REG_UNMATCHED_RIGHT_PAREN_ORD, REG_NO_POSIX_BACKTRACKING):
11544         (REG_NO_GNU_OPS, REG_DEBUG, REG_INVALID_INTERVAL_ORD):
11545         (REG_IGNORE_CASE, REG_CARET_ANCHORS_HERE):
11546         (REG_CONTEXT_INVALID_DUP, REG_NO_SUB, REG_SYNTAX_EMACS):
11547         (REG_SYNTAX_AWK, REG_SYNTAX_GNU_AWK, REG_SYNTAX_POSIX_AWK):
11548         (REG_SYNTAX_GREP, REG_SYNTAX_EGREP, REG_SYNTAX_POSIX_EGREP):
11549         (REG_SYNTAX_ED, REG_SYNTAX_SED, _REG_SYNTAX_POSIX_COMMON):
11550         (REG_SYNTAX_POSIX_BASIC, REG_SYNTAX_POSIX_MINIMAL_BASIC):
11551         (REG_SYNTAX_POSIX_EXTENDED, REG_SYNTAX_POSIX_MINIMAL_EXTENDED):
11552         (REG_DUP_MAX, REG_UNALLOCATED, REG_REALLOCATE, REG_FIXED):
11553         (REG_NREGS):
11554         Remove.  All uses replaced by the old RE_* names.
11555         (RE_BACKSLASH_ESCAPE_IN_LISTS):
11556         (RE_BK_PLUS_QM, RE_CHAR_CLASSES, RE_CONTEXT_INDEP_ANCHORS):
11557         (RE_CONTEXT_INDEP_OPS, RE_CONTEXT_INVALID_OPS):
11558         (RE_DOT_NEWLINE, RE_DOT_NOT_NULL, RE_HAT_LISTS_NOT_NEWLINE):
11559         (RE_INTERVALS, RE_LIMITED_OPS, RE_NEWLINE_ALT):
11560         (RE_NO_BK_BRACES, RE_NO_BK_PARENS, RE_NO_BK_REFS):
11561         (RE_NO_BK_VBAR, RE_NO_EMPTY_RANGES):
11562         (RE_UNMATCHED_RIGHT_PAREN_ORD, RE_NO_POSIX_BACKTRACKING):
11563         (RE_NO_GNU_OPS, RE_DEBUG, RE_INVALID_INTERVAL_ORD):
11564         (RE_IGNORE_CASE, RE_CARET_ANCHORS_HERE):
11565         (RE_CONTEXT_INVALID_DUP, RE_NO_SUB):
11566         Don't bother having these macros be independent of each others'
11567         values, since they no longer exist in the POSIX name space.
11568
11569         Rename the following member names back to their old names,
11570         unless !__USE_GNU_REGEX.  All uses changed back.
11571         (buffer): Renamed from re_buffer.
11572         (allocated): Renamed from re_allocated.
11573         (used): Renamed from re_used.
11574         (syntax): Renamed from re_syntax.
11575         (fastmap): Renamed from re_fastmap.
11576         (translate): Renamed from re_translate.
11577         (can_be_null): Renamed from re_can_be_null.
11578         (regs_allocated): Renamed from re_regs_allocated.
11579         (fastmap_accurate): Renamed from re_fastmap_accurate.
11580         (no_sub): Renamed from re_no_sub.
11581         (not_bol): Renamed from re_not_bol.
11582         (not_eol): Renamed from re_not_eol.
11583         (newline_anchor): Renamed from re_newline_anchor.
11584         (num_regs): Renamed from rm_num_regs.
11585         (start): Renamed from rm_start.
11586         (end): Renamed from rm_end.
11587
11588         (free_state): Move up a bit.
11589
11590         * lib/regex_internal.h (inline) [__GNUC__ < 3 && defined _LIBC]:
11591         #define to be empty.
11592         (ASCII_CHARS): New macro, replacing all uses of 0x80 and/or SBC_MAX / 2
11593         when that is what is intended.
11594         (SBC_MAX): Define to UCHAR_MAX + 1, not 256.
11595         (__re_error_msgid, __re_error_msgid_idx): Remove decls; not needed.
11596         (MAX): New macro.
11597         (re_xmalloc, re_calloc, re_xrealloc, re_x2realloc): Remove.
11598         All uses changed back to re_malloc, etc.  It's now the caller's
11599         responsibility to check for overflow; all callers changed.
11600         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc, re_xnrealloc):
11601         (re_x2nrealloc): Remove.
11602         (free_state): Remove decl.
11603
11604         * lib/regexc.c (regexec, re_match, re_search, re_match_2, re_search_2):
11605         (re_set_registers, re_exec):
11606         Use K&R-style defn.
11607
11608         2006-01-31  Roland McGrath  <roland@redhat.com>
11609
11610         * lib/regcomp.c (calc_eclosure_iter): Remove dead variables.
11611         Reported by Mike Frysinger <vapier@gentoo.org>.
11612
11613         2006-01-15  Andreas Jaeger  <aj@suse.de>
11614
11615         [BZ #1950]
11616         * lib/regex_internal.c (re_string_reconstruct): Adjust for
11617         build_wcs_upper_buffer change.
11618         (build_wcs_upper_buffer): Change return type.
11619
11620         2005-12-10  Ulrich Drepper  <drepper@redhat.com>
11621
11622         * lib/regex_internal.h: Include <stdint.h> if available.
11623
11624         2005-12-06  Paolo Bonzini  <bonzini@gnu.org>
11625
11626         * lib/regex_internal.h (SIZE_MAX): Provide a default definition.
11627
11628         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
11629
11630         * lib/regcomp.c: Adjust for changed secondary hash function.
11631
11632         2005-09-30  Ulrich Drepper  <drepper@redhat.com>
11633
11634         * lib/regex.h: Pretty printing.
11635         Clean up namespace a bit.
11636
11637         2005-09-30  Jakub Jelinek  <jakub@redhat.com>
11638
11639         * lib/regexec.c (update_cur_sifted_state, check_arrival,
11640         check_arrival_add_next_nodes): Avoid using uninitialized variable.
11641
11642         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
11643                     Ulrich Drepper  <drepper@redhat.com>
11644
11645         [BZ #1302]
11646         * lib/regex_internal.h (bitset_t): Renamed from bitset.  All uses
11647         changed.
11648         (bitset_word_t): Renamed from bitset_word.  All uses changed.
11649
11650         2005-09-22  Ulrich Drepper  <drepper@redhat.com>
11651
11652         [BZ #281]
11653         * lib/regex.h: Define RE_TRANSLATE_TYPE as unsigned char *.
11654         * lib/regcomp.c: Remove unnecessary uses of
11655         unsigned RE_TRANSLATE_TYPE.
11656         * lib/regex_internal.h: Likewise.
11657         * lib/regex_internal.c: Likewise.
11658         * lib/regexec.c: Likewise.
11659         Based on a patch by Stepan Kasal <kasal@ucw.cz>.
11660
11661         2005-09-07  Ulrich Drepper  <drepper@redhat.com>
11662
11663         * lib/regexec.c (find_recover_state): Remove unnecessary
11664         initialization.
11665         (transit_state_bkref): Make DFA a const pointer.
11666         (get_subexp): Likewise.
11667         (check_arrival): Likewise.
11668         (update_cur_sifted_state): Likewise.
11669         (re_search_internal): Likewise.
11670         (prune_impossible_nodes): Likewise.
11671         (acquire_init_state_context): Likewise.
11672         (proceed_next_node): Likewise.
11673         (set_regs): Likewise.
11674         (free_fail_stack_return): Likewise.
11675         (check_arrival_expand_ecl): Mark DFA parameter as const.
11676         (check_arrival_expand_ecl_sub): Likewise.
11677         (check_subexp_limits): Likewise.
11678         (sub_epsilon_src_nodes):  Likewise.
11679         (add_epsilon_src_nodes):  Likewise.
11680         (merge_state_array): Likewise.
11681         (update_regs): Likewise.
11682         (build_trtable): Likewise.
11683         (sift_states_backward): Mark MCTX parameter as const.
11684         (build_sifted_states): Likewise.
11685         (update_cur_sifted_state): Likewise.
11686         (sift_states_mkref): Likewise.
11687         (check_arrival_expand_ecl): Mark eclosure as const.
11688         (check_dst_limits_calc_pos_1): Likewise.
11689         * lib/regex_internal.h (re_match_context_t): Make dfa a const
11690         pointer.
11691
11692         2005-09-06  Ulrich Drepper  <drepper@redhat.com>
11693
11694         * lib/regexec.c (merge_state_with_log): Define dfa as const pointer.
11695         (transit_state_sb): Likewise.
11696         (transit_state_mb): Likewise.
11697         (sift_states_iter_mb): Likewise.
11698         (check_arrival_add_next_nodes): Likewise.
11699         (check_node_accept_bytes): Change first parameter to pointer-to-const.
11700         [_LIBC] (re_search_2_stub): Use mempcpy.
11701
11702         * lib/regex_internal.c (re_string_reconstruct): Avoid calling
11703         mbrtowc for very simple UTF-8 case.
11704
11705         * lib/regex_internal.c (re_acquire_state): Make DFA pointer arg
11706         a pointer-to-const.
11707         (re_acquire_state_context): Likewise.
11708         * lib/regex_internal.h: Adjust prototypes.
11709
11710         * lib/regex.c: Prevent using C++ compilers.
11711
11712         * lib/regex_internal.c (re_acquire_state): Minor code rearrangement.
11713         (re_acquire_state_context): Likewise.
11714
11715 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
11716
11717         * modules/regex (Depends-on): Add ssize_t.
11718
11719 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
11720
11721         * m4/regex.m4 (gl_REGEX): Check for new glibc interface to
11722         translation table.
11723
11724 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
11725
11726         * doc/gnulib-tool.texi (Modified imports): pathname -> file name.
11727
11728 2006-03-29  Mark D. Baushke  <mdb@gnu.org>
11729             Bruno Haible  <bruno@clisp.org>
11730
11731         * lib/stdint_.h: On OpenBSD, don't redefine types already included in
11732         <sys/types.h> and <inttypes.h>.
11733
11734 2006-03-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11735
11736         * m4/argz.m4 (gl_FUNC_ARGZ): If we define `error_t', also define
11737         `__error_t_defined', so argp.h will not typedef the former.
11738
11739 2006-03-25  Paul Eggert  <eggert@cs.ucla.edu>
11740
11741         * m4/regex.m4 (gl_REGEX): Don't insist on REG_SYNTAX_POSIX_EGREP,
11742         REG_SYNTAX_EMACS, and REG_IGNORE_CASE.  Settle for the traditional
11743         glibc names.  Even if glibc is changed to conform to POSIX, the
11744         traditional names will be available anyway, since regex depends on
11745         the extensions module.  Also, fix a longstanding typo in the
11746         implementation of Spencer ERE test #75 from grep 2.3.  Problems
11747         reported by Emanuele Giaquinta.  Also, change sense of cached
11748         variable, so that the message makes sense.
11749
11750 2006-03-24  Simon Josefsson  <jas@extundo.com>
11751
11752         * lib/base64.c: Fix problems reported by Eric Blake <ebb9@byu.net>,
11753         including some doc fixes.
11754         (base64_encode_alloc): Fix +1 bug on allocation failures.
11755
11756 2006-03-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11757
11758         * lib/base64.c (base64_encode): Do not read past end of array with
11759         unsanitized input on systems with CHAR_BIT > 8.
11760
11761 2006-03-24  Eric Blake  <ebb9@byu.net>
11762
11763         * lib/time_r.c (copy_string_result): Remove, as it is no longer used.
11764
11765 2006-03-22  Karl Berry  <karl@gnu.org>
11766
11767         * config/srclist.txt (*setenv.[ch]): get from coreutils.
11768         * config/srclistvars.sh (COREUTILS): new var.
11769
11770 2006-03-17  Jim Meyering  <jim@meyering.net>
11771
11772         * m4/regex.m4 (gl_REGEX): Fix typo in last change:
11773         s/_REGEX_WIDE_OFFSETS/_REGEX_LARGE_OFFSETS/.
11774
11775 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
11776
11777         * m4/regex.m4 (gl_REGEX): Don't check for off_t, since the code
11778         no longer needs it.  Instead, check that regoff_t is as least
11779         as wide as ptrdiff_t.
11780
11781         Don't define _REGEX_WIDE_OFFSETS unless using the included regex,
11782         so that our regex.h stays compatible with the installed regex.
11783         This is helpful for installers who configure --without-included-regex.
11784         Problem reported by Emanuele Giaquinta.
11785
11786 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
11787
11788         * lib/regex.h (regoff_t) [defined _REGEX_LARGE_OFFSETS]:
11789         Typedef to long int, not to off_, as POSIX will likely change
11790         in that direction.
11791
11792 2006-03-15  Eric Blake  <ebb9@byu.net>
11793
11794         * m4/dirfd.m4 (gl_FUNC_DIRFD): Use AC_REQUIRE for AC_HEADER_DIRENT.
11795
11796 2006-03-13  Sergey Poznyakoff  <gray@gnu.org.ua>
11797
11798         * lib/argp-help.c (validate_uparams): Fix typo
11799         * lib/argp-parse.c (argp_default_options): Consistently begin help
11800         messages with a lowercase letter.
11801
11802 2006-03-11  Paul Eggert  <eggert@cs.ucla.edu>
11803
11804         * lib/time_r.h (asctime_r, ctime_r): Remove.  These functions can
11805         overrun buffers and shouldn't be used (much as gets shouldn't be
11806         used).
11807         * lib/time_r.c (asctime_r, ctime_r): Likewise.
11808
11809 2006-03-08  Simon Josefsson  <jas@extundo.com>
11810
11811         * m4/gc-random.m4: Permit 'no' as variable values and fix warnings,
11812         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
11813
11814 2006-03-08  Simon Josefsson  <jas@extundo.com>
11815
11816         * m4/gc-random.m4: Call AC_CANONICAL_HOST and use $host_os instead of
11817         $target, suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
11818
11819 2006-03-08  Simon Josefsson  <jas@extundo.com>
11820
11821         * lib/gc-gnulib.c (randomize): Don't open files called 'no', they
11822         signal that configure disabled the device.
11823
11824 2006-03-08  Simon Josefsson  <jas@extundo.com>
11825
11826         * build-aux/maint.mk: Fix refresh-po, to handle no translated
11827         languages.
11828
11829 2006-03-07  Simon Josefsson  <jas@extundo.com>
11830
11831         * modules/getopt (Depends-on): Add unistd.
11832
11833         * modules/unistd: New file.
11834
11835 2006-03-07  Simon Josefsson  <jas@extundo.com>
11836
11837         * modules/gc-random: New file.
11838
11839 2006-03-07  Simon Josefsson  <jas@extundo.com>
11840
11841         * m4/unistd_h.m4: New file.
11842
11843 2006-03-07  Simon Josefsson  <jas@extundo.com>
11844
11845         * m4/readline.m4 (gl_FUNC_READLINE): Rewrite the cached part of the
11846         test to be side-effect free by storing the result in the cache
11847         variable gl_cv_lib_readline, and moving the assignment of
11848         LIBREADLINE and LTLIBREADLINE outside the COMMANDS-TO-SET-IT.
11849         From Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
11850
11851 2006-03-07  Simon Josefsson  <jas@extundo.com>
11852
11853         * m4/gc-random.m4: New file, mostly from gc.m4.  Warn instead of
11854         error on missing devices (the functions will return an error).
11855
11856         * m4/gc.m4: Move random stuff to gc-random.m4
11857
11858 2006-03-07  Simon Josefsson  <jas@extundo.com>
11859
11860         * lib/unistd_.h: New file.
11861
11862 2006-03-07  Simon Josefsson  <jas@extundo.com>
11863
11864         * lib/gc-libgcrypt.c, gc-gnulib.c: Use GC_USE_RANDOM.
11865
11866 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
11867
11868         * m4/unistd_h.m4 (gl_HEADER_UNISTD): Rename, to match modules file.
11869         Problem reported by Juan Manuel Guerrero.
11870
11871 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
11872
11873         * lib/c-stack.c: Include unistd.h unconditionally, since we now assume
11874         the unistd module.
11875         * lib/getlogin_r.c: Likewise.
11876         * lib/getlogin_r.h: Likewise.
11877         * lib/glob.c: Likewise.
11878         * lib/pagealign_alloc.c: Likewise.
11879         * lib/unistd_.h: Remove; no longer needed.
11880
11881 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
11882
11883         * MODULES.html.sh (Support for systems lacking POSIX:2001):
11884         Add unistd.
11885         * modules/c-stack (Depends-on): Add unistd.
11886         * modules/getlogin_r: Likewise.
11887         * modules/glob: Likewise.
11888         * modules/pagealign_alloc: Likewise.
11889         * modules/unistd (Files): Remove lib/unistd_.h.
11890         (EXTRA_DIST): Remove.
11891         (unistd.h): Create using 'echo' rather than 'cp', so that we don't
11892         need unistd_.h.
11893         (MOSTLYCLEANFILES): Remove unistd.h-t.
11894
11895 2006-03-03  Simon Josefsson  <jas@extundo.com>
11896
11897         * build-aux/maint.mk: Add several syntax checks from CoreUtils.
11898
11899 2006-03-03  Simon Josefsson  <jas@extundo.com>
11900
11901         * build-aux/maint.mk: Add refresh-po rule, based on ideas from
11902         libidn and bison.
11903
11904 2006-03-03  Simon Josefsson  <jas@extundo.com>
11905
11906         * build-aux/maint.mk: Add indent target.
11907
11908 2006-03-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de> (tiny change)
11909
11910         * m4/poll.m4 (gl_FUNC_POLL): If we deem poll(2) unacceptable, use
11911         our replacement poll.h in any case, to avoid a differing
11912         declaration from a system header.  Seen on AIX.
11913
11914 2006-03-01  Simon Josefsson  <jas@extundo.com>
11915
11916         * lib/readline.c: Fix typo, tiny patch from Stepan Kasal
11917         <kasal@ucw.cz>.
11918
11919 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
11920
11921         * modules/gettime (Depends-on): Add extensions module.
11922         * modules/nanosleep (Depends-on): Likewise.
11923         * modules/settime (Depends-on): Likewise.
11924
11925 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
11926
11927         * m4/clock_time.m4 (gl_CLOCK_TIME): Require gl_USE_SYSTEM_EXTENSIONS,
11928         not merely AC_GNU_SOURCE, for the benefit of Solaris 10 when compiled
11929         pedantically.
11930         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
11931         * m4/timespec.m4 (gl_TIMESPEC): Likewise.
11932
11933         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use "=" with "test",
11934         not "==".  Reported by Ralf Wildenhues.
11935
11936 2006-03-01  Karl Berry  <karl@gnu.org>
11937
11938         * doc/Copyright/request-*: new files, synced from gnuorg.
11939
11940 2006-03-01  Karl Berry  <karl@gnu.org>
11941
11942         * config/srclist.txt (Copyright/*): new entries.
11943
11944 2006-02-28  Simon Josefsson  <jas@extundo.com>
11945
11946         * lib/getopt.c: Protect #include of unistd.h, for MSVS.
11947
11948 2006-02-27  Simon Josefsson  <jas@extundo.com>
11949
11950         * lib/base64.h: Indent #define's.  From Jim Meyering
11951         <jim@meyering.net>.
11952
11953 2006-02-27  Jim Meyering  <jim@meyering.net>
11954
11955         Revert the change of 2006-02-24, so these files can continue
11956         to be sync'd from gettext.
11957         * lib/mkdtemp.c, setenv.c, unsetenv.c: *Un*-normalize inclusion
11958         of `config.h'.
11959
11960 2006-02-26  Paul Eggert  <eggert@cs.ucla.edu>
11961
11962         * modules/intprops: New file.
11963         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
11964         Add intprops.
11965         * modules/getloadavg (Files): Remove lib/intprops.h.
11966         (Depends-on): Add intprops.
11967         * modules/human: Likewise.
11968         * modules/inttostr: Likewise.
11969         * modules/openat: Likewise.
11970         * modules/sig2str: Likewise.
11971         * modules/userspec: Likewise.
11972         * modules/utimecmp: Likewise.
11973         * modules/xnanosleep: Likewise.
11974         * modules/xstrtol: Likewise.
11975
11976 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny changes)
11977
11978         * modules/xstrtod: Omit xstrtod.h, xstrtod.c; they're in LIB_SOURCES.
11979         * modules/lock-tests (TESTS): Use $(EXEEXT).
11980         * modules/tls-tests: Likewise.
11981         * modules/argp-tests: Likewise.
11982         (check_PROGRAMS): New var, replacing...
11983         (noinst_PROGRAMS, test_argp_SOURCES): Remove.
11984
11985 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11986
11987         * lib/mkdtemp.c, lib/setenv.c, lib/unsetenv.c: Normalize inclusion of
11988         `config.h'.
11989
11990 2006-02-24  Paul Eggert  <eggert@cs.ucla.edu>
11991
11992         * lib/glob.c: Say "invalid" rather than "illegal" in comments.
11993
11994 2006-02-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11995
11996         Sync from coreutils.
11997         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Require gl_FUNC_LCHMOD and
11998         gl_CHDIR_SAFER.
11999
12000 2006-02-22  Jim Meyering  <jim@meyering.net>
12001
12002         Sync from coreutils.
12003         * m4/chdir-safer.m4: New file.
12004
12005 2006-02-20  Paul Eggert  <eggert@cs.ucla.edu>
12006
12007         * lib/getcwd.c (AT_FDCWD): Work around a bug in Solaris 9 and 10, where
12008         AT_FDCWD exceeds INT_MAX.
12009         * lib/openat.h (AT_FDCWD): Likewise.
12010
12011 2006-02-17  Eric Blake  <address@hidden>
12012
12013         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Fix caching error.
12014
12015 2006-02-16  Simon Josefsson  <jas@extundo.com>
12016
12017         * modules/getaddrinfo (Depends-on): Add sys_socket.
12018
12019 2006-02-15  Simon Josefsson  <jas@extundo.com>
12020
12021         * build-aux/maint.mk: Add dsyntax-check rule.
12022
12023 2006-02-15  Eric Blake  <ebb9@byu.net>
12024
12025         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Don't attempt using
12026         winsock2.h or ws2tcpip.h when sys/socket.h is present. Fixes
12027         'present but cannot compile' warnings on cygwin.
12028         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Use gl_HEADER_SYS_SOCKET.  Don't
12029         use ws2tcpip.h if sys/socket.h works.
12030         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Use gl_HEADER_SYS_SOCKET.
12031         (gl_GETADDRINFO): Don't use ws2tcpip.h when sys/socket.h is present.
12032
12033 2006-02-14  Simon Josefsson  <jas@extundo.com>
12034
12035         * modules/maintainer-makefile (Files): Rename.
12036
12037         * build-aux/GNUmakefile: Rename Makefile.maint to maint.mk
12038         and (the local) Makefile.cfg to maint-cfg.mk.
12039
12040         * build-aux/Makefile.maint, build-aux/maint.mk: Renamed the former
12041         to the latter.
12042
12043         * modules/maintainer-makefile: New module.
12044
12045         * build-aux/Makefile.maint: New file, from GNU CoreUtils, although
12046         severaly stripped to make it possible to build it up from scratch
12047         with reliable tests.
12048
12049         * build-aux/GNUmakefile: New file, from GNU CoreUtils with some
12050         fixes to permit overriding the default actions when configure and
12051         makefile are not available.
12052
12053 2006-02-14  Paul Eggert  <eggert@cs.ucla.edu>
12054
12055         Sync from coreutils.
12056         * modules/lstat (Depends-on): Don't depend on xalloc.
12057         (License): Change from GPL to LGPL, since this is now simply a
12058         replacement for a libc function.
12059
12060 2006-02-14  Jim Meyering  <jim@meyering.net>
12061
12062         Sync from coreutils.
12063
12064         Eliminate the unwelcome (albeit unlikely) possibility of xmalloc
12065         failure on deficient systems, and simplify gnulib lgpl dependencies.
12066         * lib/lstat.c (rpl_lstat): Rewrite to use stat() in place of the
12067         xmalloc/lstat combination.  Based on a patch from Bruno Haible.
12068
12069         * lib/xalloc-die.c: Remove unused definition of N_.
12070
12071 2006-02-14  Jim Meyering  <jim@meyering.net>
12072
12073         Sync from coreutils.
12074         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Invoke
12075         AC_CHECK_FUNCS(getmntent) unconditionally so that tests of
12076         $ac_cv_func_getmntent (e.g., in gl_LIST_MOUNTED_FILE_SYSTEMS) need not
12077         double-quote uses of that variable, to accommodate the rare case in
12078         which getmntent is available in none of the libraries checked.  This
12079         happens at least on FreeBSD 5.0.
12080
12081 2006-02-13  Simon Josefsson  <jas@extundo.com>
12082
12083         * gnulib-tool (Usage): Fix --import, from
12084         karl@freefriends.org (Karl Berry).
12085
12086 2006-02-13  Sergey Poznyakoff  <gray@gnu.org.ua>
12087
12088         * lib/argp-fmtstream.c: Restore another bugfix lost on 2005-12-12
12089
12090 2006-02-07  Sergey Poznyakoff  <gray@gnu.org.ua>
12091
12092         * lib/argp-namefrob.h: Restore changes accidentally lost during the
12093         "autoupdate" on 2005-12-12.
12094
12095 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
12096
12097         * modules/closeout (Depends-on): Remove atexit.
12098
12099 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
12100
12101         * lib/closeout.c (close_stdout): Don't assume 'bool' converts nonzero
12102         ints to 0 or 1, as this isn't true for the stdbool.h substitute.
12103
12104 2006-02-05  Paul Eggert  <eggert@cs.ucla.edu>
12105
12106         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Don't #define
12107         __EXTENSIONS__ if this causes compilation to fail.  Problem
12108         reported by Nelson H. F. Beebe with Solaris 10 and Sun C 5.7
12109         c89 -D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED.
12110
12111 2006-01-27  Paul Eggert  <eggert@cs.ucla.edu>
12112
12113         * lib/fnmatch.c (L_): Renamed from L, to work around a bug in
12114         Mac OS X 10.3.9 with GCC 3 reported by Claudio Fontana in
12115         <http://lists.gnu.org/archive/html/bug-gnulib/2006-01/msg00074.html>.
12116         All uses changed.
12117
12118 2006-01-26  Simon Josefsson  <jas@extundo.com>
12119
12120         * lib/socket_.h: Set WINVER to 0x0501, to make sure getaddrinfo
12121         prototype is visible on mingw32.
12122
12123         * lib/getaddrinfo.h: Define EAI_ADDRFAMILY and EAI_SYSTEM if not set,
12124         for mingw32.
12125
12126         * lib/gai_strerror.c, getaddrinfo.h: Protect netdb.h #include (for
12127         mingw32).
12128
12129 2006-01-26  Paul Eggert  <eggert@cs.ucla.edu>
12130
12131         * lib/fts.c (diropen): Open with O_NOCTTY | O_NONBLOCK too.  Don't
12132         attempt to open for write; this always fails, at least on POSIX
12133         hosts.  This reinstates the 2006-01-09 change, which was
12134         inadvertently removed.
12135
12136 2006-01-26  Bruno Haible  <bruno@clisp.org>
12137
12138         * gnulib-tool (func_import): Use "trap 'exit $?' instead of "trap :".
12139         Reported by Paul Eggert.
12140
12141 2006-01-26  Bruno Haible  <bruno@clisp.org>
12142             Paul Eggert  <eggert@cs.ucla.edu>
12143
12144         * lib/stdbool_.h (_Bool)
12145         [(! (defined __cplusplus || defined __BEOS__)
12146           && !defined __GNUC__
12147           && !(defined __HP_cc || defined __xlc__
12148                || (defined __SUNPRO_C && (__SUNPRO_C < 0x550 || __STDC__ == 1))
12149                || defined __sgi))]:
12150         #define to signed char in these cases too; this simplifies
12151         the code (so that we don't have to worry about HP-UX, AIX, SunPRO,
12152         etc., separately) and makes it more conservative.
12153
12154 2006-01-25  Simon Josefsson  <jas@extundo.com>
12155
12156         * m4/getaddrinfo.m4: Look for getaddrinfo inside ws2tcip.h and
12157         -lws2_32.  Protect sys/socket.h and netdb.h #include's.  Include
12158         ws2tcpip.h with WINVER=0x0501.  All for mingw32.
12159
12160 2006-01-25  Sergey Poznyakoff  <gray@gnu.org.ua>
12161
12162         * lib/argp-namefrob.h: Bugfix. Remove stray #
12163
12164 2006-01-25  Paul Eggert  <eggert@cs.ucla.edu>
12165
12166         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for xlc bug if __GCC__ too,
12167         so that we test the test.
12168         Check for yet another HP-UX cc bug involving *bool |= bool.
12169
12170 2006-01-25  Karl Berry  <karl@gnu.org>
12171
12172         * config/srclist.txt (vasnprintf.c): sync lost.
12173
12174 2006-01-25  Jim Meyering  <jim@meyering.net>
12175
12176         Sync from the stable (b5) branch of coreutils:
12177
12178         * lib/fts.c (fts_children): Don't let close() clobber errno from
12179         failed fchdir().
12180
12181         * lib/fts.c (fts_stat): When following a symlink-to-directory,
12182         don't necessarily interpret stat-fails+lstat-succeeds as indicating
12183         a dangling symlink.  That can also happen at least for ELOOP.
12184         The fix: return FTS_SLNONE only when the stat errno is ENOENT.
12185         FYI, this bug predates the inclusion of fts.c in coreutils.
12186
12187         * lib/fts.c (fts_open): Put new maxarglen declaration and uses
12188         in their own block, so pre-c99 compilers don't object.
12189
12190         Avoid the double-free (first in fts_read, second in fts_close) that
12191         would occur when an `active' directory is made inaccessible (e.g.,
12192         via chmod a-x) during a traversal.
12193         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
12194         before returning.  Reproduce this failure by
12195         mkdir -p a/b; cd a; chmod a-x . b
12196         Reported by Stavros Passas.
12197
12198 2006-01-25  Jim Meyering  <jim@meyering.net>
12199
12200         * lib/fileblocks.c: Remove more useless parentheses.
12201         * lib/readutmp.h: Likewise.
12202
12203 2006-01-25  Bruno Haible  <bruno@clisp.org>
12204
12205         * lib/stdbool_.h (_Bool) [IRIX cc]: Define as 'signed char', to avoid
12206         warnings.
12207         Reported by Paul Eggert.
12208
12209 2006-01-25  Bruno Haible  <bruno@clisp.org>
12210
12211         * gnulib-tool (func_import): Use "trap :" instead of "trap -" to get
12212         rid of a trap command. For Solaris sh.
12213         Reported by Mark D. Baushke <mdb@gnu.org>.
12214
12215 2006-01-24  Simon Josefsson  <jas@extundo.com>
12216
12217         * lib/socket_.h (SHUT_WR, SHUT_RDWR): Don't hardcode, suggested by
12218         Bruno.
12219
12220 2006-01-24  Karl Berry  <karl@gnu.org>
12221
12222         * config/srclist.txt (argp-namefrob.h): sync lost.
12223
12224 2006-01-24  Jim Meyering  <jim@meyering.net>
12225
12226         * modules/openat (Files): Add lib/intprops.h.
12227         From Mark D. Baushke.
12228
12229 2006-01-24  Jim Meyering  <jim@meyering.net>
12230
12231         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBSOURCES([intprops.h]).
12232         Reported by Mark D. Baushke.
12233
12234 2006-01-24  Jim Meyering  <jim@meyering.net>
12235
12236         * lib/socket_.h: Remove useless parentheses in uses of cpp `defined'.
12237
12238 2006-01-24  Bruno Haible  <bruno@clisp.org>
12239
12240         * modules/strnlen (Maintainer): Change from glibc to all.
12241
12242 2006-01-24  Bruno Haible  <bruno@clisp.org>
12243
12244         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for IBM and HP-UX bugs.
12245         Patch by Paul Eggert.
12246
12247 2006-01-24  Bruno Haible  <bruno@clisp.org>
12248
12249         * lib/stdbool_.h (_Bool) [__cplusplus]: Don't define if the compiler
12250         already has it.
12251         Report and patch by Albert Chin-A-Young  <china@thewrittenword.com> on
12252         2005-11-26.
12253
12254         * lib/stdbool_.h (_Bool) [HP-UX cc, AIX cc,xlc]: Define as
12255         'signed char' to avoid problems with the built-in _Bool type.
12256         Reported by Paul Eggert on 2005-11-26.
12257
12258 2006-01-24  Bruno Haible  <bruno@clisp.org>
12259
12260         * gnulib-tool (func_import): Avoid constructing complicated sed
12261         expressions inside backquote.
12262         Report and solution by Mark D. Baushke <mdb@gnu.org>.
12263
12264 2006-01-23  Ulrich Drepper  <drepper@redhat.com>
12265
12266         These changes imported from libc.
12267         * lib/getopt.c: Use __fxprintf instead of inline stream orientation
12268         test and two separate function calls.
12269         * lib/strndup.c (__strndup): Add libc_hidden_def.
12270
12271 2006-01-23  Simon Josefsson  <jas@extundo.com>
12272
12273         * modules/lock-tests: Use check_PROGRAMS instead of noinst_PROGRAMS.
12274         Remove the test_*_SOURCES variable: automake infers it by default.
12275         * modules/tls-tests: Likewise.
12276
12277 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
12278
12279         Work around porting bugs reported by Dieter in
12280         <http://lists.gnu.org/archive/html/bug-bison/2006-01/msg00049.html>.
12281         * lib/getopt.c (_NOPROTO): Remove; no longer needed.
12282         Include <stdlib.h> and <unistd.h> in all environments; it's safe now.
12283         Include "getopt.h" first, to check interface.
12284         (getenv): Declare only if defined HAVE_DECL_GETENV &&
12285         !HAVE_DECL_GETENV.
12286         * lib/strndup.c [!_LIBC]: Include "strndup.h" to get prototype.
12287         (__strndup): Revert to K&R-style function dfns, the glibc style.
12288         * lib/strnlen.c: Don't claim it's taken from glibc; it's not.
12289         (strnlen, __strnlen): Remove #defines and #undefs; not needed.
12290         Include strnlen.h first, to get prototype properly.
12291         (strnlen): Renamed from __strnlen.
12292         Remove weak alias.
12293
12294 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
12295
12296         * m4/getopt.m4 (gl_PREREQ_GETOPT): Check for getenv decl.
12297
12298 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
12299
12300         * config/srclist.txt: Adjust to reflect glibc reorganization.
12301         This affects only comments.
12302
12303 2006-01-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
12304
12305          * gnulib-tool, build-aux/csharpcomp.sh.in: Do not pass `-q' to mktemp.
12306          Reported by Bruce Korb <bkorb@gnu.org>.
12307
12308 2006-01-22  Paul Eggert  <eggert@cs.ucla.edu>
12309
12310         * lib/quotearg.c (quotearg_buffer_restyled): Add "default: break;"
12311         to pacify gcc -Wswitch-default.
12312
12313 2006-01-22  Bruno Haible  <bruno@clisp.org>
12314
12315         * lib/vasnprintf.c (VASNPRINTF): In the computation of the size of the
12316         temporary buffer for sprintf, take into account the precision also
12317         for 'd', 'i', 'u', 'o', 'x', 'X'.
12318
12319 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
12320
12321         * modules/argp-tests: New module
12322         * tests/test-argp.c: New file
12323         * tests/test-argp-2.sh: New file
12324
12325 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
12326
12327         * lib/argp-help.c (usage_long_opt): Do not print DOC options.
12328         (__argp_base_name): Removed
12329         * lib/argp-namefrob.h (__argp_basename): Removed definition. Was a
12330         typo.
12331         (__argp_base_name): Provide macro definition or extern declaration
12332         depending on the configuration
12333
12334 2006-01-20  Simon Josefsson  <jas@extundo.com>
12335
12336         * modules/inet_ntop (Depends-on): Depend on sys_socket.
12337
12338 2006-01-20  Simon Josefsson  <jas@extundo.com>
12339
12340         * lib/inet_ntop.h: Unconditionally include sys/socket.h.
12341
12342 2006-01-20  Paul Eggert  <eggert@cs.ucla.edu>
12343
12344         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Use -Wl,-z,ignore
12345         rather than -Xlinker -z -Xlinker ignore, as it's more portable.
12346         Suggested by Bruno Haible.
12347
12348 2006-01-20  Karl Berry  <karl@gnu.org>
12349
12350         * config/srclist.txt (argp-fmtstream.h, localcharset.c): comment out
12351         until changes propagate, I guess.
12352
12353 2006-01-19  Simon Josefsson  <jas@extundo.com>
12354
12355         * m4/socklen.m4: Look in ws2tcpip.h too, for mingw32.
12356
12357 2006-01-19  Simon Josefsson  <jas@extundo.com>
12358
12359         * lib/socket_.h: Map SHUT_RD, SHUT_WR, SHUT_RDWR correctly.
12360
12361 2006-01-19  Simon Josefsson  <jas@extundo.com>
12362
12363         * gnulib-tool: Set check_PROGRAMS.
12364
12365         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
12366         modules/des-tests, modules/gc-arcfour-tests,
12367         modules/gc-arctwo-tests, modules/gc-des-tests,
12368         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
12369         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
12370         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
12371         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
12372         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
12373         modules/md5-tests, modules/readline, modules/rijndael-tests: Use
12374         check_PROGRAMS instead of noinst_PROGRAMS to be able to remove
12375         test_*_SOURCES.
12376
12377 2006-01-18  Simon Josefsson  <jas@extundo.com>
12378
12379         * modules/socklen (Depends-on): Depend on sys_socket.
12380
12381 2006-01-18  Simon Josefsson  <jas@extundo.com>
12382
12383         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
12384         modules/des-tests, modules/gc-arcfour-tests,
12385         modules/gc-arctwo-tests, modules/gc-des-tests,
12386         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
12387         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
12388         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
12389         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
12390         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
12391         modules/md5-tests, modules/readline, modules/rijndael-tests: Add
12392         $(EXEEXT) to automake TESTS variable, for mingw32.
12393
12394 2006-01-17  Simon Josefsson  <jas@extundo.com>
12395
12396         * modules/socklen (Include): Need sys/socket.h.
12397
12398 2006-01-17  Bruno Haible  <bruno@clisp.org>
12399
12400         * modules/ssize_t (Include): Add <sys/types.h>.
12401
12402 2006-01-16  Paul Eggert  <eggert@cs.ucla.edu>
12403
12404         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Don't use ldd, as
12405         it's not portable and it doesn't work with cross-compiles.
12406         Problem reported by Bruno Haible.  Fix missing-$ typo in
12407         'test "gl_cv_ignore_unused_libraries" ...' that prevented
12408         -zignore from being used with Sun's C compiler.
12409
12410 2006-01-12  Simon Josefsson  <jas@extundo.com>
12411
12412         * lib/base64.c: Fix warning, reported by Bruno Haible
12413         <bruno@clisp.org> and patch by Paul Eggert <eggert@CS.UCLA.EDU>.
12414
12415 2006-01-12  Bruno Haible  <bruno@clisp.org>
12416
12417         * modules/ldd: New file.
12418         * build-aux/ldd.sh.in: New file.
12419         * MODULES.html.sh (Support for building libraries and executables): Add
12420         ldd.
12421
12422 2006-01-12  Bruno Haible  <bruno@clisp.org>
12423
12424         * m4/ldd.m4: New file.
12425
12426 2006-01-12  Bruno Haible  <bruno@clisp.org>
12427
12428         * gnulib-tool (func_import, func_create_testdir): Don't go into an
12429         endless loop while replacing $auxdir with build-aux.
12430
12431 2006-01-11  Simon Josefsson  <jas@extundo.com>
12432
12433         * lib/stdint_.h (SIZE_MAX): Add missing (.
12434
12435 2006-01-11  Paul Eggert  <eggert@cs.ucla.edu>
12436
12437         Sync from coreutils.
12438         * lib/md5.c: Fix commentary typos.
12439         (alignof, UNALIGNED_P): No need for a GCC-specific version.
12440         * lib/md5.h (__attribute__): Remove; unused.
12441         * lib/sha1.c: Fix commentary to match md5 better.
12442         * lib/sha1.h (struct sha1_ctx): Use a word buffer, not a byte buffer,
12443         so that we don't need to worry about alignment.  All uses changed.
12444         This merges the 2005-10-28 md5 change into sha1.
12445
12446 2006-01-11  Jim Meyering  <jim@meyering.net>
12447
12448         Sync from coreutils.
12449         * lib/md5.c (OP): Fix spacing.
12450
12451 2006-01-11  Bruno Haible  <bruno@clisp.org>
12452
12453         Ensure automatic ordering between gl_LOCK and gl_ARGP.
12454         * m4/lock.m4 (gl_LOCK_BODY): Renamed from gl_LOCK.
12455         (gl_LOCK): New macro, requiring gl_LOCK_BODY.
12456
12457 2006-01-11  Bruno Haible  <bruno@clisp.org>
12458
12459         Ensure automatic ordering between gl_LOCK and gl_ARGP.
12460         * gnulib-tool (func_import, func_create_testdir): Put gl_LOCK into
12461         the "early" section as well.
12462
12463 2006-01-11  Bruno Haible  <bruno@clisp.org>
12464
12465         Avoid "ar: no archive members specified" error on MacOS X.
12466         * gnulib-tool (func_modules_add_dummy): New function.
12467         (func_import, func_create_testdir): Invoke it.
12468
12469 2006-01-11  Bruno Haible  <bruno@clisp.org>
12470
12471         * gnulib-tool (func_import, func_create_testdir): Replace build-aux
12472         with $auxdir in AC_CONFIG_FILES statements.
12473
12474 2006-01-11  Bruno Haible  <bruno@clisp.org>
12475
12476         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
12477         Initialize also noinst_HEADERS to empty.
12478
12479 2006-01-11  Bruno Haible  <bruno@clisp.org>
12480
12481         * gnulib-tool (AUTOMAKEPATH, AUTOCONF, ACLOCAL, AUTOMAKE): New
12482         variables.
12483         (func_create_megatestdir): Call aclocal, autoconf, automake here, not
12484         autoreconf.
12485
12486 2006-01-11  Bruno Haible  <bruno@clisp.org>
12487
12488         * gnulib-tool (AUTOCONF, ACLOCAL, AUTOMAKE, AUTORECONF): Make
12489         overridable by the user.
12490         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
12491
12492 2006-01-10  Simon Josefsson  <jas@extundo.com>
12493
12494         * modules/sys_socket: New file.
12495
12496 2006-01-10  Simon Josefsson  <jas@extundo.com>
12497
12498         * m4/sys_socket_h.m4: New file.
12499
12500 2006-01-10  Simon Josefsson  <jas@extundo.com>
12501
12502         * lib/socket_.h: New file.
12503
12504 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
12505
12506         * modules/readutmp (Maintainer): Add myself.
12507
12508 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
12509
12510         * m4/memcoll.m4 (gl_MEMCOLL): Don't require AC_FUNC_MEMCMP, undoing
12511         the 2002-12-31 change.  Problem and fix reported by Bruno Haible.
12512         People who are still concerned with buggy memcmp implementations
12513         can invoke gl_FUNC_MEMCMP themselves.
12514
12515 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
12516
12517         * lib/regex_internal.h (BITSET_WORD_BITS):
12518         Work around a bug in 64-bit PGC (before version 6.1-2), where the
12519         preprocessor mishandles large unsigned values as if they were signed.
12520         Problem reported by Claudio Fontana in
12521         <http://lists.gnu.org/archive/html/bug-gnulib/2005-12/msg00061.html>.
12522
12523 2006-01-10  Jim Meyering  <jim@meyering.net>
12524
12525         Avoid the double-free (first in fts_read, second in fts_close) that
12526         would occur when an `active' directory is made inaccessible (e.g.,
12527         via chmod a-x) during a traversal.
12528         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
12529         before returning.  Reproduce this failure by
12530         mkdir -p a/b; cd a; chmod a-x . b
12531         Reported by Stavros Passas.
12532
12533         Sync from coreutils.
12534         * lib/sha1.c: Tweak grammar in a comment.
12535
12536 2006-01-10  Jim Meyering  <jim@meyering.net>
12537
12538         * m4/fpending.m4: Also include <stdio.h>, for Dragonfly.
12539         Patch by Joerg Sonnenberger.
12540
12541 2006-01-10  Bruno Haible  <bruno@clisp.org>
12542
12543         * modules/readutmp: Depend on module free.
12544         * modules/strtok_r: Depend on module restrict.
12545
12546 2006-01-10  Bruno Haible  <bruno@clisp.org>
12547
12548         * modules/gettext (configure.ac): Add an invocation of
12549         AM_GNU_GETTEXT_VERSION. Needed since autoreconf is used by gnulib-tool.
12550
12551 2006-01-10  Bruno Haible  <bruno@clisp.org>
12552
12553         * m4/localcharset.m4 (gl_LOCALCHARSET): Also test for getc_unlocked.
12554         Reported by Werner Lemberg <wl@gnu.org>.
12555
12556 2006-01-10  Bruno Haible  <bruno@clisp.org>
12557
12558         * lib/localcharset.c: Update from GNU gettext.
12559
12560 2006-01-10  Bruno Haible  <bruno@clisp.org>
12561
12562         * lib/argp.h (__const): Remove macro. Use const instead.
12563         * lib/argp-fmtstream.h (__const): Likewise.
12564         * lib/glob_.h (__const): Remove macro.
12565         * lib/glob-libc.h: Use const instead of __const.
12566
12567 2006-01-10  Bruno Haible  <bruno@clisp.org>
12568
12569         * gnulib-tool (func_emit_tests_Makefile_am): Emit an empty SUBDIR
12570         variable.
12571         Needed to avoid an automake error regarding the 'gettext' module.
12572
12573 2006-01-09  Simon Josefsson  <jas@extundo.com>
12574
12575         * modules/inet_ntop (Depends-on): Add restrict.
12576
12577 2006-01-09  Simon Josefsson  <jas@extundo.com>
12578
12579         * modules/gc-rijndael-tests (License): Put under LGPL.
12580
12581         * modules/gc-des-tests (License): Likewise.
12582
12583         * modules/gc-arcfour-tests (License): Likewise.
12584
12585         * modules/gc-arctwo-tests (License): Likewise.
12586
12587         * modules/gc-pbkdf2-sha1-tests (License): Likewise.
12588
12589         * modules/gc-hmac-sha1-tests (Files): Likewise.
12590
12591         * modules/gc-hmac-md5-tests (License): Likewise.
12592
12593         * modules/gc-sha1-tests (License): Likewise.
12594
12595         * modules/gc-md5-tests (License): Likewise.
12596
12597         * modules/gc-md4-tests (License): Likewise.
12598
12599         * modules/gc-md2-tests (License): Likewise.
12600
12601         * modules/gc-tests (License): Likewise.
12602
12603         * modules/des-tests (License): Likewise.
12604
12605         * modules/md4-tests (License): Likewise.
12606
12607         * modules/md2-tests (License): Likewise.
12608
12609 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
12610
12611         Sync from coreutils:
12612
12613         * MODULES.html.sh (build_lib): New section, with new lib-ignore module.
12614         * modules/lib-ignore: New file.
12615         * modules/mkdir-p (Files): Add chdir-safer.c, chdir-safer.h, lchmod.h,
12616         chdir-safer.m4, lchmod.m4.
12617         * modules/openat: Add mkdirat.c, openat-priv.h.
12618
12619 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
12620
12621         Sync from coreutils.
12622         * m4/lib-ignore.m4: New file.
12623         * m4/lchmod.m4: New file.
12624
12625 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
12626
12627         Sync from coreutils.
12628         * lib/chdir-long.c (cdb_free): Don't bother trying to open directory
12629         for write access: POSIX says that must fail.
12630         * lib/fts.c (diropen): Likewise.
12631         * lib/save-cwd.c (save_cwd): Likewise.
12632         * lib/chdir-long.c (cdb_free): Open with O_NOCTTY | O_NONBLOCK as
12633         well, for minor improvements on hosts that lack O_DIRECTORY.
12634         * lib/chown.c (rpl_chown) [CHOWN_MODIFIES_SYMLINK]:
12635         Don't try O_WRONLY unless O_RDONLY failed wth EACCES.
12636         Fall back on chown if open failed with EACCES.
12637
12638         * lib/gettime.c (gettime) [!defined OK_TO_USE_1S_CLOCK]:
12639         Report an error at compile-time if only a 1-second nominal clock
12640         resolution is found.
12641
12642         * lib/lchmod.h: New file.
12643         * lib/mkdir-p.c: Include lchmod.h, lchown.h.
12644         (make_dir_parents): Use lchown rather than chown, and
12645         lchmod rather than chmod.
12646
12647         * lib/mountlist.c (ME_DUMMY): "none" and "proc" file systems are
12648         dummies too.  Problem with "none" reported by Bob Proulx.  Problem with
12649         "proc" reported by n0dalus.
12650
12651         * lib/mountlist.c: Include <limits.h>.
12652         (dev_from_mount_options)
12653         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]:
12654         New function.  It no longer assumes "dev=" has the System V meaning
12655         on Linux (since it doesn't).  It also parses "dev=" more carefully.
12656         (read_file_system_list)
12657         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]: Use it.
12658         MOUNTED_GETMNTENT2 is new here; the code didn't used to look for
12659         dev= in that case.
12660
12661         * lib/posixtm.h (PDS_PRE_2000): New macro.
12662         * lib/posixtm.c (year): Arg is now syntax_bits rather than
12663         allow_century.  All usages changed.  Reject dates outside the range
12664         1969-1999 if PDS_PRE_2000 is used.
12665
12666 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
12667
12668         Sync from coreutils.
12669         * doc/getdate.texi (General date syntax): Invalid dates are rejected.
12670         (Time of day items): Mention the possibility of leap seconds.
12671         Problem reported by Dr. David Alan Gilbert.
12672
12673 2006-01-09  Jim Meyering  <jim@meyering.net>
12674
12675         Sync from coreutils.
12676
12677         * lib/version-etc.c (COPYRIGHT_YEAR): Update to 2006.
12678
12679         * lib/chdir-safer.h, lib/chdir-safer.c: New files.
12680
12681         * lib/modechange.c (mode_compile): Reject an invalid mode string
12682         that starts with an octal digit.  From Andreas Gruenbacher.
12683
12684         * lib/openat.c: Include "fcntl--.h" and "unistd--.h", to map open
12685         and dup to open_safer and dup_safer, respectively.
12686         (openat_permissive): Fix typo in comment.
12687
12688         * lib/openat.c: Don't include <stdlib.h>, <unistd.h>, <fcntl.h>,
12689         "gettext.h"; either no longer needed or are guaranteed by openat.h.
12690         (_): Remove; no longer needed.
12691         (openat): Renamed from rpl_openat; no need for rpl_openat
12692         since openat.h renames openat for us.
12693         Replace most of the body with a call to openat_permissive,
12694         to avoid duplicate code.
12695         Port to (probably hypothetical) environments were mode_t is
12696         wider than int.
12697         (openat_permissive): Require mode arg, so that we can check
12698         types better.  Put it just after flags.  Change cwd failure
12699         indicator from pointer-to-bool to pointer-to-errno-value.
12700         All callers changed.
12701         Invoke openat_save_fail and/or openat_restore_fail if
12702         cwd_errno is null, so that openat can call us.
12703         (openat_permissive, fdopendir, fstatat, unlinkat):
12704         Simplify errno handling to avoid some duplicate code,
12705         as it's OK to set errno on success.
12706         * lib/openat.h: Revamp code so that function macros depend on
12707         __OPENAT_PREFIX only, not also on AT_FDCWD.
12708         (openat_ro): Remove.  Caller changed to use openat_permissive.
12709         (openat_permissive): Now a macro, if not a function.
12710         (openat_restore_fail, openat_save_fail): Now always functions,
12711         since mkdirat needs them even if __OPENAT_PREFIX is defined.
12712
12713         * lib/openat-priv.h: New file, defining macros used by mkdirat.c
12714         and openat.c.
12715         * lib/mkdirat.c: Include openat-priv.h.
12716         Remove definitions of macros defined therein.
12717         * lib/openat.c: Likewise.
12718
12719         * lib/mkdirat.c (mkdirat): New file and function.
12720         * lib/openat.h (mkdirat): Declare.
12721
12722         * lib/openat.c (fdopendir): Don't change errno when returning non-NULL.
12723
12724         * lib/openat.h (openat_permissive): Declare.
12725         (openat_ro): Define.
12726
12727         * lib/openat.c (EXPECTED_ERRNO): New macro.
12728         (openat_permissive): New function -- used in remove.c rewrite.
12729         (all functions): Set errno just before returning, only if there
12730         was an actual failure.
12731         Use EXPECTED_ERRNO rather than comparing against only ENOTDIR.
12732
12733         Emulate openat-family functions using Linux's procfs, if possible.
12734         Idea and some code based on Ulrich Drepper's glibc changes.
12735
12736         * lib/openat.c: (BUILD_PROC_NAME): New macro.
12737         Include <stdio.h>, <string.h>, "alloca.h" and "intprops.h".
12738         (rpl_openat): Emulate by trying to open /proc/self/fd/%d/%s,
12739         before falling back on save_cwd and restore_cwd.
12740         (fdopendir, fstatat, unlinkat): Likewise.
12741
12742         * lib/openat.c (fstatat, unlinkat): Perform the syscall directly,
12743         skipping the save_cwd...restore_cwd overhead, if FILE is absolute.
12744
12745         * lib/openat.c (rpl_openat): Use the promoted type (int), not mode_t,
12746         as second argument to va_arg.  Otherwise, some versions of gcc
12747         warn that `if this code is reached, the program will abort'.
12748
12749 2006-01-09  Jim Meyering  <jim@meyering.net>
12750
12751         Sync from coreutils.
12752         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile mkdirat.c.
12753         Require openat-priv.h.
12754
12755 2006-01-09  Bruno Haible  <bruno@clisp.org>
12756
12757         * modules/strnlen (Include): Use strnlen.h.
12758
12759 2006-01-09  Bruno Haible  <bruno@clisp.org>
12760
12761         * m4/stdint.m4 (gl_STDINT_H): Also test for <sys/bitypes.h>.
12762
12763 2006-01-09  Bruno Haible  <bruno@clisp.org>
12764
12765         * lib/sysexit_.h (EX_OK): New macro.
12766         Suggested by Martin Lambers <marlam@marlam.de>.
12767
12768 2006-01-09  Bruno Haible  <bruno@clisp.org>
12769
12770         * lib/stdint_.h: On Linux libc4 and libc5, include <sys/bitypes.h> and
12771         don't define _STDINT_H_NEED_SIGNED_INT_TYPES.
12772
12773 2006-01-09  Bruno Haible  <bruno@clisp.org>
12774
12775         * lib/stdint_.h (SIZE_MAX): Write the value without involving negative
12776         numbers.
12777
12778 2006-01-09  Bruno Haible  <bruno@clisp.org>
12779
12780         * lib/javacomp.sh.in: Move to ../build-aux/javacomp.sh.in.
12781         * lib/javaexec.sh.in: Move to ../build-aux/javaexec.sh.in.
12782         * lib/csharpcomp.sh.in: Move to ../build-aux/csharpcomp.sh.in.
12783         * lib/csharpexec.sh.in: Move to ../build-aux/csharpexec.sh.in.
12784
12785 2006-01-09  Bruno Haible  <bruno@clisp.org>
12786
12787         * build-aux/javacomp.sh.in: New file, moved from lib/.
12788         * modules/javacomp-script (Files): Update.
12789         (configure.ac): Add AC_CONFIG_FILES invocation.
12790         (EXTRA_DIST): Remove variable.
12791
12792         * build-aux/javaexec.sh.in: New file, moved from lib/.
12793         * modules/javaexec (Files): Update.
12794         (configure.ac): Add AC_CONFIG_FILES invocation.
12795         (EXTRA_DIST): Remove javaexec.sh.in.
12796
12797         * build-aux/csharpcomp.sh.in: New file, moved from lib/.
12798         * modules/csharpcomp-script (Files): Update.
12799         (configure.ac): Add AC_CONFIG_FILES invocation.
12800         (EXTRA_DIST): Remove variable.
12801
12802         * build-aux/csharpexec.sh.in: New file, moved from lib/.
12803         * modules/csharpexec (Files): Update.
12804         (configure.ac): Add AC_CONFIG_FILES invocation.
12805         (EXTRA_DIST): Remove csharpexec.sh.in.
12806
12807 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
12808
12809         Sync from coreutils.
12810
12811         Add POSIX ACL support
12812         * lib/acl.h (copy_acl, set_acl): Add declarations.
12813         * lib/acl.c (acl_entries): Add fallback implementation for POSIX ACL
12814         systems other than Linux.
12815         (chmod_or_fchmod): New function: use fchmod when possible,
12816         and chmod otherwise.
12817         (file_has_acl): Add a POSIX ACL implementation, with a
12818         Linux-specific subcase.
12819         (copy_acl): Add: copy an acl and S_ISUID, S_ISGID, and
12820         S_ISVTX from one file to another.  Fall back to fchmod/chmod when
12821         acls are unsupported.
12822         (set_acl): Add: set a file's acl and S_ISUID, S_ISGID, and
12823         S_ISVTX to a defined value.  Fall back to fchmod/chmod when acls
12824         are unsupported.
12825
12826 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
12827
12828         Sync from coreutils.
12829         * m4/acl.m4 (AC_FUNC_ACL): Add POSIX ACL and Linux-specific acl tests.
12830
12831 2006-01-07  Bruno Haible  <bruno@clisp.org>
12832
12833         * gnulib-tool (func_import): Add an AC_PROG_RANLIB dependency to
12834         gl_EARLY.
12835
12836 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
12837
12838         * lib/strftime.c (tzname): Don't declare if it is already #defined.
12839         Problem reported for Mingw by Mark Junker.
12840
12841 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
12842
12843         * README: Gnulib normally doesn't generate a tarball.
12844
12845 2006-01-03  Paul Eggert  <eggert@cs.ucla.edu>
12846
12847         * lib/xtime.h (xtime_make, xtime_nonnegative_nsec, xtime_nsec): Use
12848         long int, not int, for nanosecond counts, so that people who are
12849         used to POSIX struct timespec won't be surprised.  Reported by Jim
12850         Meyering.
12851
12852 2005-12-28  Bruno Haible  <bruno@clisp.org>
12853
12854         * build-aux/config.rpath: Update from GNU gettext.
12855
12856 2005-12-16  Jim Meyering  <jim@meyering.net>
12857
12858         * modules/fprintftime: New module.
12859         * MODULES.html.sh (Date and time <time.h>): Add fprintftime.
12860
12861 2005-12-16  Jim Meyering  <jim@meyering.net>
12862
12863         * m4/fprintftime.m4: New file.
12864
12865 2005-12-16  Jim Meyering  <jim@meyering.net>
12866
12867         * lib/fprintftime.c, lib/fprintftime.h: New files.
12868
12869 2005-12-15  Simon Josefsson  <jas@extundo.com>
12870
12871         * modules/socklen (configure.ac): Fix M4 macro name, to align with
12872         new m4/socklen.m4.
12873
12874 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
12875
12876         * m4/argp.m4: Define HAVE_DECL_PROGRAM_INVOCATION_NAME and
12877         HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME
12878
12879 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
12880
12881         * lib/argp-fmtstream.c (__argp_fmtstream_update): Fix coredump
12882         * lib/argp-help.c (fill_in_uparams): Check if the constructed
12883         struct uparams is valid. Fall back to the default values if it is
12884         not.
12885
12886 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
12887
12888         * modules/argp (Files): Add argp-pin.c
12889         (Depends-on): dirname
12890         (lib_SOURCES): Add argp-pin.c
12891
12892 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
12893
12894         * m4/argp.m4:  Check if program_invocation_name and
12895         program_invocation_short_name are declared and define appropriate
12896         macros if they are not.
12897
12898 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
12899
12900         * lib/argp-help.c (__argp_base_name): New function
12901         (__argp_short_program_name): Rewrite using __argp_base_name
12902         * lib/argp-namefrob.h: Define program_invocation_name and
12903         program_invocation_short_name if requested
12904         (__argp_base_name): Add prototype
12905         * lib/argp-parse.c (argp_def): Use gettext wrappers
12906         (argp_default_parser): Use __argp_base_name
12907         * lib/argp-pin.c: New file. Defines program_invocation_name and
12908         program_invocation_short_name on systems that lack them.
12909
12910 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
12911
12912         * m4/stat-time.m4 (gl_STAT_TIME): Add check for
12913         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
12914         porting problem reported by Georg Schwarz in
12915         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
12916
12917 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
12918
12919         * lib/stat-time.h (STATE_TIMESPEC, STAT_TIMESPEC_NS): Add check for
12920         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
12921         porting problem reported by Georg Schwarz in
12922         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
12923
12924 2005-12-05  Bruno Haible  <bruno@clisp.org>
12925
12926         * lib/csharpcomp.sh.in (options_csc): For -l option, add a .dll suffix.
12927         * lib/csharpcomp.c (compile_csharp_using_sscli): Likewise.
12928         Reported by Mark Junker <mjscod@gmx.de>.
12929
12930 2005-12-02  Paul Eggert  <eggert@cs.ucla.edu>
12931
12932         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Renamed from gl_SOCKLEN_T.
12933         Use implementation from Albert Chin, with some
12934         comments/corrections by Stepan Kasal and myself.
12935
12936 2005-12-02  Bruno Haible  <bruno@clisp.org>
12937
12938         * gnulib-tool (func_import): Accept GPLed build tool modules when
12939         --lgpl is given.
12940         * modules/csharpcomp-script: New file.
12941         * modules/csharpcomp: Depend on it.
12942         * modules/javacomp-script: New file.
12943         * modules/javacomp: Depend on it.
12944         Suggested by Simon Josefsson.
12945
12946 2005-12-01  Paul Eggert  <eggert@cs.ucla.edu>
12947
12948         * m4/regex.m4 (gl_REGEX): Check whether off_t can be used in a switch
12949         statement, to work around an HP-UX 10.20 compiler bug reported by
12950         Peter O'Gorman.
12951
12952 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
12953
12954         * modules/savedir (Depends-on): Add openat.
12955
12956 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
12957
12958         * lib/stdint_.h (intmax_t) [defined intmax_t]: Do not declare.
12959         (uintmax_t) [defined uintmax_t]: Do not declare.
12960         (SIZE_MAX) [defined SIZE_MAX]: Do not define.
12961         This works around a problem if intmax_t.m4 and/or uintmax_t.m4
12962         and/or size_max.m4 are also used.  Problem reported by Mark D. Baushke.
12963         (SIZE_MAX): Define to ((size_t) -1), not (~(size_t)0), for the
12964         sake of portability to weird hosts that C allows (though we don't
12965         know of any practical examples).
12966
12967         * lib/savedir.h (fdsavedir): New decl.
12968         * lib/savedir.c (fdsavedir, savedirstream): New functions; the latter
12969         contains most of the former guts of savedir.
12970         (savedir): Use savedirstream.
12971         Include "openat.h".
12972
12973 2005-11-25  Paul Eggert  <eggert@cs.ucla.edu>
12974
12975         * modules/obstack (Files): Add m4/ulonglong.m4.
12976         Problem reported by Davide Angelocola.
12977
12978 2005-11-15  Paul Eggert  <eggert@cs.ucla.edu>
12979
12980         * lib/xstrtod.c: Don't bother with #pragma STDC FENV_ACCESS ON, as
12981         coreutils no longer futzes with rounding modes.
12982
12983 2005-11-14  Jim Meyering  <jim@meyering.net>
12984
12985         * lib/mkstemp-safer.c: Include <config.h>, required for possible
12986         replacement of mkstemp.
12987
12988 2005-11-10  Simon Josefsson  <jas@extundo.com>
12989
12990         * lib/readline.c: Remove EOL.
12991
12992 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
12993
12994         * modules/gethrxtime (Depends-on): Add gettime.
12995
12996 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
12997
12998         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Don't require AC_HEADER_TIME
12999         or gettimeofday; no longer needed.
13000
13001 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
13002
13003         * lib/gethrxtime.c: Include "timespec.h" rather than the sys/time /
13004         time business.
13005         (gethrxtime) [! (HAVE_NANOUPTIME
13006         || (defined CLOCK_MONOTONIC && HAVE_CLOCK_GETTIME)
13007         || HAVE_MICROUPTIME)]: Fall back on gettime rather than rolling
13008         our own approximation.
13009
13010 2005-11-08  Eric Blake  <ebb9@byu.net>
13011
13012         * lib/inet_ntop.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
13013
13014 2005-11-08  Eric Blake  <ebb9@byu.net>
13015
13016         * lib/getaddrinfo.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
13017
13018 2005-11-04  Bruno Haible  <bruno@clisp.org>
13019
13020         * gnulib-tool: Implement --update mode.
13021
13022 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
13023
13024         Fix porting problem reported by Theodoros V. Kalamatianos.
13025         * lib/utimens.c (futimens) [HAVE_WORKING_UTIMES && HAVE_FUTIMES]:
13026         Don't assume that futimes failing means we must fail.
13027
13028 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
13029
13030         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Revamp wording and local
13031         variables to suggest the intended function of the PATH_MAX check.
13032
13033 2005-10-30  Kean Johnston  <jkj@sco.com>
13034
13035         Trivial changes to support SCO systems.
13036         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Check for MAXPATHLEN as well
13037         as PATH_MAX.
13038         * m4/fpending.m4 (gl_FUNC_FPENDING): Correct check for SCO systems,
13039         where __ptr is null when no I/O is pending.
13040
13041 2005-10-29  Paul Eggert  <eggert@cs.ucla.edu>
13042
13043         * lib/getcwd.c (__getcwd): Don't assume that system calls after readdir
13044         leave errno alone.  Problem reported by Dmitry V. Levin.
13045
13046 2005-10-28  Simon Josefsson  <jas@extundo.com>
13047
13048         * tests/test-gc-md4.c, tests/test-gc-md5.c, tests/test-gc-sha1.c:
13049         Test more.
13050
13051         * tests/test-gc-md2.c, tests/test-md2.c: New files.
13052
13053         * modules/md2, modules/md2-tests: New files.
13054
13055 2005-10-28  Simon Josefsson  <jas@extundo.com>
13056
13057         * m4/inet_ntop.m4: More tests.
13058
13059         * m4/gc-md2.m4, md2.m4: New file.
13060
13061 2005-10-28  Simon Josefsson  <jas@extundo.com>
13062
13063         * lib/inet_ntop.h, inet_ntop.c: Make it work under mingw32: Add
13064         "restrict" keywords, as per POSIX.  Protect the function
13065         declaration around HAVE_DECL_INET_NTOP rather than HAVE_INET_NTOP.
13066         Don't use K&R prototypes.  Check the sprintf return values.
13067         Re-define EAFNOSUPPORT if not present.  Indent.
13068
13069         * lib/md5.h, md5.c: Simplify buffer handling visavi alignment,
13070         suggested by Bruno Haible <bruno@clisp.org>.
13071
13072         * lib/gc-gnulib.c, gc-libgcrypt.c: Check calloc return value.
13073
13074         * lib/gc.h: Add MD2 and RMD160 length defines.  Add prototypes.
13075
13076         * lib/gc-libgcrypt.c: Add MD2 (which is not available through
13077         libgcrypt).
13078
13079         * lib/gc-gnulib.c: Add MD2.  Implement gc_hash_* API.
13080
13081         * lib/md2.h, lib/md2.c: New files.
13082
13083 2005-10-28  Paul Eggert  <eggert@cs.ucla.edu>
13084
13085         * lib/savedir.c (savedir): Don't assume that xrealloc etc. leave
13086         errno alone.  Problem reported by Frederic Jolliton.
13087
13088 2005-10-27  Paul Eggert  <eggert@cs.ucla.edu>
13089
13090         * modules/verify (License): Change from GPL to LGPL.  This is a
13091         tiny module and there are apparently near-equivalents that are
13092         under the BSD license.
13093
13094 2005-10-24  Simon Josefsson  <jas@extundo.com>
13095
13096         * modules/sha1: Relicense to LGPL.
13097
13098 2005-10-24  Simon Josefsson  <jas@extundo.com>
13099
13100         * lib/md4.h: Shrink buffer size, now that we changed the type.
13101
13102 2005-10-23  Simon Josefsson  <jas@extundo.com>
13103
13104         * gnulib-tool (func_import): Fix --tests-base.
13105
13106 2005-10-22  Simon Josefsson  <jas@extundo.com>
13107
13108         * modules/arcfour (Depends-on): Need stdint.
13109
13110 2005-10-22  Simon Josefsson  <jas@extundo.com>
13111
13112         * m4/gc.m4: Don't be fooled by --disable-*random-device parameters,
13113         suggested by Bruno Haible <bruno@clisp.org>.  Fix error messages.
13114
13115 2005-10-22  Simon Josefsson  <jas@extundo.com>
13116
13117         * lib/md4.h, md4.c: Simplify buffer handling visavi alignment,
13118         suggested by Bruno Haible <bruno@clisp.org>.
13119
13120 2005-10-22  Simon Josefsson  <jas@extundo.com>
13121
13122         * lib/crc.h: Include stddef.h, for size_t.
13123
13124 2005-10-22  Simon Josefsson  <jas@extundo.com>
13125
13126         * lib/arcfour.h, arcfour.c: Use fixed size indices in the
13127         arcfour_context struct (simplify test vector testing in GNU
13128         Shishi).
13129
13130 2005-10-21  Simon Josefsson  <jas@extundo.com>
13131
13132         * modules/des, modules/des-tests: New files.
13133
13134         * modules/gc-des, modules/gc-des-tests: New files.
13135
13136         * tests/test-des.c, tests/test-gc-des.c: New file.
13137
13138 2005-10-21  Simon Josefsson  <jas@extundo.com>
13139
13140         * modules/arctwo, modules/arctwo-tests: New files.
13141
13142         * tests/test-arctwo.c: New file.
13143
13144         * modules/gc-arctwo, modules/gc-arctwo-tests: New files.
13145
13146         * tests/test-gc-arctwo.c: New file.
13147
13148 2005-10-21  Simon Josefsson  <jas@extundo.com>
13149
13150         * m4/gc.m4: Don't use libgcrypt if gcrypt.h isn't found, suggested by
13151         Bruno Haible <bruno@clisp.org>.
13152
13153         * m4/gc-des.m4: New file.
13154
13155 2005-10-21  Simon Josefsson  <jas@extundo.com>
13156
13157         * m4/arctwo.m4: New file.
13158
13159         * m4/gc-arctwo.m4: New file.
13160
13161 2005-10-21  Simon Josefsson  <jas@extundo.com>
13162
13163         * lib/rijndael-api-fst.c: Fix bugs in CBC mode for more than one
13164         block.
13165
13166 2005-10-21  Simon Josefsson  <jas@extundo.com>
13167
13168         * lib/hmac-md5.c (hmac_md5): Add comments, suggested by Bruno Haible
13169         <bruno@clisp.org>.
13170
13171         * lib/hmac-sha1.c (hmac_sha1): Likewise.
13172
13173         * lib/crc.c (crc32_update): Actually use crc parameter, suggested by
13174         Bruno Haible <bruno@clisp.org>.
13175
13176         * lib/crc.h: Include stdint.h directly, suggested by Bruno Haible
13177         <bruno@clisp.org>.
13178
13179 2005-10-21  Simon Josefsson  <jas@extundo.com>
13180
13181         * lib/gc-libgcrypt.c (gc_cipher_open): Handle ECB.
13182
13183 2005-10-21  Simon Josefsson  <jas@extundo.com>
13184
13185         * lib/gc-gnulib.c: Support ARCTWO in CBC mode.
13186
13187 2005-10-21  Simon Josefsson  <jas@extundo.com>
13188
13189         * lib/des.h, lib/des.c: New files.
13190
13191         * lib/gc-gnulib.c: Support DES.c
13192
13193 2005-10-21  Simon Josefsson  <jas@extundo.com>
13194
13195         * lib/arctwo.h, lib/arctwo.c: New files.
13196
13197         * lib/gc-gnulib.c: Support ARCTWO.
13198
13199 2005-10-21  Simon Josefsson  <jas@extundo.com>
13200
13201         * lib/arctwo.h (arctwo_setkey): Protect variable in CPP macro,
13202         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
13203
13204 2005-10-21  Simon Josefsson  <jas@extundo.com>
13205
13206         * gnulib-tool (func_import, func_create_testdir): Define automake
13207         conditional GL_COND_LIBTOOL if libtool is used (to be used by modules
13208         Makefile.am snippet),
13209         suggested by Bruno Haible <bruno@clisp.org>.
13210
13211         * modules/gc (Makefile.am): Use it.
13212
13213 2005-10-21  Bruno Haible  <bruno@clisp.org>
13214
13215         * gnulib-tool (func_import, func_create_testdir): Add quoting to last
13216         patch.
13217
13218 2005-10-19  Simon Josefsson  <jas@extundo.com>
13219
13220         * tests/test-gc-rijndael.c: New file.
13221
13222         * modules/gc-rijndael, modules/gc-rijndael-test: New files.
13223
13224 2005-10-19  Simon Josefsson  <jas@extundo.com>
13225
13226         * tests/test-gc-md4.c, tests/test-gc-md5.c: Test gc_hash_buffer
13227         interface too.
13228
13229 2005-10-19  Simon Josefsson  <jas@extundo.com>
13230
13231         * tests/test-gc-arcfour.c: New file.
13232
13233         * modules/gc-arcfour, modules/gc-arcfour-tests: New files.
13234
13235 2005-10-19  Simon Josefsson  <jas@extundo.com>
13236
13237         * modules/gc-md4, modules/gc-md4-tests: New file.
13238
13239         * tests/test-gc-md4.c: New file.
13240
13241 2005-10-19  Simon Josefsson  <jas@extundo.com>
13242
13243         * m4/gc-md4.m4: New file.
13244
13245 2005-10-19  Simon Josefsson  <jas@extundo.com>
13246
13247         * m4/gc-hmac-md5.m4, gc-hmac-sha1.m4, gc-md4.m4,
13248         gc-md5.m4, gc-sha1.m4: Fix typo, suggested by Stepan Kasal
13249         <kasal@ucw.cz>.
13250
13251 2005-10-19  Simon Josefsson  <jas@extundo.com>
13252
13253         * m4/gc-arcfour.m4: New file.
13254
13255         * m4/gc-rijndael.m4: New file.
13256
13257 2005-10-19  Simon Josefsson  <jas@extundo.com>
13258
13259         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support MD4.
13260
13261 2005-10-19  Simon Josefsson  <jas@extundo.com>
13262
13263         * lib/gc-gnulib.c: Support ARCFOUR.
13264
13265 2005-10-19  Simon Josefsson  <jas@extundo.com>
13266
13267         * lib/gc-gnulib.c: Implement gc_cipher_* API, currently only with AES
13268         support.
13269
13270         * lib/gc.h: Add ECB enum type.
13271
13272         * lib/hmac-md5.c, hmac-sha1.c: Include memxor.h.
13273
13274 2005-10-18  Simon Josefsson  <jas@extundo.com>
13275
13276         * tests/test-md5.c: New file.
13277
13278         * modules/md5-tests: New file.
13279
13280 2005-10-18  Simon Josefsson  <jas@extundo.com>
13281
13282         * tests/test-md4.c: New file.
13283
13284         * modules/md4, modules/md4-tests: New files.
13285
13286 2005-10-18  Simon Josefsson  <jas@extundo.com>
13287
13288         * m4/md4.m4: New file.
13289
13290 2005-10-18  Simon Josefsson  <jas@extundo.com>
13291
13292         * lib/md4.h, lib/md4.c: New files, based on md5.?.
13293
13294 2005-10-17  Stepan Kasal  <kasal@ucw.cz>
13295
13296         * gnulib-tool (func_create_testdir): Omit the second check whether
13297         BUILT_SOURCES in nonempty.
13298
13299 2005-10-17  Simon Josefsson  <jas@extundo.com>
13300
13301         * tests/test-rijndael.c: New file.
13302
13303 2005-10-17  Simon Josefsson  <jas@extundo.com>
13304
13305         * modules/sha1: Depend on stdint instead of md5.
13306
13307         * modules/md5: Depend on stdint, remove uint32_t.
13308
13309 2005-10-17  Simon Josefsson  <jas@extundo.com>
13310
13311         * modules/gc-sha1-tests: New file.
13312
13313         * tests/test-gc-sha1.c: New file.
13314
13315 2005-10-17  Simon Josefsson  <jas@extundo.com>
13316
13317         * m4/md5.m4: Remove call to uint32_t.m4.
13318
13319 2005-10-17  Simon Josefsson  <jas@extundo.com>
13320
13321         * lib/sha1.c: Use uint32_t instead of md5_uint32.t
13322
13323         * lib/sha1.h: Use stdint.h and uint32_t instead of md5_uint32 from
13324         md5.h.
13325
13326         * lib/md5.c: Use uin32_t.  Fix non-gcc UNALIGNED_P macro.
13327
13328         * lib/md5.h: Use stdint.h and uint32_t.  Doc fix.
13329
13330 2005-10-17  Simon Josefsson  <jas@extundo.com>
13331
13332         * lib/gc.h, gc-libgcrypt.c: Add more hash types/functions.
13333
13334 2005-10-17  Simon Josefsson  <jas@extundo.com>
13335
13336         * lib/gc.h, gc-libgcrypt.c: Add ciphers.
13337
13338 2005-10-17  Simon Josefsson  <jas@extundo.com>
13339
13340         * lib/gc-libgcrypt.c (gc_hmac_sha1): Fix assert.
13341
13342         * lib/gc.h (gc_nonce, gc_pseudo_random, gc_random): Add prototypes.
13343
13344 2005-10-17  Bruno Haible  <bruno@clisp.org>
13345
13346         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Change the return statement so
13347         that it can also be used in a test.
13348
13349 2005-10-16  Bruno Haible  <bruno@clisp.org>
13350
13351         * gnulib-tool (func_emit_tests_Makefile_am): Also define
13352         TESTS_ENVIRONMENT, so that individual tests can augment it.
13353
13354         * gnulib-tool (func_create_testdir): Use an intermediate target for
13355         building $(BUILT_SOURCES). Needed because BUILT_SOURCES can contain
13356         macros, like $(ALLOCA_H), which cannot be passed through the command
13357         line.
13358
13359 2005-10-15  Simon Josefsson  <jas@extundo.com>
13360
13361         * modules/rijndael-tests: New file.
13362
13363         * modules/rijndael: New file.
13364
13365 2005-10-15  Simon Josefsson  <jas@extundo.com>
13366
13367         * m4/rijndael.m4: New file.
13368
13369 2005-10-15  Simon Josefsson  <jas@extundo.com>
13370
13371         * lib/rijndael-api-fst.h, lib/rijndael-api-fst.c: New files.
13372
13373         * lib/rijndael-alg-fst.h, lib/rijndael-alg-fst.c: New files.
13374
13375 2005-10-14  Simon Josefsson  <jas@extundo.com>
13376
13377         * tests/test-arcfour.c: New file.
13378
13379         * modules/arcfour, modules/arcfour-tests: New files.
13380
13381 2005-10-14  Simon Josefsson  <jas@extundo.com>
13382
13383         * m4/arcfour.m4: New file.
13384
13385 2005-10-14  Simon Josefsson  <jas@extundo.com>
13386
13387         * lib/arcfour.h, lib/arcfour.c: New files.
13388
13389 2005-10-14  Roland McGrath  <roland@redhat.com>
13390
13391         Import from libc.  [BZ #1331]
13392         * lib/obstack.h [!__STDC__] (obstack_int_grow_fast): Fix misnamed
13393         macro argument.
13394         Reported by Matej Vela <vela@debian.org>.
13395
13396 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
13397
13398         * lib/obstack.c [defined _LIBC && defined USE_IN_LIBIO]: Don't
13399         include <wchar.h>; no longer needed.
13400
13401 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
13402
13403         * config/srclist.txt: Add glibc bug 321 for obstack.c, obstack.h.
13404
13405 2005-10-14  Jakub Jelinek  <jakub@redhat.com>
13406         and  Ulrich Drepper  <drepper@redhat.com>
13407
13408         Import from libc.
13409         * lib/obstack.c (print_and_abort) [defined _LIBC]: Use __fxprintf
13410         instead of inline stream orientation test and two separate
13411         function calls.  Pay no attention to USE_IN_LIBIO.
13412
13413 2005-10-13  Simon Josefsson  <jas@extundo.com>
13414
13415         * modules/gc-hmac-md5-tests: New file.
13416
13417         * tests/test-gc-hmac-sha1.c: New file.
13418
13419         * tests/test-gc.c (main): Remove MD5 and HMAC-MD5 tests.
13420
13421         * modules/gc-hmac-md5-tests: New file.
13422
13423         * tests/test-gc-md5.c: New file.
13424
13425         * modules/gc-md5-tests: New file.
13426
13427 2005-10-13  Simon Josefsson  <jas@extundo.com>
13428
13429         * lib/gc-pbkdf2-sha1.c (gc_pbkdf2_sha1): Optimize CEIL computation.
13430         Move memory allocation outside of loop.
13431
13432 2005-10-13  Paul Eggert  <eggert@cs.ucla.edu>
13433
13434         * lib/mkdir-p.c (make_dir_parents): Don't report an error if an
13435         intermediate directory is in a read-only file system.  Problem
13436         reported by Eric Blake.
13437
13438 2005-10-13  Oskar Liljeblad  <oskar@osk.mine.nu>
13439
13440         * modules/human (Depends-on): Depend on xstrtoumax, not xstrtol.
13441
13442 2005-10-12  Simon Josefsson  <jas@extundo.com>
13443
13444         * tests/test-hmac-sha1.c: New file.
13445
13446         * modules/hmac-sha1-tests: New file.
13447
13448         * modules/hmac-sha1: New file.
13449
13450 2005-10-12  Simon Josefsson  <jas@extundo.com>
13451
13452         * modules/gc-sha1: New file.
13453
13454 2005-10-12  Simon Josefsson  <jas@extundo.com>
13455
13456         * modules/gc-pbkdf2-sha1, modules/gc-pbkdf2-sha1-tests: New files.
13457
13458         * tests/test-gc-pbkdf2-sha1.c: New file.
13459
13460 2005-10-12  Simon Josefsson  <jas@extundo.com>
13461
13462         * modules/gc-md5, modules/gc-hmac-md5: New files.
13463
13464         * modules/gc (Files): Remove md5, memxor and hmac files.
13465
13466 2005-10-12  Simon Josefsson  <jas@extundo.com>
13467
13468         * m4/gc-pbkdf2-sha1.m4: New file.
13469
13470         * m4/gc-hmac-sha1.m4: New file.
13471
13472         * m4/gc-sha1: New file.
13473
13474         * m4/hmac-sha1.m4: New file.
13475
13476 2005-10-12  Simon Josefsson  <jas@extundo.com>
13477
13478         * m4/gc-md5.m4, m4/gc-hmac-md5.m4: New files.
13479
13480         * m4/gc.m4: Don't call gl_MD5, gl_MEMXOR or gl_HMAC_MD5.
13481
13482 2005-10-12  Simon Josefsson  <jas@extundo.com>
13483
13484         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Use Gc_rc for return types,
13485         suggested by Bruno Haible <bruno@clisp.org>.
13486
13487 2005-10-12  Simon Josefsson  <jas@extundo.com>
13488
13489         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support SHA-1.
13490
13491 2005-10-12  Simon Josefsson  <jas@extundo.com>
13492
13493         * lib/gc-pbkdf2-sha1.c: New file.
13494
13495         * lib/gc.h: Add gc_pbkdf2_sha1 prototype.
13496
13497 2005-10-12  Simon Josefsson  <jas@extundo.com>
13498
13499         * lib/gc-libgcrypt.c (gc_hmac_sha1): New function.
13500
13501         * lib/gc-gnulib.c (gc_hmac_sha1): New function.
13502
13503 2005-10-12  Simon Josefsson  <jas@extundo.com>
13504
13505         * lib/gc-gnulib.c: Condition MD5 and HMAC-MD5 use on GC_USE_MD5 and
13506         GC_USE_HMAC_MD5, respectively.
13507
13508         * lib/gc-libgcrypt.c (gc_md5): Fix assert call.
13509         (gc_md5): Fix typo.
13510
13511         * lib/gc.h (gc_hash_buffer): Use gc_hash in prototype.
13512
13513         * lib/gc-libgcrypt.c (gc_hash_buffer): Ditto.
13514
13515         * lib/gc-gnulib.c (gc_hash_buffer): Ditto.
13516
13517 2005-10-12  Bruno Haible  <bruno@clisp.org>
13518
13519         * m4/stdbool.m4 (gl_STDBOOL_H): Define as an alias of AM_STDBOOL_H.
13520         Reported by Stepan Kasal <kasal@ucw.cz>.
13521
13522 2005-10-11  Simon Josefsson  <jas@extundo.com>
13523
13524         * tests/test-crc.c: New file.
13525
13526         * modules/crc, modules/crc-tests: New files.
13527
13528 2005-10-11  Simon Josefsson  <jas@extundo.com>
13529
13530         * m4/crc.m4: New file.
13531
13532 2005-10-11  Simon Josefsson  <jas@extundo.com>
13533
13534         * lib/gc.h: Add gc_hash and gc_hash_buffer.
13535
13536         * lib/gc-gnulib.c (gc_hash_buffer): Add.  Reorder #include's.
13537
13538         * lib/gc-libgcrypt.c (gc_hash_buffer): Add.
13539
13540 2005-10-11  Simon Josefsson  <jas@extundo.com>
13541
13542         * lib/crc.h, lib/crc.c: New files.
13543
13544         * lib/gc.h (gc_hash_buffer): Add doc.
13545
13546 2005-10-11  Bruno Haible  <bruno@clisp.org>
13547
13548         * modules/c-strcasestr: New file.
13549         * MODULES.html.sh (String handling <string.h>): Add c-strcasestr.
13550
13551 2005-10-11  Bruno Haible  <bruno@clisp.org>
13552
13553         * modules/c-strcase: New file.
13554         * MODULES.html.sh (String handling <string.h>): Add c-strcase.
13555
13556 2005-10-11  Bruno Haible  <bruno@clisp.org>
13557
13558         * lib/strcasecmp.c: Include limits.h.
13559         (strcasecmp): Avoid integer overflow on exotic platforms.
13560         * lib/strncasecmp.c: Include limits.h.
13561         (strncasecmp): Avoid integer overflow on exotic platforms.
13562         Reported by Paul Eggert.
13563
13564 2005-10-11  Bruno Haible  <bruno@clisp.org>
13565
13566         * lib/c-strcasestr.h: New file, from GNU gettext.
13567         * lib/c-strcasestr.c: New file, from GNU gettext.
13568
13569 2005-10-11  Bruno Haible  <bruno@clisp.org>
13570
13571         * lib/c-strcase.h: New file, from GNU gettext.
13572         * lib/c-strcasecmp.c: New file, from GNU gettext.
13573         * lib/c-strncasecmp.c: New file, from GNU gettext.
13574
13575 2005-10-10  Paul Eggert  <eggert@cs.ucla.edu>
13576
13577         * modules/mempcpy (License): GPL -> LGPL.
13578         * modules/strchrnul (License): Likewise.
13579         * modules/sysexits (License): Likewise.
13580
13581 2005-10-08  Simon Josefsson  <jas@extundo.com>
13582
13583         * config/srclist.txt: Bug 1423 is closed, but 1439 remains.
13584
13585 2005-10-07  Simon Josefsson  <jas@extundo.com>
13586
13587         * m4/memxor.m4: Remove gl_C_RESTRICT call.
13588
13589 2005-10-06  Simon Josefsson  <jas@extundo.com>
13590
13591         * tests/test-hmac-md5.c: New file.
13592
13593         * modules/hmac-md5-tests: New file.
13594
13595         * modules/hmac-md5: New file.
13596
13597 2005-10-06  Simon Josefsson  <jas@extundo.com>
13598
13599         * m4/hmac-md5.m4: New file.
13600
13601         * m4/memxor.m4: Require gl_C_RESTRICT.
13602
13603 2005-10-06  Simon Josefsson  <jas@extundo.com>
13604
13605         * lib/memxor.c (memxor): Avoid casts and warnings.
13606
13607 2005-10-06  Simon Josefsson  <jas@extundo.com>
13608
13609         * lib/hmac-md5.c: New file.
13610
13611         * lib/hmac.h: New file.
13612
13613 2005-10-06  Paul Eggert  <eggert@cs.ucla.edu>
13614
13615         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check that bool
13616         promotes to int, not unsigned int, to catch the AIX 5.3
13617         compiler bug.
13618
13619 2005-10-05  Simon Josefsson  <jas@extundo.com>
13620
13621         * modules/memxor: New file.
13622
13623         * modules/iconv (Files): Move config.rpath to havelib, it is used
13624         there.
13625
13626         * modules/havelib (Files): Add config.rpath.
13627
13628 2005-10-05  Simon Josefsson  <jas@extundo.com>
13629
13630         * m4/memxor.m4: New file.
13631
13632 2005-10-05  Simon Josefsson  <jas@extundo.com>
13633
13634         * lib/memxor.c (memxor): Fix compiler error.
13635
13636         * lib/md5.h (MD5_DIGEST_SIZE, MD5_BLOCK_SIZE): Add, see also
13637         <http://sourceware.org/bugzilla/show_bug.cgi?id=1423>.
13638
13639         * lib/memxor.h, lib/memxor.c: New files.
13640
13641         * lib/getaddrinfo.h: Don't protect sys/types.h with HAVE_SYS_TYPES_H,
13642         we assume all systems have it, suggested by Jim Meyering
13643         <jim@meyering.net>.  Remove HAVE_SYS_SOCKET_H test too, to see if
13644         any systems lack sys/socket.h; mingw32 is known to lack it, but we
13645         don't support it yet anyway.  Also remove HAVE_NETDB_H test, for
13646         same reasons.
13647
13648 2005-10-05  Simon Josefsson  <jas@extundo.com>
13649
13650         * config/srclist.txt: Add glibc bug 1423 for md5.h.
13651
13652 2005-10-05  Paul Eggert  <eggert@cs.ucla.edu>
13653
13654         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Don't check for
13655         sys/socket.h, netdb.h, sys/types.h; the checks areno longer
13656         needed, since the source code now assumes these .h files.
13657
13658 2005-10-05  Derek Price  <derek@ximbiot.com>
13659
13660         * lib/getdelim.c (SIZE_MAX): New macro, if not already defined.
13661
13662 2005-10-05  Bruno Haible  <bruno@clisp.org>
13663
13664         * modules/stdint (License): Change to LGPL.
13665
13666 2005-10-04  Simon Josefsson  <jas@extundo.com>
13667
13668         * lib/getaddrinfo.h: Move sys/types.h include first, reported by "Mark
13669         D. Baushke" <mdb@gnu.org>.
13670
13671 2005-10-04  Bruno Haible  <bruno@clisp.org>
13672
13673         * lib/verify.h (verify_true): Provide alternative definition for C++.
13674
13675 2005-10-03  Paul Eggert  <eggert@cs.ucla.edu>
13676
13677         * lib/getdelim.c: Include getdelim.h first.  Include <limits.h>.
13678         (SSIZE_MAX): New macro, if not already defined.
13679         (getdelim): Fix buffer overrun on 64-bit hosts with lines longer
13680         than 2 GiB.
13681
13682 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
13683
13684         Sync from coreutils.
13685         * m4/openat.m4 (gl_FUNC_OPENAT): Check for fdopendir.
13686         * m4/ullong_max.m4 (gl_ULLONG_MAX): Simplify so that it merely
13687         defines ULONG_MAX_LT_ULLONG_MAX.  Thomas M.Ott reports that
13688         ULLONG_MAX doesn't work with 2.7.2.1.
13689
13690 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
13691
13692         * modules/xreadlink (Makefile.am): Remove lib_SOURCES.
13693         From Ben Pfaff.
13694
13695         * modules/exclude (Depends-on): Depend on verify.
13696         * modules/strtoimax (Depends-on): Likewise.
13697         * modules/utimecmp (Depends-on): Likewise.
13698
13699 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
13700
13701         * lib/exclude.c: Include verify.h.
13702         (verify): Remove.  All callers changed to use verify.h's version.
13703         * lib/strtoimax.c: Likewise.
13704         * lib/utimecmp.c: Likewis.e
13705
13706         Sync from coreutils.
13707         * lib/.cppi-disable: Add getaddrinfo.h, getdelim.h, getline.h,
13708         getpass.c, mbchar.h, mbuiter.h, strcase.h, strnlen.h, strnlen1.h.
13709         * lib/.cvsignore: Add fts.h, search.h, t-fpending.
13710         * lib/settime.c (settime): Fix { typo in previous patch.  Also, don't
13711         bother returning ENOSYS if settimeofday or stime fails; just let
13712         them return whatever errno they want to return.
13713         * lib/utimens.c: Include unistd.h, for dup2.
13714         (futimens): Fix typo: HAVE_FUTIMESAT was misspelled in an #if.
13715         (futimens) [! HAVE_FUTIMESAT]: If !file, set errno before returning -1.
13716
13717 2005-10-02  Jim Meyering  <jim@meyering.net>
13718
13719         Sync from coreutils.
13720         * m4/utimes.m4 (gl_FUNC_UTIMES): Detect the version of utimes
13721         from glibc-2.2.5 that fails for read-only files.
13722
13723 2005-10-02  Jim Meyering  <jim@meyering.net>
13724
13725         Sync from coreutils.
13726         * lib/fts-cycle.c [HAVE_CONFIG_H]: Include <config.h>.
13727         * lib/openat-die.c: Use `#ifdef HAVE_CONFIG_H', not
13728         `#if HAVE_CONFIG_H'.
13729         * lib/openat.c (fdopendir): Do not define if HAVE_FDOPENDIR.
13730         Remove AT_FDCWD test.
13731         Do not consume the fd unless successful.
13732         * lib/openat.h (fdopendir): Do not define if HAVE_FDOPENDIR.
13733         * lib/settime.c (settime): Move the HAVE_STIME block `up' into an #elif
13734         block, so that we don't even try to compile it if settimeofday is
13735         available.  This works around a compilation failure on OSF1 V5.1,
13736         due to stime requiring a `long int*' while tv_sec is `int'.
13737
13738 2005-10-02  Alfred M. Szmidt  <ams@gnu.org>
13739
13740         Sync from coreutils.
13741         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Compare $gl_have_path...
13742         against `yes', rather than just testing for nonempty.
13743
13744 2005-10-01  Simon Josefsson  <jas@extundo.com>
13745
13746         * m4/getaddrinfo.m4: Include sys/types.h for sys/socket.h, on FreeBSD
13747         and Darwin.
13748
13749         * m4/getaddrinfo.m4: Use AC_GNU_SOURCE, GNU only declare getaddrinfo
13750         as an (POSIX) extension.  Check for sys/types.h, sys/socket.h, and
13751         netdb.h too, needed by getaddrinfo.h.  Check if getaddrinfo,
13752         freeaddrinfo and gai_strerror are declared by the POSIX headers.
13753         Check if struct addrinfo is declared.
13754
13755 2005-10-01  Simon Josefsson  <jas@extundo.com>
13756
13757         * lib/getaddrinfo.h: Protect #include's of sys/socket.h and netdb.h.
13758         Only define struct addrinfo if !HAVE_STRUCT_ADDRINFO.  Protect
13759         AI_* and EAI_* definitions.  Protect function declarations.
13760
13761 2005-10-01  Jim Meyering  <jim@meyering.net>
13762
13763         Sync from coreutils.
13764
13765         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Look for getservbyname in these
13766         libraries [inet nsl socket xnet].  Nelson Beebe reported that with
13767         native cc on Solaris 7, getaddrinfo.c requires -lsocket.
13768         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
13769         in the inet and nsl libraries.  Required on Solaris 5.7.
13770
13771 2005-10-01  Jim Meyering  <jim@meyering.net>
13772
13773         Sync from coreutils.
13774         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
13775         in the inet and nsl libraries.  Required on Solaris 5.7.
13776
13777 2005-10-01  Eric Blake  <ebb9@byu.net>  (tiny change)
13778
13779         * lib/getdelim.c (getdelim): Remove unused variables.
13780
13781 2005-09-29  Paul Eggert  <eggert@cs.ucla.edu>
13782
13783         * lib/xtime.h (XTIME_PRECISION): Now of type int, not long long int,
13784         so that the code works even with ancient cpp.  Portability problem
13785         with GCC 2.7.2.1 reported by Thomas M.Ott.
13786
13787 2005-09-27  Paul Eggert  <eggert@cs.ucla.edu>
13788
13789         * modules/regex (Depends-on): Add strcase.
13790
13791         * modules/gethostname (Licence): Change from GPL to LGPL, since
13792         gethostname.c is a trivial implementation of a standard library
13793         function.
13794         * modules/poll (License): Change from GPL to LGPL, since it's
13795         derived from LGPL code.
13796
13797 2005-09-27  Jim Meyering  <jim@meyering.net>
13798
13799         * lib/getcwd.c: Change #ifdef<TAB>HAVE_CONFIG_H to #ifdef
13800         HAVE_CONFIG_H.
13801
13802         * lib/intprops.h (signed_type_or_expr__): Define.
13803         (INT_STRLEN_BOUND) [__GNUC__]: Use a slightly tighter bound
13804         for unsigned types.
13805
13806 2005-09-26  Paul Eggert  <eggert@cs.ucla.edu>
13807
13808         * lib/verify.h (verify_expr): Remove, replacing with:
13809         (verify_true): New macro that returns true instead of void.
13810         (verify_type__): Remove.
13811         (verify): Use verify_true rather than verify_type__.
13812
13813 2005-09-26  Bruno Haible  <bruno@clisp.org>
13814
13815         * modules/mbchar (Include): Mention that HAVE_WCHAR_H && HAVE_WCTYPE_H
13816         is necessary.
13817         (lib_SOURCES): Remove mbchar.c.
13818         * modules/mbfile (Include): Mention that HAVE_MBRTOWC is necessary.
13819         (Files): Add m4/mbrtowc.m4.
13820         * modules/mbiter: Likewise.
13821         * modules/mbuiter: Likewise.
13822
13823 2005-09-26  Bruno Haible  <bruno@clisp.org>
13824
13825         * m4/mbchar.m4 (gl_MBCHAR): Check for wchar.h and wctype.h. Don't
13826         compile mbchar.c if they are not both present.
13827         * m4/mbfile.m4 (gl_MBFILE): Require gl_FUNC_MBRTOWC.
13828         * m4/mbiter.m4 (gl_MBITER): Likewise.
13829         * m4/strstr.m4 (gl_PREREQ_STRSTR): Use AC_REQUIRE.
13830         * m4/strcasestr.m4 (gl_PREREQ_STRCASESTR): Likewise.
13831         * m4/strcase.m4 (gl_PREREQ_STRCASECMP): Likewise.
13832
13833 2005-09-25  Jim Meyering  <jim@meyering.net>
13834
13835         * modules/inet_ntop (Depends-on): Add socklen, since inet_ntop.c
13836         also uses socklen_t.
13837
13838 2005-09-24  Paul Eggert  <eggert@cs.ucla.edu>
13839
13840         * lib/utimens.c (ENOSYS): Define if not already defined.
13841         (futimens): Support having a null PATH if the file descriptor
13842         is nonnegative.
13843
13844         * lib/regex_internal.h (__GNUC_PREREQ, always_inline, inline, pure):
13845         Remove.
13846         (__attribute): Define to empty unless GCC 3.1 or later.
13847         This works around a core dump on OpenBSD 3.4, which has GCC
13848         2.95.3, which dumps core when given __attribute__(()).  It also
13849         simplifies other tests, since we really don't want to bother with
13850         worrying about which ancient version of GCC supported what.
13851         Original problem reported by Yoann Vandoorselaere, with part of
13852         the fix suggested by Derek Price.
13853
13854 2005-09-24  Jim Meyering  <jim@meyering.net>
13855
13856         * lib/verify.h (verify_type__): Use `unsigned int' as the bitfield type
13857         so we can once again use a positive bitfield width of 1 -- now we
13858         don't have to explain why we were using a bitfield width of 2.
13859
13860 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
13861
13862         * m4/regex.m4 (gl_REGEX): If replacing, define regcomp to rpl_regcomp,
13863         and similarly for the other external symbols.  Problem reported
13864         by James Gallager.
13865
13866         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Catch Sun Studio 10u1 on Linux
13867         bug reported by Jim Meyering.
13868
13869         * m4/utimens.m4 (gl_UTIMENS): Check for futimesat.
13870         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Undo previous change;
13871         not needed, since socklen is a prerequisite module.
13872
13873 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
13874
13875         * lib/getaddrinfo.c [HAVE_NETINET_IN_H]: Include <netinet/in.h>.
13876         Problem reported by Eric Blake.
13877         (getaddrinfo): Initialize se so that it's not garbage.
13878         Redo internal storage allocation so that it doesn't make unportable
13879         assumptions about alignment.
13880         Fix a memory leak.
13881
13882         * lib/utimens.c (futimens): Use futimesat if available.
13883         Prefer it to futimes since it doesn't have the futimes bug.
13884
13885         * lib/verify.h (GL_CONCAT0, GL_CONCAT): Remove.
13886         (verify): Don't use the __LINE__ trick, as it doesn't work in general.
13887         Instead, declare a function that returns a pointer to an array,
13888         and use verify_type__ to declare the size of the array.
13889         Problem and germ of a solution reported by Bruno Haible.
13890         (verify_type__): Use 2, not 1, for bitfield size, to avoid
13891         a warning with Irix 6.5 cc.  Problem reported by Bruno Haible.
13892
13893 2005-09-23  Jim Meyering  <jim@meyering.net>
13894
13895         Sync from coreutils.
13896         Correct build failure (socklen_t not defined) on at least
13897         mips-sgi-irix6.5 and alphaev67-dec-osf5.1.
13898         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Require gl_SOCKLEN_T.
13899
13900 2005-09-23  Jim Meyering  <jim@meyering.net>
13901
13902         * modules/getaddrinfo (Depends-on): Add socklen.
13903
13904 2005-09-23  Bruno Haible  <bruno@clisp.org>
13905
13906         * tests/test-verify.c: New file.
13907
13908 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
13909
13910         Sync from coreutils.
13911
13912         * modules/argmatch (Depends-on): Add verify.
13913         * modules/getloadavg (Depends-on): Depend on fcntl-safer, not
13914         unistd-safer.
13915         * modules/save-cwd (Depends-on): Likewise.
13916
13917         * modules/openat (Files): Add lib/openat-die.c.
13918         (Depends-on): Remove error, exitfail.
13919         Add dirname.
13920
13921         * modules/verify: New file.
13922         * MODULES.html.sh (Diagnostics <assert.h>): New section,
13923         with "verify" module.
13924
13925 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
13926
13927         Sync from coreutils.
13928
13929         * m4/backupfile.m4, calloc.m4, chown.m4, cloexec.m4, dup2.m4:
13930         * m4/fileblocks.m4, free.m4, ftruncate.m4, getcwd.m4, getpagesize.m4:
13931         * m4/getugroups.m4, group-member.m4, idcache.m4, link-follow.m4:
13932         * m4/mkstemp.m4, mktime.m4, mountlist.m4, nanosleep.m4, pathmax.m4:
13933         * m4/physmem.m4, posixver.m4, putenv.m4, safe-read.m4, same.m4:
13934         * m4/save-cwd.m4, stdio-safer.m4, unistd-safer.m4, unlinkdir.m4:
13935         * m4/userspec.m4, xgetcwd.m4, xreadlink.m4:
13936         Don't bother checking for string.h, stdlib.h, unistd.h.
13937         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't require
13938         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK; that's now the lstat
13939         module's job.
13940         * m4/jm-macros.m4 (gl_MACROS): Likewise.
13941         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_LSTAT.
13942
13943         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): New macro.
13944         (gl_GETDATE): Use it.
13945
13946         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Don't bother checking for unistd.h.
13947
13948 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
13949
13950         Sync from coreutils.
13951
13952         * lib/.cppi-disable: Add regcomp.c, regex_internal.c, regex_internal.h,
13953         stat-time.h.
13954         * lib/argmatch.h: Include verify.h
13955         (ARGMATCH_VERIFY): Use verify rather than rolling our own.
13956         (ARGMATCH_ASSERT): Remove; unused.
13957         * lib/canonicalize.c: Assume STDC_HEADERS.
13958         * lib/exclude.c: Include "strcase.h".
13959         * lib/regex_internal.h [!defined _LIBC]: Likewise.
13960         * lib/getusershell.c: Include stdio--.h rather than stdio.h
13961         and stdio-safer.h.
13962         (getusershell): Call fopen, not fopen_safer.
13963         * lib/save-cwd.c: Include fcntl--.h rather than fcntl.h.
13964         Do not include unistd-safer.h.
13965         (save_cwd): Don't call fd_safer; no longer needed
13966         now that we include fcntl--.h.
13967
13968         * lib/getdate.y (relative_time): New type.
13969         (RELATIVE_TIME_0): New constant.
13970         (parser_control): Use relative_time instead of doing it ourselves.
13971         (%union): Add new relative_time rel member.
13972         (tYEAR_UNIT, tMONTH_UNIT, tHOUR_UNIT, tMINUTE_UNIT, tSEC_UNIT):
13973         Now typeless.
13974         (relunit, relunit_snumber): Now of type rel.
13975         (zone, rel, relunit, get_date): Adjust to above changes.
13976
13977         * lib/getloadavg.c: Include fcntl--.h rather than fcntl.h.
13978         Do not include unistd-safer.h.
13979         (getloadavg): Don't call fd_safer; no longer needed
13980         now that we include fcntl--.h.
13981
13982         * lib/mkdir-p.c (ENOSYS): Define to EEXIST if not defined.
13983         (make_dir_parents): Treat ENOSYS like EEXIST.
13984
13985         Improve quality of diagnostics on restore_cwd failure.
13986         * lib/mkdir-p.h (make_dir): Remove.  All uses replaced by mkdir.
13987         (make_dir_parents): Last arg is now int * (for errno), not bool *.
13988         * lib/mkdir-p.c (make_dir, make_dir_parents): Likewise.
13989         Rewrite "mkdir -p" algorithm to avoid the need for "stat"
13990         each time through the loop.  Do not diagnose restore_cwd failure;
13991         that is the caller's job (and perhaps the caller does not care).
13992
13993         * lib/mkdir-p.c (CLEANUP_CWD, CLEANUP): Remove.
13994         (make_dir_parents): Revamp to avoid need for CLEANUP_CWD, CLEANUP.
13995         If the file already exists but is not a directory, don't bother
13996         to try to make its parents.
13997         Close potential file descriptor leak if we can't chdir("/") (!).
13998         Don't always return true if chdir($PWD) fails; return true only
13999         if the requested action was done successfully (except for the
14000         chdir($PWD)).
14001         Don't log final directory unless we actually made it.
14002         Refactor to avoid duplicate code to fix up permissions.
14003         Don't attempt to fix up parent permissions if chdir($PWD) fails.
14004
14005         * lib/strftime.c (my_strftime): Rewrite the previous change slightly,
14006         to make it a bit faster and (I hope) clearer.
14007         * lib/strftime.c (my_strftime): Add support for %:z, %::z, %:::z.
14008         Fix bug in formats like %2N.
14009
14010         * lib/verify.h: New file.
14011
14012 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
14013
14014         Sync from coreutils.
14015         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Check for netinet/in.h.
14016
14017 2005-09-22  Jim Meyering  <jim@meyering.net>
14018
14019         Sync from coreutils.
14020
14021         * m4/lstat.m4 (gl_FUNC_LSTAT):
14022         Use AC_LIBSOURCES to require lstat.c and lstat.h.
14023         Remove obsolete comment.
14024         * m4/xreadlink.m4: Use AC_LIBSOURCES and AC_LIBOBJ.
14025         * m4/xstrtod.m4: Likewise.
14026
14027         * m4/openat.m4 (gl_FUNC_OPENAT): Add openat-die.c.
14028
14029 2005-09-22  Jim Meyering  <jim@meyering.net>
14030
14031         Sync from coreutils.
14032
14033         * lib/backupfile.c: Use ARGMATCH_VERIFY, just in case.
14034
14035         * lib/posixtm.c (posixtime) [lint]: Initialize *all* of tm0, not just
14036         the .tm_year member, since otherwise gcc-4.0 would now warn about
14037         tm_zone, tm_gmtoff, tm_isdst, tm_yday, tm_wday.
14038
14039         * lib/quotearg.c (quotearg_n_options): Change code to be suboptimal, in
14040         order to avoid an unsuppressible warning from gcc on 64-bit systems.
14041
14042         * lib/getdate.y (get_date): Undo part of the 2005-04-04 change, so that
14043         the command "date -d'2005-03-27 +1 day'" succeeds once again, even
14044         when run in a time zone for which daylight savings time is in effect
14045         for the starting date.
14046
14047         * lib/mkdir-p.c (make_dir_parents): Don't let a failed chdir($PWD)
14048         stop us from restricting permissions of just-created absolute-named
14049         directories.
14050         * lib/mkdir-p.c (CLEANUP_CWD): Return *true*, not false when failing
14051         to restore initial working directory.
14052         * lib/mkdir-p.c (make_dir_parents): New parameter:
14053         different_working_dir, to tell caller if/when we change the working
14054         directory and are unable to return to the initial one.
14055         * lib/mkdir-p.h (make_dir_parents): Update prototype.
14056         * lib/mkdir-p.c (CLEANUP_CWD): Change one more `return 1' to
14057         `return false'.  This fixes a bug introduced on 2004-07-30.
14058
14059         * lib/openat.c (fdopendir): Be sure to close the supplied
14060         file descriptor before returning.  This makes our replacement
14061         implementation a little closer to Solaris's, where fdopendir
14062         ties the file descriptor to the returned DIR* pointer.
14063         * lib/openat.c (unlinkat): New function.
14064         * lib/openat.h (unlinkat): Add prototype.
14065         * lib/openat-die.c (openat_save_fail): Rename from openat_save_die.
14066         (openat_restore_fail): Rename from openat_restore_die.
14067         * lib/openat.c, openat.h: Reflect s/_die/_fail/ renaming.
14068
14069         Provide an alternative to exiting immediately upon save_cwd or
14070         restore_cwd failure.  Now, an application can arrange e.g.,
14071         to perform a longjump in that case.
14072         * lib/openat.c: Include dirname.h.
14073         Use IS_ABSOLUTE_FILE_NAME rather than testing for leading slash.
14074         (rpl_openat, fdopendir, fstatat): Call openat_save_die
14075         and openat_restore_die rather than calling error directly.
14076         Don't include "error.h" or "exitfail.h"; they're no longer needed.
14077
14078         * lib/openat-die.c (openat_save_die, openat_restore_die): New file.
14079         * lib/openat.h (openat_save_die, openat_restore_die): Declare and
14080         define.
14081
14082         * lib/strftime.c [FPRINTFTIME] (fprintftime): Provide a new interface:
14083         size_t fprintftime (FILE *fp, char const *fmt, struct tm const *tm,
14084                             int utc, int nanoseconds);
14085         Background:
14086         date should not have to allocate a megabyte of virtual memory to
14087         handle a format argument like +%1048575T.  When implemented with
14088         strftime, it must allocate such a buffer, use strftime to fill it
14089         in, print it, then free it.
14090         With fprintftime, it simply prints everything and exits.
14091         With no need for memory allocation, that's one fewer way to fail.
14092         * lib/strftime.c (my_strftime): Parse the colons of %:::z *after* the
14093         optional field width, not before, so we accept %9:z, not %:9z.
14094         (my_strftime): Be sure to use L_('x') for literals.
14095
14096         * lib/backupfile.c, lib/canon-host.c, lib/canonicalize.c, lib/chown.c:
14097         * lib/cloexec.c, lib/dup-safer.c, lib/dup2.c, lib/euidaccess.c:
14098         * lib/fd-safer.c, lib/fileblocks.c, lib/fopen-safer.c, lib/fsusage.c:
14099         * lib/ftruncate.c, lib/getcwd.c, lib/getcwd.h, lib/getloadavg.c:
14100         * lib/getopt_.h, lib/getpagesize.h, lib/getugroups.c:
14101         * lib/group-member.c, lib/human.h, lib/idcache.c, lib/mkdir-p.c:
14102         * lib/mountlist.c, lib/nanosleep.c, lib/pathmax.h, lib/physmem.c:
14103         * lib/posixver.c, lib/putenv.c, lib/raise.c, lib/safe-read.c:
14104         * lib/same.c, lib/save-cwd.c, lib/setenv.c, lib/settime.c:
14105         * lib/tempname.c, lib/unlinkdir.c, lib/unsetenv.c, lib/userspec.c:
14106         * lib/xgethostname.c, lib/xreadlink.c:
14107         Assume HAVE_UNISTD_H, i.e., include <unistd.h> unconditionally.
14108
14109         * lib/chown.c, lib/cloexec.c, lib/dup-safer.c, lib/dup2.c:
14110         * lib/fsusage.c, lib/getcwd.c, lib/getloadavg.c, lib/mountlist.c:
14111         * lib/openat.h, lib/save-cwd.c, lib/tempname.c:
14112         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
14113         and don't include <sys/file.h>).
14114
14115 2005-09-22  Eric Blake  <ebb9@byu.net>  (tiny change)
14116
14117         Sync from coreutils.
14118
14119         * lib/getloadavg.c (getloadavg) [__CYGWIN__]: Port to cygwin.
14120         [__linux__]: Allocate a big enough buffer for /proc/loadavg.
14121         [!LDAV_DONE]: Avoid unused variable warning.
14122
14123 2005-09-21  Bruno Haible  <bruno@clisp.org>
14124
14125         * lib/unicodeio.h (unicode_to_mb): New declaration.
14126
14127 2005-09-20  Derek Price  <derek@ximbiot.com>
14128
14129         * lib/getaddrinfo.c: Don't include <netdb.h> included from
14130         getaddrinfo.h.
14131
14132 2005-09-20  Bruno Haible  <bruno@clisp.org>
14133
14134         * gnulib-tool: Remove trailing slashes from the values specified for
14135         --source-base, --m4-base, --tests-base, --aux-dir.
14136         Suggested by Simon Josefsson <jas@extundo.com>.
14137
14138 2005-09-20  Bruno Haible  <bruno@clisp.org>
14139
14140         * gnulib-tool (func_all_modules, func_modules_transitive_closure,
14141         func_modules_to_filelist, func_import, func_create_testdir): Make all
14142         sorting results locale-independent, so that gnulib-cache.m4 doesn't
14143         change when gnulib-tool is invoked in a different locale.
14144
14145 2005-09-19  Simon Josefsson  <jas@extundo.com>
14146
14147         * m4/socklen.m4: Fix typo.
14148
14149 2005-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14150
14151         Use a consistent style for including <config.h>.
14152         * lib/__fpending.c, lib/acl.c, lib/argmatch.c, lib/argp-help.c,
14153         lib/argp-parse.c, lib/argp-pvh.c, lib/backupfile.c, lib/basename.c,
14154         lib/c-stack.c, lib/calloc.c, lib/check-version.c, lib/cloexec.c,
14155         lib/closeout.c, lib/copy-file.c, lib/creat-safer.c, lib/cycle-check.c,
14156         lib/dirfd.c, lib/dirname.c, lib/dup-safer.c, lib/dup2.c,
14157         lib/euidaccess.c, lib/exclude.c, lib/exitfail.c, lib/fatal-signal.c,
14158         lib/fd-safer.c, lib/file-type.c, lib/fileblocks.c, lib/filemode.c,
14159         lib/filenamecat.c, lib/findprog.c, lib/fnmatch.c, lib/fopen-safer.c,
14160         lib/free.c, lib/fsusage.c, lib/ftruncate.c, lib/full-write.c,
14161         lib/fwriteerror.c, lib/getaddrinfo.c, lib/getcwd.c, lib/getdelim.c,
14162         lib/getline.c, lib/getlogin_r.c, lib/getndelim2.c, lib/getnline.c,
14163         lib/getopt1.c, lib/getpass.c, lib/group-member.c, lib/hard-locale.c,
14164         lib/hash-pjw.c, lib/hash.c, lib/human.c, lib/idcache.c,
14165         lib/inet_ntop.c, lib/isdir.c, lib/long-options.c, lib/malloc.c,
14166         lib/memcasecmp.c, lib/memcmp.c, lib/memcoll.c, lib/memcpy.c,
14167         lib/memmove.c, lib/mkdir-p.c, lib/modechange.c, lib/mountlist.c,
14168         lib/open-safer.c, lib/physmem.c, lib/pipe-safer.c, lib/pipe.c,
14169         lib/poll.c, lib/posixver.c, lib/progname.c, lib/progreloc.c,
14170         lib/putenv.c, lib/quote.c, lib/quotearg.c, lib/readline.c,
14171         lib/readlink.c, lib/realloc.c, lib/regex.c, lib/rename.c, lib/rmdir.c,
14172         lib/rpmatch.c, lib/safe-read.c, lib/same.c, lib/save-cwd.c,
14173         lib/savedir.c, lib/sig2str.c, lib/strcspn.c, lib/strerror.c,
14174         lib/stripslash.c, lib/strncasecmp.c, lib/strndup.c, lib/strnlen.c,
14175         lib/strnlen1.c, lib/strsep.c, lib/strstr.c, lib/strtod.c,
14176         lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c,
14177         lib/time_r.c, lib/userspec.c, lib/utimecmp.c, lib/version-etc-fsf.c,
14178         lib/version-etc.c, lib/wait-process.c, lib/xalloc-die.c, lib/xgetcwd.c,
14179         lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c, lib/xreadlink.c,
14180         lib/xsetenv.c, lib/xstrndup.c, lib/xstrtoimax.c, lib/xstrtol.c,
14181         lib/xstrtoumax.c, lib/yesno.c:
14182         Standardize inclusion of config.h.
14183         * lib/__fpending.h, lib/dirfd.h, lib/getdate.h, lib/human.h,
14184         lib/inttostr.h:  Removed inclusion of config.h from header files.
14185         * lib/inttostr.c:  Adjusted in-tree users.
14186         * lib/timespec.h: Remove superfluous warning to include config.h.
14187         * lib/atexit.c, lib/chdir-long.c, lib/chown.c, lib/fchown-stub.c,
14188         lib/getgroups.c, lib/gettimeofday.c, lib/lchown.c, lib/lstat.c,
14189         lib/mkdir.c, lib/mkstemp.c, lib/nanosleep.c, lib/openat.c, lib/raise.c,
14190         lib/readtokens0.c, lib/readutmp.c, lib/unlinkdir.c: Guard inclusion of
14191         config.h with HAVE_CONFIG_H.
14192
14193 2005-09-19  Jim Meyering  <jim@meyering.net>
14194
14195         * modules/pathmax (License): Change to LGPL.
14196
14197 2005-09-19  Derek Price  <derek@ximbiot.com>
14198
14199         * config/srclist.txt: glibc's glob.h is now in lib/glob-libc.h.
14200
14201 2005-09-19  Bruno Haible  <bruno@clisp.org>
14202
14203         * gnulib-tool (import): Provide default for --tests-base.
14204
14205 2005-09-19  Bruno Haible  <bruno@clisp.org>
14206
14207         * doc/quote.texi: New file, extracted from gnulib.texi.
14208         * doc/ctime.texi: New file, extracted from gnulib.texi.
14209         * doc/inet_ntoa.texi: New file, extracted from gnulib.texi.
14210         * doc/gnulib-tool.texi: New file, extracted from gnulib.texi.
14211         * doc/gnulib.texi: Include them.
14212
14213 2005-09-18  Bruno Haible  <bruno@clisp.org>
14214
14215         Portability fix.
14216         * gnulib-tool (func_readlink): New function.
14217         (func_ln_if_changed): Use it.
14218
14219 2005-09-18  Bruno Haible  <bruno@clisp.org>
14220
14221         * gnulib-tool: Support --with-tests also with --import.
14222         (func_emit_tests_Makefile_am): Use variables $m4base and $testsbase.
14223         (func_import): Use variables $testsbase and $inctests. Emit a
14224         gl_TESTS_BASE form into gnulib-cache.m4. Create $testsbase/Makefile.am.
14225         Remind the user to add AC_CONFIG_FILES($testsdir/Makefile) and
14226         SUBDIRS += $testsdir.
14227         (func_create_testdir): Update.
14228
14229 2005-09-18  Bruno Haible  <bruno@clisp.org>
14230
14231         * gnulib-tool: Revise --dry-run implementation. Use variable $doit
14232         instead of $dry_run.
14233         (func_cp_if_changed, func_mv_if_changed): Remove functions.
14234         (func_ln_if_changed): Don't handle dry-run here.
14235         (func_import): In dry-run mode, detect more precisely which actions
14236         would be performed, and don't use "...ing" verbs.
14237
14238 2005-09-18  Bruno Haible  <bruno@clisp.org>
14239
14240         * gnulib-tool (func_tmpdir): New function, taken from GNU gettextize.
14241         (func_import): Use join on two temporary files instead of three nested
14242         loops, in order to determine which files are new or old.
14243
14244 2005-09-18  Bruno Haible  <bruno@clisp.org>
14245
14246         * gnulib-tool (func_import): Comment out code that spits out the
14247         new files with --dry-run.
14248
14249 2005-09-18  Bruno Haible  <bruno@clisp.org>
14250
14251         * doc/gnulib.texi (Invoking gnulib-tool): 50% rewritten.
14252
14253 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
14254
14255         * lib/stat-time.h: New file.
14256         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP, ATIME_CMP, CTIME_CMP):
14257         (MTIME_CMP, TIMESPEC_NS): Remove.  Now done by stat-time.h,
14258         in a different way.
14259         (timespec_cmp): New function.
14260         * lib/utimecmp.c: Include stat-time.h.
14261         (SYSCALL_RESOLUTION): Depend on whether various struct stat
14262         members exist, not on the obsolescent ST_MTIM_NSEC.
14263         (utimecmp): Use the new stat-time functions rater than TIMESPEC_NS.
14264
14265 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
14266
14267         * config/srclist.txt: Remove glibc bug 1033 and uncomment mktime.c.
14268
14269 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
14270
14271         * MODULES.html.sh (File system functions): Add stat-time.
14272         * modules/stat-time: New file.
14273         * modules/timespec (Files): Remove m4/st_mtim.m4; this
14274         is now done in a different way, by the stat-time module.
14275         * modules/utimecmp (Depends-on): Add stat-time.
14276
14277 2005-09-15  Paul Eggert  <eggert@cs.ucla.edu>
14278
14279         * m4/st_mtim.m4: Remove.  Superseded by...
14280         * m4/stat-time.m4: New file.
14281         * m4/timespec.m4 (gl_TIMESPEC): Require AC_C_INLINE.
14282         Do not invoke AC_STRUCT_ST_MTIM_NSEC; no longer needed.
14283
14284 2005-09-15  Derek Price  <derek@ximbiot.com>
14285
14286         * m4/strstr.m4 (gl_FUNC_STRSTR): Don't define strstr here.
14287
14288 2005-09-15  Derek Price  <derek@ximbiot.com>
14289
14290         * lib/regex_internal.h: Blank `pure' for GNUC < 3.
14291         * lib/regex_internal.c: Ditto, using this...
14292         (__GNUC_PREREQ): ...new macro.
14293         * lib/regcomp.c, regexec.c: Blank `always_inline' for GNUC < 3.1
14294         using...
14295         (__GNUC_PREREQ): ...this new macro.
14296
14297         * lib/strstr.h: Include string.h. Define strstr as a macro here.
14298
14299 2005-09-15  Derek Price  <derek@ximbiot.com>
14300             Paul Eggert  <eggert@cs.ucla.edu>
14301
14302         * lib/regcomp.c, regexec.c, regex_internal.c: Back out previous
14303         changes, consolidating in...
14304         * lib/regex_internal.h: ...this file.
14305
14306 2005-09-13  Jim Meyering  <jim@meyering.net>
14307
14308         * lib/canon-host.c: Filter through gnu indent and reword comments
14309         slightly.
14310         * lib/canon-host.h (ch_strerror_r): Tweak cpp indentation and spacing.
14311
14312 2005-09-13  Derek Price  <derek@ximbiot.com>
14313
14314         * lib/canon-host.c (canon_host_r): Set *cherror on memory allocation
14315         failure.
14316         Reported by Jim Meyering  <jim@meyering.net>.
14317
14318 2005-09-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
14319
14320         * lib/base64.c: Typo.
14321         (base64_encode): Put b64str in initialized data section.
14322
14323 2005-09-12  Paul Eggert  <eggert@cs.ucla.edu>
14324
14325         Merge glibc and coreutils changes into gnulib, plus a few
14326         extra fixes.
14327         * lib/md5.c: Use #error rather than a string.
14328         (CYCLIC): New macro, from glibc source.  Use it instead of rol.
14329         * lib/md5.h (__GNUC_PREREQ, __THROW): Define if not defined already.
14330         (__attribute__): Define to empty for non recent-GCC.
14331         (__md5_buffer, __md5_finish_ctx, __md5_init_ctx, __md5_process_block):
14332         (__md5_process_bytes, __md5_read_ctx, __md5_stream):
14333         Renamed from their non-__ counterparts, with new macros replacing
14334         them if not _LIBC.  Add __THROW attribute.
14335         (rol): Remove.
14336         (struct md5_ctx): Align buffer if using GCC.
14337         * lib/sha1.h (struct sha1_ctx): Likewise.
14338         * lib/sha1.c (SWAP): Renamed from the NOTSWAP.  All uses changed.
14339         The old name was backwards.
14340         (NOTSWAP): Remove; not used.
14341         (rol): New macro, moved here from md5.h.
14342         (sha1_process_block): Remove a FIXME that doesn't make sense.
14343
14344 2005-09-12  Derek Price  <derek@ximbiot.com>
14345
14346         Return usable errors from canon-host.
14347         * lib/canon-host.h: New file.
14348         * lib/canon-host.c (canon_host): Wrap...
14349         (canon_host_r): ...this new function, which now relies exclusively on
14350         getaddrinfo.
14351         (ch_strerror): New function.
14352         (last_cherror): New global.
14353         * lib/getaddrinfo.c: Move include of getaddrinfo.h first to test
14354         interface.
14355         (getaddrinfo): Add AI_CANONNAME functionality.  Don't do arithmetic on
14356         void *.
14357         (freeaddrinfo): Free ai->ai_canonname when set.
14358
14359 2005-09-12  Derek Price  <derek@ximbiot.com>
14360
14361         Make canon-host require getaddrinfo.
14362         * m4/canon-host.m4 (gl_CANON_HOST): Remove most dependencies.
14363         AC_LIBSOURCE canon-host.h.  Call...
14364         (gl_PREREQ_CANON_HOST): ...this new function, which requires
14365         gl_GETADDRINFO.
14366         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Compile gai_strerror when needed.
14367
14368 2005-09-12  Derek Price  <derek@ximbiot.com>
14369
14370         * modules/canon-host: Add canon-host.h.  Depend on getaddrinfo.  Make
14371         LGPL.
14372         * modules/getaddrinfo: Add link to opengroup spec.  Depend on strdup.
14373
14374 2005-09-12  Derek Price  <derek@ximbiot.com>
14375
14376         * lib/gai_strerror.c: Include config.h when available.  Include
14377         getaddrinfo.h before other headers to test interface.
14378         Reported by Larry Jones <lawrence.jones@ugs.com>.
14379
14380 2005-09-12  Derek Price  <derek@ximbiot.com>
14381             Paul Eggert  <eggert@cs.ucla.edu>
14382
14383         * modules/glob (Files): Add glob-libc.h.
14384
14385 2005-09-12  Derek Price  <derek@ximbiot.com>
14386             Paul Eggert  <eggert@cs.ucla.edu>
14387
14388         * m4/glob.m4 (gl_GLOB_SUBSTITUTE): AC_LIBSOURCES for glob.c,
14389         glob_.h, glob-libc.h.
14390         (gl_PREREQ_GLOB): Remove _SYS_CDEFS_H hack; no longer needed.
14391
14392 2005-09-12  Derek Price  <derek@ximbiot.com>
14393             Paul Eggert  <eggert@cs.ucla.edu>
14394
14395         * lib/glob-libc.h: Renamed from glob_.h.  The new version is
14396         taken from libc's glob.h, except with '#ifdef __GLOB_GNULIB'
14397         protecting things that should be done only in gnulib contexts.
14398         * lib/glob_.h: New file, containing only the glob things needed for
14399         gnulib.
14400         (GLOB_PREFIX): Remove.  All uses changed to look for __GLOB_GNULIB.
14401         (__GLOB_CONCAT, __GLOB_XCONCAT, __GLOB_ID): Remove; no longer needed.
14402         (glob, globfree, glob_pattern_p): Now defined simply in terms of
14403         rpl_glob, rpl_globfree, rpl_glob_pattern_p.
14404         (__GLOB_GNULIB): New macro, to keep the glob.h changes clearer
14405         and to respect the namespace rules better.
14406
14407 2005-09-08  Simon Josefsson  <jas@extundo.com>
14408
14409         * modules/socklen: New file.
14410
14411 2005-09-08  Simon Josefsson  <jas@extundo.com>
14412
14413         * m4/socklen.m4: New file.
14414
14415 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
14416
14417         * modules/utimens (Files): Add m4/utimbuf.m4, since
14418         m4/utimens.m4 requires gl_CHECK_TYPE_STRUCT_UTIMBUF.
14419         Reported by Sergey Poznyakoff.
14420
14421 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
14422
14423         * lib/glob.c (glob, globfree, __glob_pattern_p): Use old-style function
14424         definitions, since that's the preferred style in glibc.
14425         Fix a minor spacing issue, and update copyright notice to match
14426         glibc's.
14427
14428 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
14429
14430         * config/srclist.txt: Remove glibc bug 1061; it's been fixed.
14431
14432 2005-09-06  Simon Josefsson  <jas@extundo.com>
14433
14434         * lib/getpass.c (getpass): Fix typo, test for HAVE_TCSETATTR and not
14435         TCSETATTR.  Reported by Derek Price <derek@ximbiot.com>.
14436
14437 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
14438
14439         * lib/regex_internal.h (bitset_not): Add parens to avoid gcc -Wall
14440         warning.
14441
14442 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
14443
14444         * config/srclist.txt: Add glibc bug 1302.
14445
14446 2005-09-05  Paul Eggert  <eggert@cs.ucla.edu>
14447
14448         Change bitset word type from unsigned int to unsigned long int,
14449         as this has better performance on typical 64-bit hosts.
14450         Port bitset code to hosts with unusual word sizes.
14451         * lib/regcomp.c (build_equiv_class, build_charclass, build_range_exp):
14452         (build_collating_symbol):
14453         Prefer bitset to re_bitset_ptr_t in prototypes, when the actual
14454         argument is a bitset.  This is merely a style issue, but it makes
14455         it clearer that an entire array is expected.
14456         (re_compile_fastmap_iter, init_dfa, init_word_char, optimize_subexps):
14457         * lib/regcomp.c (lower_subexp, parse_bracket_exp, built_charclass_op):
14458         Port to the case where bitset_word is not the same as unsigned int.
14459         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
14460         (bitset_not, bitset_merge, bitset_set_all, bitset_mask):
14461         Likewise.
14462         * lib/regexec.c (check_dst_limits_calc_pos_1,
14463         check_subexp_matching_top):
14464         (build_trtable, group_nodes_into_DFAstates):
14465         Likewise.
14466         * lib/regcomp.c (re_compile_fastmap_iter, utf8_sb_map, optimize_utf8):
14467         Don't assume that SBC_MAX is a multiple of BITSET_WORD_BITS.
14468         * lib/regex_internal.h (bitset_set_all, bitset_not): Likewise.
14469         * lib/regexec.c (group_nodes_into_DFAstates): Likewise.
14470         * lib/regcomp.c (utf8_sb_map): Don't assume UINT_MAX == 0xffffffff.
14471         * lib/regcomp.c (optimize_subexps, lower_subexp):
14472         Work even if bitset_word has holes in its bitwise representation.
14473         * lib/regex_internal.h (BITSET_WORD_BITS): Likewise.
14474         * lib/regexec.c (check_dst_limits_calc_pos_1,
14475         check_subexp_matching_top):
14476         Likewise.
14477         * lib/regex_internal.c (re_string_reconstruct):
14478         Don't assume UCHAR_MAX == 255.
14479         * lib/regex_internal.h (bitset_set_all): Likewise.
14480         * lib/regex_internal.h (BITSET_WORD_BITS): Renamed from UINT_BITS.
14481         All uses changed.
14482         (BITSET_WORDS): Renamed from BITSET_UINTS.  All uses changed.
14483         (bitset_word): New type, replacing 'unsigned int' for bitset uses.
14484         All uses changed.
14485         (BITSET_WORD_MAX): New macro.
14486         (bitset_set, bitset_clear, bitset_contain, bitset_empty):
14487         (bitset_set_all, bitset_copy):  Now inline functions, not macros.
14488         (bitset_empty, bitset_copy):
14489         Prefer sizeof (bitset) to multiplying it out ourselves.
14490         (bitset_not_merge): Remove; unused.
14491         (bitset_contain): Return bool, not unsigned int with one bit on.
14492         All callers changed.
14493         * lib/regexec.c (build_trtable): Don't assume bitset has no stricter
14494         alignment than re_node_set; do this by defining a new internal
14495         type struct dests_alloc and using it to allocate memory.
14496
14497 2005-09-05  Bruno Haible  <bruno@clisp.org>
14498
14499         * gnulib-tool (func_import): Fix comparison in handling of symbolic
14500         links.
14501
14502 2005-09-04  Martin Lambers  <marlam@marlam.de>  (tiny change)
14503
14504         * modules/size_max (Makefile.am): Add size_max.h
14505
14506 2005-09-04  Derek Price  <derek@ximbiot.com>
14507
14508         * gnulib-tool (func_import): Fix reversed $symbolic logic.
14509
14510 2005-09-03  Simon Josefsson  <jas@extundo.com>
14511
14512         * gnulib-tool: Fix typo.
14513
14514 2005-09-03  Simon Josefsson  <jas@extundo.com>
14515
14516         * config/srclist.txt: Add glibc bug 1293.
14517
14518 2005-09-03  Derek Price  <derek@ximbiot.com>
14519
14520         * m4/getlogin_r (gl_GETLOGIN_R): Fix cut & paste error.
14521         From Larry Jones <lawrence.jones@ugs.com>.
14522
14523 2005-09-02  Simon Josefsson  <jas@extundo.com>
14524
14525         * modules/socklen: New file.
14526
14527 2005-09-02  Simon Josefsson  <jas@extundo.com>
14528
14529         * modules/havelib: New module.
14530
14531         * modules/gettext, modules/iconv, modules/lock, modules/readline:
14532         Use havelib.
14533
14534 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
14535
14536         Check for arithmetic overflow when calculating sizes, to prevent
14537         some buffer-overflow issues.  These patches are conservative, in the
14538         sense that when I couldn't determine whether an overflow was possible,
14539         I inserted a run-time check.
14540         * lib/regex_internal.h (re_xmalloc, re_xrealloc, re_x2realloc): New
14541         macros.
14542         (SIZE_MAX) [!defined SIZE_MAX]: New macro.
14543         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc):
14544         (re_xnrealloc, re_x2nrealloc): New inline functions.
14545         * lib/regcomp.c (init_dfa, analyze, build_range_exp,
14546         parse_bracket_exp):
14547         (build_equiv_class, build_charclass): Check for arithmetic overflow
14548         in size expression calculations.
14549         * lib/regex_internal.c (re_string_realloc_buffers):
14550         (build_wcs_upper_buffer, re_node_set_add_intersect):
14551         (re_node_set_init_union, re_node_set_insert, re_node_set_insert_last):
14552         (re_dfa_add_node, register_state): Likewise.
14553         * lib/regexec.c (re_search_stub, re_copy_regs, re_search_internal):
14554         (prune_impossible_nodes, push_fail_stack, set_regs, check_arrival):
14555         (build_trtable, extend_buffers, match_ctx_init, match_ctx_add_entry):
14556         (match_ctx_add_subtop, match_ctx_add_sublast): Likewise.
14557
14558 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
14559
14560         * modules/inttostr (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
14561         m4/ulonglong.m4.  Problem reported by Martin Lambers.
14562
14563 2005-09-02  Bruno Haible  <bruno@clisp.org>
14564
14565         Support for lib vs. lib64 distinction on biarch platforms.
14566         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): New macro.
14567         (AC_LIB_PREFIX): Require it. Use $acl_libdirstem instead of 'lib'.
14568         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Likewise.
14569
14570 2005-09-02  Bruno Haible  <bruno@clisp.org>
14571
14572         * gnulib-tool (import): In the other first-use case, provide defaults
14573         as well.
14574
14575 2005-09-02  Bruno Haible  <bruno@clisp.org>
14576
14577         * config/srclist.txt: lib-link.m4 and lib-prefix.m4 currently have
14578         patches not yet found in the latest gettext release.
14579
14580 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
14581
14582         * lib/glob.c (GET_LOGIN_NAME_MAX): Renamed from LOGIN_NAME_MAX,
14583         to avoid a collision with bits/local_lim.h in glibc.
14584         All uses changed.  Problem reported by Dmitry V. Levin in
14585         <http://sources.redhat.com/bugzilla/show_bug.cgi?id=1060>.
14586
14587         * lib/regex_internal.c (build_wcs_upper_buffer): Fix portability
14588         bugs in int versus size_t comparisons.
14589         (re_string_context_at): Fix bug where the code assumed that
14590         Idx is signed.
14591
14592         Use bool where appropriate.
14593         * lib/regcomp.c (re_set_fastmap): ICASE arg is bool, not int.
14594         All callers changed.
14595         (calc_eclosure_iter): Likewise, for ROOT arg.
14596         (parse_bracket_element): Likewise, for ACCEPT_HYPHEN arg.
14597         (build_charclass_op): Likewise, for NON_MATCH arg.
14598         * lib/regex_internal.c (re_string_allocate, re_string_construct):
14599         (re_string_construct_common): Likewise, for ICASE arg.
14600         * lib/regexec.c (re_search_2_stub, re_search_stub):
14601         Likewise, for RET_LEN arg.
14602         (check_matching): Likewise, for FL_LONGEST_MATCH arg.
14603         (set_regs): Likewise, for FL_BACKTRACK arg.
14604         * lib/regcomp.c (re_compile_fastmap_iter, optimize_utf8):
14605         (duplicate_node_closure, calc_inveclosure, calc_eclosure):
14606         (calc_eclosure_iter, parse_bracket_exp):
14607         Use bool for internal variables that are booleans.
14608         * lib/regexec.c (re_search_internal, check_matching,
14609         proceed_next_node):
14610         (set_regs, build_sifted_states, sift_states_bkref):
14611         (check_arrival_add_next_nodes, check_arrival_expand_ecl_sub):
14612         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
14613         (find_collation_sequence_value):
14614         Likewise.
14615         * lib/regex_internal.c (re_node_set_insert, re_node_set_insert_last):
14616         (re_node_set_compare):
14617         Return bool, not int. All callers changed.
14618         * lib/regexec.c (check_halt_node_context, check_dst_limits):
14619         (build_trtable, check_node_accept): Likewise.
14620         * lib/regex_internal.h: Include stdbool.h.
14621
14622         Fix bugs uncovered when converting to bool.
14623         * lib/regcomp.c (calc_eclosure_iter): Check for storage allocation
14624         failure instead of charging ahead blindly.
14625         * lib/regex_internal.c (register_state): Likewise.
14626         * lib/regexec.c (re_search_2_stub): Use simpler method than boolean
14627         for freeing internal storage.
14628         (group_nodes_into_DFA_states): Use unsigned int, not int, for
14629         bitset pieces used as boolean, to avoid undefined behavior
14630         on hosts that do int overflow checking.
14631
14632 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
14633
14634         * config/srclist.txt: Add glibc bugs 1285-1287.
14635
14636 2005-09-01  Jim Meyering  <jim@meyering.net>
14637
14638         * m4/lchown.m4: Require gl_FUNC_CHOWN, for the definition of
14639         CHOWN_MODIFIES_SYMLINK, which is used by lchown.c.
14640         Require gl_STAT_MACROS, too.
14641
14642 2005-09-01  Bruno Haible  <bruno@clisp.org>
14643
14644         * gnulib-tool (import): In the first-use case, provide defaults.
14645
14646 2005-09-01  Bruno Haible  <bruno@clisp.org>
14647
14648         * gnulib-tool (func_import): Remove the .tmp files.
14649
14650 2005-09-01  Bruno Haible  <bruno@clisp.org>
14651
14652         * gnulib-tool (func_import): Fix handling of symbolic links.
14653
14654 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
14655
14656         On 64-bit hosts (where size_t is 64 bits and int is 32 bits), the
14657         old glibc regex code mishandles strings longer than 2**31 bytes.
14658         This patch fixes this when the regex code is used in gnulib
14659         (i.e., outside glibc).
14660
14661         This patch should not affect the use of the regex code inside
14662         glibc.  No doubt this problem also needs to be handled for glibc
14663         as well, but the result will be an incompatible change to the
14664         glibc ABI, and the old ABI will have to be supported too.  That
14665         can be the the subject for another patch.
14666
14667         * lib/regex.h (_REGEX_LARGE_OFFSETS): New feature-test macro,
14668         governing whether the rest of this patch is active.  By default,
14669         the macro is disabled and the patch has no effect.
14670         (regoff_t) [defined _REGEX_LARGE_OFFSETS]: Define to off_t, not int.
14671         (__re_idx_t, __re_size_t, __re_long_size_t): New types.
14672         (struct re_pattern_buffer, re_search, re_search_2, re_match):
14673         (re_match_2, re_set_registers): Use the new types.
14674         * lib/regex_internal.h (Idx, re_hashval_t): New types.
14675         (REG_MISSING, REG_ERROR, REG_VALID_INDEX, REG_VALID_NONZERO_INDEX):
14676         New macros.
14677         (re_node_set, re_charset_t, re_token_t, re_string_realloc_buffers):
14678         (re_string_context_at, bin_tree_t, re_dfastate_t):
14679         (struct re_state_table_entry, state_array_t, re_sub_match_last_t):
14680         (re_sub_match_top_t, re_match_context_t, re_sift_context_t):
14681         (struct re_fail_stack_ent_t, struct re_fail_stack_t, struct re_dfa_t):
14682         (re_string_char_size_at, re_string_wchar_at):
14683         (re_string_elem_size_at):
14684         Use the new types and macros to port to 64-bit hosts.
14685         Use unsigned types for internal values, so that the code
14686         mostly works even for arrays larger than SSIZE_MAX.
14687         * lib/regcomp.c (re_compile_internal, init_dfa, duplicate_node):
14688         (search_duplicated_node, calc_eclosure_iter, fetch_number):
14689         (parse_reg_exp, parse_branch, parse_expression, parse_sub_exp):
14690         (build_equiv_class, build_charclass, re_compile_fastmap_iter):
14691         (free_dfa_content, create_initial_state, optimize_utf8, analyze):
14692         (optimize_subexps, calc_first, link_nfa_nodes, duplicate_node_closure):
14693         (calc_inveclosure, parse_dup_op, build_range_exp):
14694         (build_collating_symbol, parse_bracket_exp, build_charclass_op):
14695         (fetch_number, create_token_tree, mark_opt_subexp):
14696         Likewise.
14697         * lib/regex_internal.c (re_string_construct_common,
14698         create_ci_newstate):
14699         (create_cd_newstate, re_string_allocate, re_string_construct):
14700         (re_string_realloc_buffers, build_wcs_upper_buffer):
14701         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
14702         (re_string_reconstruct, re_string_peek_byte_case):
14703         (re_string_fetch_byte_case, re_string_context_at):
14704         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
14705         (re_node_set_init_copy, re_node_set_add_intersect):
14706         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
14707         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
14708         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
14709         (re_acquire_state, re_acquire_state_context, register_state):
14710         Likewise.
14711         * lib/regex.c (match_ctx_init, match_ctx_add_entry,
14712         search_cur_bkref_entry):
14713         (match_ctx_add_subtop, match_ctx_add_sublast, sift_ctx_init):
14714         (re_search_internal, re_search_2_stub, re_search_stub)
14715         (re_copy_regs, check_matching, check_halt_state_context, update_regs):
14716         (push_fail_stack, sift_states_iter_mb, build_sifted_states):
14717         (update_cur_sifted_state, check_dst_limits):
14718         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
14719         (check_subexp_limits, sift_states_bkref, merge_state_array):
14720         (check_subexp_matching_top, get_subexp, get_subexp_sub):
14721         (find_subexp_node, check_arrival, check_arrival_add_next_nodes):
14722         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
14723         (expand_bkref_cache, check_node_accept_bytes):
14724         (group_nodes_into_DFAstates, check_node_accept, regexec, re_match):
14725         (re_search, re_match_2, re_search_2, prune_impossible_nodes):
14726         (acquire_init_state_context, check_halt_node_context):
14727         (proceed_next_node, pop_fail_stack, set_regs, free_fail_stack_return):
14728         (sift_states_backward, clean_state_log_if_needed):
14729         (sub_epsilon_src_nodes, add_epsilone_src_nodes, merge_state_with_log):
14730         (find_recover_state, transit_state_sb, transit_state_mb):
14731         (transit_state_bkref, build_trtable, match_ctx_clean):
14732         Likewise.
14733         * lib/regcomp.c (parse_dup_op): Add an extra test if Idx is unsigned,
14734         to work around an assumption that REG_MISSING is negative.
14735
14736         * lib/regcomp.c (re_comp) [defined _REGEX_RE_COMP || defined _LIBC]:
14737         (seek_collating_symbol_entry) [defined _LIBC]:
14738         (lookup_collation_sequence_value) [defined _LIBC]:
14739         (build_range_exp, build_collating_symbol) [defined _LIBC]:
14740         Use prototypes rather than old-style function definitions.
14741         * lib/regexec.c (re_exec) [defined _REGEX_RE_COMP || defined _LIBC]:
14742         (transit_state_sb) [0]:
14743         (find_collation_sequence_value) [defined _LIBC]: Likewise.
14744
14745         * lib/regexec.c (re_search_internal): Simplify update of rm_so and
14746         rm_eo.
14747
14748         * lib/regcomp.c (re_compile_fastmap_iter, init_dfa, init_word_char):
14749         (optimize_subexps, lower_subexp):
14750         Don't assume 1<<31 has defined behavior on hosts with 32-bit int,
14751         since the signed shift might overflow.  Use 1u<<31 instead.
14752         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
14753         Likewise.
14754         * lib/regexec.c (check_dst_limits_calc_pos_1,
14755         check_subexp_matching_top): Likewise.
14756
14757         * lib/regcomp.c (optimize_subexps, lower_subexp):
14758         Use CHAR_BIT rather than 8, for clarity.
14759         * lib/regexec.c (check_dst_limits_calc_pos_1):
14760         (check_subexp_matching_top): Likewise.
14761         * lib/regcomp.c (init_dfa): Make table_size unsigned, so that we don't
14762         have to worry about portability issues when shifting it left.
14763         Remove no-longer-needed test for table_size > 0.
14764         * lib/regcomp.c (parse_sub_exp): Do not shift more bits than there are
14765         in a word, as the resulting behavior is undefined.
14766         * lib/regexec.c (check_dst_limits_calc_pos_1): Likewise;
14767         in one case, a <= should have been an <, and in another case the
14768         whole test was missing.
14769         * lib/regex_internal.h (BYTE_BITS): Remove.  All uses changed to
14770         the standard name CHAR_BIT.
14771         * lib/regexec.c (match_ctx_add_entry): Don't assume that ~0 == -1;
14772         this is not true on one's complement and signed-magnitude hosts.
14773
14774         * lib/regex_internal.h (re_sub_match_top_t): Remove unused member
14775         next_last_offset.
14776         (struct re_dfa_t): Remove unused member states_alloc.
14777         * lib/regcomp.c (init_dfa): Don't initialize unused members.
14778
14779 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
14780
14781         * m4/regex.m4 (gl_REGEX): Require AC_SYS_LARGEFILE, Define
14782         _REGEX_LARGE_OFFSETS).  Test for regoff_t/off_t bug in 64-bit
14783         and large-file glibc and in 32-bit large-file Solaris.
14784
14785 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
14786
14787         * lib/regex_internal.c (re_string_reconstruct): Don't assume buffer
14788         lengths fit in regoff_t; this isn't true if regoff_t is the same
14789         width as size_t.
14790         * lib/regex.c (re_search_internal): 5th arg is LAST_START
14791         (= START + RANGE) instead of RANGE.  This avoids overflow
14792         problems when regoff_t is the same width as size_t.
14793         All callers changed.
14794         (re_search_2_stub): Check for overflow when adding the
14795         sizes of the two strings.
14796         (re_search_stub): Check for overflow when adding START
14797         to RANGE; if it occurs, substitute the extreme value.
14798
14799 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
14800
14801         * config/srclist.txt: Add glibc bugs 1273, 1278-1282, 1284.
14802
14803 2005-08-31  Jim Meyering  <jim@meyering.net>
14804
14805         * lib/regcomp.c (search_duplicated_node): Make first pointer arg
14806         a pointer-to-const.
14807         * lib/regex_internal.c (create_ci_newstate, create_cd_newstate):
14808         (register_state): Likewise.
14809         * lib/regexec.c (search_cur_bkref_entry, check_dst_limits):
14810         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
14811         (group_nodes_into_DFAstates): Likewise.
14812
14813 2005-08-31  Jim Meyering  <jim@meyering.net>
14814
14815         * check-module: Add a FIXME comment.
14816
14817 2005-08-31  Eric Blake  <ebb9@byu.net>
14818
14819         * modules/unistd-safer (Files): Add unistd--.h.
14820         * modules/stdio-safer (Files): Add stdio--.h.
14821
14822 2005-08-31  Derek Price  <derek@ximbiot.com>
14823
14824         * lib/getdelim.c (getdelim): Return EOF on EOF.
14825         Reported by Larry Jones <lawrence.jones@ugs.com>.
14826
14827 2005-08-31  Bruno Haible  <bruno@clisp.org>
14828
14829         Avoid unnecessary diffs in the generated lib/Makefile.am.
14830         * gnulib-tool (func_emit_lib_Makefile_am): Don't write the cmd into
14831         the generated files.
14832         (func_import): Don't set cmd.
14833
14834 2005-08-31  Bruno Haible  <bruno@clisp.org>
14835
14836         * lib/strstr.c: Include <stddef.h>, for NULL.
14837         * lib/strcasestr.c: Likewise.
14838         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
14839
14840 2005-08-31  Bruno Haible  <bruno@clisp.org>
14841
14842         * gnulib-tool: New option --macro-prefix.
14843         (func_import): Use macro_prefix.
14844         (import): Handle option --macro-prefix.
14845
14846 2005-08-31  Bruno Haible  <bruno@clisp.org>
14847
14848         * gnulib-tool (import): Rename most ac_* variables to cached_*.
14849         Also use new variables cached_lgpl, cached_libtool.
14850
14851 2005-08-31  Bruno Haible  <bruno@clisp.org>
14852
14853         * gnulib-tool (func_import): Require AC_GNU_SOURCE etc. instead of
14854         always instantiating them.
14855
14856 2005-08-31  Bruno Haible  <bruno@clisp.org>
14857
14858         * gnulib-tool (func_import): Read the previous cached settings
14859         from gnulib-cache.m4 and gnulib-comp.m4. Remove files that were
14860         earlier added by gnulib but are now dropped. Warn when a gnulib file
14861         overwrites a non-gnulib file.
14862
14863 2005-08-31  Bruno Haible  <bruno@clisp.org>
14864
14865         * gnulib-tool (func_import): Generate two files gnulib-cache.m4 and
14866         gnulib-comp.m4 instead of a single gnulib.m4, to make it easy for
14867         projects that don't keep autogenerated files in CVS. Put into
14868         actioncmd only the specified modules, not the transitive closure.
14869
14870 2005-08-31  Bruno Haible  <bruno@clisp.org>
14871
14872         * gnulib-tool (func_import): Fix defaulting of $libname and $libtool.
14873         Create directories that shall be filled.
14874         (import): Don't look for gl_* macros in configure.ac. Recurse across
14875         all directories containing a gnulib-cache.m4 files, if meaningful.
14876
14877 2005-08-31  Bruno Haible  <bruno@clisp.org>
14878
14879         * gnulib-tool (func_import): Emit also a stub for gl_LIBTOOL.
14880         (import): Set seen_libtool when we see gl_LIBTOOL.
14881
14882 2005-08-31  Bruno Haible  <bruno@clisp.org>
14883
14884         * gnulib-tool (func_import): Also copy m4/gnulib-tool.m4. Omit
14885         declaration macro definitions from generated gnulib.m4.
14886
14887 2005-08-30  Oskar Liljeblad  <oskar@osk.mine.nu>
14888
14889         * lib/iconvme.h: Add prototype for iconv_alloc.
14890
14891 2005-08-29  Simon Josefsson  <jas@extundo.com>
14892
14893         * lib/iconvme.c: Fix errno.
14894
14895 2005-08-29  Bruno Haible  <bruno@clisp.org>
14896
14897         * gnulib-tool: Enclose all occurrences of $destdir in "...", so
14898         that it works when the directory contains spaces.
14899
14900 2005-08-29  Bruno Haible  <bruno@clisp.org>
14901
14902         * gnulib-tool (import): Avoid unnecessary spaces in $avoidlist.
14903
14904 2005-08-29  Bruno Haible  <bruno@clisp.org>
14905
14906         * gnulib-tool (func_import): Emit more comments into gnulib.m4.
14907         Emit more advice.
14908
14909 2005-08-29  Bruno Haible  <bruno@clisp.org>
14910         and Stepan Kasal  <kasal@ucw.cz>
14911
14912         * check-module: If more parameters are given, check each of them
14913         separately; add more exceptions, as noted by Jim Meyering.
14914         (check_module): New procedure.
14915         (%exempt_header): Now contains all exceptions.
14916
14917 2005-08-29  Ben Pfaff  <blp@cs.stanford.edu>
14918
14919         * modules/byteswap (Makefile.am): Fix rule to not assume GNU make.
14920
14921 2005-08-29  Oskar Liljeblad  <oskar@osk.mine.nu>
14922
14923         * lib/iconvme.c: Split iconv_string into iconv_alloc.
14924
14925 2005-08-28  Bruno Haible  <bruno@clisp.org>
14926
14927         * m4/gnulib-tool.m4: New file.
14928
14929 2005-08-27  Jim Meyering  <jim@meyering.net>
14930
14931         * modules/unistd-safer (Files): Add pipe-safer.c.
14932         * modules/fcntl-safer (Files): Add creat-safer.c.
14933
14934 2005-08-27  Jim Meyering  <jim@meyering.net>
14935
14936         * m4/stdlib-safer.m4: New file.  From coreutils.
14937         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add stdio--.h.
14938         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Add creat-safer.c to the
14939         AC_LIBSOURCES list and arrange to compile it via AC_LIBOBJ.
14940         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise, add pipe-safer.c.
14941         Add pipe-safer.c and unistd--.h to the AC_LIBSOURCES list.
14942
14943 2005-08-27  Jim Meyering  <jim@meyering.net>
14944
14945         * lib/fopen-safer.c: Merge minor changes from coreutils.
14946         * lib/dup-safer.c: Likewise.
14947         * lib/fd-safer.c: Likewise.
14948
14949         Merge from coreutils.
14950         * lib/stdio--.h: New file.
14951         * lib/stdlib--.h: New file.
14952         * lib/mkstemp-safer.c: New file.
14953
14954         GNU tar needs these.
14955         * lib/pipe-safer.c: New file.
14956         * lib/creat-safer.c: New file.
14957         * lib/fcntl--.h (creat): Define to creat_safer.
14958         * lib/fcntl-safer.h: Include <sys/types.h> and declare creat_safer.
14959         * lib/unistd--.h (pipe): Define to pipe_safer.
14960         * lib/unistd-safer.h: Declare pipe_safer.
14961
14962 2005-08-26  Simon Josefsson  <jas@extundo.com>
14963
14964         * lib/getpass.c: Use _WIN32 instead of WIN32, suggested by Bruno
14965         Haible <bruno@clisp.org>.
14966
14967 2005-08-26  Paul Eggert  <eggert@cs.ucla.edu>
14968
14969         * lib/regex_internal.h: Remove all references to
14970         RE_NO_INTERNAL_PROTOTYPES; no longer neeeded now that we assume C89
14971         or better.
14972         (bitset_not, bitset_merge, bitset_not_merge):
14973         (bitset_mask, re_string_allocate, re_string_construct):
14974         (re_string_reconstruct, re_string_destruct, re_string_elem_size_at):
14975         (re_string_char_size_at, re_string_wchar_at, re_string_peek_byte_case):
14976         (re_string_fetch_byte_case, re_node_set_alloc, re_node_set_init_1):
14977         (re_node_set_init_2, re_node_set_init_copy, re_node_set_add_intersect):
14978         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
14979         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
14980         (re_node_set_remove_at, re_dfa_add_node, re_acquire_state):
14981         (re_acquire_state_context):
14982         Remove unnecessary forward decls.
14983         (re_string_char_size_at, re_string_wchar_at, re_string_elem_size_at):
14984         Put __attribute at function definition,
14985         now that the function decl has been removed.
14986         * lib/regex_internal.c (re_string_peek_byte_case):
14987         (re_string_fetch_byte_case, re_node_set_compare, re_node_set_contains):
14988         Likewise.
14989
14990 2005-08-25  Stepan Kasal  <kasal@ucw.cz>
14991
14992         * m4/regex.m4: Add AC_PREREQ(2.50).
14993         (gl_REGEX): If --with-included-regex was given, skip the autodetection.
14994
14995 2005-08-25  Simon Josefsson  <jas@extundo.com>
14996
14997         * m4/getpass.m4: Check for termios.h, tcgetattr, tcsetattr, and
14998         __fsetlocking.
14999
15000 2005-08-25  Simon Josefsson  <jas@extundo.com>
15001
15002         * lib/getpass.c: Add WIN32 implementation.  Conditionalize use of
15003         termios.h, tcgetattr, tcsetattr and __fsetlocking.  Remove some
15004         GLIBC specific code.
15005
15006 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
15007
15008         Make regex safe for g++.  This fixes one real bug (an "err"
15009         that should have been "*err").  g++ problem reported by
15010         Sam Steingold.
15011         * lib/regex_internal.h (re_calloc): New macro, consistent with
15012         re_malloc etc.  All callers of calloc changed to use re_calloc.
15013         * lib/regex_internal.c (build_wcs_upper_buffer): Return reg_errcode_t,
15014         not int.  All callers changed.
15015         * lib/regcomp.c (re_compile_fastmap_iter): Don't use
15016         alloca (mb_cur_max); just use an array of size MB_LEN_MAX.
15017         * lib/regexec.c (push_fail_stack): Use re_realloc, not realloc.
15018         (find_recover_state): Change "err" to "*err"; this fixes what
15019         appears to be a real bug.
15020         (check_arrival_expand_ecl_sub): Be consistent about reg_errcode_t
15021         versus int.
15022
15023 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
15024
15025         * modules/regex (Depends-on): Add malloc, since the code
15026         assumes that !malloc(0) means failure.
15027
15028 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
15029
15030         * lib/regexec.c (set_regs): Don't alloca with an unbounded size.
15031
15032         alloca modernization/simplification for regex.
15033         * lib/regex.c: Remove portability cruft for alloca.  This no longer
15034         needs to be at the start of the file, and can be moved into
15035         regex_internal.h and simplified.
15036         * lib/regex_internal.h: Include <alloca.h>.
15037         (__libc_use_alloca) [!defined _LIBC]: New macro.
15038         * lib/regexec.c (build_trtable): Remove "#ifdef _LIBC", since the code
15039         now works outside glibc.
15040
15041 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
15042
15043         * config/srclist.txt: Add glibc bugs 1241, 1245.
15044
15045 2005-08-25  Jim Meyering  <jim@meyering.net>
15046
15047         * lib/open-safer.c: Include <config.h>.
15048         Otherwise, we'd lose LARGEFILE support in any file using
15049         e.g. "fcntl--.h"
15050
15051 2005-08-25  Bruno Haible  <bruno@clisp.org>
15052
15053         * m4/minmax.m4: Require autoconf 2.52.
15054         (gl_MINMAX_IN_HEADER): Add comments. Use m4_pushdef/m4_popdef instead
15055         of define/undefine. Use AS_TR_SH and AS_TR_CPP as more robust
15056         alternatives of translit over the alphabet.
15057         Based on a patch from Stepan Kasal <kasal@ucw.cz>.
15058
15059 2005-08-24  Simon Josefsson  <jas@extundo.com>
15060
15061         * tests/test-getpass.c: New file.
15062
15063 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
15064
15065         * m4/regex.m4 (gl_REGEX): Use POSIX-compliant spellings when testing
15066         for GNU regex features.
15067
15068 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
15069
15070         * lib/regcomp.c (regerror): 2nd arg is 'restrict', as per POSIX.
15071         * lib/regex.h (regerror): Likewise.
15072
15073         * lib/regex.c: Do not include <sys/types.h>, as POSIX no longer
15074         requires this.  (The code never needed it.)
15075
15076         * lib/regcomp.c, regex_internal.c, regex_internal.h, regexec.c:
15077         All uses of recently-renamed identifiers changed to use the new,
15078         POSIX-compliant names.  The code will build and run just fine
15079         without these changes, but it's better to eat our own dog food
15080         and use the standard-conforming names.
15081
15082         * lib/regex.h: Fix a multitude of POSIX name space violations.
15083         These changes have an effect only for programs that define
15084         _POSIX_C_SOURCE, _POSIX_SOURCE, or _XOPEN_SOURCE; they
15085         do not change anything for programs compiled in the normal way.
15086         Also, there is no effect on the ABI.
15087
15088         (_REGEX_SOURCE): New macro.
15089         Do not include <stddef.h> if _XOPEN_SOURCE and VMS are both
15090         defined and _GNU_SOURCE is not; this fixes a name space violation.
15091
15092         Rename the following macros to obey POSIX requirements.
15093         The old names are still visible as macros if _REGEX_SOURCE is defined.
15094         (REG_BACKSLASH_ESCAPE_IN_LISTS): renamed from
15095         RE_BACKSLASH_ESCAPE_IN_LISTS.
15096         (REG_BK_PLUS_QM): renamed from RE_BK_PLUS_QM.
15097         (REG_CHAR_CLASSES): renamed from RE_CHAR_CLASSES.
15098         (REG_CONTEXT_INDEP_ANCHORS): renamed from RE_CONTEXT_INDEP_ANCHORS.
15099         (REG_CONTEXT_INDEP_OPS): renamed from RE_CONTEXT_INDEP_OPS.
15100         (REG_CONTEXT_INVALID_OPS): renamed from RE_CONTEXT_INVALID_OPS.
15101         (REG_DOT_NEWLINE): renamed from RE_DOT_NEWLINE.
15102         (REG_DOT_NOT_NULL): renamed from RE_DOT_NOT_NULL.
15103         (REG_HAT_LISTS_NOT_NEWLINE): renamed from RE_HAT_LISTS_NOT_NEWLINE.
15104         (REG_INTERVALS): renamed from RE_INTERVALS.
15105         (REG_LIMITED_OPS): renamed from RE_LIMITED_OPS.
15106         (REG_NEWLINE_ALT): renamed from RE_NEWLINE_ALT.
15107         (REG_NO_BK_BRACES): renamed from RE_NO_BK_BRACES.
15108         (REG_NO_BK_PARENS): renamed from RE_NO_BK_PARENS.
15109         (REG_NO_BK_REFS): renamed from RE_NO_BK_REFS.
15110         (REG_NO_BK_VBAR): renamed from RE_NO_BK_VBAR.
15111         (REG_NO_EMPTY_RANGES): renamed from RE_NO_EMPTY_RANGES.
15112         (REG_UNMATCHED_RIGHT_PAREN_ORD): renamed from
15113         RE_UNMATCHED_RIGHT_PAREN_ORD.
15114         (REG_NO_POSIX_BACKTRACKING): renamed from RE_NO_POSIX_BACKTRACKING.
15115         (REG_NO_GNU_OPS): renamed from RE_NO_GNU_OPS.
15116         (REG_DEBUG): renamed from RE_DEBUG.
15117         (REG_INVALID_INTERVAL_ORD): renamed from RE_INVALID_INTERVAL_ORD.
15118         (REG_IGNORE_CASE): renamed from RE_ICASE.  This renaming is a bit
15119         unusual, since we can't clash with the POSIX REG_ICASE.
15120         (REG_CARET_ANCHORS_HERE): renamed from RE_CARET_ANCHORS_HERE.
15121         (REG_CONTEXT_INVALID_DUP): renamed from RE_CONTEXT_INVALID_DUP.
15122         (REG_NO_SUB): renamed from RE_NO_SUB.
15123         (REG_SYNTAX_EMACS): renamed from RE_SYNTAX_EMACS.
15124         (REG_SYNTAX_AWK): renamed from RE_SYNTAX_AWK.
15125         (REG_SYNTAX_GNU_AWK): renamed from RE_SYNTAX_GNU_AWK.
15126         (REG_SYNTAX_POSIX_AWK): renamed from RE_SYNTAX_POSIX_AWK.
15127         (REG_SYNTAX_GREP): renamed from RE_SYNTAX_GREP.
15128         (REG_SYNTAX_EGREP): renamed from RE_SYNTAX_EGREP.
15129         (REG_SYNTAX_POSIX_EGREP): renamed from RE_SYNTAX_POSIX_EGREP.
15130         (REG_SYNTAX_ED): renamed from RE_SYNTAX_ED.
15131         (REG_SYNTAX_SED): renamed from RE_SYNTAX_SED.
15132         (_REG_SYNTAX_POSIX_COMMON): renamed from _RE_SYNTAX_POSIX_COMMON.
15133         (REG_SYNTAX_POSIX_BASIC): renamed from RE_SYNTAX_POSIX_BASIC.
15134         (REG_SYNTAX_POSIX_MINIMAL_BASIC): renamed from
15135         RE_SYNTAX_POSIX_MINIMAL_BASIC.
15136         (REG_SYNTAX_POSIX_EXTENDED): renamed from RE_SYNTAX_POSIX_EXTENDED.
15137         (REG_SYNTAX_POSIX_MINIMAL_EXTENDED): renamed from
15138         RE_SYNTAX_POSIX_MINIMAL_EXTENDED.
15139         (REG_DUP_MAX): renamed from RE_DUP_MAX.  No need to undef it.
15140         (REG_UNALLOCATED): Renamed from REGS_UNALLOCATED.
15141         (REG_REALLOCATE): Renamed from REGS_REALLOCATE.
15142         (REG_FIXED): Renamed from REGS_FIXED.
15143         (REG_NREGS): Renamed from RE_NREGS.
15144
15145         (REG_ICASE, REG_NEWLINE, REG_NOSUB): Do not depend on the values
15146         of other REG_* macros, since POSIX says the user is allowed to
15147         #undef these macros selectively.
15148
15149         (reg_errcode_t): Update comment stating what other tables need
15150         to be consistent.
15151
15152         Rename the following enum values to obey POSIX requirements.
15153         The old names are still visible as macros.
15154         (_REG_ENOSYS): Renamed from REG_ENOSYS.  Define even if _XOPEN_SOURCE
15155         is not defined, since GNU is supposed to be a superset of POSIX as
15156         much as possible, and since we want reg_errcode_t to be a signed
15157         type for implementation consistency.
15158         (_REG_NOERROR): Renamed from REG_NOERROR.
15159         (_REG_NOMATCH): Renamed from REG_NOMATCH.
15160         (_REG_BADPAT): Renamed from REG_BADPAT.
15161         (_REG_ECOLLATE): Renamed from REG_ECOLLATE.
15162         (_REG_ECTYPE): Renamed from REG_ECTYPE.
15163         (_REG_EESCAPE): Renamed from REG_EESCAPE.
15164         (_REG_ESUBREG): Renamed from REG_ESUBREG.
15165         (_REG_EBRACK): Renamed from REG_EBRACK.
15166         (_REG_EPAREN): Renamed from REG_EPAREN.
15167         (_REG_EBRACE): Renamed from REG_EBRACE.
15168         (_REG_BADBR): Renamed from REG_BADBR.
15169         (_REG_ERANGE): Renamed from REG_ERANGE.
15170         (_REG_ESPACE): Renamed from REG_ESPACE.
15171         (_REG_BADRPT): Renamed from REG_BADRPT.
15172         (_REG_EEND): Renamed from REG_EEND.
15173         (_REG_ESIZE): Renamed from REG_ESIZE.
15174         (_REG_ERPAREN): Renamed from REG_ERPAREN.
15175         (REG_ENOSYS, REG_NOERROR, REG_NOMATCH, REG_BADPAT, REG_ECOLLATE):
15176         (REG_ECTYPE, REG_EESCAPE, REG_ESUBREG, REG_EBRACK, REG_EPAREN):
15177         (REG_EBRACE, REG_BADBR, REG_ERANGE, REG_ESPACE, REG_BADRPT, REG_EEND):
15178         (REG_ESIZE, REG_ERPAREN): Now macros, not enum constants.
15179
15180         (_REG_RE_NAME, _REG_RM_NAME): New macros.
15181         (REG_TRANSLATE_TYPE): Renamed from RE_TRANSLATE_TYPE.  All uses
15182         changed.  But support the old name if the new one is not defined
15183         and if _REGEX_SOURCE.
15184
15185         Change the following member names in struct re_pattern_buffer.
15186         The old names are still supported if !_REGEX_SOURCE.
15187         The new names are always supported, regardless of _REGEX_SOURCE.
15188         (re_buffer): Renamed from buffer.
15189         (re_allocated): Renamed from allocated.
15190         (re_used): Renamed from used.
15191         (re_syntax): Renamed from syntax.
15192         (re_fastmap): Renamed from fastmap.
15193         (re_translate): Renamed from translate.
15194         (re_can_be_null): Renamed from can_be_null.
15195         (re_regs_allocated): Renamed from regs_allocated.
15196         (re_fastmap_accurate): Renamed from fastmap_accurate.
15197         (re_no_sub): Renamed from no_sub.
15198         (re_not_bol): Renamed from not_bol.
15199         (re_not_eol): Renamed from not_eol.
15200         (re_newline_anchor): Renamed from newline_anchor.
15201
15202         Change the following member names in struct re_registers.
15203         The old names are still supported if !_REGEX_SOURCE.
15204         The new names are always supported, regardless of _REGEX_SOURCE.
15205         (rm_num_regs): Renamed from num_regs.
15206         (rm_start): Renamed from start.
15207         (rm_end): Renamed from end.
15208
15209         (re_set_syntax, re_compile_pattern, re_compile_fastmap):
15210         (re_search, re_search_2, re_match, re_match_2, re_set_registers):
15211         Prepend __ to parameter names.
15212
15213         Undo yesterday's changes.
15214
15215 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
15216
15217         * config/srclist.txt: Remove glibc bug 1233 and add 1236, which
15218         supersedes it. Add glibc bugs 1237, 1238, 1240.  Comment out
15219         lib/regex.c.
15220
15221 2005-08-24  Jim Meyering  <jim@meyering.net>
15222
15223         Sync from coreutils.
15224         * m4/fcntl-safer.m4: New file.
15225
15226         * m4/xgetcwd.m4: Use AC_LIBSOURCES and AC_LIBOBJ to indicate source
15227         and object files for this module.
15228
15229 2005-08-24  Jim Meyering  <jim@meyering.net>
15230
15231         Sync from coreutils.
15232         * lib/fcntl--.h, lib/fcntl-safer.h, lib/open-safer.c: New files.
15233
15234 2005-08-24  Jim Meyering  <jim@meyering.net>
15235
15236         * modules/xgetcwd (Makefile.am): Remove `lib_SOURCES += ...' line,
15237         now that xgetcwd.m4 requires xgetcwd.c and xgetcwd.h.
15238
15239 2005-08-24  Jim Meyering  <jim@meyering.net>
15240
15241         * modules/fcntl-safer: New module.
15242         * modules/fts (Depends-on): Add fcntl-safer.
15243         * MODULES.html.sh (File descriptor based Input/Output):
15244         Add fcntl-safer.
15245
15246 2005-08-24  Bruno Haible  <bruno@clisp.org>
15247
15248         Support for unit test modules.
15249         * modules/README: Mention tests modules.
15250         * modules/TEMPLATE-TESTS: New file.
15251         * gnulib-tool: New options --extract-tests-module, --with-tests and
15252         --tests-base (unused for the moment).
15253         (testsbase, inctests): New variables.
15254         (func_all_modules): Exclude TEMPLATE-TESTS and *-tests.
15255         (func_verify_module): Exclude TEMPLATE-TESTS.
15256         (func_verify_nontests_module, func_verify_tests_module): New functions.
15257         (func_get_dependencies): Add implicit dependency for tests modules.
15258         (func_get_tests_module): New function.
15259         (func_modules_transitive_closure): When --with-tests was specified,
15260         include the unit tests as well, unless explicitly avoided.
15261         (func_emit_lib_Makefile_am): Ignore the tests modules here.
15262         (func_emit_tests_Makefile_am): New function.
15263         (func_create_testdir): When --with-tests was specified, emit a
15264         tests/ directory.
15265         * MODULES.html.sh (Future developments): Update.
15266
15267 2005-08-24  Bruno Haible  <bruno@clisp.org>
15268
15269         * modules/tls-tests: New file.
15270         * tests/test-tls.c: New file, from GNU gettext.
15271
15272 2005-08-24  Bruno Haible  <bruno@clisp.org>
15273
15274         * modules/lock-tests: New file.
15275         * tests/test-lock.c: New file, from GNU gettext.
15276
15277 2005-08-24  Bruno Haible  <bruno@clisp.org>
15278
15279         * lib/lock.h: Add multiple inclusion guard.
15280         * lib/tls.h: Add multiple inclusion guard.
15281
15282 2005-08-24  Bruno Haible  <bruno@clisp.org>
15283
15284         * gnulib-tool: Add support for the --aux-dir option to
15285         --create-testdir, --create-megatestdir, --test, --megatest.
15286         (func_create_testdir, func_create_megatestdir): Optionally emit a
15287         AC_CONFIG_AUX_DIR directive.
15288         (create-testdir, create-megatestdir, test, megatest): Provide a
15289         default value for $auxdir.
15290
15291 2005-08-24  Bruno Haible  <bruno@clisp.org>
15292
15293         * gnulib-tool (import): Use compound statement instead of subshell
15294         where possible.
15295
15296 2005-08-24  Bruno Haible  <bruno@clisp.org>
15297
15298         * gnulib-tool (import): Change --aux-dir default to "build-aux".
15299
15300 2005-08-24  Bruno Haible  <bruno@clisp.org>
15301
15302         * gnulib-tool (func_version): Update.
15303
15304 2005-08-24  Bruno Haible  <bruno@clisp.org>
15305
15306         * gnulib-tool (func_import, func_create_testdir,
15307         func_create_megatestdir): Quote all autoconf macro arguments.
15308
15309 2005-08-24  Bruno Haible  <bruno@clisp.org>
15310
15311         * gnulib-tool (func_create_megatestdir): Call autoreconf without the
15312         option --force, because --force causes the aclocal.m4 of each
15313         subdirectory to be newer than the corresponding config.h.in.
15314
15315 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
15316
15317         * m4/regex.m4 (gl_INCLUDED_REGEX): Remove; no longer used.
15318         All contents moved to gl_REGEX.
15319         (gl_REGEX): Don't bother checking whether lib/regex.c exists;
15320         assume that it does.
15321
15322 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
15323
15324         * lib/regex.h (REG_NOSYS)
15325         [!defined _XOPEN_SOURCE && 200112L <= _POSIX_C_SOURCE]:
15326         Define, since POSIX requires it as of 2001.
15327         (_REG_ENOSYS)
15328         [! (defined _XOPEN_SOURCE || 200112L <= _POSIX_C_SOURCE)]:
15329         New private symbol, used to keep the enum signed in all cases.
15330         * lib/regex.h (RE_NO_EMPTY_RANGES): Fix doc bug reported by James
15331         Youngman in
15332         <http://lists.gnu.org/archive/html/bug-gnulib/2005-07/msg00132.html>.
15333
15334         * lib/regex_internal.c (re_string_skip_chars, register_state):
15335         (calc_state_hash):
15336         Remove forward decls; no longer needed now that we use prototypes.
15337         * lib/regexec.c (acquire_init_state_context, check_halt_node_context):
15338         (proceed_next_node, pop_fail_stack, sub_epsilon_src_nodes):
15339         (clean_state_log_if_needed): Likewise.
15340
15341 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
15342
15343         * config/srclist.txt: Add glibc bugs 1231-1233.
15344
15345 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
15346
15347         Fix problems reported by Sam Steingold in
15348         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00007.html>.
15349         * lib/regexec.c (sift_states_bkref): Fix portability bug: the code
15350         assumed that reg_errcode_t is a signed type, which is not
15351         necessarily true if _XOPEN_SOURCE is not defined.
15352         * lib/regex_internal.c (calc_state_hash): Put 'inline' before type,
15353         since some compilers warn about it otherwise.
15354
15355 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
15356
15357         * lib/regcomp.c (create_initial_state): Remove duplicate decl.
15358         (init_word_char, create_initial_state, duplicate_node_closure):
15359         (fetch_token, peek_token_bracket, build_range_exp):
15360         (build_collating_symbol): Remove forward decls; no longer needed
15361         now that we use prototypes.
15362
15363         * lib/regcomp.c:
15364         (re_compile_pattern, re_set_syntax, re_compile_fastmap):
15365         (re_compile_fastmap_iter, regcomp, regerror, regfree):
15366         (re_compile_internal, init_dfa, init_word_char, free_workarea_compile):
15367         (create_initial_state, optimize_utf8, analyze, postorder, preorder):
15368         (optimize_subexps, lower_subexps, lower_subexp, calc_first, calc_next):
15369         (link_nfa_nodes, duplicate_node_closure, search_duplicated_node):
15370         (duplicate_node, calc_inveclosure, calc_eclosure, calc_eclosure_iter):
15371         (fetch_token, peek_token, peek_token_bracket, parse, parse_reg_exp):
15372         (parse_branch, parse_expression, parse_sub_exp, parse_dup_op):
15373         (build_range_exp, build_collating_symbol, parse_bracket_exp):
15374         (parse_bracket_element, parse_bracket_symbol, build_equiv_class):
15375         (build_charclass, build_charclass_op, fetch_number, create_tree):
15376         (create_token_tree, mark_opt_subexp, duplicate_tree):
15377         Use prototypes rather than old-style definitions.
15378
15379         * lib/regex_internal.c:
15380         (re_string_allocate, re_string_construct, re_string_realloc_buffers):
15381         (re_string_construct_common, build_wcs_buffer, build_wcs_upper_buffer):
15382         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
15383         (re_string_reconstruct, re_string_peek_byte_case):
15384         (re_string_fetch_byte_case, re_string_destruct, re_string_context_at):
15385         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
15386         (re_node_set_init_copy, re_node_set_add_intersect):
15387         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
15388         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
15389         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
15390         (re_acquire_state, re_acquire_state_context, register_state):
15391         (create_ci_newstate, create_cd_newstate, free_state):
15392         Likewise.
15393         * lib/regexec.c (regexec, re_match, re_search, re_match_2,
15394         re_search_2):
15395         (re_search_2_stub, re_search_stub, re_copy_regs, re_set_registers):
15396         (re_search_internal, prune_impossible_nodes):
15397         (acquire_init_state_context, check_matching, static):
15398         (check_halt_node_context, check_halt_state_context, proceed_next_node):
15399         (push_fail_stack, pop_fail_stack, set_regs, free_fail_stack_return):
15400         (update_regs, sift_states_backward, build_sifted_states):
15401         (clean_state_log_if_needed, merge_state_array):
15402         (update_cur_sifted_state, add_epsilon_src_nodes):
15403         (sub_epsilon_src_nodes, check_dst_limits, check_dst_limits_calc_pos_1):
15404         (check_dst_limits_calc_pos, check_subexp_limits, sift_states_bkref):
15405         (sift_states_iter_mb, transit_state, merge_state_with_log, static):
15406         (find_recover_state, check_subexp_matching_top, transit_state_mb):
15407         (transit_state_bkref, get_subexp, get_subexp_sub, find_subexp_node):
15408         (check_arrival, check_arrival_add_next_nodes):
15409         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
15410         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
15411         (check_node_accept_bytes, check_node_accept, extend_buffers):
15412         (match_ctx_init, match_ctx_clean, match_ctx_free, match_ctx_add_entry):
15413         (search_cur_bkref_entry, match_ctx_add_subtop, match_ctx_add_sublast):
15414         (sift_ctx_init):
15415         Likewise.
15416
15417         * lib/regex_internal.h:
15418         (re_string_allocate, re_string_construct, re_string_reconstruct):
15419         (re_string_realloc_buffers, build_wcs_buffer, build_wcs_upper_buffer):
15420         (build_upper_buffer, re_string_translate_buffer, re_string_destruct):
15421         (re_string_elem_size_at, re_string_char_size_at, re_string_wchar_at):
15422         (re_string_context_at, re_string_peek_byte_case):
15423         (re_string_fetch_byte_case): Declare even if RE_NO_INTERNAL_PROTOTYPES
15424         is defined, since we now use prototypes always.
15425
15426         * lib/regex.h (_RE_ARGS): Remove.  No longer needed, since we assume
15427         C89 or better.  All uses removed.
15428
15429 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
15430
15431         * config/srclist.txt: Add glibc bugs 1220-1227.
15432
15433 2005-08-20  Jim Meyering  <jim@meyering.net>
15434
15435         * lib/regexec.c (regexec, re_search_stub) [!_LIBC]: Omit declaration
15436         of unused local, dfa.
15437
15438 2005-08-20  Bruno Haible  <bruno@clisp.org>
15439
15440         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_GNU_SOURCE.
15441
15442 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
15443
15444         * lib/regex_internal.c (re_string_realloc_buffers, re_node_set_insert):
15445         (re_node_set_insert_last, re_dfa_add_node):
15446         Rename local variables to avoid GCC shadowing warnings.
15447
15448 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
15449
15450         * lib/regex_internal.c (re_acquire_state, re_acquire_state_context)
15451         [defined lint]: Suppress bogus uninitialized-variable warnings.
15452
15453         * lib/regcomp.c (duplicate_node): Return new index, not an error code,
15454         and let the caller return REG_ESPACE if out of space.  This
15455         removes an uninitialied-variable warning with GCC 4.0.1, and also
15456         avoids taking the address of a local variable.  All callers
15457         changed.
15458
15459 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
15460
15461         * config/srclist.txt: Comment out $LIBCSRC/posix/regex_internal.c,
15462         $LIBCSRC/posix/regexec.c.
15463         Add glibc bug 1217 for regcomp.c.
15464
15465 2005-08-19  Jim Meyering  <jim@meyering.net>
15466
15467         * lib/regexec.c (proceed_next_node): Redo local variables to
15468         avoid GCC shadowing warnings.
15469
15470 2005-08-18  Bruno Haible  <bruno@clisp.org>
15471
15472         * lib/strstr.c (strstr): Fix return value in multibyte case.
15473         * lib/strcasestr.c (strcasestr): Likewise.
15474
15475 2005-08-17  Paul Eggert  <eggert@cs.ucla.edu>
15476
15477         * lib/regex.h: Remove useless space-before-tab.  From coreutils.
15478
15479 2005-08-17  Jim Meyering  <jim@meyering.net>
15480
15481         Make the %s format (seconds since the epoch) work for a negative
15482         number and when used with a zero-padded field width, e.g. %015s.
15483
15484         * lib/strftime.c (my_strftime): Move the `do_number_sign_and_padding'
15485         label so that it precedes the code to set `digits'.  Otherwise,
15486         %0Ns wouldn't work.  Before this change, `date -d @-22 +%05s' would
15487         print `00-22'.  Now, it prints `-0022', as it should.
15488
15489 2005-08-17  Bruno Haible  <bruno@clisp.org>
15490
15491         * modules/strstr (Files): Add m4/mbrtowc.m4.
15492         (Depends-on): Add mbuiter.
15493
15494 2005-08-17  Bruno Haible  <bruno@clisp.org>
15495
15496         * modules/strcasestr: New file.
15497         * MODULES.html.sh (String handling, based on ANSI C 89): Add
15498         strcasestr.
15499
15500 2005-08-17  Bruno Haible  <bruno@clisp.org>
15501
15502         * modules/strcase (Depends-on): Add mbuiter. Remove strnlen1, mbchar.
15503
15504 2005-08-17  Bruno Haible  <bruno@clisp.org>
15505
15506         * modules/mbuiter: New file.
15507         * MODULES.html.sh (Extended multibyte and wide character utilities):
15508         Add mbuiter.
15509
15510 2005-08-17  Bruno Haible  <bruno@clisp.org>
15511
15512         * m4/strstr.m4 (gl_FUNC_STRSTR): Use the replacement function always.
15513         (gl_PREREQ_STRSTR): Use gl_FUNC_MBRTOWC.
15514
15515 2005-08-17  Bruno Haible  <bruno@clisp.org>
15516
15517         * m4/strcasestr.m4: New file.
15518
15519 2005-08-17  Bruno Haible  <bruno@clisp.org>
15520
15521         * lib/strstr.h: Ignore HAVE_STRSTR, always declare the gnulib function.
15522         * lib/strstr.c: Completely rewritten, with multibyte locale support.
15523
15524 2005-08-17  Bruno Haible  <bruno@clisp.org>
15525
15526         * lib/strcasestr.h: New file.
15527         * lib/strcasestr.c: New file.
15528
15529 2005-08-17  Bruno Haible  <bruno@clisp.org>
15530
15531         * lib/strcasecmp.c: Use mbuiter.h.
15532
15533 2005-08-17  Bruno Haible  <bruno@clisp.org>
15534
15535         * lib/mbuiter.h: New file.
15536
15537 2005-08-16  Paul Eggert  <eggert@cs.ucla.edu>
15538
15539         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Do not override the results
15540         of gl_GETOPT_SUBSTITUTE.  That way, if both gl_GETOPT_SUBSTITUTE
15541         and gl_GETOPT are both invoked via different paths (as happens
15542         with GNU tar CVS because it uses both argp and getopt), the former
15543         wins.
15544
15545 2005-08-16  Bruno Haible  <bruno@clisp.org>
15546
15547         * modules/tls: New file.
15548         * MODULES.html.sh (Multithreading): Add tls.
15549
15550 2005-08-16  Bruno Haible  <bruno@clisp.org>
15551
15552         * modules/strnlen1: New file.
15553         * MODULES.html.sh (String handling): Add strnlen1.
15554
15555 2005-08-16  Bruno Haible  <bruno@clisp.org>
15556
15557         * modules/strcase (Files): Add m4/mbrtowc.m4.
15558         (Depends-on): Add strnlen1, mbchar.
15559
15560 2005-08-16  Bruno Haible  <bruno@clisp.org>
15561
15562         * modules/mbiter: New file.
15563         * MODULES.html.sh (Extended multibyte and wide character utilities):
15564         Add mbiter.
15565
15566 2005-08-16  Bruno Haible  <bruno@clisp.org>
15567
15568         * modules/mbfile: New file.
15569         * MODULES.html.sh (Extended multibyte and wide character utilities):
15570         Add mbfile.
15571
15572 2005-08-16  Bruno Haible  <bruno@clisp.org>
15573
15574         * modules/mbchar: New file.
15575         * MODULES.html.sh (Extended multibyte and wide character utilities):
15576         New section.
15577
15578 2005-08-16  Bruno Haible  <bruno@clisp.org>
15579
15580         * m4/tls.m4: New file, from GNU gettext.
15581
15582 2005-08-16  Bruno Haible  <bruno@clisp.org>
15583
15584         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Use the replacement function
15585         always.
15586         (gl_PREREQ_STRCASECMP): Use gl_FUNC_MBRTOWC.
15587
15588 2005-08-16  Bruno Haible  <bruno@clisp.org>
15589
15590         * m4/mbiter.m4: New file.
15591
15592 2005-08-16  Bruno Haible  <bruno@clisp.org>
15593
15594         * m4/mbfile.m4: New file.
15595
15596 2005-08-16  Bruno Haible  <bruno@clisp.org>
15597
15598         * m4/mbchar.m4: New file.
15599
15600 2005-08-16  Bruno Haible  <bruno@clisp.org>
15601
15602         * lib/tls.h: New file, from GNU gettext.
15603         * lib/tls.c: New file, from GNU gettext.
15604
15605 2005-08-16  Bruno Haible  <bruno@clisp.org>
15606
15607         * lib/strnlen1.h: New file.
15608         * lib/strnlen1.c: New file.
15609
15610 2005-08-16  Bruno Haible  <bruno@clisp.org>
15611
15612         * lib/strcasecmp.c (struct mbiter_multi): Remove at_end field.
15613         (mbi_init): Update.
15614         (mbi_avail, mbi_advance): Let the iteration end before the terminating
15615         NUL byte, not after it.
15616
15617 2005-08-16  Bruno Haible  <bruno@clisp.org>
15618
15619         * lib/strcase.h (strcasecmp): Add note in comments.
15620         * lib/strncasecmp.c: Use code from strcasecmp.c.
15621         * lib/strcasecmp.c: Use mbchar module. Define private mbiter variant.
15622         (strcasecmp): Work correctly in multibyte locales.
15623
15624 2005-08-16  Bruno Haible  <bruno@clisp.org>
15625
15626         * lib/mbiter.h: New file.
15627
15628 2005-08-16  Bruno Haible  <bruno@clisp.org>
15629
15630         * lib/mbfile.h: New file.
15631
15632 2005-08-16  Bruno Haible  <bruno@clisp.org>
15633
15634         * lib/mbchar.h: New file.
15635         * lib/mbchar.c: New file.
15636
15637 2005-08-16  Bruno Haible  <bruno@clisp.org>
15638
15639         * lib/mbchar.h (mb_cmp, mb_casecmp): Order the invalid characters after
15640         the valid ones. Makes the comparison operations transitive:
15641         cmp (a, b) < 0 && cmp (b, c) < 0 ==> cmp (a, c) < 0.
15642         * lib/strcasecmp.c (strcasecmp): Use mb_casecmp.
15643
15644 2005-08-15  Simon Josefsson  <jas@extundo.com>
15645
15646         * modules/ssize_t (License): Change to 'unlimited'.
15647
15648         * gnulib-tool (sed_extract_prog): Recognize 'unlimited' license.
15649
15650 2005-08-15  Paul Eggert  <eggert@cs.ucla.edu>
15651
15652         * config/srclist.txt: Comment out $LIBCSRC/posix/regex.h.
15653         Add comments for each pending glibc patch.
15654
15655 2005-08-15  Bruno Haible  <bruno@clisp.org>
15656
15657         * lib/regex.h (__restrict_arr): Don't define to __restrict if
15658         __cplusplus is defined.
15659
15660 2005-08-14  Jim Meyering  <jim@meyering.net>
15661
15662         Sync from coreutils.
15663
15664         * lib/fts-cycle.c (setup_dir, enter_dir, leave_dir, free_dir):
15665         Use the hash-table-based cycle-detection code not just when
15666         FTS_TIGHT_CYCLE_CHECK if specified, but also with FTS_LOGICAL.
15667         Reported by James Youngman in
15668         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00011.html>.
15669         * lib/fts_.h: Mention that with FTS_LOGICAL, we use
15670         FTS_TIGHT_CYCLE_CHECK.
15671         * lib/fts.c (fts_cross_check) [FTS_DEBUG]:
15672         s/active_dir_ht/fts_cycle.ht/. This lets us compile with -DFTS_DEBUG,
15673         once again.
15674         * lib/fts.c [! _LIBC]: Include "lstat.h" rather than rolling our own.
15675         * lib/fts.c (fd_safer): Remove decl.
15676         Include fcntl--.h rather than unistd-safer.h
15677         (fts_safe_changedir): Don't call fd_safer; no longer needed
15678         now that we include fcntl--.h.
15679
15680 2005-08-12  Simon Josefsson  <jas@extundo.com>
15681
15682         * modules/getndelim2: Use ssize_t module.
15683         * modules/getnline: Likewise.
15684         * modules/safe-read: Likewise.
15685         * modules/xreadlink: Likewise.
15686
15687         * modules/ssize_t: New file.
15688
15689 2005-08-12  Simon Josefsson  <jas@extundo.com>
15690
15691         * m4/readline.m4: Look for termcap, curses or ncurses if required.
15692
15693 2005-08-12  Simon Josefsson  <jas@extundo.com>
15694
15695         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
15696         ssize_t.
15697
15698 2005-08-12  Simon Josefsson  <jas@extundo.com>
15699
15700         * MODULES.html.sh (Extra functions based on ANSI C 89: Misc): Add
15701         readline, getdelim and check_version.
15702         (Support for systems lacking ISO C 99: Sizes of integer types):
15703         Add size_max.
15704
15705 2005-08-12  Bruno Haible  <bruno@clisp.org>
15706
15707         * m4/readline.m4 (gl_FUNC_READLINE): Look for ncurses first.
15708
15709 2005-08-11  Simon Josefsson  <jas@extundo.com>
15710
15711         * modules/readline: New file.
15712
15713         * modules/strnlen (Files): Add strnlen.h.
15714
15715 2005-08-11  Simon Josefsson  <jas@extundo.com>
15716
15717         * m4/readline.m4: New file.
15718
15719 2005-08-11  Simon Josefsson  <jas@extundo.com>
15720
15721         * lib/readline.h, readline.c: New file.
15722
15723 2005-08-11  Simon Josefsson  <jas@extundo.com>
15724
15725         * doc/gnulib.texi (Initial import, Finishing touches): Mention
15726         gl_AVOID.
15727
15728 2005-08-11  Bruno Haible  <bruno@clisp.org>
15729
15730         * lib/strnlen.h (strnlen): Change parameter name to match comment.
15731
15732 2005-08-10  Stepan Kasal  <kasal@ucw.cz>
15733
15734         * m4/onceonly_2_57.m4: Really require Autoconf 2.57.
15735
15736 2005-08-10  Simon Josefsson  <jas@extundo.com>
15737
15738         * tests/test-iconvme.c: New file.
15739
15740 2005-08-10  Simon Josefsson  <jas@extundo.com>
15741
15742         * m4/strnlen.m4: New file.
15743
15744         * m4/strndup.m4: Don't check for strnlen declaration, done in
15745         strnlen.m4.
15746
15747 2005-08-10  Simon Josefsson  <jas@extundo.com>
15748
15749         * lib/strndup.c: Use strnlen.h.
15750
15751         * lib/strnlen.h: New file.
15752
15753 2005-08-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
15754
15755         * README: Typos.
15756
15757 2005-08-02  Simon Josefsson  <jas@extundo.com>
15758
15759         * modules/readline: New file.
15760
15761 2005-08-02  Simon Josefsson  <jas@extundo.com>
15762
15763         * modules/getdelim: New file.
15764
15765         * modules/getline: Rewrite, don't use getndelim2.
15766
15767 2005-08-02  Simon Josefsson  <jas@extundo.com>
15768
15769         * m4/getline.m4: Separate out getdelim stuff into separate module.
15770
15771         * m4/getdelim.m4: New file.
15772
15773 2005-08-02  Simon Josefsson  <jas@extundo.com>
15774
15775         * lib/getline.h, getline.c: Rewrite.
15776
15777         * lib/getdelim.h, lib/getdelim.c: New files, ported from glibc.
15778
15779 2005-07-31  Bruno Haible  <bruno@clisp.org>
15780
15781         * lib/lock.h (gl_lock_initializer): New macro.
15782         (gl_lock_define_initialized): Use it.
15783         (gl_rwlock_initializer): New macro.
15784         (gl_rwlock_define_initialized): Use it.
15785         (gl_recursive_lock_initializer): New macro.
15786         (gl_recursive_lock_define_initialized): Use it.
15787
15788 2005-07-30  Karl Berry  <karl@gnu.org>
15789
15790         * doc/gnulib.texi (Initial import): mention -I$(top_builddir)/lib.
15791         Report from Ben Pfaff, regarding getopt.
15792
15793 2005-07-26  Paul Eggert  <eggert@cs.ucla.edu>
15794
15795         Add support to getopt for Emacs, which doesn't use LIBOBJS in the
15796         normal way.
15797         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE_HEADER): New macro.
15798         (gl_GETOPT_SUBSTITUTE): Use it.  Invoke gl_PREREQ_GETOPT.
15799         (gl_GETOPT_IFELSE, gl_GETOPT_CHECK_HEADERS): New macros.
15800         (gl_GETOPT): Use the new macros.  Most of the implementation
15801         is moved to the new macros.  This is for programs like Emacs
15802         that don't want all the functionality of gl_GETOPT.
15803
15804 2005-07-26  Bruno Haible  <bruno@clisp.org>
15805
15806         * m4/lock.m4: Update from GNU gettext.
15807
15808 2005-07-26  Bruno Haible  <bruno@clisp.org>
15809
15810         * lib/lock.h: Update from GNU gettext.
15811         * lib/lock.c: Update from GNU gettext.
15812
15813 2005-07-25  Paul Eggert  <eggert@cs.ucla.edu>
15814
15815         * m4/regex.m4 (gl_INCLUDED_REGEX): Use AC_RUN_IFELSE instead of the
15816         obsolescent AC_TRY_RUN.  Include the default includes files, for
15817         'exit'.
15818
15819 2005-07-24  Bruno Haible  <bruno@clisp.org>
15820
15821         * modules/visibility: New file.
15822         * MODULES.html.sh (Misc): Add visibility.
15823
15824 2005-07-24  Bruno Haible  <bruno@clisp.org>
15825
15826         * m4/visibility.m4: New file.
15827
15828 2005-07-24  Bruno Haible  <bruno@clisp.org>
15829
15830         * doc/visibility.texi: New file.
15831
15832 2005-07-22  Bruno Haible  <bruno@clisp.org>
15833
15834         * modules/alloca-opt (Makefile.am): Remove explicit dependency on
15835         $(ALLOCA_H), redundant through BUILT_SOURCES.
15836         * modules/argz (Makefile.am): Remove explicit dependency on $(ARGZ_H),
15837         redundant through BUILT_SOURCES.
15838         * modules/byteswap (Makefile.am): Remove explicit dependency on
15839         $(BYTESWAP_H), redundant through BUILT_SOURCES.
15840         * modules/fnmatch (Makefile.am): Remove explicit dependency on
15841         $(FNMATCH_H), redundant through BUILT_SOURCES.
15842         * modules/getopt (Makefile.am): Remove explicit dependency on
15843         $(GETOPT_H), redundant through BUILT_SOURCES.
15844         * modules/glob (Makefile.am): Remove explicit dependency on $(GLOB_H),
15845         redundant through BUILT_SOURCES.
15846         * modules/poll (Makefile.am): Remove explicit dependency on $(POLL_H),
15847         redundant through BUILT_SOURCES.
15848         * modules/stdbool (Makefile.am): Remove explicit dependency on
15849         $(STDBOOL_H), redundant through BUILT_SOURCES.
15850         * modules/stdint (Makefile.am): Remove explicit dependency on
15851         $(STDINT_H), redundant through BUILT_SOURCES.
15852         * modules/sysexits (Makefile.am): Add $(SYSEXITS_H) to BUILT_SOURCES.
15853         Remove explicit dependency on $(SYSEXITS_H).
15854         Reported by Alexandre Duret-Lutz <adl@src.lip6.fr>.
15855
15856 2005-07-18  Simon Josefsson  <jas@extundo.com>
15857
15858         * lib/check-version.c (check_version): Accept identical versions too.
15859
15860 2005-07-18  Bruno Haible  <bruno@clisp.org>
15861
15862         * modules/lock: New file.
15863         * MODULES.html.sh (Multithreading): New section.
15864
15865 2005-07-18  Bruno Haible  <bruno@clisp.org>
15866
15867         * m4/lock.m4: New file, from GNU gettext.
15868
15869 2005-07-18  Bruno Haible  <bruno@clisp.org>
15870
15871         * lib/lock.h: New file, from GNU gettext.
15872         * lib/lock.c: New file, from GNU gettext.
15873
15874 2005-07-18  Bruno Haible  <bruno@clisp.org>
15875
15876         * lib/lock.h (gl_once_t): New type.
15877         (gl_once_define, gl_once): New macros.
15878         * lib/lock.c (fresh_once): New variable.
15879         (glthread_once, glthread_once_call, glthread_once_singlethreaded): New
15880         functions.
15881
15882 2005-07-16  Simon Josefsson  <jas@extundo.com>
15883
15884         * doc/gnulib.texi (Library version handling): Add ELF symbol collision
15885         workaround, suggested by Bruno.
15886
15887 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
15888
15889         * modules/xalloc (Depends-on): Add xalloc-die.
15890         * modules/xvasprintf (Depends-on): Add xalloc-die.
15891
15892 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
15893
15894         * lib/quotearg.c: Add translator comment suggested by Bruno Haible,
15895         with a minor change.
15896
15897 2005-07-15  Bruno Haible  <bruno@clisp.org>
15898
15899         * m4/poll.m4 (gl_FUNC_POLL): Check against MacOS X 10.4 poll() bug.
15900         When using lib/poll.c, define poll as rpl_poll.
15901
15902 2005-07-14  Paul Eggert  <eggert@cs.ucla.edu>
15903
15904         * modules/argp (Depends-on): Remove unlocked-io.
15905
15906 2005-07-14  Derek Price  <derek@ximbiot.com>
15907
15908         * m4/glob.m4 (gl_GLOB): Cache glob interface check result.  Add check
15909         for glob symlink bug.
15910
15911 2005-07-14  Bruno Haible  <bruno@clisp.org>
15912
15913         * m4/argp.m4 (gl_ARGP): Remove invocation of gl_FUNC_GLIBC_UNLOCKED_IO.
15914         Instead, test for *_unlocked function declarations directly.
15915
15916 2005-07-11  Simon Josefsson  <jas@extundo.com>
15917
15918         * modules/size_max: New file.
15919
15920         * modules/xsize: Depend on size_max module for size_max.m4.
15921
15922 2005-07-11  Simon Josefsson  <jas@extundo.com>
15923
15924         * lib/size_max.h: New file.
15925
15926 2005-07-11  Paul Eggert  <eggert@cs.ucla.edu>
15927
15928         * lib/version-etc-fsf.c (version_etc_copyright): Parameterize the
15929         copyright symbol and the year.
15930         * lib/version-etc.c (COPYRIGHT_YEAR): New constant.
15931         (version_etc_va): Use parameterized copyright notice.
15932         Reword to conform to the current GNU coding standards.
15933
15934 2005-07-11  Karl Berry  <karl@gnu.org>
15935
15936         * doc/gnulib.texi (Quoting): new node.
15937         (Initial import): more info, from Patrice.
15938
15939 2005-07-11  Bruno Haible  <bruno@clisp.org>
15940
15941         * gnulib-tool (func_usage): Document option --avoid.
15942         (Command line options): Handle --avoid.
15943         (func_acceptable): New function.
15944         (func_modules_transitive_closure): Use it.
15945
15946 2005-07-11  Bruno Haible  <bruno@clisp.org>
15947
15948         * MODULES.html.sh: Use shortcut URLs to the www.opengroup.org site.
15949         Reported by Jim Meyering.
15950
15951 2005-07-10  Bruno Haible  <bruno@clisp.org>
15952
15953         * m4/size_max.m4 (gl_SIZE_MAX): Cast ~(size_t)0 back to size_t.
15954         Needed when size_t is smaller than 'unsigned int'.
15955         Reported by Paul Eggert.
15956
15957 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
15958
15959         * modules/argp (Depends-on): Add unlocked-io
15960
15961 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
15962
15963         * lib/argp-namefrob.h: Include unlocked-io.h. Removed unnecessary
15964         block of defines.
15965
15966 2005-07-08  Paul Eggert  <eggert@cs.ucla.edu>
15967
15968         * config/srclist.txt: Comment out regcomp.c, since we have a porting
15969         fix now.
15970
15971 2005-07-08  Eric Blake  <ebb9@byu.net>  (tiny change)
15972         and Paul Eggert  <eggert@cs.ucla.edu>
15973
15974         * lib/regcomp.c (init_dfa, build_range_exp): Store __btowc value
15975         in wint_t, not wchar_t.  Remove now-unnecessary cast.
15976
15977 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
15978
15979         * modules/regex (Files): Add lib/regex_internal.c,
15980         lib/regex_internal.h, lib/regexec.c, lib/regcomp.c, m4/codeset.m4.
15981         (Depends-on): Add extensions.
15982         (Makefile.am): Remove lib_SOURCES; now done by m4 code.
15983
15984 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
15985
15986         * m4/backupfile.m4 (gl_BACKUPFILE): Use AC_CHECK_FUNCS_ONCE on
15987         pathconf.
15988         * m4/same.m4 (gl_SAME): Likewise.
15989         Require AC_SYS_LONG_FILE_NAMES; bug reported by Gerrit P. Haase.
15990
15991         * m4/regex.m4: Adjust to new libc regex implementation.
15992         (gl_INCLUDED_REGEX): Add AC_LIBSOURCES for
15993         all the .c and .h parts of (the new) regex.
15994         Quote the m4 stuff better.
15995         Check for RE_ICASE bug of old gnulib.
15996         Check for REG_STARTEND of recent libc.
15997         Rename local variables from jm_* to gl_*.
15998         Quote operand of "test -f".
15999         Say "recent enough" version of libc, not "version 2".
16000         (gl_PREREQ_REGEX): Remove AC_FUNC_ALLOCA, since alloca is a
16001         prerequisite module.  Remove AC_HEADER_STDC; no longer needed.
16002         Check for locale.h, isblank, mbrtowc, wcrtomb, wcscoll.
16003         Remove check for btowc, isascii.
16004         Require AM_LANGINFO_CODESET.
16005
16006 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
16007
16008         * lib/regex.c, regex.h: Sync from libc.
16009         * lib/regcomp.c, lib/regexec_internal.c, lib/regex_internal.h:
16010         * lib/regexec.c:
16011         New files, synced from libc, except that regex_internal.h
16012         currently has a small porting fix.
16013
16014 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
16015
16016         * config/srclist.txt: Add regcomp.c, regex.c, regex.h,
16017         regex_internal.c, regexec.c.
16018         Add regex_internal.h too, but as a comment, since the libc version
16019         is currently broken in gnulib mode.
16020
16021 2005-07-06  Paul Eggert  <eggert@cs.ucla.edu>
16022
16023         Support programs like Emacs that use gnulib but not gettext.
16024         * MODULES.html.sh (Internationalization functions): Add gettext-h.
16025         * modules/gettext-h: New file.
16026         * modules/gettext (Files): Remove lib/gettext.h.
16027         (Depends-on): Add gettext-h.
16028         (Makefile.am): Remove lib_SOURCES.
16029         * modules/argmatch, modules/c-stack, modules/closeout:
16030         * modules/copy-file, modules/csharpcomp, modules/csharpexec:
16031         * modules/execute, modules/file-type, modules/getaddrinfo:
16032         * modules/getopt, modules/human, modules/javacomp:
16033         * modules/javaexec, modules/mkdir-p, modules/obstack:
16034         * modules/openat, modules/pagealign_alloc, modules/pipe:
16035         * modules/quotearg, modules/regex, modules/rpmatch:
16036         * modules/unicodeio, modules/userspec, modules/version-etc:
16037         * modules/wait-process, modules/xalloc-die, modules/xmemcoll:
16038         * modules/xsetenv:
16039         Depend on gettext-h, not gettext.
16040
16041 2005-07-05  Paul Eggert  <eggert@cs.ucla.edu>
16042
16043         * gnulib-tool (func_import): Add support for 'public domain' license.
16044         * modules/alloca, modules/atexit, modules/memmove:
16045         Now public domain, not GPL.
16046         * modules/dup2, modules/getpagesize, modules/malloc, modules/memset:
16047         * modules/realloc, modules/strerror, modules/strtod:
16048         Now LGPL, not GPL.
16049
16050 2005-07-05  Bruno Haible  <bruno@clisp.org>
16051
16052         * m4/mbrtowc.m4 (gl_FUNC_MBRTOWC): Upgrade to version from current
16053         autoconf CVS. Needed for mingw.
16054
16055 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
16056
16057         Remove the dependency of the strftime module on the tzset module.
16058         * modules/strftime (Depends-on): Remove dependency on tzset.
16059
16060 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
16061
16062         Remove the dependency of the strftime module on the tzset module.
16063         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't require
16064         gl_FUNC_TZSET_CLOBBER.
16065
16066 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
16067
16068         Remove the dependency of the strftime module on the tzset module.
16069         * lib/strftime.c (my_strftime)
16070         [! defined _LIBC && ! HAVE_RUN_TZSET_TEST]:
16071         Copy the input structure, to work around some of the bug with
16072         Solaris 2.5.1 and Solaris 2.6.  If you still care about these old
16073         Solaris releases, you should also use the tzset module, but we won't
16074         require it as a dependency any more since we don't want LGPLed code
16075         to depend on GPLed code.
16076
16077 2005-07-02  Jim Meyering  <jim@meyering.net>
16078
16079         * m4/chown.m4, cloexec.m4, dup2.m4, fsusage.m4:
16080         * m4/getcwd-path-max.m4, getcwd.m4, mkstemp.m4, mountlist.m4:
16081         * m4/pagealign_alloc.m4, save-cwd.m4, unistd-safer.m4:
16082         Don't check for fcntl.h, and don't test for HAVE_FCNTL_H.
16083
16084 2005-07-02  Jim Meyering  <jim@meyering.net>
16085
16086         * lib/backupfile.c (backup_args): Change a `0' to NULL.
16087
16088 2005-07-01  Paul Eggert  <eggert@cs.ucla.edu>
16089
16090         * lib/xnanosleep.c: Include timespec.h, since OpenBSD 3.4 <time.h>
16091         declares only 'struct timespec;' (!).
16092
16093 2005-07-01  Jim Meyering  <jim@meyering.net>
16094
16095         * lib/chown.c, cloexec.c, dup-safer.c, dup2.c, fsusage.c, getcwd.c:
16096         * lib/getloadavg.c, mountlist.c, openat.h, pagealign_alloc.c:
16097         * lib/save-cwd.c, tempname.c:
16098         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
16099         and don't include <sys/file.h>).
16100
16101 2005-06-29  Jim Meyering  <jim@meyering.net>
16102
16103         * lib/mkdir-p.c (make_dir_parents): Don't apply sizeof to a hard-coded
16104         type name.  Use the variable name instead.
16105         * lib/idcache.c (getuser, getuidbyname, getgroup, getgidbyname):
16106         Likewise.
16107
16108 2005-06-28  Simon Josefsson  <jas@extundo.com>
16109
16110         * modules/check-version (Files): Add check-version.m4.
16111
16112 2005-06-28  Simon Josefsson  <jas@extundo.com>
16113
16114         * m4/check-version.m4: New file, suggested by Jim Meyering
16115         <jim@meyering.net>.
16116
16117 2005-06-28  Simon Josefsson  <jas@extundo.com>
16118
16119         * lib/check-version.h, lib/check-version.c: New files.
16120
16121 2005-06-28  Simon Josefsson  <jas@extundo.com>
16122
16123         * lib/base64.c (base64_encode): Indent.  Rename 'b64' to avoid
16124         collision with global variable.  Better indentation.  Don't
16125         increment buffer pointer beyond buffer end.  Based on comments
16126         from Paul Eggert <eggert@cs.ucla.edu>.
16127
16128         * lib/base64.h: Indent.
16129
16130 2005-06-28  Simon Josefsson  <jas@extundo.com>
16131
16132         * doc/gnulib.texi (Library version handling): New section.
16133
16134 2005-06-28  Jim Meyering  <jim@meyering.net>
16135
16136         * check-module (find_included_lib_files): Hard-code another
16137         pair of exceptions: fts.c includes fts-cycle.c and unistd-safer.h
16138         but modules/fts-lgpl (correctly) does not list those files.
16139
16140         * modules/canonicalize (Files): Add lib/pathmax.h.
16141
16142 2005-06-25  Simon Josefsson  <jas@extundo.com>
16143
16144         * modules/check-version: New file.
16145
16146 2005-06-24  Paul Eggert  <eggert@cs.ucla.edu>
16147
16148         * lib/canon-host.c (canon-host): Append trailing "," to 0 in
16149         initializer of struct addrinfo, as an indication that we don't
16150         care how many members the structure has.
16151
16152 2005-06-24  Derek Price  <derek@ximbiot.com>
16153         and Bruno Haible  <bruno@clisp.org>
16154
16155         Remove stat module & update lstat.
16156         * m4/lstat.m4 (gl_FUNC_LSTAT): Drop AC_FUNC_LSTAT in favor of
16157         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
16158         * m4/stat.m4: Remove this file.
16159
16160 2005-06-24  Derek Price  <derek@ximbiot.com>
16161         and Bruno Haible  <bruno@clisp.org>
16162
16163         Remove stat module & update lstat.
16164         * lib/stat.c: Remove this file...
16165         (slash_aware_lstat): ...moving this content and its support...
16166         * lib/lstat.c (rpl_lstat): ...into here.
16167         * lib/lstat.h: New file.
16168
16169 2005-06-24  Derek Price  <derek@ximbiot.com>
16170         and Bruno Haible  <bruno@clisp.org>
16171
16172         Remove stat module & update lstat.
16173         * config/srclist.txt (libc sources): Remove stat.
16174
16175 2005-06-24  Derek Price  <derek@ximbiot.com>
16176         and Bruno Haible  <bruno@clisp.org>
16177
16178         Remove stat module & update lstat.
16179         * MODULES.html.sh (stat): Remove.
16180         * MODULES.html: Regenerated.
16181         * modules/lstat (Description): Correct function name.
16182         (Files): Add "lstat.h".
16183         (Depends-on): Remove stat, add xalloc, stat-macros.
16184         * modules/stat: Remove this file.
16185         (Include): Add "lstat.h", remove <sys/stat.h>.
16186
16187 2005-06-23  Paul Eggert  <eggert@cs.ucla.edu>
16188
16189         * lib/mktime.c: Include <string.h> even if !DEBUG.  (From glibc.)
16190         (ranged_convert): Don't save conversion in a temporary struct.
16191         This causes a warning with GCC 4.0.0, and anyway in the typical
16192         case it's not worth the extra 100 bytes or so of code.
16193         (ranged_convert, __mktime_internal): When calling a function via a
16194         pointer P, use P () rather than (*P) (), as we now assume C89 or
16195         better.
16196
16197 2005-06-22  Paul Eggert  <eggert@cs.ucla.edu>
16198
16199         * lib/readutmp.c (desirable_utmp_entry): Fix bug where "who -b" and
16200         "who -r" failed to give output.  Problem reported by Tim Waugh.
16201
16202         * lib/xmalloc.c (HAVE_GNU_CALLOC): New constant.
16203         (xcalloc): Use it to avoid needless tests.
16204         Problem reported by Jim Meyering.
16205
16206 2005-06-20  Derek Price  <derek@ximbiot.com>
16207
16208         * m4/bison.m4: Note that precious decls of YACC & YFLAGS will be
16209         unnecessary for Autoconfs > 2.59c.
16210
16211 2005-06-16  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
16212
16213         * lib/argp.h (__option_is_short): Check upper limit of
16214         __key. Isprint() requires its argument to have the value
16215         of an unsigned char or EOF.
16216
16217 2005-06-16  Jim Meyering  <jim@meyering.net>
16218
16219         * lib/calloc.c (rpl_calloc): Allocate a 1-byte buffer (not 1xS or Nx1)
16220         when either N or S is zero.
16221
16222 2005-06-16  Derek Price  <derek@ximbiot.com>
16223
16224         * m4/bison.m4: Declare YACC & YFLAGS precious.
16225
16226 2005-06-10  Paul Eggert  <eggert@cs.ucla.edu>
16227
16228         * lib/fnmatch.c (fnmatch): If there is an encoding error in a
16229         multibyte string or pattern, fall back on unibyte matching.
16230         Problem reported by James Youngman.
16231
16232 2005-06-08  Bruno Haible  <bruno@clisp.org>
16233
16234         * modules/csharpcomp: New file.
16235         * MODULES.html.sh (C#): Add csharpcomp.
16236
16237 2005-06-08  Bruno Haible  <bruno@clisp.org>
16238
16239         * m4/csharpcomp.m4: New file, from GNU gettext.
16240
16241 2005-06-08  Bruno Haible  <bruno@clisp.org>
16242
16243         * lib/csharpcomp.h: New file, from GNU gettext.
16244         * lib/csharpcomp.c: New file, from GNU gettext.
16245         * lib/csharpcomp.sh.in: New file, from GNU gettext.
16246
16247 2005-06-08  Bruno Haible  <bruno@clisp.org>
16248
16249         * lib/binary-io.h (fileno): Undefine before defining it. Avoids a gcc
16250         warning on mingw.
16251
16252 2005-06-07  Derek Price  <derek@ximbiot.com>
16253
16254         Sync from CVS.
16255         * lib/glob_.h: Indent nested #ifdef.
16256
16257 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
16258
16259         Sync from coreutils.
16260         Use "file name" when talking about file names, instead of "filename"
16261         or "path", as per the GNU coding standards.
16262         * lib/mkdir-p.c: Renamed from makepath.c.
16263         (make_dir_parents): Renamed from make_path.  All callers changed.
16264         * lib/mkdir-p.h: Likewise.  All includers changed.
16265         * lib/filenamecat.c: Renamed from path-concat.c.
16266         (file_name_concat): Renamed from path_concat.  All callers changed.
16267         [TEST_FILE_NAME_CONCAT]: Renamed from TEST_PATH_CONCAT.
16268         * lib/filenamecat.h: Likewise.  All includers changed.
16269         * lib/acl.c: Don't use "path" or "filename" to mean "file name"
16270         in comments or local variable names.
16271         * lib/basename.c: Likewise.
16272         * lib/canonicalize.c, canonicalize.h: Likewise.
16273         * lib/dirname.c, dirname.h: Likewise.
16274         * lib/euidaccess.c: Likewise.
16275         * lib/exclude.c: Likewise
16276         * lib/fnmatch_.h, fnmatch_loop.c: Likewise.
16277         * lib/fsusage.c, fsuage.h: Likewise.
16278         * lib/fts.c, fts_.h: Likewise.
16279         * lib/getcwd.c: Likewise.
16280         * lib/getloadavg.c: Likewise.
16281         * lib/mkstemp.c: Likewise.
16282         * lib/mountlist.c, mountlist.h: Likewise.
16283         * lib/openat.c, openat.h: Likewise.
16284         * lib/readlink-stub.c: Likewise.
16285         * lib/readutmp.c, readutmp.h: Likewise.
16286         * lib/rename.c: Likewise.
16287         * lib/rmdir.c: Likewise.
16288         * lib/same.c: Likewise.
16289         * lib/savedir.c: Likewise.
16290         * lib/stripslash.c: Likewise.
16291         * lib/tempname.c: Likewise.
16292         * lib/xreadlink.c: Likewise.
16293         * lib/exclude.c (excluded_file_name): Renamed from excluded_filename.
16294         All uses changed.
16295         * lib/exclude.h: Likewise.
16296
16297         * lib/euidaccess.c (getuid, getgid, getuid, getegid)
16298         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
16299         * lib/idcache.c (getpwuid, getpwnam, getgrgid, getgrnam)
16300         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
16301         * lib/pathmax.h: Include <limits.h> unconditionally, since other
16302         files have been getting away with it for years (MORE/BSD 4.3
16303         is extinct now).
16304         * lib/userspec.c (getpwnam, getgrnam, getgrgid)
16305         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
16306
16307         * lib/pathmax.h (_POSIX_PATH_MAX) [!defined _POSIX_PATH_MAX]:
16308         Define to 256, not 255, as per modern POSIX.
16309
16310 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
16311
16312         Sync from coreutils.
16313         Use "file name" when talking about file names, instead of "filename"
16314         or "path", as per the GNU coding standards.
16315         * MODULES.html.sh: mkdir-p renamed from makepath.
16316         filenamecat renamed from path-concat.
16317         * modules/filenamecat: Renamed from modules/path-concat.
16318         (Files): filenamecat.h and filenamecat.c renamed from
16319         path-concat.h and path-concat.c.
16320         (configure.ac): gl_FILE_NAME_CONCAT, not gl_PATH_CONCAT.
16321         (Include): filenamecat.h, not path-concat.h.
16322         * modules/mkdir-p: Renamed from modules/makepath.
16323         (Files): mkdir-p.h and mkdir-p.c renamed from makepath.h and
16324         makepath.c.
16325         (configure.ac): gl_MKDIR_PARENTS, not gl_MAKEPATH.
16326         (Include): mkdir-p.h, not makepath.h.
16327
16328 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
16329
16330         Sync from coreutils.
16331         * m4/mkdir-p.m4: Renamed from makepath.m4.
16332         (gl_MKDIR_PARENTS): Renamed from gl_MAKEPATH.  All uses changed.
16333         Rename files from makepath.c to mkdir-p.c, and from
16334         makepath.h to mkdir-p.h.
16335         * m4/filenamecat.m4: Renamed from path-concat.m4.
16336         (gl_FILE_NAME_CONCAT): Renamed from gl_PATH_CONCAT.  All uses changed.
16337         Rename files from path-concat.c to filenamecat.c,
16338         and from path-concat.h to filenamecat.h.
16339         * m4/getcwd-path-max.m4: Don't use "path" or "filename" to mean
16340         "file name" in local variables or comments.
16341         * m4/rename.m4: Likewise.
16342
16343 2005-06-01  Bruno Haible  <bruno@clisp.org>
16344
16345         * modules/csharpexec: New file.
16346         * MODULES.html.sh (C#): New section.
16347
16348 2005-06-01  Bruno Haible  <bruno@clisp.org>
16349
16350         * m4/csharp.m4: New file, from GNU gettext.
16351         * m4/csharpexec.m4: New file, from GNU gettext.
16352
16353 2005-06-01  Bruno Haible  <bruno@clisp.org>
16354
16355         * lib/csharpexec.h: New file, from GNU gettext.
16356         * lib/csharpexec.c: New file, from GNU gettext.
16357         * lib/csharpexec.sh.in: New file, from GNU gettext.
16358
16359 2005-05-31  Derek Price  <derek@ximbiot.com>
16360             Paul Eggert  <eggert@cs.ucla.edu>
16361
16362         Sync from cvs.
16363         * m4/glob.m4: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
16364
16365 2005-05-31  Derek Price  <derek@ximbiot.com>
16366             Paul Eggert  <eggert@cs.ucla.edu>
16367
16368         Sync from cvs.
16369         * lib/glob_.h: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
16370
16371 2005-05-29  Derek Price  <derek@ximbiot.com>
16372
16373         * config/srclist.txt (glob_.h, glob.c): Add these files.
16374
16375 2005-05-29  Derek Price  <derek@ximbiot.com>
16376
16377         * MODULES.html.sh: Add glob to Enhanced POSIX.2001 section.
16378         * modules/glob: New file.
16379         * modules/getlogin_r: Add link to POSIX spec in description.
16380
16381 2005-05-29  Derek Price  <derek@ximbiot.com>
16382             Paul Eggert  <eggert@cs.ucla.edu>
16383
16384         * m4/glob.m4: New file.
16385
16386 2005-05-29  Derek Price  <derek@ximbiot.com>
16387             Paul Eggert  <eggert@cs.ucla.edu>
16388
16389         * lib/glob_.h, lib/glob.c: New files.
16390
16391 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
16392
16393         * modules/fts (Files): Remove m4/inttypes-pri.m4.
16394         * modules/fts-lgpl (Depends-on): Remove gettext.
16395
16396 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
16397
16398         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't check for inttypes.h or stdint.h,
16399         and don't require gt_INTTYPES_PRI.
16400
16401 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
16402
16403         * lib/getlogin_r.c (getlogin_r): Don't set errno to 0 on return.
16404
16405         * lib/fts.c: Don't worry about debugging on pre-C99-compatible hosts;
16406         the configuration hassle isn't worth it.
16407         Include inttypes.h and stdint.h unconditionally if FTS_DEBUG.
16408         (LONGEST_MODIFIER, PRIuMAX): Remove.
16409
16410 2005-05-27  Bruno Haible  <bruno@clisp.org>
16411
16412         * lib/getlogin_r.h: Remove second include of <stddef.h>.
16413
16414 2005-05-26  Paul Eggert  <eggert@cs.ucla.edu>
16415
16416         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Define
16417         _POSIX_PTHREAD_SEMANTICS for Solaris.
16418
16419 2005-05-25  Derek Price  <derek@ximbiot.com>
16420
16421         * MODULES.html.sh: Add getlogin_r to POSIX.2001 support section.
16422
16423 2005-05-25  Derek Price  <derek@ximbiot.com>
16424             Paul Eggert  <eggert@cs.ucla.edu>
16425
16426         * modules/getlogin_r, m4/getlogin_r.m4: New files.
16427         * lib/getlogin_r.c, getlogin_r.h: New files.
16428
16429 2005-05-25  Bruno Haible  <bruno@clisp.org>
16430             Derek Price  <derek@ximbiot.com>
16431
16432         * lib/getlogin_r.h: Simplify API documentation.
16433
16434 2005-05-23  Derek Price  <derek@ximbiot.com>
16435
16436         * modules/minmax (Files): Add m4/minmax.m4.
16437         (configure.ac): Add gl_MINMAX.
16438
16439 2005-05-22  Paul Eggert  <eggert@cs.ucla.edu>
16440
16441         * lib/fts.c (fd_safer) [_LGPL_PACKAGE]: New static function,
16442         so that unistd-safer.h (GPL'ed code) need not be included.
16443
16444 2005-05-22  Bruno Haible  <bruno@clisp.org>
16445
16446         * m4/minmax.m4: New file.
16447         Based on a patch by Derek Price <derek@ximbiot.com>.
16448
16449 2005-05-22  Bruno Haible  <bruno@clisp.org>
16450
16451         * lib/stdint_.h (_STDINT_H_HAVE_INT64): New macro. Use it in #ifdefs.
16452         (INT64_MIN): Fix definition.
16453         Suggested by Paul Eggert <eggert@cs.ucla.edu>.
16454
16455         * lib/stdint_.h (_STDINT_H_NEED_SIGNED_INT_TYPES): Renamed from
16456         NEED_SIGNED_INT_TYPES.
16457
16458         * lib/stdint_.h (_STDINT_H_HAVE_SYSTEM_INTTYPES): Renamed from
16459         HAVE_SYSTEM_INTTYPES.
16460
16461 2005-05-22  Bruno Haible  <bruno@clisp.org>
16462
16463         * lib/minmax.h: Include <limits.h> only when it defines MIN, MAX.
16464         Also include <sys/param.h> if it defines MIN, MAX.
16465         Based on a patch by Derek Price <derek@ximbiot.com>.
16466
16467 2005-05-21  Jim Meyering  <jim@meyering.net>
16468
16469         * modules/fts (Files): Add m4/inttypes-pri.m4.
16470         (Depends-on): Add lstat and remove gettext.  Alphabetize.
16471
16472 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
16473
16474         New fts module.
16475         * lib/fts.c: Don't include "cycle-check.h" or "hash.h".
16476         (setup_dir, free_dir): New functions.
16477         (enter_dir, leave_dir): Define trivial
16478         alternatives of _LGPL_PACKAGE.  Move to fts-cycle.c if !_LGPL_PACKAGE.
16479         (HT_INITIAL_SIZE, ENTER_DIR): Remove.  All uses removed.
16480         (LEAVE_DIR): Fix typo: pass Fts and Ent to leave_dir.
16481         (struct Active_dir, AD_compare, AD_hash, enter_dir, leave_dir):
16482         Move to fts-cycle.c.
16483         (fts_open): Use setup_dir.
16484         (fts_close): Use free_dir.
16485         (fts_read): Have just one copy of the ENTER_DIR code rather than three.
16486         This adds a label and some gotos, but the alternatives were messier.
16487         Check for memory allocation failure when entering a dir.
16488         (fts_stat) [_LGPL_PACKAGE]: Bring back glibc cycle detection code.
16489         * lib/fts_.h (_LGPL_PACKAGE) [defined _LIBC]: New macro.
16490         (FTS): New member fts_cycle, that is a union that contains the
16491         old active_dir_ht and cycle_state.  All uses changed to mention
16492         fts_cycle.ht and fts_cycle.state.
16493         * lib/fts-cycle.c: New file, containing GPL'ed code migrated out of
16494         fts.c, with the following changes:
16495         (setup_dir, free_dir): New functions.
16496         (enter_dir): Now returns bool.  Return true if successful, false
16497         if memory exhausted.  All callers changed.
16498         Do not bother partly cleaning up on
16499         memory allocation failure; that is free_dir's job.
16500         However, free ad if hash_insert fails, to avoid memory leak.
16501         (enter_dir, leave_dir): Accommodate change to FTS by inspecting
16502         fts->fts_options to see which union member to use.
16503
16504 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
16505
16506         * m4/fts.m4 (gl_FUNC_FTS_CORE): Renamed from gl_FUNC_FTS.
16507         (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): New macros.
16508
16509 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
16510
16511         * MODULES.html.sh (File system functions): Add fts, fts-lgpl.
16512
16513 2005-05-20  Jim Meyering  <jim@meyering.net>
16514
16515         * lib/unlinkdir.h (cannot_unlink_dir) [UNLINK_CANNOT_UNLINK_DIR]:
16516         Now a macro, to pacify GCC.
16517
16518 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
16519
16520         * m4/chown.m4 (gl_FUNC_CHOWN): Correct sense of test for honoring IDs
16521         of -1.
16522
16523 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
16524
16525         * lib/chown.c (rpl_chown): Return -1 on failure.
16526
16527 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
16528
16529         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME]):
16530         Don't check for stddef.h.
16531         * m4/fts.m4 (gl_FUNC_FTS): Don't require AC_HEADER_STDC, as we
16532         don't use its results.
16533         Don't check for fcntl.h, stddef.h, stdlib.h, string.h, unistd.h,
16534         since we include them unconditionally.  Don't require
16535         AM_STDBOOL_H, since stdbool is a prerequisite.
16536         Don't require AC_C_CONST, AC_TYPE_SIZE_T or check for ptrdiff_t
16537         since we assume C89 or better.
16538         Don't require AC_FUNC_CLOSEDIR_VOID, AC_FUNC_LSTAT, or AC_FUNC_STAT,
16539         as we don't use their results.
16540         Don't check for fchdir, memmove, memset, strrchr, as we use
16541         them unconditionally.
16542         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't define
16543         GETTIMEOFDAY_CLOBBERS_LOCALTIME_BUFFER, since nobody uses it.
16544
16545 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
16546
16547         * lib/canonicalize.c: Include canonicalize.h first, to test interface.
16548         Include <stddef.h> unconditionally, since we assume C89 now.
16549         All uses of PTR_INT_TYPE replaced by ptrdiff_t.
16550         * lib/fts.c: Include fts_.h first, to check interface.
16551         Do not include intprops.h; no longer needed.
16552         Include cycle-check.h and hash.h, since fts_.h no longer does.
16553         Remove unnecessary casts of closedir to void.
16554         (fts_build): Use a simpler method (not involving TYPE_SIGNED) to
16555         decide whether to decrement nlinks.
16556         * lib/fts_.h: Do not include hash.h or cycle-check.h; no longer needed.
16557         (FTS): Use struct hash_table * instead of Hash_table, so that
16558         we no longer need to include hash.h here.
16559
16560 2005-05-18  Jim Meyering  <jim@meyering.net>
16561
16562         * modules/dirfd (License): Change to LGPL.  Most of the code
16563         is already in the public domain.
16564
16565 2005-05-18  Jim Meyering  <jim@meyering.net>
16566
16567         * m4/fts.m4 (AC_LIBSOURCES): Add intprops.h to the list.
16568         Reported by Yoann Vandoorselaere.
16569
16570 2005-05-17  Jim Meyering  <jim@meyering.net>
16571
16572         * m4/fts.m4: New file, from coreutils.
16573
16574 2005-05-17  Jim Meyering  <jim@meyering.net>
16575
16576         * lib/fts.c, lib/fts_.h: New files, from coreutils.
16577
16578 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
16579
16580         Sync from coreutils.
16581         * m4/unlinkdir.m4: New file.
16582
16583 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
16584
16585         Sync from coreutils.
16586         * lib/unlinkdir.c, lib/unlinkdir.h: New files.
16587         * lib/gethrxtime.c, lib/gethrxtime.h, lib/getpass.h, lib/mountlist.h,
16588         lib/path-concat.c, lib/regex.h, lib/unlocked-io.h, lib/xtime.h:
16589         White space changes only.
16590         * lib/makepath.c (make_path): Port to hosts where leading "//" is
16591         special.
16592         * lib/yesno.c: Include getline.h, not ctype.h.
16593         (yesno): Don't remove leading white space; POSIX doesn't allow it.
16594         Use getline to remove arbitrary restriction on response length.
16595
16596 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
16597
16598         * config/srclist-update: Spell out "Street" in FSF postal
16599         mail address; this is the style the FSF seems to prefer.
16600
16601         * build-aux/depcomp, build-aux/install-sh, build-aux/mdate-sh,
16602         build-aux/missing, build-aux/mkinstalldirs: Sync from Automake;
16603         this updates FSF postal mail address.
16604
16605         Sync from coreutils.
16606         * modules/unlinkdir: New file.
16607         * modules/yesno (Depends-on): Add getline.
16608         * MODULES.html.sh (File system functions): Add unlinkdir.
16609
16610 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
16611
16612         * lib/byteswap_.h, lib/getsubopt.h, lib/iconvme.h, lib/strsep.c,
16613         lib/strsep.h:
16614         Change the initial comment to refer to GPL, not LGPL.
16615         gnulib-tool will change it to LGPL as needed.
16616
16617         * lib/__fpending.c, lib/acl.c, lib/acl.h, lib/alloca_.h, lib/allocsa.c,
16618         lib/allocsa.h, lib/argmatch.c, lib/argmatch.h, lib/argp-ba.c,
16619         lib/argp-eexst.c, lib/argp-fmtstream.c, lib/argp-fmtstream.h,
16620         lib/argp-fs-xinl.c, lib/argp-help.c, lib/argp-namefrob.h,
16621         lib/argp-parse.c, lib/argp-pv.c, lib/argp-pvh.c, lib/argp-xinl.c,
16622         lib/argp.h, lib/argz.c, lib/argz_.h, lib/asnprintf.c, lib/asprintf.c,
16623         lib/atanl.c, lib/backupfile.c, lib/backupfile.h, lib/base64.c,
16624         lib/base64.h, lib/basename.c, lib/binary-io.h, lib/byteswap_.h,
16625         lib/c-ctype.c, lib/c-ctype.h, lib/c-stack.c, lib/c-stack.h,
16626         lib/c-strtod.c, lib/calloc.c, lib/canon-host.c, lib/canonicalize.c,
16627         lib/canonicalize.h, lib/ceill.c, lib/chdir-long.c, lib/chdir-long.h,
16628         lib/chown.c, lib/classpath.c, lib/classpath.h, lib/cloexec.c,
16629         lib/closeout.c, lib/closeout.h, lib/concatpath.c, lib/config.charset,
16630         lib/copy-file.c, lib/copy-file.h, lib/cycle-check.c, lib/cycle-check.h,
16631         lib/diacrit.c, lib/diacrit.h, lib/dirfd.c, lib/dirfd.h, lib/dirname.c,
16632         lib/dirname.h, lib/dummy.c, lib/dup-safer.c, lib/dup2.c, lib/eealloc.h,
16633         lib/error.c, lib/error.h, lib/euidaccess.c, lib/exclude.c,
16634         lib/exclude.h, lib/execute.c, lib/execute.h, lib/exit.h,
16635         lib/exitfail.c, lib/exitfail.h, lib/expl.c, lib/fatal-signal.c,
16636         lib/fatal-signal.h, lib/fd-safer.c, lib/file-type.c, lib/file-type.h,
16637         lib/fileblocks.c, lib/filemode.c, lib/filemode.h, lib/findprog.c,
16638         lib/findprog.h, lib/floorl.c, lib/fnmatch.c, lib/fnmatch_.h,
16639         lib/fnmatch_loop.c, lib/fopen-safer.c, lib/free.c, lib/frexpl.c,
16640         lib/fsusage.c, lib/fsusage.h, lib/full-read.c, lib/full-read.h,
16641         lib/full-write.c, lib/full-write.h, lib/fwriteerror.c,
16642         lib/fwriteerror.h, lib/gai_strerror.c, lib/gcd.c, lib/gcd.h,
16643         lib/getaddrinfo.c, lib/getaddrinfo.h, lib/getcwd.c, lib/getcwd.h,
16644         lib/getdate.h, lib/getdate.y, lib/getdomainname.c, lib/getdomainname.h,
16645         lib/getgroups.c, lib/gethostname.c, lib/gethrxtime.c, lib/gethrxtime.h,
16646         lib/getline.c, lib/getline.h, lib/getloadavg.c, lib/getndelim2.c,
16647         lib/getndelim2.h, lib/getnline.c, lib/getnline.h, lib/getopt.c,
16648         lib/getopt1.c, lib/getopt_.h, lib/getopt_int.h, lib/getpagesize.h,
16649         lib/getpass.c, lib/getpass.h, lib/getsubopt.c, lib/getsubopt.h,
16650         lib/gettext.h, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c,
16651         lib/getusershell.c, lib/group-member.c, lib/group-member.h,
16652         lib/hard-locale.c, lib/hard-locale.h, lib/hash-pjw.c, lib/hash-pjw.h,
16653         lib/hash.c, lib/hash.h, lib/human.c, lib/human.h, lib/iconvme.c,
16654         lib/iconvme.h, lib/idcache.c, lib/inet_ntop.h, lib/intprops.h,
16655         lib/inttostr.c, lib/inttostr.h, lib/isdir.c, lib/javacomp.c,
16656         lib/javacomp.h, lib/javacomp.sh.in, lib/javaexec.c, lib/javaexec.h,
16657         lib/javaexec.sh.in, lib/lbrkprop.h, lib/lchown.c, lib/ldexpl.c,
16658         lib/linebreak.c, lib/linebreak.h, lib/linebuffer.c, lib/linebuffer.h,
16659         lib/localcharset.c, lib/localcharset.h, lib/logl.c, lib/long-options.c,
16660         lib/long-options.h, lib/lstat.c, lib/makepath.c, lib/makepath.h,
16661         lib/malloc.c, lib/mathl.h, lib/mbswidth.c, lib/mbswidth.h, lib/md5.c,
16662         lib/md5.h, lib/memcasecmp.c, lib/memcasecmp.h, lib/memchr.c,
16663         lib/memcmp.c, lib/memcoll.c, lib/memcoll.h, lib/memcpy.c, lib/memmem.c,
16664         lib/memmem.h, lib/mempcpy.c, lib/mempcpy.h, lib/memrchr.c,
16665         lib/memrchr.h, lib/memset.c, lib/minmax.h, lib/mkdir.c, lib/mkdtemp.c,
16666         lib/mkdtemp.h, lib/mkstemp.c, lib/mktime.c, lib/modechange.c,
16667         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
16668         lib/obstack.c, lib/obstack.h, lib/openat.c, lib/openat.h,
16669         lib/pagealign_alloc.c, lib/pagealign_alloc.h, lib/path-concat.c,
16670         lib/path-concat.h, lib/pathmax.h, lib/pathname.h, lib/physmem.c,
16671         lib/physmem.h, lib/pipe.c, lib/pipe.h, lib/poll.c, lib/poll_.h,
16672         lib/posixtm.c, lib/posixtm.h, lib/posixver.c, lib/printf-args.c,
16673         lib/printf-args.h, lib/printf-parse.c, lib/printf-parse.h,
16674         lib/progname.c, lib/progname.h, lib/progreloc.c, lib/putenv.c,
16675         lib/quote.c, lib/quote.h, lib/quotearg.c, lib/quotearg.h, lib/raise.c,
16676         lib/readlink.c, lib/readtokens.c, lib/readtokens.h, lib/readtokens0.c,
16677         lib/readtokens0.h, lib/readutmp.c, lib/readutmp.h, lib/realloc.c,
16678         lib/ref-add.sin, lib/ref-del.sin, lib/regex.c, lib/regex.h,
16679         lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c,
16680         lib/safe-read.h, lib/safe-write.c, lib/safe-write.h, lib/same.c,
16681         lib/same.h, lib/save-cwd.c, lib/save-cwd.h, lib/savedir.c,
16682         lib/savedir.h, lib/setenv.c, lib/setenv.h, lib/settime.c,
16683         lib/sh-quote.c, lib/sh-quote.h, lib/sha1.c, lib/sha1.h, lib/sig2str.c,
16684         lib/sig2str.h, lib/sincosl.c, lib/snprintf.c, lib/snprintf.h,
16685         lib/sqrtl.c, lib/stat-macros.h, lib/stat.c, lib/stdbool_.h,
16686         lib/stdint_.h, lib/stdio-safer.h, lib/stpcpy.c, lib/stpcpy.h,
16687         lib/stpncpy.c, lib/stpncpy.h, lib/strcase.h, lib/strcasecmp.c,
16688         lib/strchrnul.c, lib/strchrnul.h, lib/strcspn.c, lib/strdup.c,
16689         lib/strdup.h, lib/strerror.c, lib/strftime.c, lib/strftime.h,
16690         lib/stripslash.c, lib/strndup.c, lib/strndup.h, lib/strnlen.c,
16691         lib/strpbrk.c, lib/strpbrk.h, lib/strsep.c, lib/strsep.h, lib/strstr.c,
16692         lib/strstr.h, lib/strtod.c, lib/strtoimax.c, lib/strtok_r.c,
16693         lib/strtok_r.h, lib/strtol.c, lib/strtoll.c, lib/strtoul.c,
16694         lib/strtoull.c, lib/strverscmp.c, lib/strverscmp.h, lib/sysexit_.h,
16695         lib/tempname.c, lib/time_r.c, lib/time_r.h, lib/timegm.c, lib/timegm.h,
16696         lib/timespec.h, lib/trigl.c, lib/trigl.h, lib/ucs4-utf16.h,
16697         lib/ucs4-utf8.h, lib/unicodeio.c, lib/unicodeio.h, lib/unistd-safer.h,
16698         lib/unlocked-io.h, lib/unsetenv.c, lib/userspec.c, lib/utf16-ucs4.h,
16699         lib/utf8-ucs4.h, lib/utime.c, lib/utimecmp.c, lib/utimecmp.h,
16700         lib/utimens.c, lib/vasnprintf.c, lib/vasnprintf.h, lib/vasprintf.c,
16701         lib/vasprintf.h, lib/version-etc-fsf.c, lib/version-etc.c,
16702         lib/version-etc.h, lib/vsnprintf.c, lib/vsnprintf.h, lib/w32spawn.h,
16703         lib/wait-process.c, lib/wait-process.h, lib/xalloc-die.c, lib/xalloc.h,
16704         lib/xallocsa.c, lib/xallocsa.h, lib/xasprintf.c, lib/xgetcwd.c,
16705         lib/xgetcwd.h, lib/xgetdomainname.c, lib/xgetdomainname.h,
16706         lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c,
16707         lib/xreadlink.c, lib/xreadlink.h, lib/xsetenv.c, lib/xsetenv.h,
16708         lib/xsize.h, lib/xstrndup.c, lib/xstrndup.h, lib/xstrtod.c,
16709         lib/xstrtod.h, lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h,
16710         lib/xstrtoumax.c, lib/xtime.h, lib/xvasprintf.c, lib/xvasprintf.h,
16711         lib/yesno.c, lib/yesno.h:
16712         Update FSF postal mail address.
16713
16714 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
16715
16716         * MODULES.html.sh, README, gnulib-tool, tests/test-base64.c,
16717         tests/test-memmem.c, tests/test-stpncpy.c:
16718         Update FSF postal mail address.
16719
16720 2005-05-13  Bruno Haible  <bruno@clisp.org>
16721
16722         * lib/stdint_.h (int64_t, uint64_t, int_least64_t, uint_least64_t,
16723         int_fast64_t, uint_fast64_t, intmax_t, uintmax_t, INT64_MIN, INT64_MAX,
16724         UINT64_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX,
16725         INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTMAX_MIN,
16726         INTMAX_MAX, UINTMAX_MAX, INT64_C, UINT64_C, INTMAX_C, UINTMAX_C):
16727         Add support for 64-bit integers in the MSVC compiler.
16728
16729 2005-05-12  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
16730
16731         * modules/getdate (Makefile.am): Add getdate.c to EXTRA_DIST
16732
16733 2005-05-12  Eric Blake  <ebb9@byu.net>  (tiny change)
16734
16735         * gnulib-tool (func_import): Sort and uniquify recommended includes.
16736
16737 2005-05-11  Paul Eggert  <eggert@cs.ucla.edu>
16738
16739         * doc/getdate.texi (General date syntax): Don't say that date
16740         date --iso-8601=ns generates acceptable dates; it doesn't yet.
16741         Problem reported by Nic Ferrier.
16742
16743 2005-05-10  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
16744
16745         * lib/getaddrinfo.c: Don't fail when SOCK_STREAM or SOCK_DGRAM are
16746         specified in ai_socktype. Fix invalid ai_protocol
16747         check. ai_protocol is usually set to 0 or depending on
16748         ai_family/ai_socktype to IPPROTO_TCP / IPPROTO_UDP.  Checking for
16749         SOCK_STREAM / SOCK_DGRAM in ai_protocol was invalid.  Set
16750         ai_socktype / ai_protocol in the returned addrinfo structure.
16751
16752 2005-05-10  Simon Josefsson  <jas@extundo.com>
16753
16754         * m4/getaddrinfo.m4: Look in libnsl/libsocket for getaddrinfo, from
16755         Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
16756
16757 2005-05-10  Karl Berry  <karl@gnu.org>
16758
16759         * doc/fdl.texi, gpl.texi, lgpl.texi, COPYING: update FSF address
16760         (from http://www.gnu.org/licenses).
16761         * doc/COPYING.LIB: also rename to COPYING.LESSER.
16762         * doc/COPYING.DOC: remove; per rms, only needed in doc files, so
16763         fdl.texi suffices.
16764
16765 2005-05-10  Karl Berry  <karl@gnu.org>
16766
16767         * config/srclist.txt (COPYING.LESSER): rename from COPYING.LIB.
16768         (COPYING.DOC): remove.
16769
16770         * config/srclist-update: new FSF address.
16771
16772 2005-05-10  Derek Price  <derek@ximbiot.com>
16773
16774         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 bug, not decl, when
16775         possible.
16776
16777 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
16778             Bruno Haible  <bruno@clisp.org>
16779
16780         * modules/inet_ntop: New file.
16781         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
16782         inet_ntop.
16783
16784 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
16785             Bruno Haible  <bruno@clisp.org>
16786
16787         * m4/inet_ntop.m4: New file.
16788
16789 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
16790             Bruno Haible  <bruno@clisp.org>
16791
16792         * lib/inet_ntop.h: New file.
16793         * lib/inet_ntop.c: New file, from glibc with modifications.
16794
16795 2005-05-09  Paul Eggert  <eggert@cs.ucla.edu>
16796
16797         * modules/time_r (License): Change to LGPL.
16798         * modules/extensions (License): Change to LGPL.  Actually,
16799         the license is more permissive than that, but currently gnulib-tool
16800         doesn't know how to handle more-permissive licenses.
16801
16802         * modules/stat-macros (Depends-on): Don't depend on stat-macros (!).
16803         Problem reported by Dave Love.
16804
16805 2005-05-08  Jim Meyering  <jim@meyering.net>
16806
16807         * lib/classpath.c (PATH_SEPARATOR): Remove insignificant trailing
16808         blank.
16809
16810 2005-05-06  Paul Eggert  <eggert@cs.ucla.edu>
16811
16812         * modules/argmatch (Depends-on): Add stdbool.
16813         * modules/backupfile (Depends-on): Likewise.
16814         * modules/chdir-long (Depends-on): Likewise.
16815         * modules/closeout (Depends-on): Likewise.
16816         * modules/cycle-check (Depends-on): Likewise.
16817         * modules/dirname (Depends-on): Likewise.
16818         * modules/fnmatch (Depends-on): Likewise.
16819         * modules/fsusage (Depends-on): Likewise.
16820         * modules/fwriteerror (Depends-on): Likewise.
16821         * modules/getcwd (Depends-on): Likewise.
16822         * modules/getloadavg (Depends-on): Likewise.
16823         * modules/hard-locale (Depends-on): Likewise.
16824         * modules/makepath (Depends-on): Likewise.
16825         * modules/mountlist (Depends-on): Likewise.
16826         * modules/nanosleep (Depends-on): Likewise.
16827         * modules/posixtm (Depends-on): Likewise.
16828         * modules/quotearg (Depends-on): Likewise.
16829         * modules/readtokens (Depends-on): Likewise.
16830         * modules/readtokens0 (Depends-on): Likewise.
16831         * modules/readutmp (Depends-on): Likewise.
16832         * modules/save-cwd (Depends-on): Likewise.
16833         * modules/strftime (Depends-on): Likewise.
16834         * modules/userspec (Depends-on): Likewise.
16835         * modules/utimecmp (Depends-on): Likewise.
16836         * modules/xgetcwd (Depends-on): Likewise.
16837         * modules/xnanosleep (Depends-on): Likewise.
16838         * modules/xstrtod (Depends-on): Likewise.
16839         * modules/yesno (Depends-on): Likewise.
16840
16841 2005-05-05  Paul Eggert  <eggert@cs.ucla.edu>
16842
16843         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 getopt, and avoid
16844         needless checks.
16845
16846 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
16847
16848         Merge from coreutils.  Among other things,
16849         add bulletproofing for cases where stdin, stdout, or stderr are closed.
16850         * lib/fd-safer.c: New file.
16851         * lib/fcntl-safer.h, open-safer.c: Remove.
16852         * lib/chdir-long.c: Fix comment "fetish" -> "coreutils".
16853         * lib/dup-safer.c: Include unistd-safer.h first.
16854         Don't include errno.h.
16855         (dup_safer) [!defined F_DUPFD]: Let fd_safer do the real work.
16856         * lib/file-type.h: Don't assume invoker included sys/stat.h first.
16857         * lib/file-type.c: Rely on file-type.h change.
16858         * lib/getloadavg.c: Include unistd-safer.h.
16859         (getloadavg): Use safer open.
16860         * lib/getusershell.c: Include "stdio-safer.h".
16861         (getusershell): Use safer fopen.
16862         * lib/long-options.c (long_options): Use NULL rather than 0.
16863         * lib/modechange.h (mode_free): Remove; all callers changed to invoke
16864         'free'.
16865         * lib/modechange.c: Likewise.
16866         xstrtol.h, stdbool.h, stddef.h: Don't include; no longer needed.
16867         (MODE_DONE): New constant.
16868         (struct mode_change): Remove 'next' member.
16869         (make_node_op_equals): New function; like the old one of the
16870         same name, except it allocates an array.
16871         (mode_compile, mode_create_from_ref): Use it.
16872         (mode_compile): Allocate result as an array, not a linked list.
16873         Parse octal string ourself, so that we catch mistakes like "+0".
16874         (mode_adjust): Arg is an array, not a linked list.
16875         * lib/modechange.c: Include stat-macros.h, xalloc.h.
16876         (S_ISDIR, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR):
16877         (S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH, S_IRXWU):
16878         (S_IRWXG, S_IRWXO, CHMOD_MODE_BITS):
16879         Remove.  This is now stat-macros.h's job.
16880         (talloc): Remove.  All callers replaced by xalloc, so that
16881         our invokers don't have to worry about reporting memory failures.
16882         (make_node_op_equals): Remove.
16883         (MODE_ORDINARY_CHAGE, MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
16884         New constants.
16885         (struct mode_change): Moved here from modechange.h.
16886         (mode_append_entry): Remove.
16887         (mode_compile): Remove MASKED_OPS arg, since it encouraged
16888         apps to have incorrect behavior.  Use simpler algorithm for head
16889         and tail.  Don't futz with umask; that's now the job of mode_adjust.
16890         Detect more invalid usages rather than having somewhat-random behavior.
16891         Don't insert an "a=" action, as that leads to incorrect behavior.
16892         (mode_compile, mode_create_from_ref): Return NULL on error instead
16893         of an enum, since now there's only one way to have an error.  All
16894         callers changed.
16895         (mode_adjust): Accept new arg UMASK_VALUE, and interpret it
16896         at the correct time.  Simplify calculation of "+u" and its ilk.
16897         Don't mishandle "+X".
16898         (mode_free): Remove "register" and localize decls.
16899         * lib/modechange.h (MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
16900         (struct mode_change): Move to modechange.c; callers don't
16901         need to see this stuff.
16902         (MODE_MASK_EQUALS, MODE_MASK_PLUS, MODE_MASK_MINUS, MODE_MASK_ALL):
16903         (MODE_INVALID, MODE_MEMORY_EXHAUSTED, MODE_BAD_REFERENCE): Remove.
16904         (mode_change, mode_adjust): Reflect the new signatures noted above.
16905         * lib/nanosleep.c (rpl_nanosleep): Include "timespec.h" before macros
16906         that might redefine system include files.
16907         (siginterrupt) [!HAVE_SIGINTERRUPT]: New macro.
16908         (my_usleep): Use NULL rather than (void *) 0.
16909         (rpl_nanosleep) [!defined SA_NOCLDSTOP]:
16910         Use siginterrupt to specify that system calls should be interrupted.
16911         (rpl_nanosleep): Move initialization of suspended closer to call of
16912         my_usleep.
16913         * lib/readutmp.h (read_utmp): New arg OPTIONS.  All uses changed.
16914         * lib/readutmp.c: Likewise.  Include signal.h, stdbool.h.
16915         (desirable_utmp_entry): New function.
16916         (read_utmp) [defined UTMP_NAME_FUNCTION]: Redo memory allocation
16917         using x2nrealloc, to simplify logic.
16918         (read_utmp) [!defined UTMP_NAME_FUNCTION]: Check for overflow in
16919         size calculation.  Do not assume utmp file is a regular file.
16920         * lib/readutmp.h (UT_PID): Moved here from ../src/who.c.
16921         (READ_UTMP_CHECK_PIDS): New constant.
16922         * lib/save-cwd.c: Include unistd-safer.h.
16923         (save_cwd): Use fd_safer.
16924         * lib/tempname.c (S_ISDIR, S_IRUSR, S_IRUSR, S_IWUSR, S_IXUSR): Remove.
16925         [!_LIBC] Include "stat-macros.h" instead.
16926         * lib/unistd-safer.h (fd_safer): New decl.
16927
16928 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
16929
16930         * modules/getloadavg (Depends-on): Add unistd-safer.
16931         * modules/getusershell (Depends-on): Add stdio-safer.
16932         * modules/lstat (Depends-on): Remove xalloc.
16933         * modules/mkstemp (Depends-on): Add stat-macros.
16934         * modules/modechange (Depends-on): Remove xstrtol.
16935         Add stat-macros, xalloc.
16936         * modules/save-cwd (Depends-on): Add unistd-safer.
16937         * modules/stdio-safer (Makefile.am): Remove lib_SOURCES.
16938         * modules/unistd-safer (Files): Add lib/fd-safer.c
16939         (Makefile.am): Remove lib_SOURCES.
16940
16941         * MODULES.html.sh (Enhancements for POSIX:2001 functions):
16942         Remove fcntl-safer; unistd-safer supersedes it.
16943
16944 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
16945
16946         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Don't require
16947         AC_HEADER_STAT.
16948         * m4/lchown.m4 (gl_FUNC_CHOWN): Likewise.
16949         (gl_PREREQ_CHOWN): Remove.
16950         * m4/lstat.m4 (gl_FUNC_LSTAT): Require AC_FUNC_LSTAT instead of calling
16951         it.  Don't require AC_HEADER_STAT.
16952         (gl_PREREQ_LSTAT): Remove.
16953         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Check stdint.h only once.
16954         Don't require AC_HEADER_STAT.
16955         * m4/rmdir.m4 (gl_FUNC_RMDIR): Don't require AC_HEADER_STAT.
16956         (gl_PREREQ_RMDIR): Remove.
16957         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Don't
16958         mention stat-macros.h or AC_HEADER_STAT, since we'll make
16959         the stat-macros module a prerequisite.
16960         * m4/file-type.m4 (gl_FILE_TYPE): Likewise.
16961         * m4/filemode.m4 (gl_FILEMODE): Likewise.
16962         * m4/makepath.m4 (gl_MAKEPATH): Likewise.
16963         * m4/modechange.m4 (gl_MODECHANGE): Likewise.
16964         * m4/clock_time.m4 (gl_CLOCK_TIME): Use gl_ rather than fetish_ for
16965         variable names.
16966         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Renamed from
16967         fetish_FUNC_RMDIR_NOTEMPTY.  All uses changed.  Use gl_ for
16968         variable prefixes.
16969         * m4/fcntl-safer.m4: Remove.
16970         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Use AC_LIBSOURCES and AC_LIBOBJ.
16971         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise.
16972         Invoke gl_PREREQ_FD_SAFER.
16973         (gl_PREREQ_FD_SAFER): New macro.
16974         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Check for siginterrupt.
16975         * m4/readutmp.m4 (gl_READUTMP): Require AC_C_INLINE.
16976         Use AC_CHECK_HEADERS_ONCE and AC_CHECK_FUNCS_ONCE when possible.
16977         Remove duplicate call to AC_LIBOBJ(readutmp).
16978         (gl_PREREQ_READUTMP): Remove.  All uses inlined.
16979
16980         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Check for message, not for
16981         MAP_ANON.  Problem reported by Moriyoshi Koizumi to bug-cvs.
16982
16983 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
16984
16985         * MODULES.html.sh (Misc): Add byteswap.
16986
16987 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
16988
16989         * modules/getcwd (Depends-on): Add extensions.
16990         * modules/openat (Depends-on): Likewise.
16991
16992 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
16993
16994         * modules/byteswap: New file.
16995
16996 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
16997
16998         * m4/byteswap.m4: New file.
16999
17000 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
17001
17002         * lib/byteswap_.h: New file.
17003
17004 2005-04-25  Karl Berry  <karl@gnu.org>
17005
17006         * m4/gettext.m4: Update from GNU gettext 0.14.4.
17007
17008 2005-04-25  Albert Chin  <china@thewrittenword.com>
17009
17010         * lib/regex.c: Include <stdio.h>, as a workaround to a Compaq Desktop
17011         Toolkit C bug.
17012
17013 2005-04-21  Oskar Liljeblad  <oskar@osk.mine.nu>
17014
17015         * gnulib-tool (Options): Add -s for --symlink/--symbolic.
17016         (func_ln_if_changed) Remove forcibly for no error message
17017         in case file does not exist.
17018
17019 2005-04-19  Simon Josefsson  <jas@extundo.com>
17020
17021         * gnulib-tool (Options): Make --symlink mean --symbolic.
17022
17023 2005-04-18  Oskar Liljeblad  <oskar@osk.mine.nu>
17024
17025         * doc/gnulib.texi (Initial import): Fix.  Mention --aux-dir.
17026
17027 2005-04-16  Simon Josefsson  <jas@extundo.com>
17028
17029         * modules/getpass-gnu (Makefile.am): Don't mention getpass.h.
17030
17031 2005-04-15  Simon Josefsson  <jas@extundo.com>
17032
17033         * m4/getpass.m4 (gl_FUNC_GETPASS): Use AC_LIBSOURCES.
17034
17035 2005-04-15  Simon Josefsson  <jas@extundo.com>
17036
17037         * gnulib-tool: Rename --symlink to --symbolic.
17038
17039 2005-04-15  Oskar Liljeblad  <oskar@osk.mine.nu>
17040
17041         * gnulib-tool: Add -s, --symlink option to gnulib-tool to make
17042         symbolic links to files instead of copying/moving.  Add --aux-dir,
17043         specifying directory relative --dir where auxiliary build tools
17044         are placed.
17045
17046 2005-04-14  Bruno Haible  <bruno@clisp.org>
17047
17048         * modules/allocsa (License): Change to LGPL.
17049         Requested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
17050
17051 2005-04-13  Paul Eggert  <eggert@cs.ucla.edu>
17052
17053         * lib/getdate.y (zone): Allow relunit_snumber after tZONE, so
17054         that "UTC +1 second" continues to work.  Problem reported
17055         by Dmitry V. Levin.
17056         (relunit_snumber): New rule.
17057         (relunit): Use it.
17058
17059 2005-04-12  Paul Eggert  <eggert@cs.ucla.edu>
17060
17061         * lib/getdate.y (universal_time_zone_table): New constant.
17062         (time_zone_table): Remove GMT, UT, UTC entries; they're now in
17063         universal_time_zone_table.
17064         (lookup_zone): Prefer universal_time_zone_table to
17065         local_time_zone_table, so that "GMT" time stamps are allowed in
17066         London during the summer.  Problem reported by Ian Abbott.
17067
17068 2005-04-12  Jim Meyering  <jim@meyering.net>
17069
17070         * lib/human.c (humblock): Set *options even when returning due to
17071         xstrtoumax conversion failure.  Thanks to a used-uninitialized
17072         warning from gcc-4.
17073
17074 2005-04-09  Jim Meyering  <jim@meyering.net>
17075
17076         * lib/posixtm.c (posixtime) [lint]: Avoid spurious warning from gcc-4's
17077         -Wuninitialized: initialize tm0.tm_year.
17078
17079 2005-04-04  Paul Eggert  <eggert@cs.ucla.edu>
17080
17081         * lib/getdate.y (parser_control): rels_seen is now a boolean, not a
17082         count, since there's no maximum.  All uses changed.
17083         Add member dsts_seen.
17084         (local_zone): Accumulate dsts_seen rather than relying on tm_isdst
17085         not being INT_MAX.
17086         (get_date): Initialize dsts_seen, and check that it doesn't go over 1.
17087         Use pc_rels_seen to decide whther a date is absolute.
17088
17089         * lib/getdate.y (number): Don't overwrite year.
17090         (get_date): Initialize pc.year.digits to 0, not 4, to enable above
17091         check.
17092
17093 2005-04-02  Simon Josefsson  <jas@extundo.com>
17094
17095         * lib/getaddrinfo.h: Fix OpenBSD compilation failure, inspired by tiny
17096         patch from Yoann Vandoorselaere <yoann@prelude-ids.org>.
17097
17098 2005-03-28  Eric Blake  <ebb9@byu.net>  (tiny change)
17099
17100         * m4/getcwd-path-max.m4: Return success on systems such as Cygwin
17101         where no absolute path name can be longer than PATH_MAX.
17102
17103 2005-03-27  Jim Meyering  <jim@meyering.net>
17104
17105         * lib/argmatch.c: Clarify comment: null-terminated -> NULL-terminated.
17106
17107 2005-03-26  Paul Eggert  <eggert@cs.ucla.edu>
17108
17109         * lib/intprops.h (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND):
17110         "one's complement" -> "ones' complement" in comment, as per Knuth.
17111         "value of type" -> "type or expression" in comment.
17112         * lib/mktime.c, strftime.c: Propagate intprops.h comment nits.
17113
17114 2005-03-26  Jim Meyering  <jim@meyering.net>
17115
17116         Comment nits.
17117         * lib/intprops.h: Add the apostrophe in `(one|two)'s complement'.
17118         Correct typos: s/or/of/.
17119
17120 2005-03-26  Jim Meyering  <jim@meyering.net>
17121
17122         * modules/check-include-files: Move to ../ and rename to...
17123         * check-module: ...this.
17124
17125 2005-03-25  Jim Meyering  <jim@meyering.net>
17126
17127         * modules/xvasprintf (Files): Add xalloc.h.
17128
17129 2005-03-23  Paul Eggert  <eggert@cs.ucla.edu>
17130
17131         * modules/gettext (Files): config/config.rpath ->
17132         build-aux/config.rpath
17133         * modules/iconv (Files): Likewise.
17134         Problem reported by Oskar Liljeblad.
17135
17136 2005-03-23  Jim Meyering  <jim@meyering.net>
17137
17138         * modules/check-include-files: New script to check for
17139         missing dependencies, multiple includes, etc.
17140
17141         * modules/c-strtold (Depends-on): Add xalloc.
17142         * modules/c-strtod (Depends-on): Add xalloc.
17143         * modules/hash (Depends-on): Add xalloc.
17144         (Files): Remove lib/xalloc.h.
17145
17146         * modules/gethrxtime (Files): Add lib/gethrxtime.h.
17147         * modules/userspec (Files): Add lib/inttostr.h.
17148
17149 2005-03-23  Jim Meyering  <jim@meyering.net>
17150
17151         * lib/canonicalize.c: Remove duplicate `#include "stat-macros.h"'.
17152
17153 2005-03-22  Jim Meyering  <jim@meyering.net>
17154
17155         * modules/stat-macros: New module.
17156         * modules/canonicalize, modules/euidaccess, modules/file-type,
17157         * modules/filemode, modules/lchown, modules/makepath,
17158         * modules/rmdir, modules/stat: Depend on new stat-macros module
17159         rather than listing lib/stat-macros.h manually.
17160         Don't add stat-macros.h to lib_SOURCES or list it in Files: section.
17161
17162 2005-03-22  Jim Meyering  <jim@meyering.net>
17163
17164         * m4/stat-macros.m4 (gl_STAT_MACROS): New file/macro.
17165
17166 2005-03-22  Bruno Haible  <bruno@clisp.org>
17167
17168         * config/srclist.txt: Replace target directory 'config' with
17169         'build-aux'.
17170         * config/config.guess, config.sub, config.rpath, depcomp, install-sh:
17171         * config/mdate-sh, missing, mkinstalldirs, texinfo.tex: Move to
17172         ../build-aux/.
17173
17174 2005-03-21  Paul Eggert  <eggert@cs.ucla.edu>
17175
17176         * modules/chdir-long (Depends-on): Add mempcpy.
17177
17178         * modules/acl, modules/backupfile, modules/c-strtod,
17179         modules/c-strtold, modules/canon-host, modules/canonicalize,
17180         modules/cloexec, modules/closeout, modules/dirfd, modules/dirname,
17181         modules/exclude, modules/exitfail, modules/file-type,
17182         modules/filemode, modules/fpending, modules/fsusage, modules/getcwd,
17183         modules/getdate, modules/getline, modules/getpagesize,
17184         modules/getpass, modules/getugroups, modules/group-member,
17185         modules/hard-locale, modules/hash, modules/human, modules/idcache,
17186         modules/inttostr, modules/long-options, modules/makepath,
17187         modules/md5, modules/memcasecmp, modules/memcoll,
17188         modules/modechange, modules/mountlist, modules/path-concat,
17189         modules/pathmax, modules/physmem, modules/posixtm, modules/posixver,
17190         modules/quote, modules/quotearg, modules/readtokens, modules/readutmp,
17191         modules/safe-read, modules/safe-write, modules/same, modules/savedir,
17192         modules/settime, modules/sha1, modules/sig2str, modules/strdup,
17193         modules/strftime, modules/strndup, modules/strverscmp,
17194         modules/timespec, modules/unlocked-io, modules/userspec,
17195         modules/utimecmp, modules/utimens, modules/xalloc, modules/xstrtol,
17196         modules/yesno:
17197         Remove lib_SOURCES line from Makefile.am section, as this is now
17198         done automatically by the corresponding Autoconf macro.
17199
17200 2005-03-21  Jim Meyering  <jim@meyering.net>
17201
17202         Changes imported from coreutils.
17203
17204         * lib/cycle-check.c: Don't include xalloc.h.
17205
17206         * lib/path-concat.c: Don't include assert.h.
17207         (path_concat): Remove assertion that would have triggered
17208         for ABASE starting with more than one slash.
17209         Reported by Andreas Schwab.
17210
17211         * lib/path-concat.c (path_concat): Set *BASE_IN_RESULT
17212         properly when ABASE is an absolute file name.
17213         Correct the description of this function.
17214         Include <assert.h>.
17215         Add an assertion and a test driver.
17216         This fixes a bug introduced on 2004-07-02.
17217         Andreas Schwab reported the resulting failure of cp --parents:
17218         http://lists.gnu.org/archive/html/bug-coreutils/2005-01/msg00130.html
17219
17220 2005-03-21  Jim Meyering  <jim@meyering.net>
17221
17222         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Invoke gl_FUNC_MEMRCHR.
17223         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Check for memrchr decl.
17224
17225 2005-03-21  Jim Meyering  <jim@meyering.net>
17226         and  Paul Eggert  <eggert@cs.ucla.edu>
17227
17228         * m4/acl.m4, m4/backupfile.m4, m4/c-strtod.m4, m4/canon-host.m4,
17229         m4/canonicalize.m4, m4/cloexec.m4, m4/closeout.m4, m4/dirfd.m4,
17230         m4/dirname.m4, m4/exclude.m4, m4/exitfail.m4, m4/file-type.m4,
17231         m4/filemode.m4, m4/fpending.m4, m4/fsusage.m4, m4/getcwd.m4,
17232         m4/getdate.m4, m4/getline.m4, m4/getpagesize.m4, m4/getpass.m4,
17233         m4/getugroups.m4, m4/group-member.m4, m4/hard-locale.m4, m4/hash.m4,
17234         m4/human.m4, m4/idcache.m4, m4/inttostr.m4, m4/long-options.m4,
17235         m4/makepath.m4, m4/md5.m4, m4/memcasecmp.m4, m4/memcoll.m4,
17236         m4/modechange.m4, m4/mountlist.m4, m4/nanosleep.m4, m4/path-concat.m4,
17237         m4/pathmax.m4, m4/physmem.m4, m4/posixtm.m4, m4/posixver.m4,
17238         m4/quote.m4, m4/quotearg.m4, m4/readtokens.m4, m4/readutmp.m4,
17239         m4/safe-read.m4, m4/safe-write.m4, m4/same.m4, m4/savedir.m4,
17240         m4/settime.m4, m4/sha1.m4, m4/sig2str.m4, m4/strdup.m4, m4/strftime.m4,
17241         m4/strndup.m4, m4/strverscmp.m4, m4/timespec.m4, m4/unlocked-io.m4,
17242         m4/userspec.m4, m4/utimecmp.m4, m4/utimens.m4, m4/xalloc.m4,
17243         m4/xnanosleep.m4, m4/xstrtol.m4, m4/yesno.m4:
17244         Use AC_LIBSOURCES and AC_LIBOBJ to indicate source and object files
17245         for these modules.
17246
17247 2005-03-18  Paul Eggert  <eggert@cs.ucla.edu>
17248
17249         * lib/strftime.c (my_strftime): If the underlying strftime returns 0
17250         (which shouldn't happen), generate nothing instead of returning 0
17251         immediately, so that nstrftime (NULL, ...) doesn't return 0.
17252
17253 2005-03-16  Bruno Haible  <bruno@clisp.org>
17254
17255         * modules/stdint (Makefile.am): Use HAVE_LONG_LONG_64BIT instead of
17256         HAVE_LONGLONG_64BIT.
17257
17258 2005-03-16  Bruno Haible  <bruno@clisp.org>
17259
17260         * m4/stdint.m4 (gl_STDINT_H): Define HAVE_LONG_LONG_64BIT instead of
17261         HAVE_LONGLONG_64BIT.
17262
17263 2005-03-16  Bruno Haible  <bruno@clisp.org>
17264
17265         * lib/stdint_.h: Use HAVE_LONG_LONG_64BIT instead of
17266         HAVE_LONGLONG_64BIT.
17267
17268 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
17269
17270         * lib/strftime.c (my_strftime): Prepend space to format so that we can
17271         reliably distinguish strftime failure from empty output on POSIX
17272         hosts.
17273
17274 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
17275
17276         * lib/iconvme.c (SIZE_MAX): New macro, if not already defined.
17277         (iconv_string): Don't guess a size-zero buffer, as that might cause
17278         buffer overrun.  Instead, avoid multiplying by MB_LEN_MAX if the
17279         result would be 'too large', where 'too large' is (heuristically)
17280         the square root of SIZE_MAX, divided by MB_LEN_MAX to allay
17281         overflow concerns.  This will prevent some unwanted malloc failures
17282         when the inputs are very large.
17283
17284 2005-03-15  Karl Berry  <karl@gnu.org>
17285
17286         * config/srclist.txt (config.rpath): from gettext.
17287         * config/config.rpath: update.
17288
17289 2005-03-15  Bruno Haible  <bruno@clisp.org>
17290
17291         * lib/regex.c (byte_re_match_2_internal): Rename local variable 'not'
17292         to 'negate'.
17293
17294         * lib/regex.c (byte_re_match_2_internal): Reduce scope of same_str_p
17295         variable.
17296
17297         * lib/regex.c (EXTEND_BUFFER, regcomp): Cast the realloc/malloc
17298         results.
17299
17300 2005-03-14  Simon Josefsson  <jas@extundo.com>
17301
17302         * lib/timegm.h: Use proper prototype CPP guards, reported by Dave Love
17303         <fx@gnu.org>.
17304
17305 2005-03-14  Paul Eggert  <eggert@cs.ucla.edu>
17306
17307         * lib/mktime.c (TYPE_TWOS_COMPLEMENT, TYPE_ONES_COMPLEMENT,
17308         TYPE_SIGNED_MAGNITUDE, TYPE_MINIMUM, TYPE_MAXIMUM): Sync from
17309         intprops.h.
17310         * lib/strtol.c: Likewise.
17311
17312 2005-03-14  Jim Meyering  <jim@meyering.net>
17313
17314         * lib/strftime.c (my_strftime) [HAVE_STRFTIME && ! (_NL_CURRENT
17315         && HAVE_STRUCT_ERA_ENTRY)]: Initialize the first byte of ubuf[]
17316         to be nonzero so that we (and caller) can detect the difference
17317         between a valid zero-length expansion and an error return, even
17318         when the underlying strftime fails before writing anything into
17319         that location.
17320
17321 2005-03-14  Bruno Haible  <bruno@clisp.org>
17322
17323         * m4/lib-link.m4, gettext.m4, nls.m4, po.m4:
17324         Update from GNU gettext 0.14.3.
17325
17326 2005-03-10  Jim Meyering  <jim@meyering.net>
17327
17328         * m4/save-cwd.m4 (gl_SAVE_CWD): Check for fchdir.
17329
17330 2005-03-10  Jim Meyering  <jim@meyering.net>
17331
17332         * lib/save-cwd.c [!HAVE_FCHDIR]: Define open, fchdir, and chdir_long
17333         so that this module works on systems without fchdir.
17334
17335 2005-03-09  Paul Eggert  <eggert@cs.ucla.edu>
17336
17337         Factor int-properties macros into a single file, except for
17338         glibc-related files.
17339         * lib/intprops.h: New file.
17340         * lib/getloadavg.c: Include it instead of limits.h.
17341         (INT_STRLEN_BOUND): Remove.
17342         * lib/human.c: Include intprops.h.
17343         (group_number): Use INT_STRLEN_BOUND instead of rolling it ourself.
17344         * lib/human.h (LONGEST_HUMAN_READABLE): Use 146/485 rather than
17345         302/1000.
17346         * lib/inttostr.h: Include intprops.h instead of limits.h.
17347         (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND): Remove.
17348         * lib/mktime.c (TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT): New macros,
17349         for consistency with intprops.h.
17350         (time_t_is_integer, twos_complement_arithmetic): Use them.
17351         * lib/sig2str.h: Include <signal.h>, intprops.h.
17352         (INT_STRLEN_BOUND): Remove.
17353         * lib/strftime.c (TYPE_SIGNED): Remove.
17354         (INT_STRLEN_BOUND): Switch to same implementation as intprops.h.
17355         * lib/strtol.c: Adjust comments to match intprops.h.
17356         * lib/userspec.c: Include intprops.h.
17357         (TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Remove.
17358         * lib/utimecmp.c, xnanosleep.c, xstrtol.c: Likewise.
17359         * lib/utimecmp.c (utimecmp): Use TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT
17360         instead of rolling our own expressions.
17361         * lib/xstrtol.c: Include xstrtol.h first, to test interface.
17362
17363         * lib/strftime.c: Include <stdbool.h>.  Use bool where appropriate,
17364         instead of int.
17365         (my_strftime): Do not mishandle years close to INT_MAX, by doing
17366         the right thing even if adding 1900 would overflow.  Similarly
17367         for tm_mon + 1 and tm_yday + 1.
17368         Make %Y always equivalent to %C%y, and similarly for %G and %g.
17369         (DO_NUMBER, DO_NUMBER_SPACEPAD): Set digits to d, not a conditional.
17370         (DO_SIGNED_NUMBER): New macro.
17371         (my_strftime) [HAVE_TZNAME]: Don't dump core if tp->tm_dst > 1.
17372
17373 2005-03-07  Bruno Haible  <bruno@clisp.org>
17374
17375         * m4/mmap-anon.m4 (MAP_FILE, MAP_FAILED): Remove definitions.
17376
17377 2005-03-07  Bruno Haible  <bruno@clisp.org>
17378
17379         * lib/pagealign_alloc.c (MAP_FILE, MAP_FAILED): Define fallbacks.
17380
17381 2005-03-04  Derek R. Price  <derek@ximbiot.com>
17382
17383         * gnulib-tool (func_cp_if_changed, func_mv_if_changed): New functions.
17384         (func_import): Only replace files via --import when they have actually
17385         changed.
17386
17387 2005-03-03  Derek R. Price  <derek@ximbiot.com>
17388
17389         * m4/mmap-anon.m4: New file.
17390         * m4/pagealign_alloc.m4: New file.
17391
17392 2005-03-03  Derek R. Price  <derek@ximbiot.com>
17393             Bruno Haible  <bruno@clisp.org>
17394
17395         * modules/pagealign_alloc: New file.
17396         * MODULES.html.sh (Memory management functions): Add pagealign_alloc.
17397
17398 2005-03-03  Derek R. Price  <derek@ximbiot.com>
17399             Bruno Haible  <bruno@clisp.org>
17400
17401         * lib/pagealign_alloc.h: New file.
17402         * lib/pagealign_alloc.c: New file.
17403
17404 2005-03-03  Bruno Haible  <bruno@clisp.org>
17405
17406         * m4/inttypes.m4, isc-posix.m4, once-only.m4:
17407         Use an all-permissive copyright notice, recommended by RMS.
17408
17409 2005-03-02  Bruno Haible  <bruno@clisp.org>
17410
17411         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Undo the replacement here. Because
17412         of AIX, the replacement has to be done only after <string.h> is
17413         included, therefore not in config.h. stpncpy.h does the replacement,
17414         and stpncpy.c uses it.
17415
17416 2005-03-02  Bruno Haible  <bruno@clisp.org>
17417
17418         * lib/stpncpy.h (stpncpy): Define as a macro without arguments, so that
17419         stpncpy.c uses it.
17420
17421 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
17422
17423         Remove workaround for bug in Linux kernel 2.6.8 or thereabouts.
17424         The workaround isn't strictly needed for POSIX conformance, and
17425         it's too much of a pain to configure and maintain.  We'll ask
17426         people to fix their kernels instead.
17427         * lib/xnanosleep.c: Don't include gethrxtime.h or xtime.h.
17428         (NANOSLEEP_BUG_WORKAROUND): Remove.
17429         (xnanosleep): Remove the workaround.
17430
17431 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
17432
17433         * modules/gettime (Makefile.am): Remove lib_SOURCES line.
17434         Reported by Derek Price.
17435         (Include): Add "timespec.h".
17436
17437         * modules/xnanosleep (Depends-on): Remove gethrxtime.
17438
17439 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
17440
17441         * m4/xnanosleep.m4 (gl_XNANOSLEEP): Remove configuration attempting
17442         to detect nanosleep bug.
17443
17444 2005-03-01  Bruno Haible  <bruno@clisp.org>
17445
17446         * lib/vasnprintf.c (EOVERFLOW): Define to a fallback if needed.
17447
17448 2005-02-26  Paul Eggert  <eggert@cs.ucla.edu>
17449
17450         * modules/gethrxtime: New file.
17451         * modules/xnanosleep (Files): Add m4/xnanosleep.m4.
17452         (Depends-on): Add gethrxtime.
17453         (configure.ac): Add gl_XNANOSLEEP.
17454         (Makefile.am): Remove lib_SOURCES line.
17455
17456 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
17457
17458         * m4/gethrxtime.m4, m4/xnanosleep.m4: New files.
17459         * m4/gettime.m4 (gl_GETTIME): Check for nanotime.
17460
17461 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
17462
17463         * lib/gethrxtime.h, lib/gethrxtime.c, lib/xtime.h: New files.
17464         * lib/timespec.h (gettime): Return void, since it always
17465         succeeds now.  All uses changed.
17466         * lib/gettime.c (gettime) Likewise.
17467         [HAVE_NANOTIME]: Prefer nanotime.
17468         Assume gettimeofday succeeds, as POSIX requires.
17469         Assime time () succeeds, since other code already does.
17470         * lib/xnanosleep.c: Include xtime.h and gethrxtime.h, not xalloc.h.
17471         (timespec_subtract): Remove.
17472         (NANOSLEEP_BUG_WORKAROUND): New constant.
17473         (xnanosleep): Use gethrxtime rather than gettime; this simplifies
17474         things considerably.  Use it only on GNU/Linux hosts, since the
17475         workaround shouldn't be needed elsewhere.
17476
17477 2005-02-24  Bruno Haible  <bruno@clisp.org>
17478
17479         * modules/gettext (Files): Add m4/glibc2.m4.
17480
17481 2005-02-24  Bruno Haible  <bruno@clisp.org>
17482
17483         * m4/gettext.m4, intdiv0.m4, intmax.m4, inttypes-pri.m4, lcmessage.m4:
17484         * m4/lib-link.m4, lib-prefix.m4, nls.m4, po.m4, printf-posix.m4:
17485         * m4/progtest.m4:
17486         Update from GNU gettext 0.14.2.
17487         * m4/glibc2.m4: New file, from GNU gettext 0.14.2.
17488
17489 2005-02-24  Bruno Haible  <bruno@clisp.org>
17490
17491         * lib/localcharset.c: Update from GNU gettext 0.14.2.
17492         * lib/config.charset: Update from GNU gettext 0.14.2.
17493
17494 2005-02-24  Bruno Haible  <bruno@clisp.org>
17495
17496         * lib/gettext.h: Update from GNU gettext 0.14.2.
17497
17498 2005-02-23  Simon Josefsson  <jas@extundo.com>
17499
17500         * m4/iconvme.m4: New file.
17501
17502 2005-02-23  Jim Meyering  <jim@meyering.net>
17503
17504         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Revert yesteday's
17505         change.
17506         Thanks to Bruno Haible for catching it.
17507
17508 2005-02-22  Simon Josefsson  <jas@extundo.com>
17509
17510         * modules/iconvme: New file.
17511
17512         * MODULES.html.sh: Add iconvme.
17513
17514 2005-02-22  Simon Josefsson  <jas@extundo.com>
17515
17516         * lib/iconvme.h, lib/iconvme.c: New files, from libc.
17517
17518 2005-02-22  Simon Josefsson  <jas@extundo.com>
17519
17520         * config/srclist.txt: Sync iconvme.h, iconvme.c from libc.
17521
17522 2005-02-22  Jim Meyering  <jim@meyering.net>
17523
17524         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Fix typo:
17525         s/ifndef/ifdef/.
17526
17527 2005-02-20  Neil Conway  <neilc@samurai.com>
17528
17529         * lib/xgethostname.c (xgethostname): Check for ENOMEM, which is
17530         returned by OSX/Darwin if the specified buffer is not large
17531         enough for the hostname.
17532
17533 2005-02-03  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
17534
17535         * lib/argp-help.c (__argp_help): Create a fake struct argp_state and
17536         pass it to _help, otherwise the latter coredumps trying to
17537         dereference state.root_argp.
17538
17539 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
17540
17541         * modules/chdir-long (Depends-on): Add memrchr.
17542         * modules/memrchr (Files): Add lib/memrchr.h.
17543         (Include): "memrchr.h".
17544
17545 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
17546
17547         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Add AC_LIBSOURCES, for memrchr.h.
17548
17549 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
17550
17551         * lib/memrchr.h: New file.
17552         * lib/chdir-long.c: Include it.
17553         * lib/memrchr.c [!defined _LIBC]: Include it rather than <string.h>
17554         Don't bother including stddef.h.
17555
17556 2005-02-01  Paul Eggert  <eggert@cs.ucla.edu>
17557
17558         * lib/mountlist.h (MOUNTLIST_H_): New macro, to protect against double
17559         inclusion.
17560         Include <sys/types.h>, for dev_t.
17561         (ME_DUMMY, ME_REMOTE): Move from here....
17562         * lib/mountlist.c (ME_DUMMY, ME_REMOTE): To here.
17563         (ME_DUMMY): Count "subfs" as a dummy.  Problem reported by
17564         Dmitry V. Levin.
17565         Include mountlist.h first, to test the interface.
17566
17567 2005-01-29  Bruno Haible  <bruno@clisp.org>
17568
17569         * lib/progname.c (program_name): Initialize.
17570         Needed when linking statically on MacOS X.
17571
17572 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
17573
17574         Sync from coreutils.
17575         * modules/getloadavg (Files): Remove m4/getloadavg.m4.
17576         (Depends-on): Add c-strtod.
17577         (configure.ac): Replace gl_FUNC_GETLOADAVG with AC_FUNC_GETLOADAVG.
17578
17579 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
17580
17581         Sync from coreutils.
17582         * m4/getloadavg.m4, glibc.m4, search-libs.m4: Remove.
17583
17584         Remove files that are specific to coreutils.
17585         * m4/check-decl.m4, jm-macros.m4, lib-check.m4, prereq.m4: Remove.
17586
17587 2005-01-28  Bruno Haible  <bruno@clisp.org>
17588
17589         * modules/javacomp: New file.
17590         * MODULES.html.sh (Java): Add javacomp.
17591
17592 2005-01-28  Bruno Haible  <bruno@clisp.org>
17593
17594         * m4/javacomp.m4: New file, from GNU gettext.
17595
17596 2005-01-28  Bruno Haible  <bruno@clisp.org>
17597
17598         * lib/javacomp.sh.in: New file, from GNU gettext.
17599         * lib/javacomp.h: New file, from GNU gettext.
17600         * lib/javacomp.c: New file, from GNU gettext.
17601
17602 2005-01-26  Simon Josefsson  <jas@extundo.com>
17603
17604         * lib/gai_strerror.c: Use GPL in header.
17605
17606 2005-01-26  Bruno Haible  <bruno@clisp.org>
17607
17608         * modules/javaexec: New file.
17609         * MODULES.html.sh (Java): Add javaexec.
17610
17611 2005-01-26  Bruno Haible  <bruno@clisp.org>
17612
17613         * m4/javaexec.m4: New file, from GNU gettext.
17614
17615 2005-01-26  Bruno Haible  <bruno@clisp.org>
17616
17617         * lib/javaexec.sh.in: New file, from GNU gettext.
17618         * lib/javaexec.h: New file, from GNU gettext.
17619         * lib/javaexec.c: New file, from GNU gettext.
17620
17621 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
17622
17623         * modules/lchown (Depends-on): Remove lchown.h
17624
17625 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
17626
17627         * m4/sysexits.m4 (gl_SYSEXITS): Reverted logic. SYSEXITS_H
17628         must be defined if the header file was not found, in order
17629         to provide a replacement. Reported by Todd Vierling <tv@duh.org>
17630
17631 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
17632
17633         * lib/argp-help.c (hol_entry_help): Avoid using non-constant
17634         initializers for struct pentry_state.
17635         (__argp_error): Check return value of __asprintf
17636         (__argp_failure): Translate error message
17637
17638         * lib/argp-parse.c: Removed braces around the expansion of N_()
17639
17640 2005-01-23  Paul Eggert  <eggert@cs.ucla.edu>
17641
17642         * m4/acl.m4, afs.m4, alloca.m4, argp.m4, assert.m4, atexit.m4,
17643         backupfile.m4, base64.m4, bison.m4, c-bs-a.m4, c-stack.m4,
17644         c-strtod.m4, calloc.m4, canon-host.m4, canonicalize.m4,
17645         clock_time.m4, cloexec.m4, closeout.m4, d-ino.m4, d-type.m4,
17646         dirfd.m4, dirname.m4, dos.m4, dup2.m4, error.m4, euidaccess.m4,
17647         exclude.m4, exitfail.m4, extensions.m4, fcntl-safer.m4,
17648         file-type.m4, fileblocks.m4, filemode.m4, fnmatch.m4, fpending.m4,
17649         free.m4, fstypename.m4, fsusage.m4, ftruncate.m4, getaddrinfo.m4,
17650         getcwd-path-max.m4, getcwd.m4, getdate.m4, getdomainname.m4,
17651         getgroups.m4, gethostname.m4, getline.m4, getndelim2.m4,
17652         getnline.m4, getopt.m4, getpagesize.m4, getpass.m4, getsubopt.m4,
17653         gettime.m4, gettimeofday.m4, getugroups.m4, getusershell.m4,
17654         group-member.m4, hard-locale.m4, hash.m4, host-os.m4, human.m4,
17655         idcache.m4, inttostr.m4, isdir.m4, jm-winsz1.m4, jm-winsz2.m4,
17656         link-follow.m4, long-options.m4, ls-mntd-fs.m4, lstat.m4,
17657         makepath.m4, mathl.m4, md5.m4, memcasecmp.m4, memchr.m4,
17658         memcmp.m4, memcoll.m4, memcpy.m4, memmem.m4, memmove.m4,
17659         memrchr.m4, memset.m4, mkdir-slash.m4, mkstemp.m4, mktime.m4,
17660         modechange.m4, mountlist.m4, nanosleep.m4, obstack.m4,
17661         path-concat.m4, pathmax.m4, perl.m4, physmem.m4, poll.m4,
17662         posixtm.m4, posixver.m4, putenv.m4, quote.m4, quotearg.m4,
17663         readdir.m4, readtokens.m4, readutmp.m4, regex.m4, rename.m4,
17664         restrict.m4, rmdir-errno.m4, rmdir.m4, rpmatch.m4, same.m4,
17665         savedir.m4, settime.m4, sha1.m4, sig2str.m4, snprintf.m4,
17666         sockpfaf.m4, st_dm_mode.m4, st_mtim.m4, stat.m4, stdint.m4,
17667         stdio-safer.m4, strchrnul.m4, strdup.m4, strerror.m4,
17668         strerror_r.m4, strftime.m4, strndup.m4, strnlen.m4, strsep.m4,
17669         strtod.m4, strtoimax.m4, strtok_r.m4, strtol.m4, strtoll.m4,
17670         strtoul.m4, strtoull.m4, strtoumax.m4, strverscmp.m4, sysexits.m4,
17671         time_r.m4, timegm.m4, timespec.m4, tm_gmtoff.m4, tzset.m4,
17672         uint32_t.m4, uintptr_t.m4, unistd-safer.m4, unlink-busy.m4,
17673         unlocked-io.m4, uptime.m4, userspec.m4, utimbuf.m4, utime.m4,
17674         utimecmp.m4, utimens.m4, utimes-null.m4, vsnprintf.m4, xalloc.m4,
17675         xgetcwd.m4, xreadlink.m4, xstrndup.m4, xstrtod.m4, xstrtoimax.m4,
17676         xstrtol.m4, xstrtoumax.m4, yesno.m4:
17677         Use an all-permissive copyright notice, recommended by RMS.
17678
17679 2005-01-21  Paul Eggert  <eggert@cs.ucla.edu>
17680
17681         * modules/chdir-long (Depends-on): Remove mempcpy.
17682
17683 2005-01-21  Jim Meyering  <jim@meyering.net>
17684
17685         * lib/openat.h (AT_SYMLINK_NOFOLLOW): Define to 4096, so it's the
17686         same value as for Solaris 9.
17687
17688         * lib/chdir-long.c (chdir_long): Rewrite to remove limitation on
17689         component length.  This included changing the parameter to be
17690         of type `char *' rather than `char const *'.
17691         * lib/chdir-long.h (chdir_long): Update prototype.
17692
17693         * lib/openat.c (fdopendir, fstatat): New functions.
17694         * lib/openat.h: Include headers required for use of DIR and struct
17695         stat.
17696         [AT_SYMLINK_NOFOLLOW]: Define.
17697         (fdopendir, fstatat): Add prototypes.
17698
17699 2005-01-21  Bruno Haible  <bruno@clisp.org>
17700
17701         * modules/classpath: New file.
17702         * MODULES.html.sh (Java): Add classpath.
17703
17704 2005-01-21  Bruno Haible  <bruno@clisp.org>
17705
17706         * lib/classpath.h: New file, from GNU gettext.
17707         * lib/classpath.c: New file, from GNU gettext.
17708
17709 2005-01-20  Simon Josefsson  <jas@extundo.com>
17710
17711         * modules/version-etc-fsf: New file.
17712
17713 2005-01-20  Simon Josefsson  <jas@extundo.com>
17714
17715         * lib/version-etc-fsf.c: New file, with version_etc_copyright.
17716         * lib/version-etc.c: Remove version_etc_copyright.
17717         * lib/version-etc.h (version_etc_copyright): Use [] instead of * in
17718         prototype, suggested by Paul Eggert <eggert@CS.UCLA.EDU>.
17719
17720 2005-01-20  Simon Josefsson  <jas@extundo.com>
17721
17722         * lib/base64.h (isbase64): Add.
17723
17724         * lib/base64.c (isb64): Rename to isbase64, use to_uchar instead of
17725         using a unsigned prototype, don't inline.
17726         (base64_decode): Use it.
17727
17728 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
17729
17730         * m4/save-cwd.m4 (gl_SAVE_CWD): Remove check for fcntl; we now assume
17731         it.
17732
17733 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
17734
17735         * lib/save-cwd.c (save_cwd): Remove code to support the case
17736         where fchdir is missing or flaky.
17737
17738 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
17739
17740         * MODULES.html.sh (Command-line arguments): Add version-etc-fsf.
17741
17742 2005-01-19  Paul Eggert  <eggert@cs.ucla.edu>
17743
17744         * modules/mempcpy (Makefile.am): Remove mention of mempcpy.h;
17745         AC_LIBSOURCES now does this.
17746         * MODULES.html.sh (Sizes of integer types <limits.h>): New element,
17747         with new ullong_max module.
17748
17749 2005-01-19  Bruno Haible  <bruno@clisp.org>
17750
17751         * modules/sh-quote: New file.
17752         * MODULES.html.sh (Executing programs): Add sh-quote.
17753
17754 2005-01-19  Bruno Haible  <bruno@clisp.org>
17755
17756         * lib/sh-quote.h: New file, from GNU gettext.
17757         * lib/sh-quote.c: New file, from GNU gettext.
17758
17759 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
17760
17761         Merge from coreutils.
17762         * m4/ullong_max.m4: New file.
17763         * m4/jm-macros.m4 (gl_MACROS): Require gl_ULLONG_MAX.
17764         (gl_MACROS): Assume localeconv exists.
17765
17766 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
17767
17768         Merge changes from coreutils, as described below in several
17769         changelogs dated today.
17770
17771         * lib/save-cwd.c: Include "save-cwd.h" before other include files.
17772         (O_DIRECTORY): Remove; not needed here, since "." must be
17773         a directory.  All uses removed.
17774         (save_cwd): Use __sgi || __sun, not sun || __sun.  __sun is
17775         universal on Suns, and we also need to test for IRIX.
17776         Revamp code to use 'if' rather than '#if'.
17777         Avoid unnecessary comparison of cwd->desc to 0.
17778
17779         * lib/utimens.c (futimens): Robustify the previous patch, by checking
17780         for known valid error numbers rather than observed invalid ones.
17781
17782 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
17783
17784         * modules/ullong_max: New file.
17785
17786         * modules/chdir-long, modules/openat: New files.
17787         * modules/save-cwd (Depends-on): Depend on chdir-long.
17788         (Makefile.am): Remove lib_SOURCES; now handled by AC_LIBSOURCES.
17789
17790 2005-01-18  Jim Meyering  <jim@meyering.net>
17791
17792         Merge from coreutils.
17793         * m4/chdir-long.m4, m4/openat.m4: New files.
17794         * m4/save-cwd.m4 (gl_SAVE_CWD): Add AC_LIBSOURCES for save-cwd.c,
17795         save-cwd.h.  Add AC_LIBOBJ for save-cwd.
17796         * m4/chown.m4 (gl_FUNC_CHOWN): When cross-compiling, assume that chown
17797         is sane and DOES follow symlinks.  Besides, testing 20 different
17798         systems found no broken chown implementations.
17799         Prompted by a change in rsync's copy of this macro.
17800         * m4/jm-macros.m4 (gl_MACROS): Require gl_FUNC_CHDIR_LONG.
17801
17802         * m4/lchown.m4 (gl_FUNC_LCHOWN): Use AC_LIBSOURCES.
17803
17804         * m4/utimes.m4: Work around tests/touch/empty-file failure on a system
17805         (sparc64, Linux-2.4.28, glibc-2.3.3) that didn't honor utimes'
17806         NULL-means-set-to-current-time semantics.
17807         Remove temporary file immediately, rather than waiting
17808         for configure's at-exit trap code to do it.
17809
17810 2005-01-18  Jim Meyering  <jim@meyering.net>
17811
17812         * lib/version-etc.c (version_etc_copyright): Update copyright date.
17813
17814         * lib/utimens.c (futimens): Account for the fact that futimes
17815         can also fail with errno == ENOSYS or errno == ENOENT.
17816         Patch from Dmitry V. Levin.
17817
17818         Change the name of the robust chdir function from chdir to chdir_long.
17819         * lib/save-cwd.c: Include chdir-long.h rather than chdir.h.
17820         (restore_cwd): Use chdir_long, not chdir.
17821         * lib/chdir-long.c: Renamed from chdir.c.
17822         * lib/chdir-long.h: Renamed from chdir.h.
17823         [!defined PATH_MAX]: Define chdir_long to chdir on systems like the
17824         Hurd.
17825
17826 2005-01-18  Bruno Haible  <bruno@clisp.org>
17827
17828         * m4/allocsa.m4, m4/codeset.m4, m4/copy-file.m4, m4/eaccess.m4:
17829         * m4/eealloc.m4, m4/eoverflow.m4, m4/execute.m4, m4/fatal-signal.m4:
17830         * m4/findprog.m4, m4/glibc21.m4, m4/iconv.m4, m4/intmax_t.m4:
17831         * m4/inttypes_h.m4, m4/lib-ld.m4, m4/lib-link.m4, m4/lib-prefix.m4:
17832         * m4/linebreak.m4, m4/localcharset.m4, m4/longdouble.m4:
17833         * m4/longlong.m4, m4/mbrtowc.m4, m4/mbstate_t.m4, m4/mbswidth.m4:
17834         * m4/mkdtemp.m4, m4/pipe.m4, m4/readlink.m4, m4/safe-read.m4:
17835         * m4/safe-write.m4, m4/setenv.m4, m4/sig_atomic_t.m4:
17836         * m4/signalblocking.m4, m4/signed.m4, m4/size_max.m4, m4/ssize_t.m4:
17837         * m4/stdbool.m4, m4/stdint_h.m4, m4/stpcpy.m4, m4/stpncpy.m4:
17838         * m4/strcase.m4, m4/strcspn.m4, m4/strpbrk.m4, m4/strstr.m4:
17839         * m4/ucs4-utf.m4, m4/uintmax_t.m4, m4/ulonglong.m4, m4/unicodeio.m4:
17840         * m4/utf-ucs4.m4, m4/vasnprintf.m4, m4/vasprintf.m4:
17841         * m4/wait-process.m4, m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4:
17842         Use an all-permissive copyright notice, recommended by RMS.
17843
17844 2005-01-18  Bob Proulx  <bob@proulx.com>
17845
17846         * lib/obstack.c [DEFAULT_ALIGNMENT]: Use an intermediate type to
17847         simplify offsetof() macro construct to avoid compile failure with
17848         native HP-UX 11.0 ANSI C compiler.
17849
17850 2005-01-17  Bruno Haible  <bruno@clisp.org>
17851
17852         * lib/stpncpy.c: Remove HAVE_STPNCPY and gnu_stpncpy renaming,
17853         redundant because stpncpy.m4 takes care of it.
17854
17855 2005-01-17  Bruno Haible  <bruno@clisp.org>
17856
17857         * lib/progreloc.c: Include xalloc.h instead of xmalloc.h.
17858
17859 2005-01-17  Bruno Haible  <bruno@clisp.org>
17860
17861         * lib/progreloc.c (xstrdup): Define as strdup if no xmalloc should be
17862         used.
17863
17864 2005-01-17  Bruno Haible  <bruno@clisp.org>
17865
17866         * lib/fwriteerror.h (fwriteerror): Change specification to include
17867         fclose.
17868         * lib/fwriteerror.c: Include <stdbool.h>.
17869         (fwriteerror): At the end, close the file stream. Record whether
17870         stdout was already closed.
17871
17872 2005-01-17  Bruno Haible  <bruno@clisp.org>
17873
17874         * lib/execute.c (environ): Declare if needed.
17875         * lib/pipe.c (environ): Likewise.
17876         Reported by Michael Schloh von Bennewitz <michael.schloh@cw.com>.
17877
17878 2005-01-11  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
17879
17880         * modules/argp: Depend on vsnprintf
17881
17882 2005-01-10  Jim Meyering  <jim@meyering.net>
17883
17884         * modules/closeout (Depends-on): Add atexit.
17885
17886 2005-01-06  Bruno Haible  <bruno@clisp.org>
17887
17888         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Rename stpncpy to gnu_stpncpy here.
17889
17890 2005-01-04  Paul Eggert  <eggert@cs.ucla.edu>
17891
17892         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Move these conditional
17893         definitions to be after all include files, to avoid collisions.
17894         Problem reported by Bob Proulx.
17895
17896 2005-01-04  Jim Meyering  <jim@meyering.net>
17897
17898         Changes imported from coreutils.
17899         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Rather than using "conftestXXXXXX"
17900         as the mkstemp template, use a temporary directory and an
17901         8.3-friendly template to avoid trouble on systems like DJGPP.
17902         Reported by Juan M. Guerrero via Stepan Kasal.
17903         * m4/(gl_FUNC_MKSTEMP): Include <unistd.h> for the declaration of
17904         close. Remove the temporary directory right away, rather than waiting
17905         for configure's at-exit trap code to do it.
17906         Suggestion from Stepan Kasal.
17907
17908 2005-01-01  Simon Josefsson  <jas@extundo.com>
17909
17910         * gnulib-tool: Print #include directives when --import'ing.
17911
17912 2004-12-28  Simon Josefsson  <jas@extundo.com>
17913
17914         * tests/test-base64.c: Include required header files.  Remove
17915         unused variables.
17916
17917 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
17918
17919         * modules/error (Depends-on): Remove gettext.
17920
17921 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
17922
17923         * lib/error.c [!_LIBC && !ENABLE_NLS]: Do not include "gettext.h";
17924         not needed.  This removes a dependency on the gettext module.
17925         [defined _LIBC]: Do not include <libintl.h>; not needed.
17926
17927 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
17928
17929         * m4/c-strtod.m4 (gl_C99_STRTOLD): New macro.
17930         (gl_C_STRTOD): Use it instead of AC_CHECK_DECLS_ONCE(strtold).
17931
17932 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
17933
17934         * lib/c-strtod.c (STRTOD): Depend on HAVE_C99_STRTOLD, not
17935         HAVE_DECL_STRTOLD.
17936
17937 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
17938
17939         * modules/getdate (Depends-on): Remove alloca-opt.
17940
17941 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
17942
17943         * m4/getdate.m4 (gl_GETDATE): Remove AC_FUNC_ALLOCA.
17944
17945 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
17946
17947         * lib/argp-parse.c: Include <stddef.h>.
17948         (alignof, alignto): New macros.
17949         (parser_init): Don't assume that void * is aligned sufficiently
17950         for struct option.
17951
17952         * lib/getdate.y (YYSTACK_USE_ALLOCA): Define to 0, since there's no
17953         need to extend the stack.
17954         (YYINITDEPTH): New macro, so that the initial stack isn't overly
17955         large.
17956
17957 2004-12-22  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
17958
17959         * lib/argp-parse.c (parser_init): Avoid arithmetics on void pointers.
17960
17961 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
17962
17963         * modules/regex (lib_SOURCES): Remove regex.c, undoing previous
17964         (2004-10-24) change.  Apparently this was a false alarm.
17965
17966         * modules/getdate: Depend on alloca-opt, not alloca.
17967
17968 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
17969
17970         * lib/alloca_.h: Conditionalize on _GNULIB_ALLOCA_H, not _ALLOCA_H.
17971         Remove now-obsolete comment about AIX.
17972         * lib/getdate.y: Include <alloca.h> only if HAVE_ALLOCA.
17973         (YYSTACK_USE_ALLOCA): Define to 0 if !HAVE_ALLOCA.
17974         (YYMAXDEPTH): New macro.
17975
17976 2004-12-18  Simon Josefsson  <jas@extundo.com>
17977
17978         * modules/alloca: Depend on alloca-opt, instead of duplicating it.
17979
17980 2004-12-18  Bruno Haible  <bruno@clisp.org>
17981
17982         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Also test for sigaction.
17983
17984 2004-12-18  Bruno Haible  <bruno@clisp.org>
17985
17986         * lib/fatal-signal.c (fatal_signals): Make non-const.
17987         (init_fatal_signals): New function.
17988         (uninstall_handlers, install_handlers): Ignore signals that were set to
17989         SIG_IGN.
17990         (at_fatal_signal): Call init_fatal_signals.
17991         (init_fatal_signal_set): Likewise. Ignore signals that were set to
17992         SIG_IGN.
17993         Reported by Paul Eggert.
17994
17995 2004-12-18  Bruno Haible  <bruno@clisp.org>
17996
17997         * doc/alloca.texi: New file.
17998         * doc/alloca-opt.texi: New file.
17999
18000 2004-12-17  Jim Meyering  <jim@meyering.net>
18001
18002         * config/install-sh: Use `(exit N); exit N', not `(exit N); exit'.
18003         Otherwise, install-sh could exit with improper exit status when
18004         exiting via a trapped interrupt.  Thanks to a report from Bob Proulx.
18005
18006 2004-12-16  Simon Josefsson  <jas@extundo.com>
18007
18008         * tests/test-base64.c: Add license.
18009
18010 2004-12-15  Stepan Kasal  <address@hidden>
18011
18012         * gnulib-tool (func_emit_lib_Makefile_am): Shorten a long sed command.
18013
18014 2004-12-12  Paul Eggert  <eggert@cs.ucla.edu>
18015
18016         * modules/getcwd (Files): Add m4/d-ino.m4.
18017         Suggested by Mark D. Baushke.
18018
18019 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
18020
18021         * lib/getdate.y (textint): New member "negative".
18022         (time_zone_hhmm): New function.
18023         Expect 14 shift-reduce conflicts, not 13.
18024         (o_colon_minutes): New rule.
18025         (time, zone): Use it to add support for +HH:MM, UTC+HH:MM.
18026         (yylex): Set the "negative" member of signed numbers.
18027
18028 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
18029
18030         * doc/getdate.texi (Time of day items, Time zone items):
18031         Describe new formats +00:00, UTC+00:00.
18032
18033 2004-12-07  Paul Eggert  <eggert@cs.ucla.edu>
18034
18035         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Fix typo in previous change:
18036         spurious "-l"s.  Problem reported by Stepan Kasal.
18037
18038 2004-12-06  Paul Eggert  <eggert@cs.ucla.edu>
18039
18040         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): New macro, to work around bug
18041         in Autoconf 2.59.  Problem reported by Mark D. Baushke.
18042
18043 2004-12-04  Simon Josefsson  <jas@extundo.com>
18044
18045         * modules/getaddrinfo (License): Add LGPL, reported by Yoann
18046         Vandoorselaere <yoann@prelude-ids.org>.
18047
18048 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
18049
18050         Changes imported from coreutils.
18051         * m4/hard-locale.m4 (gl_HARD_LOCALE): Assume locale.h and setlocale
18052         exist.
18053         * m4/human.m4 (gl_HUMAN): Assume locale.h and localeconv exist.
18054
18055 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
18056
18057         Changes imported from coreutils.
18058         * lib/hard-locale.c: Assume <locale.h> exists.
18059         Include "strdup.h".
18060         (GLIBC_VERSION): New macro.
18061         (hard_locale): Assume setlocale exists.
18062         Rewrite to avoid #ifdef.
18063         Use strdup rather than malloc + strcpy.
18064         * lib/human.c: Assume <locale.h> exists.
18065         (human_readable): Assume localeconv exists.
18066
18067 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
18068
18069         * modules/hard-locale (Depends-on): Add strdup.
18070
18071 2004-12-01  Jakub Jelinek  <jakub@redhat.com>
18072
18073         * lib/mktime.c (__mktime_internal): If SEC_REQUESTED != SEC,
18074         convert T2, not T.  (Imported from libc.)
18075
18076 2004-11-30  Simon Josefsson  <jas@extundo.com>
18077
18078         * modules/restrict (License): Change to LGPL.
18079
18080 2004-11-30  Simon Josefsson  <jas@extundo.com>
18081
18082         * m4/restrict.m4: Add copyright and copying conditions.
18083
18084 2004-11-30  Simon Josefsson  <jas@extundo.com>
18085
18086         * m4/base64.m4: New file.
18087
18088 2004-11-30  Simon Josefsson  <jas@extundo.com>
18089
18090         * MODULES.html.sh (Extra functions based on ANSI C 89): Add
18091         base64.
18092
18093         * tests/test-base64.c: New file.
18094
18095         * modules/base64: New file.
18096
18097 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
18098
18099         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX):
18100         Define HAVE_PARTLY_WORKING_GETCWD if getcwd is partly working.
18101
18102         * m4/readutmp.m4 (gl_READUTMP): Don't check for sys/param.h.
18103
18104 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
18105
18106         * lib/getcwd.c (is_ENAMETOOLONG): New macro.
18107         (__getcwd.c): Don't restore errno; glibc doesn't.
18108         [HAVE_PARTLY_WORKING_GETCWD && !defined AT_FDCWD]: Try system getcwd
18109         first, falling back to our code only if its results look suspicious.
18110         Ensure that the resulting buffer is only as large as necessary.
18111
18112         * lib/readutmp.c: Include readutmp.h first.
18113         Include <errno.h>, since readutmp.h no longer does that.
18114         * lib/readutmp.h: Don't include <errno.h>,
18115         <sys/param.h>, <time.h>; not needed to establish interface.
18116         (errno): Remove decl.
18117         (HAVE_STRUCT_XTMP_UT_TYPE): Remove; no longer needed.
18118         (UT_TYPE_EQ, UT_TYPE_NOT_DEFINED, UT_TYPE_BOOT_TIME,
18119         UT_TYPE_USER_PROCESS, IS_USER_PROCESS): New macros.
18120
18121 2004-11-28  Simon Josefsson  <jas@extundo.com>
18122
18123         * lib/base64.h, base64.c: New file.
18124
18125 2004-11-27  Paul Eggert  <eggert@cs.ucla.edu>
18126
18127         * lib/getcwd.h: New file, which I forgot to check in on 2004-11-25.
18128
18129 2004-11-26  Paul Eggert  <eggert@cs.ucla.edu>
18130
18131         * modules/getcwd (Files): Add lib/getcwd.h, m4/getcwd.m4.
18132         (Depends-on): Remove pathmax, same.  Add mempcpy.
18133         (configure.ac): GL_FUNC_GETCWD_PATH_MAX -> gl_FUNC_GETCWD.
18134         (Makefile.am): Append getcwd.h to lib_SOURCES.
18135         (Include): Add getcwd.h.
18136         (Maintainer): Change from Jim Meyering to "all, glibc",
18137         since getdate now uses intended-for-glibc code.
18138         * modules/xgetcwd (Files): Remove m4/getcwd.m4.
18139         (Depends-on): Depend on getcwd.  Do not depend on pathmax.
18140
18141 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
18142
18143         Fix problems reported by Scott S. Tinsley for HP-UX 11.11 using
18144         HP's ANSI C compiler.
18145         * lib/fsusage.c (statvfs) [HAVE_SYS_STATVFS_H]: Remove decl.
18146         Declaring int functions causes warnings on some modern systems and
18147         shouldn't be needed to compile on ancient ones.
18148         * lib/same.c (MIN) [defined MIN]: Don't define, since it's already
18149         defined.
18150
18151         * lib/getcwd.c: Replace by a copy of glibc/sysdeps/posix/getcwd.c, but
18152         with the following changes.
18153         (__set_errno): Parenthesize properly.
18154         Include <stdbool.h>.
18155         (MIN, MAX, MATCHING_INO): New macros.
18156         (__getcwd): Define with prototype, not K&R form.
18157         Use heuristics to allocate default buffer on stack if possible.
18158         If AT_FDCWD is defined, use openat and fstatat to avoid O(N**2)
18159         behavior, and to avoid the PATH_MAX limit when computing
18160         ../../../../...
18161         Use MATCHING_INO to compare inode number to file.
18162         Check for arithmetic overflow in size calculations.
18163         Fix bug in reallocation of dot array that caused getcwd to fail
18164         on directories nested deeper than 75.
18165         Be more careful about saving errno on error.
18166         Do not use realloc; use only free+malloc, as this is a bit
18167         more flexible and avoids a needless copy operation.
18168         Do not inspect st_dev and st_ino for symbolic links; POSIX
18169         doesn't specify the latter.
18170         Check for closedir errors.
18171         Avoid needless casts.
18172         Use "#ifdef weak_alias" around weak_alias, to be like other
18173         glibc code.
18174         The following changes to getcwd.c have effect only when used in
18175         gnulib; they have no effect inside glibc proper.
18176         (#pragma alloca) [defined _AIX && !defined __GNUC__]: Remove,
18177         as alloca isn't used.
18178         (alloca, __alloca): Likewise.
18179         [!_LIBC]: Include "getcwd.h", "mempcpy.h".
18180         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
18181         unconditionally, as gnulib assumes C89 or better.
18182         Do not include <sys/param.h>.
18183         (errno) [!defined __GNU_LIBRARY__ && !defined STDC_HEADERS]: Remove
18184         no-longer-necessary 'extern int errno' decl; gnulib assumes C89 or
18185         better.
18186         (NULL) [!defined NULL]: Remove; we assume C89 or better.
18187         Include <dirent.h> in a way that is compatible with modern Autoconf.
18188         (_D_ALLOC_NAMELEN, _D_EXACT_NAMLEN):
18189         New macros, if not already defined.
18190         Include <unistd.h> if _LIBC, not if __GNU_LIBRARY__.
18191         Use "_LIBC", not "defined _LIBC", for consistency.
18192         (HAVE_MEMPCPY): Remove; no longer needed now that gnulib has
18193         a mempcpy module.
18194         (__lstat, __closedir, __opendir, __readdir) [!_LIBC]: New macros.
18195         (GETCWD_RETURN_TYPE): Remove.  All uses replaced by char *.
18196         * lib/xgetcwd.c: David MacKenzie's old code was removed, so give
18197         credit only to Jim Meyering and adjust the copyright dates.
18198         Do not include <limits.h>, <stdio.h>, <sys/types.h>,
18199         <stdlib.h>, <unistd.h>, "pathmax.h".
18200         Instead, include "xgetcwd.h" (first) and "getcwd.h".
18201         (INITIAL_BUFFER_SIZE): Remove.
18202         (xgetcwd): Rely on getcwd, since we now depend on a reliable one.
18203
18204 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
18205
18206         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Renamed from
18207         GL_FUNC_GETCWD_PATH_MAX for consistency.  All uses changed.
18208         Use the _ONCE methods, for efficiency.
18209         Check for fcntl.h.  In test program, include <errno.h>
18210         and <fcntl.h> if available.  Remove old K&R cruft from
18211         test program.  Check for common errors in GNU/Linux,
18212         OpenBSD, and Solaris.  Just set gl_cv_func_getcwd_path_max;
18213         don't do AC_LIBOBJ, as that's getcwd.m4's job.
18214         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL): Renamed from
18215         AC_FUNC_GETCWD_NULL.  All used changed.  Change cache variable
18216         name accordingly.
18217         (gl_FUNC_GETCWD, gl_PREREQ_GETCWD): New macros.  Revamp to
18218         accommodate new getcwd.c.
18219         * m4/jm-macros.m4 (gl_MACROS): Don't require GL_FUNC_GETCWD_PATH_MAX.
18220         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_MEMPCPY.
18221         * m4/xgetcwd.m4 (gl_XGETCWD): Replace with gl_FUNC_GETCWD, since
18222         that's all we need now.
18223
18224 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
18225
18226         * m4/argp.m4 (gl_ARGP): Require gl_GETOPT_SUBSTITUTE unconditionally:
18227         argp-parse.c depends on getopt internals, that means we should
18228         always use our getopt, to be on the safe side.
18229         * m4/getopt.m4 (gl_GETOPT): Check if GETOPT_H is already set, in
18230         order not to spoil the result of an eventual previous invocation
18231         of gl_GETOPT_SUBSTITUTE.
18232
18233 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
18234
18235         * lib/getopt_.h: Re-addition of __getopt_argv_const caused
18236         redefinition warnings. To avoid them, include the defines
18237         in `#if !defined __need_getopt ... #endif'. The only place
18238         where __getopt_argv_const is used is in definitions
18239         of getopt_long and getopt_long_only below, which are as well
18240         protected by `#ifndef __need_getopt'.
18241         [defined __GETOPT_PREFIX && !defined __need_getopt]: Undef
18242         __need_getopt after including <stdio.h> and <unistd.h> These
18243         headers might have defined it.
18244
18245 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
18246
18247         * m4/utimens.m4 (gl_UTIMENS): Check for futimes function.
18248
18249 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
18250
18251         * lib/utimens.c (__attribute__, ATTRIBUTE_UNUSED): New macros.
18252         (futimens): New function, which uses futimes if available.
18253         (futimens, utimens): Support timespec==NULL, with same semantics
18254         as utime and utimens.
18255         * lib/utimens.h (futimens): New decl.
18256
18257 2004-11-23  Jim Meyering  <jim@meyering.net>
18258
18259         * lib/getopt_.h: Remove trailing blanks.
18260
18261 2004-11-23  Jim Meyering  <jim@meyering.net>
18262
18263         * lib/__fpending.c: Add comment.
18264
18265 2004-11-22  Paul Eggert  <eggert@cs.ucla.edu>
18266
18267         * modules/canonicalize (Depends-on): Add xreadlink.
18268         Problem reported by James Youngman.
18269
18270 2004-11-20  Paul Eggert  <eggert@cs.ucla.edu>
18271
18272         * lib/getopt_.h (__GETOPT_CONCAT, __GETOPT_XCONCAT, __GETOPT_ID):
18273         New macros.
18274         (getopt, getopt_long, getopt_long_only, optarg, opterr, optind,
18275         optopt): Use them instead of invoking ## directly; otherwise, the
18276         symbols will be __GETOPT_PREFIXgetopt rather than rpl_getopt.
18277
18278 2004-11-19  Bruno Haible  <bruno@clisp.org>
18279
18280         * lib/strtok_r.c: Move comments from here...
18281         * lib/strtok_r.h: ... to here.
18282
18283 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
18284
18285         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Check for buggy calloc
18286         implementations that mishandle size_t overflow.
18287
18288 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
18289
18290         * lib/realloc.c (rpl_realloc): Call 'free' if n==0, since realloc
18291         might fail.  Problem reported by Yoann Vandoorselaere.
18292         * lib/calloc.c (rpl_calloc): Defend against buggy calloc
18293         implementations that mishandle size_t overflow.
18294
18295 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
18296
18297         * modules/canon-host (Depends-on): Add strdup.
18298
18299 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
18300
18301         * m4/canon-host.m4 (gl_CANON_HOST): Check for getaddrinfo.
18302
18303 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
18304
18305         * lib/canon-host.c: Include "strdup.h".
18306         (canon_host): Use getaddrinfo if available, so that IPv6 works.
18307         Use strdup instead of malloc/strcpy to duplicate strings.
18308
18309         * lib/human.h (LONGEST_HUMAN_READABLE): Add 1 for space before unit.
18310         (human_space_before_unit): New constant.
18311         * lib/human.c (human_readable): Support it.
18312
18313         * lib/xgetcwd.c: Include <limits.h>, for PATH_MAX.
18314         (xgetcwd): Set errno correctly when failing.
18315         Work around Solaris 9 bug: getcwd sets errno==ERANGE even though
18316         the failure is actually due to a PATH_MAX problem.
18317
18318         Further getopt changes to make it more likely that glibc will
18319         buy the changes back.
18320         * lib/getopt.c (POSIXLY_CORRECT): New constant.
18321         (getopt): Use it, so to preserve glibc semantic
18322         * lib/getopt1.c (getopt_long, getopt_long_only): Arg is char * const *
18323         when compiling for libc.
18324         * lib/getopt_.h (__getopt_argv_const): Bring it back.
18325         (getopt_long, getopt_long_only): Use it.
18326
18327         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
18328         _getopt_internal): New arg POSIXLY_CORRECT.  All callers changed.
18329         (getopt): Argv is now char * const *, as per standard.
18330         (_getopt_internal_r, _getopt_internal): Argv is now char **,
18331         not char *__getopt_argv_const *.
18332         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
18333         _getopt_long_only_r): Likewise.
18334         * lib/getopt_.h (getopt, getopt_long, geopt_long_only): Likewise.
18335         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
18336         _getopt_long_r, _getopt_long_only_r): Likewise.
18337         * lib/getopt_.h (__getopt_argv_const): Remove.
18338         (getopt): Argv is now char * const *, as per standard.
18339
18340         * lib/getdate.y (tORDINAL): New token.
18341         (day, relunit): Allow it for relative times.
18342         (relative_time_table): Use tORDINAL for ordinals.
18343
18344 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
18345
18346         * doc/getdate.texi (General date syntax): "next" is 1, not 2.
18347         Document that "second" isn't allowed as an ordinal number.
18348
18349 2004-11-16  Jim Meyering  <jim@meyering.net>
18350
18351         * modules/closeout (Depends-on): Add fpending.
18352
18353 2004-11-15  Jim Meyering  <jim@meyering.net>
18354
18355         * lib/closeout.c: Include "__fpending.h" once again.
18356         Include <stdbool.h>.
18357         (close_stdout): Don't fail just because stdout was closed initially,
18358         since some programs don't write to stdout in the normal course of
18359         operation (other than --version and --help), and we don't want this
18360         function to make e.g. `touch file >&-' fail.
18361         But do fail if it was closed and someone has tried to write to it.
18362         E.g., `printf foo >&-' must fail.
18363
18364 2004-11-13  Jim Meyering  <jim@meyering.net>
18365
18366         * m4/jm-macros.m4: Do require gl_FUNC_FPENDING.
18367
18368 2004-11-12  Simon Josefsson  <jas@extundo.com>
18369
18370         * config/srclist.txt: Add strtok_r.c, glibc bought our changes, but a
18371         small doc fix is still pending.
18372
18373 2004-11-11  Simon Josefsson  <jas@extundo.com>
18374
18375         * modules/strtok_r: New file.
18376
18377         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
18378         strtok_r.
18379
18380 2004-11-11  Simon Josefsson  <jas@extundo.com>
18381
18382         * m4/strtok_r.m4: New file.
18383
18384         * m4/getopt.m4: Replace opterr.
18385
18386 2004-11-11  Simon Josefsson  <jas@extundo.com>
18387
18388         * lib/strtok_r.h, strtok_r.c: New file.
18389
18390 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
18391
18392         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): Define __GETOPT_PREFIX instead
18393         of replacing opterr, getopt, etc.  This should handle the
18394         powerpc-apple-darwin5.5 problem recently noted by Simon Josefsson.
18395
18396 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
18397
18398         * lib/getopt_.h (__getopt_argv_const): New macro, to be used so that
18399         we can stop lying to compilers about the constness of argv when we
18400         are compiled outside glibc.
18401         (getopt, getopt_long, getopt_long_only): Use it.
18402         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
18403         _getopt_internal, getopt): Likewise.
18404         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
18405         _getopt_long_only_r): Likewise.
18406         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
18407         _getopt_long_r, _getopt_long_only_r): Likewise.
18408
18409         * lib/getopt_.h [defined __GETOPT_PREFIX && !defined __need_getopt]:
18410         Include <stdlib.h> and <stdio.h>, and <unistd.h> if available.
18411         Then rename getopt to __GETOPT_PREFIX##getopt, and so forth for
18412         the other external symbols.
18413         (getopt) [!defined __GNU_LIBRARY]: Use prototype, not old-style
18414         declaration, since the above renaming now works around collisions.
18415
18416 2004-11-11  Jim Meyering  <jim@meyering.net>
18417
18418         * lib/linebreak.c: Remove trailing blanks.
18419         * lib/alloca_.h: Likewise.
18420         * lib/acosl.c: Likewise.
18421         * lib/euidaccess.c: Likewise.
18422         * lib/allocsa.h: Likewise.
18423
18424 2004-11-10  Simon Josefsson  <jas@extundo.com>
18425
18426         * m4/getaddrinfo.m4: New file.
18427
18428 2004-11-10  Simon Josefsson  <jas@extundo.com>
18429
18430         * lib/getaddrinfo.h, lib/getaddrinfo.c: New files.
18431
18432 2004-11-10  Simon Josefsson  <jas@extundo.com>
18433
18434         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
18435         getaddrinfo.
18436
18437         * modules/getaddrinfo: New file.
18438
18439 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
18440
18441         * m4/prereq.m4 (gl_PREREQ): Require gt_FUNC_SETENV.
18442
18443 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
18444
18445         * lib/mktime.c (SHR): New macro, which is a portable
18446         substitute for >> that should work even on Crays.
18447         (TIME_T_MIDPOINT, ydhms_diff, __mktime_internal): Use it.
18448         Problem reported by Mark D. Baushke in
18449         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00071.html>.
18450         * lib/getdate.y (SHR): Likewise.
18451         (tm_diff): Use it.
18452         * lib/strftime.c (SHR): Likewise.
18453         (tm_diff): Use it.
18454         * lib/quotearg.c (struct quoting_options): Use unsigned int for
18455         quote_these_too, so that right shifts are well defined.  All uses
18456         changed.
18457
18458 2004-11-10  Jim Meyering  <jim@meyering.net>
18459
18460         Ensure that no close failure goes unreported.
18461         * lib/closeout.c (close_stdout): Always close stdout.  I.e., don't
18462         return early when it seems there's nothing to flush.
18463         Don't include __fpending.h.
18464
18465 2004-11-10  Jim Meyering  <jim@meyering.net>
18466
18467         * modules/closeout (Depends-on): Remove fpending.
18468
18469 2004-11-10  Jim Meyering  <jim@meyering.net>
18470
18471         * m4/jm-macros.m4 (gl_MACROS): Don't require gl_FUNC_FPENDING.
18472
18473 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
18474
18475         * m4/strftime.m4 (_gl_STRFTIME_PREREQS): Remove.  Move its body to
18476         gl_FUNC_STRFTIME.
18477         (gl_FUNC_STRFTIME): Use AC_CHECK_FUNCS_ONCE and AC_CHECK_HEADERS_ONCE
18478         and AC_REQUIRE when possible, to avoid duplicate checks.
18479         Check for <wchar.h>.
18480
18481 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
18482
18483         * lib/strftime.c (DO_MULTIBYTE): Check for wchar.h, too.
18484
18485 2004-11-09  Bruno Haible  <bruno@clisp.org>
18486
18487         * m4/sockpfaf.m4: New file.
18488
18489 2004-11-05  Bruno Haible  <bruno@clisp.org>
18490
18491         * lib/readlink.c: Include stddef.h, needed for size_t on Woe32.
18492         Reported by Mark D. Baushke <mdb@cvshome.org>.
18493
18494 2004-11-04  Bruno Haible  <bruno@clisp.org>
18495
18496         2004-09-11  Bruno Haible  <bruno@clisp.org>
18497                 * allocsa.valgrind: New file.
18498         2004-02-06  Bruno Haible  <bruno@clisp.org>
18499                 * allocsa.h (sa_alignof): Define differently with HP-UX cc, to
18500                 avoid a bug of this cc on HP-UX 10.20 dealing with enums.
18501                 Reported by Christopher Seip <chris.seip@hp.com>.
18502
18503 2004-11-04  Bruno Haible  <bruno@clisp.org>
18504
18505         * modules/allocsa (Files): Add lib/allocsa.valgrind.
18506         (Makefile.am): Distribute it.
18507
18508 2004-11-03  Paul Eggert  <eggert@cs.ucla.edu>
18509
18510         * lib/xreadlink.c (xreadlink): AIX and HP-UX readlink return -1
18511         with errno == ERANGE if the buffer is too small.
18512         Problem reported by Mark D. Baushke.
18513
18514 2004-11-03  Albert Chin  <china@thewrittenword.com>
18515             Paul Eggert  <eggert@cs.ucla.edu>
18516
18517         * m4/uint32_t.m4 (gl_AC_TYPE_UINT32_T): When determining uint32_t
18518         equivalent, substitute $ac_type for equivalent type rather than
18519         blindly using uint32_t *always* which won't work if uint32_t is not
18520         available.  Define _UINT32_T to work around typedef of uint32_t if
18521         <sys/sched.h>, <pthread.h>, or <semaphore.h> used on Solaris
18522         2.5.1.
18523
18524 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
18525
18526         * m4/jm-macros.m4: Sync from coreutils.
18527         (gl_MACROS): Check for mbrlen, for pathchk.
18528         (gl_CHECK_ALL_TYPES): Require AC_TYPE_MBSTATE_T, for pathchk.
18529
18530 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
18531
18532         * lib/xreadlink.c (MAXSIZE): New macro.
18533         (xreadlink): Use it instead of SSIZE_MAX.  Ensure initial buffer
18534         size does not exceed MAXSIZE.  Avoid cast.
18535         As suggested by Mark D. Baushke in
18536         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00009.html>,
18537         if readlink fails with buffer size just under MAXSIZE, try again
18538         with MAXSIZE.
18539
18540 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
18541
18542         * config/srclist.txt: Add mktime.c; glibc bought all our changes.
18543
18544 2004-11-02  Derek R. Price  <derek@ximbiot.com>
18545         and  Paul Eggert  <eggert@cs.ucla.edu>
18546
18547         * lib/getdate.y [!TEST]: Include <stdio.h>, since we use sprintf now.
18548         (get_date): Overparenthesize to avoid GCC warning.
18549
18550 2004-11-02  Bruno Haible  <bruno@clisp.org>
18551
18552         * m4/setenv.m4 (gt_FUNC_SETENV): Define VOID_UNSETENV if unsetenv()
18553         returns void.
18554
18555 2004-11-02  Bruno Haible  <bruno@clisp.org>
18556
18557         * lib/setenv.h (unsetenv): Define as a macro if the system's unsetenv()
18558         function returns void.
18559
18560 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
18561
18562         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for declarations of
18563         fflush_unlocked, flockfile, funlockfile, funlockfile,
18564         fputs_unlocked, putc_unlocked.
18565
18566 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
18567
18568         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
18569         (funlockfile, fputs_unlocked, putc_unlocked): Don't define if
18570         already declared.
18571
18572 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
18573
18574         * modules/getdate (Files): Add doc/getdate.texi.
18575         (Depends-on): Add setenv, xalloc.
18576
18577 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
18578
18579         * lib/getdate.y: Add support for TZ="foo" within a date string.
18580         Fix some bugs near time_t boundaries.  Reject dates with
18581         out-of-range components, e.g., "Sept 31".
18582         Include <stdlib.h>, "setenv.h", "xalloc.h".
18583         (ISDIGIT_LOCALE): Remove; unused.
18584         Note that the TZ and time functions used here are not reentrant.
18585         (mktime_ok, get_tz): New functions.
18586         (TZBUFSIZE): New constant.
18587         (get_date): Parse leading TZ="foo".  Reject out-of-range components;.
18588         This requires that we sometimes generate our own TZ="XXX..." setting.
18589
18590 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
18591
18592         * doc/getdate.texi: New file, from coreutils with modifications for
18593         the new TZ parsing.
18594
18595 2004-10-27  Derek R. Price  <derek@ximbiot.com>
18596
18597         * lib/mktime.c (not_equal_tm): Remove redundant check.
18598
18599 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
18600
18601         * modules/regex (lib_SOURCES): Add regex.c.
18602         Reported by James Youngman in
18603         <http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00199.html>.
18604
18605 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
18606
18607         * lib/getdate.y: Use Bison 1.875 features, and some minor
18608         code cleanups.  This change does not affect semantics.
18609         Don't include <stdlib.h>; no longer needed.
18610         Don't include unlocked-io.h; only the "#if TEST" code uses
18611         stdio, and performance isn't crucial there.
18612         (PC, YYLEX_PARAM, YYPARSE_PARAM): Remove; replaced by
18613         Bison 1.875 features as described below.
18614         All uses of "PC." replaced by "pc->".
18615         (YYSTYPE): Add a forward declaration.
18616         (yylex, yyerror): Use full prototypes in forward decls.
18617         Use "%pure-parser" rather than obsolescent "%pure_parser".
18618         Use %parse-param and %lex-param instead of obsolescent
18619         YYPARSE_PARAM and YYLEX_PARAM.
18620         (meridian_table, month_and_day_table, time_units_table,
18621         relative_time_table, time_zone_table, military_table,
18622         lookup_zone, lookup_word, get_date):
18623         Use NULL instead of 0 where appropriate.
18624         (to_hour): Avoid abort (), to avoid a dependency on
18625         stdlib.h.
18626         (yyerror, yylex): Now accepts parser_control * arg.
18627         (main) [TEST]: Use '\0' rather than 0 for char.
18628
18629 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
18630
18631         * m4/getpagesize.m4 (gl_GETPAGESIZE): Check for <sys/param.h>.
18632
18633 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
18634
18635         * lib/getpagesize.c (getpagesize): Don't assume <sys/param.h> exists.
18636         It's now the caller's responsibility to handle the case where
18637         !HAVE_GETPAGESIZE && !defined getpagesize.
18638
18639         * lib/mktime.c (leapyear): Arg is long int, not int.
18640
18641 2004-10-18  Paul Eggert  <eggert@cs.ucla.edu>
18642
18643         * lib/argp-fs-xinl.c, argp-xinl.c: Update from glibc.
18644
18645 2004-10-17  Paul Eggert  <eggert@cs.ucla.edu>
18646
18647         * gnulib-tool (func_emit_lib_Makefile_am): Fix typo: a $ was
18648         missing.  Problem reported by James Youngman.
18649
18650 2004-10-16  Simon Josefsson  <jas@extundo.com>
18651
18652         * gnulib-tool: Fix comments.  Fix parse problem.
18653         (func_emit_lib_Makefile_am): Don't hard code a in libgl_a_SOURCES.
18654
18655 2004-10-15  Paul Eggert  <eggert@cs.ucla.edu>
18656
18657         * m4/getopt.m4 (gl_GETOPT): Detect and reject the incompatible BSD
18658         implementation of getopt_long.  Problem reported by Alexander Taler in:
18659         http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00103.html
18660
18661 2004-10-15  Bruno Haible  <bruno@clisp.org>
18662
18663         * gnulib-tool: Untabify. Initialize supplied_libname.
18664         (func_usage): More homogenous output.
18665         (func_modules_transitive_closure, func_modules_to_filelist,
18666         func_emit_lib_Makefile_am): New functions.
18667         (func_import): New function, extracted from big case statement. Use
18668         func_get_license, func_modules_transitive_closure,
18669         func_modules_to_filelist, func_emit_lib_Makefile_am. Initialize
18670         opt_lgpl. Don't use test -a, as it's not portable.
18671         (func_create_testdir): Use func_modules_transitive_closure,
18672         func_modules_to_filelist, func_emit_lib_Makefile_am.
18673
18674 2004-10-15  Bruno Haible  <bruno@clisp.org>
18675
18676         * gnulib-tool (func_import): Let gl_INIT define LTALLOCA when needed.
18677
18678 2004-10-15  Bruno Haible  <bruno@clisp.org>
18679
18680         * gnulib-tool (func_emit_lib_Makefile_am): Add markers to separate
18681         the portions belonging to each module.
18682         Suggested by Derek Robert Price <derek@ximbiot.com>.
18683
18684 2004-10-12  Simon Josefsson  <jas@extundo.com>
18685
18686         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
18687         (fputs_unlocked, putc_unlocked) [!_LIBCS && !USE_UNLOCKED_IO]: Map
18688         to real functions.
18689
18690 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
18691
18692         * modules/vsnprintf: New file.
18693
18694 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
18695
18696         * m4/vsnprintf.m4: New file.
18697
18698 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
18699
18700         * lib/vsnprintf.h: New file.
18701         * lib/vsnprintf.c: New file.
18702
18703 2004-10-11  Bruno Haible  <bruno@clisp.org>
18704
18705         * MODULES.html.sh (Support for systems lacking ISO C 99): Add
18706         vsnprintf.
18707
18708 2004-10-10  Paul Eggert  <eggert@cs.ucla.edu>
18709
18710         * config/srclistvars.sh: Add GNUSTANDARDS (for eggert only).
18711
18712 2004-10-07  Bruno Haible  <bruno@clisp.org>
18713
18714         * lib/snprintf.c (snprintf): Avoid a memory allocation if the result
18715         fits into the provided buffer.
18716
18717 2004-10-06  Paul Eggert  <eggert@cs.ucla.edu>
18718
18719         * lib/diacrit.c, diacrit.h: Add GPL notice.
18720
18721         * lib/atanl.c, logl.c: Add GPL notice, to match glibc's added LGPL
18722         notice.
18723         * lib/atanl.c (atanl): Keep the code as similar to glibc as possible.
18724         * lib/logl.c (logl): Keep the code as similar to glibc as possible.
18725         This avoids a potential constant-folding bug.
18726
18727 2004-10-05  Bruno Haible  <bruno@clisp.org>
18728
18729         * m4/strsep.m4 (gl_FUNC_STRSEP): Require AC_GNU_SOURCE. Don't check
18730         for the declaration of strsep.
18731
18732 2004-10-05  Bruno Haible  <bruno@clisp.org>
18733
18734         * lib/strsep.h: Don't declare strsep() if HAVE_STRSEP.
18735
18736 2004-10-04  Simon Josefsson  <jas@extundo.com>
18737
18738         * modules/memmem: New file.
18739         * tests/test-memmem.c: New file.
18740         * MODULES.html.sh (Extra functions based on ANSI C 89): Add memmem.
18741
18742 2004-10-04  Simon Josefsson  <jas@extundo.com>
18743
18744         * m4/memmem.m4: New file.
18745
18746 2004-10-04  Simon Josefsson  <jas@extundo.com>
18747
18748         * lib/memmem.h: New file.
18749         * lib/memmem.c: New file, taken from glibc.
18750
18751 2004-10-04  Simon Josefsson  <jas@extundo.com>
18752
18753         * lib/error.c, md5.c, regex.c: Use '#if USE_UNLOCKED_IO' instead of
18754         '#ifdef USE_UNLOCKED_IO'.
18755
18756 2004-10-04  Simon Josefsson  <jas@extundo.com>
18757
18758         * config/srclist.txt: Add memmem from glibc.
18759
18760 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
18761
18762         * modules/xalloc (Files, Makefile.am): Remove xstrdup.c.
18763
18764         * modules/argmatch, modules/argp, modules/closeout, modules/error,
18765         modules/exclude, modules/getdate, modules/getline,
18766         modules/getndelim2, modules/getpass, modules/getpass-gnu,
18767         modules/getusershell, modules/linebuffer, modules/md5,
18768         modules/mountlist, modules/posixtm, modules/readtokens,
18769         modules/readutmp, modules/regex, modules/sha1,
18770         modules/version-etc, modules/yesno:
18771         Remove dependency on unlocked-io.
18772
18773 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
18774
18775         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Remove.  All uses removed.
18776
18777         * m4/unlocked-io.m4: Add copyright notice.
18778         (gl_FUNC_GLIBC_UNLOCKED_IO): Define USE_UNLOCKED_IO.
18779
18780 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
18781
18782         * lib/xalloc.h (xmemdup): Renamed from xclone.  All uses changed.
18783         * lib/xmalloc.c (xmemdup): Likewise.
18784         * lib/xalloc.h (CCLONE, CLONE, NEW, XCALLOC, XMALLOC, XREALLOC,
18785         XFREE): Remove these long-obsolescent macros.
18786         * lib/xmalloc.c (xstrdup): Implementation moved here from xstrdup.c
18787         * lib/xstrdup.c: Remove.
18788
18789         * lib/regex.c (re_comp): Cast gettext return value to char *,
18790         Problem reported by Martin Neitzel via Mark D. Baushke.
18791
18792 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
18793
18794         * lib/argmatch.c, closeout.c, error.c, exclude.c, getdate.y,
18795         getndelim2.c, getpass.c, getusershell.c, linebuffer.c,
18796         md5.c, mountlist.c, posixtm.c, readtokens.c, readutmp.c,
18797         regex.c, sha1.c, version-etc.c, yesno.c:
18798         Include "unlocked-io.h" only if USE_UNLOCKED_IO.
18799         * lib/unlocked-io.h: Don't worry about USE_UNLOCKED_IO; that's now
18800         the includer's responsibility.
18801
18802         Sync from coreutils.
18803
18804         * lib/modechange.c (mode_compile): Don't decrement a pointer that
18805         points to the start of a string, as the C Standard says the
18806         resulting behavior is undefined.
18807
18808         * lib/backupfile.h (enum backuptype): Rename none -> no_backups,
18809         simple -> simple_backups, numbered_existing ->
18810         numbered_existing_backups, numbered -> numbered_backups
18811         to avoid shadowing problems.  All uses changed.
18812         * lib/argmatch.c (enum backuptype) [defined TEST]: Likewise.
18813         * lib/backupfile.c (check_extension, numbered_backup):
18814         Rename locals to avoid shadowing 'basename'.
18815         * lib/backupfile.h (VALID_BACKUP_TYPE): Don't evaluate arg more than
18816         once.
18817
18818         * lib/.cppi-disable: Add getopt_.h, getopt_int.h.
18819         * lib/.cvsignore: Add getopt.h.
18820
18821 2004-10-04  Bruno Haible  <bruno@clisp.org>
18822
18823         * modules/README: New file.
18824         * gnulib-tool (func_all_modules, func_verify_module): modules/README is
18825         not a module.
18826
18827 2004-10-02  Jim Meyering  <jim@meyering.net>
18828
18829         * lib/dirfd.h, getpagesize.h: Add copyright notice.
18830
18831 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
18832
18833         * modules/strsep: New file.
18834
18835 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
18836
18837         * m4/strsep.m4: New file.
18838
18839 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
18840
18841         * lib/strsep.h: New file.
18842         * lib/strsep.c: New file.
18843
18844 2004-10-01  Simon Josefsson  <jas@extundo.com>
18845
18846         * lib/snprintf.c (snprintf): Handle size==0.
18847
18848 2004-10-01  Simon Josefsson  <jas@extundo.com>
18849             Bruno Haible  <bruno@clisp.org>
18850
18851         * lib/snprintf.c: Include <stdarg.h>, <stdlib.h>, <string.h>.
18852         (snprintf): Declare 'args'.
18853
18854 2004-10-01  Paul Eggert  <eggert@cs.ucla.edu>
18855
18856         * lib/snprintf.c: Remove comments as to why each header is needed.
18857
18858 2004-10-01  Bruno Haible  <bruno@clisp.org>
18859
18860         * MODULES.html.sh: Add strsep.
18861
18862 2004-09-30  Simon Josefsson  <jas@extundo.com>
18863
18864         * modules/snprintf: New file.
18865
18866 2004-09-30  Simon Josefsson  <jas@extundo.com>
18867
18868         * m4/snprintf.m4: New file.
18869
18870 2004-09-30  Simon Josefsson  <jas@extundo.com>
18871
18872         * lib/snprintf.h, lib/snprintf.c: New files.
18873
18874 2004-09-30  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
18875
18876         * lib/argp-help.c (canon_doc_option): Fixed coredump if *name==NULL
18877         (hol_entry_help): Never translate an empty string.
18878         Do not translate option tag (opt->name) if OPTION_NO_TRANS is set
18879         * lib/argp.h (OPTION_NO_TRANS): New option.
18880
18881 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
18882
18883         * modules/argp (Maintainer): Replace Simon Josefsson
18884         by Sergey Poznyakoff.
18885
18886 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
18887
18888         * config/srclist.txt: Comment-out argp/argp.h, until we get the argp
18889         changes merged back into glibc.
18890
18891 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
18892
18893         * MODULES.html.sh (Support for systems lacking ISO C 99): Add snprintf.
18894
18895 2004-09-29  Oskar Liljeblad  <oskar@osk.mine.nu>
18896
18897         * lib/xvasprintf.c: Include xalloc.h.
18898         (xvasprintf): Use xalloc_die, not xmalloc_die.
18899
18900 2004-09-29  Bruno Haible  <bruno@clisp.org>
18901
18902         * modules/alloca-opt: New file, derived from modules/alloca.
18903         * modules/allocsa: Depend on alloca-opt instead of alloca.
18904         * modules/setenv: Likewise.
18905         * modules/vasnprintf: Likewise.
18906         * MODULES.html.sh: Add alloca-opt.
18907
18908 2004-09-28  Simon Josefsson  <jas@extundo.com>
18909
18910         * gnulib-tool: New parameter --lgpl, to asseert that modules are
18911         LGPL, and to replace license template from GPL to LGPL.
18912
18913 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
18914
18915         * modules/dummy: Change license to LGPL.
18916
18917 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
18918
18919         * lib/dummy.c: Change copyright notice to FSF, and license to GPL.
18920
18921 2004-09-24  Simon Josefsson  <jas@extundo.com>
18922
18923         * modules/minmax (License): Change from GPL to LGPL.
18924
18925 2004-09-23  Simon Josefsson  <jas@extundo.com>
18926
18927         * gnulib-tool (--import): Typo.
18928
18929 2004-09-23  Simon Josefsson  <jas@extundo.com>
18930
18931         * gnulib-tool (--import): Make sure *.m4 end up in m4/ by default.
18932
18933 2004-09-22  Bruno Haible  <bruno@clisp.org>
18934
18935         * modules/*: Add 'License' field.
18936         * gnulib-tool: Accept --extract-license option.
18937         (func_get_license): New function.
18938
18939 2004-09-21  Bruno Haible  <bruno@clisp.org>
18940
18941         * modules/vasnprintf (Files): Add m4/stdint_h.m4, m4/inttypes_h.m4.
18942         Reported by Simon Josefsson.
18943
18944 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
18945
18946         * modules/inttostr (Files): Add m4/longlong.m4, since it uses
18947         gl_AC_TYPE_LONG_LONG.
18948
18949 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
18950
18951         * config/srclist.txt: Add getsubopt.c, since libc bought our changes.
18952
18953 2004-09-18  Simon Josefsson  <jas@extundo.com>
18954         and  Paul Eggert  <eggert@cs.ucla.edu>
18955
18956         * gnulib-tool: Replace various ad-hoc automake/autoconf/aclocal
18957         calls with autoreconf.  Define GL_LIB.
18958
18959 2004-09-14  Karl Berry  <karl@gnu.org>
18960
18961         * config/srclist.txt: unsync setenv.c, sigh.
18962
18963 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
18964
18965         * lib/argp-pvh.c (argp_program_version_hook): Provide initial value.
18966         Problem reported by Bruno Haible in:
18967         http://lists.gnu.org/archive/html/bug-tar/2004-09/msg00023.html
18968
18969 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
18970
18971         * config/srclist.txt: Comment out argp-pvh.c.
18972
18973 2004-09-11  Paul Eggert  <eggert@cs.ucla.edu>
18974
18975         * lib/mempcpy.h: Wrap the entire include file inside #ifndef mempcpy,
18976         in case some system header has #define'd it.  Problem reported by
18977         Soeren D. Schulze in
18978         <http://lists.gnu.org/archive/html/bug-gnulib/2004-09/msg00017.html>.
18979
18980 2004-09-09  Karl Berry  <karl@gnu.org>
18981
18982         * regex.[ch]: delete from the root.  These were supposed to be
18983                 synced with emacs cvs, but this has not happened for about
18984                 a year, and anyway nothing else uses emacs regex.[ch].
18985                 bug-gnulib mail from Jeff Bailey, 9 Sep 2004 15:49:24 -0700.
18986                 lib/regex[.ch] is untouched.
18987
18988 2004-09-09  Bruno Haible  <bruno@clisp.org>
18989
18990         * modules/vasnprintf (Files): Add m4/eoverflow.m4.
18991
18992 2004-09-09  Bruno Haible  <bruno@clisp.org>
18993
18994         * m4/eoverflow.m4: New file, taken from GNU libiconv eilseq.m4 with
18995         modifications.
18996         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Require gl_EOVERFLOW.
18997
18998 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
18999
19000         * modules/xvasprintf: New file.
19001         * MODULES.html.sh (Extra functions based on ANSI C 89): Add vasprintf.
19002
19003 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
19004
19005         * lib/xvasprintf.h: New file.
19006         * lib/xvasprintf.c: New file.
19007         * lib/xasprintf.c: New file.
19008
19009 2004-09-08  Bruno Haible  <bruno@clisp.org>
19010
19011         * m4/stdint.m4: New file, taken from GNU clisp with modifications.
19012
19013 2004-09-08  Bruno Haible  <bruno@clisp.org>
19014
19015         * lib/vasnprintf.c (VASNPRINTF): Signal EOVERFLOW if the resulting
19016         length is > INT_MAX.
19017         * lib/vasprintf.c (vasprintf): Don't test for length > INT_MAX any
19018         more.
19019
19020 2004-09-08  Bruno Haible  <bruno@clisp.org>
19021
19022         * lib/stdint_.h: New file, taken from GNU clisp.
19023
19024 2004-09-08  Bruno Haible  <bruno@clisp.org>
19025             Oskar Liljeblad  <oskar@osk.mine.nu>
19026
19027         * modules/stdint: New file.
19028         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdint.
19029
19030 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
19031
19032         Import from coreutils.
19033         * lib/userspec.c: Don't use <alloca.h>, so that we don't use alloca on
19034         strings on unbounded length.  alloca's performance benefits aren't
19035         that important here.
19036         (V_STRDUP): Remove.
19037         (parse_with_separator): New function, with most of the internals
19038         of the old parse_user_spec.  Allow user to omit both user and group,
19039         for compatibility with FreeBSD.
19040         Clone only the user name, not the entire spec.
19041         Do not set *uid, *gid unless entirely successful.
19042         Avoid memory leak in some failing cases.
19043         Fix regression for USER.GROUP reported by Dmitry V. Levin in
19044         <http://lists.gnu.org/archive/html/bug-coreutils/2004-08/msg00102.html>
19045         (parse_user_spec): Rewrite to use parse_with_separator.
19046
19047 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
19048
19049         * modules/userspec: Don't depend on alloca.
19050
19051 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
19052
19053         * m4/userspec.m4 (gl_USERSPEC): Don't require AC_FUNC_ALLOCA.
19054
19055 2004-08-17  Paul Eggert  <eggert@cs.ucla.edu>
19056
19057         * MODULES.html.sh: Add xalloc-die, c-strtod, c-strtold, raise,
19058         readtokens0, getcwd, fcntl-safer, canonicalize, cycle-check,
19059         utimecmp, utimens, xnanosleep.  Rename sha to sha1.
19060
19061 2004-08-16  Simon Josefsson  <jas@extundo.com>
19062
19063         * gnulib-tool: Use sed instead of autoconf --trace, inspired by
19064         libtoolize behaviour by "Gary V. Vaughan" <gary@gnu.org>.
19065         Add --dry-run for --import.
19066         Let user provided command line parameters override configure.ac
19067         settings.
19068
19069 2004-08-12  Simon Josefsson  <jas@extundo.com>
19070
19071         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): New macro,
19072         as discussed with Paul Eggert in threads rooted at
19073         <http://lists.gnu.org/archive/html/bug-gnulib/2004-06/msg00039.html>
19074         and
19075         <http://lists.gnu.org/archive/html/bug-gnulib/2004-07/msg00001.html>.
19076         Before, the test was empty, and relied on ELIDE_CODE in source
19077         code.)
19078         (gl_PREREQ_GETOPT): New macro.
19079         (gl_GETOPT): Use them.
19080
19081 2004-08-12  Simon Josefsson  <jas@extundo.com>
19082
19083         * lib/getopt.c, getopt1.c: Remove ELIDE_CODE hack.
19084         * lib/getopt_.h: Renamed from getopt.h.
19085
19086 2004-08-12  Simon Josefsson  <jas@extundo.com>
19087
19088         * gnulib-tool: Add --source-base, --m4-base, --libtool options.
19089         Change default library name from libfoo to libgnu.
19090         Now, if you have a configure.ac that says:
19091                 gl_SOURCE_BASE(gl)
19092                 gl_M4_BASE(gl/m4)
19093                 gl_MODULES(error getopt etcetera)
19094                 gl_INIT
19095         you can import all you need by running:
19096                 ../gnulib/gnulib-tool --import
19097
19098         * modules/getopt (Files): Rename getopt.h to getopt_.h.
19099         (Makefile.am): Rewrite, use logic from argz.
19100         (Include): Use <getopt.h> instead of "getopt.h".
19101
19102 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
19103
19104         * modules/argp (Files): Add m4/unlocked-io.m4.
19105         (Depends-on): Add extensions.
19106
19107 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
19108
19109         * m4/argp.m4 (gl_ARGP): Do not check for argp.h or argp_parse; nobody
19110         uses HAVE_ARGP_H or HAVE_ARGP_PARSE.
19111         Require gl_FUNC_GLIBC_UNLOCKED_IO, gl_USE_SYSTEM_EXTENSIONS.
19112         Check for program_invocation_name, program_invocation_short_name,
19113         flockfile, funlockfile, features.h, _getopt_long_only_r.
19114
19115 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
19116
19117         * lib/argp-help.c, argp-parse.c: Use "gettext.h" instead of
19118         its complicated substitute.
19119         * lib/argp-help.c: Include <errno.h>, for program_invocation_short_name
19120         and program_invocation_name.
19121         (__argp_basename) [!_LIBC]: Remove; the only use was
19122         replaced by its body.
19123         (__argp_short_program_name): Change condition from
19124         !defined __argp_short_program_name to
19125         ! (defined _LIBC || HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME),
19126         to match argp-namefrob.h.
19127         (__argp_failure): Don't assume strerror_r returns char *.
19128         * lib/argp-parse.c (N_): Define unconditionally.
19129         (argp_default_options): Fill out initializers with 0 to avoid
19130         gcc warnings.
19131
19132 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
19133
19134         * config/srclist.txt: Remove getopt.c, getopt.h (renamed to getopt_.h),
19135         getopt1.c.
19136
19137 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
19138
19139         Merge from coreutils.
19140
19141         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for wmemchr and wmemcpy.
19142
19143         * m4/obstack.m4 (gl_PREREQ_OBSTACK): Require
19144         gl_AC_HEADER_INTTYPES_H, gl_AC_HEADER_STDINT_H, gl_AC_TYPE_UINTMAX_T.
19145
19146 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
19147
19148         Merge from coreutils.
19149
19150         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Don't set to 1 if missing
19151         wmemchr or wmemcpy.  Problem reported by Robert Dahlem
19152         for Reliant Unix 5.43.
19153
19154         * lib/obstack.c: Include <inttypes.h> and <stdint.h> if available.
19155         (union fooround): Use uintmax_t, not long int.
19156         The rest is a merge from libc:
19157         [defined _LIBC]: Include <shlib-compat.h>.
19158         (_obstack) [defined _LIBC]: Remove after 2.3.4.
19159
19160         * lib/settime.c (settime): Recode to avoid warning with
19161         Sun Forte C 6U2.
19162
19163         * lib/strverscmp.c: Convert to UTF-8.
19164
19165 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
19166
19167         * modules/obstack (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
19168         m4/uintmax_t.m4.
19169
19170 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
19171
19172         * modules/xalloc-die: New file.
19173         * modules/xalloc: Remove dependencies on error, gettext, exitfail.
19174
19175         * modules/md5 (Files): Add m4/uint32_t.m4.
19176         * modules/sha1: Renamed from modules/sha.
19177         (Files):
19178         Rename lib/sha.h to lib/sha1.h.
19179         Rename lib/sha.c to lib/sha1.c.
19180         Rename m4/sha.m4 to m4/sha1.m4.
19181         (lib_SOURCES): Likewise.
19182         (configure.ac): Rename gl_SHA to gl_SHA1.
19183         (Include): sha.h -> sha1.h.
19184
19185 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
19186
19187         * m4/uint32_t.m4, m4/uintptr_t.m4: New files.
19188         * m4/sha1.m4: Renamed from sha.m4.
19189         (gl_SHA1): Renamed from gl_SHA.  All uses changed.
19190
19191 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
19192
19193         * lib/obstack.h (obstack_empty_p):
19194         Don't assume that chunk->contents is suitably aligned.
19195         * lib/obstack.c (_obstack_begin, _obstack_begin_1, _obstack_newchunk):
19196         Likewise. Problem reported by Benno in
19197         <http://sources.redhat.com/ml/libc-alpha/2004-08/msg00055.html>.
19198
19199         * lib/chown.c (rpl_chown): Work even if the file is writeable but not
19200         readable.  This could be improved further but it'd take some work.
19201
19202 2004-08-08  Simon Josefsson  <jas@extundo.com>
19203
19204         * modules/xgethostname (Depends-on): Remove exit and error (not
19205         used).
19206
19207         * modules/getpass-gnu: Add getpass.h.
19208         (Depends-on): Add stdbool.
19209         * modules/getpass: Add getpass.h.
19210
19211 2004-08-08  Simon Josefsson  <jas@extundo.com>
19212
19213         * m4/getpass.m4 (gl_FUNC_GETPASS, gl_FUNC_GETPASS_GNU):
19214         Check getpass declaration.
19215
19216 2004-08-08  Simon Josefsson  <jas@extundo.com>
19217
19218         * lib/xgethostname.c: Don't include error.h (not used).
19219
19220         * lib/getpass.h: Add.
19221         * lib/getpass.c: Include getpass.h first.
19222
19223 2004-08-08  Paul Eggert  <eggert@cs.ucla.edu>
19224
19225         * lib/xalloc-die.c: New file.
19226         * lib/xalloc.h (xalloc_fail_func, xalloc_msg_memory_exhausted): Remove.
19227         All uses removed.
19228         * lib/xmalloc.c (xalloc_fail_func, xalloc_msg_memory_exhausted):
19229         Likewise. Move inclusions of gettext.h, error.h, exitfail.h to
19230         xalloc-die.c.
19231         (_, N_, xalloc_die): Move to xalloc-die.c.
19232         * lib/userspec.c (parse_user_spaec): Use xstrdup rather than strdup,
19233         so that we needn't mess with xalloc_msg_memory_exhausted.
19234
19235         * lib/sha1.h: Renamed from sha.h.
19236         (SHA1_H): Renamed from _SHA_H.
19237         (sha1_ctx): Renamed from sha_ctx.
19238         (sha1_init_ctx): Renamed from sha_init_ctx.
19239         (sha1_process_block): Renamed from sha_process_block.
19240         (sha1_process_bytes): Renamed from sha_process_bytes.
19241         (sha1_finish_ctx): Renamed from sha_finish_ctx.
19242         (sha1_read_ctx): Renamed from sha_read_ctx.
19243         (sha1_stream): Renamed from sha_stream.
19244         (sha1_buffer): Renamed from sha_buffer.
19245         * lib/sha1.c: Likewise; renamed from sha.c.
19246         Do not include <sys/types.h>.
19247         Include <stddef.h> rather than <stdlib.h>.
19248
19249 2004-08-08  Bruno Haible  <bruno@clisp.org>
19250
19251         * lib/pathname.h (FILE_SYSTEM_PREFIX_LEN): Renamed from
19252         FILESYSTEM_PREFIX_LEN.
19253         * lib/progreloc.c: Likewise.
19254         * lib/concatpath.c (concatenated_pathname): Use FILE_SYSTEM_PREFIX_LEN.
19255
19256 2004-08-06  Simon Josefsson  <jas@extundo.com>
19257
19258         * modules/progname (Depends-on): Don't depend on stdbool.
19259
19260 2004-08-06  Simon Josefsson  <jas@extundo.com>
19261
19262         * modules/getsubopt: New file.
19263         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
19264         getsubopt.
19265
19266 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
19267
19268         More merge from coreutils.
19269
19270         * m4/utimens.m4, m4/utimecmp.m4: New files.
19271         * m4/backupfile.m4, euidacces.m4, acl.m4, afs.m4, calloc.m4, dirfd.m4,
19272         fsusage.m4, jm-macros.m4, ls-mntd-fs.m4, md5.m4, mountlist.m4,
19273         prereq.m4, sha.m4: Import changes from coreutils.
19274
19275 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
19276
19277         More merge from coreutils.
19278         * modules/raise, modules/readtokens0, modules/utimens:
19279         * modules/utimecmp, module/xnanosleep: New files.
19280         * modules/strftime: Add lib/strftime.h.
19281         Change include from <time.h> to "strftime.h".
19282         * modules/yesno: Add lib/yesno.h.
19283         * modules/backupfile: Remove lib/addext.c.
19284         * modules/euidaccess: Add stat-macros.h.
19285         * modules/canonicalize, modules/euidaccess,
19286         modules/filemode, modules/lchown, modules/makepath,
19287         modules/rmdir, modules/stat: Likewise.
19288
19289 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
19290
19291         Merge from tar.
19292         * lib/argp-help.c (make_hol, hol_append): Don't assume that
19293         SIZE_MAX is a valid preprocessor constant.
19294         (__argp_basename): Change from "#ifndef _LIBC"
19295         to "#ifndef __argp_short_program_name", so that
19296         we don't compile these functions for tar.
19297
19298         More merges from coreutils.
19299         * lib/raise.c, lib/readtokens0.h, lib/readtokens0.c, lib/strftime.h:
19300         * lib/utimens.h, lib/utimens.c, lib/utimecmp.h, lib/utimecmp.c:
19301         * lib/xnanosleep.h, lib/xnanosleep.c, lib/yesno.h: New files.
19302         * lib/addext.c: Remove; no longer needed.
19303         * lib/yesno.c, lib/argmatch.h, lib/argmatch.c, lib/backupfile.h,
19304         lib/backupfile.c, lib/euidaccess.c, lib/filemode.c, lib/closeout.c,
19305         lib/dup2.c, lib/exclude.c, lib/fileblocks.c, lib/filemode.c,
19306         lib/fnmatch.c, lib/fnmtahc_loop.c, lib/fopen-safer.c, lib/fsusage.c,
19307         lib/fsusage.h, lib/ftruncate.c, lib/full-write.c, lib/getdate.y,
19308         lib/getloadavg.c, lib/getugroups.c, lib/hard-locale.c,
19309         lib/hard-locale.h, lib/hash.c, lib/human.c, lib/human.h, lib/lchown.c,
19310         lib/lchown.h, lib/makepath.c, lib/makepath.h, lib/md5.c, lib/md5.h,
19311         lib/memchr.c, lib/memcoll.c, lib/memrchr.c, lib/modechange.c,
19312         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
19313         lib/posixtm.c, lib/putenv.c, quotearg.c, lib/quotearg.h,
19314         lib/readtokens.c, lib/readutmp.c, lib/readutmp.h, lib/rmdir.c,
19315         lib/safe-read.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c,
19316         lib/sig2str.c, lib/stat.c, lib/strtoimax.c, lib/strverscmp.c,
19317         lib/userspec.c, lib/utime.c, lib/version-etc.c., lib/xgethostname.c,
19318         lib/xmemcoll.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtod.h,
19319         lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h, lib/xstrtoumax.c:
19320         Import changes from coreutils.
19321
19322 2004-08-05  Simon Josefsson  <jas@extundo.com>
19323
19324         * m4/strdup.m4: Always run gl_PREREQ_STRDUP, since strdup.h need it.
19325
19326 2004-08-05  Simon Josefsson  <jas@extundo.com>
19327
19328         * m4/getsubopt.m4: New file.
19329
19330 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
19331
19332         Merge from coreutils.
19333
19334         * m4/c-strtod.m4, m4/canonicalize.m4, m4/fcntl-safer.m4:
19335         * m4/getcwd-path-max.m4: New files.
19336
19337         * m4/dos.m4 (gl_AC_DOS): filesystem -> file system renaming.
19338         FILESYSTEM_PREFIX_LEN ->
19339         FILE_SYSTEM_PREFIX_LEN.
19340         FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX ->
19341         FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX.
19342         FILESYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR ->
19343         FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR.
19344
19345         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't require gl_AC_DOS, the
19346         prerequisite modules now handle the DOS stuff.
19347         Don't check for unistd.h.
19348
19349 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
19350
19351         Merge from coreutils.
19352
19353         * lib/.gdb-history: Remove; this doesn't belong here.
19354
19355         * lib/c-strtod.c, lib/c-strtod.h, lib/c-strtold.c, lib/cycle-check.c:
19356         * lib/cycle-check.h, lib/dev-ino.h, lib/canonicalize.h:
19357         * lib/canonicalize.c, lib/fcntl-safer.h, lib/fcntl-safer.c:
19358         * lib/getcwd.c: New files.
19359
19360         * lib/dirname.h: Include <stdbool.h>.
19361         (FILE_SYSTEM_PREFIX_LEN): Renamed from FILESYSTEM_PREFIX_LEN,
19362         for consistency with POSIX terminology.  All uses changed.
19363         (IS_ABSOLUTE_FILE_NAME, IS_RELATIVE_FILE_NAME): New macros.
19364         (strip_trailing_slashes): Use bool for booleans.
19365         * lib/stripslash.c (strip_trailing_slashes): Likewise.
19366
19367         * lib/error.c: Work around bug in OpenBSD 3.4 sterror_r: it
19368         sometimes returns a positive errno value even when it succeeds.
19369         (print_errno_message) [!LIBC]: Fall back on strerror if
19370         __strerror_r fails.
19371
19372         * lib/path-concat.c (mempcpy): Don't define if a system header defines
19373         it. Don't include stdio.h, stdlib.h, unistd.h, strdup.h.
19374         (longest_relative_suffix): New function.
19375         (path_concat): Use it.  Assume first argument is not NULL.
19376         Port to DOS.  Omit redundant separators.
19377         Report an error instead of returning NULL.
19378         Use mempcpy instead of memcpy.
19379         (xpath_concat): Remove: not declared or used.
19380
19381         * lib/same.h: Include <stdbool.h>
19382         (same_name): Return bool, not int.
19383         * lib/same.c (same_name): Likewise.
19384         (errno): Don't declare; we assume C89 or better now.
19385
19386         * lib/stat-macros (S_ISCTG, S_ISOFD, S_ISOFL): New macros,
19387         if not already defined.
19388
19389         * lib/xgetcwd.c (errno): Don't declare; we assume C89 or better now.
19390         * lib/dup-safer.c (errno): Likewise.
19391
19392 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
19393
19394         Merge from coreutils.
19395         * modules/c-strtod, modules/c-strtold, modules/canonicalize:
19396         * modules/cycle-check, modules/fcntl-safer, modules/getcwd: New files.
19397         * modules/path-concat: Don't depend on strdup.
19398
19399 2004-08-03  Simon Josefsson  <jas@extundo.com>
19400
19401         * lib/strdup.h: Only use HAVE_DECL_STRDUP if defined.
19402         * lib/progname.h: Don't include stdbool.h.
19403
19404 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
19405
19406         * modules/fatal: Remove, as the "fatal" module wasn't used or working.
19407         * MODULES.html.sh (func_all_modules): Remove fatal.
19408
19409 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
19410
19411         * m4/fatal.m4: Remove, as the "fatal" module wasn't used or working.
19412
19413 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
19414
19415         * lib/fatal.c, fatal.h: Remove as the "fatal" module wasn't used or
19416         working.
19417
19418 2004-08-02  Simon Josefsson  <jas@extundo.com>
19419
19420         * lib/getsubopt.h: New file, with comments from Bruno Haible.
19421         * lib/getsubopt.c: New file, from glibc, but slightly modified based on
19422         suggestions from Paul Eggert <eggert@cs.ucla.edu>.
19423
19424 2004-08-01  Simon Josefsson  <jas@extundo.com>
19425
19426         * lib/xgetdomainname.c: Include stdlib.h, for free().
19427
19428 2004-07-19  Bruno Haible  <bruno@clisp.org>
19429
19430         * MODULES.html.sh (func_all_modules): Add dummy.
19431
19432 2004-07-16  Simon Josefsson  <jas@extundo.com>
19433
19434         * modules/dummy: New file.
19435
19436 2004-07-16  Simon Josefsson  <jas@extundo.com>
19437
19438         * lib/dummy.c: New file.
19439
19440 2004-07-16  Bruno Haible  <bruno@clisp.org>
19441
19442         * lib/backupfile.h: Add extern "C" for C++.
19443         * lib/closeout.h: Likewise.
19444         * lib/copy-file.h: Likewise.
19445         * lib/findprog.h: Likewise.
19446         * lib/full-write.h: Likewise.
19447         * lib/pathname.h: Likewise.
19448         * lib/progname.h: Likewise.
19449         * lib/stpcpy.h: Likewise.
19450         * lib/stpncpy.h: Likewise.
19451         * lib/strcase.h: Likewise.
19452         * lib/strstr.h: Likewise.
19453         * lib/xalloc.h: Likewise.
19454
19455         * lib/mbswidth.h: Add extern "C" for C++.
19456         Reported by Albert Chin-A-Young <china@thewrittenword.com>.
19457
19458 2004-07-13  Robert Millan  <robertmh@gnu.org>
19459
19460         * m4/host-os.m4: s/KNetBSD/kNetBSD/g and s/KFreeBSD/kFreeBSD/g.
19461
19462 2004-07-09  Simon Josefsson  <jas@extundo.com>
19463
19464         * lib/getndelim2.c: Include stddef.h, for ptrdiff_t.  (FreeBSD 4.9
19465         failed without this.)
19466
19467 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
19468
19469         * modules/chown (Files): Add lib/fchown-stub.c, since
19470         gl_PREREQ_CHOWN invokes AC_LIBOBJ(fchown-stub).
19471
19472 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
19473
19474         * lib/fchown-stub.c: New file.
19475
19476 2004-06-24  Jim Meyering  <jim@meyering.net>
19477
19478         * lib/obstack.h (obstack_base): Cast to (void *), per documentation.
19479
19480 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
19481
19482         * modules/argz: Omit "#include".
19483
19484         * MODULES.html.sh (func_all_modules): Add calloc, to match
19485         2004-06-01 addition of calloc module.
19486
19487 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
19488
19489         * m4/argz.m4: New file, which is autoupdated from libtool.
19490
19491 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
19492
19493         * lib/argz.c, lib/argz_.h: New files, which are autoupdated from
19494         libtool.
19495
19496 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
19497
19498         * config/srclist-update: Don't insist on "USA." before the
19499         close-comment, as libtool omits the period and puts the */ on a
19500         separate line.
19501         * config/srclist.txt: Add argz.c, argz_.h, argz.m4.
19502         * config/srclistvars.sh: Add LIBTOOL (for eggert only).
19503
19504 2004-06-22  Gary V. Vaughan  <gary@gnu.org>
19505
19506         * modules/argz: New file.
19507         * MODULES.html.sh (func_all_modules): Add argz.
19508
19509 2004-06-12  Jim Meyering  <jim@meyering.net>
19510         and  Paul Eggert  <eggert@cs.ucla.edu>
19511
19512         * modules/hash (Files): Add lib/xalloc.h.
19513         * modules/pipe (Depends-on): Add wait-process.
19514         * modules/stat (Depends-on): Add xalloc.
19515         * modules/userspec (Files): Add lib/userspec.h.
19516         * modules/xstrto
19517
19518         Upgrade from gettext-0.13.
19519         * modules/gettext (Files): Add m4/intmax.m4, m4/longdouble.m4,
19520         m4/longlong.m4, m4/printf-posix.m4, m4/signed.m4, m4/size_max.m4,
19521         m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4.
19522
19523 2004-06-10  Jim Meyering  <jim@meyering.net>
19524
19525         * lib/calloc.c: New file.
19526
19527 2004-06-06  Paul Eggert  <eggert@cs.ucla.edu>
19528
19529         * lib/getdate.y (yylex): Allow space between sign and number.
19530         Problem reported by Dan Jacobson.
19531
19532 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
19533
19534         Merge from coreutils CVS.
19535
19536         * m4/backupfile.m4, dirname.m4, human.m4, inttypes.m4, longlong.m4,
19537         makepath.m4, memchr.m4, memcmp.m4, mountlist.m4, path-concat.m4,
19538         putenv.m4, quotearg.m4, readutmp.m4, strtoimax.m4, strtoll.m4,
19539         strtoull.m4, strtoumax.m4, ulonglong.m4, vasnprintf.m4,
19540         xstrtol.m4: Fix copyright date and/or serial number.
19541
19542         * m4/chown.m4 (gl_PREREQ_CHOWN): Check for fcntl.h.
19543         See if we need an fchown replacement.
19544         (gl_FUNC_CHOWN_FOLLOWS_SYMLINK): New macro.
19545         (gl_FUNC_CHOWN): Require gl_FUNC_CHOWN_FOLLOWS_SYMLINK,
19546         and use the replacement function if we detect either defect.
19547
19548         * m4/prereq.m4 (gl_PREREQ): Add gl_ALLOCSA, gl_CLOEXEC, gl_INTTOSTR,
19549         gl_UTIMECMP.
19550
19551 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
19552         and  Jim Meyering  <jim@meyering.net>
19553
19554         Merge from coreutils CVS.
19555
19556         * lib/stat-macros.h: New file, with contents from file-type.h
19557         and coreutils' system.h.
19558         * lib/file-type.c: Include "stat-macros.h".
19559         * lib/file-type.h (file_type): Move all macro definitions to new file,
19560         stat-macros.h.
19561
19562         * lib/chown.c (rpl_chown) [CHOWN_FAILS_TO_HONOR_ID_OF_NEGATIVE_ONE]:
19563         Wrap old code with this conditional.
19564         [CHOWN_MODIFIES_SYMLINK]: Try to work around a chown
19565         function that does not dereference symlinks.
19566         * lib/lchown.c (lchown) [CHOWN_MODIFIES_SYMLINK]: Just call chown.
19567
19568         * lib/xreadlink.c: Include xreadlink.h first, to catch .h file
19569         dependency problems.
19570         (xreadlink): Accept new arg SIZE, for efficiency.
19571         All decls and uses changed.
19572         * lib/xreadlink.h: Include <stddef.h>, for size_t.
19573
19574         * lib/.cppi-disable: Add alloca_.h, allocsa.h, exit.h, getndelim2.h,
19575         gettext.h, localcharset.h, strdup.h, strndup.h, strtoul.c, time_r.h.
19576
19577         * lib/.cvsignore: Add alloca.h, fnmatch.h, poll.h, stdbool.h,
19578         sysexits.h.
19579
19580 2004-06-01  Jim Meyering  <jim@meyering.net>
19581
19582         * m4/calloc.m4: New file.
19583
19584 2004-05-31  Paul Eggert  <eggert@cs.ucla.edu>
19585
19586         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Detect _Bool bug in HP aC++/ANSI
19587         C B3910B A.05.55 [Dec 04 2003].  Problem reported by Jim Meyering.
19588         Also, fix a typo in a diagnostic.
19589
19590 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
19591
19592         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Do not require AC_FUNC_MALLOC
19593         or AC_FUNC_REALLOC.
19594
19595 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
19596
19597         * lib/xmalloc.c (HAVE_MALLOC, HAVE_REALLOC): Do not require these
19598         macros to be defined.
19599         (xnmalloc_inline, xnrealloc_inline, xcalloc): Do not die if
19600         the allocator returns NULL because the requested size is zero.
19601
19602 2004-05-20  Paul Eggert  <eggert@cs.ucla.edu>
19603
19604         * lib/malloc/obstack.c (_obstack) [defined _LIBC]: Bring back this
19605         var.  Add comment explaining why libc still defines it.  This
19606         merges the following patch from glibc:
19607         http://sources.redhat.com/ml/libc-alpha/2004-05/msg00157.html
19608
19609 2004-05-20  Andreas Schwab  <schwab@suse.de>
19610
19611         * m4/free.m4: Replace free if it not known to work, not the other
19612         way round.
19613
19614 2004-05-19  Paul Eggert  <eggert@cs.ucla.edu>
19615
19616         * lib/obstack.c (_obstack): Remove unused variable.  It hasn't been
19617         present in glibc since revision 1.1 of this file.
19618         * lib/obstack.h (_obstack_free, obstack_1grow, obstack_1grow_fast,
19619         obstack_alignment_mask, obstack_alloc, obstack_base,
19620         obstack_blank, obstack_blank_fast, obstack_chunk_size,
19621         obstack_copy, obstack_copy0, obstack_finish, obstack_grow,
19622         obstack_grow0, obstack_init, obstack_int_grow,
19623         obstack_int_grow_fast, obstack_make_room, obstack_memory_used,
19624         obstack_next_free, obstack_object_size, obstack_ptr_grow,
19625         obstack_ptr_grow_fast, obstack_room): Remove declarations of
19626         nonexistent functions.
19627
19628 2004-05-18  Karl Berry  <karl@gnu.org>
19629
19630         * config/srclist.txt: break link for vasnprintf.c.
19631
19632 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
19633
19634         Port obstack to the AS/400, where pointers are 16 bytes wide and
19635         you cannot cast an integer to a valid pointer.  This patch is
19636         currently waiting to be integrated into glibc; see
19637         <http://sources.redhat.com/ml/libc-alpha/2004-05/msg00073.html>.
19638
19639         * lib/obstack.h (__PTR_TO_INT, __INT_TO_PTR): Remove.
19640         All uses of __INT_TO_PTR (PTR_TO_INT ...) replaced by __PTR_ALIGN.
19641         (__BPTR_ALIGN, __PTR_ALIGN): New macros.
19642         (struct obstack): temp member is now a union of a pointer and
19643         an integer, instead of an integer.  All integer uses changed.
19644         This does not affect the physical layout of struct obstack,
19645         except on hosts (like the AS/400) where the size or alignment of
19646         void * is greater than that of ptrdiff_t.
19647         (obstack_finish) [! (defined __GNUC__ && defined __STDC__ &&
19648         __STDC__)]: Store temporary in pointer member of union, not
19649         integer member.
19650         * lib/obstack.c: Include <stddef.h>, for offsetof.
19651         (struct fooalign): Remove; it doesn't need a name.
19652         (union fooround): Change double to long double, and add void *.
19653         (DEFAULT_ALIGNMENT): Use offsetof to compute.
19654         (DEFAULT_ALIGNMENT, DEFAULT_ROUNDING): Now an enum constant,
19655         not a macro.  Hence the values are always int; so remove all
19656         casts-to-int in uses.
19657
19658 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
19659
19660         * config/srclist.txt: Break link for argp-help.c and argp-parse.c until
19661         we can get this patch merged into glibc.
19662
19663 2004-05-17  Derek R. Price  <derek@ximbiot.com>
19664             Paul Eggert  <eggert@cs.ucla.edu>
19665
19666         * m4/argp: Depend on alloca.
19667
19668 2004-05-17  Derek R. Price  <derek@ximbiot.com>
19669             Paul Eggert  <eggert@cs.ucla.edu>
19670
19671         * lib/argp-help.c, argp-parse.c: Assume <alloca.h> rather than
19672         freecoding.
19673
19674 2004-05-17  Bruno Haible  <bruno@clisp.org>
19675
19676         * lib/vasnprintf.c (VASNPRINTF): Correctly handle the case of a
19677         precision that consists of a '.' followed by an empty digit string.
19678         Patch by Tor Lillqvist <tml@iki.fi>.
19679
19680 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
19681
19682         * m4/alloca.m4 (gl_FUNC_ALLOCA): Define HAVE_ALLOCA_H always,
19683         for backward compatibility with older code.  We need our own
19684         alloca.h if _AIX is defined.  Define HAVE_ALLOCA if we discover
19685         it under some other name, and our alloca.h will define it.
19686
19687 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
19688             Derek Price  <derek@ximbiot.com>
19689
19690         * lib/alloca.c: Include <alloca.h>, to get our interface.
19691         * lib/alloca_.h: Use __alloca on AIX, so that we don't have to
19692         include <alloca.h> first.  Use C89 prototype for alloca; this
19693         requires including <stddef.h> for size_t.  Use extern "C" if C++.
19694         Use #elif for simplicity, since we can assume C89 now.
19695         Don't try to source the system alloca.h since it will not be found
19696         and to prevent recursively including its replacement.
19697         * lib/fnmatch.c: Include <alloca.h> instead of opencoding.
19698         * lib/regex.c: Likewise.
19699
19700 2004-05-16  Derek Price  <derek@ximbiot.com>
19701             Paul Eggert  <eggert@cs.ucla.edu>
19702
19703         getline cleanup.  This changes the getndelim2 API: both order of
19704         arguments, and meaning of delim2 (now uses EOF, not 0, to indicate
19705         no delimiter).
19706
19707         * lib/getline.c: Don't include stddef.h or stdio.h, since our
19708         interface does that.
19709         (getline): Always use getdelim, so that we don't have two
19710         copies of this code.
19711         * lib/getndelim2.c: Include <limits.h>, <inttypes.h>, <stdint.h>
19712         if available.
19713         (PTRDIFF_MAX, SIZE_MAX, SSIZE_MAX): Define if not defined.
19714         (GETNDELIM2_MAXIMUM): New macro.
19715         (getndelim2): Reorder arguments.  delim==EOF now means no delimiter,
19716         instead of the old practice of delim2==0.  All callers changed.
19717         Return -1 on overflow, instead of returning junk.
19718         Do not set *linesize unless allocation succeeds.
19719         * lib/getndelim2.h: Do not include stddef.h; no longer needed, now
19720         that we include sys/types.h.
19721         * lib/getnline.h: Likewise.
19722         * lib/getndelim2.h (GETNLINE_NO_LIMIT): New macro.
19723         (getndelim2): Reorder arguments.
19724         * lib/getnline.c (getnline, getndelim):
19725         Don't discard the NMAX argument.
19726         (getnline): Invoke getndelim, to avoid code duplication.
19727         * lib/getnline.h (GETNLINE_NO_LIMIT): New macro, used instead
19728         of (size_t) -1 by callers of the getnline family.
19729
19730 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
19731
19732         * m4/gettime.m4 (gl_GETTIME): Require gl_TIMESPEC.
19733         Check for gettimeofday.
19734         * m4/settime.m4 (gl_SETTIME): Require gl_TIMESPEC.
19735         Check for settimeofday, stime.
19736
19737 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
19738
19739         * lib/nanosleep.c (suspended): Change its type from int to
19740         sig_atomic_t volatile.
19741         (first_call): Make it private to rpl_nanosleep, and have it
19742         be zero initially as that's a bit faster.
19743         (my_usleep): Round up fractional times instead of truncating them,
19744         as this is the usual meaning for 'sleep'.
19745
19746         * lib/gettime.c (gettime): Fall back on `time' if `gettimeofday'
19747         doesn't work.
19748         * lib/settime.c: Include <unistd.h>, for stime (on Solaris 8, anyway).
19749         (ENOSYS): Define if not defined.
19750         (settime): Fall back on stime if it exists and settimeofday fails.
19751         But don't bother with fallbacks if a method fails with errno == EPERM.
19752
19753 2004-05-11  Jim Meyering  <jim@meyering.net>
19754
19755         Prior to this change, the save_cwd caller required read access to the
19756         current directory on most systems (ones with the fchdir function).
19757
19758         * lib/save-cwd.c (save_cwd) [HAVE_FCHDIR]: If opening `.' read-only
19759         fails, try write-only, and finally, resort to using xgetcwd.
19760
19761 2004-05-06  Paul Eggert  <eggert@cs.ucla.edu>
19762
19763         * lib/obstack.c, obstack.h: Import changes from libc.
19764
19765 2004-04-28  Bruno Haible  <bruno@clisp.org>
19766
19767         * lib/findprog.c (find_in_path): Treat Cygwin like Windows, since it
19768         also implicitly appends .exe to executables.
19769         * lib/localcharset.c (ISSLASH): Treat Cygwin like Windows, since it now
19770         accepts Windows pathnames.
19771         * lib/pathname.h (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
19772         Treat Cygwin like Windows, since it now accepts Windows pathnames.
19773         * lib/progreloc.c (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
19774         Treat Cygwin like Windows, since it now accepts Windows pathnames.
19775         Reported by Derek Robert Price <derek@ximbiot.com>.
19776
19777 2004-04-21  Karl Berry  <karl@gnu.org>
19778
19779         * config/srclist.txt (localcharset.c): break sync.
19780
19781 2004-04-20  Paul Eggert  <eggert@twinsun.com>
19782
19783         * m4/host-os.m4: Add a copyright notice.
19784
19785 2004-04-20  Jim Meyering  <jim@meyering.net>
19786
19787         Change UTILS_ to gl_ in AC_DEFINE'd names.
19788         Change utils_- and jm_-prefixed variables, too.
19789         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Renamed from
19790         UTILS_FUNC_MKDIR_TRAILING_SLASH.
19791         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Renamed from UTILS_FUNC_MKSTEP.
19792
19793         * m4/dirfd.m4 (gl_FUNC_DIRFD): Rename from UTILS_FUNC_DIRFD.
19794         Don't emit trailing blanks.
19795         Also rename jm_-prefixed variables to have gl_ prefix.
19796
19797         * m4/host-os.m4 (gl_HOST_OS): Rename from UTILS_HOST_OS.
19798         Also rename jm_-prefixed variables to have gl_ prefix.
19799
19800         * m4/jm-macros.m4: Reflect the renamings.
19801         * m4/prereq.m4: Likewise.
19802
19803 2004-04-20  Jim Meyering  <jim@meyering.net>
19804
19805         * lib/getndelim2.c (getndelim2): Upon realloc failure, don't leak
19806         memory.
19807
19808 2004-04-20  Jim Meyering  <jim@meyering.net>
19809             Bruno Haible  <bruno@clisp.org>
19810
19811         * lib/localcharset.c (get_charset_aliases) [!VMS && !WIN32]: Don't leak
19812         memory when realloc fails.
19813
19814 2004-04-19  Jim Meyering  <jim@meyering.net>
19815
19816         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Require gl_FUNC_FREE,
19817         now that readutmp.c may call `free (0)'.
19818
19819 2004-04-19  Bruno Haible  <bruno@clisp.org>
19820
19821         * m4/mbrtowc.m4: Change jm_ to gl_ in cache variables as well.
19822         * m4/inttypes_h.m4: Likewise.
19823         * m4/stdint_h.m4: Likewise.
19824         * m4/intmax_t.m4: Likewise.
19825         * m4/uintmax_t.m4: Likewise.
19826
19827 2004-04-18  Jim Meyering  <jim@meyering.net>
19828
19829         * m4/prereq.m4: Don't forbid jm_ prefix.
19830
19831         * m4/afs.m4, m4/allocsa.m4, m4/assert.m4, m4/backupfile.m4:
19832         * m4/bison.m4, m4/check-decl.m4, m4/chown.m4, m4/d-ino.m4:
19833         * m4/d-type.m4, m4/dirname.m4, m4/dos.m4, m4/error.m4, m4/fpending.m4:
19834         * m4/fstypename.m4, m4/fsusage.m4, m4/ftruncate.m4, m4/getdate.m4:
19835         * m4/getgroups.m4, m4/gettext.m4, m4/glibc21.m4, m4/group-member.m4:
19836         * m4/human.m4, m4/intmax.m4, m4/intmax_t.m4, m4/inttostr.m4:
19837         * m4/inttypes.m4, m4/inttypes_h.m4, m4/jm-macros.m4, m4/jm-winsz1.m4:
19838         * m4/jm-winsz2.m4, m4/lchown.m4, m4/lib-check.m4, m4/link-follow.m4:
19839         * m4/localcharset.m4, m4/longlong.m4, m4/ls-mntd-fs.m4, m4/lstat.m4:
19840         * m4/makepath.m4, m4/mbrtowc.m4, m4/mbswidth.m4, m4/memchr.m4:
19841         * m4/memcmp.m4, m4/mkdtemp.m4, m4/mkstemp.m4, m4/mountlist.m4:
19842         * m4/nanosleep.m4, m4/path-concat.m4, m4/perl.m4, m4/prereq.m4:
19843         * m4/putenv.m4, m4/quotearg.m4, m4/regex.m4, m4/stat.m4:
19844         * m4/stdint_h.m4, m4/strftime.m4, m4/strtoimax.m4, m4/strtoll.m4:
19845         * m4/strtoull.m4, m4/strtoumax.m4, m4/timespec.m4, m4/uintmax_t.m4:
19846         * m4/ulonglong.m4, m4/unlink-busy.m4, m4/unlocked-io.m4, m4/uptime.m4,
19847         * m4/utimbuf.m4, m4/utime.m4, m4/utimes-null.m4, m4/vasnprintf.m4:
19848         * m4/xstrtoimax.m4, m4/xstrtol.m4, m4/xstrtoumax.m4:
19849         Change jm_ to gl_ in AC_DEFINE'd names. Update all uses.
19850
19851 2004-04-18  Jim Meyering  <jim@meyering.net>
19852
19853         * lib/readutmp.c (read_utmp) [UTMP_NAME_FUNCTION]: Upon realloc
19854         failure, don't leak memory and do call END_UTMP_ENT.
19855
19856 2004-04-16  Jim Meyering  <jim@meyering.net>
19857
19858         * m4/prereq.m4 (jm_PREREQ_STAT): Remove macro.  It is specific to
19859         coreutils' stat program.
19860         (gl_PREREQ): Don't require jm_PREREQ_STAT.
19861
19862 2004-04-11  Paul Eggert  <eggert@twinsun.com>
19863
19864         * lib/inttostr.h: Include <limits.h> unconditionally, since we assume
19865         C89.
19866         (CHAR_BIT): Remove, since we assume C89.
19867         Include <stdint.h> if available, as per current Autoconf CVS advice.
19868
19869 2004-03-31  Jim Meyering  <jim@meyering.net>
19870
19871         * m4/prereq.m4: Require AC_FUNC_MALLOC, not jm_FUNC_MALLOC.
19872         Require AC_FUNC_REALLOC, not jm_FUNC_REALLOC.
19873         * m4/xalloc.m4: Likewise.
19874
19875 2004-03-30  Paul Eggert  <eggert@twinsun.com>
19876
19877         Merge from coreutils.
19878
19879         * m4/inttostr.m4: New file.
19880         * m4/getdate.m4 (gl_GETDATE): Remove time-related stuff.
19881         Require AM_STDBOOL_H and gl_TIMESPEC instead.
19882         Require gl_CLOCK_TIME.
19883         * m4/clock_time.m4 (gl_CLOCK_TIME): Require AC_GNU_SOURCE.
19884
19885 2004-03-30  Paul Eggert  <eggert@twinsun.com>
19886
19887         * lib/cloexec.h, cloexec.c (set_cloexec_flag): Return int
19888         not bool, to be more consistent with Unix conventions.
19889         Suggested by Bruno Haible.
19890
19891         Merge from coreutils.
19892
19893         * lib/imaxtostr.c, lib/inttostr.c, lib/inttostr.h, lib/offtostr.c:
19894         * lib/umaxtostr.c: New files.
19895
19896         * lib/getdate.h: Include stdbool.h, and timespec.h instead of
19897         the usual <time.h> dance.
19898         (get_date): Change signature to support fractional time stamps.
19899         All callers changed.
19900         * lib/getdate.y: Include "getdate.h" first, as we can now
19901         assume C89 and don't need to worry about 'const'.
19902         Similarly, include "unlocked-io.h" near start, not in middle.
19903         Include <limits.h>.
19904         (textint.value): Use long int rather than int.
19905         (textint.digits): Use size_t rather than int.
19906         (BILLION, LOG10_BILLION): New constants.
19907         (parser_control): New member rel_ns.  Members day_ordinal,
19908         time_zone, month, day, hour, minutes, rel_year, rel_month,
19909         rel_day, rel_hour, rel_minutes, rel_seconds
19910         are now long int, not int.  Member seconds is now struct timespec,
19911         not int.  New member timespec_seen.  Members dates_seen, days_seen,
19912         local_zones_seen, rels_seen, times_seen, zones_seen are now size_t,
19913         not int.
19914         (%union.intval): Now long int, not int.
19915         New member timespec.
19916         (tSDECIMAL_NUMBER, tUDECIMAL_NUMBER): New tokens.
19917         (seconds, signed_seconds, unsigned_seconds): New nonterminals.
19918         (spec): Now is a timespec or an item list.
19919         (timespec, items): New nonterminals.
19920         (time, rel, relunit, number, get_date):
19921         Add support for fractional seconds.
19922         (time): Fix bug: seconds weren't cleared in "00:00 +0000" syntax.
19923         (gmtime, localtime, mktime): Remove decls; not needed with C89.
19924         (to_hour): First arg is now long int, not int.
19925         (to_year): Returns long int, not int.
19926         Don't treat year -70 like 70.
19927         (tm_diff): Returns long int, not int.
19928         (lookup_word): Use bool instead of int when appropriate.
19929         (yylex): Use size_t for count, not int.
19930         Detect overflow when parsing large integer constants.
19931         Add support for fractions.
19932         (get_date): Make pointers 'const' if possible.
19933         Use more-portable code to detect integer overflow.
19934         (main) [TEST]: Adjust to above changes.  Test for localtime failure.
19935         Don't use ctime; it's not reliable if the year has >4 digits.
19936
19937         * lib/human.c (humblock): Inspect BLOCKSIZE if BLOCK_SIZE isn't set.
19938         This is for compatibility with BSD.
19939
19940         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP): Define.
19941         (ATIME_CMP, CTIME_CMP, MTIME_CMP, TIMESPEC_NS): Likewise.
19942         From coreutils' system.h.
19943
19944         * lib/userspec.c: Don't include "posixver.h".
19945         (parse_user_spec): Fall back on USER.GROUP parsing, regardless
19946         of POSIX version, as POSIX 1003.1-2001 allows that behavior as a
19947         compatible extension.  Simplify code by removing a boolean int
19948         that was always nonzero if a string was nonnull.
19949
19950 2004-03-30  Jim Meyering  <jim@meyering.net>
19951
19952         Merge from coreutils.
19953
19954         Avoid a configure-time warning about sys/ucred.h on OSF V4.0.
19955         * m4/ls-mntd-fs.m4: Test for sys/ucred.h separately, since
19956         on some systems one must include <grp.h> before it.
19957         Reported by Christian Krackowizer.
19958
19959 2004-03-30  Jim Meyering  <jim@meyering.net>
19960
19961         Merge from coreutils.
19962
19963         * lib/mountlist.c [HAVE_SYS_UCRED_H]: Include grp.h before sys/ucred.h.
19964
19965         * lib/readtokens.c (readtoken): Don't leak 64 bytes when reading
19966         an empty input stream.
19967
19968         * lib/readtokens.c: Include <stdbool.h>.
19969         (readtoken): Use `size_t' rather than int/long.
19970         All callers adjusted.
19971         Use `bool' rather than `int' where appropriate.
19972         Use memset rather than an explicit loop.
19973         Use x2nrealloc rather than xrealloc.
19974         Allow the use of `\0' as a delimiter.
19975         (readtokens): Likewise.
19976         * lib/readtokens.h (readtoken, readtokens): Update prototypes.
19977
19978 2004-03-30  Jim Meyering  <jim@meyering.net>
19979
19980         * m4/realloc.m4: Remove file, since now it does no more than
19981         AC_REQUIRE([AC_FUNC_REALLOC]), and that can be done via
19982         the `configure.ac' section of module/realloc.
19983         * m4/malloc.m4: Likewise, but for AC_FUNC_MALLOC.
19984
19985 2004-03-30  Bruno Haible  <bruno@clisp.org>
19986
19987         * lib/getloadavg.c (getloadavg): Don't assume setlocale returns
19988         nonnull.
19989
19990 2004-03-29  Paul Eggert  <eggert@twinsun.com>
19991
19992         Merge changes to getloadavg.c from coreutils and Emacs.
19993
19994         * lib/getloadavg.c [!defined HAVE_SETLOCALE] (setlocale):
19995         Define to an expression, not to the empty string.
19996         Include cloexec.h and xalloc.h.
19997         (getloadavg): Restore LC_NUMERIC locale after setting it temporarily.
19998         Use set_cloexec_flag rather than rolling our own.
19999         * lib/cloexec.c, lib/cloexec.h: New files.
20000
20001 2004-03-29  Paul Eggert  <eggert@twinsun.com>
20002
20003         * m4/cloexec.m4: New file.
20004
20005 2004-03-18  Paul Eggert  <eggert@twinsun.com>
20006
20007         * lib/getopt.h: Sync with libc CVS.
20008
20009 2004-03-18  Paul Eggert  <eggert@twinsun.com>
20010             Bruno Haible  <bruno@clisp.org>
20011
20012         * m4/mbswidth.m4 (gl_MBSWIDTH): Also test whether <wchar.h> declares
20013         mbswidth.
20014
20015 2004-03-18  Paul Eggert  <eggert@twinsun.com>
20016             Bruno Haible  <bruno@clisp.org>
20017
20018         * lib/mbswidth.h: Include <wchar.h> only if
20019         HAVE_DECL_MBSWIDTH_IN_WCHAR_H, not on all platforms that have
20020         <wchar.h>.
20021         * lib/mbswidth.c: Include <stdio.h> and <time.h> before <wchar.h>.
20022
20023 2004-03-09  Paul Eggert  <eggert@twinsun.com>
20024
20025         * lib/argp-parse.c, getopt.c, getopt.h, getopt1.c:
20026         Sync with libc CVS.
20027         * lib/getopt_int.h: New file, also synced from libc.
20028
20029 2004-03-09  Paul Eggert  <eggert@twinsun.com>
20030
20031         * config/srclistvars.sh: Add GNUWWWLICENSES for eggert.
20032         * config/srclist.txt: Sync getopt with libc.  Add getopt_int.h.
20033         Bring back getopt.c, getopt.h, getopt1.c.
20034
20035 2004-03-07  Paul Eggert  <eggert@twinsun.com>
20036
20037         * m4/c-stack.m4 (gl_PREREQ_C_STACK): Renamed from jm_PREREQ_C_STACK.
20038         All uses changed.  Check for sa_sigaction member; this fixes
20039         a bug first reported by Jason Andrade in
20040         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
20041
20042 2004-03-07  Paul Eggert  <eggert@twinsun.com>
20043
20044         * lib/c-stack.c (SIGACTION_WORKS): New macro.  Use it instead of long
20045         '#if' expressions.  Unlike the code it replaces, it does not
20046         depend on (defined _SC_PAGESIZE).  However, it does depend on
20047         HAVE_STRUCT_SIGACTION_SA_SIGACTION; this last change fixes a bug
20048         first reported by Jason Andrade in
20049         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
20050
20051 2004-02-25  Simon Josefsson  <jas@extundo.com>
20052
20053         * m4/strdup.m4 (gl_PREREQ_STRDUP): Check whether strdup is declared.
20054
20055 2004-02-25  Simon Josefsson  <jas@extundo.com>
20056
20057         * lib/strdup.h: New file.
20058         * lib/strdup.c: Include it.
20059         * lib/path-concat.c: Include strdup.h. Drop strdup declaration.
20060         * lib/userspec.c: Include strdup.h. Drop strdup declaration.
20061
20062 2004-02-23  Karl Berry  <karl@gnu.org>
20063
20064         * doc/maintain.texi, doc/standards.texi, doc/make-stds.texi: new files
20065         (from fencepost.gnu.org:/gd/gnuorg).
20066
20067 2004-02-23  Karl Berry  <karl@gnu.org>
20068
20069         * config/srclistvars.sh (GNUORG) [karl]: redefine.
20070         * config/srclist.txt: add maintain/standards documents.
20071
20072 2004-02-18  Bruno Haible  <bruno@clisp.org>
20073
20074         * m4/xsize.m4 (gl_XSIZE): Require AC_C_INLINE.
20075         Reported by Derek Robert Price <derek@ximbiot.com>.
20076
20077 2004-02-16  Karl Berry  <karl@gnu.org>
20078
20079         * config/mkinstalldirs, install-sh: update from automake.
20080
20081 2004-02-06  Karl Berry  <karl@gnu.org>
20082
20083         * m4/po.m4: update from gettext 0.14.1.
20084
20085 2004-02-06  Karl Berry  <karl@gnu.org>
20086
20087         * lib/config.charset: update from gettext 0.14.1.
20088
20089 2004-02-05  Paul Eggert  <eggert@twinsun.com>
20090
20091         Add comments and code, prompted by suggestions from Bruno Haible
20092         for sh-quote.
20093         * lib/quotearg.h (quotearg_alloc): New decl.  Improve the comments
20094         describing the enum quoting_style values.
20095         * lib/quotearg.c (quotearg_alloc): New function.
20096         (quotearg_buffer_restyled): Treat lone { and } as special.
20097         Treat = as special.  Work around bug with older shells
20098         that "see" a '\' that is really the 2nd byte of a multibyte char.
20099         Quote empty string with shell_quoting_style.
20100
20101 2004-02-03  Bruno Haible  <bruno@clisp.org>
20102
20103         * m4/pipe.m4: New file, from GNU gettext.
20104
20105 2004-02-03  Bruno Haible  <bruno@clisp.org>
20106
20107         * lib/pipe.h: New file, from GNU gettext.
20108         * lib/pipe.c: New file, from GNU gettext.
20109
20110 2004-01-27  Bruno Haible  <bruno@clisp.org>
20111
20112         * m4/execute.m4: New file, from GNU gettext.
20113
20114 2004-01-27  Bruno Haible  <bruno@clisp.org>
20115
20116         * lib/execute.h: New file, from GNU gettext.
20117         * lib/execute.c: New file, from GNU gettext.
20118         * lib/w32spawn.h: New file, from GNU gettext.
20119
20120 2004-01-24  Paul Eggert  <eggert@twinsun.com>
20121
20122         Merge from diffutils.
20123
20124         * lib/file-type.c (file_type): Add typed memory objects.
20125         * lib/file-type.h (S_TYPEISTMO): New macro.
20126
20127         * lib/c-stack.h (c_stack_action): Remove argv argument.
20128         * lib/c-stack.c (c_stack_action): Likewise.  All uses changed.
20129         (die): Don't calculate message unless segv_action returns.
20130         (get_stack_location, min_address_from_argv, max_address_from_argv,
20131         volatile stack_base, volatile_stack_size): Remove.
20132         (segv_handler): If ! HAVE_XSI_STACK_OVERFLOW_HEURISTIC, assume
20133         that every segmentation violation is a stack overflow.  (Ouch!)
20134         See Debian bug 136249 (still outstanding) for more info about why
20135         HAVE_XSI_STACK_OVERFLOW_HEURISTIC fails on Linux kernels.
20136
20137 2004-01-24  Paul Eggert  <eggert@twinsun.com>
20138
20139         Exit-status fix from coreutils.
20140
20141         Use exit_failure consistently in place of EXIT_FAILURE,
20142         so that program exit statuses are consistent on failure.
20143
20144         * lib/argmatch.c (ARGMATCH_DIE) [! defined ARGMATCH_DIE]:
20145         Include "exitfail.h", and use exit_failure rather than EXIT_FAILURE.
20146         * lib/argmatch.h: Comment fix to match the above.
20147         * lib/obstack.c (obstack_exit_failure) [!defined _LIBC]:
20148         Now a macro referring to exit_failure, instead of a separate
20149         variable.  Include "exitfail.h" to get it.
20150         * lib/xstrtol.h: Include "exitfail.h".
20151         (STRTOL_FATAL_ERROR): Exit with status exit_failure, not 2.
20152
20153         * lib/long-options.c (parse_long_options): Use prototype
20154         for usage function arg.  Pass it EXIT_SUCCESS rather than 0,
20155         for clarity.
20156
20157 2004-01-21  Jim Meyering  <jim@meyering.net>
20158
20159         * lib/mktime.c (__mktime_internal) [!_LIBC]: Define to mktime_internal
20160         so as not to conflict with a different-sized __mktime_internal
20161         function in GNU libc.
20162         * lib/timegm.c (__mktime_internal) [!_LIBC]: Likewise.
20163         Problem building statically-linked `ls' reported by Michael Brunnbauer.
20164
20165 2004-01-20  Karl Berry  <karl@gnu.org>
20166
20167         * config/config.guess: update from config.
20168
20169         * config/srclistvars.sh: GNUWWWLICENSES for karl.
20170
20171 2004-01-20  Bruno Haible  <bruno@clisp.org>
20172
20173         Safer stack allocation.
20174         * lib/setenv.c: Include allocsa.h.
20175         (alloca): Remove fallback definition.
20176         (freea): Remove macro.
20177         (__add_to_environ) [!_LIBC]: Use allocsa instead of alloca. Use freesa
20178         instead of freea.
20179
20180 2004-01-20  Bruno Haible  <bruno@clisp.org>
20181
20182         * m4/eealloc.m4: New file, from GNU gettext.
20183
20184 2004-01-20  Bruno Haible  <bruno@clisp.org>
20185
20186         * m4/allocsa.m4: New file, from GNU gettext.
20187
20188 2004-01-20  Bruno Haible  <bruno@clisp.org>
20189
20190         * lib/xallocsa.h: New file, from GNU gettext.
20191         * lib/xallocsa.c: New file, from GNU gettext.
20192
20193 2004-01-20  Bruno Haible  <bruno@clisp.org>
20194
20195         * lib/wait-process.c: On Windows, include windows.h. Needed on mingw.
20196
20197 2004-01-20  Bruno Haible  <bruno@clisp.org>
20198
20199         * lib/wait-process.c (wait_subprocess): Add ignore_sigpipe argument.
20200         * lib/wait-process.c (wait_subprocess): Likewise. Handle SIGPIPE
20201         specially.
20202
20203 2004-01-20  Bruno Haible  <bruno@clisp.org>
20204
20205         * lib/wait-process.c (wait_process): Disable the 2003-10-31 waitid()
20206         patch.
20207
20208 2004-01-20  Bruno Haible  <bruno@clisp.org>
20209
20210         * lib/wait-process.c (cleanup_slaves): Use ANSI C declaration.
20211
20212 2004-01-20  Bruno Haible  <bruno@clisp.org>
20213
20214         * lib/eealloc.h: New file.
20215
20216 2004-01-20  Bruno Haible  <bruno@clisp.org>
20217
20218         * lib/binary-io.h: Avoid warnings on Cygwin.
20219
20220 2004-01-20  Bruno Haible  <bruno@clisp.org>
20221
20222         * lib/allocsa.h: New file, from GNU gettext.
20223         * lib/allocsa.c: New file, from GNU gettext.
20224
20225 2004-01-18  Karl Berry  <karl@gnu.org>
20226
20227         * doc/gpl.texi, doc/lgpl.texi: new files.
20228
20229 2004-01-18  Karl Berry  <karl@gnu.org>
20230
20231         * config/srclistvars.sh (GNUWWWLICENSES): new variable.
20232         * config/srclist.txt ({fdl,gpl,lgpl}.text): get from there.
20233
20234 2004-01-15  Paul Eggert  <eggert@twinsun.com>
20235
20236         Merge from coreutils.
20237
20238         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for uintptr_t.
20239         * m4/posixver.m4 (gl_POSIXVER): Require gl_DEFAULT_POSIX2_VERSION.
20240         (gl_DEFAULT_POSIX2_VERSION): Move
20241         the documentation from 'configure' into 'config.hin',
20242         so that 'configure --help' isn't burdened by it and
20243         we don't have to worry about its formatting there.
20244         Reword the documentation so that it's more succinct
20245         and can be run together into a single paragraph.
20246         * m4/same.m4 (gl_SAME): Check for pathconf.
20247
20248 2004-01-15  Paul Eggert  <eggert@twinsun.com>
20249
20250         Merge from coreutils.
20251
20252         * lib/posixver.c: Include posixver.h.
20253
20254         * lib/same.c: Include <stdbool.h>, <limits.h>.
20255         (_POSIX_NAME_MAX): Define if not defined.
20256         (MIN): New macro.
20257         (same_name): If file names are silently truncated, report
20258         that the file names are the same if they are the same after
20259         the silent truncation.
20260
20261         * lib/xstrtod.h (xstrtod): Accept an extra arg, specifying the
20262         conversion function.
20263         * lib/xstrtod.c (xstrtod): Likewise.  All callers changed to
20264         include c-strtod.h and use c_strtod.  Don't include stdlib.h; no
20265         longer needed.
20266
20267 2004-01-15  Jim Meyering  <jim@meyering.net>
20268
20269         Merge from coreutils.
20270
20271         * m4/clock_time.m4 (gl_CLOCK_TIME): Don't set LIB_CLOCK_GETTIME
20272         if no library is required.
20273         * m4/jm-macros.m4: Don't require UTILS_SYS_OPEN_MAX.
20274         * m4/jm-macros.m4 (jm_MACROS): Require gl_FUNC_FREE.
20275         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.58.
20276         (AC_LANG_SOURCE): Remove definition, now that we require autoconf-2.58.
20277         * m4/jm-macros.m4 (jm_MACROS): Don't require AC_FUNC_FTW.
20278         * m4/lib-check.m4 (jm_LIB_CHECK): Do not set LIB_CRYPT to the
20279         value, $ac_cv_search_crypt, if it's "none required".
20280         * m4/posixver.m4 (gl_DEFAULT_POSIX2_VERSION): New macro.
20281         * m4/prereq.m4 (jm_PREREQ): Require AC_FUNC_GETLOADAVG,
20282         not gl_FUNC_GETLOADAVG.
20283         * m4/prereq.m4 (jm_PREREQ): Require gl_READTOKENS, gl_MD5, gl_MAKEPATH,
20284         gl_LONG_OPTIONS, and gl_IDCACHE, gl_GETUGROUPS.
20285
20286 2004-01-15  Jim Meyering  <jim@meyering.net>
20287
20288         Merge from coreutils.
20289
20290         * lib/md5.h (rol) [__GNUC__ && __i386__]: Don't use `asm' code.  These
20291         days, gcc-3.x does better all by itself.  Patch from Dean Gaudet:
20292         http://mail.gnu.org/archive/html/bug-coreutils/2003-11/msg00144.html
20293
20294         * lib/posixver.c (DEFAULT_POSIX2_VERSION): Use definition of new,
20295         optional configure-time default.
20296
20297         * lib/version-etc.c (version_etc_copyright): Update copyright date.
20298
20299         * lib/xreadlink.c (xreadlink): Correct outdated comment.
20300
20301 2004-01-15  Alexandre Duret-Lutz  <adl@gnu.org>
20302
20303         Merge from coreutils.
20304
20305         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Do not set LIB_NANOSLEEP to the
20306         value, $ac_cv_search_nanosleep, if it's "none required".
20307
20308 2004-01-14  Paul Eggert  <eggert@twinsun.com>
20309
20310         * lib/fnmatch_loop.c (ALLOCA_LIMIT): Remove macro, which collided
20311         with like-named macro in fnmatch.c.
20312         (EXT): Use an internal constant instead.
20313
20314         Merge fnmatch patches from glibc.
20315         * lib/fnmatch.c (mbsinit): Remove define.
20316         Add libc_hidden_ver (__fnmatch, fnmatch).
20317         * lib/fnmatch_loop.c (FCT): Cast to int32_t and UCHAR when appropriate.
20318         Adjust to renaming of collseq_table_lookup to __collseq_table_lookup.
20319
20320 2004-01-14  Karl Berry  <karl@gnu.org>
20321
20322         * config/install-sh: update from automake.
20323
20324 2004-01-13  Karl Berry  <karl@gnu.org>
20325
20326         * config/install-sh: update from automake.
20327
20328 2004-01-09  Karl Berry  <karl@gnu.org>
20329
20330         * config/install-sh: update from automake.
20331
20332 2004-01-05  Karl Berry  <karl@gnu.org>
20333
20334         * config/config.{sub,guess}: update from config.
20335
20336 2003-12-31  Karl Berry  <karl@gnu.org>
20337
20338         * config/depcomp: update from automake.
20339
20340 2003-12-14  Karl Berry  <karl@gnu.org>
20341
20342         * lib/config.charset: update from gettext-runtime.
20343
20344 2003-12-03  Paul Eggert  <eggert@twinsun.com>
20345
20346         * lib/getgroups.c (getgroups): xmalloc takes one argument, not two.
20347         Bug reported by Alfred M. Szmidt.
20348
20349 2003-12-03  Bruno Haible  <bruno@clisp.org>
20350
20351         * m4/gettext.m4: Upgrade from gettext-0.13.
20352         * m4/po.m4: Upgrade from gettext-0.13.
20353         * m4/size_max.m4 (gl_SIZE_MAX): Don't use the _ONCE macros here.
20354         * m4/intmax.m4: New file, from gettext-0.13.
20355         * m4/printf-posix.m4: New file, from gettext-0.13.
20356
20357 2003-11-29  Karl Berry  <karl@gnu.org>
20358
20359         * lib/argp-{help.c,parse.c,namefrob.h}, argp.h: update from libc.
20360
20361 2003-11-25  Paul Eggert  <eggert@twinsun.com>
20362             Bruno Haible  <bruno@clisp.org>
20363
20364         * lib/printf-parse.h: Don't include sys/types.h.
20365         (ARG_NONE): New macro.
20366         (char_directive): Change type of *arg_index fields to size_t.
20367         * lib/printf-parse.c: Don't include sys/types.h.
20368         (SSIZE_MAX): Remove macro.
20369         (PRINTF_PARSE): Change the type of the arg_index variables to size_t.
20370         Remove unnecessary overflow check.
20371         * lib/vasnprintf.c (VASNPRINTF): Update for type change of *arg_index
20372         fields.
20373
20374 2003-11-25  Bruno Haible  <bruno@clisp.org>
20375
20376         * modules/vasnprintf (Files): Remove m4/ssize_t.m4.
20377
20378 2003-11-25  Bruno Haible  <bruno@clisp.org>
20379
20380         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Don't require
20381         gt_TYPE_SSIZE_T.
20382
20383 2003-11-24  Paul Eggert  <eggert@twinsun.com>
20384
20385         * modules/alloca: Remove dependency on xalloc.
20386
20387 2003-11-24  Paul Eggert  <eggert@twinsun.com>
20388
20389         * lib/alloca.c: Remove dependency on xalloc module.
20390         (xalloc_die): Remove.
20391         (memory_full) [!defined emacs]: New macro.
20392         [!defined emacs]: Don't include xalloc.h.
20393         (alloca): Invoke memory_full, not xalloc_die, if malloc fails or
20394         address arithmetic overflows.  Change datatypes a bit to avoid
20395         unnecessary casts.
20396
20397 2003-11-22  Jim Meyering  <jim@meyering.net>
20398
20399         * lib/xmalloc.c (x2nrealloc_inline): Fix typos in comments:
20400         s/size/size_t/.
20401
20402 2003-11-21  Karl Berry  <karl@gnu.org>
20403
20404         * config/config.{sub,guess}: update from config.
20405
20406 2003-11-18  Karl Berry  <karl@gnu.org>
20407
20408         * config/config.{sub,guess}: update from config.
20409
20410         * config/(printf-{parse,args}.[ch]): sync broken, sigh.
20411
20412 2003-11-17  Paul Eggert  <eggert@twinsun.com>
20413
20414         * README: Mention that S+T cannot overflow if S is the size of
20415         an existing object and T is sufficiently small.
20416
20417 2003-11-17  Jim Meyering  <jim@meyering.net>
20418
20419         On systems without utime and without a utimes function capable of
20420         dealing with a NULL struct utimbuf* argument, this utime replacement
20421         could -- in unusual circumstances -- leak a file descriptor.
20422         * lib/utime.c: Include <unistd.h> and <errno.h>.
20423         (utime_null): Be sure to close `fd' and to preserve errno.
20424         Reported by Geoff Collyer via Arnold Robbins.
20425
20426 2003-11-17  Bruno Haible  <bruno@clisp.org>
20427
20428         * modules/vasnprintf (Files): Add m4/ssize_t.m4.
20429         (Depends-on): Add xsize.
20430
20431 2003-11-17  Bruno Haible  <bruno@clisp.org>
20432
20433         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Require gt_TYPE_SSIZE_T.
20434
20435 2003-11-17  Bruno Haible  <bruno@clisp.org>
20436
20437         * lib/vasnprintf.c (alloca): Remove fallback definition.
20438         (freea): Remove definition.
20439         (VASNPRINTF): Use alloca only for small sizes, say <= 4000 bytes.
20440         Reported by Paul Eggert.
20441
20442 2003-11-16  Paul Eggert  <eggert@twinsun.com>
20443             Bruno Haible  <bruno@clisp.org>
20444
20445         Protect against address arithmetic overflow.
20446         * lib/printf-args.h: Include stddef.h.
20447         (arguments): Change type of field 'count' to size_t.
20448         * lib/printf-args.c (printf_fetchargs): Use size_t instead of
20449         'unsigned int' where appropriate.
20450         * lib/printf-parse.h: Include sys/types.h.
20451         (char_directive): Change type of *arg_index fields to ssize_t.
20452         (char_directives): Change type of fields 'count', max_*_length to
20453         size_t.
20454         * lib/printf-parse.c: Include sys/types.h and xsize.h.
20455         (SSIZE_MAX): Define fallback value.
20456         (PRINTF_PARSE): Use size_t instead of 'unsigned int' and ssize_t
20457         instead of 'int' where appropriate. Check a_allocated, d_allocated
20458         against overflow. Reject %m$ argument numbers > SSIZE_MAX + 1.
20459         * lib/vasnprintf.c: Include xsize.h.
20460         (VASNPRINTF): Use size_t instead of 'unsigned int' where appropriate.
20461         Check alloca, malloc, realloc, ENSURE_ALLOCATION arguments against
20462         overflow. Avoid wraparound when converting a width or precision from
20463         decimal to binary.
20464
20465 2003-11-16  Bruno Haible  <bruno@clisp.org>
20466
20467         Update from GNU gettext.
20468         * lib/printf-parse.c: Generalize to it can be compiled for wide
20469         strings.
20470         (PRINTF_PARSE, CHAR_T, DIRECTIVE, DIRECTIVES): New macros.
20471         * lib/vasnprintf.c: Generalize to it can be compiled for wide strings.
20472         (VASNPRINTF, CHAR_T, DIRECTIVE, DIRECTIVES, PRINTF_PARSE, USE_SNPRINTF,
20473         SNPRINTF): New macros.
20474         Don't include <alloca.h> if the file is used inside libintl.
20475         (local_wcslen): New function, for Solaris 2.5.1.
20476         (VASNPRINTF): Use it instead of wcslen.
20477
20478 2003-11-16  Bruno Haible  <bruno@clisp.org>
20479
20480         * lib/xsize.h (xmax): New function.
20481         (xsum, xsum3, xsum4): Declare as "pure" functions.
20482
20483 2003-11-12  Paul Eggert  <eggert@twinsun.com>
20484
20485         * modules/xalloc (Files): Undo latest change, since xalloc.h
20486         no longer needs SIZE_MAX or PTRDIFF_MAX.
20487
20488 2003-11-12  Paul Eggert  <eggert@twinsun.com>
20489
20490         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Do not require gl_SIZE_MAX or
20491         gl_PTRDIFF_MAX.
20492
20493 2003-11-12  Paul Eggert  <eggert@twinsun.com>
20494
20495         * lib/xstrtol.c (__xstrtol): Remove "break" immediately after
20496         "return", to pacify some unknown compiler.  Problem reported
20497         by Joerg Schilling.
20498
20499 2003-11-12  Paul Eggert  <eggert@twinsun.com>
20500
20501         * lib/xalloc.h: Do not include <limits.h> or <stdint.h>.
20502         (xalloc_oversized): Use sizeof (ptrdiff_t) and sizeof (size_t) for
20503         the heuristic, rather than PTRDIFF_MAX and SIZE_MAX.  This
20504         heuristic is just as accurate as far as we know, and it removes a
20505         dependency on size_max.m4 and ptrdiff_max.m4.
20506
20507 2003-11-11  Bruno Haible  <bruno@clisp.org>
20508
20509         * modules/xsize (Files): Add m4/size_max.m4.
20510         * modules/xalloc (Files): Add m4/size_max.m4, m4/ptrdiff_max.m4.
20511
20512 2003-11-11  Bruno Haible  <bruno@clisp.org>
20513
20514         * m4/size_max.m4: New file.
20515         * m4/ptrdiff_max.m4: New file.
20516         * m4/xsize,m4 (gl_XSIZE): Require gl_SIZE_MAX.
20517         * m4/xalloc.m4 (gl_PREREQ_XALLOC): New macro.
20518         (gl_XALLOC): Invoke it.
20519
20520 2003-11-11  Bruno Haible  <bruno@clisp.org>
20521
20522         * lib/xsize.h (SIZE_MAX): Remove fallback definition.
20523         * lib/xalloc.h: Include limits.h. Assume SIZE_MAX and PTRDIFF_MAX are
20524         defined.
20525
20526 2003-11-10  Paul Eggert  <eggert@twinsun.com>
20527
20528         * lib/xalloc.h (xalloc_oversized): [! (defined PTRDIFF_MAX &&
20529         PTRDIFF_MAX < SIZE_MAX)]: Fix off-by-one error that would have
20530         rejected some allocations of exactly SIZE_MAX - 2 bytes.
20531         From Bruno Haible.
20532         [defined PTRDIFF_MAX && PTRDIFF_MAX < SIZE_MAX]: Use SIZE_MAX,
20533         not (size_t) -1, since it's defined here.
20534
20535 2003-11-09  Karl Berry  <karl@gnu.org>
20536
20537         * config/mkinstalldirs, depcomp, mdate-sh: update from automake.
20538
20539 2003-11-06  Paul Eggert  <eggert@twinsun.com>
20540
20541         * lib/xalloc.h [HAVE_STDINT_H]: Include <stdint.h>.
20542         (xalloc_oversized) [! (PTRDIFF_MAX < SIZE_MAX)]:
20543         Reject sizes of exactly SIZE_MAX bytes.
20544         * lib/xreadlink.c: Include "xalloc.h" before checking whether SIZE_MAX
20545         is defined, since "xalloc.h" now defines SIZE_MAX on modern hosts.
20546
20547 2003-11-05  Bruno Haible  <bruno@clisp.org>
20548
20549         * lib/xsize.h: Include limits.h, to avoid a possible collision with
20550         SIZE_MAX defined in <limits.h> on Solaris.
20551
20552 2003-11-04  Jim Meyering  <jim@meyering.net>
20553
20554         * modules/sysexits: Use the `$(VAR)' notation for AC_SUBST'd
20555         variable names, rather than @VAR@.
20556         * modules/poll: Likewise.
20557
20558 2003-11-04  Bruno Haible  <bruno@clisp.org>
20559
20560         * modules/xsize: New file.
20561         * modules/linebreak: Depend on xsize.
20562         * MODULES.html.sh (func_all_modules): Add xsize.
20563
20564 2003-11-04  Bruno Haible  <bruno@clisp.org>
20565
20566         * m4/xsize.m4: New file.
20567
20568 2003-11-04  Bruno Haible  <bruno@clisp.org>
20569
20570         * lib/xsize.h: New file.
20571         * lib/linebreak.c: Include xsize.h.
20572         (mbs_possible_linebreaks, mbs_width_linebreaks): Check malloc()
20573         argument for overflow.
20574         Suggested by Paul Eggert.
20575
20576 2003-11-03  Karl Berry  <karl@gnu.org>
20577
20578         * config/config.{guess,sub}: update from config.
20579
20580 2003-11-03  Jim Meyering  <jim@meyering.net>
20581
20582         * modules/userspec (lib_SOURCES): Add userspec.h.
20583         (Include): Add "userspec.h".
20584         Improve description.
20585
20586 2003-11-03  Jim Meyering  <jim@meyering.net>
20587
20588         * lib/userspec.c: Include "userspec.h".
20589         * lib/userspec.h: New file.
20590
20591 2003-11-03  Bruno Haible  <bruno@clisp.org>
20592
20593         * m4/wait-process.m4 (gl_WAIT_PROCESS): Also check for waitid.
20594
20595 2003-11-03  Bruno Haible  <bruno@clisp.org>
20596
20597         * lib/wait-process.c (wait_process): Use waitid with WNOWAIT if
20598         available, to avoid (extremely rare) race condition.
20599         Suggested by Paul Eggert.
20600
20601 2003-11-02  Karl Berry  <karl@gnu.org>
20602
20603         * config/srclist.txt (vasprintf.c): sync broken, sigh.
20604
20605 2003-10-31  Paul Eggert  <eggert@twinsun.com>
20606
20607         * lib/mountlist.h (struct mount_entry.me_type_malloced): New member.
20608         * lib/mountlist.c (SIZE_MAX): Define if not defined already.
20609         (read_filesystem_list): Set and use me_type_malloced.
20610         Use "sizeof *me" rather than "sizeof (struct mount_entry)" (or
20611         whatever the type happens to be), for brevity and consistency.
20612         Check for size calculation overflow on Alphas running OSF/1.
20613
20614 2003-10-31  Jim Meyering  <jim@meyering.net>
20615
20616         * lib/hash.c: Include "xalloc.h" for use of xalloc_oversized.
20617
20618         * lib/linebuffer.c: Include <string.h> for declaration of memset.
20619
20620 2003-10-30  Paul Eggert  <eggert@twinsun.com>
20621             Bruno Haible  <bruno@clisp.org>
20622
20623         * lib/vasprintf.c: Include <limits.h>, <stdlib.h>.
20624         (vasprintf): Fail if the resulting length doesn't fit in an 'int'.
20625
20626 2003-10-30  Paul Eggert  <eggert@cs.ucla.edu>
20627
20628         * m4/host-os.m4 (UTILS_HOST_OS): Change netbsd*-gnu pattern back to
20629         netbsd*-gnu*.  Suggested by Robert Millan.
20630
20631 2003-10-29  Paul Eggert  <eggert@twinsun.com>
20632
20633         * modules/group-member: Depend on stdbool.
20634
20635 2003-10-29  Paul Eggert  <eggert@twinsun.com>
20636
20637         * m4/xalloc.m4 (gl_XALLOC): Undo previous change.
20638
20639 2003-10-29  Paul Eggert  <eggert@twinsun.com>
20640
20641         * m4/host-os.m4 (UTILS_HOST_OS): Resurrect netbsd*-gnu.  Add comments
20642         to it, and to knetbsd*-gnu and kfreebsd*-gnu.  Remove the '*' from
20643         after the 'gnu' in these cases.  This fixes some bugs in the
20644         previous change, and is based on suggestions by Robert Millan.
20645
20646 2003-10-29  Paul Eggert  <eggert@twinsun.com>
20647
20648         * lib/xalloc.h (xalloc_oversized): Now a macro, not a function,
20649         so that it works even if SIZE_MAX < N.  Do not include <stdbool.h>;
20650         no longer needed.
20651         * lib/quotearg.c (quotearg_n_options): Use it.
20652         * lib/group-member.c: Include <stdbool.h>.
20653         (free_group_info): Arg is now const *; don't free arg.
20654         (get_group_info): Now returns bool and accepts struct group_info *,
20655         rather than returning a malloc'ed struct group_info *.
20656         All uses changed.  Check for overflow in internal size calculation.
20657
20658         * lib/getusershell.c (readname): Simplify the code by using x2nrealloc
20659         rather than xmalloc/xrealloc.
20660         * lib/linebuffer.c (initbuffer, readlinebuffer): Simplify the code by
20661         using x2realloc rather than xmalloc/xrealloc.  Also, fix a C
20662         conformance bug: the old code used a pointer after freeing the
20663         storage that it addressed.
20664         * lib/hash.c (hash_initialize): Simplify the code by using
20665         xalloc_oversized rather than doing it by hand.
20666         * lib/getgroups.c (getgroups): Don't use xrealloc, since we don't need
20667         the buffer preserved.  Use free and xmalloc instead.
20668         * lib/quotearg.c (quotearg_n_options): Likewise.
20669         Use a simpler test for size overflow.  Don't use xalloc_oversized
20670         because unsigned int might be wider than size_t (!); this suggests
20671         that we should switch from unsigned int to size_t for slot numbers.
20672
20673 2003-10-28  Paul Eggert  <eggert@twinsun.com>
20674
20675         * m4/host-os.m4 (UTILS_HOST_OS): Identify GNU/KFreeBSD and
20676         GNU/KNetBSD.  These implementations use glibc atop the FreeBSD and
20677         NetBSD kernels.  Requested by Richard Stallman.
20678
20679 2003-10-27  Paul Eggert  <eggert@twinsun.com>
20680
20681         * lib/exclude.c (new_exclude): Use xzalloc rather than xmalloc
20682         to allocate the returned structure.  Do not allocate a subarray,
20683         as x2nrealloc will do that.
20684         (add_exclude): Use x2nrealloc to reallocate ex->exclude,
20685         instead of xnrealloc.
20686         (add_exclude_file): Use x2realloc instead of malloc + xnrealloc.
20687
20688 2003-10-27  Bruno Haible  <bruno@clisp.org>
20689
20690         * lib/stdbool_.h: Better support for BeOS.
20691
20692 2003-10-26  Paul Eggert  <eggert@twinsun.com>
20693
20694         * m4/xalloc.m4 (gl_XALLOC): Requore AC_C_INLINE, since xalloc.h
20695         now uses inline.
20696
20697 2003-10-26  Paul Eggert  <eggert@twinsun.com>
20698
20699         * lib/xalloc.h (xalloc_oversized): New static inline function, for
20700         callers that want to do their own size-overflow checking.  Include
20701         <stdbool.h>, since xalloc_oversized returns bool.
20702         * lib/xalloc.c (array_size_overflow): Remove.  All callers changed
20703         to use xalloc_oversized.
20704
20705         Add two functions x2realloc, x2nrealloc, for programs that grow
20706         arrays dynamically by doubling their sizes.
20707         * lib/xalloc.h (x2realloc, x2nrealloc): New decls.
20708         * lib/xmalloc.c (x2nrealloc_inline, x2nrealloc, x2realloc):
20709         New functions.
20710
20711         Port to C99 semantics for 'inline' of external functions.
20712         Bug reported by Bruno Haible.
20713         * lib/xmalloc.c (xnmalloc_inline): New static inline function,
20714         with the old contents of xnmalloc.
20715         (xnmalloc, xmalloc): Use it.
20716         (xnrealloc_inline): New static inline function,
20717         with the old contents of xnrealloc.
20718         (xnrealloc, xrealloc): Use it.
20719
20720         * lib/alloc.c (alloca): xmalloc cannot return NULL, so don't test for
20721         that.
20722
20723 2003-10-26  Karl Berry  <karl@gnu.org>
20724
20725         * config/srclist.txt (COPYING.DOC): no longer available from
20726         /gd/gnuorg; don't know where the ultimate source is.
20727
20728 2003-10-25  Paul Eggert  <eggert@twinsun.com>
20729
20730         Fix several address-calculation bugs in the hash modules,
20731         plus some minor code cleanup.
20732
20733         * lib/hash.h: Include <stdbool.h>, for bool.
20734         * lib/hash.c: Don't include <stdbool.h>, since hash.h does it now.
20735         * lib/hash.h (Hash_hasher, hash_get_n_buckets, hash_get_n_buckets_used,
20736         hash_get_n_entries, hash_get_max_bucket_length,
20737         hash_get_entries, hash_do_for_each, hash_string, hash_initialize,
20738         hash_rehash): Use size_t rather than unsigned.
20739         * lib/hash.c (struct hash_table, hash_get_n_buckets,
20740         hash_get_n_buckets_used, hash_get_n_entries,
20741         hash_get_max_bucket_length, hash_table_ok, hash_print_statistics,
20742         hash_get_entries, hash_do_for_each, hash_string, is_prime,
20743         next_prime, hash_initialize, hash_rehash, hash_delete, hash_print):
20744         Likewise.
20745         (SIZE_MAX): Define if not defined.
20746         (hash_get_max_bucket_length, hash_table_ok, hash_lookup,
20747         hash_get_first, hash_get_next, hash_get_entries, hash_do_for_each,
20748         hash_print):
20749         Use const * when possible.
20750         (hash_string): Use (unsigned char) *P rather than *(unsigned char *) P.
20751         (check_tuning): Fix bug: if tuning parameters were very close to
20752         0 or 1, rounding errors could have caused subscript violations.
20753         (hash_initialize, allocate_entry, hash_print): Remove unnecessary cast.
20754         (hash_initialize): Add 'fail:' label
20755         to free table and return NULL, and use it to simplify code.
20756         Use calloc rather than clearing the storage ourself.
20757         (hash_initialize, hash_rehash): Check for arithmetic overflow in
20758         buffer size calculations.
20759         * lib/hash-pjw.h (hash_pjw): Use size_t, not unsigned.
20760         Include <stddef.h>, for size_t.
20761         * lib/hash-pjw.c (hash_pjw): Likewise.
20762         Switch to method described by Bruno Haible.
20763         Include <limits.h>, for CHAR_BIT.
20764         (SIZE_BITS): New macro.
20765
20766 2003-10-23  Paul Eggert  <eggert@twinsun.com>
20767
20768         * m4/getline.m4 (AM_FUNC_GETLINE):
20769         Don't include getndelim2.o twice into LIBOBJS; this breaks on some
20770         hosts.  Problem reported by Derek Robert Price in
20771         <http://mail.gnu.org/archive/html/bug-gnulib/2003-10/msg00092.html>.
20772         This patch can be withdrawn after Autoconf 2.58 is required for gnulib.
20773         * m4/getndelim2.m4 (gl_GETNDELIM2): Likewise.
20774
20775 2003-10-21  Paul Eggert  <eggert@twinsun.com>
20776
20777         * lib/getndelim2.c (getndelim2): When size calculation overflows,
20778         ceiling the allocation at NMAX bytes rather than silently
20779         discarding input bytes before NMAX is reached.  This makes
20780         a difference only if NMAX exceeds SIZE_MAX / 2.
20781
20782         * lib/obstack.c: Merge from glibc.
20783         [defined _LIBC]: Include <obstack.h>, not "obstack.h".
20784         Add libc_hidden_def (_obstack_newchunk).
20785         (_obstack_free) [! defined _LIBC]: Remove.
20786         [defined _LIBC]: Make a strong alias from obstack_free, rather than
20787         a clone of the function body.
20788         (fputs) [defined _LIBC && defined USE_IN_LIBIO]: Remove.
20789         [defined _LIBC && !defined USE_IN_LIBIO]: Include <libio/iolibio.h>.
20790
20791         * lib/obstack.h: Indenting cleanup, to make it easier to merge with
20792         glibc.
20793         (obstack_grow, obstack_grow0): Remove unnecessary parentheses around
20794         arg to memcpy.
20795
20796         * lib/obstack.h (obstack_1grow_fast): Properly parenthesize arg.
20797         (obstack_ptr_grow_fast, obstack_int_grow_fast):
20798         Don't use lvalue casts, as GCC plans to remove support for them
20799         in GCC 3.5.  Reported by Joseph S. Myers.  This bug
20800         was also present in the non-GCC version, indicating that this
20801         code had always been buggy and had never been widely used.
20802         (obstack_1grow, obstack_ptr_grow, obstack_int_grow, obstack_blank):
20803         Use the fast variant of each macro, rather than copying the
20804         definiens of the fast variant; that way, we'll be more likely to
20805         catch future bugs in the fast variants.
20806
20807 2003-10-20  Bruno Haible  <bruno@clisp.org>
20808
20809         * modules/wait-process: New file.
20810         * MODULES.html.sh (func_all_modules): Add wait-process.
20811
20812 2003-10-20  Bruno Haible  <bruno@clisp.org>
20813
20814         * m4/wait-process.m4: New file.
20815
20816 2003-10-20  Bruno Haible  <bruno@clisp.org>
20817
20818         * lib/wait-process.h: New file, from GNU gettext.
20819         * lib/wait-process.c: New file, from GNU gettext.
20820
20821 2003-10-19  Jim Meyering  <jim@meyering.net>
20822
20823         * lib/vasnprintf.c (vasnprintf): Work around losing snprintf on
20824         HPUX 10.20.
20825
20826 2003-10-18  Karl Berry  <karl@gnu.org>
20827
20828         * config/config.guess: update from config.
20829
20830 2003-10-16  Paul Eggert  <eggert@twinsun.com>
20831
20832         * lib/getgroups.c: Include <errno.h>, <stdlib.h>.
20833         (getgroups): First arg is int, not size_t.
20834         Don't let 'free' mangle errno.
20835
20836 2003-10-16  Paul Eggert  <eggert@twinsun.com>
20837
20838         * README: Mention that gnulib assumes that (foo *) NULL + 0 == NULL.
20839
20840 2003-10-16  Karl Berry  <karl@gnu.org>
20841
20842         * config/config.{guess,sub}: update from config.
20843
20844 2003-10-16  Jim Meyering  <jim@meyering.net>
20845
20846         * lib/xmalloc.c: Include <string.h>, for declarations of memset and
20847         memcpy.
20848
20849 2003-10-15  Paul Eggert  <eggert@twinsun.com>
20850
20851         * lib/exclude.c: Do not include <inttypes.h> or <stdint.h>.
20852         (SIZE_MAX): Remove.
20853         (new_exclude, add_exclude_file): Initial size no longer needs to
20854         be a power of 2.
20855         (add_exclude, add_exclude_file): Use xnrealloc instead of rolling
20856         our own address arithmetic overflow checking.
20857
20858         * lib/fnmatch.c (SIZE_MAX): Define if standard headers don't.
20859         (fnmatch): Do not alloca more than 2000 wide characters;
20860         instead, use malloc for large buffers.
20861         Check for address arithmetic overflow, and return -1
20862         with errno set to ENOMEM in that case.
20863         * lib/fnmatch_loop.c (ALLOCA_LIMIT): New macro.
20864         (NEW_PATTERN): Do not alloca more than 8000 bytes;
20865         instead, return -1.  Check for address arithmetic overflow.
20866
20867 2003-10-14  Paul Eggert  <eggert@twinsun.com>
20868
20869         Handle invalid suffixes and overflow independently, so that
20870         callers can treat them independently as needed.  Fix some bugs in
20871         suffix handling, e.g., "100k@" was not diagnosed as an invalid
20872         suffix for a human-readable blocksize.  The major caller-visible
20873         change is the addition of a new
20874         LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW enum value, indicating
20875         that both overflow and suffix chars were found.
20876
20877         * lib/human.c (humblock): Don't check separately for invalid suffix
20878         char; that is xstrtoumax's job (now that its bug is fixed).
20879         * lib/xstrtoimax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [defined
20880         INTMAX_MAX]: New macros.
20881         * lib/xstrtol.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM, TYPE_MINIMUM,
20882         TYPE_MAXIMUM): New macros.
20883         (bkm_scale, bkm_scale_by_power): Return strtol_error, not int.
20884         (bkm_scale, bkm_scale_by_power, __xstrtol): Return maximal values
20885         if overflow occurs, as it's what __strtol does and it's more useful
20886         in practice.
20887         (__xstrtol): If __strtol reports some error other than ERANGE,
20888         reflect it to the caller as LONGINT_INVALID.  If it reports
20889         ERANGE, continue the rest of parsing, and report LONGINT_OVERFLOW
20890         | LONGINT_INVALID_SUFFIX_CHAR if both errors occur.
20891         * lib/xstrtol.h (LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW): New enum
20892         value.
20893         (_STRTOL_ERROR): Handle it.  Abort when given unknown error codes.
20894         * lib/xstrtoul.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM): New macros.
20895         * lib/xstrtoumax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM)
20896         [defined UINTMAX_MAX]: New macros.
20897
20898 2003-10-14  Bruno Haible  <bruno@clisp.org>
20899
20900         * modules/fatal-signal: Add m4/sig_atomic_t.m4 to file list.
20901
20902 2003-10-14  Bruno Haible  <bruno@clisp.org>
20903
20904         * m4/sig_atomic_t: New file, from GNU gettext.
20905         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Require gt_TYPE_SIG_ATOMIC_T.
20906
20907 2003-10-14  Bruno Haible  <bruno@clisp.org>
20908
20909         * lib/fatal-signal.h: Improved comments. Suggested by Paul Eggert.
20910         * lib/fatal-signal.c: Use sig_atomic_t. Suggested by Paul Eggert.
20911         Also use volatile where needed.
20912
20913 2003-10-12  Paul Eggert  <eggert@twinsun.com>
20914
20915         * modules/xalloc: Do not depend on 'exit'.  Depend on 'stdbool'.
20916         Change maintainer from Bruno Haible to 'all'.
20917
20918 2003-10-12  Paul Eggert  <eggert@twinsun.com>
20919
20920         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Require AC_C_INLINE.
20921
20922 2003-10-12  Paul Eggert  <eggert@twinsun.com>
20923
20924         * lib/xalloc.h (xnmalloc, xzalloc, xnrealloc, xclone): New decls.
20925         (XMALLOC, XCALLOC, XREALLOC, XFREE, CCLONE, CLONE): Deprecate,
20926         and define in terms of the other primitives.
20927         * lib/xmalloc.c: Include stdbool.h; do not include exit.h.
20928         (SIZE_MAX): Define if not already defined.
20929         (array_size_overflow): New function.
20930         (xalloc_die): Abort instead of exiting if 'error' returns.
20931         (xnmalloc, xnrealloc, xzalloc, xclone): New functions.
20932         (xmalloc, xrealloc): Use them.
20933         (xcalloc): Check for address arithmetic overflow.
20934         * lib/xstrdup.c (xstrdup): Use xclone, since memcpy should be
20935         a bit faster than strcpy.
20936
20937 2003-10-10  Simon Josefsson  <jas@extundo.com>
20938
20939         * modules/argp (Depends-on): Add restrict and strcase.
20940
20941 2003-10-10  Simon Josefsson  <jas@extundo.com>
20942
20943         * m4/argp.m4: Add AC_C_INLINE.
20944
20945 2003-10-08  Paul Eggert  <eggert@twinsun.com>
20946
20947         Merge getpass from libc, plus a few fixes.
20948
20949         * lib/getpass.c (HAVE_STDIO_EXT) [_LIBC]: Define to 1.
20950         Include <stdbool.h>.
20951         Include <stdio_ext.h> if HAVE_STDIO_H, otherwise define
20952         __fsetlocking to empty.
20953         [_LIBC]: Do not include "getline.h" or "unlocked-io.h", but
20954         do include <bits/libc-lock.h>.
20955         Do not include <fcntl.h>; not needed.
20956         [_LIBC]: Include <wchar.h>.
20957         (NOTCANCEL_MODE): New macro.
20958         (flockfile, funlockfile) [_LIBC]: New macros.
20959         (__libc_cleanup_push, __libc_cleanup_pop, __getline, __tcgetattr)
20960         [!_LIBC]: New macros.
20961         (call_fclose): New function.
20962         (getpass): Use it.  Save tty stream separately; this simplifies the
20963         code and makes it more reliable if stdin happens to equal stdout.
20964         Invoke __fsetlocking on tty.
20965         Handle thread cancellation if needed.
20966         Namespace cleanup (use __tcgetattr, __getline).
20967         Use bool for Booleans.
20968         [USE_IN_LIBIO]: Handle wide streams.
20969         [!_LIBC]: Unconditionally do the fseek, since we don't know what
20970         stream might go where.
20971
20972         * lib/unlocked-io.h: Include <stdio.h>, so that the caller
20973         doesn't have to include <stdio.h> before us.
20974         (clearerr_unlocked, feof_unlocked, ferror_unlocked,
20975         fflush_unlocked, fgets_unlocked, fputc_unlocked, fputs_unlocked,
20976         fread_unlocked, fwrite_unlocked, getc_unlocked, getchar_unlocked,
20977         putc_unlocked, putchar_unlocked): Define to the unlocked counterpart
20978         if not declared, so that we can use getpass.c code from libc without
20979         rewriting it.
20980         (flockfile, ftrylockfile, funlockfile): New macros.
20981
20982 2003-10-08  Paul Eggert  <eggert@twinsun.com>
20983
20984         * modules/getpass: Depend on stdbool.
20985
20986 2003-10-08  Paul Eggert  <eggert@twinsun.com>
20987
20988         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for stdio_ext.h.
20989
20990 2003-10-07  Karl Berry  <karl@gnu.org>
20991
20992         * config/config.{guess,sub}: update from config.
20993
20994 2003-10-06  Jim Meyering  <jim@meyering.net>
20995             Bruno Haible  <bruno@clisp.org>
20996
20997         This lets translators provide better translations for the
20998         "Written by ..." part of --version output.
20999         * lib/version-etc.h: Include stdarg.h.
21000         (version_etc_copyright): Declare as readonly.
21001         (version_etc): Make this function variadic with a NULL-terminated list
21002         of author name strings.
21003         (version_etc_va): New declaration.
21004         * lib/version-etc.c: Include stdarg.h, stdlib.h.
21005         (version_etc_copyright): Declare as readonly.
21006         (version_etc_va): New function. Provide a different translatable string
21007         for each possible number of authors < 10. Abbreviate when there are 10
21008         authors or more.
21009         (version_etc): Make this function variadic. Call version_etc_va.
21010         Suggestion from Gary V. Vaughan.
21011
21012         * lib/long-options.h (parse_long_options): Change prototype: the
21013         authors string is moved to the end and becomes variadic.
21014         * lib/long-options.c: Include stdarg.h.
21015         (parse_long_options): Make this function variadic, too.
21016         Call version_etc_va, not version_etc.
21017
21018 2003-10-06  Bruno Haible  <bruno@clisp.org>
21019
21020         * modules/version-etc-2: Remove file.
21021         * MODULES.html.sh (func_all_modules): Remove version-etc-2.
21022
21023 2003-10-06  Bruno Haible  <bruno@clisp.org>
21024
21025         * modules/fatal-signal: New file.
21026         * MODULES.html.sh (func_all_modules): Add fatal-signal.
21027
21028 2003-10-06  Bruno Haible  <bruno@clisp.org>
21029
21030         * m4/fatal-signal.m4: New file.
21031         * m4/signalblocking.m4: New file, from GNU gettext.
21032
21033 2003-10-06  Bruno Haible  <bruno@clisp.org>
21034
21035         * lib/version-etc-2.h: Remove file.
21036         * lib/version-etc-2.c: Remove file.
21037
21038 2003-10-06  Bruno Haible  <bruno@clisp.org>
21039
21040         * lib/fatal-signal.h: New file, from GNU gettext.
21041         * lib/fatal-signal.c: New file, from GNU gettext.
21042
21043 2003-10-05  Paul Eggert  <eggert@twinsun.com>
21044
21045         * README: Rework advice for preventing empty .o files.
21046         Don't recommend ELIDE constructs.  Recommend <stddef.h>,
21047         not <sys/types.h>.
21048
21049 2003-10-04  Karl Berry  <karl@gnu.org>
21050
21051         * lib/argp*: update from libc.
21052
21053 2003-10-04  Karl Berry  <karl@gnu.org>
21054
21055         * config/config.{guess,sub}: update from config.
21056
21057 2003-10-02  Bruno Haible  <bruno@clisp.org>
21058
21059         * modules/lchown (Include): Add lchown.h.
21060         * modules/time_r (Include): Use "..." syntax.
21061         * modules/xgetdomainname (Include): Add xgetdomainname.h.
21062
21063 2003-10-01  Simon Josefsson  <jas@extundo.com>
21064
21065         * MODULES.html.sh (func_all_modules): Move gethostname from section
21066         'based on' to section 'lacking' POSIX:2001.
21067
21068 2003-10-01  Larry Jones  <lawrence.jones@eds.com>
21069
21070         * lib/getpass.c (getpass): Use a no-op fseek when switching from input
21071         to output mode on the same stream.
21072
21073 2003-09-29  Paul Eggert  <eggert@twinsun.com>
21074
21075         * lib/strftime.c (tm_diff) [! HAVE_TM_GMTOFF]:
21076         Fix arg typo in previous patch.
21077
21078 2003-09-28  Jim Meyering  <jim@meyering.net>
21079
21080         * lib/error.c: Correct cpp indentation.
21081
21082 2003-09-27  Paul Eggert  <eggert@twinsun.com>
21083
21084         * modules/free: New file.
21085
21086 2003-09-27  Paul Eggert  <eggert@twinsun.com>
21087
21088         * m4/free.m4: New file.
21089
21090 2003-09-27  Paul Eggert  <eggert@twinsun.com>
21091
21092         * lib/minmax.h (MIN, MAX)
21093         [__STDC__ && defined __GNUC__ && __GNUC__ >= 2]:
21094         Omit the special code that used __typeof__, since we worry that
21095         it could be more trouble than it's worth.  See:
21096         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00090.html
21097         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00095.html
21098
21099         * lib/free.c: New file.
21100
21101 2003-09-27  Oskar Liljeblad  <oskar@osk.mine.nu>
21102
21103         Trivial fixes to Makefile.am parts of module listings.
21104         * modules/strstr: Append strstr.h to lib_SOURCES.
21105         * modules/strcase: Likewise, for strcase.h.
21106
21107 2003-09-27  Karl Berry  <karl@gnu.org>
21108
21109         * config/mkinstalldirs: update from automake.
21110
21111 2003-09-26  Paul Eggert  <eggert@twinsun.com>
21112
21113         * lib/error.c (SIZE_MAX) [!defined SIZE_MAX]: Define.
21114         (error_tail): Do not loop, reallocating temporary buffer, since
21115         the output cannot contain more wide characters than the input
21116         contains bytes, the size must be big enough already.  This avoids
21117         one potential size overflow calculation.  Check for size overflow
21118         when calculating temporary buffer size.  Free temporary buffer
21119         when done, if it was allocated with malloc; this plugs a memory
21120         leak.  Remove casts from void * to pointers, that are no longer
21121         needed now that we're assuming C89 or better.
21122
21123         Merge error changes from glibc.
21124
21125         * lib/error.c, error.h: Update copyright notice header to match glibc.
21126         * lib/error.c [defined _LIBC]: Include <errno.h>, <bits/libc-lock.h>.
21127         (error, error_at_line) [defined _LIBC && defined __libc_ptf_call]:
21128         Disable cancellation while printing error.
21129         * lib/error.h: Prepend __ to parameter names.
21130
21131 2003-09-26  Jim Meyering  <jim@meyering.net>
21132
21133         * lib/error.c (error_tail): Move some declarations
21134         into inner scope where the local variables are used.
21135
21136 2003-09-26  Bruno Haible  <bruno@clisp.org>
21137
21138         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Add comments about the AIX
21139         stpncpy().
21140         Don't define stpncpy through config.h; it's now done through stpncpy.h.
21141
21142 2003-09-26  Bruno Haible  <bruno@clisp.org>
21143
21144         * lib/stpncpy.h (gnu_stpncpy): New declaration.
21145         (stpncpy): Define as alias for gnu_stpncpy.
21146         * lib/stpncpy.c [!_LIBC]: Define gnu_stpncpy, not stpncpy.
21147
21148 2003-09-25  Simon Josefsson  <jas@extundo.com>
21149
21150         * lib/xgetdomainname.h: New file.
21151         * lib/xgetdomainname.c: New file.
21152
21153 2003-09-25  Simon Josefsson  <jas@extundo.com>
21154             Bruno Haible  <bruno@clisp.org>
21155
21156         * modules/getdomainname: New file.
21157         * modules/xgetdomainname: New file.
21158         * MODULES.html.sh (func_all_modules): Add getdomainname,
21159         xgetdomainname.
21160
21161 2003-09-25  Simon Josefsson  <jas@extundo.com>
21162             Bruno Haible  <bruno@clisp.org>
21163
21164         * m4/getdomainname.m4: New file.
21165
21166 2003-09-25  Simon Josefsson  <jas@extundo.com>
21167             Bruno Haible  <bruno@clisp.org>
21168
21169         * lib/getdomainname.h: New file.
21170         * lib/getdomainname.c: New file.
21171
21172 2003-09-25  Karl Berry  <karl@gnu.org>
21173
21174         * lib/argp-fmtstream.c, argp-help.c: update from libc.
21175
21176 2003-09-25  Karl Berry  <karl@gnu.org>
21177
21178         * config/install-sh: update from automake.
21179
21180 2003-09-25  Bruno Haible  <bruno@clisp.org>
21181
21182         * modules/version-etc-2: New file, from modules/version-etc with
21183         modifications.
21184         * MODULES.html.sh (func_all_modules): Add version-etc-2.
21185
21186 2003-09-25  Bruno Haible  <bruno@clisp.org>
21187
21188         * lib/version-etc-2.h: New file, from version-etc.h with modifications.
21189         * lib/version-etc-2.c: New file, from version-etc.c with modifications.
21190
21191 2003-09-24  Simon Josefsson  <jas@extundo.com>
21192
21193         * modules/xgethostname: Add xgethostname.h.
21194
21195 2003-09-24  Paul Eggert  <eggert@twinsun.com>
21196
21197         * lib/linebuffer.c (freebuffer): Don't free the argument, just
21198         the buffer associated with the argument.  Bug reported by
21199         Simon Josefsson.
21200
21201 2003-09-24  Paul Eggert  <eggert@twinsun.com>
21202
21203         * README: Document assumptions that 'int' is at least 32 bits
21204         wide, that integer arithmetic is 2's complement without overflow,
21205         that there are no holes in integer values, that adding sizes of
21206         two nonoverlapping objects can't overflow, and that all-bits-zero
21207         yields scalar zero.  Fix spelling and capitalization typos.
21208
21209 2003-09-19  Karl Berry  <karl@gnu.org>
21210
21211         * lib/argp.h: update from libc.
21212
21213 2003-09-17  Paul Eggert  <eggert@twinsun.com>
21214
21215         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Call AC_BEFORE first,
21216         to avoid spurious warnings like "AC_RUN_IFELSE was called before
21217         gl_USE_SYSTEM_EXTENSIONS" from autoreconf.
21218
21219 2003-09-17  Paul Eggert  <eggert@twinsun.com>
21220
21221         * gnulib-tool: Use "test -h", not "test -L", for portability
21222         to Solaris 8 /bin/sh.  (This bug is fixed in Solaris 9.)
21223         (tags_regexp): Remove, since \| doesn't conform to POSIX.
21224         (sed_extract_prog): Issue s commands one-by-one, rather than
21225         using \| in one s command.
21226
21227 2003-09-16  Paul Eggert  <eggert@twinsun.com>
21228
21229         * lib/linebuffer.c (readlinebuffer): Return NULL immediately upon
21230         input error, instead of returning NULL the next time we are called
21231         (and therefore losing track of errno).
21232
21233 2003-09-16  Bruno Haible  <bruno@clisp.org>
21234
21235         * gnulib-tool (func_create_testdir): Warn about duplicated
21236         dependencies.
21237
21238 2003-09-15  Paul Eggert  <eggert@twinsun.com>
21239
21240         * modules/argmatch, modules/fatal, modules/obstack,
21241         modules/xalloc, modules/xgethostname: Sort dependencies by
21242         importance, not alphabetically.
21243
21244 2003-09-15  Paul Eggert  <eggert@twinsun.com>
21245
21246         * lib/getndelim2.c (getndelim2): Don't trash errno when a read
21247         fails, so that the caller gets the proper errno.
21248
21249         * lib/readutmp.c (read_utmp): Likewise.
21250         Check for fstat error.  Close stream and free storage
21251         when failing.
21252
21253 2003-09-14  Karl Berry  <karl@gnu.org>
21254
21255         * config/srclist.txt (strdup.c): disable for c89 changes.
21256
21257 2003-09-14  Jim Meyering  <jim@meyering.net>
21258
21259         * lib/getloadavg.c: Correct cpp indentation.
21260         * lib/strdup.c: Likewise.
21261         * lib/vasnprintf.c: Likewise.
21262
21263 2003-09-14  Bruno Haible  <bruno@clisp.org>
21264
21265         * modules/fwriteerror: New file.
21266         * MODULES.html.sh (func_all_modules): Add fwriteerror.
21267
21268 2003-09-14  Bruno Haible  <bruno@clisp.org>
21269
21270         * lib/fwriteerror.h: New file.
21271         * lib/fwriteerror.c: New file.
21272
21273 2003-09-12  Paul Eggert  <eggert@twinsun.com>
21274
21275         * modules/argmatch, modules/exitfail, modules/fatal, modules/obstack,
21276         modules/xgethostname, modules/xalloc: Depend on exit.
21277
21278 2003-09-12  Paul Eggert  <eggert@twinsun.com>
21279
21280         * m4/error.m4: Require AC_FUNC_STRERROR_R rather than invoking it.
21281
21282         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Require AC_AIX
21283         and AC_MINIX, too, so that their extensions are available.
21284
21285         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Remove.  All uses removed.
21286         This macro has been superseded by gl_BACKUPFILE.
21287
21288         More patches to assume C89 or better.
21289
21290         * m4/error.m4 (gl_ERROR): Don't check for vprintf.
21291
21292         * m4/check-decl.m4 (jm_CHECK_DECLS): Include <string.h>, <stdlib.h>
21293         unconditionally.
21294         * m4/closeout.m4 (gl_CLOSEOUT): Don't check for stdlib.h.
21295         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER):
21296         Include <string.h>, <stdlib.h> unconditionally.
21297         * m4/lstat.m4 (gl_PREREQ_LSTAT): Don't check for stdlib.h, free.
21298         * m4/readdir.m4 (GL_FUNC_READDIR): Don't check for string.h.
21299         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Don't check for standard C
21300         headers or for string.h.
21301         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Don't check for stdlib.h
21302         or strtoul.
21303
21304         * m4/mkstemp.m4 (jm_PREREQ_TEMPNAME): Do not require standard C
21305         headers.
21306         * m4/strdup.m4 (gl_PREREQ_STRDUP): Likewise.
21307         * m4/userspec.m4 (gl_USERSPEC): Likewise.
21308         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Likewise.
21309         * m4/xstrtod.m4 (gl_XSTRTOD): Likewise.
21310         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
21311         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't check for limits.h,
21312         memcpy, memset.
21313         (jm_FUNC_GNU_STRFTIME): Don't require standard C headers.
21314         * m4/strtod.m4 (gl_FUNC_STRTOD): Do not check for float.h.
21315         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Do not check for stdlib.h,
21316         strtol.
21317         * m4/strtol.m4 (gl_FUNC_STRTOL): Do not check for limits.h.
21318         * m4/userspec.m4 (gl_USERSPEC): Do not check for string.h.
21319         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Do not check for string.h, strtol,
21320         strtoul.
21321
21322 2003-09-12  Paul Eggert  <eggert@twinsun.com>
21323
21324         * lib/argmatch.c, fatal.c, xgethostname.c, xmalloc.c: Include exit.h.
21325         * lib/obstack.c [!defined _LIBC]: Likewise.
21326         * lib/argmatch.c (EXIT_FAILURE): Remove; now done by exit.h
21327         * lib/exitfail.c, fatal.c, xgethostname.c, xmalloc.c: Likewise.
21328         * lib/exitfail.c: Don't include stdlib.h; no longer needed.
21329
21330         More changes to assume C89 or better.
21331
21332         * lib/error.c (error_tail): Assume vprintf.
21333
21334         * lib/argmatch.c (getenv): Remove decl.
21335         * lib/progreloc.c (get_full_program_name): Define via prototype.
21336         * lib/setenv.c (clearenv): Likewise.
21337         * lib/stpncpy.c: Do not include <string.h> or <sys/types.h>; not
21338         needed.
21339         * lib/strdup.c: Include <stdlib.h>, <string.h> unconditionally.
21340         (malloc, memcpy): Remove decls.
21341         * lib/strftime.c (HAVE_LIMITS_H, STDC_HEADERS) [defined _LIBC]: Remove.
21342         (HAVE_MEMCPY) [defined emacs && !defined HAVE_BCOPY]: Remove.
21343         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
21344         (memcpy): Remove macro.
21345         (MEMCPY) [!defined COMPILE_WIDE]: Define to memcpy unconditionally.
21346         (__P): Remove.  All uses removed.
21347         (PTR): Remove.  All uses changed to void *.
21348         (CHAR_BIT, NULL): Remove.
21349         (spaces, zeros, memset_space, memset_zero)
21350         [!defined memset && !defined HAVE_MEMSET && !defined _LIBC]:
21351         Remove.
21352         (LOCALE_PARAM, LOCALE_PARAM_DECL): Remove.
21353         (memcpy_lowcase, memcpy_uppcase, tm_diff, iso_week_days):
21354         Define with prototype.
21355         Remove now-unnecessary prototype decl.
21356         (extra_args_spec): Assume ANSI C.  All uses changed.
21357         (extra_args_spec_iso): Remove.
21358         (my_strftime, emacs_strftimeu): Define via prototype.
21359         * lib/strtod.c: Include <float.h>, <stdlib.h>, <string.h>
21360         unconditionally.
21361         (DBL_MAX, DBL_MIN, HUGE_VAL, NULL): Remove decls.
21362         * lib/strtoimax.c: Include <stdlib.h> unconditionally.
21363         (strtoul, strtol): Remove decls.
21364         * lib/strtol.c (STDC_HEADERS, HAVE_LIMITS_H, NULL, ULONG_MAX,
21365         LONG_MAX): Remove.
21366         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
21367         (LOCALE_PARAM_DECL): Remove.  All uses changed to LOCALE_PARAM_PROTO.
21368         (LOCALE_PARAM_PROTO): New macro.
21369         (INTERNAL, INTERNAL1, WEAKNAME): Assume ANSI C, not K&R.
21370         (INTERNAL (strtol), strtol): Define with a prototype.
21371         (PARAMS): Remove.  All uses removed.
21372         * lib/tempname.c: Include <string.h> unconditionally.
21373         * lib/userspec.c: Include <stdlib.h>, <string.h> unconditionally.
21374         * lib/xgethostname.c (main): Define with a prototype.
21375         * lib/xmalloc.c: Include "xalloc.h" first, to check interface.
21376         Include <stdlib.h> unconditionally.
21377         (calloc, malloc, realloc, free): Remove decls.
21378         * lib/xstrtod.c: Include "xstrtod.h" first, to check interface.
21379         Include <stdlib.h> unconditionally.  Sort include file names.
21380         (strtod): Remove.
21381         (xstrtod): Define with a prototype.
21382         * lib/xstrtol.c: Include <stdlib.h>, <string.h> unconditionally.
21383         (strtol, strtoul): Remove decls.
21384
21385 2003-09-11  Paul Eggert  <eggert@twinsun.com>
21386
21387         More patches to assume C89 or better.
21388         * m4/strndup.m4 (gl_PREREQ_STRNDUP): Remove STDC_HEADERS check.
21389         * m4/strnlen.m4 (gl_PREREQ_STRNLEN): Don't check for memory.h,
21390         string.h, memchr, STDC_HEADERS.
21391
21392 2003-09-11  Paul Eggert  <eggert@twinsun.com>
21393
21394         * lib/strndup.c: Don't include <stdio.h>, <sys/types.h>.
21395         Include <stdlib.h>, <string.h> unconditionally.
21396         Remove now-unnecessary cast to char *.
21397         * lib/strnlen.c: Include <string.h> unconditionally.
21398         * lib/yesno.c (yesno): Define with a prototype.
21399
21400 2003-09-11  Bruno Haible  <bruno@clisp.org>
21401
21402         * config/srclist.txt (setenv.c, unsetenv.c): Disable for the moment.
21403
21404 2003-09-10  Jim Meyering  <jim@meyering.net>
21405
21406         * lib/error.c: Correct indentation of cpp directives.
21407
21408 2003-09-10  Bruno Haible  <bruno@clisp.org>
21409
21410         * m4/strcspn.m4 (gl_PREREQ_STRCSPN): Remove <string.h> check.
21411         * m4/strpbrk.m4 (gl_PREREQ_STRPBRK): Remove <string.h> check.
21412         * m4/strstr.m4 (gl_PREREQ_STRSTR): Remove <string.h> check.
21413         * m4/unicodeio.m4 (gl_UNICODEIO): Remove <string.h> check.
21414         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove
21415         <stdlib.h> and <string.h> checks.
21416         * m4/xreadlink.m4 (gl_XREADLINK): Remove <stdlib.h> check.
21417         * m4/yesno.m4 (gl_YESNO): Remove <stdlib.h> check.
21418
21419 2003-09-10  Bruno Haible  <bruno@clisp.org>
21420
21421         * lib/strcspn.c: Include <string.h> unconditionally.
21422         * lib/strpbrk.c: Include <string.h> unconditionally.
21423         * lib/strstr.c: Include <string.h> unconditionally.
21424         * lib/unicodeio.c: Include <string.h> unconditionally.
21425         * lib/setenv.c: Include <stdlib.h> and <string.h> unconditionally.
21426         * lib/unsetenv.c: Likewise.
21427         * lib/xreadlink.c: Include <stdlib.h> unconditionally.
21428         * lib/yesno.c: Include <stdlib.h> unconditionally.
21429         (rpmatch): Add prototype.
21430
21431 2003-09-09  Paul Eggert  <eggert@twinsun.com>
21432
21433         More patches to assume C89 or better.
21434         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Don't check for stdlib.h.
21435         * m4/getopt.m4 (gl_GETOPT): Don't check for string.h.
21436         * m4/getugroups.m4 (gl_GETUGROUPS): Do not check for standard C headers
21437         or for string.h.
21438         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Do not check for
21439         stdlib.h.
21440         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): Do not require standard
21441         C headers.
21442         * m4/hard-locale.m4 (gl_HARD_LOCALE): Do not check for stdlib.h,
21443         string.h.
21444         * m4/hash.m4 (gl_HASH): Do not check for stdlib.h, malloc, free.
21445         * m4/human.m4 (gl_HUMAN): Do not check for stdlib.h, string.h, getenv.
21446         * m4/idcache.m4 (gl_IDCACHE): Do not check for standard C headers,
21447         or for string.h.
21448         * m4/long-options.m4 (gl_LONG_OPTIONS): Do not check for stdlib.h.
21449         * m4/makepath.m4 (gl_MAKEPATH): Do not check for string.h or standard
21450         C headers.
21451         * m4/md5.m4 (gl_MD5): Don't check for limits.h, standard C headers,
21452         memcpy.
21453         * m4/sha.m4 (gl_SHA): Don't check for standard Cheaders, memcpy.
21454         * m4/memchr.m4 (jm_PREREQ_MEMCHR): Don't check for limits.h, stdlib.h.
21455         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): Don't check for string.h.
21456         * m4/memcoll.m4 (gl_MEMCOLL): Likewise.
21457         * m4/memrchr.c (gl_PREREQ_MEMRCHR): Don't check for limits.h.
21458         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): Don't check for stdlib.h,
21459         string.h, free.
21460         * m4/mktime.m4 (gl_PREREQ_MKTIME): Don't check for standard C headers.
21461         * m4/modechange.m4 (gl_MODECHANGE): Don't check for standard C headers.
21462         * m4/mountlist.m4 (gl_PREREQ_MOUNTLIST_EXTRA): Don't check for standard
21463         C headers, or for string.h.
21464         * m4/obstack.m4 (gl_OBSTACK): Don't check for stddefe.h, string.h.
21465         (gl_PREREQ_OBSTACK): Don't check for stdlib.h.
21466         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't check for standard C
21467         headers, memory.h, stdlib.h, string.h, strings.h.
21468         * m4/posixtm.m4 (gl_POSIXTM): Don't check for stdlib.h, string.h.
21469         * m4/posixver.m4 (gl_POSIXVER): Don't check for getenv.
21470         * m4/putenv.m4 (gl_PREREQ_PUTENV): Don't check for string.h, memcpy,
21471         strchr.
21472         * m4/readtokens.m4 (gl_READTOKENS): Don't check for standard C
21473         headers, memory.h, string.h.
21474         * m4/regex.m4 (jm_PREREQ_REGEX): Do not check for limits.h, string.h.
21475         * m4/rename.m4 (gl_PREREQ_RENAME): Do not check for stdlib.h, string.h,
21476         free.
21477         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Don't check for standard C
21478         headers.
21479         * m4/same.m4 (gl_SAME): Don't check for stdlib.h, string.h, free.
21480         * m4/save-cwd.m4 (gl_SAVE_CWD): Don't check for standard C headers.
21481         * m4/savedir.m4 (gl_SAVEDIR): Don't check for standard C headers.
21482         * m4/strchrnul.m4 (gl_PREREQ_STRCHRNUL): Don't check for string.h.
21483         * m4/xgetcwd.m4 (gl_XGETCWD): Don't check for stdlib.h.
21484
21485 2003-09-09  Paul Eggert  <eggert@twinsun.com>
21486
21487         More K&R removal.
21488
21489         * lib/acosl.c (main): Use a prototype.
21490         * lib/asinl.c, cosl.c, expl.c, frexpl.c, ldexpl.c, sinl.c,
21491         tanl.c: Likewise.
21492
21493         * lib/getloadavg.c (getloadavg, main): Define via prototypes.
21494
21495         * lib/getopt.h (struct option.name): Assume C89, and use 'const'.
21496         (getopt, etopt_long, getopt_long_only, _getopt_internal)
21497         [defined __GNU_LIBRARY__]: Assume C89, so we can always declare
21498         with a prototype.
21499         * lib/getopt.c (const): Remove macro.
21500         Include <string.h> unconditionally.
21501         (my_index): Remove; all uses changed to strchr.
21502         (strlen): Remove decl.
21503         (exchange): Remove forward decl; no longer needed.
21504         (exchange, _getopt_initialize, _getopt_internal, getopt, main):
21505         Define with prototype.
21506         * lib/getopt1.c (const): Remove macro.
21507         (getopt_long, getopt_long_only, main): Define with prototype.
21508
21509         * lib/getugroups.c: Include <string.h> unconditionally.
21510
21511         * lib/getusershell.c: Include <stdlib.h> unconditionally.
21512         (getusershell, setusershell, endusershell, readname, main):
21513         Define with prototypes.
21514
21515         * lib/group-member.c: Include group-member.h first.
21516         Include <stdlib.h> unconditionally.
21517
21518         * lib/hard-locale.c: Include hard-locale.h first.
21519         Include <stdlib.h>, <string.h> unconditionally.
21520
21521         * lib/hash.c (free, malloc): Remove decls.
21522         Include <stdlib.h> unconditionally.
21523
21524         * lib/human.c: Include <stdlib.h>, <string.h> unconditionally.
21525         (getenv): Do not declare.
21526
21527         * lib/idcache.c: Include <string.h> unconditionally.
21528
21529         * lib/long-options.c: Include long-options.h first, to test interface.
21530         Include <stdlib.h> unconditionally.
21531
21532         * lib/makepath.c: Include makepath.h first, to test interface.
21533         Include <stdlib.h> and <string.h> unconditionally.
21534
21535         * lib/linebuffer.c: Include <stdlib.h>.
21536         (free): Remove decl.
21537
21538         * lib/malloc.c: Include <stdlib.h>, for malloc; don't bother with
21539         stddef.h. rpl_malloc returns void *, not char *.
21540         * lib/realloc.c (rpl_realloc): Likewise.  Also, define with a
21541         prototype.
21542
21543         * lib/md5.h: Include <limits.h> unconditionally.
21544         (UINT_MAX_32_BITS): Don't worry about non-__STDC__ case.
21545         (__P): Remove; all uses removed.
21546         * lib/md5.c: Include "md5.h" first.
21547         (md5_init_ctx, md5_read_ctx, md5_finish_ctx, md5_stream,
21548         md5_buffer, md5_process_bytes, md5_process_block):
21549         Define with prototypes.
21550         * lib/sha.h (__P): Remove all uses.  (It wasn't defined??)
21551         * lib/sha.c: Include "sha.h" first.
21552         Include <stdlib.h>, <string.h> unconditionally.
21553
21554         * lib/memchr.c (__ptr_t): Remove; all uses changed to void *.
21555         * lib/memcmp.c (__ptr_t): Likewise.
21556         * lib/memrchr.c (__ptr_t): Likewise.
21557         * lib/memchr.c, memcmp.c, memcoll.c, memrchr.c:
21558         Include <string.h> unconditionally.
21559         * lib/memchr.c, memrchr.c: Include <limits.h> unconditionally.
21560         * lib/memchr.c: Include <stdlib.h> unconditionally.
21561         * lib/memchr.c (LONG_MAX): Remove.
21562         * lib/memrchr.c (LONG_MAX): Likewise.
21563         * lib/memchr.c (__memchr): Define via a prototype.
21564         * lib/memrchr.c (__memrchr): Likewise.
21565         * lib/memcmp.c (__P): Remove, and remove all uses.
21566         (memcmp_bytes, memcmp_common_alignment, memcmp_not_common_alignment):
21567         Remove forward decls; no longer needed.
21568         * lib/memcpy.c, memmove.c, memset.c: Include <stddef.h>.
21569         Use types required by C89 in prototype.
21570
21571         * lib/mkdir.c: Include <stdlib.h>, <string.h> unconditionally.
21572         * lib/savedir.c: Likewise.
21573         * lib/mkdir.c (free): Remove decl.
21574         * lib/rmdir.c (rmdir): Define with a prototype.
21575         * lib/savedir.c: Include savedir.h first, to test interface.
21576
21577         * lib/mktime.c (STDC_HEADERS): Remove.
21578         Include <stdlib.h>, <string.h> unconditionally.
21579
21580         * lib/modechange.c: Include <stdlib.h> unconditionally.
21581         (malloc): Remove decl.
21582
21583         * lib/mountlist.c: Include <stdlib.h>, <string.h> unconditionally.
21584         (free): Remove decl.
21585
21586         * lib/obstack.h (PTR_INT_TYPE) [!defined __PTRDIFF_TYPE__]:
21587         Define to ptrdiff_t, without bothering to check HAVE_STDDEF_H.
21588         (This type really should be intptr_t, but that's a C99ism.)
21589         (_obstack_memcpy): Remove: all uses changed to memcpy.
21590         Include <string.h> unconditionally.
21591         (struct obstack): Assume __STDC__ for types of members
21592         chunkfun, freefun, extra_arg.
21593         (_obstack_newchunk, _obstack_free, _obstack_begin, _obstack_begin_1,
21594         _obstack_memory_used, obstack_alloc_failed_handler, obstack_init,
21595         obstack_begin, obstack_specify_allocation,
21596         obstack_specify_allocation_with_arg, obstack_chunkfun,
21597         obstack_freefun, obstack_free) [! (defined __STDC__ && __STDC__)]:
21598         Remove unprototyped decls and the macros that use them.
21599         * lib/obstack.c (POINTER): Remove.  All uses changed to void *.
21600         (obstack_alloc_failed_handler, CALL_CHUNKFUN, CALL_FREEFUN,
21601         _obstack_begin, _obstack_begin_1, _obstack_allocated_p)
21602         (defined __STDC__ && __STDC__)]:
21603         Remove nonprototyped code.
21604         Include <stdlib.h> unconditionally.
21605         (_obstack_begin, _obstack_begin_1, _obstack_newchunk,
21606         _obstack_allocated_p, _obstack_free, obstack_free,
21607         _obstack_memory_used, print_and_abort):
21608         Define using prototypes.
21609         (obstack_1grow, obstack_1grow_fast, obstack_alloc, obstack_base,
21610         obstack_blank, obstack_blank_fast, obstack_copy, obstack_copy0,
21611         obstack_finish, obstack_grow, obstack_grow0, obstack_make_room,
21612         obstack_next_free, obstack_object_size, obstack_room) [0]:
21613         Remove unused, unprototyped code.
21614
21615         * lib/path-concat.c: Include <stdlib.h>, <string.h> unconditionally.
21616
21617         * lib/physmem.c (physmem_total, physmem_available, main): Define
21618         with prototypes.
21619
21620         * lib/posixtm.c: Include <stdlib.h>, <string.h> unconditionally.
21621         (main): Define with a prototype.
21622
21623         * lib/posixver.c (getenv): Remove decl.
21624
21625         * lib/putenv.c (malloc): Returns void *, not char *.
21626         Include <string.h> unconditionally.
21627         (strchr, memcpy, NULL): Do not define.
21628
21629         * lib/readtokens.c: Include readtokens.h first, to test interface.
21630         Include <stdlib.h>, <string.h> unconditionally.
21631         (init_tokenbuffer): Define with a prototype.
21632
21633         * lib/regex.c (PARAMS): Remove.  All uses removed.
21634         All uses of _RE_ARGS removed, too.
21635         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
21636         unconditionally.
21637         (bzero): Assume memset exists.
21638         (memcmp, memcpy, NULL): Remove.
21639         (SIGN_EXTEND_CHAR): Remove; all uses replaced by casts to signed
21640         char, or assignments to local vars of type signed char.
21641         (init_syntax_once, PREFIX(extract_number_and_incr),
21642         PREFIX(print_partial_compiled_pattern),
21643         PREFIX(print_compiled_pattern), PREFIX(print_double_string),
21644         convert_mbs_to_wcs, print_fastmap, re_set_syntax,
21645         PREFIX(regex_grow_registers), PREFIX(regex_compile),
21646         PREFIX(store_op1), PREFIX(store_op2), PREFIX(insert_op1),
21647         PREFIX(insert_op2), PREFIX(at_begline_loc_p),
21648         PREFIX(at_endline_loc_p), group_in_compile_stack, insert_space,
21649         wcs_compile_range, byte_compile_range, truncate_wchar,
21650         PREFIX(re_compile_fastmap), re_compile_fastmap, re_set_registers,
21651         re_search, re_search_2, PREFIX(re_search_2), re_match, re_match_2,
21652         count_mbs_length, wcs_re_match_2_internal,
21653         byte_re_match_2_internal, PREFIX(group_match_null_string_p),
21654         PREFIX(alt_match_null_string_p),
21655         PREFIX(common_op_match_null_string_p), PREFIX(bcmp_translate),
21656         re_compile_pattern, re_comp, re_exec, regcomp, regexec, regerror,
21657         regfree, PREFIX(extract_number)): Define with prototype.  Remove
21658         now-unnecessary declaration, if any.
21659         (byte_compile_range, PREFIX(regex_compile), re_comp, re_exec,
21660         regcomp, regexec):
21661         Remove now-unnecessary casts among pointer types.
21662         * lib/regex.h (_RE_ARGS): Remove.  All uses removed.
21663
21664         * lib/rename.c: Include <stdlib.h>, <string.h> unconditionally.
21665         (free): Remove decl.
21666
21667         * lib/rpmatch.c: Include <stdlib.h> unconditionally.
21668
21669         * lib/same.c: Include <stdlib.h>, <string.h> unconditionally.
21670         (free): Remove decl.
21671
21672         * lib/save-cwd.c: Include <stdlib.h> unconditionally.
21673         * lib/xgetcwd.c: Likewise.
21674
21675         * lib/stat.c: Include <stdlib.h>, <string.h> unconditionally.
21676         (free): Remove decl.
21677
21678         * lib/strchrnul.c (strchrnul): Define with a prototype.
21679         Fix bug: c_in was not converted to char before searching.
21680
21681         The following changes are not K&R related:
21682
21683         * lib/group-member.h: Include <sys/types.h>, so that this file is
21684         self-contained.
21685         * lib/makepath.h: Likewise.
21686
21687         * lib/getusershell.c (readname, default_index, line_size, readname):
21688         Use size_t, not int, for sizes.
21689         (readname): If the size overflows, report an error instead of
21690         looping forever.
21691
21692 2003-09-09  Paul Eggert  <eggert@twinsun.com>
21693
21694         * config/srclist.txt: Do not get getopt.h, getopt1.c, or regex.h from
21695         libc.
21696
21697 2003-09-09  Paul Eggert  <eggert@twinsun.com>
21698
21699         * README: New section: portability guidelines.
21700
21701 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
21702
21703         * m4/getndelim2.m4 (gl_PREREQ_GETNDELIM2): Assume stdlib.h per the
21704         C89 spec.
21705
21706 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
21707
21708         * lib/getndelim2.c: Assume stdlib.h per the C89 spec.
21709
21710 2003-09-08  Paul Eggert  <eggert@twinsun.com>
21711
21712         Assume C89 or better; remove K&R cruft.
21713         A few of these changes were first proposed by Derek Robert Price
21714         in <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00105.html>.
21715
21716         * lib/addext.c: Include <string.h> unconditionally.
21717         * lib/backupfile.c: Include <string.h>, <stdlib.h> unconditionally.
21718         Don't declare getenv or malloc.
21719
21720         * lib/alloca.c: Include <string.h>, <stdlib.h> unconditionally.
21721         (POINTER_TYPE, pointer): Remove; all uses changed to void *.
21722         (NULL): Remove.
21723         (find_stack_direction, alloca): Use prototypes.
21724
21725         * lib/atexit.c (atexit): Define using a prototype.
21726
21727         * lib/basename.c, dirname.c, stripslash.c:
21728         Include <string.h> unconditionally.
21729
21730         * lib/bcopy.c: Include <stddef.h>.
21731         (bcopy): Define with prototype, using 'const' and 'void' and 'size_t'.
21732
21733         * lib/canon-host.c: Include <stdlib.h>, <string.h> unconditionally.
21734
21735         * lib/error.h (error, error_at_line, error_print_progname)
21736         [! (defined (__STDC__) && __STDC__)]: Remove decls.
21737         * lib/error.c: Include error.h first, to check interface.
21738         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
21739         (VA_START): Remove; all uses changeed to va_start.
21740         (exit, strerror): Remove decls.
21741         (error_print_progname): Prototype uncondionally.
21742         Don't include <errno.h>; no longer needed.
21743         (private_strerror): Remove.
21744         (error_tail): Always define.
21745         (error, error_at_line): Assume C89 or better; always use prototypes.
21746         * lib/fatal.c: Include "fatal.h" first, to test interface.
21747         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
21748         (VA_START): Remove; all uses changed to va_start.
21749         [! (HAVE_VPRINTF || HAVE_DOPRNT || _LIBC)]: Remove support for
21750         this case.
21751         (exit): Remove decl.
21752         (fatal): Prototype unconditionally.  Assume va_start works.
21753         Abort at end, to pacify gcc.
21754
21755         * lib/euidaccess.c (main): Define with a prototype.
21756
21757         * lib/exclude.c: Include <stdlib.h>, <string.h> unconditionally.
21758
21759         * lib/exitfail.c: Include <stdlib.h> unconditionally.
21760
21761         * lib/fnmatch_.h (__P): Remove.  All uses changed to assume
21762         prototypes.
21763         * lib/fnmatch.c: Include fnmatch.h first, to test interface.
21764         Include <string.h>, <stddef.h>, <stdlib.h> unconditionally.
21765         (getenv): Remove decl.
21766         (fnmatch): Define using a prototype.
21767         * lib/fnmatch_loop.c (FCT): Remove forward decl; no longer needed.
21768         (FCT): Define using a prototype.
21769
21770         * lib/getdate.y: Include <stdlib.h>, <string.h> unconditionally.
21771
21772         * lib/gethostname.c: Include <stddef.h>.
21773         (gethostname): Define with prototype.  Length is size_t, not int.
21774
21775 2003-09-08  Paul Eggert  <eggert@twinsun.com>
21776
21777         Assume C89 or better; remove K&R cruft.
21778         * m4/alloca.m4 (gl_PREREQ_ALLOCA): Don't check for stdlib.h, string.h.
21779         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for stdlib.h,
21780         string.h, getenv, malloc.
21781         * m4/dirname.m4 (gl_DIRNAME): Don't check for string.h or C standard
21782         headers.
21783         * m4/canon-host.m4 (gl_CANON_HOST): Don't check for string.h, stdlib.h.
21784         * m4/error.m4 (jm_PREREQ_ERROR): Do not require STDC headers, and
21785         do not check for strerror.
21786         * m4/exclude.m4: Do not check for stdlib.h, string.h, strings.h.
21787         * m4/exitfail.m4 (gl_EXITFAIL): Do not check for stdlib.h.
21788         * m4/fatal.m4 (gl_FATAL): Do not require STDC headers, and
21789         do not check for doprnt or vprintf.
21790         * m4/fnmatch.m4 (gl_PREREQ_FNMATCH_EXTRA): Remove.  All uses removed.
21791         * m4/getdate.m4 (gl_GETDATE): Don't check for stdlib.h or string.h.
21792
21793 2003-09-08  Paul Eggert  <eggert@twinsun.com>
21794
21795         * lib/getversion.c: Remove; was migrated to backupfile.c in 1997.
21796         getversion.c should have been removed then, but was accidentally
21797         preserved.
21798
21799         * lib/utime.c [!HAVE_UTIMES_NULL]: Include <sys/stat.h>, <fcntl.h>.
21800         (utime_null): Fix typo: 'st' was sometimes called 'sb'.
21801
21802 2003-09-08  Karl Berry  <karl@gnu.org>
21803
21804         * config/config.sub, config.guess, srclistvars.sh: update from savannah
21805                 config, forget about prep.
21806
21807         * config/depcomp, missing: update from automake.
21808
21809 2003-09-07  Paul Eggert  <eggert@twinsun.com>
21810
21811         * modules/time_r: Depend on 'restrict'.  Fix from Simon Josefsson in
21812         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
21813
21814 2003-09-07  Paul Eggert  <eggert@twinsun.com>
21815
21816         * lib/time_r.c (gmtime_r, localtime_r): Fix silly typo: missing arg to
21817         copy_tm_result.  Bug reported by Simon Josefsson in
21818         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
21819
21820 2003-09-06  Paul Eggert  <eggert@twinsun.com>
21821
21822         * m4/time_r.m4: New file.
21823         * m4/mktime.m4 (gl_PREREQ_MKTIME): Remove check for limits.h.
21824         * m4/timegm.m4 (gl_FUNC_TIMEGM): Assume that timegm is buggy if mktime
21825         is. Check for timegm declaration.
21826         (gl_PREREQ_TIMEGM): Require gl_FUNC_MKTIME.
21827         Do not check for gmtime_r.
21828         Replace mktime if __mktime_internal does not exist and if mktime
21829         hasn't been replaced already.
21830
21831 2003-09-06  Paul Eggert  <eggert@twinsun.com>
21832
21833         * lib/time_r.c, lib/time_r.h: New files.
21834
21835         * lib/mktime.c (my_mktime_localtime_r): Remove; all uses changed to
21836         __localtime_r.
21837         (__localtime_r) [!defined _LIBC]: New macro.  Include <time_r.h>.
21838         (__mktime_internal) [!defined _LIBC]: Now extern, not static.
21839
21840         * lib/strftime.c (my_strftime_gmtime_r): Remove; all uses changed to
21841         __gmtime_r.
21842         (my_strftime_localtime_r): Remove; all uses changed to __localtime_r.
21843         (__gtime_r, __localtime_r) [!HAVE_TM_GMTOFF]: New macros.
21844         Include <time_r.h>.
21845
21846         * lib/timegm.c: Switch to glibc implementation, with the following
21847         changes:
21848         [defined HAVE_CONFIG_H]: Include <config.h>.
21849         [!defined _LIBC]: Include "timegm.h" rather than <time.h>.
21850         (__mktime_internal) [!defined _LIBC]: New decl.
21851         (__gmtime_r) [!defined _LIBC]: New macro and function.
21852         (timegm): Use a prototype, since gnulib assumes C89.
21853         Do not bother declaring tmp to be const, as it's not really usefu.
21854         * lib/timegm.h: Hoist "#include <time.h>" out of #ifdef.
21855         (timegm): Declare only if HAVE_DECL_TIMEGM.
21856
21857 2003-09-06  Paul Eggert  <eggert@twinsun.com>
21858
21859         * MODULES.html.sh (func_all_modules): Add time_r.
21860         * modules/time_r: New file.
21861         * modules/mktime, modules/strftime, modules/timegm: Depend on time_r.
21862         * modules/timegm: Depend on mktime.  Change maintainer to "all, glibc".
21863
21864 2003-09-03  Paul Eggert  <eggert@twinsun.com>
21865
21866         * lib/human.c (human_readable): Fix bug that rounded 10501 to 10k.
21867         Bug reported by Lute Kamstra in
21868         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00003.html>.
21869
21870         * lib/getdate.y (relative_time_table): Use tDAY_UNIT for "tomorrow",
21871         "yesterday", "today", and "now" rather than tMINUTE_UNIT.  Of
21872         course with correspondingly smaller numbers for tomorrow and
21873         yesterday.  From Tadayoshi Funaba.  Originally installed into
21874         sh-utils on 1999-08-07, but the patch got lost (I guess during the
21875         coreutils merge?).
21876
21877 2003-08-31  Simon Josefsson  <jas@extundo.com>
21878
21879         * modules/timegm: New file.
21880         * MODULES.html.sh (func_all_modules): Add timegm.
21881
21882 2003-08-31  Simon Josefsson  <jas@extundo.com>
21883
21884         * m4/timegm.m4: New file.
21885
21886 2003-08-31  Simon Josefsson  <jas@extundo.com>
21887
21888         * lib/timegm.h: New file.
21889         * lib/timegm.c: New file.  Based on
21890         wget-1.8.2/src/http.c:mktime_from_utc.
21891
21892 2003-08-31  Karl Berry  <karl@gnu.org>
21893
21894         * lib/argp.h: update from libc.
21895
21896 2003-08-28  Bruno Haible  <bruno@clisp.org>
21897
21898         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Remove AC_DEFINE of fnmatch here.
21899         This avoids havoc on compilers for which '#define fnmatch rpl_fnmatch'
21900         followed by '#define fnmatch fnmatch_posix' gives an error.
21901
21902 2003-08-28  Bruno Haible  <bruno@clisp.org>
21903
21904         * lib/binary-io.h: Undefine O_BINARY before defining it. This avoids a
21905         warning on QNX, which defines O_BINARY to 000000.
21906
21907 2003-08-27  Jim Meyering  <jim@meyering.net>
21908
21909         * m4/mkstemp.m4: Require that the system mkstemp be able to create
21910         70 temporary files, not just 30.  Tru64 V4.0F's mkstemp function
21911         would fail after 32.  Reported by Danny Levinson.  Details here:
21912         http://mail.gnu.org/archive/html/bug-coreutils/2003-08/msg00124.html
21913
21914 2003-08-24  Bruno Haible  <bruno@clisp.org>
21915
21916         * lib/binary-io.h: Include <stdio.h>, to avoid a compilation error when
21917         MSVC7 <stdio.h> is included later.
21918
21919 2003-08-22  Simon Josefsson  <jas@extundo.com>
21920
21921         * modules/strndup (Makefile.am): Add strndup.h to lib_SOURCES.
21922
21923 2003-08-20  Karl Berry  <karl@gnu.org>
21924
21925         * m4/lib-ld.m4: serial 1003 from gettext, no changes besides serial.
21926
21927 2003-08-20  Bruno Haible  <bruno@clisp.org>
21928
21929         * modules/progname: New file.
21930         * MODULES.html.sh (func_all_modules): Add progname.
21931
21932 2003-08-20  Bruno Haible  <bruno@clisp.org>
21933
21934         * lib/progname.h: New file, from GNU gettext.
21935         * lib/progname.c: New file, from GNU gettext.
21936         * lib/progreloc.c: New file, from GNU gettext.
21937
21938 2003-08-19  Jim Meyering  <jim@meyering.net>
21939
21940         * m4/lib-ld.m4: Revert yesterday's change, per Bruno's request here:
21941         http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00155.html
21942
21943 2003-08-19  Bruno Haible  <bruno@clisp.org>
21944
21945         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Don't check for <string.h> any
21946         more.
21947
21948 2003-08-19  Bruno Haible  <bruno@clisp.org>
21949
21950         * lib/xstrdup.c: Assume <string.h> exists.
21951
21952 2003-08-18  Paul Eggert  <eggert@twinsun.com>
21953
21954         * modules/stdbool: Add BUILT_SOURCES.  Prefer $@ to target name
21955         in makefile rules.
21956
21957 2003-08-18  Jim Meyering  <jim@meyering.net>
21958
21959         * m4/getloadavg.m4: Use [\t ], not [ \t] (where \t is a literal TAB).
21960         * m4/lib-ld.m4: Likewise.
21961
21962 2003-08-18  Jim Meyering  <jim@meyering.net>
21963
21964         * lib/setenv.h: Indent nested cpp directive.
21965         * lib/vasnprintf.c: Remove trailing blanks.
21966
21967 2003-08-17  Simon Josefsson  <jas@extundo.com>
21968
21969         * modules/xstrndup: New file.
21970         * MODULES.html.sh (func_all_modules): Add xstrndup.
21971
21972 2003-08-17  Simon Josefsson  <jas@extundo.com>
21973
21974         * modules/argp: Fix autoconf macro name. Add more dependencies.
21975
21976 2003-08-17  Simon Josefsson  <jas@extundo.com>
21977
21978         * m4/xstrndup.m4: New file.
21979
21980 2003-08-17  Simon Josefsson  <jas@extundo.com>
21981
21982         * m4/argp.m4: New file.
21983
21984 2003-08-17  Simon Josefsson  <jas@extundo.com>
21985             Bruno Haible  <bruno@clisp.org>
21986
21987         * lib/xstrndup.h: New file.
21988         * lib/xstrndup.c: New file.
21989
21990 2003-08-17  Bruno Haible  <bruno@clisp.org>
21991
21992         * modules/strndup (Files, Include): Add lib/strndup.h.
21993
21994 2003-08-17  Bruno Haible  <bruno@clisp.org>
21995
21996         * modules/euidaccess (Files): Add lib/euidaccess.h.
21997
21998 2003-08-17  Bruno Haible  <bruno@clisp.org>
21999
22000         * lib/strndup.h: New file.
22001
22002 2003-08-17  Bruno Haible  <bruno@clisp.org>
22003
22004         * gnulib-tool (func_create_testdir): Handle gl_USE_SYSTEM_EXTENSIONS
22005         like AC_GNU_SOURCE.
22006         * modules/extensions (configure.ac): Comment out the invocation of
22007         gl_USE_SYSTEM_EXTENSIONS.
22008
22009 2003-08-16  Paul Eggert  <eggert@twinsun.com>
22010
22011         Merges from coreutils, etc.
22012         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Insert ':' to prevent a syntax
22013         error in gl_FUNC_MATCH.  This fixes a bug I introduced on 2003-05-28.
22014         * m4/readlink.m4 (gl_PREREQ_READLINK): Renamed from gl_PREREQ_READLINE,
22015         fixing a typo.
22016         * m4/host-os.m4 (UTILS_HOST_OS): Add GNU/NetBSD, GNU/FreeBSD.
22017         * m4/hash.m4 (gl_HASH): Use AM_STDBOOL_H, not AC_HEADER_STDBOOL.
22018
22019 2003-08-16  Paul Eggert  <eggert@twinsun.com>
22020
22021         Document merge from coreutils.
22022         * modules/alloca: Append $(ALLOCA_H) to BUILT_SOURCES.
22023         * modules/fnmatch: Append $(FNMATCH_H) to BUILT_SOURCES.
22024         * modules/utime: Add m4/utimes-null.m4.
22025
22026 2003-08-16  Paul Eggert  <eggert@twinsun.com>
22027
22028         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Do not normalize white
22029         space, undoing this 2003-08-12 change:
22030         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
22031
22032 2003-08-16  Paul Eggert  <eggert@twinsun.com>
22033
22034         * config/srclist.txt: Get regex.h, strdup.c, strtoll.c,
22035         strtoul.c from libc, undoing this 2003-08-12 change:
22036         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
22037
22038 2003-08-16  Jim Meyering  <jim@meyering.net>
22039
22040         Merges from coreutils.
22041         * m4/readdir.m4 (GL_FUNC_READDIR): Change name to have GL_ (not jm_)
22042         prefix.  Adjust cache variables similarly.  Create 500 rather than
22043         just 300 files, to exercise bug on Darwin6.5, too.
22044         * m4/perl.m4 (jm_PERL): Use $am_missing_run, not undefined
22045         $missing_dir.
22046         * m4/jm-winsz1.m4: Require AC_SYS_POSIX_TERMIOS, not
22047         AM_SYS_POSIX_TERMIOS.
22048         Reported by mkc@mathdogs.com.
22049         Also change use of $am_cv_sys_posix_termios
22050         to $ac_cv_sys_posix_termios.  Reported by Andreas Schwab.
22051         * m4/getgroups.m4 (jm_FUNC_GETGROUPS): Rewrite to use AC_FUNC_GETGROUPS
22052         and (if needed) to call AC_LIBOBJ and to set GETGROUPS_LIB.
22053         * m4/fsusage.m4 [__GLIBC__]: GNU libc's statvfs stats each mount point
22054         in /proc/mounts until it finds one with matching device number.  This
22055         is unnecessary when the FILE argument *is* a mount point.  No stat call
22056         is necessary in that case.  So, disable the statvfs-testing code on
22057         systems with GNU libc.  Reported by Andrei Gaponenko via Tim Waugh
22058         as RedHat bug# 84846.
22059         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
22060         to 1MB, so as not to render systems with no stack size limit (e.g.,
22061         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
22062         Include <unistd.h>.  On some systems,
22063         it is required for the definition of _SC_PAGESIZE.
22064
22065 2003-08-16  Jim Meyering  <jim@meyering.net>
22066
22067         Merge from coreutils.
22068         * lib/xstrtoimax.c: #else #if -> #elif.
22069         * lib/xstrtoumax.c: Likewise.
22070
22071 2003-08-16  Jim Meyering  <jim@meyering.net>
22072
22073         * m4/utimes.m4 (gl_FUNC_UTIMES): New file.
22074         * m4/utimes.m4: Removed.
22075         * m4/utimes-null.m4: Renamed from utimes.m4.
22076
22077         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
22078         to 1MB, so as not to render systems with no stack size limit (e.g.,
22079         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
22080         Include <unistd.h>.  On some systems,
22081         it is required for the definition of _SC_PAGESIZE.
22082
22083 2003-08-16  Jim Meyering  <jim@meyering.net>
22084         and Paul Eggert  <eggert@cs.ucla.edu>
22085
22086         Merges from coreutils, etc.
22087
22088         * m4/jm-macros.m4 (AC_LANG_SOURCE(C)): New macro, undefine, then define
22089         using the latest version from cvs.  This avoids problems with #line
22090         directives using a vendor (Sun) compiler.
22091         (jm_MACROS): Bump prerequisite from 2.52g to 2.57.
22092         Don't set GETGROUPS_LIB here; now it's
22093         done via getgroups.m4's wrapper function.
22094         AC_SUBST OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, and MAN here,
22095         rather than just in sh-util/configure.in, so that the
22096         now-shared-by-fileutils-and-textutils lib/Makefile.am are all the
22097         same.
22098         Use AC_CONFIG_LIBOBJ_DIR(lib) to tell the new
22099         AC_FUNC_GETLOADAVG where to find getloadavg.c.
22100         Require AC_FUNC_FTW, gt_INTTYPES_PRI, gl_CLOCK_TIME,
22101         UTILS_SYS_OPEN_MAX, GL_FUNC_GETCWD_PATH_MAX, GL_FUNC_READDIR,
22102         gl_FSUSAGE, gl_MOUNTLIST, AC_FUNC_CANONICALIZE_FILE_NAME.
22103         Remove code that is now done by the newly-required macros.
22104         Append $(EXEEXT) to DF_PROG.
22105         AC_LIBOBJ fchdir-stub if fchdir doesn't exist; similarly for fchown.
22106         Do not invoke or require the following here,
22107         since prereq.m4 or some gnulib .m4 now does this for us:
22108         gl_REGEX, UTILS_FUNC_MKDIR_TRAILING_SLASH, jm_BISON, gl_FUNC_MKTIME,
22109         jm_FUNC_LSTAT, jm_FUNC_STAT, jm_FUNC_REALLOC, jm_FUNC_MALLOC,
22110         jm_FUNC_NANOSLEEP, jm_FUNC_READDIR, jm_FUNC_MEMCMP,
22111         jm_FUNC_GLIBC_UNLOCKED_IO, AC_FUNC_FNMATCH_GNU, jm_FUNC_PUTENV,
22112         jm_AC_PREREQ_XSTRTOUMAX, jm_AC_PREREQ_XSTRTOIMAX,
22113         AC_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, AC_FUNC_VPRINTF,
22114         vb_FUNC_RENAME, UTILS_FUNC_MKSTEP, jm_FUNC_UTIME, AM_FUNC_GETLINE,
22115         AC_FUNC_OBSTACK.
22116         Do not replace the following functions, as this is now the job
22117         of some gnulib .m4: strcasecmp, strncasecmp, dup2, gethostname,
22118         getusershell, sig2str, strcspn, stpcpy, strstr, strtol, strtoul
22119         strpbrk, euidaccess, memcmp, rmdir, rpmatch, strndup, strverscmp,
22120         atexit getpass, strdup, getpagesize.
22121         Replace 'raise'.
22122         Do not check for the following functions, as this is now the job
22123         of some gnulib .m4: bcopy, canonicalize_file_name, fchdir, ftime,
22124         getcwd, getmntinfo, resolvepath.  But check for sysctl, setreuid,
22125         setregid.
22126         (jm_CHECK_ALL_HEADERS): Do not check for fenv.h.
22127         Check for sys/sysctl.h.
22128         (jm_CHECK_ALL_TYPES): Do not require AC_STRUCT_TM, AC_STRUCT_TIMEZONE,
22129         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Invoke gt_TYPE_SSIZE_T instead
22130         of checking for ssize_t ourselves.
22131
22132         * m4/prereq.m4 (jm_PREREQ): Don't invoke macros; AC_REQUIRE them.
22133         Require every macro that gnulib/modules/* suggests for us.
22134         (jm_PREREQ_ADDEXT): New macro.
22135         (jm_PREREQ_STAT): Check for 'struct statfs' on Ultrix 4.4.
22136         Require jm_AC_TYPE_LONG_LONG instead of invoking it.
22137
22138         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): New macro.
22139         (gl_PHYSMEM): Use it.
22140         Also check for `table' function.
22141         Check for new headers and functions.
22142         Add check for sys/sysmp.h.
22143         With suggestions from Kaveh Ghazi.
22144         Ignore headers that are present but cannot be compiled.  This
22145         avoids spurious warnings on Solaris 9 sparc with Forte Developer 7
22146         C 5.4.
22147
22148 2003-08-15  Paul Eggert  <eggert@twinsun.com>
22149
22150         Document merge from coreutils.
22151         * modules/userspec: Depend on posixver.
22152         * modules/strftime: Depend on tzset.
22153
22154 2003-08-15  Paul Eggert  <eggert@twinsun.com>
22155
22156         * lib/config.charset, ref-add.sin, ref-del.sin: Use three spaces,
22157         rather than tab, after '#' in shell-script copyright notices.
22158         Suggested by Bruno Haible.
22159
22160 2003-08-15  Paul Eggert  <eggert@twinsun.com>
22161
22162         * config/srclist-update: Use three spaces, rather than tab, after '#'
22163         in shell-script copyright notices.  Suggested by Bruno Haible.
22164         Remove unnecessary parenthesization in regular expression.
22165
22166 2003-08-15  Jim Meyering  <jim@meyering.net>
22167
22168         Merge from coreutils.
22169         * lib/xgethostname.c: Include <stdlib.h>.
22170         (xghostname): Don't exit for anything other than memory-related
22171         failure; just return NULL.
22172         * lib/userspec.c: Include "posixver.h".
22173         (parse_user_spec): Accept `.' as a separator only
22174         in pre-POSIX-200112 mode.
22175         * lib/strtoimax.c: Use #elif rather than #else #if.
22176         * lib/strftime.c (my_strftime) [!_LIBC && HAVE_TZNAME && HAVE_TZSET]:
22177         Remove function, now that we can rely on a working tzset function.
22178         [!_LIBC]: Ensure that the required autoconf test has been run.
22179         [!defined _NL_CURRENT && HAVE_STRFTIME]:
22180         Use underlying_strftime for %r.
22181         * lib/sha.c: Merge in some clean-up and optimization changes from
22182         glibc.
22183         * lib/sha.c (sha_stream) [BLOCKSIZE]: Move definition to top of file.
22184         Ensure that it is a multiple of 64.
22185         Rearrange loop exit tests so as to avoid performing an
22186         additional fread after encountering an error or EOF.
22187         * lib/realloc.c: Update copyright date.
22188
22189 2003-08-15  Jim Meyering  <jim@meyering.net>
22190         and Paul Eggert  <eggert@twinsun.com>
22191
22192         Merge from coreutils.
22193         * lib/readutmp.h (HAVE_UTMPX_H): Undef if struct utmp has the ut_exit
22194         member but strut utmpx does not.  Needed for AIX 4.3.3.
22195         (UT_EXIT_E_TERMINATION, UT_EXIT_E_EXIT): Define.
22196
22197 2003-08-15  Jim Meyering  <jim@meyering.net>
22198         and Paul Eggert  <eggert@cs.ucla.edu>
22199
22200         Merges from coreutils, etc.
22201         * m4/strftime.m4 (_jm_STRFTIME_PREREQS):
22202         Require gl_FUNC_TZSET_CLOBBER.
22203         * m4/readutmp.m4 (gl_READUTMP): Check for ut_exit.ut_exit,
22204         ut_exit.e_exit, ut_exit.ut_termination, and ut_exit.e_termination
22205         members.
22206
22207 2003-08-14  Paul Eggert  <eggert@twinsun.com>
22208
22209         Help the merge from coreutils.
22210         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): New macro.
22211         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use it.
22212         * m4/tzset.m4: Use it too.
22213
22214 2003-08-14  Paul Eggert  <eggert@twinsun.com>
22215
22216         * modules/tzset: New file.
22217
22218 2003-08-14  Jim Meyering  <jim@meyering.net>
22219
22220         Merges from coreutils.
22221         * modules/fnmatch: Use the `$(FNMATCH_H)' notation for AC_REPLACED
22222         variable names, rather than @FNMATCH_H@.
22223         * modules/alloca: Likewise for $(ALLOCA_H).
22224
22225         * modules/fnmatch (fnmatch.h): Use `$@' in the commands, in place of
22226         the three copies of the literal target, `fnmatch.h'.
22227         * modules/alloca (alloca.h): Likewise.
22228
22229 2003-08-14  Jim Meyering  <jim@meyering.net>
22230
22231         Merge from coreutils.
22232         * m4/tzset.m4: New file.
22233         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Move the
22234         MOUNTED_VMOUNT test to precede the MOUNTED_GETMNTENT1 tests, since
22235         otherwise, AIX 5.1 systems would end up using the latter.
22236         MOUNTED_GETMNTENT1 support is inadequate on such systems: 1) detecting
22237         whether a file system is remote doesn't work  2) the MOUNTED_VMOUNT
22238         code reports the HOSTNAME:/MOUNT_POINT, while the MOUNTED_GETMNTENT1
22239         code reports merely /MOUNT_POINT.  Reported by Mike Jetzer.
22240
22241 2003-08-14  Jim Meyering  <jim@meyering.net>
22242
22243         Merge from coreutils.
22244         * lib/obstack.h: Whitespace changes.
22245         * lib/mountlist.c: Remove anachronistic casts of xmalloc, xrealloc,
22246         and xcalloc return values.
22247         (read_filesystem_list) [MOUNTED_GETFSSTAT]:
22248         Use MNT_NOWAIT, rather than MNT_WAIT.  Otherwise, `df DIR' could
22249         hang on OSF/1 5.1 for DIR on both local and remote file systems.
22250         Reported by (and fix confirmed by) Nelson H. F. Beebe.
22251         (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
22252         error from mntctl.
22253         Use mntctl's return value to drive the entry-processing loop, since
22254         we can't rely on the value of the vmt_length member in the last
22255         entry.  On some systems doing so could result in exhausting
22256         virtual memory.  Based in part on a patch from Mike Jetzer.
22257
22258 2003-08-14  Jim Meyering  <jim@meyering.net>
22259         and Paul Eggert  <eggert@twinsun.com>
22260
22261         Merges from coreutils, plus other fixes.
22262         * lib/physmem.c: Merge in portability changes from gcc/libiberty
22263         to support AIX, IRIX, Tru64, and Windows.  See the ChangeLog there
22264         for credits and details.  Thanks to Kaveh Ghazi for helping
22265         to keep these files in sync.
22266         (ARRAY_SIZE): Define it.
22267         (physmem_total, physmem_available): Add comments. From Kaveh Ghazi.
22268         * lib/memcasecmp.c: Remove unnecessary parentheses after 'defined'.
22269         (memcasecmp): Don't assume size_t fits in unsigned int.
22270         Remove casts and duplicate code.
22271         * lib/md5.c: Include <string.h> and <stdlib.h> unconditionally.
22272         (memcpy): Remove definition.
22273         Merge in some clean-up and optimization changes from glibc.
22274         [BLOCKSIZE]: Move definition to top of file.
22275         Ensure that it is a multiple of 64.
22276         Rearrange loop exit tests so as to avoid performing an
22277         additional fread after encountering an error or EOF.
22278         * lib/md5.h (md5_uintptr): Define.
22279         * lib/makepath.c (CLEANUP_CWD): Report an error if we failed to
22280         return to the initial working directory.  Preserve errno
22281         for caller.
22282         * lib/idcache.c: Include "xalloc.h".
22283         (xmalloc, xrealloc): Remove decls.
22284         (getuser): Remove casts no longer required in C89.
22285         * lib/human.c: Include stdio.h, for sprintf.
22286         * lib/group-member.c: Include "xalloc.h".
22287         (xmalloc, xrealloc): Remove decls.
22288         (get_group_info): Remove casts no longer required in C89.
22289         * lib/getusershell.c (readname): Remove casts no longer required in
22290         C89.
22291         * lib/gettimeofday.c (rpl_gmtime, rpl_tzset): New functions.
22292         * lib/getline.c: Whitespace fix, from coreutils.
22293
22294 2003-08-13  Paul Eggert  <eggert@twinsun.com>
22295
22296         * m4/exclude.m4 (gl_EXCLUDE): Require AC_C_INLINE, AC_HEADER_STDC.
22297         Check for isascii.
22298
22299         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
22300         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
22301         Undo previous (whitespace-only) change.
22302
22303 2003-08-13  Paul Eggert  <eggert@twinsun.com>
22304
22305         * lib/exclude.c: Include <ctype.h>
22306         (IN_CTYPE_DOMAIN): New macro.
22307         (is_space): New fn.
22308         (add_exclude_file): If LINE_END is a space, ignore trailing spaces
22309         and empty lines.
22310
22311         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
22312         Undo previous (whitespace-only) change.
22313
22314 2003-08-13  Paul Eggert  <eggert@twinsun.com>
22315
22316         * config/srclist-update: Change update back to the old behavior,
22317         leaving whitespace alone.  Use one 'sed' command rather than a
22318         pipeline.
22319         (fixlicense): Now a variable, not a function.
22320         (remove_trailing_blanks): Remove.
22321         (fixfile): Don't invoke unexpand or cat, or remove trailing blanks.
22322         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
22323         Undo previous (whitespace-only) change.
22324
22325 2003-08-12  Paul Eggert  <eggert@twinsun.com>
22326
22327         Merge from coreutils.
22328         * modules/euidaccess: Add lib_SOURCES, include for new
22329         file euidaccess.h
22330
22331 2003-08-12  Paul Eggert  <eggert@twinsun.com>
22332
22333         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
22334         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
22335         Normalize leading white space and remove trailing white space.
22336
22337         Merge from coreutils
22338         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): Check for euidaccess decl.
22339
22340         * m4/lib-ld.m4, lib-link.m4, lib-prefix.m4: Regenerate from gettext
22341         0.12.1.  These files are now being upgraded automatically by
22342         ../config/srclist-update.
22343
22344 2003-08-12  Paul Eggert  <eggert@twinsun.com>
22345
22346         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
22347         Normalize leading white space and remove trailing white space.
22348         * lib/ref-add.sin, ref-del.sin: Use '#' before empty line in copyright
22349         notice, as per ../config/srclist-update.
22350
22351         Merge from coreutils.
22352         * lib/euidaccess.h: New file.
22353         * lib/euidaccess.c: Include it.
22354         * lib/.cppi-disable: Add printf-args.h, printf-parse.h, stdbool_.h,
22355         vasnprintf.h, vasprintf.h.  Remove strdup.c, gettext.h.
22356         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Normalize white space.
22357
22358 2003-08-12  Paul Eggert  <eggert@twinsun.com>
22359
22360         * config/srclist-update: Add copyright notice.
22361         (remove_id_lines, remove_trailing_blanks): New constants.
22362         (fixfile): Use them to normalize spacing a bit in copied files.
22363         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
22364         Normalize leading white space and remove trailing white space.
22365
22366         * config/texinfo.tex: Sync with texinfo.
22367
22368         * config/srclist.txt: Don't get regex.h, strdup.c, strtoll.c,
22369         strtoul.c from libc, to merge coreutils whitespace changes.
22370
22371         * config/srclist.txt: Get the following m4 files from gettext:
22372         codeset.m4, gettext.m4, glibc21.m4, iconv.m4, intdiv0.m4,
22373         inttypes-pri.m4, lcmessage.m4, lib-ld.m4, lib-link.m4, lib-prefix.m4,
22374         longdouble.m4, nls.m4, po.m4, progtest.m4, signed.m4, wchar_t.m4,
22375         wint_t.m4.
22376
22377 2003-08-12  Karl Berry  <karl@gnu.org>
22378
22379         * config/srclist.txt: can't sync vasnprintf.c any more, changes have
22380         been made.
22381
22382 2003-08-11  Paul Eggert  <eggert@twinsun.com>
22383
22384         * modules/gnu-source, m4/gnu-source.m4:
22385         Remove; we're assuming Autoconf 2.54 or later now.
22386         Suggested by Bruno Haible.
22387         * MODULES.html.sh (func_all_modules): Remove gnu-source.
22388
22389 2003-08-11  Bruno Haible  <bruno@clisp.org>
22390
22391         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Also check for wcslen.
22392
22393 2003-08-11  Bruno Haible  <bruno@clisp.org>
22394
22395         * lib/vasnprintf.c (local_wcslen): New function, for Solaris 2.5.1.
22396         (vasnprintf): Use it instead of wcslen.
22397
22398 2003-08-11  Bruno Haible  <bruno@clisp.org>
22399
22400         * lib/stdbool_.h (_Bool): Undo last change; instead use a negative enum
22401         value to ensure that _Bool promotes to int. Use #define for _Bool when
22402         using the Solaris C compiler. Adds comments suggested by Paul Eggert.
22403
22404 2003-08-10  Karl Berry  <karl@gnu.org>
22405
22406         * lib/regex.h: update from libc (whitespace fix).
22407
22408 2003-08-09  Paul Eggert  <eggert@twinsun.com>
22409
22410         Merge some files from coreutils.  These changes were
22411         originally made by Jim Meyering.
22412         * lib/acl.c: Include <sys/types.h> before <sys/stat.h>;
22413         many older Unixes require this.
22414         * lib/alloca.c (alloca): Remove cast to argument of free;
22415         no longer needed in C89.
22416         * lib/alloca_.h, regex.h: Fix white space to match
22417         what GNU indent does.
22418
22419 2003-08-09  Paul Eggert  <eggert@twinsun.com>
22420
22421         * m4/regex.m4 (jm_INCLUDED_REGEX): Change "\201" to "\371";
22422         apparently Emacs's Unicode mode got confused before my 2003-08-05
22423         checkin.
22424
22425 2003-08-08  Paul Eggert  <eggert@twinsun.com>
22426
22427         * m4/extensions.m4: New file.
22428         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC):
22429         Require gl_USE_SYSTEM_EXTENSIONS.
22430         * m4/unlocked-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO):
22431         Require gl_USE_SYSTEM_EXTENSIONS rather than AC_GNU_SOURCE.
22432
22433 2003-08-08  Paul Eggert  <eggert@twinsun.com>
22434
22435         * MODULES.html.sh (func_all_modules): Add extensions, gnu-source.
22436         * modules/extensions, modules/gnu-source: New files.
22437         * modules/timespec, modules/unlocked-io: Depend on extensions.
22438
22439 2003-08-07  Paul Eggert  <eggert@twinsun.com>
22440
22441         * modules/restrict: New file.
22442         * MODULES.html.sh (func_all_modules): Add restrict.
22443         * modules/regex: Depend on restrict.
22444
22445 2003-08-07  Paul Eggert  <eggert@twinsun.com>
22446
22447         * m4/restrict.m4: New file.
22448         * m4/regex.m4 (jm_PREREQ_REGEX): Add gl_C_RESTRICT.
22449
22450 2003-08-07  Bruno Haible  <bruno@clisp.org>
22451
22452         * modules/getndelim2 (Makefile.am): Add the files to EXTRA_DIST, not
22453         lib_SOURCES, because getndelim2.m4 now uses AC_LIBOBJ(getndelim2).
22454
22455 2003-08-07  Bruno Haible  <bruno@clisp.org>
22456
22457         * m4/getndelim2.m4 (gl_GETNDELIM2): Use AC_LIBOBJ(getndelim2). This
22458         makes the module 'getndelim2' compatible with the module 'getline'.
22459
22460 2003-08-05  Paul Eggert  <eggert@twinsun.com>
22461
22462         * m4/regex.m4 (jm_INCLUDED_REGEX): Replace a single non-ASCII
22463         byte with "\201" to avoid glitches when editing that source file
22464         with multi-gnome-terminal.
22465
22466 2003-08-05  Paul Eggert  <eggert@twinsun.com>
22467
22468         * lib/bumpalloc.h: Remove.
22469
22470 2003-08-05  Paul Eggert  <eggert@twinsun.com>
22471
22472         * MODULES.html.sh (func_all_modules): Remove bumpalloc.
22473         * modules/bumpalloc: Remove.
22474
22475 2003-08-04  Paul Eggert  <eggert@twinsun.com>
22476
22477         * lib/getloadavg.c: Change copyright notice and spacing to conform to
22478         GNU coding style.
22479
22480         Merge from coreutils.
22481         * lib/error.c [!USE_IN_LIBIO]: Omit this case; assume USE_IN_LIBIO is
22482         1. From glibc.
22483         * lib/getdate.y (date): Also accept dates like May-23-2003; suggestion
22484         from Karl Berry, implemented by Jim Meyering.
22485         * lib/getgroups.c: Include "xalloc.h" instead of declaring xalloc fns;
22486         from Dmitry V. Levin.
22487         Remove anachronistic cast of xrealloc.
22488         * lib/fnmatch_.h (__const): Remove.  Use 'const'.
22489         * lib/fnmatch_loop.c (NEW_PATTERN): Cast alloca return value to proper
22490         type. Otherwise, it wouldn't compile with at least /bin/cc on
22491         ymp-cray-unicos9.0.2.X.
22492         Combine two mostly-identical uses of alloca into one.
22493         Thanks to the Cray-Cyber project for access to a Cray Y-MP.
22494
22495 2003-08-04  Dave Love  <d.love@dl.ac.uk>
22496
22497         [From Emacs.]
22498
22499         * lib/getloadavg.c: Check `__unix' as well as `unix'.  Use #ifdef, not
22500         #if.  Check HAVE_LIBKSTAT as well as LOAD_AVE_TYPE.  Check
22501         F_SETFD, not FD_SETFD.  Use HAVE_STRUCT_NLIST_N_UN_N_NAME, not
22502         obsolete NLIST_NAME_UNION.
22503         [__GNU__]: Undef BSD and FSCALE.
22504         [!NLIST_STRUCT]: Remove conditional definition of NLIST_STRUCT.
22505
22506 2003-08-03  Paul Eggert  <eggert@twinsun.com>
22507
22508         * lib/stdbool_.h (_Bool): Make it signed char, instead of
22509         an enum type, so that it's guaranteed to promote to int.  See:
22510         <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00124.html>
22511
22512 2003-08-03  Karl Berry  <karl@gnu.org>
22513
22514         * config/depcomp: update from automake.
22515
22516 2003-07-31  Paul Eggert  <eggert@twinsun.com>
22517
22518         * lib/strerror.c: Include config.h, limits.h.  Declare sprintf.
22519         (strerror): Don't assume that a printable int fits in 14 bytes.
22520
22521 2003-07-31  Bruno Haible  <bruno@clisp.org>
22522
22523         * modules/getpass-gnu: New file.
22524         * MODULES.html.sh (func_all_modules): Add getpass-gnu.
22525
22526 2003-07-31  Bruno Haible  <bruno@clisp.org>
22527
22528         * m4/getpass.m4 (gl_FUNC_GETPASS_GNU): New macro.
22529
22530 2003-07-24  Karl Berry  <karl@gnu.org>
22531
22532         * config/missing: update from automake.
22533
22534 2003-07-24  Derek Robert Price  <derek@ximbiot.com>
22535             Bruno Haible  <bruno@clisp.org>
22536
22537         * lib/getline.h (getline, getdelim): Change return type to ssize_t.
22538         * lib/getline.c (getline, getdelim): Likewise.
22539         Remove _GNU_SOURCE define; now it's defined in config.h through
22540         m4/getline.m4.
22541
22542 2003-07-23  Karl Berry  <karl@gnu.org>
22543
22544         * config/config.sub: update from prep.
22545
22546 2003-07-22  Paul Eggert  <eggert@twinsun.com>
22547
22548         * modules/xalloc (Depends-on): Add exitfail.
22549         * modules/xmemcoll: Likewise.
22550
22551 2003-07-22  Paul Eggert  <eggert@twinsun.com>
22552
22553         * lib/xalloc.h (XCALLOC, XREALLOC, CCLONE): Fix under- and
22554         over-parenthesization in macros.
22555
22556         Sync with coreutils.
22557
22558         * lib/xalloc.h (XMALLOC, XCALLOC, XREALLOC): Remove casts not
22559         required by C99.
22560
22561         Use `exit_failure' for xalloc and xmemcoll instead of their own
22562         private exit-failure variables.
22563         * lib/xalloc.h (xalloc_exit_failure): Remove.
22564         * lib/xmalloc.c: Likewise.  Include exitfail.h.
22565         (xalloc_die): Use exit_failure instead of xalloc_exit_failure.
22566         * lib/xmemcoll.h (xmemcoll_exit_failure): Remove.
22567         * lib/xmemcoll.c: Likewise.  Include exitfail.h.
22568         (xmemcoll): Use exit_failure instead of xalloc_exit_failure.
22569
22570 2003-07-20  Jim Meyering  <jim@meyering.net>
22571
22572         * modules/closeout (Depends-on): Add exitfail.
22573         Suggestion from Bruno Haible.
22574
22575 2003-07-19  Karl Berry  <karl@gnu.org>
22576
22577         * config/config.sub: update from prep.
22578
22579 2003-07-18  Paul Eggert  <eggert@twinsun.com>
22580
22581         * lib/closeout.h (close_stdout_set_status, close_stdout_status):
22582         Remove.
22583         * lib/closeout.c: Likewise.  Include "closeout.h" right after config.h,
22584         to test that it can stand by itself.  Include "exitfail.h".
22585         Clients should set exit_failure instead.
22586         (EXIT_FAILURE): Remove; no longer needed.  Do not include <stdlib.h>.
22587
22588 2003-07-18  Bruno Haible  <bruno@clisp.org>
22589
22590         * modules/getndelim2: New file.
22591         * modules/getline: Share files with module getndelim2.
22592         * modules/getnline: Depend on getndelim2 instead of sharing files with
22593         it. Add getnline.c to lib_SOURCES.
22594         * MODULES.html.sh (func_all_modules): Add getndelim2.
22595
22596 2003-07-18  Bruno Haible  <bruno@clisp.org>
22597
22598         * m4/getndelim2.m4: New file.
22599         * m4/getline.m4 (AM_FUNC_GETLINE): Add AC_LIBOBJ of getndelim2.c and
22600         invoke gl_PREREQ_GETNDELIM2.
22601         (gl_PREREQ_GETLINE): Drop AC_HEADER_STDC, now done by
22602         gl_PREREQ_GETNDELIM2.
22603         * m4/getnline.m4 (gl_GETNLINE): Drop AC_HEADER_STDC, now done by
22604         gl_GETNDELIM2.
22605
22606 2003-07-18  Bruno Haible  <bruno@clisp.org>
22607
22608         * lib/getndelim2.h: New file.
22609         * lib/getndelim2.c: Make into a module of its own. Include config.h,
22610         getndelim2.h.
22611         (getndelim2): Make non-static. Change return type to ssize_t.
22612         * lib/getline.h: Change argument names.
22613         * lib/getline.c: Include getndelim2.h instead of getndelim2.c.
22614         * lib/getnline.c: Include getndelim2.h.
22615
22616 2003-07-18  Andreas Schwab  <schwab@suse.de>
22617
22618         * lib/memcoll.c (memcoll) [!HAVE_STRCOLL]: Clear errno.
22619
22620 2003-07-17  Karl Berry  <karl@gnu.org>
22621
22622         * config/config.sub: update from prep.
22623
22624 2003-07-17  Bruno Haible  <bruno@clisp.org>
22625
22626         * modules/getnline: New file.
22627         * modules/getline: Add lib/getndelim2.c to source file list.
22628         * MODULES.html.sh (func_all_modules): Add getnline.
22629
22630 2003-07-17  Bruno Haible  <bruno@clisp.org>
22631
22632         * m4/getnline.m4: New file.
22633
22634 2003-07-17  Bruno Haible  <bruno@clisp.org>
22635
22636         * m4/Makefile.am.in: Remove file.
22637         * m4/Makefile.am: Remove file.
22638         * m4/Makefile.in: Remove file.
22639
22640 2003-07-17  Bruno Haible  <bruno@clisp.org>
22641
22642         * lib/getnline.h: New file.
22643         * lib/getnline.c: New file.
22644         * lib/getndelim2.c: New file, extracted from getline.c.
22645         (getndelim2): Renamed from getdelim2, with added nmax argument.
22646         * lib/getline.c: Include getndelim2.c.
22647         (getdelim2): Moved out to getndelim2.c.
22648         (getline, getdelim): Update.
22649
22650 2003-07-17  Bruno Haible  <bruno@clisp.org>
22651
22652         * lib/Makefile.am: Remove file.
22653         * lib/Makefile.in: Remove file.
22654
22655 2003-07-17  Bruno Haible  <bruno@clisp.org>
22656
22657         * configure.in: Remove file.
22658         * Makefile.in: Remove file.
22659
22660 2003-07-17  Bruno Haible  <bruno@clisp.org>
22661
22662         * MODULES.html.sh: Put the </BODY> right before </HTML>.
22663
22664 2003-07-16  Karl Berry  <karl@gnu.org>
22665
22666         * config/srclist-update: was running fixlicense twice, which caused
22667                 texinfo.tex to be nullified for some reason.  Simplify,
22668                 $gplsrc is no longer needed as far as I can see?
22669
22670 2003-07-16  Jim Meyering  <jim@meyering.net>
22671
22672         * modules/save-cwd: Depend on xgetcwd.  From Derek Price.
22673
22674 2003-07-15  Paul Eggert  <eggert@twinsun.com>
22675
22676         * config/srclist.txt: Get the following files from gettext-runtime/intl
22677         instead: config.charset, localcharset.c, localcharset.h, ref-add.sin,
22678         ref-del.sin.  From Bruno Haible.
22679         * config/srclist-update (fixfile): Change grep pattern again, since the
22680         previous fix didn't work (there was another trailing $).  Use
22681         '[$]' to escape the $s.
22682
22683 2003-07-15  Karl Berry  <karl@gnu.org>
22684
22685         * lib/vasnprintf.c: update from gettext.
22686
22687 2003-07-15  Karl Berry  <karl@gnu.org>
22688
22689         * config/srclist-update (fixfile): Change grep pattern, since 'Id'
22690         gets expanded when surrounded by '$'.
22691
22692 2003-07-15  Jim Meyering  <jim@meyering.net>
22693
22694         * modules/save-cwd: Don't depend on error.  From Derek Price.
22695
22696 2003-07-15  Jim Meyering  <jim@meyering.net>
22697
22698         * lib/makepath.c (make_path): Enclose diagnostic in _(...).
22699
22700 2003-07-14  Simon Josefsson  <jas@extundo.com>
22701
22702         * modules/mempcpy: New file.
22703         * MODULES.html.sh (func_all_modules): Add mempcpy.
22704
22705 2003-07-14  Simon Josefsson  <jas@extundo.com>
22706
22707         * m4/mempcpy.m4: New file.
22708
22709 2003-07-14  Simon Josefsson  <jas@extundo.com>
22710
22711         * lib/mempcpy.h: New file.
22712         * lib/mempcpy.c: New file.
22713
22714 2003-07-14  Paul Eggert  <eggert@twinsun.com>
22715
22716         * modules/getdate, modules/posixtm: Depend on mktime.
22717
22718 2003-07-14  Paul Eggert  <eggert@twinsun.com>
22719
22720         * lib/ceill.c, expl.c, floorl.c, frexpl.c, ldexpl.c, mathl.h,
22721         sincosl.c, sqrtl.c, trigl.c, trigl.h, poll.c, poll_.h, mkstemp.c,
22722         unicodeio.c, unicodeio.h, unlocked-io.h:
22723         Switch from LGPL to GPL.
22724
22725 2003-07-14  Paul Eggert  <eggert@twinsun.com>
22726
22727         * lib/asnprintf.c, asprintf.c, config.charset, gettext.h,
22728         localcharset.c, localcharset.h, mkdtemp.c, printf-args.c,
22729         printf-args.h, printf-parse.c, printf-parse.h, ref-add.sin,
22730         ref-del.sin, setenv.c, unsetenv.c, vasnprintf.c, vasnprintf.h,
22731         vasprintf.c, vasprintf.h: Regenerate.  These files are now being
22732         updated automatically by ../config/srclist-update.  This changes
22733         their license from LPGL to GPL.
22734
22735 2003-07-14  Paul Eggert  <eggert@twinsun.com>
22736
22737         * config/srclist.txt: Add tons more gettext files.  $GETTEXT is now
22738         assumed to refer to the root of the most recent stable gettext version.
22739         * config/srclistvars.sh: Add defaults for eggert.
22740         * config/srclist-update: Convert LGPL to GPL in shell scripts, too.
22741         Match "This program" as well as "The program".  This is needed
22742         for gettext.
22743
22744 2003-07-14  Jim Meyering  <jim@meyering.net>
22745
22746         Don't emit diagnostics.  Let callers do that.
22747         * lib/save-cwd.c: Don't include "error.h".
22748         (save_cwd): Don't call error.  Ensure that errno is valid
22749         when returning nonzero.
22750
22751         * lib/save-cwd.h (restore_cwd): Update prototype.
22752         * lib/save-cwd.c (restore_cwd): Remove two parameters.
22753         Simplify.  Don't call error upon failure.  Let callers do that.
22754         (save_cwd): Mention that Irix 5.3 has the same problem as SunOS 4
22755         when auditing is enabled.  But don't bother updating the #if.
22756
22757 2003-07-11  Alexandre Duret-Lutz  <adl@gnu.org>
22758
22759         * lib/obstack.h (__INT_TO_PTR): Revert change of 2003-03-13;
22760         it breaks C++ compilation.
22761         [!__GNUC__ || !__STDC__] (obstack_finish): Cast result to void*.
22762
22763 2003-07-10  Simon Josefsson  <jas@extundo.com>
22764
22765         * modules/strchrnul (Makefile.am): Add strchrnul.h.
22766
22767 2003-07-10  Jim Meyering  <jim@meyering.net>
22768
22769         * m4/clock_time.m4: Remove trailing blank.
22770         * m4/intmax_t.m4: Likewise.
22771
22772 2003-07-10  Jim Meyering  <jim@meyering.net>
22773
22774         * lib/vasnprintf.c: Remove trailing blanks.
22775         Make cpp indentation consistent.
22776
22777 2003-07-09  Paul Eggert  <eggert@twinsun.com>
22778
22779         * lib/alloca_.h, euidaccess.c, getpass.c, memrchr.c, obstack.h,
22780         posixver.c, strftime.c, strnlen.c, strverscmp.c:
22781         Switch from LGPL to GPL.
22782
22783 2003-07-09  Paul Eggert  <eggert@twinsun.com>
22784
22785         * config/srclist.txt: Sort sublists.  Add
22786         $LIBCSRC/sysdeps/generic/strtoul.c. In comments, add more libc files
22787         that differ from gnulib for one reason or another; we'd like this list
22788         to be smaller but for now let's document what we have.
22789
22790 2003-07-08  Paul Eggert  <eggert@twinsun.com>
22791
22792         * config/srclist-update: Port to POSIX 1003.1-2001 hosts by avoiding
22793         the use of GNU extensions.  Change "x=`eval echo $x`" to the shorter
22794         and sweeter "eval x=$x".
22795         * config/srclist.txt: Get lib/argp* from glibc.
22796
22797 2003-07-07  Paul Eggert  <eggert@twinsun.com>
22798
22799         * lib/mktime.c: Fix some boundary cases and remove need for floating
22800         point.
22801
22802         Issue a compile-time diagnostic if time_t is floating point, or if
22803         two's complement arithmetic is not in effect, or if arithmetic
22804         right shift does not propagate the sign.  These assumptions were
22805         all in the original code but they weren't checked.
22806
22807         (TIME_T_MIDPOINT, verify): New macros.
22808         (__isleap): Remove; it has integer overflow problems.
22809         (leapyear): New function, without those problems.
22810         (ydhms_tm_diff): Remove; splitting into two parts.
22811         (ydhms_diff): New function, containing the arithmetic part of
22812         the old ydhms_tm_diff function.  Issue a compile-time
22813         diagnostic if we are not using C99 integer division.
22814         Avoid casts when possible.
22815         (guess_time_tm): New function, containing the checking part of
22816         the old ydhms_tm_diff function.  Return the new value, rather than
22817         the difference between it and the old.  Accept a new argument T
22818         so that *T specifies the old value.  Check for overflow in the result.
22819
22820         (__mktime_internal): Use a time_t offset, not a long int offset.
22821         This undoes the 2003-06-04 change, which is no longer needed now
22822         that we have better overflow checking.
22823         (localtime_offset): Likewise.
22824
22825         (__mktime_internal): Avoid harmful overflow on hosts where time_t
22826         and long are 64-bit but int is only 32-bit.
22827         (ydhms_diff): Use long int to store year1 and yday1.
22828         Issue a compile-time diagnostic if long int is not wide enough.
22829
22830         (__mktime_internal): Use long int to store adjusted year and yday.
22831         Use plain C rather than preprocessor commands, if that doesn't
22832         affect efficiency.
22833         Check for overflow (and try to repair) after each probe
22834         rather than checking only at the very end.  This avoids some bugs
22835         (e.g., southern hemisphere, behind GMT, and GMT offset at minimum time
22836         does not equal GMT offset at maximum time).
22837         Use integer to check for overflow rather than floating point; this
22838         is more portable to non-IEEE hosts, and is a tad faster.
22839         When we detect that we are oscillating between two values,
22840         don't check whether tm_isdst has the requested value, since
22841         we already know the answer.  When tm_isdst has the wrong value,
22842         use a different heuristic to find the right one, based on the
22843         extreme values actually observed in practice in tz2003a,
22844         rather than the (overly optimistic) "previous 3 calendar quarters".
22845
22846         (not_equal_tm, print_tm, check_result): Use "const T" rather than
22847         "T const" to accommodate glibc style.
22848         (check_result): Use less-confusing report format.  "long" -> "long int.
22849         (main): Likewise.
22850         Don't loop if the iteration overflows time_t.
22851         Allow a negative step in the iteration.
22852
22853 2003-07-06  Karl Berry  <karl@gnu.org>
22854
22855         * config/depcomp: update from automake.
22856         * config/config.sub: update from prep.
22857
22858 2003-07-03  Karl Berry  <karl@gnu.org>
22859
22860         * config/config.guess: update from prep.
22861
22862 2003-07-01  Paul Eggert  <eggert@twinsun.com>
22863
22864         * m4/xreadlink.m4 (gl_XREADLINK): Don't check for sys/types.h, since
22865         xreadlink.c now includes it unconditionally.
22866
22867 2003-07-01  Paul Eggert  <eggert@twinsun.com>
22868
22869         * lib/xreadlink.c: Include <sys/types.h> unconditionally, instead of
22870         having it depend on HAVE_SYS_TYPES_H.
22871
22872 2003-07-01  Bruno Haible  <bruno@clisp.org>
22873
22874         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Don't include <unistd.h>.
22875         <sys/types.h> should be sufficient.
22876         Reported by Paul Eggert.
22877
22878 2003-06-26  Karl Berry  <karl@gnu.org>
22879
22880         * config/depcomp: update from automake.
22881
22882 2003-06-26  Bruno Haible  <bruno@clisp.org>
22883
22884         * modules/human: Depend on module stdbool.
22885
22886 2003-06-25  Bruno Haible  <bruno@clisp.org>
22887
22888         * modules/readlink: New file.
22889         * modules/xreadlink: Depend on it.
22890         * MODULES.html.sh (func_all_modules): Add readlink.
22891
22892 2003-06-25  Bruno Haible  <bruno@clisp.org>
22893
22894         * m4/readlink.m4: New file.
22895
22896 2003-06-25  Bruno Haible  <bruno@clisp.org>
22897
22898         * lib/readlink.c: New file.
22899
22900 2003-06-22  Karl Berry  <karl@gnu.org>
22901
22902         * config/srclist.txt: update mkinstalldirs from automake.
22903         * config/mkinstalldirs: update.
22904
22905 2003-06-22  Bruno Haible  <bruno@clisp.org>
22906
22907         Portability to mingw32.
22908         * m4/ssize_t.m4: New file, from GNU gettext.
22909         * m4/safe-read.m4 (gl_PREREQ_SAFE_READ): Require gt_TYPE_SSIZE_T.
22910         * m4/xreadlink.m4 (gl_XREADLINK): Require gt_TYPE_SSIZE_T.
22911
22912 2003-06-22  Bruno Haible  <bruno@clisp.org>
22913
22914         * modules/safe-read: Add m4/ssize_t.m4.
22915         * modules/xreadlink: Add m4/ssize_t.m4.
22916
22917 2003-06-20  Bruno Haible  <bruno@clisp.org>
22918
22919         Assume C89, so PARAMS isn't needed.
22920         * lib/unicodeio.h (PARAMS): Remove.
22921         * lib/unicodeio.c: Don't use PARAMS.
22922
22923 2003-06-18  Karl Berry  <karl@gnu.org>
22924
22925         * config/config.{guess,sub}: update from prep.
22926
22927 2003-06-18  Jim Meyering  <jim@meyering.net>
22928
22929         Merge changes from coreutils.
22930         * lib/readutmp.c: Include <string.h> and <stdlib.h> unconditionally.
22931         Remove explicit declarations of xmalloc and realloc.
22932         Include xalloc.h.
22933         (read_utmp): Remove anachronistic cast of xmalloc.
22934
22935 2003-06-17  Paul Eggert  <eggert@twinsun.com>
22936
22937         Assume C89, so PARAMS isn't needed.
22938         * lib/backupfile.h (PARAMS): Remove.  All uses removed.
22939         * lib/closeout.h, lib/dirname.h, lib/filemode.h, lib/fsusage.h,
22940         lib/getdate.h, lib/getline.h, lib/group-member.h, lib/hard-locale.h,
22941         lib/hash.h, lib/linebuffer.h, lib/long-options.h, lib/makepath.h,
22942         lib/memcasecmp.h, lib/memcoll.h, lib/modechange.h, lib/mountlist.h,
22943         lib/path-concat.h, lib/physmem.h, lib/posixtm.h, lib/quote.h,
22944         lib/readutmp.h, lib/same.h, lib/save-cwd.h, lib/savedir.h,
22945         lib/stdio-safer.h, lib/strtoimax.c, lib/strverscmp.h,
22946         lib/unistd-safer.h, lib/version-etc.h, lib/xalloc.h, lib/xreadlink.h,
22947         lib/xstrtod.h, lib/xstrtol.h: Likewise.
22948         * lib/filemode.h, lib/hard-locale.h, lib/memcoll.h, lib/modechange.h,
22949         lib/physmem.h, lib/same.h, lib/strverscmp.h: Do not include config.h;
22950         no longer needed. Anyway, config.h should always be included before any
22951         other file.
22952
22953 2003-06-11  Simon Josefsson  <jas@extundo.com>
22954
22955         * modules/sysexits: New file.
22956         * MODULES.html.sh (func_all_modules): Add sysexits.
22957
22958 2003-06-11  Simon Josefsson  <jas@extundo.com>
22959
22960         * lib/sysexit_.h: New file.
22961
22962 2003-06-11  Derek Price  <derek@ximbiot.com>
22963
22964         * lib/stat.c [LSTAT]: Compile/use slash_aware_lstat only if it is
22965         necessary.
22966
22967 2003-06-11  Bruno Haible  <bruno@clisp.org>
22968
22969         * m4/sysexits.m4: New file.
22970
22971 2003-06-10  Simon Josefsson  <jas@extundo.com>
22972
22973         * lib/argp.h: New file, from glibc.
22974         * lib/argp-ba.c: New file, from glibc.
22975         * lib/argp-eexst.c: New file, from glibc.
22976         * lib/argp-fmtstream.c: New file, from glibc.
22977         * lib/argp-fmtstream.h: New file, from glibc.
22978         * lib/argp-fs-xinl.c: New file, from glibc.
22979         * lib/argp-help.c: New file, from glibc.
22980         * lib/argp-namefrob.h: New file, from glibc.
22981         * lib/argp-parse.c: New file, from glibc.
22982         * lib/argp-pv.c: New file, from glibc.
22983         * lib/argp-pvh.c: New file, from glibc.
22984         * lib/argp-xinl.c: New file, from glibc.
22985
22986 2003-06-10  Simon Josefsson  <jas@extundo.com>
22987
22988         * modules/strchrnul: New file.
22989
22990 2003-06-10  Simon Josefsson  <jas@extundo.com>
22991
22992         * modules/argp: New file.
22993
22994 2003-06-10  Simon Josefsson  <jas@extundo.com>
22995
22996         * m4/strchrnul.m4: New file.
22997
22998 2003-06-10  Simon Josefsson  <jas@extundo.com>
22999
23000         * lib/strchrnul.h: New file.
23001         * lib/strchrnul.c: New file.
23002
23003 2003-06-10  Bruno Haible  <bruno@clisp.org>
23004
23005         * MODULES.html.sh (func_all_modules): Add strchrnul and argp.
23006
23007 2003-06-07  Karl Berry  <karl@gnu.org>
23008
23009         * config/config.{guess,sub}: update from prep.
23010
23011 2003-06-07  Jim Meyering  <jim@meyering.net>
23012
23013         * modules/strtod: Use $(...) notation, not @...@ for
23014         AC_REPLACE'd variables.
23015         * modules/localcharset: Likewise.
23016
23017 2003-06-07  Jim Meyering  <jim@meyering.net>
23018
23019         * lib/readtokens.h: Put `Free Software Foundation, Inc.'
23020         in place of my name in the copyright comment.
23021         Remove definition and uses of __P.
23022
23023         From coreutils.
23024         * lib/stat.c: Don't declare xmalloc explicitly.
23025         Instead, include "xalloc.h".
23026         * lib/readtokens.c (readtokens): Remove anachronistic casts of xmalloc,
23027         xrealloc, and xcalloc return values.
23028         * lib/xgetcwd.c (xgetcwd): Include "xgetcwd.h".
23029         Improve comment.
23030         * lib/xgetcwd.h: Remove definition/uses of PARAMS.
23031
23032 2003-06-07  Bruno Haible  <bruno@clisp.org>
23033
23034         * modules/poll (Makefile.am): Use explicit creation rule for poll.h, to
23035         avoid AC_CONFIG_LINKS.
23036         * modules/fnmatch (Makefile.am): Use explicit creation rule for
23037         fnmatch.h, to avoid AC_CONFIG_LINKS.
23038         * modules/alloca (Makefile.am): Make creation of alloca.h Ctrl-C safe.
23039
23040 2003-06-07  Bruno Haible  <bruno@clisp.org>
23041
23042         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH, gl_FUNC_FNMATCH_POSIX,
23043         gl_FUNC_FNMATCH_GNU): Set FNMATCH_H instead of invoking
23044         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
23045         directory.
23046         * m4/poll.m4 (gl_FUNC_POLL): Set POLL_H instead of invoking
23047         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
23048         directory.
23049
23050 2003-06-06  Jim Meyering  <jim@meyering.net>
23051
23052         Merge from coreutils.
23053         * lib/same.c: (same_name): Declare *_basename locals to be `const'.
23054         Consolidate declarations and initializations of *_base* locals.
23055
23056         Merge from coreutils.
23057         This avoids a core dump on systems without GNU putenv,
23058         when running `env -u SOME_ALREADY_UNSET_VARIABLE'.
23059         * lib/putenv.c (__set_errno, LOCK, UNLOCK): Define.
23060         (unsetenv): New static function, from GNU libc.
23061         (rpl_putenv): Use it.
23062
23063         * lib/modechange.c: Remove trailing blanks.
23064
23065         Merge from coreutils.
23066         * lib/fsusage.c: Remove declaration of statfs.
23067         It conflicted with one from OSF/1 5.1 in <sys/mount.h>.
23068
23069         * lib/posixtm.c: Include <stdbool.h> unconditionally.
23070
23071 2003-06-06  Jim Meyering  <jim@meyering.net>
23072
23073         * lib/stdbool_.h: Renamed from stdbool.h.in.
23074
23075 2003-06-06  Jim Meyering  <jim@meyering.net>
23076             Bruno Haible  <bruno@clisp.org>
23077
23078         * modules/stdbool: Reflect renaming: stdbool.h.in -> stdbool_.h.
23079         Adjust Makefile.am snippet not to redirect directly to target.
23080         Use $(STDBOOL_H) notation, not @STDBOOL_H@ for AC_REPLACE'd variables.
23081
23082 2003-06-05  Paul Eggert  <eggert@twinsun.com>
23083
23084         * lib/mktime.c (__mktime_internal): When resolving a tm_isdst
23085         mismatch, look in future quarters as well as past.  This fixes a
23086         bug when processing fall-backwards gaps immediately after a long
23087         period of daylight-saving time.
23088
23089         * lib/mktime.c: Assume freestanding C89 or better.
23090         (HAVE_LIMITS_H): Remove.  Assume it's 1.
23091         (__P): Remove; not used.
23092         (CHAR_BIT, INT_MIN, INT_MAX): Remove; <limits.h> defines them.
23093         (mktime, not_equal_tm, print_tm, check_result,
23094         main): Use prototypes.  Use const * where appropriate.
23095         (main): Fix typo in testing code that uncovered by above changes.
23096         (Local Variables): Remove -DHAVE_LIMITS_H from compile-command.
23097
23098 2003-06-04  Paul Eggert  <eggert@twinsun.com>
23099
23100         * m4/human.m4 (gl_HUMAN): Require AM_STDBOOL_H.  Check for
23101         locale.h, localeconv.  This merges changes from coreutils.
23102
23103         * m4/mktime.m4 (AC_FUNC_MKTIME): New macro, taken from Autoconf CVS.
23104         It can be removed after the next Autoconf is released.
23105         * m4/exclude.m4 (gl_EXCLUDE): Don't check for sys/types.h; no loner
23106         needed.
23107
23108 2003-06-04  Paul Eggert  <eggert@twinsun.com>
23109
23110         * lib/mktime.c: Fix Debian bug 177940
23111         <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=177940>.
23112         (localtime_offset): Now long int, not time_t, because we want it
23113         to be guaranteed to be signed.  All uses changed.
23114         (__mktime_internal): If overflow would occur when adding offset,
23115         don't add it.
23116
23117         Merge 'human' changes from coreutils.  Rewrite to support
23118         locale-specific notations like thousands separators.
23119         * lib/human.c: Simplify authorship notice.
23120         Include human.h immediately after config.h.
23121         <sys/types.h>, <stdio.h>: Do not include; no longer needed.
23122         <limits.h>: Do not include, since human.h does.
23123         (SIZE_MAX, UINTMAX_MAX): New macros.
23124         <strings.h>: Include if HAVE_STRINGS_H, not if !HAVE_STRING_H.
23125         <locale.h>: Include if HAVE_LOCALE_H and HAVE_LOCALECONV.
23126         (HUMAN_READABLE_SUFFIX_LENGTH_MAX): New macro.
23127         (power_letter): Renamed from suffixes.
23128         (generate_suffix_backwards): Remove.
23129         (adjust_value): Now takes int style (because of human.h changes)
23130         and long double value (for greater precision on some platforms).
23131         (group_number): New function.
23132         (human_readable): Use it.  Use integer options, not enum.
23133         Put the options before the sizes in the arg list.
23134         Support all the new options.
23135         The old human_readable function has been removed;
23136         use inttostr.h instead.
23137         (human_readable, default_block_size, humblock):
23138         Use uintmax_t, not int, for block sizes.
23139         (human_readable_inexact, block_size_types): Remove.
23140         (block_size_opts): New constant.
23141         (human_options): Renamed from human_block_size, with new signature
23142         that allows block sizes up to UINTMAX_MAX.  All callers changed.
23143         * lib/human.h: Add copyright and authorship notice.
23144         Include <limits.h> and <stdbool.h> unconditionally.
23145         (PARAMS): Remove.  All uses removed.
23146         (LONGEST_HUMAN_READABLE): Add support for thousands separator.
23147         (enum human_inexact_style): Remove tag; now a nameless enum.
23148         (human_floor, human_ceiling, human_round_to_even): Now have
23149         values 2, 0, 1 rather than -1, 1, 0.
23150         (human_group_digits, human_suppress_point_zero, human_autoscale,
23151         human_base_1024, human_SI, human_B): New constants.
23152         (human_readable_inexact, human_block_size): Remove.
23153         (human_readable): Size args are now uintmax_t, not int.
23154         (human_options): New decl.
23155
23156         * lib/exclude.c: (new_exclude, add_exclude): Remove casts that are
23157         unnecessary now that we assume C89 or better.  This change
23158         imported from coreutils.
23159
23160         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
23161         arbitrarily.  This is the same patch as 2003-05-28, but it got lost
23162         in the 2003-05-30 sync from glibc.
23163
23164         .h files should stand alone, but we shouldn't include <sys/types.h>
23165         if we can get away with just <stddef.h>.
23166
23167         * lib/__fpending.h, addext.c, backupfile.c, exclude.c, getline.c,
23168         malloc.c, putenv.c, realloc.c, strcasecmp.c: Include <stddef.h>
23169         rather than <sys/types.h>, as we merely need size_t.
23170         * lib/dirname.h, memcoll.h, xalloc.h, xmemcoll.h: Include <stddef.h>,
23171         to get size_t.
23172         * lib/hash.h, linebuffer.h, readtokens.h, stdio-safer.h, version-etc.h:
23173         Include <stdio.h>, to get FILE.
23174         * lib/memcasecmp.c: Don't include <sys/types.h>, as we can assume
23175         memcasecmp.h has included <stddef.h> and all we need is size_t.
23176         * lib/memcoll.c: Include "memcoll.h", which gets us size_t and checks
23177         our interface, instead of including <sys/types.h>
23178
23179 2003-06-04  Paul Eggert  <eggert@twinsun.com>
23180
23181         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): Comment out for
23182         now, as glibc mktime is buggy on non-glibc systems.
23183
23184 2003-06-03  Karl Berry  <karl@gnu.org>
23185
23186         * config/config.sub: update from prep.
23187
23188 2003-06-02  Paul Eggert  <eggert@twinsun.com>
23189
23190         [from coreutils]
23191         Fix some minor time-related bugs with POSIX time arguments.
23192         Some valid time stamps were being rejected (notably -1, and
23193         time stamps before 1900 on 64-bit hosts).  And some invalid
23194         time stamps were being accepted, e.g. September 31.
23195
23196         * lib/posixtm.h (posixtime): Return bool instead of time_t, so
23197         that we can return (time_t) -1 successfully.
23198         * lib/posixtm.c: Likewise.
23199         [HAVE_STDBOOL_H]: Include <stdbool.h>.
23200         (bool, false, true) [!HAVE_STDBOOL_H]: New type.
23201         (t): Remove static var.
23202         (year, posix_time_parse): Now takes struct tm * arg to modify, instead
23203         of static var.  All uses changed.
23204         (year): Do not reject years before 1900; they can occur with
23205         64-bit time_t.
23206         (posix_time_parse): Do not check for out-of-range components;
23207         that is now the caller's responsibility, since our checks were
23208         only approximations.
23209         (posixtime): Use mktime to check for out-of-range components,
23210         since it knows them exactly.
23211         If mktime returns (time_t) -1, check whether an error actually occurred
23212         by invoking localtime on -1.
23213         (main) [TEST_POSIXTIME]: Check for input data errors, and report
23214         posixtime failures better.
23215         Improve the test data (in comments only).
23216
23217 2003-06-02  Karl Berry  <karl@gnu.org>
23218
23219         * config/mkinstalldirs (version): new variable.
23220         (--version): new option.
23221         (usage): improve message.
23222
23223 2003-05-30  Karl Berry  <karl@gnu.org>
23224
23225         * lib/mktime.c: update from libc.
23226
23227 2003-05-30  Bruno Haible  <bruno@clisp.org>
23228
23229         * modules/gettext: Add files m4/nls.m4 and m4/po.m4.
23230         * config/config.rpath: Upgrade to gettext-0.12.1.
23231
23232 2003-05-30  Bruno Haible  <bruno@clisp.org>
23233
23234         * m4/gettext.m4: Upgrade to gettext-0.12.1.
23235         * m4/nls.m4: New file, from gettext-0.12.1.
23236         * m4/po.m4: New file, from gettext-0.12.1.
23237         * m4/progtest.m4: Upgrade to gettext-0.12.1.
23238
23239 2003-05-30  Bruno Haible  <bruno@clisp.org>
23240
23241         * lib/config.charset: Upgrade to gettext-0.12.1 and libiconv-1.9.1.
23242         * lib/localcharset.h: Likewise.
23243         * lib/localcharset.c: Likewise.
23244
23245 2003-05-29  Karl Berry  <karl@gnu.org>
23246
23247         * config/config.rpath: update from gettext.
23248
23249 2003-05-28  Paul Eggert  <eggert@twinsun.com>
23250
23251         Assume the headers required for C89 freestanding compilers.
23252         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for limits.h.
23253         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Likewise.
23254         * m4/human.m4 (gl_HUMAN): Likewise.
23255         * m4/pathmax.m4 (gl_PATHMAX): Likewise.
23256         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Likewise.
23257         * m4/userspec.m4 (gl_USERSPEC): Likewise.
23258         * m4/xreadlink.m4 (gl_XREADLINK): Likewise.
23259         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
23260         * m4/quote.m4 (gl_QUOTE): Don't check for stddef.h.
23261
23262 2003-05-28  Paul Eggert  <eggert@twinsun.com>
23263
23264         Assume the headers required for C89 freestanding compilers.
23265         * lib/addext.c, lib/backupfile.c, lib/fsusage.c, lib/human.c,
23266         lib/pathmax.h, lib/rpmatch.c, lib/userspec.c, lib/xreadlink.c,
23267         lib/xstrtol.c: Include <limits.h> without checking for HAVE_LIMITS_H.
23268         * lib/backupfile.c, lib/fsusage.c, lib/hash.c, lib/human.c,
23269         lib/safe-read.c, lib/userspec.c, lib/xstrtol.c (CHAR_BIT): Don't
23270         define, since <limits.h> is guaranteed to do that.
23271         * lib/fatal.c: Include <stdarg.h> without checking for __STDC__.
23272         * lib/exclude.c: Include <stdbool.h> unconditionally.
23273         * lib/tempname.c: Include <stddef.h> unconditionally.
23274         * lib/hash.c: Include <limits.h>, since we no longer define CHAR_BIT.
23275         * lib/modechange.c, rpmatch.c (NULL): Don't define, since
23276         <stddef.h> does that.
23277         * lib/quote.c: Dont include <stddef.h> or <sys/types.h>; not needed.
23278         * lib/safe-read.c (INT_MAX): Don't define, since <limits.h> does that.
23279         * lib/safe-read.c (TYPE_MINIMUM, TYPE_MAXIMUM): Remove; no longer
23280         needed.
23281         * lib/xstrtol.c: Likewise.
23282         * lib/safe-read.c: Remove TYPE_SIGNED; no longer needed.
23283         * lib/savedir.c: Include <stddef.h> instead of defining NULL.
23284
23285         * lib/addext.c (addext): Use assignment rather than cast, to avoid
23286         warnings on some platforms.
23287
23288         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
23289         arbitrarily.
23290
23291 2003-05-26  Jim Meyering  <jim@meyering.net>
23292
23293         Merge in a change from coreutils:
23294         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Test the cache variable, not one
23295         that is guaranteed to be `no'.  Use `no_such_member' to indicate
23296         that condition, rather than `-1' which is slightly misleading.
23297         Change the name of the cache variable to have the gl_ prefix.
23298         Prompted by a patch from Richard Dawe for DJGPP.
23299
23300 2003-05-24  Karl Berry  <karl@gnu.org>
23301
23302         * config/config.guess: update from prep.
23303
23304 2003-05-22  Karl Berry  <karl@gnu.org>
23305
23306         * gnulib-tool (func_usage): =LIBRARY not =libRARY in help msg.
23307
23308 2003-05-20  Karl Berry  <karl@gnu.org>
23309
23310         * config/config.guess: update from prep.
23311
23312 2003-05-18  Karl Berry  <karl@gnu.org>
23313
23314         * config/srclistvars.sh (TEXMF): use TEXMFROOT instead, since TEXMF
23315         might actually be set by the user.
23316
23317         * config/depcomp, install-sh, mdate-sh: update from automake.
23318
23319 2003-05-17  Bruno Haible  <bruno@clisp.org>
23320
23321         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Fix a quoting bug leading to an
23322         invalid expansion for AC_EGREP_CPP.
23323         * m4/strtoimax.m4 (gl_FUNC_STRTOIMAX): Likewise.
23324         * m4/strtoumax.m4 (gl_FUNC_STRTOUMAX): Likewise.
23325         Suggested by Akim Demaille <akim@epita.fr> in
23326         http://mail.gnu.org/archive/html/bug-autoconf/2003-05/threads.html
23327
23328 2003-05-12  Jim Meyering  <jim@meyering.net>
23329
23330         * lib/strftime.c (my_strftime): Let the `-' (no-pad) flag affect
23331         the space-padded-by-default conversion specifiers, %e, %k, %l.
23332
23333 2003-05-12  Bruno Haible  <bruno@clisp.org>
23334
23335         * lib/linebreak.c (iconv_string_length): Don't return -1 just because
23336         the string is longer than 4 KB.
23337
23338 2003-05-11  Karl Berry  <karl@gnu.org>
23339
23340         * config/config.{guess,sub}: update from prep.
23341
23342 2003-05-09  Bruno Haible  <bruno@clisp.org>
23343
23344         * modules/error: Add m4/strerror_r.m4 to file list.
23345
23346 2003-05-03  Bruno Haible  <bruno@clisp.org>
23347
23348         Upgrade to Unicode-4.0.
23349         * lib/linebreak.c (nonspacing_table_data): Change width of U+00AD,
23350         U+0350..U+0357, U+035D..U+035F, U+0600..U+0603, U+0610..U+0615,
23351         U+0656..U+0658, U+0A01, U+0AE2..U+0AE3, U+0CBC, U+17B4..U+17B5,
23352         U+17DD, U+1920..U+1922, U+1927..U+192B, U+1932, U+1939..U+193B
23353         from 1 to 0. Change width of U+0CBF, U+0CC6, U+180E from 0 to 1.
23354         (uc_width): Change width of U+4DC0..U+4DFF from 2 to 1. Change width
23355         of U+2A6D7..U+2F7FF, U+2FA1E..U+2FFFD, U+30000..U+3FFFD from 1 to 2.
23356         Change width of U+E0100..U+E01EF from 1 to 0.
23357
23358 2003-04-25  Jim Meyering  <jim@meyering.net>
23359
23360         * lib/copy-file.c (copy_file_preserving): Declare buf_size to be
23361         of type size_t, not int.
23362
23363 2003-04-25  Bruno Haible  <bruno@clisp.org>
23364
23365         * lib/copy-file.c: Include <stddef.h>, for size_t.
23366
23367 2003-04-21  Paul Eggert  <eggert@twinsun.com>
23368
23369         * m4/error.m4 (gl_ERROR): Do not put under dynamic conditions some
23370         code which expansion is under static control.  Patch imported from
23371         Akim Demaille's patch to Bison; see
23372         <http://mail.gnu.org/archive/html/bison-patches/2003-03/msg00057.html>.
23373
23374 2003-04-14  Bruno Haible  <bruno@clisp.org>
23375
23376         * m4/error.m4 (jm_PREREQ_ERROR): Use AC_FUNC_VPRINTF.
23377
23378 2003-04-11  Jim Meyering  <jim@meyering.net>
23379
23380         Merge changes from Coreutils.
23381
23382         2003-03-22  Jim Meyering  <jim@meyering.net>
23383
23384         * lib/strftime.c (widen): Cast alloca return value to proper type.
23385
23386         2003-01-19  Ulrich Drepper  <drepper@redhat.com>
23387
23388         From GNU libc.
23389         * lib/strftime.c (my_strftime): Handle very large width
23390         specifications for numeric values correctly.  Improve checks for
23391         overflow.
23392
23393         2003-01-19  Jim Meyering  <jim@meyering.net>
23394
23395         * lib/strftime.c (widen) [COMPILE_WIDE]: Merge nearly-identical
23396         definitions.
23397         (nl_get_alt_digit) [! defined my_strftime]: Define.
23398         (my_strftime) [_NL_CURRENT]: Merge nearly-identical uses of
23399         _nl_get_alt_digit and _nl_get_walt_digit.
23400
23401         * lib/strftime.c (my_strftime): Merge in locale-related changes from
23402         libc. These changes have no effect outside of _LIBC.
23403
23404 2003-04-10  Bruno Haible  <bruno@clisp.org>
23405
23406         * modules/findprog: New file.
23407         * MODULES.html.sh (func_all_modules): Add it.
23408
23409 2003-04-10  Bruno Haible  <bruno@clisp.org>
23410
23411         * m4/findprog.m4: New file.
23412         * m4/eaccess.m4: New file.
23413
23414 2003-04-10  Bruno Haible  <bruno@clisp.org>
23415
23416         * lib/findprog.h: New file, from GNU gettext.
23417         * lib/findprog.c: New file, from GNU gettext.
23418
23419 2003-04-05  Jim Meyering  <jim@meyering.net>
23420
23421         Merge changes from Coreutils.
23422
23423         * lib/exclude.h (PARAMS): Remove definition and uses.
23424         * lib/exclude.c: Remove uses of `PARAMS'.
23425
23426         * lib/dirname.c [TEST_DIRNAME]: Update build instructions for test.
23427         Add test-cases for DOS filenames. Declare program_name.
23428         (main): Set up program_name.  Patch by Rich Dawe.
23429
23430         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
23431         error from mntctl.
23432         Use mntctl's return value to drive the entry-processing loop, since
23433         we can't rely on the value of the vmt_length member in the last
23434         entry.  On some systems doing so could result in exhausting
23435         virtual memory.  Based in part on a patch from Mike Jetzer.
23436
23437 2003-04-04  Bruno Haible  <bruno@clisp.org>
23438
23439         * modules/linebreak: New file.
23440         * MODULES.html.sh (func_all_modules): Add it.
23441
23442 2003-04-04  Bruno Haible  <bruno@clisp.org>
23443
23444         * m4/linebreak.m4: New file.
23445
23446 2003-04-04  Bruno Haible  <bruno@clisp.org>
23447
23448         * lib/linebreak.h: New file, from GNU gettext.
23449         * lib/linebreak.c: New file, from GNU gettext with slight
23450         modifications.
23451         * lib/lbrkprop.h: New file, from GNU gettext.
23452
23453 2003-04-03  Bruno Haible  <bruno@clisp.org>
23454
23455         * modules/utf8-ucs4: New file.
23456         * modules/utf16-ucs4: New file.
23457         * modules/ucs4-utf8: New file.
23458         * modules/ucs4-utf16: New file.
23459         * MODULES.html.sh (func_all_modules): Add them.
23460
23461 2003-04-03  Bruno Haible  <bruno@clisp.org>
23462
23463         * m4/utf-ucs4.m4: New file.
23464         * m4/ucs4-utf.m4: New file.
23465
23466 2003-04-03  Bruno Haible  <bruno@clisp.org>
23467
23468         * lib/utf8-ucs4.h: New file, from GNU gettext.
23469         * lib/utf16-ucs4.h: New file, from GNU gettext.
23470         * lib/ucs4-utf8.h: New file, from GNU gettext.
23471         * lib/ucs4-utf16.h: New file, from GNU gettext.
23472
23473 2003-04-02  Bruno Haible  <bruno@clisp.org>
23474
23475         * modules/binary-io: New file.
23476         * MODULES.html.sh (func_all_modules): Add it.
23477
23478 2003-04-02  Bruno Haible  <bruno@clisp.org>
23479
23480         * lib/binary-io.h: New file, from GNU gettext.
23481
23482 2003-04-01  Bruno Haible  <bruno@clisp.org>
23483
23484         * modules/pathname: New file.
23485         * MODULES.html.sh (func_all_modules): Add it.
23486
23487 2003-04-01  Bruno Haible  <bruno@clisp.org>
23488
23489         * lib/pathname.h: New file, from GNU gettext.
23490         * lib/concatpath.c: New file, from GNU gettext.
23491
23492 2003-03-30  Bruno Haible  <bruno@clisp.org>
23493
23494         * m4/copy-file.m4 (gl_COPY_FILE): Add check for chown().
23495
23496 2003-03-30  Bruno Haible  <bruno@clisp.org>
23497
23498         * lib/copy-file.c (copy_file_preserving): Don't set owner if the
23499         function chown() doesn't exist.
23500
23501 2003-03-28  Bruno Haible  <bruno@clisp.org>
23502
23503         * modules/copy-file: New file.
23504         * MODULES.html.sh (func_all_modules): Add it.
23505
23506 2003-03-28  Bruno Haible  <bruno@clisp.org>
23507
23508         * m4/copy-file.m4: New file.
23509
23510 2003-03-28  Bruno Haible  <bruno@clisp.org>
23511
23512         * lib/copy-file.h: New file, from GNU gettext.
23513         * lib/copy-file.c: New file, from GNU gettext.
23514
23515 2003-03-18  Jim Meyering  <jim@meyering.net>
23516
23517         * lib/quote.c (quote_n): Fix typo in comment.
23518
23519 2003-03-18  Bruno Haible  <bruno@clisp.org>
23520
23521         * m4/onceonly.m4: Use m4_defn instead of defn, for better error
23522         checking.
23523         * m4/onceonly_2_57.m4: Likewise.
23524
23525 2003-03-17  Bruno Haible  <bruno@clisp.org>
23526
23527         * m4/onceonly.m4: Require autoconf 2.54 or newer.
23528         (m4_quote): Remove macro.
23529         * m4/onceonly_2_57.m4: Require autoconf 2.54 or newer.
23530
23531 2003-03-14  Jim Meyering  <jim@meyering.net>
23532
23533         Merge changes from Coreutils.
23534         * lib/obstack.h (obstack_object_size): Declare temporary, __o,
23535         to be const, in order to avoid warnings.
23536         (obstack_room): Likewise.
23537         (obstack_empty_p): Likewise.
23538
23539 2003-03-14  Bruno Haible  <bruno@clisp.org>
23540
23541         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE,
23542         AC_CHECK_DECLS_ONCE): Quote AC_FOREACH variable-expansions properly.
23543
23544 2003-03-13  Paul Eggert  <eggert@twinsun.com>
23545
23546         Merge changes from Bison.
23547         * lib/obstack.h: (__INT_TO_PTR) [__STDC__]: Cast result to
23548         (void *) to avoid diagnostic with native c89 on SGI IRIX 6.5
23549         when compiling Bison 1.875's `bitset bset = obstack_alloc
23550         (bobstack, bytes);'.  Problem reported by Nelson H. F. Beebe.
23551         * lib/hash.c: Include <stdbool.h> unconditionally.
23552
23553 2003-03-13  Paul Eggert  <eggert@twinsun.com>
23554
23555         * m4/onceonly.m4 (m4_quote): New macro.
23556         (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE, AC_CHECK_DECLS_ONCE):
23557         Quote AC_FOREACH variable-expansions properly.
23558
23559 2003-03-13  Paul Eggert  <eggert@twinsun.com>
23560
23561         * doc/COPYING.DOC, fdl.texi: Sync with latest FSF version.
23562
23563 2003-03-09  Paul Eggert  <eggert@twinsun.com>
23564
23565         * lib/argmatch.c (EXIT_FAILURE): Define if the system doesn't.
23566         Reported by Bruce Becker; see:
23567         http://mail.gnu.org/archive/html/bug-bison/2003-03/msg00017.html
23568
23569 2003-03-03  Paul Eggert  <eggert@twinsun.com>
23570             Bruno Haible  <bruno@clisp.org>
23571
23572         * lib/mbswidth.h: Include <wchar.h>. Needed for UnixWare 7.1.1.
23573         Reported by John Hughes, see
23574         http://mail.gnu.org/archive/html/bug-bison/2003-02/msg00030.html
23575
23576 2003-02-20  Bruno Haible  <bruno@clisp.org>
23577
23578         * MODULES.html.sh (func_all_modules): Add poll.
23579
23580 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
23581
23582         * modules/poll: New file.
23583
23584 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
23585
23586         * lib/poll_.h: New file.
23587         * lib/poll.c: New file.
23588
23589 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
23590
23591         * m4/poll.m4: New file.
23592
23593 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
23594
23595         * modules/mathl: New file.
23596
23597 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
23598
23599         * lib/mathl.h: New file.
23600         * lib/acosl.c: New file.
23601         * lib/asinl.c: New file.
23602         * lib/atanl.c: New file.
23603         * lib/ceill.c: New file.
23604         * lib/cosl.c: New file.
23605         * lib/expl.c: New file.
23606         * lib/floorl.c: New file.
23607         * lib/frexpl.c: New file.
23608         * lib/ldexpl.c: New file.
23609         * lib/logl.c: New file.
23610         * lib/sincosl.c: New file.
23611         * lib/sinl.c: New file.
23612         * lib/sqrtl.c: New file.
23613         * lib/tanl.c: New file.
23614         * lib/trigl.c: New file.
23615         * lib/trigl.h: New file.
23616
23617 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
23618
23619         * m4/mathl.m4: New file.
23620
23621 2003-02-18  Bruno Haible  <bruno@clisp.org>
23622
23623         * MODULES.html.sh (func_all_modules): Add mathl.
23624
23625 2003-02-17  Bruno Haible  <bruno@clisp.org>
23626
23627         * modules/mkdtemp: New module.
23628         * MODULES.html.sh (func_all_modules): Add it.
23629
23630 2003-02-17  Bruno Haible  <bruno@clisp.org>
23631
23632         * m4/mkdtemp.m4: New file, from GNU gettext with modifications.
23633
23634 2003-02-17  Bruno Haible  <bruno@clisp.org>
23635
23636         * lib/mkdtemp.h: New file, from GNU gettext.
23637         * lib/mkdtemp.c: New file, from GNU gettext.
23638
23639 2003-02-02  Jim Meyering  <jim@meyering.net>
23640
23641         * m4/regex.m4 (jm_INCLUDED_REGEX): Detect broken re_search in
23642         e.g. glibc-2.2.93.
23643
23644 2003-01-31  Bruno Haible  <bruno@clisp.org>
23645
23646         * m4/rename.m4 (vb_FUNC_RENAME): Add a redirection from 'rename' to
23647         'rpl_rename'.
23648         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Add a redirection from 'strnlen' to
23649         'rpl_strnlen'.
23650         * m4/strtod.m4 (gl_FUNC_STRTOD): Add a redirection from 'strtod' to
23651         'rpl_strtod'.
23652         * m4/utime.m4 (jm_FUNC_UTIME): Add a redirection from 'utime' to
23653         'rpl_utime'.
23654
23655 2003-01-31  Bruno Haible  <bruno@clisp.org>
23656
23657         * lib/rename.c: #undef rename before defining rpl_rename.
23658         * lib/strnlen.c: #undef strnlen, define rpl_strnlen instead of strnlen.
23659
23660 2003-01-30  Bruno Haible  <bruno@clisp.org>
23661
23662         * modules/vasnprintf, modules/vasprintf: New modules.
23663         * MODULES.html.sh (func_all_modules): Add them.
23664
23665 2003-01-30  Bruno Haible  <bruno@clisp.org>
23666
23667         * m4/signed.m4: New file, from GNU gettext.
23668         * m4/longdouble.m4: New file, from GNU gettext.
23669         * m4/wchar_t.m4: New file, from GNU gettext.
23670         * m4/wint_t.m4: New file, from GNU gettext.
23671         * m4/vasnprintf.m4: New file.
23672         * m4/vasprintf.m4: New file.
23673
23674 2003-01-30  Bruno Haible  <bruno@clisp.org>
23675
23676         * lib/printf-args.h: New file, from GNU gettext.
23677         * lib/printf-args.c: New file, from GNU gettext.
23678         * lib/printf-parse.h: New file, from GNU gettext.
23679         * lib/printf-parse.c: New file, from GNU gettext.
23680         * lib/vasnprintf.h: New file, from GNU gettext.
23681         * lib/vasnprintf.c: New file, from GNU gettext.
23682         * lib/asnprintf.c: New file, from GNU gettext.
23683         * lib/vasprintf.h: New file, from GNU gettext with modifications.
23684         * lib/vasprintf.c: New file, from GNU gettext.
23685         * lib/asprintf.c: New file, from GNU gettext.
23686
23687 2003-01-29  Bruno Haible  <bruno@clisp.org>
23688
23689         * modules/stpncpy: New module.
23690         * MODULES.html.sh (func_all_modules): Add it.
23691
23692 2003-01-29  Bruno Haible  <bruno@clisp.org>
23693
23694         * m4/stpncpy.m4: New file.
23695
23696 2003-01-29  Bruno Haible  <bruno@clisp.org>
23697
23698         * lib/stpncpy.h: New file, from GNU gettext with modifications.
23699         * lib/stpncpy.c: New file, from GNU gettext with modifications.
23700
23701 2003-01-28  Bruno Haible  <bruno@clisp.org>
23702
23703         * modules/c-ctype: New module.
23704         * MODULES.html.sh (func_all_modules): Add it.
23705
23706 2003-01-28  Bruno Haible  <bruno@clisp.org>
23707
23708         * lib/c-ctype.h: New file, from GNU gettext, with changes suggested by
23709         Paul Eggert.
23710         * lib/c-ctype.c: New file, from GNU gettext, with changes suggested by
23711         Paul Eggert.
23712
23713 2003-01-27  Bruno Haible  <bruno@clisp.org>
23714
23715         * modules/xsetenv: New module.
23716         * MODULES.html.sh (func_all_modules): Add it.
23717
23718 2003-01-27  Bruno Haible  <bruno@clisp.org>
23719
23720         * lib/xsetenv.h: New file, from GNU gettext.
23721         * lib/xsetenv.c: New file, from GNU gettext.
23722
23723 2003-01-23  Jim Meyering  <jim@meyering.net>
23724
23725         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Correct typo: s/-1/no/ that kept this
23726         from working on systems without dirfd (at least Irix and OSF1/Tru64).
23727
23728 2003-01-23  Bruno Haible  <bruno@clisp.org>
23729
23730         * modules/minmax: New module.
23731         * MODULES.html.sh (func_all_modules): Add it.
23732
23733 2003-01-23  Bruno Haible  <bruno@clisp.org>
23734
23735         * lib/minmax.h: New file, from GNU gettext, with comments from Paul
23736         Eggert.
23737
23738 2003-01-22  Bruno Haible  <bruno@clisp.org>
23739
23740         * modules/exit: New module.
23741         * MODULES.html.sh (func_all_modules): Add it.
23742
23743 2003-01-22  Bruno Haible  <bruno@clisp.org>
23744
23745         * lib/exit.h: New file, from GNU gettext.
23746
23747 2003-01-19  Bruno Haible  <bruno@clisp.org>
23748
23749         * gnulib-tool: Recognize option --extract-maintainer.
23750         (func_get_maintainer): New function.
23751         * modules/*: Add Maintainer entry.
23752
23753 2003-01-16  Jim Meyering  <jim@meyering.net>
23754
23755         * m4/regex.m4: The `regex' struct is both input and output.
23756         Initialize it before each use.  Patch by Tim Waugh.
23757
23758 2003-01-16  Bruno Haible  <bruno@clisp.org>
23759
23760         * MODULES.html.sh: Add a table of contents. Add the module name as
23761         leftmost column. Add hyperlinks.
23762
23763 2003-01-15  Bruno Haible  <bruno@clisp.org>
23764
23765         * m4/md5.m4 (gl_MD5): Require AC_C_INLINE.
23766
23767 2003-01-15  Bruno Haible  <bruno@clisp.org>
23768
23769         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): Also test the LL suffix.
23770         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Also test the ULL
23771         suffix.
23772
23773 2003-01-15  Bruno Haible  <bruno@clisp.org>
23774
23775         * m4/alloca.m4 (gl_FUNC_ALLOCA): Invoke AC_EGREP_CPP prerequisites.
23776
23777 2003-01-15  Bruno Haible  <bruno@clisp.org>
23778
23779         * lib/stpcpy.h (stpcpy): Use ANSI C function declarations.
23780         * lib/strcase.h (strcasecmp, strncasecmp): Likewise.
23781
23782 2003-01-14  Jim Meyering  <jim@meyering.net>
23783
23784         * lib/same.c (same_name): Tweak a comment.
23785
23786 2003-01-14  Bruno Haible  <bruno@clisp.org>
23787
23788         * lib/same.c (same_name): Reorder tests so as to avoid calling stat()
23789         when a string comparison is sufficient.
23790
23791 2003-01-14  Bruno Haible  <bruno@clisp.org>
23792
23793         * lib/readtokens.c (readtoken): Cast character to 'unsigned char', not
23794         'unsigned int'.
23795
23796 2003-01-14  Bruno Haible  <bruno@clisp.org>
23797
23798         * lib/hash-pjw.c: Add comment about low quality of this function.
23799
23800 2003-01-13  Bruno Haible  <bruno@clisp.org>
23801
23802         * modules/stpcpy: Distribute lib/stpcpy.h.
23803         * modules/setenv: Depend on alloca. Distribute lib/setenv.h.
23804
23805 2003-01-13  Bruno Haible  <bruno@clisp.org>
23806
23807         * modules/*: Add a description.
23808         * modules/strpbrk: Fix Makefile.am snippet.
23809         * modules/strtoimax: Fix dependencies.
23810         * modules/strtoumax: Likewise.
23811
23812 2003-01-13  Bruno Haible  <bruno@clisp.org>
23813
23814         * gnulib-tool (func_create_testdir): Substitute lib_OBJECTS.
23815         * modules/alloca (Makefile.am): All object files depend on alloca.h.
23816         * modules/stdbool (Makefile.am): All object files depend on stdbool.h.
23817
23818 2003-01-13  Bruno Haible  <bruno@clisp.org>
23819
23820         * gnulib-tool (func_create_testdir): Store config/* files in the main
23821         directory.
23822         * config.rpath: Move to ...
23823         * config/config.rpath: ... here.
23824         * modules/gettext: Contains config/config.rpath, not config.rpath.
23825         * modules/iconv: Likewise.
23826
23827 2003-01-12  Paul Eggert  <eggert@twinsun.com>
23828
23829         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
23830         to avoid collisions with libcurses and libreadline.
23831
23832         * m4/getstr.m4: Remove.
23833         * m4/getline.m4 (gl_PREREQ_GETLINE): Require AC_HEADER_STDC.
23834
23835 2003-01-12  Paul Eggert  <eggert@twinsun.com>
23836
23837         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
23838         to avoid collisions with libcurses and libreadline.
23839
23840         * lib/Makefile.am (libfetish_a_SOURCES): Remove getstr.c, getstr.h.
23841         * lib/getstr.h, getstr.c: Remove.
23842         * lib/getline.c: Include "getline.h", to check interface.
23843         Move body of old getstr.c here: this defines MIN_CHUNK and
23844         declares getdelim2, which is renamed from getstr.
23845         (getline, getdelim): Adjust to renaming of getstr -> getdelim2.
23846
23847         * lib/linebuffer.c (readlinebuffer): Renamed from readline.
23848         All uses changed.
23849         * lib/linebuffer.h: Likewise.
23850         (readline): Remove backward-compatibility macro.
23851
23852 2003-01-12  Paul Eggert  <eggert@twinsun.com>
23853
23854         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
23855         to avoid collisions with libcurses and libreadline.
23856         * getstr: Remove.
23857         * MODULES.html.sh: Remove getstr.
23858         * modules/getline: Depend on unlocked-io, not getstr.
23859
23860 2003-01-12  Jim Meyering  <jim@meyering.net>
23861
23862         * lib/makepath.c: Don't test HAVE_ERRNO_H.  It's not necessary.
23863
23864 2003-01-10  Bruno Haible  <bruno@clisp.org>
23865
23866         * modules/alloca: Change Makefile.am requirements. Simplify Include
23867         requirements. Add lib/alloca_.h to file list.
23868
23869 2003-01-10  Bruno Haible  <bruno@clisp.org>
23870
23871         * m4/alloca.m4 (gl_FUNC_ALLOCA): Also define ALLOCA_H.
23872
23873 2003-01-10  Bruno Haible  <bruno@clisp.org>
23874
23875         * lib/alloca_.h: New file.
23876         * lib/getdate.y: Unconditionally include alloca.h.
23877         * lib/makepath.c: Likewise.
23878         * lib/setenv.c: Likewise.
23879         * lib/userspec.c: Likewise.
23880
23881 2003-01-09  Karl Berry  <karl@gnu.org>
23882
23883         * MODULES.html.sh: include `dirname $0` in PATH, to find
23884         gnulib-tool.
23885
23886 2003-01-09  Bruno Haible  <bruno@clisp.org>
23887
23888         * modules/stdbool: Change configure.ac, Makefile.am requirements.
23889         Simplify Include requirements. Add lib/stdbool.h.in to file list.
23890
23891 2003-01-09  Bruno Haible  <bruno@clisp.org>
23892
23893         * m4/stdbool.m4 (AM_STDBOOL_H): New macro.
23894
23895 2003-01-09  Bruno Haible  <bruno@clisp.org>
23896
23897         * lib/stdbool.h.in: New file.
23898
23899 2003-01-09  Bruno Haible  <bruno@clisp.org>
23900
23901         * gnulib-tool (func_all_modules): Ignore files ending in ~.
23902         * MODULES.html.sh: Likewise.
23903
23904 2003-01-08  Jim Meyering  <jim@meyering.net>
23905
23906         * lib/full-write.c: Undefine and define-away `const' after inclusion
23907         of errno.h, not before.  Suggestion from Bruno Haible.
23908
23909 2003-01-08  Bruno Haible  <bruno@clisp.org>
23910
23911         * modules/full-read: Depend on full-write.
23912
23913 2003-01-08  Bruno Haible  <bruno@clisp.org>
23914
23915         * lib/safe-read.c: Include specification header first, to ensure its
23916         selfcontainedness.
23917         * lib/full-write.c: Likewise.
23918
23919 2003-01-07  Jim Meyering  <jim@meyering.net>
23920
23921         * lib/full-write.c: Rework so that it may serve to define full_read,
23922         too.
23923         * lib/full-read.c: Simply #define FULL_READ and include full-write.c.
23924
23925 2003-01-07  Bruno Haible  <bruno@clisp.org>
23926
23927         * lib/strtoimax.c: Include <stdint.h> as an alternative to
23928         <inttypes.h>.
23929         * lib/xstrtol.h: Likewise.
23930         * lib/xstrtoimax.c: Likewise.
23931         * lib/xstrtoumax.c: Likewise.
23932         * lib/human.h: Likewise.
23933
23934         * lib/tempname.c: Include <inttypes.h> too. Avoids a compilation error
23935         on systems that have <inttypes.h> but not <stdint.h>.
23936
23937 2003-01-07  Bruno Haible  <bruno@clisp.org>
23938
23939         * MODULES.html.sh: Add copyright notice.
23940         (missed_files): Omit CVS directory entries.
23941         (func_module): Make it work with sed-3.02.
23942         * MODULES.txt: Remove file.
23943
23944 2003-01-06  Jim Meyering  <jim@meyering.net>
23945
23946         * lib/version-etc.c: Update year in translatable copyright string.
23947
23948 2003-01-03  Karl Berry  <karl@gnu.org>
23949
23950         * config/config.{guess,sub}: update from prep.
23951
23952 2003-01-02  Karl Berry  <karl@gnu.org>
23953
23954         * doc/COPYING.DOC: belatedly updated to 1.2.
23955
23956 2003-01-01  Karl Berry  <karl@gnu.org>
23957
23958         * gnulib-tool (func_verify_module): report module name $module in
23959         error message, not $1.
23960         * gnulib-tool (create-testdir): don't complain if destdir couldn't
23961         be created, only if it doesn't exist.
23962         * gnulib-tool (last_checkin_date): don't expand the $Date here.
23963
23964 2002-12-31  Paul Eggert  <eggert@twinsun.com>
23965
23966         * m4/memcoll.m4 (gl_MEMCOLL): Require AC_FUNC_MEMCMP.
23967
23968 2002-12-31  Paul Eggert  <eggert@twinsun.com>
23969
23970         * lib/memcoll.c (memcoll): Fall back on a simple algorithm using
23971         memcmp if strcoll doesn't work.
23972
23973 2002-12-31  Bruno Haible  <bruno@clisp.org>
23974
23975         * lib/utime.c (utime_null): No need to call ftruncate if the file was
23976         nonempty.
23977
23978 2002-12-31  Bruno Haible  <bruno@clisp.org>
23979
23980         * lib/memcoll.c (STRCOLL): New macro.
23981         (memcoll): Use it.
23982
23983 2002-12-31  Bruno Haible  <bruno@clisp.org>
23984
23985         * lib/localcharset.h: New file.
23986         * lib/localcharset.c: Include it.
23987         * lib/unicodeio.c: Likewise.
23988
23989 2002-12-31  Bruno Haible  <bruno@clisp.org>
23990
23991         * lib/getstr.h (getstr): Define, to avoid clash with libcurses.
23992         * lib/linebuffer.h (readline): Define, to avoid clash with libreadline.
23993
23994 2002-12-31  Bruno Haible  <bruno@clisp.org>
23995
23996         * lib/getline.h: Include <stddef.h>, for size_t.
23997
23998         * lib/unicodeio.h: Include <stddef.h>, for size_t.
23999         * lib/unicodeio.c: Don't include <stddef.h>.
24000
24001 2002-12-31  Bruno Haible  <bruno@clisp.org>
24002
24003         * lib/getdate.y (get_date): Test HAVE_STRUCT_TM_TM_ZONE, not
24004         HAVE_TM_ZONE.
24005
24006 2002-12-24  Karl Berry  <karl@gnu.org>
24007
24008         * config/config.guess: update from prep.
24009
24010 2002-12-24  Bruno Haible  <bruno@clisp.org>
24011
24012         General infrasructure.
24013         * m4/README: Rewritten.
24014         * m4/onceonly.m4: New file.
24015         * m4/onceonly_2_57.m4: New file.
24016
24017         Module atexit.
24018         * m4/atexit.m4: New file.
24019
24020         Module strtod.
24021         * m4/strtod.m4: New file.
24022
24023         Module strtol.
24024         * m4/strtol.m4: New file.
24025
24026         Module strtoul.
24027         * m4/strtoul.m4: New file.
24028
24029         Module memchr.
24030         * m4/memchr.m4: New file.
24031
24032         Module memcmp.
24033         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): New macro.
24034         (jm_FUNC_MEMCMP): Invoke it.
24035
24036         Module memcpy.
24037         * m4/memcpy.m4: New file.
24038
24039         Module memmove.
24040         * m4/memmove.m4: New file.
24041
24042         Module memset.
24043         * m4/memset.m4: New file.
24044
24045         Module strcspn.
24046         * m4/strcspn.m4: New file.
24047
24048         Module strpbrk.
24049         * m4/strpbrk.m4: New file.
24050
24051         Module strstr.
24052         * m4/strstr.m4: New file.
24053
24054         Module strerror.
24055         * m4/strerror.m4: New file.
24056
24057         Module mktime.
24058         * m4/mktime.m4: Renamed from jm-mktime.m4.
24059         (gl_PREREQ_MKTIME): New macro.
24060         (gl_FUNC_MKTIME): Renamed from jm_FUNC_MKTIME. Invoke gl_PREREQ_MKTIME.
24061
24062         Module malloc.
24063         * m4/malloc.m4 (gl_PREREQ_MALLOC): New macro.
24064         (jm_FUNC_MALLOC): Use AC_FUNC_MALLOC. Invoke gl_PREREQ_MALLOC.
24065         Don't define HAVE_DONE_WORKING_MALLOC_CHECK, since nothing uses it.
24066
24067         Module realloc.
24068         * m4/realloc.m4 (gl_PREREQ_REALLOC): New macro.
24069         (jm_FUNC_REALLOC): Use AC_FUNC_REALLOC. Invoke gl_PREREQ_REALLOC.
24070         Don't define HAVE_DONE_WORKING_REALLOC_CHECK, since nothing uses it.
24071
24072         Module strftime.
24073         * m4/tm_gmtoff.m4: New file, extracted from strftime.m4.
24074         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Use AC_FUNC_STRFTIME.
24075         Don't test for bcopy (we are not emacs). Invoke AC_TYPE_MBSTATE_T and
24076         gl_TM_GMTOFF.
24077         (_jm_STRFTIME_PREREQS, jm_FUNC_GNU_STRFTIME): Use onceonly macros.
24078
24079         Module xalloc.
24080         * m4/xalloc.m4: New file.
24081
24082         Module alloca.
24083         * m4/alloca.m4: New file.
24084
24085         Module putenv.
24086         * m4/putenv.m4 (gl_PREREQ_PUTENV): New macro.
24087         (jm_FUNC_PUTENV): Invoke it.
24088
24089         Module setenv.
24090         * m4/setenv.m4 (gt_FUNC_SETENV): New macro.
24091         (gt_CHECK_VAR_DECL): Fix quoting error that led to infinite loop in m4
24092         when invoked twice.
24093         (gt_PREREQ_SETENV, gt_PREREQ_UNSETENV): New macros, replacing old
24094         gt_FUNC_SETENV.
24095
24096         Module memrchr.
24097         * m4/memrchr.m4: New file.
24098
24099         Module stpcpy.
24100         * m4/stpcpy.m4: New file.
24101
24102         Module strcase.
24103         * m4/strcase.m4: New file.
24104
24105         Module strdup.
24106         * m4/strdup.m4: New file.
24107
24108         Module strnlen.
24109         * m4/strnlen.m4: New file.
24110
24111         Module strndup.
24112         * m4/strndup.m4: New file.
24113
24114         Module xstrtod.
24115         * m4/xstrtod.m4: New file.
24116
24117         Module xstrtol.
24118         * m4/xstrtol.m4: New file.
24119
24120         Module getdate.
24121         * m4/getdate.m4: New file.
24122
24123         Module unlocked-io.
24124         * m4/unlocked-io.m4: Renamed from jm-glibc-io.m4.
24125         (jm_FUNC_GLIBC_UNLOCKED_IO): Invoke AC_GNU_SOURCE. Use onceonly macros.
24126         * m4/jm-glibc-io.m4n: Remove file.
24127
24128         Module long-options.
24129         * m4/long-options.m4: New file.
24130
24131         Module md5.
24132         * m4/md5.m4: New file.
24133
24134         Module sha.
24135         * m4/sha.m4: New file.
24136
24137         Module getstr.
24138         * m4/getstr.m4: New file.
24139
24140         Module getline.
24141         * m4/getline.m4 (gl_PREREQ_GETLINE): New macro.
24142         (AM_FUNC_GETLINE): Invoke AC_GNU_SOURCE. Use <stdlib.h>, not
24143         <sys/types.h>, for size_t. Use the function name gnu_getline, not
24144         simply getline. Infoke gl_PREREQ_GETLINE.
24145
24146         Module obstack.
24147         * m4/obstack.m4: New file.
24148
24149         Module hash.
24150         * m4/hash.m4: New file.
24151
24152         Module readtokens.
24153         * m4/readtokens.m4: New file.
24154
24155         Module strverscmp.
24156         * m4/strverscmp.m4: New file.
24157
24158         Module stdbool.
24159         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Add test for _Bool. Needed for
24160         OSF/1.
24161
24162         Module strtoll.
24163         * m4/strtoll.m4: New file.
24164
24165         Module strtoull.
24166         * m4/strtoull.m4: New file.
24167
24168         Module strtoimax.
24169         * m4/strtoimax.m4: New file.
24170
24171         Module strtoumax.
24172         * m4/strtoumax.m4: New file.
24173
24174         Module xstrtoimax.
24175         * m4/xstrtoimax.m4 (jm_XSTRTOIMAX): Renamed from
24176         jm_AC_PREREQ_XSTRTOIMAX.
24177         Moved the strtol prerequisites to strtol.m4.
24178         Moved the strtoll prerequisites to strtoll.m4.
24179         Moved the strtoimax prerequisites to strtoimax.m4.
24180
24181         Module xstrtoumax.
24182         * m4/xstrtoumax.m4 (jm_XSTRTOUMAX): Renamed from
24183         jm_AC_PREREQ_XSTRTOUMAX.
24184         Moved the strtoul prerequisites to strtoul.m4.
24185         Moved the strtoull prerequisites to strtoull.m4.
24186         Moved the strtoumax prerequisites to strtoumax.m4.
24187
24188         Module chown.
24189         * m4/chown.m4 (gl_PREREQ_CHOWN): New macro.
24190         (jm_FUNC_CHOWN): Use AC_FUNC_CHOWN. Invoke gl_PREREQ_CHOWN.
24191
24192         Module dup2.
24193         * m4/dup2.m4: New file.
24194
24195         Module ftruncate.
24196         * m4/ftruncate.m4 (gl_PREREQ_FTRUNCATE): New macro.
24197         (jm_FUNC_FTRUNCATE): Use AC_REPLACE_FUNCS. Invoke gl_PREREQ_FTRUNCATE.
24198
24199         Module getgroups.
24200         * m4/getgroups.m4 (gl_PREREQ_GETGROUPS): New macro.
24201         (jm_FUNC_GETGROUPS): Use AC_FUNC_GETGROUPS. Invoke gl_PREREQ_GETGROUPS.
24202
24203         Module gettimeofday.
24204         * m4/gettimeofday.m4 (gl_PREREQ_GETTIMEOFDAY): New macro.
24205         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use onceonly macros. Invoke
24206         gl_PREREQ_GETTIMEOFDAY.
24207
24208         Module mkdir.
24209         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): New macro.
24210         (UTILS_FUNC_MKDIR_TRAILING_SLASH): Invoke gl_PREREQ_MKDIR.
24211
24212         Module mkstemp.
24213         * m4/mkstemp.m4 (gl_PREREQ_MKSTEMP): New macro.
24214         (jm_PREREQ_TEMPNAME): New macro, from prereq.m4. Also invoke
24215         jm_AC_TYPE_UINTMAX_T.
24216         (UTILS_FUNC_MKSTEMP): Invoke gl_PREREQ_MKSTEMP and jm_PREREQ_TEMPNAME.
24217
24218         Module stat.
24219         * m4/stat.m4 (gl_PREREQ_STAT): New macro.
24220         (jm_FUNC_STAT): Use AC_FUNC_STAT. Invoke gl_PREREQ_STAT.
24221
24222         Module lstat.
24223         * m4/lstat.m4 (gl_PREREQ_LSTAT): New macro.
24224         (jm_FUNC_LSTAT): Use AC_FUNC_LSTAT. Invoke gl_PREREQ_LSTAT.
24225
24226         Module timespec.
24227         * m4/timespec.m4 (gl_TIMESPEC): New macro.
24228         (jm_CHECK_TYPE_STRUCT_TIMESPEC): Add check for <sys/time.h>.
24229         * m4/st_mtim.m4: Indentation.
24230
24231         Module nanosleep.
24232         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): New macro.
24233         (jm_FUNC_NANOSLEEP): Add check for <sys/time.h>. Invoke
24234         gl_PREREQ_NANOSLEEP.
24235
24236         Module regex.
24237         * m4/regex.m4 (jm_PREREQ_REGEX): New macro.
24238         (jm_INCLUDED_REGEX): Invoke jm_PREREQ_REGEX.
24239         (gl_REGEX): New macro.
24240
24241         Module rename.
24242         * m4/rename.m4 (gl_PREREQ_RENAME): New macro.
24243         (vb_FUNC_RENAME): Invoke gl_PREREQ_RENAME.
24244
24245         Module rmdir.
24246         * m4/rmdir.m4: New file.
24247
24248         Module utime.
24249         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Use onceonly macros.
24250         * m4/utime.m4 (gl_PREREQ_UTIME): New macro.
24251         (jm_FUNC_UTIME): Invoke gl_PREREQ_UTIME.
24252
24253         Module dirname.
24254         * m4/dirname.m4: New file.
24255
24256         Module getopt.
24257         * m4/getopt.m4: New file.
24258
24259         Module unistd-safer.
24260         * m4/unistd-safer.m4: New file.
24261
24262         Module fnmatch.
24263         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Include <stdlib.h>, for exit()
24264         declaration.
24265         (gl_PREREQ_FNMATCH_EXTRA): New macro.
24266         (gl_FUNC_FNMATCH_POSIX): New macro.
24267         (gl_FUNC_FNMATCH_GNU): Renamed from AC_FUNC_FNMATCH_GNU. Invoke
24268         gl_PREREQ_FNMATCH_EXTRA. Use the function name gnu_fnmatch, not
24269         simply fnmatch.
24270
24271         Module exclude.
24272         * m4/exclude.m4: New file.
24273
24274         Module human.
24275         * m4/human.m4: New file.
24276
24277         Module acl.
24278         * m4/acl.m4: Nop.
24279
24280         Module backupfile.
24281         * m4/backupfile.m4: New file.
24282         * m4/d-ino.m4: Indentation.
24283
24284         Module fsusage.
24285         * m4/fsusage.m4 (gl_FSUSAGE): New macro.
24286         (jm_STATFS_TRUNCATES): New macro, from coreutils-4.5.4/configure.ac.
24287         (gl_PREREQ_FSUSAGE_EXTRA): New macro.
24288
24289         Module dirfd.
24290         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Invoke some AC_EGREP_CPP
24291         requirements.
24292
24293         Module euidaccess.
24294         * m4/euidaccess.m4: New file.
24295
24296         Module file-type.
24297         * m4/file-type.m4: New file.
24298
24299         Module fileblocks.
24300         * m4/fileblocks.m4: New file.
24301
24302         Module filemode.
24303         * m4/filemode.m4: New file.
24304
24305         Module isdir.
24306         * m4/isdir.m4: New file.
24307
24308         Module lchown.
24309         * m4/lchown.m4 (gl_PREREQ_LCHOWN): New macro.
24310         (jm_FUNC_LCHOWN): Invoke gl_PREREQ_LCHOWN.
24311
24312         Module makepath.
24313         * m4/makepath.m4: New file.
24314
24315         Module modechange.
24316         * m4/modechange.m4: New file.
24317
24318         Module mountlist.
24319         * m4/mountlist.m4: New file.
24320         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Use onceonly macros.
24321         Indentation.
24322
24323         Module path-concat.
24324         * m4/path-concat.m4: New file.
24325
24326         Module pathmax.
24327         * m4/pathmax.m4: New file.
24328
24329         Module same.
24330         * m4/same.m4: New file.
24331
24332         Module save-cwd.
24333         * m4/save-cwd.m4: New file.
24334
24335         Module savedir.
24336         * m4/savedir.m4: New file.
24337
24338         Module xgetcwd.
24339         * m4/xgetcwd.m4: New file.
24340         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Use onceonly macros.
24341
24342         Module xreadlink.
24343         * m4/xreadlink.m4: New file.
24344
24345         Module safe-read.
24346         * m4/safe-read.m4: New file.
24347
24348         Module safe-write.
24349         * m4/safe-write.m4: New file.
24350
24351         Module closeout.
24352         * m4/closeout.m4: New file.
24353
24354         Module stdio-safer.
24355         * m4/stdio-safer.m4: New file.
24356
24357         Module getpass.
24358         * m4/getpass.m4: New file.
24359
24360         Module getugroups.
24361         * m4/getugroups.m4: New file.
24362
24363         Module group-member.
24364         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): New macro.
24365         (jm_FUNC_GROUP_MEMBER): Invoke AC_GNU_SOURCE, gl_PREREQ_GROUP_MEMBER.
24366
24367         Module idcache.
24368         * m4/idcache.m4: New file.
24369
24370         Module userspec.
24371         * m4/userspec.m4: New file.
24372
24373         Module gettime.
24374         * m4/clock_time.m4: New file.
24375         * m4/gettime.m4: New file.
24376
24377         Module settime.
24378         * m4/settime.m4: New file.
24379
24380         Module posixtm.
24381         * m4/posixtm.m4: New file.
24382
24383         Module gethostname.
24384         * m4/gethostname.m4: New file.
24385
24386         Module canon-host.
24387         * m4/canon-host.m4: New file.
24388
24389         Module gettext.
24390         * m4/codeset.m4: New file, from gettext-0.11.5.
24391         * m4/gettext.m4: New file, from gettext-0.11.5.
24392         * m4/glibc21.m4: New file, from gettext-0.11.5.
24393         * m4/iconv.m4: New file, from gettext-0.11.5.
24394         * m4/intdiv0.m4: New file, from gettext-0.11.5.
24395         * m4/inttypes-pri.m4: New file, from gettext-0.11.5.
24396         * m4/inttypes.m4: New file, from gettext-0.11.5.
24397         * m4/inttypes_h.m4: New file, from gettext-0.11.5 with modifications.
24398         * m4/isc-posix.m4: New file, from gettext-0.11.5.
24399         * m4/lcmessage.m4: New file, from gettext-0.11.5.
24400         * m4/lib-ld.m4: New file, from gettext-0.11.5.
24401         * m4/lib-link.m4: New file, from gettext-0.11.5.
24402         * m4/lib-prefix.m4: New file, from gettext-0.11.5.
24403         * m4/progtest.m4: New file, from gettext-0.11.5.
24404         * m4/stdint_h.m4: New file, from gettext-0.11.5 with modifications.
24405         * m4/uintmax_t.m4: New file, from gettext-0.11.5 with modifications.
24406         * m4/ulonglong.m4: New file, from gettext-0.11.5 with modifications.
24407
24408         Module localcharset.
24409         * m4/localcharset.m4: New file.
24410
24411         Module hard-locale.
24412         * m4/hard-locale.m4: New file.
24413
24414         Module mbswidth.
24415         * m4/mbswidth.m4 (gl_MBSWIDTH): Renamed from jm_PREREQ_MBSWIDTH. Use
24416         onceonly macros.
24417         * m4/mbrtowc.m4: Add comment.
24418
24419         Module memcasecmp.
24420         * m4/memcasecmp.m4: New file.
24421
24422         Module memcoll.
24423         * m4/memcoll.m4: New file.
24424
24425         Module unicodeio.
24426         * m4/unicodeio.m4: New file.
24427
24428         Module rpmatch.
24429         * m4/rpmatch.m4: New file.
24430
24431         Module yesno.
24432         * m4/yesno.m4: New file.
24433
24434         Module exitfail.
24435         * m4/exitfail.m4: New file.
24436
24437         Module c-stack.
24438         * m4/c-stack.m4 (gl_C_STACK): New macro.
24439         (jm_PREREQ_C_STACK): Check for <sys/time.h>. Use onceonly macros.
24440
24441         Module error.
24442         * m4/error.m4 (gl_ERROR): New macro.
24443         (jm_PREREQ_ERROR): Use onceonly macros.
24444
24445         Module fatal.
24446         * m4/fatal.m4: New file.
24447
24448         Module getloadavg.
24449         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Use onceonly macros.
24450         (gl_FUNC_GETLOADAVG, gl_PREREQ_GETLOADAVG): New macros.
24451
24452         Module getpagesize.
24453         * m4/getpagesize.m4: New file.
24454
24455         Module getusershell.
24456         * m4/getusershell.m4: New file.
24457
24458         Module physmem.
24459         * m4/physmem.m4: New file.
24460
24461         Module posixver.
24462         * m4/posixver.m4: New file.
24463
24464         Module quotearg.
24465         * m4/quotearg.m4: New file.
24466
24467         Module quote.
24468         * m4/quote.m4: New file.
24469
24470         Module readutmp.
24471         * m4/readutmp.m4: New file, based on jm_PREREQ_READUTMP from prereq.m4.
24472
24473         Module sig2str.
24474         * m4/sig2str.m4: New file.
24475
24476         Other.
24477         * m4/longlong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Remove, moved to
24478         ulonglong.m4.
24479         * m4/intmax_t.m4: New file.
24480         * m4/d-type.m4: Indentation.
24481         * m4/jm-macros.m4: Update.
24482         * m4/prereq.m4 (jm_PREREQ): Update.
24483         (jm_PREREQ_ADDEXT): Remove, obsoleted by backupfile.m4.
24484         (jm_PREREQ_CANON_HOST): Remove, obsoleted by canon-host.m4.
24485         (jm_PREREQ_DIRNAME): Remove, obsoleted by dirname.m4.
24486         (jm_PREREQ_EXCLUDE): Remove, obsoleted by exclude.m4.
24487         (jm_PREREQ_GETPAGESIZE): Remove, obsoleted by getpagesize.m4.
24488         (jm_PREREQ_HARD_LOCALE): Remove, obsoleted by hard-locale.m4.
24489         (jm_PREREQ_HASH): Remove, obsoleted by hash.m4.
24490         (jm_PREREQ_HUMAN): Remove, obsoleted by human.m4.
24491         (jm_PREREQ_MEMCHR): Remove, obsoleted by memchr.m4.
24492         (jm_PREREQ_PHYSMEM): Remove, obsoleted by physmem.m4.
24493         (jm_PREREQ_POSIXVER): Remove, obsoleted by posixver.m4.
24494         (jm_PREREQ_QUOTEARG): Remove, obsoleted by quotearg.m4.
24495         (jm_PREREQ_READUTMP): Remove, obsoleted by readutmp.m4.
24496         (jm_PREREQ_REGEX): Remove, obsoleted by regex.m4.
24497         (jm_PREREQ_STRNLEN): Remove, obsoleted by strnlen.m4.
24498         (jm_PREREQ_TEMPNAME): Remove, obsoleted by mkstemp.m4.
24499         (jm_PREREQ_XGETCWD): Remove, obsoleted by xgetcwd.m4.
24500         (jm_PREREQ_XREADLINK): Remove, obsoleted by xreadlink.m4.
24501         * m4/readdir.m4 (jm_FUNC_READDIR): Use onceonly macros.
24502
24503 2002-12-24  Bruno Haible  <bruno@clisp.org>
24504
24505         * MODULES.txt: Update according to m4/ changes.
24506
24507         Module gettext.
24508         * config.rpath: New file, from gettext-0.11.5.
24509
24510         * modules/*: New module descriptions.
24511         * gnulib-tool: New file.
24512         * MODULES.html.sh: New file.
24513
24514 2002-12-21  Karl Berry  <karl@gnu.org>
24515
24516         * doc/fdl.texi: update to version 1.2.
24517
24518 2002-12-19  Karl Berry  <karl@gnu.org>
24519
24520         * config/config.guess: update from prep.
24521
24522 2002-12-18  Bruno Haible  <bruno@clisp.org>
24523
24524         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't test for localtime_r.
24525         * m4/jm-mktime.m4 (jm_FUNC_MKTIME): Likewise.
24526
24527 2002-12-17  Bruno Haible  <bruno@clisp.org>
24528
24529         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Remove checks for limits.h,
24530         stdlib.h, string.h.
24531
24532 2002-12-17  Bruno Haible  <bruno@clisp.org>
24533
24534         * lib/canon-host.c (strdup): Remove unused declaration.
24535
24536         * lib/fsusage.c: Include full_read.h.
24537         (get_fs_usage): Use full_read instead of safe_read.
24538
24539         * lib/utime.c (utime_null): Use SAFE_READ_ERROR.
24540
24541 2002-12-12  Karl Berry  <karl@gnu.org>
24542
24543         * config/config.guess: update from prep.
24544
24545 2002-12-11  Bruno Haible  <bruno@clisp.org>
24546
24547         * m4/setenv.m4: New file, from gettext-0.11.5.
24548
24549 2002-12-11  Bruno Haible  <bruno@clisp.org>
24550
24551         * lib/setenv.h: Rewritten to cope with systems that have setenv() but
24552         not unsetenv().
24553         * lib/setenv.c, unsetenv.c: Taken from glibc-2.2.4 with the following
24554         modifications:
24555
24556         2002-12-11  Bruno Haible  <bruno@clisp.org>
24557
24558                 * setenv.c (alloca): Fall back to malloc.
24559                 (freea): New macro.
24560                 (setenv): Use freea() to free memory allocated with alloca().
24561
24562         2002-11-13  Bruno Haible  <bruno@clisp.org>
24563
24564                 * setenv.c (compar_fn_t, __add_to_environ, setenv): Use ANSI C
24565                 function declarations.
24566                 * unsetenv.c (unsetenv): Likewise.
24567
24568         2002-03-04  Bruno Haible  <bruno@clisp.org>
24569
24570                 Portability to AIX 4.3.3.
24571                 * unsetenv.c: New file, extracted from setenv.c.
24572                 * setenv.c: Move the unsetenv() function to unsetenv.c.
24573
24574         2001-12-20  Bruno Haible  <bruno@clisp.org>
24575
24576                 * setenv.c (__add_to_environ): Don't call realloc(NULL,...),
24577                 use malloc instead. For SunOS 4.
24578
24579         2001-12-11  Bruno Haible  <bruno@clisp.org>
24580
24581                 * setenv.c: Declare alloca.
24582                 (compar_fn_t): New typedef.
24583                 (KNOWN_VALUE, STORE_VALUE): Use it.
24584
24585         * lib/Makefile.am (libfetish_a_SOURCES): Add setenv.c, unsetenv.c,
24586         setenv.h.
24587
24588 2002-12-10  Paul Eggert  <eggert@twinsun.com>
24589
24590         Port exclude.c and exclude.h to more non-GNU systems, e.g. Solaris 7.
24591         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE, EXCLUDE_WILDCARDS):
24592         Choose values that are less likely to collide with system fnmatch
24593         options.
24594         * lib/exclude.c (FNM_CASEFOLD, FNM_LEADING_DIR): Define to 0 if not
24595         defined (e.g., a pure POSIX system).
24596         (EXCLUDE_macros_do_not_collide_with_FNM_macros): Use FNM_PATHNAME
24597         instead of FNM_FILE_NAME, for compatibility with pure POSIX sytems.
24598
24599 2002-12-06  Paul Eggert  <eggert@twinsun.com>
24600
24601         Undo the 2001-07-02 change for jm-glibc-io, as it was too much of
24602         a pain in practice to deal with generated m4 files.  This change
24603         goes together with the 2002-12-04 unlocked-io.h change in ../lib.
24604
24605         * m4/Makefile.am.in (Makefile.am): Don't mention jm-glibc-io.m4n
24606         and jm-glibc-io.m4, as they are no longer a special case.
24607         * m4/jm-glibc-io.m4: Rename from jm-glibc-io.m4n, and remove the
24608         kludge and the auto-generation stuff.  Check only whether the
24609         functions are declared, not whether they exist, since older hosts
24610         that don't declare the functions can't use the optimization anyway.
24611
24612 2002-12-06  Jim Meyering  <jim@meyering.net>
24613
24614         * lib/error.c: Be consistent: change `#ifndef _LIBC' to `#if !_LIBC'.
24615
24616         Merge in changes from libc's misc/error.c, in preparation
24617         for the merge of gnulib's changes back into libc.
24618
24619         * lib/error.c (_): Define only if not already defined.
24620         Move definition to follow all #include directives.
24621         Include unlocked-io.h only if !_LIBC.
24622         [_LIBC]: Include <libio/libioP.h>.
24623         [USE_IN_LIBIO]: Include <libio/iolibio.h>
24624         (fflush): Tweak definition to use INTUSE.
24625         (putc): Define.
24626
24627 2002-12-05  Paul Eggert  <eggert@twinsun.com>
24628
24629         * lib/alloca.c [defined emacs]: Include "lisp.h".
24630         (xalloc_die) [defined emacs]: New macro.
24631         (free) [defined emacs && defined EMACS_FREE]: Define to EMACS_FREE.
24632         [! defined emacs]: Include <xalloc.h>.
24633         (POINTER_TYPE) [!defined POINTER_TYPE]: New macro.
24634         (pointer): Typedef to POINTER_TYPE *.
24635         (malloc): Remove decl; we now always use xmalloc.
24636         (alloca): Use old-style definition, since Emacs needs this.
24637         Check for arithmetic overflow when computing combined size.
24638
24639 2002-12-04  Paul Eggert  <eggert@twinsun.com>
24640
24641         Do not generate unlocked-io.h automatically, since it's easier to
24642         maintain it by hand.
24643
24644         * lib/unlocked-io.h: New file, from GNU diffutils,
24645         but with proper copyright notice and attribution.
24646         * lib/gen-uio: Remove.
24647         * lib/Makefile.am: Add copyright notice.
24648         (libfetish_a_SOURCES): Add unlocked-io.h.
24649         (BUILT_SOURCES, all-local): Remove unlocked-io.h.
24650         (DISTCLEANFILES, io_functions): Remove macros.
24651         (EXTRA_DIST): Remove gen_uio.
24652         (unlocked-io.h): Remove rule.
24653
24654 2002-12-04  Jim Meyering  <jim@meyering.net>
24655
24656         Reflect the fact that stat.c and lstat.c are no longer generated.
24657         * lib/Makefile.am (BUILT_SOURCES): Remove stat.c and lstat.c.
24658         (DISTCLEANFILES): Likewise.
24659         (EXTRA_DIST): Likewise.
24660         (all_local): Don't depend on stat.c or lstat.c.
24661         (stat.c, lstat.c): Remove rules.
24662         (EXTRA_DIST): Remove xstat.in.
24663
24664         * lib/xstat.in: Remove file.  Contents moved into stat.c.
24665         * lib/stat.c: New file.  Contents mostly from xstat.in.
24666         * lib/stat.c: Rework so that it may serve to define rpl_lstat, too.
24667         * lib/lstat.c: New file. Simply #define LSTAT and include stat.c.
24668
24669         * lib/safe-read.c: Rework so that it may serve to define safe_write,
24670         too.
24671         * lib/safe-write.c: Simply #define SAFE_WRITE and include safe-read.c.
24672
24673 2002-12-03  Jim Meyering  <jim@meyering.net>
24674
24675         * lib/safe-read.c, safe-write.c: Change variable names and comments,
24676         but not semantics, to minimize the differences between these two files.
24677         (safe_read): Change comment to mention SAFE_READ_ERROR.
24678
24679         * lib/safe-read.c (IS_EINTR): Define.
24680         (safe_read): Use IS_EINTR in place of in-function cpp directives.
24681
24682 2002-12-02  Jim Meyering  <jim@meyering.net>
24683
24684         * lib/safe-read.c (EINTR): Define.
24685         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
24686         (INT_MAX): Provide fallback.
24687         (safe_read): Rewrite to iterate IFF the read fails with EINTR.
24688
24689         * lib/safe-read.h (SAFE_READ_ERROR): Define.
24690
24691 2002-12-02  Bruno Haible  <bruno@clisp.org>
24692
24693         * lib/safe-write.c (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM):
24694         Define, taken from safe-read.c.
24695         (INT_MAX): Provide fallback.
24696         (safe_write): Rewrite to iterate IFF the write fails with EINTR.
24697         * lib/safe-write.h (SAFE_WRITE_ERROR): Define.
24698
24699         * lib/safe-read.c (EINTR): Remove definition.
24700         (safe_read): Don't use EINTR if it is absent.
24701
24702 2002-12-01  Jim Meyering  <jim@meyering.net>
24703
24704         * lib/safe-read.c: (safe_read): Also exit the loop when read returns
24705         zero.
24706         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM, INT_MAX): Define.
24707
24708 2002-11-27  Paul Eggert  <eggert@twinsun.com>
24709
24710         * lib/hash.c (hash_lookup, hash_get_first, hash_get_next,
24711         hash_find_entry, hash_rehash): Replace `if (limit <= value) abort ();'
24712         with `if (! (value < limit)) abort ();', for readability.
24713
24714 2002-11-26  Karl Berry  <karl@gnu.org>
24715
24716         * lib/strdup.c: copy from libc again, with jim's ok.
24717         * lib/.cppi-disable: re-add strdup.c
24718
24719 2002-11-25  Karl Berry  <karl@gnu.org>
24720
24721         * lib/strtoll.c: copy from libc, meaning we now #include <strtol.c>
24722         instead of "strtol.c".
24723
24724 2002-11-25  Karl Berry  <karl@gnu.org>
24725
24726         * config/install-sh: update from automake for variable quoting, $0 in
24727         error msgs, etc.
24728
24729         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): new entry.
24730         * config/srclist.txt ($LIBCSRC/sysdeps/generic/strtoll.c lib gpl): new
24731         entry.
24732
24733 2002-11-25  Jim Meyering  <jim@meyering.net>
24734
24735         * lib/mktime.c: Sync from libc, now that it has the latest fix.
24736
24737 2002-11-24  Karl Berry  <karl@gnu.org>
24738
24739         * lib/error.c, getopt.c, getopt.h, getopt1.c, obstack.c, regex.c,
24740         regex.h, strdup.c, strtoll.c, tempname.c: change license to gpl.
24741
24742 2002-11-24  Jim Meyering  <jim@meyering.net>
24743
24744         Update from coreutils:
24745
24746         * lib/mktime.c: Merge in changes from libc.
24747
24748         Avoid a link-time failure on some Linux systems.
24749         * lib/mktime.c (STATIC): Define to be empty (_LIBC) or `static'
24750         (otherwise).
24751         (__mon_yday): Declare with the STATIC attribute.
24752         (__mktime_internal): Likewise.
24753         Based on a report from Greg Schafer.
24754
24755 2002-11-23  Jim Meyering  <jim@meyering.net>
24756
24757         * lib/sig2str.c (str2signum, sig2str): Avoid a warning from gcc:
24758         Use `unsigned', not `int', as type of index.
24759
24760         * lib/xstat.in [@BEGIN_LSTAT_ONLY@]: Include <string.h>.
24761
24762         * lib/fsusage.c: Remove unneeded parentheses around operands of
24763         `defined'.
24764
24765 2002-11-22  Paul Eggert  <eggert@twinsun.com>
24766
24767         * lib/quotearg.h: Allow multiple inclusion by surrounding with
24768         "#ifndef QUOTEARG_H_".  Include <stddef.h>, for size_t,
24769         so that we can be included first.
24770         (PARAMS): Remove; we now assume C89 or later.  All uses removed.
24771         * lib/quotearg.c: Include quotearg.h immediately after config.h.
24772         No need to include stddef.h or sys/types.h any more.
24773         Surround local include files with "", not "<>".
24774         Assume HAVE_LIMITS_H unconditionally, as we assume C89.
24775         Similarly, assume HAVE_C_BACKSLASH_A, CHAR_BIT, UCHAR_MAX, UINT_MAX,
24776         HAVE_STDLIB_H, HAVE_STRING_H, STDC_HEADERS.
24777         (HAVE_MBSINIT): Undef if !HAVE_MBRTOWC.
24778         (mbsinit): Define to 1 if !defined mbsinit && !HAVE_MBSINIT.
24779         (ISPRINT): Remove; no longer needed now that we assume C89.
24780
24781         (clone_quoting_options, quotearg_buffer, quotearg_n_options):
24782         Preserve errno.
24783
24784         (quotearg_buffer_restyled, quotearg_n, quotearg_n_style,
24785         quotearg_char): Use SIZE_MAX rather than
24786         (size_t) -1 when we are talking about "infinity".
24787
24788         (quotearg_buffer_restyled): Fix bug when quoting trigraphs.
24789
24790 2002-11-22  Paul Eggert  <eggert@twinsun.com>
24791
24792         * lib/hash.c: Avoid use of <assert.h>, as the GNU Coding Standards
24793         hint that one should use `if (! x) abort ();' rather than `assert
24794         (x);', and anyway it's one less thing to worry about configuring.
24795         (hash_lookup, hash_get_first, hash_get_next, hash_find_entry,
24796         hash_rehash, hash_insert): Use abort rather than assert.
24797
24798 2002-11-22  Bruno Haible  <bruno@clisp.org>
24799
24800         * lib/safe-read.h: Assume C89. Add comments.
24801         (safe_read): Change return type to size_t.
24802         * lib/safe-read.c (safe_read): Change return type to size_t. Handle
24803         byte counts > SSIZE_MAX correctly.
24804         * lib/safe-write.h: New file.
24805         * lib/safe-write.c: New file.
24806         * lib/full-read.h: New file.
24807         * lib/full-read.c: New file.
24808         * lib/full-write.h: Assume C89. Add comments.
24809         * lib/full-write.c: Include safe-write.h.
24810         (full_write): Rewritten to use safe_write.
24811         Suggested by Jim Meyering and Paul Eggert.
24812
24813 2002-11-21  Jim Meyering  <jim@meyering.net>
24814
24815         * lib/strdup.c (strdup): Tweak comment and initial #if/#include.
24816
24817         Merge in changes from the coreutils.
24818
24819         2002-09-25  Paul Eggert  <eggert@twinsun.com>
24820         * lib/fsusage.c [! HAVE_INTTYPES_H && HAVE_STDINT_H] Include
24821         <stdint.h>.
24822         (UINTMAX_MAX) [!defined UINTMAX_MAX]: New macro.
24823         (PROPAGATE_ALL_ONES): Work even if X is unsigned and narrower than
24824         int.  Work more efficiently if X is the same width as uintmax_t.
24825         Do not compare X to -1, to avoid bogus compiler warning.
24826         (get_fs_usage): (uintmax_t) -1 -> UINTMAX_MAX to avoid a cast.
24827         Don't assume that f_frsize and f_bsize are the same type.
24828
24829         * lib/mountlist.c: #undef MNT_IGNORE before defining it, to avoid
24830         warning on FreeBSD.
24831
24832         * lib/makepath.c (make_path): Restore umask *before* creating the final
24833         component.
24834         (make_path): Minor reformatting.
24835
24836         * lib/xmalloc.c: Adjust to work with new autoconf macros,
24837         AC_FUNC_MALLOC and AC_FUNC_REALLOC: test #ifndef
24838         HAVE_MALLOC/HAVE_REALLOC.
24839
24840         * lib/mountlist.h (ME_DUMMY): Don't count entries of type `auto' as
24841         dummy ones.  At least on GNU/Linux systems, `auto' means something
24842         else.
24843         From Michael Stone.
24844
24845 2002-11-21  Bruno Haible  <bruno@clisp.org>
24846
24847         Remove case insensitive option matching.
24848         * lib/argmatch.h (argcasematch): Remove declaration.
24849         (ARGCASEMATCH): Remove macro.
24850         (__xargmatch_internal): Remove case_sensitive argument.
24851         (XARGMATCH): Update.
24852         (XARGCASEMATCH): Remove macro.
24853         * lib/argmatch.c (argmatch): Renamed from __argmatch_internal. Remove
24854         case_sensitive argument.
24855         (argcasematch): Remove function.
24856         (__xargmatch_internal): Remove case_sensitive argument.
24857         (main): Use XARGMATCH instead of XARGCASEMATCH.
24858
24859         * lib/xmalloc.c: Change compile-time error message. Add comment about
24860         required autoconf version.
24861
24862 2002-11-20  Paul Eggert  <eggert@twinsun.com>
24863
24864         Merge argmatch cleanups from Bison.  Assume C89.
24865
24866         * lib/argmatch.c: Include config.h here, not in argmatch.h.
24867         Include stdlib.h, for EXIT_FAILURE.
24868         Always include <string.h>, since we assume C89.
24869         (EXIT_FAILURE): Remove pre-C89 bug workaround.
24870         * lib/argmatch.h: Do not include <config.h> or <sys/types.h>.
24871         Include <stddef.h> instead, since it's all we need for size_t.
24872         (PARAMS): Remove.  All uses removed.
24873         (ARRAY_CARDINALITY): Do not bother to #undef.
24874         (ARRAY_CARDINALITY, ARGMATCH, ARGCASEMATCH, invalid_arg,
24875         ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
24876         Remove unnecessary parentheses.
24877         (ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
24878         Insert necessary parentheses.
24879         (ARGMATCH_CONSTRAINT, ARGMATCH_VERIFY): New macros.
24880         (ARGMATCH_ASSERT): Use ARGMATCH_CONSTRAINT.
24881
24882 2002-11-19  Bruno Haible  <bruno@clisp.org>
24883
24884         * lib/mbswidth.c: Include mbswidth.h right at the beginning.
24885         * lib/mbswidth.h: Include <stddef.h>, for size_t.
24886
24887         * lib/mbswidth.h (PARAMS): Remove macro.
24888         (mbswidth, mbsnwidth): Use ANSI C function declarations.
24889         * lib/mbswidth.c (mbswidth, mbsnwidth): Likewise.
24890
24891         * lib/gcd.h (PARAMS): Remove macro.
24892         (gcd): Use ANSI C function declarations.
24893         * lib/gcd.c (gcd): Likewise.
24894
24895 2002-11-15  Bruno Haible  <bruno@clisp.org>
24896
24897         * lib/strcspn.c: Include <stddef.h>.
24898         (strcspn): Use ANSI C function declaration. Change return type to
24899         size_t. Use NULL.
24900         * lib/strpbrk.c: Minimize diffs to glibc. Include <stddef.h>.
24901         (strpbrk): Use NULL.
24902         * lib/strpbrk.h (PARAMS): Remove macro.
24903         (strpbrk): Use ANSI C function declaration.
24904         * lib/strstr.c: Don't include <sys/types.h>.
24905         * lib/strstr.h (PARAMS): Remove macro.
24906         (strstr): Use ANSI C function declarations.
24907
24908 2002-11-14  Karl Berry  <karl@gnu.org>
24909
24910         * config/mkinstalldirs: `do' on separate line, instead of
24911         `for var; do'.
24912
24913 2002-11-06  Bruno Haible  <bruno@clisp.org>
24914
24915         * lib/gcd.h (gcd): Change argument type to 'unsigned long'.
24916         * lib/gcd.c (gcd): Likewise.
24917
24918 2002-11-05  Bruno Haible  <bruno@clisp.org>
24919
24920         * lib/gcd.h: New file, from gettext-0.11.5.
24921         * lib/gcd.c: New file, from gettext-0.11.5.
24922
24923 2002-11-05  Bruno Haible  <bruno@clisp.org>
24924
24925         * lib/error.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
24926         * lib/getopt.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
24927         * lib/obstack.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
24928         * lib/regex.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
24929
24930         * lib/argmatch.c: Include gettext.h instead of <locale.h> and
24931         <libintl.h>.
24932         * lib/makepath.c: Include gettext.h instead of <locale.h> and
24933         <libintl.h>.
24934
24935         * lib/closeout.c: Include gettext.h instead of <libintl.h>.
24936         * lib/human.c: Include gettext.h instead of <libintl.h>.
24937         * lib/quotearg.c: Include gettext.h instead of <libintl.h>.
24938         * lib/rpmatch.c: Include gettext.h instead of <libintl.h>.
24939         * lib/unicodeio.c: Include gettext.h instead of <libintl.h>.
24940         * lib/userspec.c: Include gettext.h instead of <libintl.h>.
24941         * lib/version-etc.c: Include gettext.h instead of <libintl.h>.
24942         * lib/xmalloc.c: Include gettext.h instead of <libintl.h>.
24943         (textdomain): Remove definition.
24944         * lib/xmemcoll.c: Include gettext.h instead of <libintl.h>.
24945
24946         * lib/long-options.c: Remove include of <libintl.h> and definition of
24947         _.
24948         * lib/same.c: Remove include of <libintl.h> and definition of _.
24949
24950 2002-11-04  Owen Taylor  <otaylor@redhat.com>
24951
24952         * lib/config.charset: A few additions for Solaris.
24953
24954 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
24955
24956         Make it possible to build libcharset with CC=gcc CFLAGS="-x c++".
24957         * lib/localcharset.c (locale_charset): Declare as extern "C".
24958
24959 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
24960
24961         * lib/config.charset: msdos in uk_UA uses CP1125.
24962
24963 2002-11-04  Bruno Haible  <bruno@clisp.org>
24964
24965         * lib/stpcpy.h: New file, from GNU gettext-0.11.5.
24966         * lib/strcase.h: New file, from GNU gettext-0.11.5.
24967         * lib/strpbrk.h: New file, from GNU gettext-0.11.5.
24968         * lib/strstr.h: New file, from GNU gettext-0.11.5.
24969         * lib/xgetcwd.h: New file, from GNU gettext-0.11.5.
24970
24971 2002-11-04  Bruno Haible  <bruno@clisp.org>
24972
24973         * lib/localcharset.c (locale_charset): Don't return an empty string.
24974
24975 2002-11-04  Bruno Haible  <bruno@clisp.org>
24976
24977         * lib/localcharset.c (get_charset_aliases): Add more Windows specific
24978         aliases.
24979
24980 2002-11-04  Bruno Haible  <bruno@clisp.org>
24981
24982         * lib/config.charset: Update for newest glibc. Add canonical names
24983         ISO-8859-14, KOI8-T, TCVN5712-1, GEORGIAN-PS.
24984
24985 2002-11-04  Bruno Haible  <bruno@clisp.org>
24986
24987         * lib/config.charset: Add support for NetBSD.
24988
24989 2002-11-04  Bruno Haible  <bruno@clisp.org>
24990
24991         * lib/config.charset [msdosdjgpp]: For Russian, use CP866.
24992
24993 2002-11-01  Bruno Haible  <bruno@clisp.org>
24994
24995         * configure.in: Add AC_CONFIG_AUX_DIR call.
24996         (AC_OUTPUT): Add m4/Makefile, lib/Makefile. Remove doc/Makefile,
24997         test/Makefile.
24998         * Makefile.in (subdirs): Add m4, lib. Remove doc, test.
24999
25000 2002-09-28  Karl Berry  <karl@gnu.org>
25001
25002         * config/srclist.txt: can't copy install-sh/mkinstalldirs from
25003         installed automake until the next release, since changes have been
25004         made.
25005
25006 2002-09-25  Karl Berry  <karl@gnu.org>
25007
25008         * lib/strdup.c: copy from libc/string (via ../config/srclist*).
25009         * lib/getopt*: copy from libc/posix.
25010         * lib/gettext.h: copy from gettext.
25011         * lib/.cppi-disable: add strdup.c, gettext.h.
25012
25013 2002-09-25  Karl Berry  <karl@gnu.org>
25014
25015         * config/srclist.txt: enable gettext.h check.
25016         * config/config.{guess,sub}: update from prep.
25017         * config/depcomp, install-sh, mdate-sh, missing, mkinstalldirs: update
25018                 from automake 1.6.3.
25019         See srclist*.
25020
25021 2002-08-23  Stefan Monnier  <monnier@cs.yale.edu>
25022
25023         * regex.c (PATFETCH): Remove the translating fetch.
25024         (PATFETCH_RAW): Rename to PATFETCH.
25025         (set_image_of_range): New fun.
25026         (SET_RANGE_TABLE_WORK_AREA): Use it.
25027         (regex_compile): Don't translate the pattern chars so eagerly.
25028         Only do it when inserting an `exactn' bytecode or when handling
25029         a char-range.
25030         (mutually_exclusive_p): Avoid empty statement.
25031
25032 2002-07-06  Jim Meyering  <meyering@lucent.com>
25033
25034         * m4/README: Don't mention Makefile.am.in.
25035         Outline how I've tested changes to .m4 files.  Yep, it's a pain.
25036
25037 2002-07-01  Jim Meyering  <meyering@lucent.com>
25038
25039         * lib/c-stack.c: Include sys/time.h.
25040         From Volker Borchert.
25041
25042 2002-06-26  Paul Eggert  <eggert@twinsun.com>
25043
25044         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for btowc.
25045
25046 2002-06-26  Paul Eggert  <eggert@twinsun.com>
25047
25048         * lib/fnmatch.c, fnmatch_loop.c (WIDE_CHAR_SUPPORT):
25049         New macro.  Use it uniformly instead of
25050         (defined HAVE_WCTYPE_H && defined HAVE_WCHAR_H).
25051         It also uses HAVE_BTOWC, to fix a porting bug on Solaris 2.5.1
25052         reported by Vin Shelton.
25053
25054 2002-06-22  Paul Eggert  <eggert@twinsun.com>
25055
25056         * lib/c-stack.h (segv_handler, c_stack_action) [! defined SA_SIGINFO]:
25057         Do not assume SA_SIGINFO behavior.
25058         Bug reported by Jim Meyering on NetBSD 1.5.2.
25059
25060 2002-06-22  Jim Meyering  <meyering@lucent.com>
25061
25062         * m4/c-stack.m4: New file, from diffutils-2.8.2.
25063         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_C_STACK.
25064
25065         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Don't require AC__GNU_SOURCE,
25066         now that configure.ac uses AC_GNU_SOURCE.
25067         (jm_MACROS): Rename: jm_FUNC_FNMATCH to AC_FUNC_FNMATCH_GNU.
25068         * m4/prereq.m4 (jm_PREREQ_EXCLUDE): Likewise, wrt jm_FUNC_FNMATCH.
25069
25070         Update to latest tools.  Suggestions from Paul Eggert.
25071         * m4/stdbool.m4: New file, from diffutils-2.8.2.
25072         * m4/gnu-source.m4: Update from diffutils-2.8.2.
25073         * m4/fnmatch.m4: Likewise.
25074         * m4/prereq.m4: Change each use of AC_CHECK_HEADERS(stdbool.h)
25075         to AC_HEADER_STDBOOL
25076
25077 2002-06-22  Jim Meyering  <meyering@lucent.com>
25078
25079         * lib/fnmatch.c (ISASCII, ISPRINT): Undefine, to avoid warning about
25080         redefinition due to Solaris 2.6's definition in /usr/include/sys/euc.h.
25081
25082 2002-06-22  Jim Meyering  <meyering@lucent.com>
25083
25084         * lib/c-stack.c, lib/c-stack.h: New files, from diffutils-2.8.2.
25085
25086         * lib/exitfail.c, exitfail.h: Likewise.
25087         * lib/Makefile.am (libfetish_a_SOURCES): Add exitfail.c and exitfail.h.
25088
25089         * lib/Makefile.am (libfetish_a_SOURCES): Add fnmatch_.h in place
25090         of fnmatch.h.
25091         (EXTRA_DIST): Add fnmatch_loop.c.
25092         (libfetish_a_SOURCES): Add c-stack.c and c-stack.h.
25093
25094         * lib/fnmatch_loop.c: New file, from diffutils-2.8.2.
25095         * lib/fnmatch.c: Update from diffutils-2.8.2.
25096         * lib/fnmatch_.h: New file.  From diffutils-2.8.2.
25097         * lib/fnmatch.h: Remove file.
25098
25099 2002-06-21  Jim Meyering  <meyering@lucent.com>
25100
25101         * m4/c-bs-a.m4: Add comment, from diffutils-2.8.2.
25102         * m4/mbrtowc.m4: Likewise.
25103
25104         * m4/mbstate_t.m4: Update from diffutils-2.8.2.
25105         * m4/mbswidth.m4: Reflect name change:
25106         s/AC_MBSTATE_T/AC_TYPE_MBSTATE_T.
25107         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
25108
25109         * m4/lib-link.m4: Update from gettext-0.11.2.
25110         * m4/gettext.m4: Likewise.
25111
25112         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for hurd.h.
25113         From Alfred M. Szmidt.
25114
25115 2002-06-18  Paul Eggert  <eggert@twinsun.com>
25116
25117         * lib/file-type.h: Report an error if neither S_ISREG nor
25118         S_IFREG is defined, instead of using a test specific to glibc
25119         2.2.  This should be safe, since POSIX requires S_ISREG and
25120         Unix Version 7 had S_IFREG.  We don't need to check for
25121         <sys/types.h> since we don't use any symbols that it defines.
25122
25123 2002-06-15  Richard Dawe  <richdawe@bigfoot.com>
25124
25125         * lib/Makefile.am (lstat.c, stat.c, .sin.sed): Use t-$@, rather than
25126         $@-t, so that each temporary file name is unique and valid in the first
25127         8 characters, for operation under DOS.
25128
25129 2002-06-15  Paul Eggert  <eggert@twinsun.com>
25130
25131         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for st_author.
25132
25133 2002-06-15  Jim Meyering  <meyering@lucent.com>
25134
25135         Work even with DJGPP 2.03, which lacks support for symlinks.
25136         From Richard Dawe.
25137         * lib/xstat.in (S_ISLNK): Define to 0 if neither S_ISLNK nor S_IFLNK
25138         is defined.
25139         * lib/lchown.c (S_ISLNK): Likewise.
25140
25141 2002-06-15  Jim Meyering  <meyering@lucent.com>
25142
25143         * lib/file-type.h (FILE_TYPE_H): Guard entire contents with #ifndef.
25144         For GNU libc 2.2 and newer, ensure that <sys/types.h> and <sys/stat.h>
25145         have been included before this file.
25146
25147 2002-06-14  Jim Meyering  <meyering@lucent.com>
25148
25149         * lib/file-type.h: Use the version from diffutils-2.8.2.
25150         * lib/file-type.c: Likewise.
25151
25152 2002-06-07  Jim Meyering  <meyering@lucent.com>
25153
25154         * m4/prereq.m4 (jm_PREREQ_STAT): Check for sys/param.h and sys/mount.h.
25155         They're needed at least for NetBSD 1.5.2.
25156         ($statxfs_includes): Include those same headers.
25157         ($statxfs_includes): Include sys/vfs.h if available.
25158         ($statxfs_includes): Likewise for sys/statvfs.h.
25159         Check for the following members in both structs statfs and statvfs:
25160         f_basetype, f_type, f_fsid.__val, f_namemax, f_namelen.
25161
25162 2002-06-01  Jim Meyering  <meyering@lucent.com>
25163
25164         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename macro:
25165         s/D_TYPE_IN_DIRENT/HAVE_STRUCT_DIRENT_D_TYPE/.
25166
25167 2002-05-28  Jim Meyering  <meyering@lucent.com>
25168
25169         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `mkdir', not `rmdir'.
25170         Reported by Volker Borchert.
25171
25172 2002-05-27  Jim Meyering  <meyering@lucent.com>
25173
25174         Fix a problem seen only on nonconforming systems whereby ls.c's
25175         use of localtime, and then of gettimeofday would cause trouble:
25176         the localtime call used to initialize rpl_gettimeofday's save
25177         mechanism would clobber ls's current local time information so
25178         that in any long listing the first file would always be listed
25179         with date 1970-01-01.  Analysis by Volker Borchert.
25180
25181         * lib/gettimeofday.c (localtime): Undefine.
25182         (rpl_localtime): New function.
25183
25184 2002-05-27  Jim Meyering  <meyering@lucent.com>
25185
25186         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Also replace
25187         localtime.
25188
25189         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `rmdir' so we don't try to
25190         use the replacement function; it wouldn't resolve at link time.
25191         Reported by Volker Borchert.
25192
25193 2002-05-22  Jim Meyering  <meyering@lucent.com>
25194
25195         * lib/Makefile.am (libfetish_a_SOURCES): Add file-type.c and
25196         file-type.h.
25197         * lib/file-type.h: New file.
25198         * lib/file-type.c (file_type): New file/function.  Extracted from
25199         diffutils.
25200
25201 2002-04-30  Jim Meyering  <meyering@lucent.com>
25202
25203         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_STAT.
25204
25205 2002-04-29  Paul Eggert  <eggert@twinsun.com>
25206
25207         * m4/prereq.m4 (jm_PREREQ_SIG2STR): Remove; all callers changed.
25208
25209 2002-04-29  Paul Eggert  <eggert@twinsun.com>
25210
25211         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): Check for stdlib.h.
25212         Do not check for alloca.h (no longer used) or stdbool.h (was never
25213         used?).  Add AM_C_PROTOTYPES since hard-locale.h uses it.
25214
25215 2002-04-29  Paul Eggert  <eggert@twinsun.com>
25216
25217         * lib/hard-locale.c: Upgrade to version used in GNU Diffutils 2.8.1.
25218
25219 2002-04-29  Jim Meyering  <meyering@lucent.com>
25220
25221         * m4/jm-macros.m4 (jm_MACROS): Remove use of AC_FUNC_STRNLEN.
25222         * m4/prereq.m4: Add jm_PREREQ_STRNLEN.
25223         Use AC_FUNC_STRNLEN here instead.
25224
25225         * m4/jm-macros.m4: Don't AC_REQUIRE([AC_PROG_CC_STDC]).
25226         With autoconf-2.53a, it's part of AC_PROG_CC.
25227
25228 2002-04-28  Paul Eggert  <eggert@twinsun.com>
25229
25230         * m4/jm-macros.m4 (jm_MACROS): Add AC_REPLACE_FUNCS(sig2str).
25231         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_SIG2STR.
25232
25233 2002-04-28  Paul Eggert  <eggert@twinsun.com>
25234
25235         * lib/sig2str.h, lib/sig2str.c: New files.
25236         * lib/Makefile.am (libfetish_a_SOURCES): Add sig2str.h.
25237
25238 2002-04-28  Paul Eggert  <eggert@twinsun.com>
25239
25240         * lib/sig2str.h (SIGNUM_BOUND): Do not use WTERMSIG, to avoid
25241         depending on <sys/wait.h> and WTERMSIG.  Default to 64 instead
25242         of 127, since 64 is the largest conceivable number for ancient
25243         nonstandard hosts.
25244         * lib/sig2str.c: Do not include <sys/wait.h>; no longer needed.
25245
25246 2002-04-28  Jim Meyering  <meyering@lucent.com>
25247
25248         * lib/sig2str.c (WTERMSIG): Remove definition (unused).
25249
25250 2002-04-24  Jim Meyering  <meyering@lucent.com>
25251
25252         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): New macro.
25253         (jm_PREREQ): Use it.
25254
25255         * m4/getloadavg.m4: Check for these headers: locale.h unistd.h
25256         mach/mach.h fcntl.h.
25257         Check for this function: setlocale.
25258
25259 2002-04-24  Jim Meyering  <meyering@lucent.com>
25260
25261         * lib/gettext.h: New file, from Gettext.
25262         * lib/Makefile.am (INCLUDES): Remove -I../intl.
25263         (libfetish_a_SOURCES): Add gettext.h.
25264
25265 2002-04-16  Jim Meyering  <meyering@lucent.com>
25266
25267         * m4/prereq.m4 (jm_PREREQ_READUTMP): Also check for these members:
25268         ut_pid, ut_id, ut_exit.
25269
25270 2002-04-16  Jim Meyering  <meyering@lucent.com>
25271
25272         * lib/readutmp.h (UT_TYPE): Remove definition (now in who.c).
25273         (HAVE_STRUCT_XTMP_UT_EXIT, HAVE_STRUCT_XTMP_UT_ID): Define.
25274         (HAVE_STRUCT_XTMP_UT_PID, HAVE_STRUCT_XTMP_UT_TYPE): Define.
25275
25276 2002-04-12  Jim Meyering  <meyering@lucent.com>
25277
25278         * m4/ls-mntd-fs.m4 (checking for getmntinfo function...): Remove
25279         now-bogus check for f_type in sys/mount.h.  Instead, just test for the
25280         existence of the getmntinfo function.  Needed for Darwin 5.3.
25281
25282         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Also detect when dirfd is a macro.
25283         This is necessary at least on Darwin 5.3.
25284
25285         * m4/jm-macros.m4: Don't AC_REPLACE(strnlen), now that we use
25286         AC_FUNC_STRNLEN.  Otherwise, we'd end up putting two copies of
25287         strnlen.o in the library, and that makes some versions of ranlib
25288         object.
25289
25290 2002-04-12  Jim Meyering  <meyering@lucent.com>
25291
25292         * lib/dirfd.h (dirfd): Elide prototype if dirfd is a macro.
25293
25294 2002-04-09  Jim Meyering  <meyering@lucent.com>
25295
25296         * m4/malloc.m4: (jm_FUNC_MALLOC): Change the `checking ...' message
25297         to be more precise.  Rather than saying we're checking whether the
25298         function `works', say what we're testing.
25299         * m4/realloc.m4 (jm_FUNC_REALLOC): Likewise.
25300         Reported by Bruno Haible.
25301
25302 2002-03-10  Jim Meyering  <meyering@lucent.com>
25303
25304         * lib/makepath.c (make_path): Remove a comma from a diagnostic.
25305         Suggestion from Santiago Vila.
25306
25307 2002-03-08  Jim Meyering  <meyering@lucent.com>
25308
25309         * lib/rename.c: Mention that this wrapper is needed also on
25310         mips-dec-ultrix4.4 systems.
25311
25312 2002-03-02  Jim Meyering  <meyering@lucent.com>
25313
25314         * lib/gettime.c (gettime): Test HAVE_CLOCK_GETTIME,
25315         not HAVE_CLOCK_SETTIME.
25316
25317 2002-02-27  Paul Eggert  <eggert@twinsun.com>
25318
25319         * m4/jm-macros.m4 (jm_MACROS): Do not replace stime; no longer used.
25320         Check for clock_settime.
25321
25322 2002-02-27  Paul Eggert  <eggert@twinsun.com>
25323
25324         * lib/nanosleep.h: Rename to....
25325         * lib/timespec.h: New name for nanosleep.h.  All uses changed.
25326
25327         * lib/gettime.c: New file.
25328         * lib/settime.c: New file.
25329         * lib/stime.c: Remove.
25330
25331         * lib/Makefile.am (libfetish_a_SOURCES): Add gettime.c, settime.c,
25332         timespec.h.  Remove nanosleep.h.
25333
25334 2002-02-25  Paul Eggert  <eggert@twinsun.com>
25335
25336         * m4/acl.m4: New file.
25337         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_ACL.
25338         Do not check for acl or sys/acl.h, as AC_FUNC_ACL does that now.
25339
25340 2002-02-25  Paul Eggert  <eggert@twinsun.com>
25341
25342         * lib/acl.c, lib/acl.h: New files.
25343         * lib/Makefile.am (libfetish_a_SOURCES): Add acl.h, acl.c.
25344
25345 2002-02-24  Jim Meyering  <meyering@lucent.com>
25346
25347         * lib/strnlen.c (strnlen): Define-away/undef so that an inconsistent
25348         prototype in string.h (on at least AIX4.3.2.0 w/gcc-2.95.3) doesn't
25349         cause trouble.  Reported by Nelson Beebe.
25350
25351 2002-02-23  Paul Eggert  <eggert@twinsun.com>
25352
25353         * lib/path-concat.c (xpath_concat): Reorder code to pacify
25354         compilers that don't know that xalloc_die never returns.
25355
25356 2002-02-20  Jim Meyering  <meyering@lucent.com>
25357
25358         * lib/getdate.c: Regenerate using bison-1.33.
25359
25360 2002-02-17  Jim Meyering  <meyering@lucent.com>
25361
25362         * config/config.guess (main): Don't use `head -1'; it's no longer
25363         portable. Use `sed 1q' instead.
25364
25365 2002-02-16  gettextize  <bug-gnu-gettext@gnu.org>
25366
25367         * m4/codeset.m4: Upgrade to gettext-0.11.
25368         * m4/gettext.m4: Upgrade to gettext-0.11.
25369         * m4/glibc21.m4: Upgrade to gettext-0.11.
25370         * m4/iconv.m4: Upgrade to gettext-0.11.
25371         * m4/isc-posix.m4: Upgrade to gettext-0.11.
25372         * m4/lcmessage.m4: Upgrade to gettext-0.11.
25373         * m4/lib-ld.m4: New file, from gettext-0.11.
25374         * m4/lib-link.m4: New file, from gettext-0.11.
25375         * m4/lib-prefix.m4: New file, from gettext-0.11.
25376         * m4/progtest.m4: Upgrade to gettext-0.11.
25377
25378 2002-02-15  Paul Eggert  <eggert@twinsun.com>
25379
25380         * m4/prereq.m4 (jm_PREREQ_POSIXVER): New macro.
25381         (jm_PREREQ): Use it.
25382
25383 2002-02-15  Paul Eggert  <eggert@twinsun.com>
25384
25385         * lib/posixver.c, lib/posixver.h: New files.
25386         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
25387
25388 2002-02-02  Paul Eggert  <eggert@twinsun.com>
25389             Bruno Haible  <bruno@clisp.org>
25390
25391         * lib/unicodeio.h (print_unicode_char): Add exit_on_error argument.
25392         (fwrite_success_callback): New declaration.
25393         * lib/unicodeio.c (unicode_to_mb): New function, extracted from
25394         print_unicode_char. Call failure callback instead of error.
25395         (fwrite_success_callback): New function.
25396         (exit_failure_callback): New function.
25397         (fallback_failure_callback): New function.
25398         (print_unicode_char): Call unicode_to_mb.
25399
25400 2002-01-26  Jim Meyering  <meyering@lucent.com>
25401
25402         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.52g.
25403         * m4/strnlen.m4: Remove file, now that it's part of autoconf.
25404
25405 2002-01-26  Jim Meyering  <meyering@lucent.com>
25406
25407         * lib/Makefile.am (getdate$U.o): Depend on unlocked-io.h.
25408
25409 2002-01-22  Paul Eggert  <eggert@twinsun.com>
25410
25411         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_FSEEKO.
25412
25413 2002-01-22  Jim Meyering  <meyering@lucent.com>
25414
25415         * lib/Makefile.am (Makefile): Don't depend on $(BUILT_SOURCES).
25416         Otherwise, some versions of automake would omit the rule that makes
25417         Makefile from Makefile.in.
25418
25419 2002-01-21  Paul Eggert  <eggert@twinsun.com>
25420
25421         * lib/xmemcoll.h, lib/xmemcoll.c: New files.
25422         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
25423         * lib/memcoll.c: Include errno.h, and declare errno if not defined.
25424         (memcoll): Set errno to zero if there is no error.
25425
25426         * lib/quotearg.c (quotearg_buffer_restyled):
25427         Fix bug with quoting buffers containing NUL when backslashing escapes.
25428         This bug was exposed by the other changes in this patch.
25429         (quotearg_n_options): New arg ARGSIZE.
25430         All callers changed.
25431         (quoting_options_from_style): New function.
25432         (quotearg_n_style): Use it.
25433         (quotearg_n_style_mem): New function.
25434
25435         * lib/quotearg.h (quotearg_n_style_mem): New function.
25436
25437 2002-01-19  Jim Meyering  <meyering@lucent.com>
25438
25439         * m4/jm-macros.m4 (jm_MACROS): Use AC_FUNC_STRNLEN.
25440         Remove useless quotes: DF_PROG="df".
25441         * m4/strnlen.m4: New file.
25442
25443 2002-01-16  Paul Eggert  <eggert@twinsun.com>
25444
25445         * lib/backupfile.c (ISDIGIT): Comment fix.
25446         * lib/getdate.y (ISDIGIT): Likewise.
25447         * lib/posixtm.c (ISDIGIT, year): Likewise.
25448         * lib/strverscmp.c (ISDIGIT): Likewise.
25449         * lib/userspec.c (ISDIGIT): Likewise.
25450
25451 2002-01-16  Jim Meyering  <meyering@lucent.com>
25452
25453         * lib/getdate.y: Add three semicolons, each just before a closing
25454         brace. Bison (as of version 1.31) no longer papers over that mistake.
25455
25456 2002-01-05  Jim Meyering  <meyering@lucent.com>
25457
25458         * lib/version-etc.c (version_etc_copyright): Update copyright year.
25459
25460 2001-12-19  Paul Eggert  <eggert@twinsun.com>
25461
25462         * lib/closeout.c (close_stdout_status): If ferror (stdout), do
25463         not silently exit merely because the output buffer happens to
25464         have nothing pending.
25465
25466 2001-12-18  Paul Eggert  <eggert@twinsun.com>
25467
25468         See the big note in ../ChangeLog.
25469         * lib/human.c (suffixes): Prefer K to k for 1024.
25470         (generate_suffix_backwards): New function.
25471         (human_readable_inexact): Use it.
25472         * lib/xstrtol.c (__xstrtol): If there is no number but there
25473         is a valid suffix, assume 1.  "MB" now means decimal, "MiB" binary.
25474         Accept 'K' as well as 'k'.
25475
25476 2001-12-15  Jim Meyering  <meyering@lucent.com>
25477
25478         * lib/regex.h (__restrict_arr): Update from libc.
25479
25480         * lib/mountlist.h (ME_REMOTE): Recognize file systems of type smbfs
25481         as `remote' if the name starts with `//'.  Suggested by Michael Stone.
25482         (STREQ): Define.
25483
25484 2001-12-14  Jim Meyering  <meyering@lucent.com>
25485
25486         * m4/jm-macros.m4 (jm_MACROS): Check for iswspace.
25487         Suggestion from Bruno Haible.
25488
25489 2001-12-10  Jim Meyering  <meyering@lucent.com>
25490
25491         * lib/linebuffer.c: Remove explicit declarations of xmalloc and
25492         xrealloc, Instead, include "xalloc.h".
25493         (initbuffer): Don't cast xmalloc return value to char*.
25494         (readline): Reword comment.
25495         Don't cast xrealloc return value to char*
25496         Return NULL, not 0.
25497
25498 2001-12-09  Jim Meyering  <meyering@lucent.com>
25499
25500         * lib/modechange.c (mode_compile): Add cast to avoid pedantic warning
25501         about `signed and unsigned type in conditional expression'.
25502         * lib/posixtm.c (posix_time_parse): Likewise.
25503
25504         * lib/xreadlink.c (xreadlink): Add cast to avoid a pedantic warning.
25505
25506         * lib/readtokens.c (readtoken): Declare an index to be of type unsigned
25507         to avoid a pedantic warning.
25508
25509         * lib/getstr.c: Don't include assert.h.
25510         (getstr): Remove warning-evoking assertions.
25511         Return -1 if offset parameter is out of bounds.
25512         Change the type of a local from int to size_t.
25513
25514         * lib/strftime.c (my_strftime_localtime_r): Include this function
25515         definition in the `#if ! HAVE_TM_GMTOFF' block.
25516
25517         * lib/xgethostname.c: Remove declarations of xmalloc and xrealloc.
25518         Include xalloc.h instead.
25519
25520 2001-12-02  Jim Meyering  <meyering@lucent.com>
25521
25522         * lib/tempname.c: Don't declare getenv, thus reverting the change of
25523         2001-11-18.  It's no longer necessary, now that stdlib.h is always
25524         included.
25525
25526         * lib/regex.c [!__BOUNDED_POINTERS__]: Define away __bounded,
25527         __unbounded, and __ptrvalue.  Reported by Uwe H. Steinfeld.
25528
25529 2001-11-30  Akim Demaille  <akim@epita.fr>
25530
25531         * lib/xstrdup.c: Include xalloc.h, so that xstrdup is declared
25532         before being defined.
25533
25534 2001-11-27  Paul Eggert  <eggert@twinsun.com>
25535
25536         * lib/quotearg.h (quotearg_n, quotearg_n_style):
25537         First arg is int, not unsigned.
25538         * lib/quotearg.c (quotearg_n, quotearg_n_style): Likewise.
25539         (SIZE_MAX, UINT_MAX): New macros.
25540         (quotearg_n_options): Abort if N is negative.
25541         Avoid overflow check on hosts where size_t is 64 bits and int
25542         is 32 bits, as overflow is impossible there.
25543         Fix off-by-one typo that caused unnecessary reallocation.
25544
25545 2001-11-27  Jim Meyering  <meyering@lucent.com>
25546
25547         * lib/tempname.c: Merge with version from libc.
25548         * lib/regex.c: Likewise.
25549
25550         * lib/tempname.c: Include stdlib.h unconditionally.  On some old
25551         systems for which STDC_HEADERS is 0, it was not included, resulting in
25552         a warning about an integer-to-pointer conversion problem with getenv.
25553         Reported by Volker Borchert.
25554
25555 2001-11-26  Jim Meyering  <meyering@lucent.com>
25556
25557         * lib/gtod.h: Remove file.
25558         * lib/Makefile.am (libfetish_a_SOURCES): Remove gtod.h.
25559         * lib/gettimeofday.c: Don't include gtod.h.
25560         (GTOD_init): Remove function.
25561         (rpl_gettimeofday): Do its job here instead, rather than aborting.
25562         Suggestion from Volker Borchert.
25563
25564 2001-11-23  Jim Meyering  <meyering@lucent.com>
25565
25566         * lib/hash.h (struct hash_table): Don't define here.  Merely declare
25567         it.
25568         * lib/hash.c (struct hash_table): Define it here instead.
25569
25570 2001-11-22  Jim Meyering  <meyering@lucent.com>
25571
25572         * lib/hash.h: Bracket contents of file with #ifndef HASH_H_ ... #endif.
25573
25574 2001-11-20  Jim Meyering  <meyering@lucent.com>
25575
25576         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Update comment to reflect that
25577         SunOS 4.1.4 and Solaris 2.5.1 lose, too.
25578
25579 2001-11-19  Jim Meyering  <meyering@lucent.com>
25580
25581         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Don't bother with a temporary
25582         directory.  Use "conftestXXXXXX" as the template.
25583         Suggestion from Paul Eggert.
25584
25585         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Close each descriptor
25586         immediately, so the test doesn't mistakenly hit the max-open-files
25587         limit.
25588
25589 2001-11-18  Paul Eggert  <eggert@twinsun.com>
25590
25591         * lib/tempname.c (TMP_MAX): Remove; no longer needed.
25592         (TEMPORARIES): New macro.
25593         (__gen_tempname): Use TEMPORARIES rather than TMP_MAX.  This
25594         removes an artificial limitation (e.g. HP-UX 10.20, where
25595         TMP_MAX is 17576).
25596
25597 2001-11-18  Jim Meyering  <meyering@lucent.com>
25598
25599         * m4/prereq.m4 (jm_PREREQ_TEMPNAME): Check for declaration of getenv.
25600
25601 2001-11-18  Jim Meyering  <meyering@lucent.com>
25602
25603         * lib/tempname.c [!HAVE_DECL_GETENV]: Declare getenv to avoid warning
25604         on SunOS 4.
25605
25606         * lib/Makefile.am (Makefile): Depend on $(BUILT_SOURCES), so those
25607         files will be created before anything else.
25608
25609 2001-11-17  Paul Eggert  <eggert@twinsun.com>
25610
25611         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): Do not define
25612         WINSIZE_IN_PTEM if <termios.h> defines struct winsize.
25613
25614 2001-11-17  Jim Meyering  <meyering@lucent.com>
25615
25616         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): New file and macro.
25617         Prompted by a report from Bob Proulx.
25618
25619         * m4/jm-macros.m4 (jm_MACROS): Don't test for mkstemp here.
25620         Instead, require UTILS_FUNC_MKSTEMP.
25621
25622 2001-11-17  Jim Meyering  <meyering@lucent.com>
25623
25624         * m4/jm-macros.m4 (jm_MACROS): Remove code to set POW_LIBM.
25625         Now, that's done as part of AC_FUNC_STRTOD.
25626
25627 2001-11-17  Jim Meyering  <meyering@lucent.com>
25628
25629         * lib/modechange.c (mode_adjust): Fix error introduced on 1999-04-26
25630         that made e.g., `chmod a=,o=w,g=o F' cause F to be group readable
25631         rather than group writable.  Patch by Juan F. Codagnone.
25632
25633         * lib/readtokens.c: Remove explicit declarations of xmalloc and
25634         xrealloc, Instead, include "xalloc.h".
25635
25636         * lib/mountlist.c: Include unlocked-io.h after all system headers.
25637         Remove explicit declarations of xmalloc, xrealloc,
25638         and xstrdup.  Instead, include "xalloc.h".
25639
25640         * lib/argmatch.c, closeout.c, error.c, exclude.c: Include
25641         unlocked-io.h.
25642         * lib/fatal.c, getdate.y, getpass.c, getstr.c, getusershell.c:
25643         Likewise.
25644         * lib/mountlist.c, posixtm.c, readtokens.c, readutmp.c: Likewise.
25645
25646         * lib/regex.c, sha.c, version-etc.c, yesno.c: Likewise.
25647         Reported by Padraig Brady.
25648
25649         * lib/mkstemp.c: #undef mkstemp.
25650         Include config.h.
25651         (rpl_mkstemp): Rename from mkstemp.
25652         Protoize.
25653
25654 2001-11-16  Jim Meyering  <meyering@lucent.com>
25655
25656         * lib/physmem.c [HAVE_SYS_PSTAT_H]: Include <sys/pstat.h>.
25657         (physmem_total) [HAVE_PSTAT_GETSTATIC]: If sysconf couldn't be used to
25658         determine the amount of total physical memory, use pstat_getstatic.
25659         HPUX-11 doesn't define _SC_PHYS_PAGES.
25660         (physmem_available) [HAVE_PSTAT_GETSTATIC && HAVE_PSTAT_GETDYNAMIC]:
25661         If sysconf couldn't be used to determine the amount of available
25662         physical memory, use both pstat_getstatic and pstat_getdynamic.
25663         Based on a patch from Bob Proulx.
25664
25665 2001-11-10  Jim Meyering  <meyering@lucent.com>
25666
25667         * m4/prereq.m4 (jm_PREREQ_PHYSMEM): New function.
25668         (jm_PREREQ): Use it.
25669
25670 2001-11-09  Jim Meyering  <meyering@lucent.com>
25671
25672         * m4/jm-macros.m4: Require autoconf-2.52f.
25673         (AC_FUNC_ERROR_AT_LINE, AC_FUNC_OBSTACK, AC_FUNC_STRTOD):
25674         Use these AC_-prefixed names, not the AM_-prefixed ones.
25675
25676         * m4/afs.m4 (jm_AFS): Quote the body.  Patch by Akim Demaille.
25677
25678 2001-11-05  Jim Meyering  <meyering@lucent.com>
25679
25680         * lib/xstat.in (slash_aware_lstat): Correct a misleading comment.
25681
25682 2001-11-04  Jim Meyering  <meyering@lucent.com>
25683
25684         * m4/fpending.m4: Remove unused cruft that saved, set, and restored
25685         $DEFS.
25686
25687 2001-11-03  Jim Meyering  <meyering@lucent.com>
25688
25689         * m4/jm-glibc-io.m4n (jm_FUNC_GLIBC_UNLOCKED_IO): Quote first arg
25690         of AC_DEFUN.
25691
25692         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Rework so dirfd.c doesn't have to
25693         know the name of the variable in the macro definition.
25694
25695 2001-11-03  Jim Meyering  <meyering@lucent.com>
25696
25697         * lib/argmatch.h (ARGMATCH_TO_ARGUMENT): Remove casts of first two args
25698         in argmatch_to_argument call.
25699
25700         * lib/dirfd.c (dirfd): Reflect the fact that DIR_TO_FD now takes an
25701         argument.
25702
25703         * lib/hash.c (hash_clear): Fix a bug that could lead to an infloop or
25704         e.g., a fault due to an attempt to free a NULL pointer.
25705
25706 2001-11-01  Jim Meyering  <meyering@lucent.com>
25707
25708         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): New macro.
25709         * m4/jm-macros.m4 (jm_MACROS): Require UTILS_FUNC_DIRFD.
25710
25711 2001-11-01  Jim Meyering  <meyering@lucent.com>
25712
25713         * lib/dirfd.c, lib/dirfd.h: New files.
25714         * lib/Makefile.am (libfetish_a_SOURCES): Add dirfd.h.
25715
25716         * lib/hash.c (hash_print) [TESTING]: Clean up.
25717
25718 2001-10-22  Paul Eggert  <eggert@twinsun.com>
25719
25720         * lib/hard-locale.c (alloca): Define to __builtin_alloca if __GNUC__,
25721         to avoid a warning if -Wall.
25722
25723 2001-10-22  Jeff Bailey  <jbailey@outpost.dnsalias.org>
25724
25725         * README: New file
25726         * doc/*: Add COPYING, COPYING.LIB, COPYING.DOC, fdl.texi
25727         (per RMS's instructions, this is now the canonical source)
25728         * lgpl/, gpl/: New directories.
25729
25730 2001-10-21  Paul Eggert  <eggert@twinsun.com>
25731
25732         * lib/regex.c (uintptr_t): Remove macro and decl; it's config.h's job.
25733
25734 2001-10-21  Jim Meyering  <meyering@lucent.com>
25735
25736         * lib/obstack.c (_): Honor the setting of ENABLE_NLS.  Otherwise,
25737         this code would end up calling gettext even in packages built
25738         with --disable-nls.
25739         * lib/getopt.c (_): Likewise.
25740         * lib/regex.c (_): Likewise.
25741
25742 2001-10-20  Paul Eggert  <eggert@twinsun.com>
25743
25744         * m4/error.m4 (jm_PREREQ_ERROR):
25745         Do not invoke AC_CHECK_FUNCS with strerror_r, as
25746         AC_FUNC_STRERROR_R does that.
25747         Check for strerror declaration.
25748
25749         * m4/strerror_r.m4: Add copyright notice, as nontrivial m4 files
25750         are supposed to have them these days.
25751         (AC_FUNC_STRERROR_R): Always do char* test, so that it gets cached.
25752         Merge changes from latest Autoconf CVS.
25753         Rename ac_cv_func_strerror_r_works to ac_cv_func_strerror_r_char_p,
25754         and rename HAVE_WORKING_STRERROR_R to STRERROR_R_CHAR_P, since
25755         POSIX decided to standardize on the int flavor of strerror_r.
25756
25757 2001-10-20  Paul Eggert  <eggert@twinsun.com>
25758
25759         * lib/error.c (strerror_r): Do not declare unless !_LIBC.
25760         Do not check for HAVE_DECL_STRERROR_R missing unless STRERROR_R_CHAR_P.
25761         Use strerror_r that is only a macro, even if it is not a function.
25762         (strerror): Check for HAVE_DECL_STRERROR before declaring.
25763         (private_strerror): Use prototypes, not old-style function definition.
25764         (print_errno_message): New function.
25765         Support the POSIX 'int'-flavored strerror_r, as well as the traditional
25766         char*-flavored one.
25767         (error_tail, error, error_at_line): Use it.
25768
25769 2001-10-11  Jim Meyering  <meyering@lucent.com>
25770
25771         * lib/argmatch.c (argmatch_invalid): Use quotearg_n_style (0, ...
25772         and quote_n (1, ... to avoid clobbering a buffer.
25773
25774 2001-10-05  Jim Meyering  <meyering@lucent.com>
25775
25776         * lib/Makefile.am: (libfetish_a_SOURCES): Add hash-pjw.c and
25777         hash-pjw.h.
25778         * lib/hash-pjw.c: New file (factored out of fileutils' remove.c).
25779         * lib/hash-pjw.h: New file.
25780
25781 2001-09-30  Jim Meyering  <meyering@lucent.com>
25782
25783         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): See if
25784         `struct fsstat' has the `f_fstypename' member.
25785         Use that to define FS_TYPE, which is now used to make
25786         the getfsstat link test tighter.
25787
25788 2001-09-30  Jim Meyering  <meyering@lucent.com>
25789
25790         * lib/mountlist.c [MOUNTED_GETFSSTAT]:
25791         Include <sys/ucred.h>, for Apple Darwin.
25792         Include sys/mount.h and sys/fs_types.h only if available.
25793         (FS_TYPE): Define.
25794         (read_filesystem_list): Use FS_TYPE.
25795
25796 2001-09-29  Paul Eggert  <eggert@twinsun.com>
25797
25798         * lib/exclude.c (excluded_filename): 0 -> false, since it's
25799         a boolean context.
25800
25801 2001-09-29  Jim Meyering  <meyering@lucent.com>
25802
25803         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
25804         [one-argument getmntent function]): Include stdio.h before mntent.h.
25805         SunOS 4.1.x needs it for the declaration of `FILE'.
25806         Patch by Volker Borchert.
25807
25808         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
25809         Check for these headers: sys/param.h sys/ucred.h sys/mount.h
25810         sys/fs_types.h, and make the link-test for getfsstat guard #include
25811         directives with appropriate #if HAVE_*_H tests so that we can
25812         detect getfsstat on Apple Darwin1.3.7 systems.
25813         Reported by Nelson Beebe.
25814         Fix harmless typo in cache variable name: s/getsstat/getfsstat/.
25815
25816 2001-09-28  Paul Eggert  <eggert@twinsun.com>
25817
25818         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
25819         #defines strtoimax.  Also treat the other strto* functions
25820         like strtoimax.
25821
25822         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
25823         Check for strtoul and strtoumax,
25824         as those declarations are made even in the signed case.
25825         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX):
25826         Likewise, for strtol and strtoimax.
25827
25828 2001-09-28  Paul Eggert  <eggert@twinsun.com>
25829
25830         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
25831         #defines strtoimax.  Also treat the other strto* functions
25832         like strtoimax.
25833
25834         * lib/xstrtol.c (strtol): Do not declare if HAVE_DECL_STRTOL.
25835         (strtoul): Do not declare if HAVE_DECL_STRTOUL.
25836         (strtoimax, strtoumax): Do not declare if already defined as a macro.
25837
25838 2001-09-26  Jim Meyering  <meyering@lucent.com>
25839
25840         Most macros in unlocked-io.h had the wrong number of arguments.
25841         * lib/gen-uio: New script.
25842         (USE_UNLOCKED_IO): Define to 1 if not already defined.
25843         * lib/unlocked-io.hin: Remove file.
25844         * lib/Makefile.am (unlocked-io.h): Rewrite to use a separate script,
25845         rather than trying to embed it here.
25846         (EXTRA_DIST): Add gen-uio.  Remove unlocked-io.hin
25847         Reported by Padraig Brady.
25848
25849 2001-09-25  Volker Borchert  <bt@teknon.de>
25850
25851         * lib/gettimeofday.c (rpl_gettimeofday): Declare local variable
25852         `result'.
25853
25854 2001-09-24  Jim Meyering  <meyering@lucent.com>
25855
25856         * m4/gettext.m4: Use the version from gettext-0.10.40, not CVS.
25857
25858 2001-09-23  Jim Meyering  <meyering@lucent.com>
25859
25860         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add a compile-test
25861         instead of the mere test for existence of mntent.h.  The latter
25862         would get a false-positive on AIX 3.4 systems.
25863         In the outer getmntent if-block, don't die if neither of the getmntent
25864         tests succeeds.  Instead, just fall through and continue with the
25865         remaining tests.
25866
25867 2001-09-23  Jim Meyering  <meyering@lucent.com>
25868
25869         * lib/mountlist.c: Remove useless parentheses in #if directives.
25870         (MOUNTED) [!defined MOUNTED]: Define to _PATH_MOUNTED, for when
25871         the deprecated MOUNTED symbol is no longer defined in mntent.h.
25872
25873 2001-09-22  Jim Meyering  <meyering@lucent.com>
25874
25875         * m4/gettext.m4: New file.  From gettext.
25876         * m4/lcmessage.m4: Sync with gettext -- this changes only comments.
25877         * m4/progtest.m4: Likewise
25878         * m4/isc-posix.m4: Decrement serial number to sync with gettext.
25879         * m4/glibc21.m4: Likewise.
25880
25881         * m4/libintl.m4: Remove.  No longer used.
25882
25883 2001-09-22  Jim Meyering  <meyering@lucent.com>
25884
25885         * lib/localcharset.c: Update from latest gettext.
25886         * lib/config.charset: Likewise.
25887
25888 2001-09-20  Jim Meyering  <meyering@lucent.com>
25889
25890         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX): Check for declaration of
25891         strtoimax.
25892         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check for declaration of
25893         strtoumax.
25894
25895 2001-09-20  Jim Meyering  <meyering@lucent.com>
25896
25897         * lib/xstrtol.c (strtoimax): Guard declaration with
25898         `#if !HAVE_DECL_STRTOIMAX', rather than just `#ifndef strtoimax'.
25899         The latter fails because some systems (at least rs6000-ibm-aix4.3.3.0)
25900         have their own, conflicting declaration of strtoimax in sys/inttypes.h.
25901         (strtoumax): Likewise, for completeness (it wasn't necessary).
25902
25903 2001-09-17  Paul Eggert  <eggert@twinsun.com>
25904
25905         * lib/strtoimax.c (HAVE_LONG_LONG):
25906         Redefine to HAVE_UNSIGNED_LONG_LONG if unsigned.
25907         (strtoimax): Use sizeof (long), not sizeof strtol (ptr, endptr, base),
25908         to work around bug in IBM C compiler.
25909
25910 2001-09-17  Jim Meyering  <meyering@lucent.com>
25911
25912         * m4/chown.m4, fstypename.m4, getgroups.m4, gettimeofday.m4,
25913         * m4/jm-mktime.m4, lstat.m4, malloc.m4, memcmp.m4, mkdir-slash.m4,
25914         * m4/nanosleep.m4, putenv.m4, readdir.m4, realloc.m4, rename.m4,
25915         * m4/st_dm_mode.m4, stat.m4, strerror_r.m4, timespec.m4, utimbuf.m4,
25916         * m4/utimes.m4: Use AC_DEFINE rather than AC_DEFINE_UNQUOTED,
25917         whenever the right hand side need not be expanded by the shell.
25918
25919 2001-09-16  Paul Eggert  <eggert@twinsun.com>
25920
25921         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): Remove test for GNU C
25922         library.  It's not correct, as some older glibcs are buggy.
25923         fnmatch wasn't fixed until glibc 2.2.
25924
25925         Use AC_DEFINE, not AC_DEFINE_UNQUOTED, as there's no
25926         special shell magic here.
25927
25928 2001-09-16  Jim Meyering  <meyering@lucent.com>
25929
25930         * m4/mkdir-slash.m4 (UTILS_FUNC_MKDIR_TRAILING_SLASH): New file/macro.
25931         * m4/jm-macros.m4: Require it.
25932
25933 2001-09-16  Jim Meyering  <meyering@lucent.com>
25934
25935         * lib/mkdir.c: New file.
25936
25937 2001-09-15  Jim Meyering  <meyering@lucent.com>
25938
25939         * m4/jm-macros.m4: Check for help2man.
25940
25941 2001-09-11  Jim Meyering  <meyering@lucent.com>
25942
25943         * m4/host-os.m4 (UTILS_HOST_OS): New file/macro.
25944         The body, by Paul Eggert, was moved here from configure.in.
25945         * m4/jm-macros.m4: Require UTILS_HOST_OS.
25946
25947 2001-09-04  Paul Eggert  <eggert@twinsun.com>
25948
25949         * m4/prereq.m4 (jm_PREREQ_XREADLINK): New macro.
25950         (jm_PREREQ): Use it.
25951
25952 2001-09-04  Paul Eggert  <eggert@twinsun.com>
25953
25954         * lib/xreadlink.c (xreadlink): Omit size_t* arg.  All uses changed.
25955         Use ssize_t, not int, to store result of readlink.
25956         Check for ssize_t overflow as well as size_t overflow,
25957         as POSIX says the result of readlink is implementation-defined
25958         when ssize_t overflows.
25959         Remove unnecessary cast to char*.
25960         Use free+malloc instead of realloc, as the storage doesn't need
25961         to be preserved and it's clearer and can be more efficient that way.
25962         (SIZE_MAX, SSIZE_MAX): New macros, if <limits.h> doesn't declare.
25963         * lib/xreadlink.h (xreadlink): Update prototype.
25964
25965 2001-09-04  Paul Eggert  <eggert@twinsun.com>
25966
25967         * lib/xgetcwd.c: Revert some of the previous change; intead,
25968         fix the HAVE_GETCWD_NULL code to behave more like the
25969         !HAVE_GETCWD_NULL code used to.
25970
25971         Include "xalloc.h".
25972         (xgetcwd): Do not return NULL when memory is exhausted; instead,
25973         invoke xalloc_die.
25974
25975 2001-09-03  Paul Eggert  <eggert@twinsun.com>
25976
25977         * m4/prereq.m4 (jm_PREREQ_XGETCWD): Check for limits.h and
25978         sys/param.h, as pathmax.h includes them.
25979
25980 2001-09-03  Paul Eggert  <eggert@twinsun.com>
25981
25982         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_XGETCWD.
25983         (jm_PREREQ_XGETCWD): New macro.
25984
25985         * m4/getcwd.m4: New file.
25986
25987 2001-09-03  Paul Eggert  <eggert@twinsun.com>
25988
25989         * lib/xgetcwd.c: Fix the !HAVE_GETCWD_NULL code to behave more
25990         like the HAVE_GETCWD_NULL code.
25991         Include pathmax.h if not HAVE_GETCWD.
25992         Do not include xalloc.h.
25993         (INITIAL_BUFFER_SIZE): New symbol.
25994         Do not use xmalloc / xrealloc, since the caller is responsible for
25995         handling errors.  Preserve errno around `free' during failure.
25996         Do not overrun buffer when using getwd.
25997
25998 2001-09-03  Paul Eggert  <eggert@twinsun.com>
25999
26000         * lib/xgetcwd.c (xgetcwd): Use HAVE_GETCWD_NULL, not (defined
26001         __GLIBC__ && __GLIBC__ >= 2), to decide whether to use
26002         getcwd (NULL, 0).
26003
26004 2001-09-03  Paul Eggert  <eggert@twinsun.com>
26005
26006         * lib/exclude.c (fnmatch_no_wildcards): Fix confusion between
26007         usage of FNM_CASEFOLD and FNM_LEADING_DIR.  The bug was
26008         spotted by Jim Meyering.
26009
26010 2001-09-03  Jim Meyering  <meyering@lucent.com>
26011
26012         * lib/xreadlink.c (xreadlink): Preserve errno around `free' during
26013         failure.
26014
26015 2001-09-02  Jim Meyering  <meyering@lucent.com>
26016
26017         * lib/error.c: Update from GNU libc.
26018
26019 2001-09-01  Jim Meyering  <meyering@lucent.com>
26020
26021         * m4/jm-macros.m4 (jm_MACROS): Check for canonicalize_file_name.
26022         Used by df.
26023
26024 2001-09-01  Jim Meyering  <meyering@lucent.com>
26025
26026         * lib/xreadlink.c: New file.
26027         * lib/xreadlink.h: New file.
26028         * lib/Makefile.am (libfetish_a_SOURCES): Add xreadlink.c and
26029         xreadlink.h.
26030
26031         * lib/regex.c (uintptr_t) [!_LIBC]: Define to private_uintptr_t, so it
26032         doesn't conflict with sparc Solaris 7's definition in
26033         /usr/include/sys/int_types.h.
26034
26035         * lib/exclude.c: Use `""', not `<>' to #include non-system header
26036         files.
26037         (fnmatch_no_wildcards): Rewrite not to use function names, strcasecmp
26038         and strncasecmp as r-values.  Unixware didn't have declarations.
26039
26040 2001-08-31  Paul Eggert  <eggert@twinsun.com>
26041
26042         * lib/xstrtol.h: Add copyright notice.
26043         (_DECLARE_XSTRTOL): Improve quality of diagnostic for
26044         LONGINT_INVALID_SUFFIX_CHAR.
26045
26046 2001-08-31  Paul Eggert  <eggert@twinsun.com>
26047
26048         * lib/xstrtol.c (strtoimax): New decl.
26049
26050 2001-08-31  Paul Eggert  <eggert@twinsun.com>
26051
26052         * lib/xgetcwd.c: Don't include pathmax.h.
26053         Include stdlib.h and unistd.h if available.
26054         Include xalloc.h.
26055         (xmalloc, xstrdup, free): Remove decls.
26056         (xgetcwd): Don't assume sizes fit in unsigned.
26057         Check for overflow when computing sizes.
26058         Simplify reallocation code.
26059
26060 2001-08-31  Paul Eggert  <eggert@twinsun.com>
26061
26062         * lib/savedir.c (savedir): Remove size parameter, as POSIX says that
26063         a directory's st_size can have an arbitrary value, so the old
26064         usage could waste an arbitrary amount of memory.  All uses
26065         changed.
26066         * lib/savedir.h: Update prototype.
26067
26068 2001-08-31  Paul Eggert  <eggert@twinsun.com>
26069
26070         * lib/Makefile.am (libfetish_a_SOURCES): Remove strtoxmax.c.
26071
26072         * lib/strtoimax.c: Renamed from strtoxmax.c, removing the
26073         old strtoimax.c.
26074
26075         Also, make the following further changes to make this file's
26076         configuration more similar to that of strtol.c:
26077         (UNSIGNED): Renamed from STRTOUXMAX_UNSIGNED.  All uses changed.
26078         (strtoumax, uintmax_t, strtoull, strtol): Remove.
26079         (intmax_t, strtoimax, strtol, strtoll): New macros, if UNSIGNED.
26080         (strtoimax): Renamed from strtoumax.  All uses of unsigned values
26081         changed to signed values.
26082
26083         And make the following changes as well:
26084         Fix copyright notice, as 1999 was missing.
26085         (verify): New macro.
26086         (strtoimax): Check sizes at compile-time, not run-time.
26087         Prefer strtol to strtoll if both work.
26088         (main): Remove; it was not that useful and was a pain to maintain.
26089
26090         * lib/strtoumax.c: Include strtoimax.c, not strtouxmax.c.
26091
26092 2001-08-31  Jim Meyering  <meyering@lucent.com>
26093
26094         * lib/xgetcwd.c (xgetcwd): Reorganize to avoid some duplication.
26095         Use an initial, malloc'd, buffer of length 128 rather than
26096         a statically allocated one of length 1024.
26097
26098 2001-08-30  Paul Eggert  <eggert@twinsun.com>
26099
26100         Simplify code, partly by assuming autoconf 2.52 semantics.
26101
26102         * m4/Makefile.am (EXTRA_DIST): Remove uintmax_t.m4.
26103
26104         * m4/inttypes.m4 (AC_PREREQ): Bump to 2.52.
26105         (jm_AC_HEADER_INTTYPES_H): Remove; now done by autoconf in 2.52.
26106         All uses removed.
26107         (jm_AC_TYPE_INTMAX_T, jm_AC_TYPE_UINTMAX_T):
26108         Move AC_REQUIRE to next-to-top level, to avoid confusion.
26109         Use 2.52's AC_CHECK_TYPE instead of merely looking for the header.
26110         * m4/prereq.m4 (jm_PREREQ_HUMAN): Don't require
26111         jm_AC_HEADER_INTTYPES_H.
26112         * m4/jm-macros.m4 (jm_MACROS): Likewise.
26113
26114         * m4/uintmax_t.m4: Remove, as it duplicates inttypes.m4.
26115
26116         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
26117         Quote first arg of AC_DEFUN.
26118         Require jm_AC_TYPE_UINTMAX_T and jm_AC_TYPE_UNSIGNED_LONG_LONG
26119         since they are needed to parse the include file even if we need
26120         only xstrtoimax.  Simplify logic behind the args to AC_REPLACE.
26121         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Likewise,
26122         but with opposite signedness.
26123
26124 2001-08-30  Paul Eggert  <eggert@twinsun.com>
26125
26126         Merge 'exclude' changes from tar 1.13.22.
26127         This fixes one or two unlikely storage allocation overflow bugs,
26128         but doesn't change user-visible behavior otherwise.
26129
26130 2001-08-30  Paul Eggert  <eggert@twinsun.com>
26131
26132         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_EXCLUDE.
26133         (jm_PREREQ_EXCLUDE): New macro.
26134
26135 2001-08-30  Paul Eggert  <eggert@twinsun.com>
26136
26137         * lib/quotearg.c: BSD/OS 4.1 wchar.h requires FILE and struct
26138         tm to be declared.
26139
26140 2001-08-30  Paul Eggert  <eggert@twinsun.com>
26141
26142         * lib/hash.c: Remove '2001' from copyright notice.
26143
26144 2001-08-30  Paul Eggert  <eggert@twinsun.com>
26145
26146         * lib/full-write.h: New file.
26147         * lib/Makefile.am (libfetish_a_SOURCES): Add full-write.h.
26148         * lib/full-write.c: Correct credits, as cccp.c no longer
26149         exists and anyway it was so heavily changed from the old cccp
26150         code as to be unrecognizable.  Include full-write.h.
26151         (full_write) Return size_t, with short writes meaning failure.
26152         All callers changed.  This fixes a bug with large buffers
26153         on 64-bit hosts.
26154         * lib/utime.c: Include full-write.h.
26155
26156 2001-08-30  Paul Eggert  <eggert@twinsun.com>
26157
26158         * lib/exclude.c (bool): Declare, perhaps by including stdbool.h.
26159         (<sys/types.h>): Include only if HAVE_SYS_TYPES_H.
26160         (<stdlib.h>, <string.h>, <strings.h>, <inttypes.h>, <stdint.h>):
26161         Include if available.
26162         (<xalloc.h>): Include
26163         (SIZE_MAX): Define if <stdint.h> or <inttypes.h> doesn't.
26164         (verify): New macro.  Use it to verify that EXCLUDE macros do not
26165         collide with FNM macros.
26166         (struct patopts): New struct.
26167         (struct exclude): Use it, as exclude patterns now come with options.
26168         (new_exclude): Support above changes.
26169         (new_exclude, add_exclude_file):
26170         Initial size must now be a power of two to simplify overflow checking.
26171         (free_exclude, fnmatch_no_wildcards): New function.
26172         (excluded_filename): No longer requires options arg, as the options
26173         are determined by add_exclude.  Now returns bool, not int.
26174         (excluded_filename, add_exclude):
26175         Add support for the fancy new exclusion options.
26176         (add_exclude, add_exclude_file): Now takes int options arg.
26177         Check for arithmetic overflow when computing sizes.
26178         (add_exclude_file): xrealloc might modify errno, so don't
26179         realloc until after errno might be used.
26180
26181         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE,EXCLUDE_WILDCARDS):
26182         New macros.
26183         (free_exclude): New decl.
26184         (add_exclude, add_exclude_file): Now takes int options arg.
26185         (excluded_filename): No longer requires options arg, as the options
26186         are determined by add_exclude.  Now returns bool, not int.
26187
26188 2001-08-30  Paul Eggert  <eggert@twinsun.com>
26189
26190         * lib/alloca.c (alloca): Arg is of type size_t, not unsigned.
26191
26192 2001-08-27  Jim Meyering  <meyering@lucent.com>
26193
26194         * lib/Makefile.am (libfetish_a_SOURCES): Add strtoxmax.c
26195
26196         * lib/version-etc.c (N_): Remove definition.
26197         Revert most of last change.
26198         Instead, simply don't mark the `Copyright...' string for translation.
26199         Based on advice from Paul Eggert.
26200
26201         * lib/strtoxmax.c: Tweak comment.
26202
26203 2001-08-26  Jim Meyering  <meyering@lucent.com>
26204
26205         * m4/jm-macros.m4: Require jm_AC_PREREQ_XSTRTOIMAX.
26206
26207         * m4/xstrtoimax.m4: New file.
26208         * m4/xstrtoumax.m4: Add comments explaining why we
26209         AC_REPLACE_FUNCS(strtol).
26210
26211 2001-08-26  Jim Meyering  <meyering@lucent.com>
26212
26213         * lib/version-etc.c (version_etc_copyright_fmt): Replace literal year
26214         of copyright with `%s' so translators don't get an untranslated
26215         message in 2002.
26216         (COPYRIGHT_YEAR): Define.
26217         (version_etc): Use fprintf rather than fputs.
26218         Suggestion from Ulrich Drepper.
26219
26220         * lib/Makefile.am (libfetish_a_SOURCES): Add xstrtoimax.c.
26221
26222         * lib/strtoll.c: New file, from GNU libc.
26223         * lib/xstrtoimax.c: New file.
26224
26225         * lib/xstrtol.h: Add xstrtoimax.
26226         * lib/strtoumax.c: New file.  Simply include "strtoumax.c".
26227         * lib/strtoimax.c: New file.  Likewise, but first define
26228         STRTOUXMAX_SIGNED.
26229
26230         * lib/strtoumax.c: Factor to work both for unsigned and signed types,
26231         ...
26232         * lib/strtoxmax.c: ... then renamed to this.
26233
26234 2001-08-18  Paul Eggert  <eggert@twinsun.com>
26235
26236         * m4/inttypes.m4: Add AC_PREREQ(2.13).
26237         (jm_AC_HEADER_INTTYPES_H): Test for intmax_t, too.
26238         (jm_AC_TYPE_INTMAX_T): New macro.
26239         (jm_AC_TYPE_UINTMAX_T): Moved here from uintmax_t.m4.
26240
26241         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): New macro.
26242
26243         * m4/longlong.m4: Renamed from ulonglong.m4.
26244         * m4/inttypes.m4: Renamed from inttypes_h.m4.
26245         * m4/uintmax_t.m4: Removed.
26246
26247 2001-08-13  Paul Eggert  <eggert@twinsun.com>
26248
26249         * lib/Makefile.am (unlocked-io.h): Do not append "_unlocked" twice.
26250         Port to Solaris 8, where 'sed' requires a space after the 'r'
26251         command, and where sh dislikes "$/".  Clean up the spacing a bit.
26252         Redirect output to $tmp just once.
26253
26254 2001-08-12  Paul Eggert  <eggert@sic.twinsun.com>
26255
26256         * lib/addext.c (<errno.h>): Include.
26257         (errno): Declare if not defined.
26258         (addext): Work correctly when pathconf returns -1 and leaves
26259         errno alone because there is no limit.  Also, work even if
26260         pathconf returns a value greater than SIZE_MAX.
26261
26262 2001-08-12  Jim Meyering  <meyering@lucent.com>
26263
26264         * m4/afs.m4, assert.m4, bison.m4, check-decl.m4, chown.m4, d-ino.m4,
26265         d-type.m4, dos.m4, error.m4, fnmatch.m4, fpending.m4, fstypename.m4,
26266         fsusage.m4, ftruncate.m4, getgroups.m4, glibc.m4, gnu-source.m4,
26267         group-member.m4, jm-glibc-io.m4, jm-macros.m4, jm-mktime.m4,
26268         jm-winsz1.m4, jm-winsz2.m4, lchown.m4, lib-check.m4, libintl.m4,
26269         link-follow.m4, ls-mntd-fs.m4, lstat.m4, malloc.m4, mbrtowc.m4,
26270         mbstate_t.m4, mbswidth.m4, memcmp.m4, nanosleep.m4, perl.m4,
26271         prereq.m4, putenv.m4, readdir.m4, realloc.m4, regex.m4, rename.m4,
26272         rmdir-errno.m4, search-libs.m4, st_dm_mode.m4, st_mtim.m4, stat.m4,
26273         strftime.m4, timespec.m4, unlink-busy.m4, uptime.m4, utimbuf.m4,
26274         utime.m4, utimes.m4, xstrtoumax.m4:
26275         Quote the first argument in each use of AC_DEFUN.
26276
26277 2001-08-12  Jim Meyering  <meyering@lucent.com>
26278
26279         * lib/xgetcwd.c (xgetcwd) [defined __GLIBC__ && __GLIBC__ >= 2]:
26280         Simply `return getcwd (NULL, 0);'.
26281         [! (defined __GLIBC__ && __GLIBC__ >= 2)]:
26282         Use 1300 as initial value for length, not PATH_MAX.
26283
26284         * lib/pathmax.h: Clean up cpp syntax.
26285
26286 2001-08-12  Jim Meyering  <meyering@lucent.com>
26287
26288         * lib/gettimeofday.c: New file.
26289         * lib/gtod.h: New file.
26290         * lib/Makefile.am (libfetish_a_SOURCES): Add gtod.h.
26291
26292 2001-08-05  Jim Meyering  <meyering@lucent.com>
26293
26294         * m4/jm-macros.m4: Require autoconf-2.52.
26295
26296 2001-08-04  Jim Meyering  <meyering@lucent.com>
26297
26298         * lib/error.h (__attribute__): Remove `|| __STRICT_ANSI__' from #if
26299         stmt, to get in sync with glibc.
26300
26301 2001-08-03  Paul Eggert  <eggert@twinsun.com>
26302
26303         The following changes are from gettext 0.10.39 as maintained by
26304         Bruno Haible.
26305
26306         * lib/mbswidth.h (MBSW_REJECT_UNPRINTABLE, MBSW_REJECT_INVALID):
26307         Renamed from MBSW_ACCEPT_UNPRINTABLE and MBSW_ACCEPT_INVALID
26308         with inverted sense.  All uses changed.
26309
26310         * lib/mbswidth.c: Don't include <limits.h>.
26311         Include <stdlib.h> and <string.h> unconditionally.
26312         (iswcntrl, mbsinit, ISCNTRL): New macros.
26313         (mbsnwidth): Use K&R style function declarations.
26314         Don't bother checking for MB_LEN_MAX == 1, since the compiler
26315         can optimize it when MB_CUR_MAX == 1.
26316         The width of control characters is zero, not 1.
26317
26318 2001-08-03  Paul Eggert  <eggert@twinsun.com>
26319
26320         The following changes are from gettext 0.10.39 as maintained by
26321         Bruno Haible, except that getline.m4 continues to use AC_LIBOBJ.
26322
26323         * m4/codeset.m4: Upgrade to serial AM1.
26324         (AM_LANGINFO_CODESET): Renamed from jm_LANGINFO_CODESET;
26325         all uses changed.  Quote first arg of AC_DEFUN.
26326         (am_cv_langinfo_codeset): Renamed from jm_cv_langinfo_codeset.
26327
26328         * m4/iconv.m4: Upgrade to serial AM2.
26329         (AM_ICONV): Renamed from jm_ICONV; all uses changed.
26330         Add --with-libconv-prefix.
26331         Quote first arg of AC_DEFUN.  Add description for ICONV_CONST.
26332         (am_cv_func_iconv): Renamed from jm_cv_func_iconv.
26333         (am_cv_lib_iconv): Renamed from jm_cv_lib_iconv.
26334         (am_cv_proto_iconv): Renamed from jm_cv_proto_iconv.
26335         * m4/jm-macros.m4 (jm_MACROS): Reflect s/jm_/AM_/ renamings.
26336
26337         * m4/c-bs-a.m4 (AC_C_BACKSLASH_A): Quote first arg of AC_DEFUN.
26338         * m4/getline.m4 (AM_FUNC_GETLINE): Likewise.
26339         * m4/glibc21.m4 (jm_GLIBC21): Likewise.
26340         * m4/inttypes_h.m4 (jm_AC_HEADER_INTTYPES_H): Likewise.
26341         * m4/isc-posix.m4 (AC_ISC_POSIX): Likewise.
26342         * m4/lcmessage.m4 (AM_LC_MESSAGES): Likewise.
26343         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): Likewise.
26344         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Likewise.
26345         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Likewise.
26346
26347         * m4/getline.m4 (AM_FUNC_GETLINE): Don't bother checking for
26348         string.h any more.
26349
26350         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): If not found, print "no",
26351         not the default value.
26352
26353         2001-06-25  Bruno Haible  <haible@clisp.cons.org>
26354         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Don't require AM_C_PROTOTYPES.
26355         Also check for mbsinit.  Needed for SCO 3.2v5.0.2.
26356         Also include <string.h>; this is where AIX 3.2.5 declares wcwidth.
26357         Also check for iswcntrl, used for wcwidth fallback.
26358         Use AC_TRY_COMPILE to emulate AC_CHECK_DECLS, for portability
26359         to Autoconf 2.13.
26360
26361 2001-08-03  Jim Meyering  <meyering@lucent.com>
26362
26363         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Use `#include', not `@%:@include',
26364         as it was in the original.  Reported by Paul Eggert.
26365
26366 2001-07-16  Jim Meyering  <meyering@lucent.com>
26367
26368         * m4/gettimeofday.m4: New file.
26369         Prompted by a report from Bernhard Baehr.
26370
26371 2001-07-15  Jim Meyering  <meyering@lucent.com>
26372
26373         * m4/Makefile.am.in (Makefile.am): Remove most of the unlocked-io.h
26374         stuff. Now it's in ../Makefile.cfg.
26375
26376 2001-07-15  Jim Meyering  <meyering@lucent.com>
26377
26378         * lib/Makefile.am (EXTRA_DIST): Add unlocked-io.hin.
26379         (BUILT_SOURCES): Add unlocked-io.h.
26380         (io_functions): Define.
26381         (unlocked-io.h): New rule.
26382         (DISTCLEANFILES): Add unlocked-io.h.
26383         (all-local): Depend on unlocked-io.h, to ensure it is created.
26384
26385         * lib/unlocked-io.hin: New file
26386
26387         * lib/regex.c: Update from glibc.
26388
26389 2001-07-05  Jim Meyering  <meyering@lucent.com>
26390
26391         * lib/Makefile.am (noinst_HEADERS): Remove definition, per new automake
26392         recommendation.
26393         (libfetish_a_SOURCES): Put all .h files here instead.
26394         Remove a thus-exposed (better checks in automake) duplicate and
26395         two unnecessary .h files.
26396
26397 2001-07-04  Jim Meyering  <meyering@lucent.com>
26398
26399         * m4/Makefile.am.in (glibc-io.struct): New target.  Rework the code
26400         that generates jm-glibc-io.m4 so that it doesn't trigger any make
26401         distcheck failure.
26402
26403 2001-07-02  Jim Meyering  <meyering@lucent.com>
26404
26405         The following changes were prompted by suggestions from Bruno Haible.
26406
26407         * m4/jm-glibc-io.m4n: New file, the template from which jm-glibc-io.m4
26408         is now generated.
26409         * m4/Makefile.am.in (Makefile.am): Include jm-glibc-io.m4n in emitted
26410         definition of EXTRA_DIST.
26411         (Makefile.am): Emit the dependency, `all-local: jm-glibc-io.m4' to
26412         ensure that the generated file is created/updated whenever the list
26413         of $(unlocked_functions) is changed.
26414         (jm-glibc-io.m4): New rule.
26415         (unlocked-io.h): New rule -- currently unused.
26416
26417 2001-06-24  Jim Meyering  <meyering@lucent.com>
26418
26419         * m4/regex.m4 (jm_INCLUDED_REGEX): Use a quadrigraph to represent an
26420         unmatched right bracket, rather than kludging it with an extra,
26421         falsely-matching quote in a comment.  Patch by Akim Demaille.
26422
26423 2001-06-11  Jim Meyering  <meyering@lucent.com>
26424
26425         * lib/regex.c: Update from GNU libc.
26426
26427 2001-05-27  Jim Meyering  <meyering@lucent.com>
26428
26429         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for ut_type in struct utmpx.
26430         Check for ut_type in struct utmp.
26431
26432 2001-05-27  Jim Meyering  <meyering@lucent.com>
26433
26434         * lib/readutmp.h (UT_TYPE): Define.
26435
26436 2001-05-24  Jim Meyering  <meyering@lucent.com>
26437
26438         * lib/argmatch.c: Include "quote.h".
26439         (argmatch_invalid): Remove explicit `' quotes.  Instead, use the
26440         quote function.  Reported by Göran Uddeborg.
26441
26442 2001-05-22  Jim Meyering  <meyering@lucent.com>
26443
26444         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't use AC_LIBOBJ(strftime),
26445         now that we use the package-supplied version unconditionally.
26446         (jm_FUNC_STRFTIME): Don't replace strftime, for the same reason.
26447
26448 2001-05-21  Jim Meyering  <meyering@lucent.com>
26449
26450         * m4/regex.m4: Change a couple backticks to single quotes to avoid
26451         shell syntax errors.
26452
26453 2001-05-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
26454
26455         * m4/dos.m4 (jm_AC_DOS): Check for _WIN32, __WIN32__, and __MSDOS__.
26456
26457 2001-05-20  Paul Eggert  <eggert@twinsun.com>
26458
26459         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME):
26460         Don't bother to check library strftime, since
26461         we'll be using our own my_strftime function anyway.
26462         Define my_strftime instead of strftime.
26463
26464 2001-05-20  Alexandre Duret-Lutz  <duret_g@epita.fr>
26465
26466         * lib/dirname.c (dir_name): Compute append_dot using path, not newpath
26467         which is not yet declared.
26468
26469 2001-05-15  Jim Meyering  <meyering@lucent.com>
26470
26471         * m4/regex.m4: Use proper quoting so brackets appear in the test
26472         program.
26473         Reported by, and with help from, Bruno Haible.
26474
26475 2001-05-13  Jim Meyering  <meyering@lucent.com>
26476
26477         * m4/jm-macros.m4 (major_t, minor_t): Define to unsigned int if
26478         undefined.
26479
26480 2001-05-11  Paul Eggert  <eggert@twinsun.com>
26481
26482         dirname code cleanup.  base_name now behaves more compatibly
26483         with POSIX basename when given file names that have trailing
26484         slashes, and similarly for dir_name.  Add new primitives
26485         base_len and dir_len.  Put the directory-name-related decls
26486         into dirname.h.
26487
26488         * lib/addext.c (ISSLASH, base_name): Remove; now in dirname.h.
26489         * lib/backupfile.c (base_name): Likewise.
26490         * lib/basename.c (FILESYSTEM_PREFIX_LEN, PARAMS, ISSLASH): Likewise.
26491         * lib/dirname.c (FILESYSTEM_PREFIX_LEN, ISSLASH): Likewise.
26492         * lib/makepath.c (strip_trailing_slashes): Likewise.
26493         * lib/path-concat.c (DIRECTORY_SEPARATOR, FILESYSTEM_PREFIX_LEN,
26494         ISSLASH): Likewise.
26495         * lib/rename.c (strip_trailing_slashes): Likewise.
26496         * lib/same.c (base_name): Likewise.
26497         * lib/stripslash.c (ISSLASH): Likewise.
26498
26499         * lib/addext.c: Include <dirname.h> after size_t is defined.
26500         * lib/backupfile.c: Likewise.
26501
26502         * lib/addext.c (addext): Use base_len to trim redundant
26503         trailing slashes instead of doing it ourselves.
26504         But do not trim the last slash if it is not redundant.
26505
26506         * lib/backupfile.c (find_backup_file_name,
26507         max_backup_version): Use base_len instead of rolling it ourselves.
26508         Handle the case of "" and (on DOS) "C:" correctly.
26509
26510         * lib/basename.c: Do not include <stdio.h>, <assert.h>; no longer
26511         needed. Include <string.h>, <dirname.h>.
26512         (base_name): Allow file names ending in slashes, other than names
26513         that are all slashes.  In this case, return the basename followed
26514         by the slashes.  This is more general, and can be used in places
26515         where the original base_name purposely had an assertion failure.
26516         (base_len): New function.
26517
26518         * lib/dirname.c: Include <string.h> instead of <stdlib.h>.
26519         Do not include <assert.h>; no longer needed.
26520         Include xalloc.h.
26521         (memrchr): Remove decl.
26522         (dir_name_r): Remove.
26523         (dir_len): Renamed from dirlen.  All callers changed.
26524         Rewrite in terms of base_name, for simplicity and consistency.
26525         (dir_name): Never return NULL.  All callers changed.
26526         Do not include <stdlib.h> in test program; no longer needed.
26527         return 0; is fine for test program.
26528
26529         * lib/dirname.h (DIRECTORY_SEPARATOR, ISSLASH, FILESYSTEM_PREFIX_LEN):
26530         New macros.
26531         (base_name, base_len, dir_len, strip_trailing_slashes): New decls.
26532
26533         * lib/path-concat.c (path_concat): Use base_len to compute
26534         base length, not strlen; this means we cannot rely on memcpy
26535         to null-terminate.
26536
26537         * lib/same.c (STREQ): Remove.
26538         (same_name): Handle the case where the basename ends in trailing '/'.
26539
26540         * lib/stripslash.c (strip_trailing_slashes): Return nonzero if
26541         a slash was stripped.  Do not strip the last slash after a
26542         file system prefix.
26543
26544 2001-05-11  Paul Eggert  <eggert@twinsun.com>
26545
26546         * lib/Makefile.am (libfetish_a_SOURCES):
26547         Add strftime.c, since we now compile it on all hosts.
26548
26549         * lib/strftime.c (my_strftime):
26550         Define to nstrftime if emacs, but only if my_strftime is not defined.
26551         (extra_args, extra_args_spec, extra_args_spec_iso): Rename from
26552         ut_argument, ut_argument_spec, ut_argument_spec_iso, respectively.
26553         Add one more extra argument: a nanoseconds value.
26554         All uses changed.
26555         (ns): New macro.
26556         (my_strftime function): Add %N format.
26557         (emacs_strftimeu): Renamed from emacs_strftime,
26558         with extra ut argument.
26559
26560 2001-05-09  Paul Eggert  <eggert@twinsun.com>
26561
26562         * m4/jm-macros.m4 (jm_MACROS): Do not check for fseeko; no longer used.
26563
26564 2001-04-21  Jim Meyering  <meyering@lucent.com>
26565
26566         * m4/rmdir-errno.m4: Write to a new file, so that a restrictive umask
26567         doesn't interfere.
26568
26569 2001-04-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
26570
26571         * m4/ftruncate.m4: Check for chsize.
26572         Link with ftruncate.o unconditionally if ftruncate is missing.
26573         This was required when cross-compiling to i586-mingw32msvc.
26574
26575 2001-04-08  Jim Meyering  <meyering@lucent.com>
26576
26577         * lib/getdate.y (get_date): Set tm_isdst to -1 to ensure that it is
26578         recomputed; that's necessary when the offset spans a DST transition.
26579         Patch by David J. MacKenzie.  Reported by Hon-Yin Kok.
26580
26581 2001-04-02  Jim Meyering  <meyering@lucent.com>
26582
26583         * lib/regex.h, regex.c: Update from GNU libc.
26584
26585 2001-03-24  Jim Meyering  <meyering@lucent.com>
26586
26587         * m4/jm-macros.m4: Require autoconf-2.49d.
26588
26589 2001-03-20  Bruno Haible  <haible@clisp.cons.org>
26590
26591         * m4/iconv.m4 (jm_ICONV): Recommend GNU libiconv.
26592
26593 2001-03-19  Paul Eggert  <eggert@twinsun.com>
26594
26595         * lib/version-etc.c (version_etc_copyright): Update to 2001.
26596
26597 2001-03-17  Jim Meyering  <meyering@lucent.com>
26598
26599         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Remove my copy of AC_FUNC_MEMCMP,
26600         now that the version in autoconf is equivalent.
26601         (jm_FUNC_MEMCMP): Adjust to use AC_FUNC_MEMCMP.
26602
26603         * m4/error.m4 (jm_PREREQ_ERROR): Invoke AC_FUNC_STRERROR_R.
26604         Suggestion from Akim Demaille.
26605
26606         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_TEMPNAME.
26607         (jm_PREREQ_TEMPNAME): New function.
26608
26609 2001-03-16  Paul Eggert  <eggert@twinsun.com>
26610
26611         * lib/tempname.c (uint64_t): Define to uintmax_t if
26612         not defined, and if UINT64_MAX is not defined.
26613         Required at least for Vax Ultrix4.3, which doesn't define uint64_t.
26614         Reported by John David Anglin.
26615
26616 2001-03-15  Bruno Haible  <haible@clisp.cons.org>
26617
26618         * lib/localcharset.c (locale_charset): Allow wildcard syntax. Also
26619         resolve alias if codeset is empty.
26620         * lib/config.charset (BeOS): Use wildcard syntax.
26621
26622 2001-03-13  Jim Meyering  <meyering@lucent.com>
26623
26624         * lib/path-concat.c (path_concat)
26625         [FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't insert a backslash when
26626         concatenating e.g., `C:' and `foo'.
26627         From Bruno Haible.
26628
26629 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
26630
26631         * lib/localcharset.c (locale_charset): Don't use
26632         setlocale(LC_CTYPE,NULL). Don't return NULL.
26633         * lib/unicodeio.c (print_unicode_char): Simplify accordingly.
26634
26635 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
26636
26637         * lib/config.charset: Update for FreeBSD 4.2 and OSF/1 5.1. Add
26638         support for DOS/DJGPP.
26639
26640 2001-03-01  Paul Eggert  <eggert@twinsun.com>
26641
26642         * m4/jm-macros.m4 (jm_MACROS): Use mkstemp replacement if the system
26643         lacks mkstemp.  Compile our own tempname.c if we compile our own
26644         mkstemp.c, as mkstemp relies on tempname.
26645
26646 2001-03-01  Jim Meyering  <meyering@lucent.com>
26647
26648         * m4/dos.m4 (jm_AC_DOS): Remove extra backslashes, now that
26649         AH_VERBATIM really does output its argument verbatim.
26650
26651 2001-02-28  Paul Eggert  <eggert@twinsun.com>
26652
26653         * lib/Makefile.am (libfetish_a_SOURCES):
26654         Add dup-safer.c, fopen-safer.c.
26655         (noinst_HEADERS): Add stdio-safer.h, unistd-safer.h.
26656
26657         * lib/dup-safer.c, lib/fopen-safer.c, lib/stdio-safer.h:
26658         * lib/unistd-safer.h: New files.
26659
26660 2001-02-25  Paul Eggert  <eggert@twinsun.com>
26661
26662         The mkstemp replacement is taken from glibc 2.2.2, with some
26663         portability fixes for use outside glibc, as follows:
26664
26665         * lib/tempname.c (struct_stat64): New macro.
26666         (direxists, __gen_tempname): Use it.
26667         This avoids a portability problem with Solaris 8.
26668
26669         * lib/tempname.c (<config.h>): Include if HAVE_CONFIG_H.
26670         (<stddef.h>, <stdint.h>, <string.h>):
26671         Include only if STDC_HEADERS || _LIBC.
26672         (<fcntl.h>): Include only if HAVE_FCNTL_H || _LIBC.
26673         (<unistd.h>): Include only if HAVE_UNISTD_H || _LIBC.
26674         (<sys/time.h>): Include only if HAVE_SYS_TIME_H || _LIBC.
26675         (__set_errno): Define this macro if <errno.h> doesn't.
26676         (P_tmpdir, TMP_MAX, __GT_FILE, __GT_BIGFILE, __GT_DIR, __GT_NOCREATE):
26677         Define these macros if <stdio.h> doesn't.
26678         (S_ISDIR, S_IRUSR, S_IWUSR, S_IXUSR):
26679         Define these macros if <sys/stat.h>
26680         doesn't.  Ignore <sys/stat.h> S_ISDIR if STAT_MACROS_BROKEN.
26681         (stat64, __getpid, __gettimeofday, __mkdir, __open, __open64, lxstat64,
26682         __xstat64): Define if not _LIBC.
26683         (__secure_getenv): Define if ! (HAVE___SECURE_GETENV || _LIBC).
26684         (__gen_tempname): Invoke gettimeofday only if
26685         HAVE_GETTIMEOFDAY || _LIBC;
26686         otherwise, fall back on plain "time".
26687         Use macros like S_IRUSR | S_IWUSR rather than octal values like 0600.
26688
26689         * lib/mkstemp.c (__GT_FILE): Define to zero if not defined.
26690
26691         * lib/mkstemp.c, lib/tempname.c: New files, taken from glibc 2.2.2.
26692
26693 2001-02-18  Paul Eggert  <eggert@twinsun.com>
26694
26695         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for sys/resource.h.
26696
26697 2001-02-17  Paul Eggert  <eggert@twinsun.com>
26698
26699         * m4/mbrtowc.m4: New file, defining jm_FUNC_MBRTOWC.
26700         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH):
26701         Use jm_FUNC_MBRTOWC, not AC_CHECK_FUNCS(mbrtowc).
26702         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
26703
26704 2001-02-17  Paul Eggert  <eggert@twinsun.com>
26705
26706         * lib/mbswidth.c, quotearg.c (mbrtowc, mbsinit):
26707         Remove workaround macros for hosts that have mbrtowc but not
26708         mbstate_t, as we now insist on proper declarations for both
26709         before using mbrtowc.
26710
26711 2001-02-17  Jim Meyering  <meyering@lucent.com>
26712
26713         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Don't check for
26714         getmntent via AC_CHECK_FUNCS, since that would get a `no' and disrupt
26715         further attempts by AC_FUNC_GETMNTENT to check with e.g., -lgen on
26716         UnixWare 7.1.1.
26717
26718         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Adapt to use AC_CACHE_CHECK etc.,
26719         rather than AC_CACHE_VAL.
26720
26721 2001-02-17  Jim Meyering  <meyering@lucent.com>
26722
26723         * lib/strtoul.c: Sync from GNU libc.  Use double quotes, not <...>
26724         around included file name.
26725
26726         * lib/strnlen.c (__strnlen): Merge in a change from GNU libc.
26727
26728         * lib/strftime.c: Update from GNU libc (the only changes were to
26729         comments).
26730
26731 2001-02-17  Jim Meyering  <meyering@lucent.com>
26732
26733         * lib/regex.c: Update from libc.
26734
26735 2001-02-17  Bruno Haible  <haible@clisp.cons.org>
26736
26737         * lib/mbswidth.h (mbswidth): Also define as macro, to avoid prototype
26738         clash.
26739
26740 2001-02-16  Paul Eggert  <eggert@twinsun.com>
26741
26742         * lib/alloca.c (malloc): Undef before defining, since stdlib.h
26743         may have defined it.  Needed for Encore Umax-3.0.9.16b systems.
26744         Reported by Mark Hounschell via Paul Eggert.
26745
26746 2001-02-07  Jim Meyering  <meyering@lucent.com>
26747
26748         * m4/regex.m4 (jm_INCLUDED_REGEX): Add a test for the latest bug.
26749
26750 2001-02-05  Jim Meyering  <meyering@lucent.com>
26751
26752         * m4/jm-macros.m4: Require autoconf-2.14d (not yet released), because
26753         it includes the patch required for `large file' support with at least
26754         HP-UX's 10.20 /bin/cc.
26755
26756 2001-02-03  Jim Meyering  <meyering@lucent.com>
26757
26758         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Restore prior use of
26759         AS_IF, now that it works once again (mysteriously).
26760         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
26761
26762 2001-01-30  Jim Meyering  <meyering@lucent.com>
26763
26764         Don't use filenames that are 8.3-equivalent to "conftest" on DOS.
26765         * m4/chown.m4: Rename conftestchown to conftest.chown.
26766         * m4/rename.m4: s/conftestdir/conftest.d1/ and
26767         s/conftestdir2/conftest.d2/.
26768         * m4/utimes.m4: s/conftestdata/conftest.data/
26769         Inspired by Pavel Roskin's change in autoconf.
26770
26771 2001-01-30  Bruno Haible  <haible@clisp.cons.org>
26772
26773         * lib/config.charset: Update for FreeBSD 4.2.
26774
26775 2001-01-27  Jim Meyering  <meyering@lucent.com>
26776
26777         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Open-code what was
26778         a use of AS_IF.
26779         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
26780
26781 2001-01-26  Jim Meyering  <meyering@lucent.com>
26782
26783         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Check for stddef.h, now that
26784         quotearg.c includes it.
26785
26786 2001-01-26  Jim Meyering  <meyering@lucent.com>
26787
26788         * lib/quotearg.c: Include stddef.h.
26789         * lib/quote.c: Include stddef.h.
26790         Reported by Axel Kittenberger.
26791
26792         * lib/xmalloc.c [HAVE_DONE_WORKING_MALLOC_CHECK]: Enclose error-evoking
26793         line in double quotes so that it evokes a better diagnostic.
26794         [HAVE_DONE_WORKING_REALLOC_CHECK]: Likewise.
26795         Reported by Axel Kittenberger.
26796
26797 2001-01-24  Stefan Monnier  <monnier@cs.yale.edu>
26798
26799         * regex.c (mutually_exclusive_p): Don't blindly handle `charset_not'
26800         as if it was a `charset'.
26801
26802 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
26803
26804         * m4/iconv.m4 (jm_ICONV): Also check whether the iconv declaration
26805         has const.
26806
26807 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
26808
26809         * lib/unicodeio.c (print_unicode_char): Cast the second iconv() arg,
26810         to avoid a warning.  Add back 'const' to inptr.
26811
26812 2001-01-20  Jim Meyering  <meyering@lucent.com>
26813
26814         Be sure that headers are checked before used in code compiled
26815         for the type checks.
26816         * m4/jm-macros.m4 (jm_MACROS): Remove all header checks.
26817         In place of that, invoke jm_CHECK_ALL_TYPES.
26818         (jm_CHECK_ALL_HEADERS): New functions with the above checks.
26819         (jm_CHECK_ALL_TYPES): Require jm_CHECK_ALL_HEADERS.
26820         Alan Iwi reported a build failure on an f300-fujitsu-uxpv4.1_ES;
26821         The check for ssize_t was mistakenly run before the test for unistd.h.
26822
26823         The configure-time check for stdbool.h was missing.
26824         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_HASH.
26825         (jm_PREREQ_HASH): New function.
26826
26827 2001-01-17  Jim Meyering  <meyering@lucent.com>
26828
26829         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use AS_IF, not AS_IFELSE,
26830         for autoconf-2.49c.
26831         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Likewise.
26832
26833 2001-01-16  Jim Meyering  <meyering@lucent.com>
26834
26835         * lib/basename.c: Include <stdio.h>, needed by assert on SunOS 4.
26836         From Bruno Haible.
26837
26838 2001-01-14  Jim Meyering  <meyering@lucent.com>
26839
26840         * m4/rename.m4: Use temporary directories named conftestdir{,2}, not
26841         foo and bar.  Create conftestdir/ in the script, not in the C code.
26842         Remove directories in the script, not in the C code.
26843         Remove conftestdir{,2} before trying to create the directory.
26844         Make the entire configure script fail if the mkdir fails.
26845
26846 2001-01-14  Jim Meyering  <meyering@lucent.com>
26847
26848         * lib/rename.c: New file.  From Volker Borchert.
26849         Include stdlib.h, string.h or strings.h, and xalloc.h.
26850         Use strip_trailing_slashes rather than open-coding it.
26851
26852 2001-01-03  Paul Eggert  <eggert@twinsun.com>
26853
26854         * lib/strftime.c: Sync with glibc time/strftime.c 1.81.
26855
26856 2001-01-03  Jim Meyering  <meyering@lucent.com>
26857
26858         * lib/unicodeio.c (print_unicode_char): Remove `const' from declaration
26859         of local `inptr' to avoid warning with some system declarations of
26860         iconv.
26861
26862 2001-01-02  Volker Borchert  <bt@teknon.de>
26863
26864         * m4/rename.m4: New file.
26865         * m4/jm-macros.m4 (jm_MACROS): Require vb_FUNC_RENAME.
26866
26867 2001-01-01  Jim Meyering  <meyering@lucent.com>
26868
26869         * m4/prereq.m4 (jm_PREREQ_READUTMP): Include utmp.h (if available),
26870         even on systems with utmpx.h.  It's necessary for the declaration of
26871         utmp's ut_user member.  Reported by Andreas Jaeger.
26872
26873         * m4/check-decl.m4 (jm_CHECK_DECLS): Include grp.h and pwd.h if
26874         available. They are required for the declarations of getgrgid and
26875         getpwuid resp.
26876         (_jm_DECL_HEADERS): Check for grp.h and pwd.h.
26877         Reported by Andreas Jaeger.
26878
26879 2001-01-01  Alexandre Duret-Lutz  <duret_g@epita.fr>
26880
26881         * m4/libintl.m4 (AM_GNU_GETTEXT): Define MKINSTALLDIRS by
26882         expanding the value of $ac_aux_dir, as in AM_MISSING_HAS_RUN,
26883         so `make install' also works in VPATH builds.
26884
26885 2000-12-31  Alexandre Duret-Lutz  <duret_g@epita.fr>
26886
26887         * m4/libintl.m4 (AM_WITH_NLS): When using AC_CONFIG_AUX_DIR,
26888         prepend $(top_srcdir) to the value of MKINSTALLDIRS so that it
26889         can be used in subdirectories.
26890
26891 2000-12-29  Paul Eggert  <eggert@twinsun.com>
26892
26893         * lib/modechange.c: Do not assume that mode_t uses the
26894         traditional octal encoding.  E.g. "chmod 1 FOO" should set
26895         the other-execute bit of FOO even if S_IXOTH != 1.
26896
26897         (SUID, SGID, SVTX, RUSR, WUSR, XUSR, RGRP, WGRP, XGRP, ROTH,
26898         WOTH, XOTH, ALLM): New macros.
26899         (S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR,
26900          S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH):
26901         Use them.
26902         (S_ISGID): Fix typo; it was defaulting to the same value as S_ISUID.
26903         (S_IRWXU, S_IRWXG, S_IRWXO): Specify defaults in terms of the above.
26904         (mode_compile):
26905         No need to use uintmax_t; unsigned long is long enough.
26906         Don't bother to get suffix since we don't use it.
26907
26908 2000-12-26  Jim Meyering  <meyering@lucent.com>
26909
26910         * m4/dos.m4 (jm_AC_DOS): Rewrite (though it's still a stub) to work
26911         better with autoheader.
26912
26913 2000-12-24  Jim Meyering  <meyering@lucent.com>
26914
26915         * lib/hash.c (is_prime): Return explicit boolean values.
26916         (hash_get_first): Return NULL to appease Irix5.6's 89.
26917         Reported by Nelson Beebe.
26918
26919 2000-12-19  Bruno Haible  <haible@clisp.cons.org>
26920
26921         * lib/localcharset.c (locale_charset): Add support for Win32.
26922
26923 2000-12-18  Paul Eggert  <eggert@twinsun.com>
26924
26925         * lib/physmem.h, lib/physmem.c: New files.
26926
26927         * lib/Makefile.am (libfetish_a_SOURCES): Add physmem.c.
26928         (noinst_HEADERS): Add physmem.h.
26929
26930         * lib/xstrtol.c (__xstrtol): Add undocumented suffixes 'g' and
26931         't' for compatibility with Solaris 8 sort.
26932
26933 2000-12-18  Bruno Haible  <haible@clisp.cons.org>
26934
26935         * lib/config.charset: Add support for BeOS.
26936
26937 2000-12-17  Jim Meyering  <meyering@lucent.com>
26938
26939         * m4/dos.m4 (jm_AC_DOS): New file and macro.
26940         * m4/jm-macros.m4 (jm_MACROS): Require jm_AC_DOS.
26941
26942 2000-12-16  Jim Meyering  <meyering@lucent.com>
26943
26944         This bug had a serious impact on chown: `chown N:M FILE' (for integer
26945         N and M) would have treated it like `chown N:N FILE'.
26946
26947         * lib/userspec.c (parse_user_spec): Fix typo: s/u/g/.
26948
26949 2000-12-16  Jim Meyering  <meyering@lucent.com>
26950
26951         * lib/getusershell.c [!SHELLS_FILE && __DJGPP__]: Define
26952         SHELLS_FILE to a file name that's useful on djgpp systems.
26953         Include stdlib.h.
26954         (ADDITIONAL_DEFAULT_SHELLS): Define.
26955         (default_shells): Prepend ADDITIONAL_DEFAULT_SHELLS.
26956         Based mostly on a patch from Prashant TR.
26957
26958 2000-12-16  Bruno Haible  <haible@clisp.cons.org>
26959
26960         * lib/config.charset: Add ISO-8859-3, BIG5HKSCS, GB18030, JOHAB,
26961         VISCII, CP874, CP949, CP950, CP1250, CP1253, CP1254, CP1255, CP1256,
26962         CP1257 to the list of canonical encodings. Rename EUC-CN to GB2312.
26963
26964 2000-12-08  Andreas Schwab  <schwab@suse.de>
26965
26966         * lib/mbswidth.c (mbsnwidth): Don't loop endlessly when called with an
26967         invalid mulitbyte sequence and with the MBSW_ACCEPT_INVALID flag set.
26968
26969 2000-12-07  Jim Meyering  <meyering@lucent.com>
26970
26971         * lib/stripslash.c (ISSLASH): Define.
26972         (strip_trailing_slashes): Use ISSLASH rather than comparing against
26973         `/'.
26974         From Prashant TR.
26975
26976         * lib/dirname.c (FILESYSTEM_PREFIX_LEN): Define.
26977         (dir_name_r): Declare this function as static.
26978         [BACKSLASH_IS_PATH_SEPARATOR]: Fix a bug that'd
26979         manifest itself on a name containing a mix of slashes and
26980         backslashes.
26981         Make this function work with names starting with a DOS-style
26982         drive letter and colon prefix.
26983         (dir_name): Append `.' if necessary.
26984         Based mostly on patches from Prashant TR and Eli Zaretskii.
26985
26986         * lib/dirname.h (dir_name_r): Remove prototype.
26987
26988 2000-12-06  Paul Eggert  <eggert@twinsun.com>
26989
26990         * m4/off_t-format.m4: Remove this file.
26991         * m4/jm-macros.m4 (jm_MACROS): Remove jm_SYS_OFF_T_PRINTF_FORMAT.
26992
26993 2000-12-06  Jim Meyering  <meyering@lucent.com>
26994
26995         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): If we need the
26996         replacement strtoull, we may well need the replacement strtoul, too.
26997         Check for declarations of strtoul and strtoull.
26998         Check for strtol.  Mainly as a cue to cause automake to include
26999         strtol.c -- that file is included by each of strtoul.c and strtoull.c.
27000         Check for limits.h -- strtol.c needs it.
27001
27002 2000-12-05  Jim Meyering  <meyering@lucent.com>
27003
27004         * lib/dirname.c (dir_name_r): Add `const' in a few local declarations.
27005
27006 2000-12-04  Jim Meyering  <meyering@lucent.com>
27007
27008         * lib/path-concat.c: [!HAVE_DECL_MALLOC]: Declare malloc.
27009         Also include memory.h, stdlib.h, unistd.h if appropriate.
27010         Reported by Andreas Jaeger (conflicting declaration of malloc).
27011
27012 2000-12-02  Jim Meyering  <meyering@lucent.com>
27013
27014         * m4/off_t-format.m4 (OFF_T_PRINTF_FORMAT_STRING): New file/macro.
27015         * m4/jm-macros.m4 (jm_MACROS): require it.
27016
27017 2000-12-02  Jim Meyering  <meyering@lucent.com>
27018
27019         * lib/closeout.h: Make idempotent, to avoid some obscure warnings.
27020
27021 2000-12-01  Paul Eggert  <eggert@twinsun.com>
27022
27023         * lib/memrchr.c: Include <config.h> before any system include file.
27024
27025 2000-11-30  Jim Meyering  <meyering@lucent.com>
27026
27027         * m4/jm-macros.m4 (jm_MACROS): Check for stdint.h.
27028
27029 2000-11-30  Jim Meyering  <meyering@lucent.com>
27030
27031         * m4/getloadavg.m4: s/ifval/m4_ifval/ to accommodate new autoconf.
27032
27033 2000-11-29  Paul Eggert  <eggert@twinsun.com>
27034
27035         * lib/dirname.c (dir_name_r): Fix typo: int -> size_t.
27036
27037 2000-11-26  Jim Meyering  <meyering@lucent.com>
27038
27039         * lib/memcoll.c: Include sys/types.h.  From Werner Almesberger.
27040
27041 2000-11-22  Paul Eggert  <eggert@twinsun.com>
27042
27043         * lib/strftime.c (my_strftime): Do not invoke mbrlen with a
27044         size of (size_t) -1; it's not portable.
27045
27046 2000-11-17  Jim Meyering  <meyering@lucent.com>
27047
27048         * lib/strstr.c: Update from GNU libc.
27049
27050 2000-11-17  Akim Demaille  <akim@epita.fr>
27051
27052         * lib/obstack.h: Formatting changes.
27053         (obstack_grow, obstack_grow0): Don't cast WHERE at all: that would
27054         prevent type checking.
27055         (obstack_ptr_grow, obstack_ptr_grow_fast): When assigning, don't
27056         cast the value to (void *): assigning a `foo *' to a `void *'
27057         variable is valid.
27058         (obstack_int_grow, obstack_int_grow_fast): Don't cast AINT to int.
27059
27060 2000-11-16  Jim Meyering  <meyering@lucent.com>
27061
27062         * lib/strverscmp.c: Incorporate weak-alias-related changes from glibc.
27063
27064 2000-11-11  Jim Meyering  <meyering@lucent.com>
27065
27066         * lib/error.c: Add a couple #includes, merging from GNU libc version.
27067
27068 2000-11-10  Jim Meyering  <meyering@lucent.com>
27069
27070         * lib/obstack.h: Update from GNU libc.
27071         * lib/obstack.c: Likewise.
27072
27073 2000-11-08  Bruno Haible  <haible@clisp.cons.org>
27074
27075         * m4/jm-macros.m4 (jm_MACROS): Add test for wcrtomb.
27076
27077 2000-11-06  Paul Eggert  <eggert@twinsun.com>
27078
27079         * lib/getusershell.c (setusershell): Use rewind rather than
27080         fseek/fseeko, to avoid configuration hassles with fseeko.
27081         Don't bother opening SHELLS_FILE if shellstream is NULL;
27082         it's not necessary.
27083
27084 2000-11-05  Jim Meyering  <meyering@lucent.com>
27085
27086         * lib/makepath.h (make_dir): Declare.
27087         * lib/makepath.c (make_dir): Remove `static' attribute.
27088         Tweak a comment.
27089
27090 2000-11-04  Jim Meyering  <meyering@lucent.com>
27091
27092         * m4/regex.m4: Use the `m4_' prefix on `syscmd' and `m4_sysval'.
27093
27094 2000-11-04  Alexandre Duret-Lutz  <duret_g@epita.fr>
27095
27096         * lib/hash.c (hash_get_next): Fix a thinko:  when ENTRY is the
27097         last one in a bucket, advance to the next bucket.
27098
27099 2000-11-02  Vesselin Atanasov  <vesselin@bgnet.bg>
27100
27101         * lib/fnmatch.c: Do not comment out all the code if we are using
27102         the GNU C library, because in some cases we are replacing buggy
27103         code in the GNU C library itself.
27104
27105 2000-10-30  Stefan Monnier  <monnier@cs.yale.edu>
27106
27107         * regex.c (re_iswctype, re_wctype_to_bit): Fix braino.
27108         (regex_compile): Catch bogus \(\1\).
27109
27110 2000-10-30  Paul Eggert  <eggert@twinsun.com>
27111
27112         * lib/fnmatch.c (FOLD): Do not assume that characters are unsigned.
27113         (fnmatch): Fix some FNM_FILE_NAME and FNM_LEADING_DIR bugs,
27114         e.g. fnmatch("d*/*1", "d/s/1", FNM_FILE_NAME) incorrectly yielded zero.
27115
27116 2000-10-30  Paul Eggert  <eggert@twinsun.com>
27117
27118         * lib/error.h, getline.h, modechange.h:
27119         Remove "2000" from Copyright line, as the file hasn't been
27120         changed this year other than in the copyright notice.
27121
27122         * lib/xalloc.h: Add "2000" to Copyright line, as this file
27123         was changed this year.
27124
27125 2000-10-29  Jim Meyering  <meyering@lucent.com>
27126
27127         * m4/fsusage.m4: s/AC_SHELL_IFELSE/AS_IFELSE/ to match autoconf
27128         renaming.
27129         * m4/ls-mntd-fs.m4: Likewise
27130
27131 2000-10-29  Jim Meyering  <meyering@lucent.com>
27132
27133         * lib/xstat.in: Fix grammar in comment.
27134
27135 2000-10-29  Greg Louis  <glouis@dynamicro.on.ca>
27136
27137         * lib/regex.h (__restrict_arr): Move definition out of #ifndef block.
27138         Required because egcs-2.91.66 (aka 1.1.2) defines __restrict, but
27139         doesn't define __restrict_arr.
27140
27141 2000-10-28  Jim Meyering  <meyering@lucent.com>
27142
27143         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_MEMCHR.
27144         (jm_PREREQ_MEMCHR): New function.
27145
27146 2000-10-28  Jim Meyering  <meyering@lucent.com>
27147
27148         * lib/memchr.c: Update from libc.
27149         Adjust for portability:
27150         [HAVE_STDLIB_H]: Include stdlib.h.
27151         [HAVE_BP_SYM_H || _LIBC]: Guard inclusion of bp-sym.h.
27152         Undef __memchr, too.
27153         [!weak_alias]: Define __memchr to memchr.
27154
27155         * lib/regex.c: Update from libc.
27156         * lib/regex.h: Likewise.
27157         * lib/getopt1.c: Likewise.
27158         * lib/memcmp.c: Likewise.
27159
27160         * lib/getusershell.c (setusershell) [HAVE_FSEEKO]: Use fseeko.
27161         Avoid using fseek, when possible -- it's broken by design.
27162         Patch by Ulrich Drepper.
27163
27164 2000-10-27  Stefan Monnier  <monnier@cs.yale.edu>
27165
27166         * regex.c (POP_FAILURE_REG_OR_COUNT, re_match_2_internal)
27167         (re_match_2_internal, re_match_2_internal, re_match_2_internal):
27168         Giving in to popular pressure to shut up the compiler with casts.
27169
27170 2000-10-26  Jim Meyering  <meyering@lucent.com>
27171
27172         * lib/strftime.c: Update from libc.
27173
27174 2000-10-25  Stefan Monnier  <monnier@cs.yale.edu>
27175
27176         * regex.c: More `unsigned char' -> `re_char' changes.
27177         Also change several `int' into `re_wchar_t'.
27178         (PATTERN_STACK_EMPTY, PUSH_PATTERN_OP, POP_PATTERN_OP): Remove.
27179         (PUSH_FAILURE_POINTER): Don't cast any more.
27180         (POP_FAILURE_REG_OR_COUNT): Remove the cast that strips `const'.
27181         We want GCC to complain, since this piece of code makes
27182         re_match non-reentrant, which *should* be fixed.
27183         (GET_BUFFER_SPACE): Use size_t rather than unsigned long.
27184         (EXTEND_BUFFER): Use RETALLOC.
27185         (SET_LIST_BIT): Don't cast.
27186         (re_wchar_t): New type.
27187         (re_iswctype, re_wctype_to_bit): Make it crystal clear to GCC
27188         that those two functions will always properly return.
27189         (IMMEDIATE_QUIT_CHECK): Cast to void.
27190         (analyse_first): Use recursion rather than an explicit stack.
27191         (re_compile_fastmap): Can't fail anymore.
27192         (re_search_2): Don't check re_compile_fastmap for failure.
27193         (PUSH_NUMBER): Renamed from PUSH_FAILURE_COUNT.
27194         Now also sets the new value (passed in a new argument).
27195         (re_match_2_internal): Use it.
27196         Also, use a new var `reg' of type size_t when looping through regs
27197         rather than reuse the inappropriate `mcnt'.
27198
27199 2000-10-25  Jim Meyering  <meyering@lucent.com>
27200
27201         * lib/obstack.c: Update from libc.
27202
27203 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
27204
27205         * regex.c (regex_compile): Change the way of handling a range from
27206         a char less than 256 to a char not less than 256.
27207
27208 2000-10-24  Andrew Innes  <andrewi@gnu.org>
27209
27210         * regex.c (IMMEDIATE_QUIT_CHECK): New macro, which does QUIT on
27211         NT-Emacs only.
27212         (re_match_2_internal): Use IMMEDIATE_QUIT_CHECK instead of QUIT,
27213         so that re_search functions only quit when callers expect them to.
27214
27215 2000-10-23  Jim Meyering  <meyering@lucent.com>
27216
27217         * lib/hard-locale.c (hard_locale): Revert last change -- it was simply
27218         wrong.  That set_locale call must not have any side effects.
27219         From Paul Eggert.
27220
27221 2000-10-22  Jim Meyering  <meyering@lucent.com>
27222
27223         * lib/md5.c (md5_process_block) [OP]: Use `rol', not CYCLIC.
27224         [CYCLIC]: Remove now-unused definition.
27225
27226         * lib/save-cwd.c (O_DIRECTORY): Define, if needed.
27227         (save_cwd) [HAVE_FCHDIR]: Use O_DIRECTORY when opening ".".
27228         Suggestion from Ulrich Drepper.
27229
27230 2000-10-21  Jim Meyering  <meyering@lucent.com>
27231
27232         * m4/check-decl.m4 (jm_CHECK_DECLS): Also check for memrchr.
27233         * m4/prereq.m4 (jm_PREREQ_DIRNAME): New macro.
27234         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memrchr.
27235
27236 2000-10-21  Jim Meyering  <meyering@lucent.com>
27237
27238         * lib/dirname.c (memrchr): Declare if necessary.
27239         (dir_name): Remove the restriction that there be no
27240         trailing slashes.  Now, this code skips past them, effectively
27241         ignoring them.
27242         [TEST_DIRNAME] (main): New unit tests.
27243
27244         * lib/memrchr.c: New file from GNU libc.
27245         Undef __memrchr, too.
27246         [!weak_alias]: Define __memrchr to memrchr.
27247         Guard weak_alias use with `#ifdef weak_alias'.
27248
27249 2000-10-21  Jim Meyering  <meyering@lucent.com>
27250
27251         * lib/dirname.c (dir_name_r): New function, factored out of dir_name.
27252         (dir_name): Use dir_name_r.
27253         * lib/dirname.h (dir_name_r): Declare it.
27254
27255 2000-10-17  Jim Meyering  <meyering@lucent.com>
27256
27257         * lib/quote.h (PARAMS): Define and use.
27258         Reported by Akim Demaille.
27259
27260         * lib/getopt.c: Update from libc.
27261
27262 2000-10-16  Jim Meyering  <meyering@lucent.com>
27263
27264         * lib/hard-locale.c (hard_locale): Use "", not 0 as 2nd arg to
27265         setlocale.
27266         From Jan Fedak.
27267
27268 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
27269
27270         * regex.c (WIDE_CHAR_SUPPORT): Define if _LIBC as well.
27271
27272 2000-09-25  Jim Meyering  <meyering@lucent.com>
27273
27274         * lib/md5.h (rol): Define (from GnuPG).
27275
27276         * lib/sha.c: Give credit (GnuPG) where due.
27277         (M): Use rol rather than open-coding it.
27278         Add a FIXME comment.
27279
27280 2000-09-21  Jim Meyering  <meyering@lucent.com>
27281
27282         * lib/userspec.c (parse_user_spec): Remove debugging printf I'd added.
27283         Reported by Michael Stone.
27284
27285 2000-09-20  Jim Meyering  <meyering@lucent.com>
27286
27287         * lib/Makefile.am (libfetish_a_SOURCES): Add sha.c.
27288         (noinst_HEADERS): Add sha.h.
27289         Based on code from Scott G. Miller and from GnuPG.
27290
27291 2000-09-18  Jim Meyering  <meyering@lucent.com>
27292
27293         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Restore the initial value of
27294         LIBS. Otherwise, everyone ends up linking with -lelf for some
27295         configurations.
27296         Reported by Mike Stone.
27297
27298 2000-09-15  Jim Meyering  <meyering@lucent.com>
27299
27300         * lib/regex.c: Update from libc.
27301
27302 2000-09-10  Jim Meyering  <meyering@lucent.com>
27303
27304         * lib/getopt.c (_getopt_internal): Update from glibc.
27305
27306 2000-09-09  Jim Meyering  <meyering@lucent.com>
27307
27308         * lib/quotearg.c: Rename ISASCII to IN_CTYPE_DOMAIN, so people don't
27309         think it should be used as a general replacement for isascii.
27310         * lib/fnmatch.c: Likewise.
27311         * lib/mbswidth.c: Likewise
27312         * lib/regex.c: Likewise.
27313
27314         Don't use atoi.
27315         * lib/userspec.c: Include sys/param.h and limits.h.
27316         Include xstrtol.h.
27317         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
27318         (UID_T_MAX, GID_T_MAX, MAXUID, MAXGID): Define.
27319         (parse_user_spec): Use xstrtoul, not atoi when converting numeric
27320         UID, GID.  Check range.
27321
27322 2000-09-06  Jim Meyering  <meyering@lucent.com>
27323
27324         * lib/getopt.c (_getopt_internal): Update from glibc.
27325
27326 2000-08-30  Jim Meyering  <meyering@lucent.com>
27327
27328         * lib/strftime.c: Merge in changes from GNU libc.
27329
27330 2000-08-26  Jim Meyering  <meyering@lucent.com>
27331
27332         * m4/jm-macros.m4: Use jm_FUNC_FPENDING.
27333         * m4/fpending.m4: New file.
27334
27335 2000-08-26  Jim Meyering  <meyering@lucent.com>
27336
27337         * lib/closeout.c: Include "__fpending.h".
27338         (close_stdout_status): Return right away if there's nothing to flush.
27339
27340         * lib/Makefile.am (noinst_HEADERS): Add __fpending.h.
27341         * lib/__fpending.c: New file.
27342         * lib/__fpending.h: New file.
27343
27344 2000-08-20  Jim Meyering  <meyering@lucent.com>
27345
27346         * m4/check-decl.m4: Include utmp.h `#if HAVE_UTMP_H', rather than
27347         `#if !HAVE_UTMPX_H'.  The latter would lose on systems with neither
27348         utmp.h nor utmpx.h.  Reported by Eli Zaretskii.
27349
27350 2000-08-11  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
27351
27352         Improve fileutils installation on systems where running
27353         programs (like install) can't be unlinked.
27354         * m4/unlink-busy.m4 (jm_FUNC_UNLINK_BUSY_TEXT): New file/macro.
27355         * m4/jm-macros.m4: Use jm_FUNC_UNLINK_BUSY_TEXT.
27356
27357 2000-08-07  Paul Eggert  <eggert@twinsun.com>
27358
27359         Standardize on "memory exhausted" instead of "Memory exhausted"
27360         or "virtual memory exhausted".
27361         * lib/obstack.c (print_and_abort): Use "memory exhausted", not
27362         "virtual memory exhausted".
27363         * lib/same.c (same_name): Invoke xalloc_die instead of printing
27364         our own message.
27365         * lib/userspec.c (parse_user_spec): Likewise.
27366         * lib/bumpalloc.h: comment fix
27367         * lib/same.c, userspec.c: Include xalloc.h.
27368
27369         * lib/xalloc.h (xalloc_msg_memory_exhausted): Now char const[],
27370         not char *const and pointing to a constant array.
27371         * lib/xmalloc.c (xalloc_msg_memory_exhausted): Likewise.
27372         (xrealloc): Comment fix.
27373
27374         * lib/userspec.c (parse_user_spec):
27375         Don't translate a message until just before returning,
27376         to avoid unnecessary translation.
27377
27378 2000-08-07  Jim Meyering  <meyering@lucent.com>
27379
27380         * lib/addext.c, argmatch.c, argmatch.h, backupfile.h, bumpalloc.h,
27381         chown.c, diacrit.h, dirname.h, dup2.c, exclude.h, fileblocks.c,
27382         fnmatch.c, fnmatch.h, fsusage.c, fsusage.h, getdate.h,
27383         getgroups.c, gethostname.c, getopt.h, group-member.c,
27384         hard-locale.c, hash.h, isdir.c, lchown.c, linebuffer.c,
27385         linebuffer.h, long-options.h, malloc.c, md5.c, md5.h, memchr.c,
27386         memcmp.c, memcoll.c, memset.c, mktime.c, modechange.h, obstack.h,
27387         pathmax.h, realloc.c, rmdir.c, safe-read.c, save-cwd.c, stime.c,
27388         stpcpy.c, strcasecmp.c, strcspn.c, strdup.c, stripslash.c,
27389         strstr.c, strtod.c, strtol.c, strtoul.c, strtoull.c, strtoumax.c,
27390         utime.c, version-etc.h, xalloc.h, xstrdup.c, xstrtoumax.c,
27391         yesno.c: Back out Copyright date changes for each file with no change
27392         this year.  This eases coordination with other programs using the same
27393         source code modules.  From Paul Eggert.
27394
27395 2000-08-06  Paul Eggert  <eggert@twinsun.com>
27396
27397         * m4/mbstate_t.m4 (AC_MBSTATE_T): Define mbstate_t to be int,
27398         not char, for compatibility with glibc 2.1.3 strftime.c.
27399
27400 2000-08-03  Greg McGary  <greg@mcgary.org>
27401
27402         * lib/regex.c (SET_HIGH_BOUND, MOVE_BUFFER_POINTER,
27403         ELSE_EXTEND_BUFFER_HIGH_BOUND): New macros.
27404         (EXTEND_BUFFER): Use them.
27405
27406 2000-08-01  Jim Meyering  <meyering@lucent.com>
27407
27408         * lib/dirname.c (ISSLASH): Define.
27409         (BACKSLASH_IS_PATH_SEPARATOR): Define.
27410         (dir_name) [BACKSLASH_IS_PATH_SEPARATOR]: Handle the case in which
27411         both `\' and `/' may be use as path separators.
27412         Based on a patch from Prashant TR.
27413
27414 2000-07-31  Paul Eggert  <eggert@twinsun.com>
27415
27416         * lib/quotearg.c (quotearg_n_options): Don't make the initial
27417         slot vector a constant, since it might get modified.
27418
27419 2000-07-31  Jim Meyering  <meyering@lucent.com>
27420
27421         * lib/xmalloc.c: Use `virtual memory exhausted', not
27422         `Memory exhausted'.
27423         * lib/obstack.c (print_and_abort): Likewise.
27424
27425 2000-07-30  Paul Eggert  <eggert@twinsun.com>
27426
27427         * lib/quotearg.c (quotearg_n_options): Preallocate a slot 0
27428         buffer, so that the caller can always quote one small
27429         component of a "memory exhausted" message in slot 0.
27430         From a suggestion by Jim Meyering.
27431
27432 2000-07-30  Jim Meyering  <meyering@lucent.com>
27433
27434         * lib/makepath.c (make_path): Quote the other instance, too.
27435
27436         * lib/quotearg.c (N_STATIC_SLOTVECS): Define.
27437         (STATIC_BUF_SIZE): Define.
27438         (quotearg_n_options): Use only statically allocated storage when
27439         N < N_STATIC_SLOTVECS and the length of the quoted result is smaller
27440         than STATIC_BUF_SIZE.
27441
27442 2000-07-29  Jim Meyering  <meyering@lucent.com>
27443
27444         * lib/diacrit.c (diacrit_diac): Use __MSDOS__ in favor of MSDOS.
27445         * lib/dirname.c (dir_name): Likewise.
27446
27447         * lib/basename.c (base_name): Use ISSLASH rather than comparing against
27448         `/'.
27449
27450         * lib/dirname.c (dir_name) [MSDOS]: Declare `lim' to be const.
27451         (dir_name): Assert that there are no trailing slashes.
27452
27453 2000-07-29  Bruno Haible  <haible@clisp.cons.org>
27454
27455         * lib/mbswidth.h (mbswidth): Add a flags argument.
27456         (mbswidth): New declaration.
27457         (MBSW_ACCEPT_INVALID, MBSW_ACCEPT_UNPRINTABLE): New macros.
27458         * lib/mbswidth.c (mbswidth): Add a flags argument.
27459         (mbsnwidth): New function.
27460
27461 2000-07-24  Jim Meyering  <meyering@lucent.com>
27462
27463         * lib/mbswidth.c: Remove useless #else.  From Bruno Haible.
27464
27465 2000-07-23  Paul Eggert  <eggert@twinsun.com>
27466
27467         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Check for wcwidth declaration.
27468
27469 2000-07-23  Paul Eggert  <eggert@twinsun.com>
27470
27471         * lib/quotearg.c: Streamline by invoking multibyte code only if needed.
27472         <wchar.h>: Include only if HAVE_MBRTOWC && 1 < MB_LEN_MAX.
27473         (MB_CUR_MAX): Redefine to 1 if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX).
27474         (quotearg_buffer_restyled): If a unibyte locale, don't bother to
27475         invoke multibyte primitives.
27476
27477 2000-07-23  Paul Eggert  <eggert@twinsun.com>
27478
27479         * lib/quotearg.c:
27480         Include <wchar.h> even if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX),
27481         so that mbstate_t is always defined.
27482
27483         Do not inspect MB_LEN_MAX, since it's incorrectly defined to
27484         be 1 in at least one GCC installation, and this configuration
27485         error is likely to be common.  Ignoring MB_LEN_MAX hurts
27486         performance on hosts that have mbrtowc but have only unibyte
27487         locales, but I assume these hosts are rare.
27488
27489 2000-07-23  Paul Eggert  <eggert@twinsun.com>
27490
27491         * lib/mbswidth.c (_XOPEN_SOURCE):
27492         Don't define; this causes problems on Solaris 7.
27493         (wcwidth) [!HAVE_DECL_WCWIDTH]: Declare.
27494
27495 2000-07-23  Jim Meyering  <meyering@lucent.com>
27496
27497         * m4/check-decl.m4 (jm_CHECK_DECLS): Check for declarations of these,
27498         too: getgrgid, getpwuid, getuid.
27499
27500 2000-07-23  Jim Meyering  <meyering@lucent.com>
27501
27502         * lib/basename.c (base_name): Add an assertion.
27503
27504 2000-07-23  Bruno Haible  <haible@clisp.cons.org>
27505
27506         * lib/quotearg.c: When the system forces us to redefine mbstate_t,
27507         shadow its mbsinit function.
27508
27509 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
27510
27511         * lib/mbswidth.h: New file.
27512         * lib/mbswidth.c: New file.
27513         * lib/Makefile.am (libfetish_a_SOURCES): Add mbswidth.c.
27514         (noinst_HEADERS): Add mbswidth.h.
27515
27516 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
27517
27518         * lib/config.charset: Add support for FreeBSD. Improve support for
27519         HP-UX and IRIX 6.
27520
27521 2000-07-16  Bruno Haible  <haible@clisp.cons.org>
27522
27523         * m4/mbswidth.m4: New file.
27524         * m4/prereq.m4 (jm_PREREQ): Call jm_PREREQ_MBSWIDTH.
27525
27526 2000-07-15  Jim Meyering  <meyering@lucent.com>
27527
27528         * lib/makepath.c: Include quote.h.
27529         (make_path): Convert "`%s'" in format strings to "%s", and wrap each
27530         corresponding argument in a `quote (...)' call.
27531         Give better diagnostics.
27532
27533         * lib/Makefile.am (libfetish_a_SOURCES): Add quote.c.
27534         (noinst_HEADERS): Add quote.h.
27535
27536         * lib/quote.c (quote, quote_n): New file.  Two functions taken verbatim
27537         from tar's src/misc.c.
27538         * lib/quote.h: New file.  Prototypes for same.
27539
27540 2000-07-14  Paul Eggert  <eggert@twinsun.com>
27541
27542         From a suggestion by Bruno Haible.
27543         * lib/quotearg.c (mbrtowc): Do not use HAVE_WCHAR_H in the definition.
27544         Use defined mbstate_t, not HAVE_MBSTATE_T_OBJECT,
27545         to decide whether to define the BeOS workaround macro;
27546         this adjusts to the change to AC_MBSTATE_T.
27547
27548 2000-07-14  Jim Meyering  <meyering@lucent.com>
27549
27550         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Require
27551         jm_AC_TYPE_UINTMAX_T.
27552
27553 2000-07-13  Paul Eggert  <eggert@twinsun.com>
27554
27555         * lib/quotearg.h (enum quoting style): New enum clocale_quoting_style.
27556
27557         * lib/quotearg.c (quoting_style_args, quoting_style_vals,
27558         quotearg_buffer_restyled): Add support for
27559         clocale_quoting_style.  Undo previous change to
27560         locale_quoting_style behavior, and undo the "{LEFT QUOTATION MARK}"
27561         and "{RIGHT QUOTATION MARK}" msgids.
27562
27563 2000-07-10  Paul Eggert  <eggert@twinsun.com>
27564
27565         From a suggestion by Bruno Haible.
27566         * m4/mbstate_t.m4 (AC_MBSTATE_T):
27567         Renamed from AC_MBSTATE_T_OBJECT.  All uses changed.
27568         Change from a two-part test, which defines both HAVE_MBSTATE_T_OBJECT
27569         and mbstate_t, to a single-part test that simply defines mbstate_t.
27570         * m4/prereq.m4 (jm_PREREQ_QUOTEARG):
27571         s/AC_MBSTATE_T_OBJECT/AC_MBSTATE_T/.
27572
27573 2000-07-10  Jim Meyering  <meyering@lucent.com>
27574
27575         * m4/strerror_r.m4: Mirror the correction made in autoconf.
27576
27577         * m4/gnu-source.m4: Output to confdefs.h directly.
27578         Suggestion from Akim Demaille.
27579
27580 2000-07-09  Paul Eggert  <eggert@twinsun.com>
27581
27582         The old behavior of quoting `like this' doesn't look good with
27583         newer, ISO-style fonts.  See:
27584         http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html
27585
27586         Instead, quote "like this" by default.  Let the translator
27587         tailor the locale-specific quoting behavior by providing
27588         translations for {LEFT QUOTATION MARK} and {RIGHT QUOTATION MARK}.
27589
27590         * lib/quotearg.c (N_): New macro.
27591         (gettext_default): New function.
27592         (quotearg_buffer_restyled): Use
27593         gettext_default ("{LEFT QUOTATION MARK}", "\"") for left quote, and
27594         gettext_default ("{RIGHT QUOTATION MARK}", "\"") for right quote.
27595
27596 2000-07-09  Jim Meyering  <meyering@lucent.com>
27597
27598         * m4/jm-macros.m4 (jm_MACROS): Add a test to see if -lm is required
27599         to link seq.  If so, set SEQ_LIBM to -lm.  From Bruno Haible.
27600
27601         * m4/gnu-source.m4 (AC__GNU_SOURCE): New file/macro.
27602         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require it.
27603
27604 2000-07-09  Jim Meyering  <meyering@lucent.com>
27605
27606         * lib/Most files: Update copyright dates to include 2000.
27607
27608 2000-07-08  Jim Meyering  <meyering@lucent.com>
27609
27610         * lib/xgethostname.c (ENAMETOOLONG): Define to an unlikely value
27611         if not defined.
27612         (xgethostname): Remove now-unnecessary #ifdef.
27613         Move declaration of `err' into loop where it's used.
27614
27615 2000-07-05  Paul Eggert  <eggert@twinsun.com>
27616         and Bruno Haible  <haible@clisp.cons.org>
27617
27618         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Test for mbstate_t
27619         only if the test for an object-type mbstate_t fails.  This
27620         prevents us from mistakenly reporting that mbstate_t is a
27621         system object type after we "#define mbstate_t int" to work
27622         around its lack.
27623
27624 2000-07-05  Paul Eggert  <eggert@twinsun.com>
27625         and Bruno Haible  <haible@clisp.cons.org>
27626
27627         * lib/quotearg.c (mbrtowc): Declare returned type, since BeOS doesn't.
27628
27629 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
27630
27631         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Pass a reasonably large buffer
27632         to strerror_r.
27633         Include <ctype.h> for use of isalpha.
27634
27635 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
27636
27637         * lib/xgethostname.c (xgethostname): Protect against the SunOS 5.5 bug
27638         by allocating a larger buffer. Test the gethostname return value for
27639         being >= 0, not == 0, for BeOS.  Don't exhaust memory if gethostname
27640         returns an error and ENAMETOOLONG isn't defined.
27641
27642 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
27643
27644         * lib/quotearg.c (struct quoting_options): Simplify quote_these_too
27645         dimension.
27646
27647 2000-07-04  Jim Meyering  <meyering@lucent.com>
27648
27649         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use plain old `echo' instead
27650         of the deprecated AC_CHECKING.
27651
27652 2000-07-04  Jim Meyering  <meyering@lucent.com>
27653
27654         * lib/strndup.c: [!HAVE_DECL_STRNLEN]: Declare strnlen.
27655         Reported by Bruno Haible.
27656
27657 2000-07-04  Jim Meyering  <meyering@lucent.com>
27658
27659         * lib/quotearg.c: Make inclusion of <wchar.h> independent of whether
27660         HAVE_MBRTOWC is set.  Required at least for irix-5.6, which
27661         lacks mbrtowc.
27662
27663 2000-07-03  Paul Eggert  <eggert@twinsun.com>
27664
27665         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Port to autoconf 2.13.
27666         Add AC_CHECK_HEADERS(stdlib.h), since we use HAVE_STDLIB_H.
27667
27668 2000-07-03  Paul Eggert  <eggert@twinsun.com>
27669         and Bruno Haible  <haible@clisp.cons.org>
27670
27671         * lib/quotearg.c (mbrtowc):
27672         Assign to *pwc, and return 1 only if result is nonzero.
27673         (iswprint): Use ISPRINT when substituting our own mbrtowc.
27674
27675 2000-07-03  Jim Meyering  <meyering@lucent.com>
27676
27677         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strnlen.
27678
27679 2000-07-03  Jim Meyering  <meyering@lucent.com>
27680
27681         * lib/readutmp.h: [HAVE_UTMPX_H]: Include <utmp.h> if HAVE_UTMP_H.
27682         This is necessary to get a definition of e.g., UTMP_FILE on
27683         HP-UX 10.20.
27684         From Bob Proulx.
27685
27686 2000-07-02  Jim Meyering  <meyering@lucent.com>
27687
27688         * m4/mbstate_t.m4: Also define mbstate_t, if necessary.
27689
27690         * m4/chown.m4: Replace each use of AC_SUBST(LIBOBJS)/LIBOBJS=... with
27691         AC_LIBOBJ(function_name).
27692         * m4/chown.m4: Likewise.
27693         * m4/fnmatch.m4: Likewise.
27694         * m4/ftruncate.m4: Likewise.
27695         * m4/getgroups.m4: Likewise.
27696         * m4/getline.m4: Likewise.
27697         * m4/group-member.m4: Likewise.
27698         * m4/jm-macros.m4: Likewise.
27699         * m4/lstat.m4: Likewise.
27700         * m4/malloc.m4: Likewise.
27701         * m4/memcmp.m4: Likewise.
27702         * m4/nanosleep.m4: Likewise.
27703         * m4/putenv.m4: Likewise.
27704         * m4/realloc.m4: Likewise.
27705         * m4/regex.m4: Likewise.
27706         * m4/stat.m4: Likewise.
27707         * m4/strftime.m4: Likewise.
27708
27709 2000-07-02  Jim Meyering  <meyering@lucent.com>
27710
27711         * lib/quotearg.c (mbstate_t): Don't define here.
27712
27713 2000-07-02  Jim Meyering  <meyering@lucent.com>
27714
27715         * lib/nanosleep.c (SIGCONT): Define if not already defined.
27716
27717 2000-07-01  Jim Meyering  <meyering@lucent.com>
27718
27719         * m4/uptime.m4: Put double quotes around use of $cross_compiling.
27720
27721 2000-07-01  Jim Meyering  <meyering@lucent.com>
27722
27723         * m4/ls-mntd-fs.m4: Remove a `FIXME' comment and fix the associated
27724         problem.
27725
27726 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
27727
27728         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Rename BeOS specific
27729         macro from MOUNTED_NEXT_DEV to MOUNTED_FS_STAT_DEV.
27730
27731 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
27732
27733         * lib/mountlist.c: Use MOUNTED_FS_STAT_DEV instead of MOUNTED_NEXT_DEV,
27734         per change in ../m4/ls-mntd-fs.m4.
27735         (read_filesystem_list): Ignore symbolic links.
27736
27737 2000-06-29  Jim Meyering  <meyering@lucent.com>
27738
27739         * lib/same.c: Include <string.h> or <strings.h>, as appropriate,
27740         for declaration of strcmp.
27741
27742         * lib/long-options.c: Include <stdlib.h>, for declaration of exit.
27743
27744         * lib/mountlist.c (fsp_to_string) [HAVE_F_FSTYPENAME_IN_STATFS]:
27745         Avoid warning by casting result to `char *' to remove `const'.
27746
27747 2000-06-28  Jim Meyering  <meyering@lucent.com>
27748
27749         * m4/mbstate_t.m4: Use stdlib.h, not stdio.h.  The latter is not
27750         included by quotearg.c, for which we perform this test.  From
27751         Bruno Haible.
27752
27753 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
27754
27755         * m4/check-decl.m4 (_jm_DECL_HEADERS): Check for utmp.h as well.
27756         * m4/prereq.m4 (jm_PREREQ_READUTMP): Likewise. If either <utmp.h> or
27757         <utmpx.h> exists, put readutmp.o into LIBOBJS.
27758
27759 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
27760
27761         * lib/Makefile.am (libfetish_a_SOURCES): Remove readutmp.c.
27762
27763 2000-06-26  Paul Eggert  <eggert@twinsun.com>
27764
27765         savedir now sets errno on failure and invokes xmalloc to get memory.
27766         Fix a couple of other minor bugs while we're at it.
27767
27768         * lib/savedir.c (<unistd.h>): Do not include; there's no need.
27769         (NAMLEN): Remove macro.
27770         (malloc, realloc): Remove decls.
27771         (stpcpy): Likewise.
27772         ("xalloc.h"): Include.
27773         (NAME_SIZE_DEFAULT): New macro.
27774         (savedir): Use xmalloc / xrealloc to allocate memory.
27775         Use NAME_SIZE_DEFAULT if name_size is negative or overflows to zero.
27776         Skip "" directory entries.
27777         Use strlen to calculate directory entry length, since the old method
27778         is rarely used these days and isn't worth supporting.
27779         Don't use a pointer after freeing it.
27780         Check for integer overflow when calculating allocation size.
27781         Use memcpy to copy entries, instead of stpcpy.
27782         Set errno properly when returning NULL.
27783         Check for readdir error.
27784
27785 2000-06-26  Jim Meyering  <meyering@lucent.com>
27786
27787         * lib/posixtm.c [HAVE_STDLIB_H]: Include stdlib.h, for decl of abort.
27788
27789 2000-06-25  Jim Meyering  <meyering@lucent.com>
27790
27791         * m4/mbstate_t.m4: Include stdio.h before wchar.h to work around
27792         Linux header bug when _XOPEN_SOURCE is defined to 500.
27793
27794 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
27795
27796         * lib/unicodeio.c (print_unicode_char): Work around ansi2knr
27797         deficiency.
27798
27799 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
27800
27801         * lib/getusershell.c (xmalloc, xrealloc): Remove functions.
27802         Include xalloc.h.
27803         Don't include <stdlib.h>.  Don't declare malloc, realloc.
27804
27805 2000-06-24  Jim Meyering  <meyering@lucent.com>
27806
27807         * m4/strerror_r.m4: Revive this file -- to try out an experimental
27808         version of AC_FUNC_STRERROR_R that may work even on BeOS, a system
27809         for which strerror does return char*, but which lacks a conveniently
27810         accessible declaration of the function.  If the compile-test says
27811         strerror_r doesn't work, then resort to a `run'-test that works on
27812         BeOS and segfaults on DEC Unix.
27813
27814 2000-06-24  Jim Meyering  <meyering@lucent.com>
27815
27816         * lib/error.c [!HAVE_DECL_STRERROR_R]: Declare strerror_r.
27817
27818 2000-06-23  Paul Eggert  <eggert@twinsun.com>
27819
27820         * m4/mbstate_t.m4: New file, defining AC_MBSTATE_T_OBJECT.
27821         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Use it.  Add check for iswprint.
27822
27823 2000-06-23  Paul Eggert  <eggert@twinsun.com>
27824
27825         * lib/quotearg.c: Include <wctype.h> after <wchar.h>, for Solaris 2.5.
27826         (mbrtowc, mbstate_t): Define substitutes if
27827         HAVE_MBRTOWC && HAVE_WCHAR_H && !HAVE_MBSTATE_T_OBJECT.
27828         (iswprint): Define to 1 if !defined iswprint && !HAVE_ISWPRINT,
27829         not if ! (HAVE_MBRTOWC && HAVE_WCHAR_H).
27830
27831 2000-06-23  Jim Meyering  <meyering@lucent.com>
27832
27833         * m4/afs.m4: Add missing AC_MSG_RESULT.
27834         Reported by Bruno Haible.
27835
27836         * m4/fsusage.m4: s/AC_MSG_CHECKING/AC_CHECKING/.
27837         Suggestion from Bruno Haible.
27838
27839 2000-06-23  Jim Meyering  <meyering@lucent.com>
27840
27841         * lib/getpass.c: New file, from Bruno Haible.  Required for BeOS.
27842
27843 2000-06-21  Jim Meyering  <meyering@lucent.com>
27844
27845         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add getpass.
27846
27847 2000-06-21  Jim Meyering  <meyering@lucent.com>
27848
27849         * lib/Makefile.am (libfetish_a_SOURCES): Add getstr.c.
27850         (noinst_HEADERS): Add getstr.h.
27851
27852         * lib/getline.c (getstr): Move into a separate file.
27853         * lib/getstr.c (getstr): New file, extracted from getline.c, with
27854         the following changes: new parameter, delim2; both delim[12]
27855         parameters have type `int', not `char'.  The latter would lose
27856         with 8-bit delimiters.
27857         * lib/getstr.h: New file.
27858
27859 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
27860
27861         * lib/xgetcwd.c (xgetcwd): If the required pathname length is smaller
27862         than 1024, return a memory chunk of least possible size, instead
27863         of size PATH_MAX + 2. In the loop, increment the size proportionally.
27864         Use free/xmalloc instead of xrealloc to avoid copying for very long
27865         paths.
27866
27867 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
27868
27869         * lib/path-concat.c (path_concat): Don't access dir[-1] if dir is
27870         the empty string.
27871
27872 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
27873
27874         * lib/canon-host.c (canon_host): Use malloc and memcpy to copy an
27875         address, not strdup.  Include <stdlib.h> and don't declare free().
27876
27877 2000-06-19  Jim Meyering  <meyering@lucent.com>
27878
27879         * lib/getloadavg.c [HAVE_NLIST_H] (NLIST_STRUCT): Define.
27880
27881 2000-06-18  Jim Meyering  <meyering@lucent.com>
27882
27883         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Remove mkdir.
27884
27885         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): Change the
27886         `checking whether...' message to be consistent with that of the
27887         lstat test.
27888
27889 2000-06-18  Jim Meyering  <meyering@lucent.com>
27890
27891         * lib/mkdir.c: Remove file, due mainly to copyright incompatibility.
27892         Besides, these days every porting target provides a mkdir function.
27893
27894         * lib/strnlen.c: Include memory.h, string.h, and/or strings.h as
27895         needed. (this snippet comes from src/system.h).
27896
27897 2000-06-16  Bruno Haible  <haible@clisp.cons.org>
27898
27899         * m4/glibc21.m4 (jm_GLIBC21): Define GLIBC21 for Makefiles, not for C.
27900
27901 2000-06-15  Paul Eggert  <eggert@twinsun.com>
27902
27903         * lib/human.c (adjust_value): New function.
27904         (human_readable_inexact): Apply rounding style even when
27905         printing approximate values.
27906
27907 2000-06-14  Paul Eggert  <eggert@twinsun.com>
27908
27909         * lib/human.c (human_readable_inexact): Allow an input block
27910         size that is not a multiple of the output block size, and vice versa.
27911         Reported by Piergiorgio Sartor.
27912
27913 2000-06-14  Paul Eggert  <eggert@twinsun.com>
27914
27915         * lib/getdate.y (get_date): Apply relative times after time
27916         zone indicator, not before.  Reported by Todd A. Jacobs.
27917
27918 2000-06-13  Jim Meyering  <meyering@lucent.com>
27919
27920         * lib/Makefile.am (all-local): Depend on lstat.c and stat.c.
27921
27922         * lib/xstat.in [!HAVE_DECL_FREE]: Declare free in lstat.c.
27923
27924 2000-06-12  Paul Eggert  <eggert@twinsun.com>
27925
27926         * lib/xstat.in: Include <stdlib.h> in lstat, to declare "free".
27927
27928 2000-06-12  Jim Meyering  <meyering@lucent.com>
27929
27930         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Replace with
27931         AC_FUNC_GETLOADAVG from autoconf, and tweak the latter to accept an
27932         optional argument.
27933         * m4/jm-macros.m4: s/AM_FUNC_GETLOADAVG/AC_FUNC_GETLOADAVG/, and supply
27934         the optional argument, `lib'.
27935
27936 2000-06-08  Jim Meyering  <meyering@lucent.com>
27937
27938         * m4/largefile.m4: Remove file (now that it's part of autoconf).
27939
27940 2000-06-04  Paul Eggert  <eggert@twinsun.com>
27941
27942         Rewrite largefile configuration so that we don't need to run
27943         getconf and don't need AC_CANONICAL_HOST.  [I'm leaving the use of
27944         AC_CANONICAL_HOST in configure.in -- jmm]
27945
27946         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS,
27947         AC_SYS_LARGEFILE_SPACE_APPEND): Remove.
27948         (AC_SYS_LARGEFILE_TEST_INCLUDES): New macro.
27949         (AC_SYS_LARGEFILE_MACRO_VALUE): Change arguments from
27950         CODE-TO-SET-DEFAULT to VALUE, INCLUDES, FUNCTION-BODY.
27951         All uses changed.
27952         Instead of inspecting the output of getconf, try to compile the
27953         test program without and with the macro definition.
27954         (AC_SYS_LARGEFILE): Do not require AC_CANONICAL_HOST or check
27955         for getconf.  Instead, check for the needed flags by compiling
27956         test programs.
27957
27958 2000-06-04  Paul Eggert  <eggert@twinsun.com>
27959
27960         * lib/strnlen.c: Include <config.h> if HAVE_CONFIG_H.
27961
27962 2000-06-04  Jim Meyering  <meyering@lucent.com>
27963
27964         * lib/getugroups.c (getugroups): Cast -1 to gid_t, for systems like
27965         SunOS 4.1.4 for which gid_t is an unsigned type.
27966
27967 2000-06-03  Jim Meyering  <meyering@lucent.com>
27968
27969         * m4/prereq.m4 (jm_PREREQ_HUMAN): Use []-quoted list in AC_CHECK_DECLS,
27970         now that autoconf requires that.
27971
27972         * m4/jm-glibc-io.m4: Add a kludge to make autoheader emit the required
27973         #undefs.  E.g., #undef HAVE_DECL_FERROR_UNLOCKED.
27974         Use []-quoted list in AC_CHECK_DECLS, now that autoconf requires that.
27975
27976 2000-06-03  Jim Meyering  <meyering@lucent.com>
27977
27978         * lib/strnlen.c [!HAVE_DECL_MEMCHR]: Declare memchr.
27979
27980 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
27981
27982         * m4/glibc21.m4: New file.
27983         * m4/jm-macros.m4 (jm_MACROS): Call jm_GLIBC21.
27984
27985 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
27986
27987         * lib/Makefile.am (install-exec-local): On systems with glibc-2.1 or
27988         newer, don't install charset.alias.
27989         * lib/config.charset: Change the Linux/glibc rules so they become empty
27990         on glibc-2.1 or newer.
27991
27992 2000-06-02  Jim Meyering  <meyering@lucent.com>
27993
27994         * lib/mountlist.c: Back out last change.  Instead, do this...
27995         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Set the
27996         me_dummy member using the same `ignore'-testing code.
27997         * lib/mountlist.h (ME_DUMMY): Add `autofs' to the list of ignored
27998         fs_type strings.
27999         From Mark D. Roth.
28000
28001 2000-05-29  Jim Meyering  <meyering@lucent.com>
28002
28003         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Ignore
28004         mounts with the `ignore' attribute.  Based on a patch from
28005         Mark D. Roth.
28006
28007 2000-05-28  Jim Meyering  <meyering@lucent.com>
28008
28009         * m4/jm-macros.m4 (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK): Rename from
28010         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
28011         * m4/stat.m4: Likewise.
28012         * m4/lstat.m4: Likewise.
28013         * m4/lstat-slash.m4: Remove file (absorbed into autoconf).
28014
28015         * m4/jm-macros.m4 (AC_FUNC_STRERROR_R): Rename from jm_FUNC_STRERROR_R.
28016         * m4/strerror_r.m4: Remove file (absorbed into autoconf).
28017
28018 2000-05-26  Jim Meyering  <meyering@lucent.com>
28019
28020         * m4/uptime.m4: Use `$cross_compiling', not `$ac_cv_prog_cc_cross'.
28021
28022 2000-05-24  Jim Meyering  <meyering@lucent.com>
28023
28024         * m4/prereq.m4: Use []-quoted list in AC_CHECK_MEMBERS, now that
28025         autoconf requires that.
28026         * m4/lib-check.m4: Likewise.
28027         * m4/jm-macros.m4: Likewise.
28028         * m4/strftime.m4: Likewise.
28029
28030         * m4/check-decl.m4 (jm_CHECK_DECLS): Use []-quoted list in
28031         AC_CHECK_DECLS, now that autoconf requires that.
28032
28033 2000-05-22  Jim Meyering  <meyering@lucent.com>
28034
28035         * m4/stat.m4: Require jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
28036         * m4/lstat.m4: Likewise.
28037
28038 2000-05-22  Jim Meyering  <meyering@lucent.com>
28039
28040         * lib/makepath.c: Remove old, now-unnecessary `#ifdef __MSDOS__' block.
28041
28042 2000-05-20  Jim Meyering  <meyering@lucent.com>
28043
28044         * m4/prereq.m4 (jm_PREREQ_HUMAN): New macro.
28045         (jm_PREREQ): Use it.
28046
28047 2000-05-18  Jim Meyering  <meyering@lucent.com>
28048
28049         * lib/hash.c (hash_rehash): Fix a nasty bug: copy the free entry list
28050         back, too, since it may have been modified by allocate_entry.
28051         (hash_delete): Rewrite to use neither the assignment operator
28052         nor the comma operator in an if-expression.
28053
28054 2000-05-15  Paul Eggert  <eggert@twinsun.com>
28055
28056         * lib/closeout.c:
28057         <sys/stat.h>, <sys/types.h>, <unistd.h>, (STDOUT_FILENO):
28058         Remove; no longer needed.
28059         "quotearg.h": Add include.
28060         (file_name): Do not bother to explicitly initialize to NULL; it's less
28061         efficient on some hosts.
28062         (close_stdout_status): Remove test as to whether stdout was already
28063         closed; it breaks for the case "echo x | sort >&-".
28064         Quote file name colons.
28065         Do not assume that _("write error") lacks format strings.
28066
28067 2000-05-15  Jim Meyering  <meyering@lucent.com>
28068
28069         * lib/version-etc.c (version_etc_copyright): Update the copyright
28070         string used in all --version output.
28071
28072 2000-05-14  Jim Meyering  <meyering@lucent.com>
28073
28074         * lib/closeout.c (close_stdout_set_file_name): New function.
28075         (close_stdout_status): Use new file-scoped global.
28076         Return right away if fstat says the stdout file descriptor is invalid.
28077         * lib/closeout.h (close_stdout_set_file_name): Declare.
28078
28079 2000-05-10  Jim Meyering  <meyering@lucent.com>
28080
28081         * lib/closeout.c [default_exit_status]: New file-scoped variable.
28082         (close_stdout_set_status): New function.
28083         * lib/closeout.h (close_stdout_set_status): Declare.
28084
28085 2000-05-09  Jim Meyering  <meyering@lucent.com>
28086
28087         * m4/gettext.m4: Rename this...
28088         * m4/libintl.m4: ...to this.
28089
28090 2000-05-08  Jim Meyering  <meyering@lucent.com>
28091
28092         * lib/long-options.c: Don't include closeout.h.
28093         (parse_long_options): Don't call close_stdout for --version.
28094
28095 2000-05-06  Paul Eggert  <eggert@twinsun.com>
28096
28097         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _XOPEN_SOURCE to
28098         be 500, instead of _GNU_SOURCE to be 1, to work around glibc
28099         2.1.3 bug.  This avoids a clash when files like regex.c define
28100         _GNU_SOURCE.
28101
28102 2000-05-06  Jim Meyering  <meyering@lucent.com>
28103
28104         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add atexit.
28105         (AC_REPLACE_FUNCS): Add strnlen.
28106
28107         * m4/rmdir-errno.m4 (fetish_FUNC_RMDIR_NOTEMPTY): New macro and file.
28108         * m4/jm-macros.m4: Require fetish_FUNC_RMDIR_NOTEMPTY.
28109
28110         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Save and restore LIBS around
28111         AC_SEARCH_LIBS call for nanosleep.
28112         (LIB_NANOSLEEP): Set and AC_SUBST.
28113
28114 2000-05-06  Jim Meyering  <meyering@lucent.com>
28115
28116         * lib/strnlen.c: Undefine __strnlen and strnlen.
28117         [!weak_alias]: Define __strnlen to strnlen.
28118
28119         * lib/atexit.c: New file, from libiberty.
28120
28121 2000-05-06  Jim Meyering  <meyering@lucent.com>
28122
28123         * lib/closeout.c (close_stdout_status): Also check for errors on the
28124         stderr stream.
28125
28126 2000-05-05  Jim Meyering  <meyering@lucent.com>
28127
28128         * m4/jm-macros.m4 (jm_MACROS): Save and restore LIBS around
28129         AC_SEARCH_LIBS call for clock_gettime.
28130         (LIB_CLOCK_GETTIME): Set and AC_SUBST.
28131
28132         * m4/search-libs.m4: Update from autoconf.
28133
28134         su doesn't work on Solaris 2.6.
28135         * m4/lib-check.m4: When checking for struct spwd.sp_pwdp, also include
28136         <shadow.h>.  Reported by Dragos Harabor.
28137
28138 2000-05-05  Bruno Haible  <haible@clisp.cons.org>
28139
28140         * lib/localcharset.c (get_charset_aliases): Use malloc, realloc and
28141         memcpy instead of xmalloc, xrealloc, path_concat.
28142         (locale_charset): Treat empty environment variables as absent.
28143         (DIRECTORY_SEPARATOR, ISSLASH): New macros.
28144
28145 2000-05-04  Jim Meyering  <meyering@lucent.com>
28146
28147         * lib/getopt.c: Update from glibc.
28148         * lib/obstack.c: Likewise.
28149         * lib/obstack.h: Likewise.
28150         * lib/regex.c: Likewise.  NB: K&R compiler support is dropped for this
28151         file
28152
28153         * lib/regex.h: Likewise.
28154         * lib/strndup.c: Likewise.
28155         * lib/strnlen.c: New file, from glibc.
28156
28157 2000-05-03  Jim Meyering  <meyering@lucent.com>
28158
28159         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strndup.
28160
28161 2000-05-02  Paul Eggert  <eggert@twinsun.com>
28162
28163         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _GNU_SOURCE if
28164         this is needed to make ftello visible (e.g. glibc 2.1.3).  Use
28165         compile-time test, rather than inspecting host and OS, to
28166         decide whether to define _LARGEFILE_SOURCE.
28167
28168 2000-05-01  Jim Meyering  <meyering@lucent.com>
28169
28170         * m4/fsusage.m4: Use AC_MSG_CHECKING instead of obsolete AC_CHECKING.
28171
28172         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add BeOS support.
28173         Based on a patch from Bruno Haible.
28174
28175 2000-05-01  Jim Meyering  <meyering@lucent.com>
28176
28177         * lib/full-write.c (full_write): Remove `FIXME' part of comment.
28178
28179 2000-04-29  Jim Meyering  <meyering@lucent.com>
28180
28181         * lib/path-concat.c: Declare strdup only if it's not defined.
28182         * lib/canon-host.c: Likewise.
28183
28184 2000-04-28  Jim Meyering  <meyering@lucent.com>
28185
28186         * lib/rpmatch.c [HAVE_LIMITS_H]: Include limits.h before regex.h to
28187         avoid redefinition warning on some systems (HPUX).  Otherwise, regex.h
28188         is included first, then limits.h is included by locale.h by libintl.h.
28189         From John David Anglin.
28190
28191 2000-04-25  Jim Meyering  <meyering@lucent.com>
28192
28193         * lib/makepath.c (S_IRWXUGO): Define.
28194         (make_path): Always perform explicit chmod if MODE specifies any
28195         of the `special' permission bits.  Prompted by a bug report against
28196         install from Mate Wierdl and Joost van Baal.
28197
28198 2000-04-18  Jim Meyering  <meyering@lucent.com>
28199
28200         * m4/prereq.m4 (jm_PREREQ_GETPAGESIZE): New macro.
28201         (jm_PREREQ): Use it.
28202
28203 2000-04-18  Jim Meyering  <meyering@lucent.com>
28204
28205         * lib/README: New file.
28206
28207         * lib/getpagesize.h [!getpagesize && HAVE_OS_H && B_PAGE_SIZE]: Define
28208         getpagesize.  For BeOS.  Based on a patch from Bruno Haible.
28209
28210 2000-04-17  Jim Meyering  <meyering@lucent.com>
28211
28212         Get it right :-)
28213         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Emit the
28214         actual #define via AH_VERBATIM.  Don't need separate AC_DEFINE.
28215         Suggestion from Akim Demaille.
28216
28217 2000-04-17  Jim Meyering  <meyering@lucent.com>
28218
28219         * lib/strftime.c (my_strftime) [strftime]: Declare strftime here, since
28220         the definition of it to rpl_strftime also defined-away the system's
28221         declaration.
28222
28223 2000-04-15  Jim Meyering  <meyering@lucent.com>
28224
28225         Use `C' to denote so-called `contiguous' files, the same way
28226         that tar does.
28227         * lib/filemode.c (S_ISCTG) [!S_ISCTG && S_IFCTG]: Define.
28228         (ftypelet): Use S_ISCTG.
28229         From Michael Deutschmann.
28230
28231 2000-04-14  Jim Meyering  <meyering@lucent.com>
28232
28233         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use the one-arg
28234         form of AC_DEFINE.  Otherwise, the #ifndef in AH_VERBATIM gets
28235         clobbered.
28236
28237 2000-04-14  Jim Meyering  <meyering@lucent.com>
28238
28239         * lib/strftime.c (my_strftime) [#ifdef strftime]: Declare strftime.
28240
28241 2000-04-13  Jim Meyering  <meyering@lucent.com>
28242
28243         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use new
28244         AH_VERBATIM to insert required #ifndef into config.h.in.
28245         Suggestion from Akim Demaille.
28246
28247 2000-04-12  Jim Meyering  <meyering@lucent.com>
28248
28249         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Use AC_CHECK_HEADERS, not
28250         `AC_CHECK_HEADER' to check for locale.h.  Thanks to a report from
28251         Christian Krackowizer.
28252
28253         More code moved from ../configure.in into (jm_CHECK_ALL_TYPES).
28254         * m4/jm-macros.m4 (_GNU_SOURCE): Define.
28255         (AC_SYS_LARGEFILE): Require.
28256         (AM_C_PROTOTYPES): Require.
28257
28258 2000-04-08  Jim Meyering  <meyering@lucent.com>
28259
28260         * lib/Makefile.am (charset.alias): Use t-$@, not $@-t so the DOS 8.3
28261         names don't conflict.  Reported by Eli Zaretskii.
28262
28263 2000-04-07  Jim Meyering  <meyering@lucent.com>
28264
28265         * lib/putenv.c: Move inclusion of errno.h so it follows that of
28266         sys/types.h, to work around system header problems on AIX 3.2.5.
28267         From Bruno Haible.
28268
28269 2000-04-07  Bruno Haible  <haible@clisp.cons.org>
28270
28271         * lib/unicodeio.c (print_unicode_char): Avoid triggering Solaris iconv
28272         bug.  Deal with the different error behavior of Irix iconv.
28273
28274 2000-04-05  Paul Eggert  <eggert@twinsun.com>
28275
28276         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Don't use -n32 on
28277         IRIX if the installer said otherwise.
28278
28279 2000-04-05  Jim Meyering  <meyering@lucent.com>
28280
28281         Portability tweaks required for ultrix4.3.
28282         * m4/check-decl.m4 [!HAVE_UTMPX_H] (headers): Include <utmp.h>.
28283         (jm_CHECK_DECLS): Add getutent to the list of functions.
28284         (_jm_DECL_HEADERS): Add utmpx.h.
28285         From John David Anglin.
28286
28287         * m4/strftime.m4: Back out the 2000-04-02 change.
28288         Instead of that change, simply undefine putenv in the test program.
28289
28290 2000-04-05  Jim Meyering  <meyering@lucent.com>
28291
28292         Portability tweaks required for ultrix4.3.
28293         * lib/readutmp.h [HAVE_UTMPX_H && !HAVE_DECL_GETUTENT]: Declare
28294         getutent.
28295         * lib/readutmp.c: Include sys/types.h before sys/stat.h.
28296         * lib/canon-host.c: Declare strdup.
28297         * lib/path-concat.c: Likewise.
28298         From John David Anglin.
28299
28300 2000-04-04  Jim Meyering  <meyering@lucent.com>
28301
28302         Be more DOS 8.3-friendly.
28303         * lib/ref-add.sin: Renamed from ref-add.sed.in.
28304         * lib/ref-del.sin: Renamed from ref-del.sed.in.
28305         * lib/Makefile.am: Reflect renaming.
28306         Reported by Eli Zaretskii.
28307
28308         Use a temporary file name that won't clash with `charset.alias'
28309         in the DOS 8.3 name space.
28310         * lib/Makefile.am (charset_tmp): Define.
28311         (install-exec-local): Use $(charset_tmp) instead of $(charset_alias)-t.
28312         (uninstall-local): Likewise.
28313         Reported by Eli Zaretskii.
28314
28315 2000-04-03  Jim Meyering  <meyering@lucent.com>
28316
28317         * m4/gettext.m4: Fix typo in comment.
28318
28319         * m4/codeset.m4 (AC_CHECK_HEADERS): Add langinfo.h (moved here from
28320         textutils/configure.in).  Suggestion from Paul Eggert.
28321         (AC_CHECK_FUNCS): Add nl_langinfo.  (also from textutils/configure.in)
28322
28323 2000-04-02  Paul Eggert  <eggert@twinsun.com>
28324
28325         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Set TZ environment
28326         variable in the shell rather than using putenv, which isn't
28327         portable.  This avoids the configure-time inter-test dependency
28328         on the potentially-renamed putenv function.
28329
28330 2000-03-30  Paul Eggert  <eggert@twinsun.com>
28331
28332         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Include <sys/stat.h>
28333         before checking struct stat.st_blksize, so that
28334         HAVE_STRUCT_STAT_ST_BLKSIZE is defined correctly.
28335
28336 2000-03-29  Paul Eggert  <eggert@twinsun.com>
28337
28338         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Check for strftime,
28339         since strftime.c uses HAVE_STRFTIME to decide whether to use
28340         the underlying strftime.
28341
28342 2000-03-29  Paul Eggert  <eggert@twinsun.com>
28343
28344         * lib/time/strftime.c (my_strftime): Make sure we call the system
28345         strftime, not ourselves, when invoking the underlying strftime.
28346
28347 2000-03-24  Jim Meyering  <meyering@lucent.com>
28348
28349         * lib/Makefile.am (EXTRA_DIST): Add ref-add.sed.in and ref-del.sed.in.
28350         (charset_alias): Define.
28351         (install-exec-local): Factor out common code.
28352         (uninstall-local): Split lines longer than 80.
28353         (ref-add.sed, ref-del.sed): Remove rules... (do the following instead)
28354         (SUFFIXES): Define.
28355         (.sed.in.sed): New rule.  Don't redirect directly to $@.
28356         (CLEANFILES): Add ref-add.sed and ref-del.sed.
28357
28358 2000-03-19  Bruno Haible  <haible@clisp.cons.org>
28359
28360         * lib/config.charset: Output a line containing "Packages using this
28361         file".
28362         * lib/ref-add.sed.in, lib/ref-del.sed.in: New files.
28363         * lib/Makefile.am (install-exec-local, uninstall-local, ref-add.sed,
28364         ref-del.sed): New rules.
28365
28366 2000-03-17  Jim Meyering  <meyering@lucent.com>
28367
28368         * lib/unicodeio.c (<string.h>): Include only #if HAVE_STRING_H.
28369         Otherwise, include <strings.h>
28370
28371 2000-03-17  Bruno Haible  <haible@clisp.cons.org>
28372
28373         * lib/unicodeio.c (utf8_wctomb): New function.
28374         (print_unicode_char): Pass the Unicode character to iconv in UTF-8
28375         format instead of in UCS-4 with platform dependent endianness.
28376
28377 2000-03-10  Jim Meyering  <meyering@lucent.com>
28378
28379         * m4/lib-check.m4: Look for getspnam in -lgen, too.
28380         From Marco Franzen.
28381
28382 2000-03-07  Paul Eggert  <eggert@twinsun.com>
28383
28384         * lib/savedir.c (savedir): Work even if directory size is
28385         negative; this can happen with some screwy NFS configurations.
28386
28387 2000-03-06  Jim Meyering  <meyering@lucent.com>
28388
28389         * lib/localcharset.c (get_charset_aliases): Don't try to free file_name
28390         if it's NULL (because we ran out of memory).  From Bruno Haible.
28391
28392 2000-03-05  Jim Meyering  <meyering@lucent.com>
28393
28394         * lib/localcharset.c ("path-concat.h"): Include.
28395         (get_charset_aliases): Use path_concat instead of ANSI string
28396         concatenation.
28397
28398         * lib/unicodeio.h (PARAMS): Define.
28399         Use it to guard prototype.
28400
28401 2000-03-04  Jim Meyering  <meyering@lucent.com>
28402
28403         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require AC_C_VOLATILE,
28404         for lib/localcharset.c.
28405
28406 2000-03-04  Jim Meyering  <meyering@lucent.com>
28407
28408         * lib/Makefile.am (install-exec-local): Create $(libdir) before
28409         installing into it.
28410         (uninstall-local): Uncomment this rule so `make distcheck' works
28411         once again.
28412
28413         * lib/unicodeio.c (<errno.h>): Include it.
28414         (errno): Declare if not defined.
28415
28416         * lib/localcharset.c: Add Bruno's comment justifying use of volatile.
28417
28418         * lib/config.charset: New version, incorporating remarks from a linux
28419         i18n mailing list.  From Bruno Haible.
28420
28421 2000-03-04  Bruno Haible  <haible@clisp.cons.org>
28422
28423         * m4/codeset.m4: New file.
28424         * m4/iconv.m4: New file.
28425         * m4/jm-macros.m4 (jm_MACROS): Call jm_LANGINFO_CODESET and jm_ICONV.
28426
28427 2000-03-03  Jim Meyering  <meyering@lucent.com>
28428
28429         * m4/regex.m4: Make sure re_compile_pattern accepts patterns like `{1'.
28430
28431 2000-03-02  Jim Meyering  <meyering@lucent.com>
28432
28433         * m4/timespec.m4: Require AC_HEADER_TIME before the cache check so
28434         the messages come out on separate lines.
28435
28436         * m4/jm-glibc-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO): Use AC_CHECK_DECLS,
28437         rather than jm_CHECK_DECLARATIONS.
28438         * m4/decl.m4: Remove now-unused file.
28439
28440         * m4/check-decl.m4 (AC_CHECK_DECLS): Add getlogin, ttyname, and
28441         geteuid.
28442
28443 2000-03-02  Jim Meyering  <meyering@lucent.com>
28444
28445         * lib/Makefile.am (EXTRA_DIST): Add config.charset.
28446
28447 2000-03-01  Jim Meyering  <meyering@lucent.com>
28448
28449         * lib/localcharset.c: Guard some #includes with `#if HAVE_...'.
28450         * lib/unicodeio.c: Likewise.
28451
28452 2000-03-01  Bruno Haible  <haible@clisp.cons.org>
28453
28454         * lib/config.charset: New file.
28455         * lib/localcharset.c: New file.
28456         * lib/unicodeio.h, lib/unicodeio.c: New files.
28457         * lib/Makefile.am (DEFS): Add -DLIBDIR=...
28458         (libfetish_a_SOURCES): Add localcharset.c and unicodeio.c.
28459         (noinst_HEADERS): Add unicodeio.h.
28460         (all-local, install-exec-local, charset.alias): New targets.
28461
28462 2000-02-28  Paul Eggert  <eggert@twinsun.com>
28463
28464         * lib/quotearg.c (ALERT_CHAR): New macro.
28465         (quotearg_buffer_restyled): Use it.
28466
28467 2000-02-27  Jim Meyering  <meyering@lucent.com>
28468
28469         * m4/check-decl.m4: Add getenv to the list.
28470
28471 2000-02-27  Jim Meyering  <meyering@lucent.com>
28472
28473         * lib/strtoumax.c: Fix typo in decl of strtoul: s/long long/long/.
28474         Guard declaration of strtoull also with `&& HAVE_UNSIGNED_LONG_LONG'.
28475
28476         * lib/backupfile.c: Guard inclusion of stdlib.h with
28477         `#if HAVE_STDLIB_H', not `#if STDC_HEADERS'.
28478         Declare malloc if needed.
28479
28480         * lib/backupfile.c: Use `#if !HAVE_DECL...' instead of
28481         `#ifndef HAVE_DECL..'
28482         now that autoconf always defines the HAVE_DECL_ symbols.
28483         * lib/human.c: Likewise.
28484         * lib/same.c: Likewise.
28485         * lib/strtoumax.c: Likewise.
28486
28487         * lib/backupfile.c: Arrange for cpp to fail if the configure-time
28488         declaration check was not run.
28489         * lib/hash.c: Likewise.
28490         * lib/human.c: Likewise.
28491         * lib/same.c: Likewise.
28492         * lib/strtoumax.c: Likewise.
28493
28494         * lib/userspec.c (parse_user_spec): If there is no `:' but there is a
28495         `.', then first look up the entire `.'-containing string as a login
28496         name.
28497
28498 2000-02-23  Jim Meyering  <meyering@lucent.com>
28499
28500         * m4/check-decl.m4: Now that we have the new AC_CHECK_DECLS, use it
28501         in place of my hack.
28502
28503 2000-02-18  Paul Eggert  <eggert@twinsun.com>
28504
28505         * lib/getdate.y: Handle two-digit years with leading zeros correctly.
28506         (textint): New typedef.
28507         (parser_control): Member year changed from int to textint.
28508         All uses changed.
28509         (YYSTYPE): Removed; replaced by %union with int and textint members.
28510         (tDAY, tDAY_UNIT, tDAYZONE, tHOUR_UNIT, tID, tLOCAL_ZONE, tMERIDIAN,
28511         tMINUTE_UNIT, tMONTH, tMONTH_UNIT tSEC_UNIT, tSNUMBER, tUNUMBER,
28512         tYEAR_UNIT, tZONE, o_merid): Now of type <intval>.
28513         (tSNUMBER, tUNUMBER): Now of type <textintval>.
28514         (date, number, to_year): Use width of number in digits, not its value,
28515         to determine whether it's a 2-digit year, or a 2-digit time.
28516         (yylex): Store number of digits of numeric tokens.
28517         Reported by John Kendall.
28518
28519         (parser_control): Changed from struct parser_control to typedef (for
28520         consistency).  All uses changed.
28521
28522         (tID): Removed; not used.
28523         (yylex): Return '?' for unknown identifiers, rather than (unused) tID.
28524
28525 2000-02-14  Paul Eggert  <eggert@twinsun.com>
28526
28527         * lib/getpagesize.h (getpagesize): Port to VMS for Alpha;
28528         adapted from changes to grep getpagesize.h by Martin P.J. Zinser.
28529
28530 2000-02-12  Jim Meyering  <meyering@lucent.com>
28531
28532         * lib/userspec.c (ISDIGIT): Define it.
28533         (isdigit): Remove definition.
28534         (is_number): Use ISDIGIT, not isdigit.
28535         <libintl.h>: Include.
28536         (_ and N_): Define.
28537         (parse_user_spec): Mark translatable strings.
28538
28539 2000-02-10  Jim Meyering  <meyering@lucent.com>
28540
28541         With these changes, nanosleep.[ch] are finally enough like the other
28542         lib/* replacement files to compile on a few more losing systems.
28543
28544         * lib/nanosleep.h: Don't include config.h.
28545         Remove prototype from declaration of nanosleep.
28546         (PARAMS): Remove now-unneeded definition.
28547         * lib/nanosleep.c: #undef nanosleep.
28548         (rpl_nanosleep): Rename from nanosleep.
28549
28550 2000-02-10  Jim Meyering  <meyering@lucent.com>
28551
28552         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Rename replacement function from
28553         gnu_nanosleep to rpl_nanosleep.
28554
28555 2000-02-09  Jim Meyering  <meyering@lucent.com>
28556
28557         * m4/lib-check.m4 (jm_LIB_CHECK): Fix typo: check for sp_pwdp in
28558         struct spwd, rather than in struct passwd.  Reported by Gaël Quéri.
28559
28560 2000-02-08  Akim Demaille  <akim@epita.fr>
28561
28562         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Quote square brackets with
28563         `[' and `]' and remove uses of `changequote'.
28564         (AC_SYS_LARGEFILE_MACRO_VALUE): Likewise.
28565         (AC_SYS_LARGEFILE): Likewise.
28566         * m4/gettext.m4 (AM_GNU_GETTEXT): Likewise.
28567         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Remove now-unnecessary use
28568         of changequote.
28569         * m4/regex.m4 (jm_INCLUDED_REGEX): Likewise.
28570         * m4/readdir.m4 (jm_FUNC_READDIR): Likewise
28571         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Likewise, and add `int' for main.
28572         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Likewise.
28573
28574 2000-02-05  Jim Meyering  <meyering@lucent.com>
28575
28576         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require most macros.
28577         Remove explicit use of AC_HEADER_TIME.  It is required by
28578         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Using AC_HEADER_TIME and
28579         `AC_REQUIRE'ing jm_CHECK_TYPE_STRUCT_TIMESPEC provoked a but
28580         in autoconf whereby the expansion of the latter ended up preceding
28581         the expansion of its prerequisite, AC_HEADER_TIME.
28582         Reported by Volker Borchert.
28583
28584 2000-02-03  Jim Meyering  <meyering@lucent.com>
28585
28586         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for utmpxname.
28587
28588 2000-02-03  Jim Meyering  <meyering@lucent.com>
28589
28590         * lib/readutmp.c (read_utmp): Guard with `#ifdef UTMP_NAME_FUNCTION',
28591         rather than with `#if HAVE_UTMPNAME'.
28592
28593 2000-02-02  Jim Meyering  <meyering@lucent.com>
28594
28595         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Fix typo that resulted in no
28596         definition of HAVE_PATHCONF: s/AC_CHECK_FUNC/AC_CHECK_FUNCS/.
28597         Reported by Eli Zaretskii.
28598
28599 2000-02-01  Jim Meyering  <meyering@lucent.com>
28600
28601         * lib/readutmp.h (UT_USER): Add parens.  From Andreas Schwab.
28602
28603 2000-01-31  Jim Meyering  <meyering@lucent.com>
28604
28605         * m4/check-decl.m4 (jm_CHECK_DECLS): Add nanosleep to the list of
28606         functions.  Add the time.h and sys/time.h headers along with the
28607         AC_REQUIRE'ment of AC_HEADER_TIME.
28608
28609 2000-01-31  Jim Meyering  <meyering@lucent.com>
28610
28611         * lib/nanosleep.h (nanosleep): Guard declaration with
28612         `#if ! HAVE_DECL_NANOSLEEP'.
28613         Without this, OFS gets a redeclaration error for rpl_nanosleep, due to
28614         the declaration in that vendor's sys/timers.h.
28615         Reported by Christian Krackowizer.
28616
28617         * lib/quotearg.c (ISASCII): Add #undef and move definition to follow
28618         inclusion of wctype.h to work around Solaris 2.6 namespace pollution.
28619         (ISPRINT): Likewise.
28620         Reported by Tom Tromey.
28621
28622 2000-01-30  Jim Meyering  <meyering@lucent.com>
28623
28624         * m4/lib-check.m4: Clean up some kludgy old shadow password tests.
28625
28626         * m4/prereq.m4 (utmp_includes): Define.
28627         Check for ut_user and ut_name members in both struct utmpx
28628         and struct utmp.
28629
28630 2000-01-30  Jim Meyering  <meyering@lucent.com>
28631
28632         * lib/readutmp.c (extract_trimmed_name): Use UT_USER instead of
28633         hard-coding uses of ->ut_name.  The latter doesn't work with new Linux
28634         header files where only utmpx.ut_user is declared.
28635
28636         * lib/readutmp.h (UT_USER): Define.
28637
28638 2000-01-29  Jim Meyering  <meyering@lucent.com>
28639
28640         * m4/lib-check.m4: New file containing library-related checks from
28641         fileutils and sh-utils (textutils had none).
28642
28643 2000-01-28  Jim Meyering  <meyering@lucent.com>
28644
28645         * m4/perl.m4: Change format of warning message to look more like that
28646         from the missing script.  Suggestion from François Pinard.
28647
28648 2000-01-25  Jim Meyering  <meyering@lucent.com>
28649
28650         * m4/timespec.m4: Require AC_HEADER_TIME, and include sys/time.h as
28651         well as time.h in the compile check.
28652         * m4/nanosleep.m4: Require AC_HEADER_TIME rather than simply using it.
28653         Fix typo in cross-compiling case: s/yes/no/.
28654
28655 2000-01-23  Jim Meyering  <meyering@lucent.com>
28656
28657         * m4/jm-macros.m4: Move df-related tests here from
28658         fileutils/configure.in
28659
28660         * m4/ls-mntd-fs.m4: s/list_mounted_fs/ac_list_mounted_fs/
28661         (jm_LIST_MOUNTED_FILESYSTEMS): Take two parameters.
28662
28663         * m4/fsusage.m4: New file.  Extracted from fileutils/configure.in.
28664         s/space/ac_fsusage_space/.
28665         (jm_FILE_SYSTEM_USAGE): Take two parameters.
28666
28667         * m4/ftruncate.m4: New file (derived from part of
28668         fileutils/configure.in).
28669         * m4/jm-macros.m4 (jm_FUNC_FTRUNCATE): AC_REQUIRE it.
28670         (jm_CHECK_ALL_TYPES): Require AC_HEADER_MAJOR and AC_HEADER_DIRENT.
28671
28672         * m4/jm-macros.m4 (OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, MAN):
28673         AC_SUBST these here, rather than just in sh-util/configure.in, so
28674         that the now-shared-by-fileutils-and-textutils lib/Makefile.am are
28675         all the same.
28676         (AM_FUNC_OBSTACK): Add (from fileutils/configure.in).
28677         (AC_CHECK_FUNCS): Merge all checks from fileutils, textutils, sh-utils.
28678         (AM_FUNC_STRTOD): Added (from textutils', sh-utils' configure.in).
28679         (AC_SUBST(POW_LIBM)): Likewise.
28680         (AC_SUBST(DF_PROG)): Moved from fileutils/configure.in.
28681
28682 2000-01-23  Jim Meyering  <meyering@lucent.com>
28683
28684         * lib/Makefile.am (libfetish_a_SOURCES): Remove explicit mention of
28685         obstack.c.
28686
28687 2000-01-22  Jim Meyering  <meyering@lucent.com>
28688
28689         * m4/jm-macros.m4: Call AC_PROG_CC_STDC just before AC_C_CONST.
28690
28691         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Add wctype.h.
28692
28693         * m4/jm-macros.m4 (AC_CHECK_HEADERS): Add checks from fileutils'
28694         configure.in
28695         (AC_CHECK_HEADERS): Likewise for sh-utils.
28696         (AC_CHECK_HEADERS): Likewise for textutils.
28697         Merge the three lists of headers.
28698
28699         * m4/prereq.m4 (jm_PREREQ_ADDEXT): New macro.  Parts moved here
28700         from fileutils' configure.in.
28701
28702         * m4/decl.m4: Remove kludgy `test -z $ac_...AC_CHECK_HEADERS(...)'
28703         code. Moved tests into their own function (_jm_DECL_HEADERS) in
28704         check-decl.m4.
28705
28706         * m4/check-decl.m4: Use #if rather than #ifdef.
28707         Add HAVE_DECL_STRTOUL and HAVE_DECL_STRTOULL.
28708         (jm_CHECK_DECLARATIONS): Add strtoul strtoull.
28709         (_jm_DECL_HEADERS): Define new function.
28710         (jm_CHECK_DECLARATIONS): Require it.
28711
28712 2000-01-22  Jim Meyering  <meyering@lucent.com>
28713
28714         * lib/strtoumax.c: [! HAVE_DECL_STRTOUL]: Declare strtoul.
28715         [! HAVE_DECL_STRTOULL]: Declare strtoull.
28716         Required for some AIX systems.  Reported by Christian Krackowizer.
28717         [TESTING] (main): New function.
28718
28719         1997-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
28720         * lib/dirname.c (dir_name): Support for DOS-style file names with drive
28721         letters.
28722
28723         * lib/quotearg.c [HAVE_WCTYPE_H]: Include <wctype.h> for decl of
28724         iswprint.
28725
28726         * lib/strverscmp.c (ISDIGIT): Define.
28727         (strverscmp): Use ISDIGIT, not isdigit.
28728
28729 2000-01-19  Jim Meyering  <meyering@lucent.com>
28730
28731         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Include <sys/time.h>, too.
28732         Use AC_HEADER_TIME.  Volker Borchert reported that OpenBSD-2.3/sparc
28733         defines `struct timespec' in <sys/time.h>
28734
28735         * m4/c-bs-a.m4: Remove uses of changequote altogether.
28736         Thanks to Akim for explaining.
28737
28738 2000-01-17  Paul Eggert  <eggert@twinsun.com>
28739
28740         * lib/nanosleep.c (nanosleep):
28741         Don't use SA_INTERRUPT to decide whether to call sigaction, as
28742         POSIX.1 doesn't require SA_INTERRUPT and some systems
28743         (e.g. Solaris 7) don't define it.  Use SA_NOCLDSTOP instead;
28744         it's been part of POSIX.1 since day 1 (in 1988).
28745
28746 2000-01-17  Jim Meyering  <meyering@lucent.com>
28747
28748         * lib/interlock: Remove unused file.  Reported by François Pinard.
28749
28750 2000-01-16  Paul Eggert  <eggert@twinsun.com>
28751
28752         * lib/quotearg.c (quotearg_buffer_restyled): Do not quote
28753         alert, backslash, formfeed, and vertical tab unnecessarily in
28754         shell quoting style.
28755
28756 2000-01-16  Jim Meyering  <meyering@lucent.com>
28757
28758         * m4/jm-macros.m4: Require jm_FUNC_GROUP_MEMBER, jm_FUNC_PUTENV,
28759         AM_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, jm_FUNC_MKTIME,
28760         jm_FUNC_GETGROUPS AC_FUNC_VPRINTF, AC_FUNC_ALLOCA,
28761         AM_FUNC_GETLOADAVG, and jm_SYS_PROC_UPTIME.
28762
28763 2000-01-16  Jim Meyering  <meyering@lucent.com>
28764
28765         * m4/c-bs-a.m4: Use `changequote(<<,>>)', rather than `changequote(, )'
28766         because the latter didn't work.
28767
28768 2000-01-15  Jim Meyering  <meyering@lucent.com>
28769
28770         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add gethostname and getusershell.
28771         (AC_REPLACE_FUNCS): Add memcpy and memset.
28772         Add these, too: stime strcspn stpcpy strstr strtol strtoul.
28773         Add strpbrk.
28774         Add these: euidaccess memcmp mkdir rmdir rpmatch strndup strverscmp.
28775
28776 2000-01-12  Jim Meyering  <meyering@lucent.com>
28777
28778         * m4/prereq.m4 (jm_PREREQ_CANON_HOST): New macro.
28779         (jm_PREREQ): Use it.
28780         (jm_PREREQ_READUTMP): New macro.
28781         (jm_PREREQ): Use it.
28782
28783 2000-01-11  Paul Eggert  <eggert@twinsun.com>
28784
28785         Quote multibyte characters correctly.
28786         * m4/c-bs-a.m4: New file.
28787         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): New macro.
28788         (jm_PREREQ): Use it.
28789
28790 2000-01-11  Paul Eggert  <eggert@twinsun.com>
28791
28792         * m4/uintmax_t.m4: Port to autoconf 2.13.
28793
28794 2000-01-08  Jim Meyering  <meyering@ascend.com>
28795
28796         * m4/strerror_r.m4 (jm_FUNC_STRERROR_R): New file/macro.
28797         * m4/jm-macros.m4 (jm_FUNC_STRERROR_R): Require it.
28798
28799 2000-01-04  Jim Meyering  <meyering@ascend.com>
28800
28801         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename from
28802         jm_STRUCT_DIRENT_D_TYPE.
28803         * m4/d-ino.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_INO): Rename from
28804         jm_STRUCT_DIRENT_D_INO.
28805         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Rename from
28806         jm_STRUCT_UTIMBUF.
28807         * m4/jm-macros.m4: Reflect s/jm_STRUCT_/jm_CHECK_TYPE_STRUCT_/
28808         renamings.
28809         * m4/utime.m4: Likewise.
28810
28811         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): New file, macro.
28812         * m4/jm-macros.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): Require it.
28813
28814 2000-01-03  Paul Eggert  <eggert@twinsun.com>
28815
28816         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Search for nanosleep in -lrt
28817         (for Solaris 7) and in -lposix4 (for Solaris 2.5.1).
28818
28819 2000-01-02  Jim Meyering  <meyering@ascend.com>
28820
28821         * m4/search-libs.m4: Escape `$' in $3 of dnl comment.  I no longer
28822         remember if this is necessary.
28823
28824 1999-12-26  Jim Meyering  <meyering@ascend.com>
28825
28826         * m4/jm-macros.m4: Use it here.
28827         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): New file/macro.
28828
28829 1999-12-23  Jim Meyering  <meyering@ascend.com>
28830
28831         * m4/jm-macros.m4: Check for clock_gettime (moved from
28832         fileutils/configure.in)
28833         Check for gettimeofday.
28834
28835 1999-12-20  Jim Meyering  <meyering@ascend.com>
28836
28837         * m4/strftime.m4: Remove kludge, now that I'm using the fixed
28838         autoconf-2.14a-1999-12-20.
28839
28840 1999-12-19  Jim Meyering  <meyering@ascend.com>
28841
28842         * m4/lstat-slash.m4: New file.
28843         * m4/jm-macros.m4: Use the new macro:
28844         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
28845
28846 1999-12-07  Jim Meyering  <meyering@ascend.com>
28847
28848         * m4/perl.m4: Require that File::Compare be available, too.
28849         Too many systems seem to lack it.
28850
28851         * m4/strftime.m4: Add checks for most of the cpp macros tested in
28852         GNU's strftime.c.  Prompted by a patch from Paul Eggert.
28853
28854 1999-11-18  Paul Eggert  <eggert@twinsun.com>
28855
28856         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around a
28857         problem with the QNX 4.25 shell, which doesn't propagate exit
28858         status of failed commands inside shell assignments.
28859
28860 1999-11-17  Jim Meyering  <meyering@ascend.com>
28861
28862         * m4/gettext.m4: Use new AC_CONFIG_LINKS in place of AC_LINK_FILES.
28863
28864 1999-11-07  Jim Meyering  <meyering@ascend.com>
28865
28866         * m4/getloadavg.m4: Add `, 1, [FIXME]' to each use of AC_DEFINE.
28867
28868 1999-11-06  Jim Meyering  <meyering@ascend.com>
28869
28870         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): New file/macro.
28871         * m4/jm-macros.m4 (jm_MACROS): Use it here.
28872
28873 1999-11-05  Jim Meyering  <meyering@ascend.com>
28874
28875         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Move some tests from
28876         configure.in of textutils, fileutils, and sh-utils into this one
28877         (shared between those packages) file.
28878         Use `AC_CHECK_MEMBERS((struct stat.st_blksize))' instead of deprecated
28879         AC_STRUCT_ST_BLKSIZE.
28880
28881 1999-11-03  Jim Meyering  <meyering@ascend.com>
28882
28883         * m4/ssize_t.m4: Remove file.  No longer needed since the new version
28884         of AC_CHECK_TYPE checks includes unistd.h.
28885         * m4/jm-macros.m4: Use straight `AC_CHECK_TYPE(ssize_t, int)'.
28886         Suggestion from Akim Demaille.
28887
28888 1999-10-30  Jim Meyering  <meyering@ascend.com>
28889
28890         * m4/uintmax_t.m4: Require 2.14a.  Remove backslash before backtick in
28891         m4-quoted string.
28892         * m4/ls-mntd-fs.m4: Likewise.
28893         * m4/jm-macros.m4: Likewise.  Also, use AC_TYPE_SSIZE_T instead
28894         * m4/jm-winsz1.m4: Likewise.
28895
28896         * m4/const.m4: Remove file, since the fix made it into the experimental
28897         version of autoconf.
28898         * m4/mktime.m4: Likewise.
28899
28900         * m4/check-type.m4: Remove file, now that the latest version of
28901         AC_CHECK_TYPE takes a third arg to specify additional #includes.
28902
28903         * m4/ssize_t.m4: New file, requires experimental version of autoconf.
28904         * m4/jm-macros.m4: Use new AC_TYPE_SSIZE_T instead of my hacked
28905         AC_CHECK_TYPE.
28906
28907 1999-10-04  Jim Meyering  <meyering@ascend.com>
28908
28909         * m4/jm-macros.m4: Don't require autoconf-2.14.1.
28910
28911 1999-09-22  Paul Eggert  <eggert@twinsun.com>
28912
28913         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around GCC
28914         2.95.1 bug with HP-UX 10.20.
28915
28916 1999-09-17  Jim Meyering  <meyering@ascend.com>
28917
28918         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add strdup.
28919         Paul Nevai reported a link failure on a NeXT CUBE with NeXTSTEP 3.3
28920         due to missing strdup (against sh-utils-2.0).
28921
28922 1999-08-29  Jim Meyering  <meyering@ascend.com>
28923
28924         * m4/jm-macros.m4: Require jm_BISON.
28925         * m4/bison.m4: New file.
28926
28927 1999-08-17  Paul Eggert  <eggert@twinsun.com>
28928
28929         * m4/largefile.m4 (AC_SYS_LARGEFILE): Fix typo: missing comma
28930         in value for _FILE_OFFSET_BITS, which broke ports to HP-UX 10.20.
28931
28932 1999-08-05  Jim Meyering  <meyering@ascend.com>
28933
28934         * m4/getline.m4: Rename test file from conftestdata to conftest.data
28935         to avoid conflicts with `conftest' on 8+3 filesystems.
28936         Suggestion from Eli Zaretskii.
28937
28938 1999-08-04  Jim Meyering  <meyering@ascend.com>
28939
28940         * m4/jm-macros.m4: Move a 4-line block of code from the configure.in of
28941         fileutils and sh-utils (textutils's getline test was inadequate).
28942         (AM_FUNC_GETLINE): Run this test.
28943         (AC_CHECK_FUNCS): Check for getdelim.
28944         Reported by Bob Proulx.
28945
28946 1999-08-02  Jim Meyering  <meyering@ascend.com>
28947
28948         * m4/jm-macros.m4: Add a comment.
28949
28950 1999-08-01  Paul Eggert  <eggert@twinsun.com>
28951
28952         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check whether
28953         <inttypes.h> defines strtoumax as a macro (and not as a
28954         function).
28955
28956 1999-08-01  Paul Eggert  <eggert@twinsun.com>
28957
28958         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Make sure
28959         that we can shift, multiply and divide unsigned long long
28960         values; Ultrix cc can't do it.
28961
28962 1999-08-01  Paul Eggert  <eggert@twinsun.com>
28963
28964         * m4/mktime.m4: New file, which is a preview of what should appear
28965         in the next public autoconf release.
28966
28967 1999-08-01  Paul Eggert  <eggert@twinsun.com>
28968
28969         * m4/lfs.m4: Remove this file.
28970         * m4/largefile.m4: New file.  It contains the old contents of
28971         lfs.m4, except that all names with prefix AC_LFS have been
28972         changed to use the prefix AC_SYS_LARGEFILE instead, to be
28973         compatible with future autoconf versions.  Also, some minor m4
28974         quoting problems have been fixed.
28975
28976 1999-08-01  Paul Eggert  <eggert@twinsun.com>
28977
28978         * m4/gettext.m4 (AM_WITH_NLS): Remove unnecessary lines.
28979         Fix typo: $nls_cv_header_intl was misspelled as $nsl_cv_header_intl.
28980         (AM_GNU_GETTEXT): Fix problem with brackets and m4 quoting,
28981         and simplify the shell code.
28982
28983 1999-08-01  Jim Meyering  <meyering@ascend.com>
28984
28985         * m4/mktime.m4 (AC_FUNC_MKTIME): Undefine to avoid syntax errors from
28986         m4.
28987
28988 1999-07-20  Jim Meyering  <meyering@ascend.com>
28989
28990         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memmove.
28991
28992 1999-07-15  Jim Meyering  <meyering@ascend.com>
28993
28994         * m4/jm-macros.m4 (AC_CHECK_FUNCS): Check for getpagesize.
28995
28996 1999-05-22  Jim Meyering  <meyering@ascend.com>
28997
28998         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memchr.
28999
29000 1999-05-20  Jim Meyering  <meyering@ascend.com>
29001
29002         * m4/search-libs.m4 [AC_SEARCH_LIBS]: Quote name in undefine.
29003         Add a colon after each `then' in case $4 is empty.
29004
29005 1999-05-16  Jim Meyering  <meyering@ascend.com>
29006
29007         * m4/search-libs.m4: New file to override autoconf's AC_SEARCH_LIBS.
29008
29009 1999-05-10  Jim Meyering  <meyering@ascend.com>
29010
29011         * m4/jm-mktime.m4: Reflect renaming: AM_FUNC_MKTIME -> AC_FUNC_MKTIME.
29012
29013         * m4/jm-macros.m4: Require 2.14.1, since we use newly-renamed
29014         AC_FUNC_MKTIME.
29015
29016 1999-05-10  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
29017
29018         * m4/jm-mktime.m4, putenv.m4: Fix typos in config.h comments.
29019
29020 1999-05-04  Paul Eggert  <eggert@twinsun.com>
29021
29022         * m4/lfs.m4 (AC_LFS): -n32, -o32, and -n64 should be in CFLAGS,
29023         not CPPFLAGS, so that linking works correctly in IRIX.
29024
29025 1999-04-30  Paul Eggert  <eggert@twinsun.com>
29026
29027         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add dup2.
29028
29029 1999-04-20  Paul Eggert  <eggert@twinsun.com>
29030
29031         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Move unsigned long
29032         long check into new jm_AC_TYPE_UNSIGNED_LONG_LONG macro.
29033         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require
29034         jm_AC_TYPE_UNSIGNED_LONG_LONG.
29035         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): New file/macro.
29036
29037         * m4/lfs.m4: Port to AIX and HP-UX.  Support cross-compilation.
29038
29039 1999-04-20  Jim Meyering  <meyering@ascend.com>
29040
29041         * m4/xstrtoumax.m4: Require jm_AC_TYPE_UNSIGNED_LONG_LONG.
29042         AC_REPLACE xstroull if necessary.  From Paul Eggert.
29043         (AC_CHECK_FUNCS): Remove strtoull, strtoumax, strtouq.
29044
29045 1999-04-18  Jim Meyering  <meyering@ascend.com>
29046
29047         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): New file/macro.
29048         * m4/jm-macros.m4: Use it.
29049
29050 1999-04-06  Jim Meyering  <meyering@ascend.com>
29051
29052         * m4/strftime.m4: Remove test for %f.
29053
29054 1999-03-29  Jim Meyering  <meyering@ascend.com>
29055
29056         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): New macro, contains the
29057         superset of the AC_TYPE_* checks in the textutils, fileutils,
29058         and sh-utils, plus AC_TYPE_PID_T.  Paul Eggert suggested adding
29059         AC_TYPE_PID_T.
29060
29061 1999-03-28  Jim Meyering  <meyering@ascend.com>
29062
29063         * m4/jm-macros.m4: Define GNU_PACKAGE here.
29064         Be sure to AC_SUBST it, once again, so that @GNU_PACKAGE@ is
29065         replaced e.g., in the *.sh files of the sh-utils.
29066
29067 1999-03-20  Jim Meyering  <meyering@ascend.com>
29068
29069         * m4/jm-macros.m4: s/jm_WITH_REGEX/jm_INCLUDED_REGEX/.
29070         * m4/regex.m4 (jm_INCLUDED_REGEX): Rename from jm_WITH_REGEX.
29071         Don't depend on AM_GLIBC.  Suggestions from Alain Magloire.
29072
29073 1999-03-19  Jim Meyering  <meyering@ascend.com>
29074
29075         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): New macro.
29076
29077 1999-03-12  Jim Meyering  <meyering@ascend.com>
29078
29079         * m4/jm-macros.m4: Use AC_FUNC_SETVBUF_REVERSED.
29080
29081 1999-03-07  Jim Meyering  <meyering@ascend.com>
29082
29083         * m4/jm-glibc-io.m4: Use only those *_unlocked macros that are
29084         declared.
29085
29086 1999-02-17  Jim Meyering  <meyering@ascend.com>
29087
29088         * m4/gettext.m4 (AM_GNU_GETTEXT): Do `changequote' around use of
29089         brackets in macro definition.  From Eli Zaretskii and Alain Magloire.
29090
29091 1999-02-07  Jim Meyering  <meyering@ascend.com>
29092
29093         * m4/group-member.m4: New file -- extracted from sh-utils'
29094         configure.in.
29095
29096         1999-02-05  Eli Zaretskii  <eliz@is.elta.co.il>
29097         * m4/gettext.m4: Support DOS-style d:/foo/bar absolute file names.
29098
29099 1999-02-06  Jim Meyering  <meyering@ascend.com>
29100
29101         * m4/chown.m4: Use `AC_SUBST(LIBOBJS)' since we set LIBOBJS.
29102         * m4/fnmatch.m4: Likewise.
29103         * m4/getgroups.m4: Likewise.
29104         * m4/lstat.m4: Likewise.
29105         * m4/malloc.m4: Likewise.
29106         * m4/putenv.m4: Likewise.
29107         * m4/realloc.m4: Likewise.
29108         * m4/regex.m4: Likewise.
29109         * m4/stat.m4: Likewise.
29110         * m4/strftime.m4: Likewise.
29111         Suggestion from Alain Magloire.
29112
29113         * m4/chown.m4: Use `.$ac_objext', not `.o'.
29114         * m4/fnmatch.m4: Likewise.
29115         * m4/getgroups.m4: Likewise.
29116         * m4/getline.m4: Likewise.
29117         * m4/lstat.m4: Likewise.
29118         * m4/malloc.m4: Likewise.
29119         * m4/memcmp.m4: Likewise.
29120         * m4/putenv.m4: Likewise.
29121         * m4/realloc.m4: Likewise.
29122         * m4/regex.m4: Likewise.
29123         * m4/stat.m4: Likewise.
29124         * m4/strftime.m4: Likewise.
29125         Suggestion from Alain Magloire.
29126
29127         * m4/jm-macros.m4: Actually invoke jm_WITH_REGEX now that it requires
29128         an argument.
29129
29130         * m4/regex.m4: Add a run-time Test for proper operation of
29131         re_compile_pattern.
29132
29133 1999-01-31  Jim Meyering  <meyering@ascend.com>
29134
29135         * m4/getloadavg.m4: Check for locale.h and the function, setlocale.
29136
29137 1999-01-30  Jim Meyering  <meyering@ascend.com>
29138
29139         * m4/check-type.m4: Use 3-arg form of AC_DEFINE.
29140
29141         * m4/jm-mktime.m4: Make this a wrapper around the official
29142         AM_FUNC_MKTIME rather than my private copy, now that the official one
29143         is up to date.
29144         * m4/mktime.m4: Remove file.
29145
29146         * m4/getloadavg.m4: Use 3-arg form of AC_DEFINE.
29147         * m4/uptime.m4: Likewise.
29148         * m4/uintmax_t.m4: Likewise.
29149
29150 1999-01-28  Jim Meyering  <meyering@ascend.com>
29151
29152         * m4/jm-macros.m4: Use jm_AFS.
29153         * m4/afs.m4: New file (from fileutils' configure.in).
29154
29155         * m4/assert.m4: Use the 3-argument forms of AC_DEFINE* macros.
29156         * m4/chown.m4: Likewise.
29157         * m4/d-ino.m4: Likewise.
29158         * m4/d-type.m4: Likewise.
29159         * m4/fnmatch.m4: Likewise.
29160         * m4/getgroups.m4: Likewise.
29161         * m4/gettext.m4: Likewise.
29162         * m4/jm-mktime.m4: Likewise.
29163         * m4/jm-winsz2.m4: Likewise.
29164         * m4/lcmessage.m4: Likewise.
29165         * m4/ls-mntd-fs.m4: Likewise.
29166         * m4/malloc.m4: Likewise.
29167         * m4/memcmp.m4: Likewise.
29168         * m4/putenv.m4: Likewise.
29169         * m4/realloc.m4: Likewise.
29170         * m4/st_mtim.m4: Likewise.
29171         * m4/strftime.m4: Likewise.
29172
29173 1999-01-16  Jim Meyering  <meyering@ascend.com>
29174
29175         * m4/jm-macros.m4 (ARGMATCH_DIE): Define.
29176         (ARGMATCH_DIE_DECL): Define.
29177
29178 1999-01-12  Jim Meyering  <meyering@ascend.com>
29179
29180         * m4/Makefile.am.in: Rewrite to avoid using fmt.
29181         Reported by Lars Hecking.
29182
29183 1999-01-10  Jim Meyering  <meyering@ascend.com>
29184
29185         * m4/fstypename.m4: Use the new 3-arg form of AC_DEFINE instead of my
29186         gross kludge.
29187         * m4/inttypes_h.m4: Likewise.
29188         * m4/lstat.m4: Likewise.
29189         * m4/malloc.m4: Likewise.
29190         * m4/readdir.m4: Likewise.
29191         * m4/realloc.m4: Likewise.
29192         * m4/st_dm_mode.m4: Likewise.
29193         * m4/stat.m4: Likewise.
29194         * m4/utimbuf.m4: Likewise.
29195         * m4/utimes.m4: Likewise.
29196
29197         * m4/check-decl.m4: Use the new 3-arg form of AC_DEFINE instead of the
29198         AC_CHECK_FUNCS hack.  Now, it's still a hack, but at least the
29199         comments in config.h.in are meaningful.
29200
29201         * m4/jm-macros.m4: Require autoconf-2.13 here.
29202
29203         * m4/regex.m4: By default, don't use the included regex.c on systems
29204         with glibc 2.  Suggestion from Uli Drepper.
29205
29206 1999-01-02  Jim Meyering  <meyering@ascend.com>
29207
29208         * m4/jm-macros.m4: Replace strcasecmp and strncasecmp.
29209
29210 1998-12-18  Jim Meyering  <meyering@ascend.com>
29211
29212         * m4/Makefile.am.in (Makefile.am): Simplify rule.
29213         Based on a suggestion from Lars Hecking.
29214
29215 1998-11-16  Paul Eggert  <eggert@twinsun.com>
29216
29217         * m4/lfs.m4 (AC_LFS): Add support for HP-UX 10.20 and HP-UX 11.
29218
29219 1998-11-16  Jim Meyering  <meyering@ascend.com>
29220
29221         * m4/lfs.m4: Double-quote the `uname...` expression.
29222
29223 1998-11-14  Jim Meyering  <meyering@ascend.com>
29224
29225         * m4/lstat.m4: Correct comment.  POSIX does not permit it to succeed.
29226         * m4/stat.m4: Likewise.
29227
29228 1998-11-03  Jim Meyering  <meyering@ascend.com>
29229
29230         * m4/stat.m4: Rewrite to set HAVE_STAT_EMPTY_STRING_BUG.
29231         * m4/lstat.m4: Rewrite to set HAVE_LSTAT_EMPTY_STRING_BUG.
29232
29233 1998-10-18  Jim Meyering  <meyering@ascend.com>
29234
29235         * m4/check-decl.m4 (jm_CHECK_DECL_LOCALTIME_R): Remove macro.
29236
29237 1998-10-17  Jim Meyering  <meyering@ascend.com>
29238
29239         * m4/decl.m4 (jm_CHECK_DECLARATION): Don't hard-code which headers to
29240         include, though we still hard-code the `require'-like AC_CHECK_HEADERS
29241         calls for those previously hard-coded headers.  Instead, take a new
29242         parameter.
29243         (jm_CHECK_DECLARATIONS): Reflect interface change.
29244         * m4/check-decl.m4 (jm_CHECK_DECLS): Likewise.
29245         (jm_CHECK_DECL_LOCALTIME_R): New macro.
29246
29247         * m4/mktime.m4: Test for spring-forward gap before long-running test.
29248
29249 1998-10-14  Jim Meyering  <meyering@ascend.com>
29250
29251         * m4/mktime.m4: Use the more portable "TZ=PST8PDT,M4.1.0,M10.5.0"
29252         instead of "TZ=America/Vancouver".  From Paul Eggert.
29253
29254 1998-10-11  Jim Meyering  <meyering@ascend.com>
29255
29256         * m4/mktime.m4 (jm_AM_FUNC_MKTIME): New file and macro.
29257         This adds a test for a recently added compatibility fix for mktime.c.
29258         * m4/jm-mktime.m4: Require jm_AM_FUNC_MKTIME, not AM_FUNC_MKTIME.
29259
29260 1998-09-27  Jim Meyering  <meyering@ascend.com>
29261
29262         * m4/jm-macros.m4 (jm_MACROS): Require jm_FUNC_FNMATCH.
29263
29264         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): New file/macro.  Extracted from
29265         ../configure.in, including a change from Gordon Matzigkeit to allow
29266         cross-compiling for the Hurd.
29267
29268         * m4/glibc.m4: New file/macro to test for the GNU C Library
29269         versions 1 and 2.  From Gordon Matzigkeit.
29270         Indent.
29271
29272 1998-09-21  Jim Meyering  <meyering@ascend.com>
29273
29274         * m4/chown.m4: Declare locals: before, after.  From Andries Brouwer.
29275
29276 1998-08-18  Paul Eggert  <eggert@twinsun.com>
29277
29278         Port nanosecond-resolution times to UnixWare 2.1.2 and
29279         pedantic Solaris 2.6.
29280
29281         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC): Renamed from
29282         AC_STRUCT_ST_MTIM.
29283         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC):
29284         Generate name of ns member, instead of just 1 or undef.
29285         Allow for UnixWare 2.1.2 and Solaris 2.6 if in pedantic mode.
29286
29287 1998-08-15  Jim Meyering  <meyering@ascend.com>
29288
29289         * m4/ssize_t.m4 (jm_TYPE_SSIZE_T): Remove file.
29290         * m4/check-type.m4: New file.  Replacement for AC_CHECK_TYPE.
29291         * m4/jm-macros.m4: Use the new AC_CHECK_TYPE(ssize_t, int)
29292         instead of jm_TYPE_SSIZE_T.
29293
29294 1998-08-12  Jim Meyering  <meyering@ascend.com>
29295
29296         * m4/st_dm_mode.m4: New file.  From Johan Danielsson.
29297
29298 1998-08-02  Jim Meyering  <meyering@ascend.com>
29299
29300         * m4/st_mtim.m4: Use hack to avoid having to put #undef HAVE_ST_MTIM
29301         in acconfig.h manually.
29302
29303 1998-07-31  Paul Eggert  <eggert@twinsun.com>
29304
29305         * m4/st_mtim.m4: New file.
29306
29307 1998-07-28  Jim Meyering  <meyering@ascend.com>
29308
29309         * m4/utimes.m4: Undef stat.
29310
29311 1998-07-25  Jim Meyering  <meyering@ascend.com>
29312
29313         * m4/utime.m4 (jm_FUNC_UTIME): New file and macro.
29314         * m4/utimes.m4 (jm_FUNC_UTIMES_NULL): New file and macro.
29315
29316 1998-07-09  Manfred Hollstein  <manfred@s-direktnet.de>
29317
29318         * m4/chown.m4 (jm_FUNC_CHOWN): Add a check to verify that the
29319         uid and gid actually remain unchanged.
29320
29321 1998-07-07  Jim Meyering  <meyering@ascend.com>
29322
29323         * m4/jm-glibc-io.m4: Remove fclose_unlocked.
29324
29325 1998-07-04  Jim Meyering  <meyering@ascend.com>
29326
29327         * m4/regex.m4: Use syscmd, ifelse, and sysval.  Mainly as an exercise
29328         to prove that this macro can be used in packages without regex.c.
29329
29330 1998-07-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
29331
29332         * m4/gettext.m4 (AM_WITH_NLS): Remove intl/libintl.h if <libintl.h>
29333         is to be used.
29334
29335 1998-07-03  Jim Meyering  <meyering@ascend.com>
29336
29337         * m4/gettext.m4: Add -lintl if it's found to be necessary.
29338
29339         * m4/gettext.m4: New file -- from gettext-0.10.35.
29340         * m4/lcmessage.m4: Likewise.
29341         * m4/progtest.m4: Likewise.
29342
29343         * m4/regex.m4 (jm_WITH_REGEX): New file and macro.
29344         * m4/jm-macros.m4: Require the new macro.
29345
29346 1998-06-29  Jim Meyering  <meyering@ascend.com>
29347
29348         * m4/fstypename.m4: Include sys/param.h.  NetBSD 1.3.1 requires this
29349         for the definition of NGROUPS (used in a system header included
29350         by sys/mount.h).
29351
29352 1998-06-28  Jim Meyering  <meyering@ascend.com>
29353
29354         * m4/ls-mntd-fs.m4: New file.
29355         * m4/fstypename.m4: New file.
29356
29357         * m4/jm-macros.m4: Require the new macro.
29358         * m4/jm-glibc-io.m4: New file.
29359
29360 1998-05-19  Jim Meyering  <meyering@ascend.com>
29361
29362         * m4/jm-macros.m4: Add jm_FUNC_LCHOWN.
29363         * m4/lchown.m4: New file.
29364
29365         * m4/Makefile.am.in: New file.
29366         * m4/Makefile.am (Makefile.am): Depend on Makefile.am.in.
29367
29368 1998-05-14  Jim Meyering  <meyering@ascend.com>
29369
29370         * m4/Makefile.am (EXTRA_DIST): Add them.
29371         * m4/jm-macros.m4: New file.
29372         * m4/utimbuf.m4: New file.
29373
29374 1998-05-12  Jim Meyering  <meyering@ascend.com>
29375
29376         * m4/Makefile.am (EXTRA_DIST): Add isc-posix.m4.
29377
29378 1998-05-11  Jim Meyering  <meyering@ascend.com>
29379
29380         * m4/isc-posix.m4: New file.
29381
29382 1998-05-10  Jim Meyering  <meyering@ascend.com>
29383
29384         * m4/jm-mktime.m4: Use AM_FUNC_MKTIME, now that it's up to date.
29385
29386 1998-05-09  Jim Meyering  <meyering@ascend.com>
29387
29388         * m4/Makefile.am (EXTRA_DIST): Add ssize_t.m4.
29389         (EXTRA_DIST): Remove mktime.m4, now that the new version is included
29390         with automake.
29391
29392         * m4/ssize_t.m4: New file.
29393         * m4/mktime.m4: Remove file -- the new automake has this now.
29394
29395 1998-04-26  Jim Meyering  <meyering@ascend.com>
29396
29397         * m4/assert.m4: New file.
29398         * m4/Makefile.am (EXTRA_DIST): Add assert.m4.
29399
29400 1998-04-05  Jim Meyering  <meyering@ascend.com>
29401
29402         * m4/prereq.m4 (jm_PREREQ_REGEX): New macro.
29403         (jm_PREREQ): Use it here.
29404
29405 1998-03-23  Jim Meyering  <meyering@eng.ascend.com>
29406
29407         * m4/inttypes_h.m4: Kludges so I don't have to add HAVE_INTTYPES_H
29408         in acconfig.h.
29409
29410 1998-03-15  Jim Meyering  <meyering@eng.ascend.com>
29411
29412         * m4/prereq.m4: New file.
29413         * m4/error.m4: New file.
29414         * m4/Makefile.am (EXTRA_DIST): Add error.m4 and prereq.m4.
29415
29416 1998-02-07  Jim Meyering  <meyering@eng.ascend.com>
29417
29418         * m4/getline.m4: Don't set am_cv_func_working_getline before the
29419         cache-check for the same variable -- that defeated the purpose of
29420         the test; the test program was never run.  This was a problem only
29421         on systems with losing getline functions -- HP-UX 10.20 is one.
29422         Reported by Bjorn Helgaas.
29423
29424 1998-02-06  Jim Meyering  <meyering@eng.ascend.com>
29425
29426         * m4/Makefile.am (EXTRA_DIST): Add perl.m4.
29427
29428 1998-01-10  Jim Meyering  <meyering@na-net.ornl.gov>
29429
29430         * m4/Makefile.am (EXTRA_DIST): Add const.m4.
29431
29432         * m4/const.m4: New file.  Use an initializer in this declaration
29433         typedef int charset[2]; const charset x;
29434         Reported by Bob Glickstein.
29435
29436 1997-12-21  Jim Meyering  <meyering@na-net.ornl.gov>
29437
29438         * m4/chown.m4: Fix reversed types on -1 args to chown.
29439         From Kaveh Ghazi.
29440
29441 1997-12-14  Jim Meyering  <meyering@na-net.ornl.gov>
29442
29443         * m4/check-decl.m4: s/DECLARATION_/DECL_/g.
29444         Add lseek and memchr.
29445
29446         * m4/decl.m4: s/HAVE_DECLARATION_/HAVE_DECL_/g.
29447         T.E.Dickey <dickey@clark.net> said that some older preprocessors
29448         have a 20-character limit on names.
29449
29450 1997-11-30  Jim Meyering  <meyering@na-net.ornl.gov>
29451
29452         * m4/inttypes_h.m4: New file.
29453         * m4/uintmax_t.m4: New file.
29454         * m4/Makefile.am (EXTRA_DIST): Add inttypes_h.m4 and uintmax_t.m4.
29455
29456 Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007
29457   Free Software Foundation, Inc.
29458 Copying and distribution of this file, with or without modification,
29459 are permitted provided the copyright notice and this notice are preserved.