018f981215223d9482ca8542de4f014eb038322b
[gnulib.git] / ChangeLog
1 2007-04-04  Bruno Haible  <bruno@clisp.org>
2
3         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Add a test for correct
4         rounding. Don't assume that FreeBSD 6 and NetBSD 4 pass this test.
5
6 2007-04-04  Bruno Haible  <bruno@clisp.org>
7
8         * tests/test-vasnprintf-posix.c (test_function): Allow two possible
9         results for "%010a" of Infinity and NaN.
10         * tests/test-vasprintf-posix.c (test_function): Likewise.
11         * tests/test-snprintf-posix.h (test_function): Likewise.
12         * tests/test-sprintf-posix.h (test_function): Likewise.
13         * tests/test-fprintf-posix.h (test_function): Remove these tests.
14         * tests/test-fprintf-posix.out: Update.
15         Needed for FreeBSD 6.1.
16
17 2007-04-04  Bruno Haible  <bruno@clisp.org>
18
19         * DEPENDENCIES: Remove mentions of tar and gzip, since they are not
20         directly used by the gnulib modules nor by gnulib-tool.
21
22 2007-04-04  Paul Eggert  <eggert@cs.ucla.edu>
23
24         * DEPENDENCIES: Give overall description of version dependency
25         desirability.  Use more-typical names for apps.
26         Add shell, coreutils, diffutils, grep, tar, gzip.
27
28 2007-04-04  Simon Josefsson  <simon@josefsson.org>
29
30         * MODULES.html.sh: Rename crypto modules.  Remove iconvme.
31
32 2007-04-04  Karl Berry  <karl@gnu.org>
33
34         * MODULES.html.sh (func_module): missing '.
35
36 2007-04-03  Bruno Haible  <bruno@clisp.org>
37
38         * modules/argmatch-tests (Makefile.am): New variable
39         test_argmatch_LDADD.
40         * modules/argp-tests (Makefile.am): New variable test_argp_LDADD.
41         * modules/array-list-tests (Makefile.am): New variable
42         test_array_list_LDADD.
43         * modules/array-oset-tests (Makefile.am): New variable
44         test_array_oset_LDADD.
45         * modules/avltree-list-tests (Makefile.am): New variable
46         test_avltree_list_LDADD.
47         * modules/avltree-oset-tests (Makefile.am): New variable
48         test_avltree_oset_LDADD.
49         * modules/avltreehash-list-tests (Makefile.am): New variable
50         test_avltreehash_list_LDADD.
51         * modules/canonicalize-lgpl-tests (Makefile.am): New variable
52         test_canonicalize_lgpl_LDADD.
53         * modules/carray-list-tests (Makefile.am): New variable
54         test_carray_list_LDADD.
55         * modules/dirname-tests (Makefile.am): New variable
56         test_dirname_LDADD.
57         * modules/linked-list-tests (Makefile.am): New variable
58         test_linked_list_LDADD.
59         * modules/linkedhash-list-tests (Makefile.am): New variable
60         test_linkedhash_list_LDADD.
61         * modules/rbtree-list-tests (Makefile.am): New variable
62         test_rbtree_list_LDADD.
63         * modules/rbtree-oset-tests (Makefile.am): New variable
64         test_rbtree_oset_LDADD.
65         * modules/rbtreehash-list-tests (Makefile.am): New variable
66         test_rbtreehash_list_LDADD.
67         * modules/xvasprintf-tests (Makefile.am): New variable
68         test_xvasprintf_LDADD.
69         Reported by Eric Blake.
70
71 2007-04-03  Eric Blake  <ebb9@byu.net>
72
73         * DEPENDENCIES: Weaken m4 requirements.
74
75 2007-04-03  Bruno Haible  <bruno@clisp.org>
76
77         * modules/frexp-tests (configure.ac): Remove AC_SUBST.
78         * modules/isnanl-tests (configure.ac): Likewise.
79
80 2007-04-03  Ben Pfaff  <blp@gnu.org>
81
82         * modules/iconv_open: Add $(srcdir)/ to source directory
83         references in Makefile fragments that call gperf, to fix VPATH
84         builds.
85
86 2007-04-03  Bruno Haible  <bruno@clisp.org>
87
88         * modules/ldexpl (Depends-on): Add isnanl, remove isnanl-nolibm.
89         * lib/ldexpl.c: Undo last change.
90
91 2007-04-03  Bruno Haible  <bruno@clisp.org>
92
93         * modules/printf-frexpl (Depends-on): Undo last change.
94         (Files): Add m4/ldexpl.m4.
95
96 2007-04-03  Bruno Haible  <bruno@clisp.org>
97
98         * m4/isnanl.m4 (gl_FUNC_ISNANL): Substitute ISNANL_LIBM.
99         * modules/isnanl (Link): New section.
100
101         * m4/frexp.m4 (gl_FUNC_FREXP): Substitute FREXP_LIBM.
102         * modules/frexp (Link): New section.
103
104         * m4/frexpl.m4 (gl_FUNC_FREXPL): Substitute FREXPL_LIBM.
105         * modules/frexpl (Link): New section.
106
107         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Substitute LDEXPL_LIBM.
108         * modules/ldexpl (Link): New section.
109
110 2007-04-03  Bruno Haible  <bruno@clisp.org>
111
112         * modules/TEMPLATE-EXTENDED: New file.
113         * gnulib-tool (func_all_modules, func_verify_module): Exclude it.
114
115 2007-04-03  Bruno Haible  <bruno@clisp.org>
116
117         * DEPENDENCIES: New file.
118         Suggested by Simon Josefsson.
119
120 2007-04-03  Bruno Haible  <bruno@clisp.org>
121
122         * doc/gnulib.texi: Escape @.
123
124 2007-04-03  James Youngman  <jay@gnu.org>
125         and Paul Eggert  <eggert@cs.ucla.edu>
126
127         * lib/stat-time.h (get_stat_birthtime): Check for zero-valued
128         birthtime on all systems that have birthtime, not just those which
129         use st_birthtimensec rather than st_birthtim.  Putting zero in
130         st_birthtim.tv_sec is how (for example) FreeBSD/x86 6.1 indicates
131         that the birth time is not available for files on an NFS mount.
132
133 2007-04-03  Simon Josefsson  <simon@josefsson.org>
134
135         * modules/memxor: Move back from crypto/, suggested by Bruno.
136         * modules/crypto/hmac-sha1: Fix memxor dependency.
137
138         * modules/crypto/gc: Moved from ../.
139
140 2007-04-02  Eric Blake  <ebb9@byu.net>
141
142         * lib/ldexpl.c (includes): Avoid libm.
143
144         * modules/printf-frexpl (Depends-on): Depend on ldexpl.
145
146 2007-04-02  Bruno Haible  <bruno@clisp.org>
147
148         * lib/sysexit_.h (EX_OK): Disable the EX_OK definition from <unistd.h>
149         on IRIX.
150
151 2007-04-02  Bruno Haible  <bruno@clisp.org>
152
153         * m4/intdiv0.m4 (gt_INTDIV0): Avoid performing the test for real on
154         x86 or x86_64 platforms running MacOS X.
155         Reported by Ryan Schmidt <@ryandesign.com>.
156
157 2007-04-02  Bruno Haible  <bruno@clisp.org>
158
159         * m4/intdiv0.m4 (gt_INTDIV0): When cross-compiling, treat x86_64 like
160         i386.
161
162 2007-04-01  Simon Josefsson  <simon@josefsson.org>
163
164         * modules/crypto/arcfour: Moved from ../.
165         * modules/crypto/arcfour-tests: Moved from ../.
166         * modules/crypto/arctwo: Moved from ../.
167         * modules/crypto/arctwo-tests: Moved from ../.
168         * modules/crypto/des: Moved from ../.
169         * modules/crypto/des-tests: Moved from ../.
170         * modules/crypto/gc-arcfour: Moved from ../.
171         * modules/crypto/gc-arcfour-tests: Moved from ../.
172         * modules/crypto/gc-arctwo: Moved from ../.
173         * modules/crypto/gc-arctwo-tests: Moved from ../.
174         * modules/crypto/gc-des: Moved from ../.
175         * modules/crypto/gc-des-tests: Moved from ../.
176         * modules/crypto/gc-hmac-md5: Moved from ../.
177         * modules/crypto/gc-hmac-md5-tests: Moved from ../.
178         * modules/crypto/gc-hmac-sha1: Moved from ../.
179         * modules/crypto/gc-hmac-sha1-tests: Moved from ../.
180         * modules/crypto/gc-md2: Moved from ../.
181         * modules/crypto/gc-md2-tests: Moved from ../.
182         * modules/crypto/gc-md4: Moved from ../.
183         * modules/crypto/gc-md4-tests: Moved from ../.
184         * modules/crypto/gc-md5: Moved from ../.
185         * modules/crypto/gc-md5-tests: Moved from ../.
186         * modules/crypto/gc-pbkdf2-sha1: Moved from ../.
187         * modules/crypto/gc-pbkdf2-sha1-tests: Moved from ../.
188         * modules/crypto/gc-random: Moved from ../.
189         * modules/crypto/gc-rijndael: Moved from ../.
190         * modules/crypto/gc-rijndael-tests: Moved from ../.
191         * modules/crypto/gc-sha1: Moved from ../.
192         * modules/crypto/gc-sha1-tests: Moved from ../.
193         * modules/crypto/gc-tests: Moved from ../.
194         * modules/crypto/hmac-md5: Moved from ../.
195         * modules/crypto/hmac-md5-tests: Moved from ../.
196         * modules/crypto/hmac-sha1: Moved from ../.
197         * modules/crypto/hmac-sha1-tests: Moved from ../.
198         * modules/crypto/md2: Moved from ../.
199         * modules/crypto/md2-tests: Moved from ../.
200         * modules/crypto/md4: Moved from ../.
201         * modules/crypto/md4-tests: Moved from ../.
202         * modules/crypto/md5: Moved from ../.
203         * modules/crypto/md5-tests: Moved from ../.
204         * modules/crypto/memxor: Moved from ../.
205         * modules/crypto/rijndael: Moved from ../.
206         * modules/crypto/rijndael-tests: Moved from ../.
207         * modules/crypto/sha1: Moved from ../.
208
209 2007-03-30  James Youngman  <jay@gnu.org>
210
211         * tests/test-stat-time.c (prepare_test): use chmod() rather than
212         rename() to change the ctime of a file (because ctime is unaffected
213         by rename on jfs2 on AIX 5.1).
214         (main): Start by doing cleanup, in case a previous run failed leaving
215         test files behind.
216
217 2007-03-31  Bruno Haible  <bruno@clisp.org>
218
219         Support old proprietary implementations of iconv.
220         * modules/iconv_open: New file.
221         * lib/iconv_.h: New file.
222         * m4/iconv_h.m4: New file.
223         * lib/iconv_open.c: New file.
224         * lib/iconv_open-aix.gperf: New file.
225         * lib/iconv_open-hpux.gperf: New file.
226         * lib/iconv_open-irix.gperf: New file.
227         * lib/iconv_open-osf.gperf: New file.
228         * m4/iconv_open.m4: New file.
229         * modules/linebreak (Depends-on): Add iconv_open.
230         * modules/striconv (Depends-on): Likewise.
231         * modules/striconveh (Depends-on): Likewise.
232         * modules/unicodeio (Depends-on): Likewise.
233         * lib/striconveh.h (mem_cd_iconveh, str_cd_iconveh): Allow cd to be
234         (iconv_t)(-1).
235         * lib/striconveh.c (mem_cd_iconveh_internal): Use an indirect
236         conversion if cd is (iconv_t)(-1).
237         (mem_iconveh, str_iconveh): Don't fail just because a direct conversion
238         is not possible.
239
240 2007-03-31  Bruno Haible  <bruno@clisp.org>
241
242         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
243         work on Solaris either. Protect also second use of "autodetect_jp".
244
245 2007-03-31  Bruno Haible  <bruno@clisp.org>
246
247         * m4/frexpl.m4 (gl_FUNC_FREXPL): Set HAVE_DECL_FREXPL to 0 when
248         the function is not present.
249
250 2007-03-31  Bruno Haible  <bruno@clisp.org>
251
252         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Set HAVE_DECL_LDEXPL to 0 when
253         the function is not present.
254
255 2007-03-31  Bruno Haible  <bruno@clisp.org>
256
257         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-29 patch. Test also against
258         a bug in HP-UX iconv_open().
259
260 2007-03-31  Bruno Haible  <bruno@clisp.org>
261
262         * MODULES.html.sh (func_module): Don't show gnulib-common.m4.
263         (Mathematics <math.h>): New section, add fpieee.
264         (Input/output <stdio.h>): Add fseterr.
265         (Mathematics <math.h>): New section, add printf-frexp.
266         (Container data structures): Add sublist.
267         (Core language properties): Add fpucw, inline.
268         (Functions for greatest-width integer types <inttypes.h>): Add
269         imaxabs, imaxdiv, inttypes.
270         (Mathematics <math.h>): Add frexp, frexpl, isnan-nolibm, isnanl,
271         isnanl-nolibm, ldexp.
272         (Mathematics <math.h>): New section, add printf-frexpl.
273         (Support for systems lacking POSIX:2001): Add fprintf-posix,
274         printf-posix, snprintf-posix, sprintf-posix, string, search, socklen,
275         sys_select, sys_socket, vasnprintf-posix, vasprintf-posix,
276         vfprintf-posix, vprintf-posix, vsnprintf-posix, vsprintf-posix.
277         (Unicode string functions): Add unistr/u*-mbtoucr.
278         (Java): Add javacomp-script, javaexec-script.
279         (C#): Add csharpcomp-script, csharpexec-script.
280         (Support for building libraries and executables): Add havelib,
281         relocatable-*.
282         (Support for maintaining and releasing projects): Renamed from
283         'Support for maintaining and release projects'. Add announce-gen.
284
285 2007-03-31  Bruno Haible  <bruno@clisp.org>
286
287         * README: Talk primarily about git.
288         (git and CVS): Renamed from CVS.
289         * doc/gnulib.texi (Introduction, Build robot for gnulib): Mention that
290         gnulib is available through git.
291         * doc/gnulib-tool.texi (CVS Issues): Mention git and svn as well.
292
293 2007-03-30  Bruno Haible  <bruno@clisp.org>
294
295         * lib/alloca_.h: Change prefix of double-inclusion guard macro to _GL_.
296         * lib/poll_.h: Likewise.
297         * lib/stat_.h: Likewise.
298         * lib/sys_time_.h: Likewise.
299         * lib/sysexit_.h: Likewise.
300         * lib/glob_.h: Prefix double-inclusion guard macro with _GL_.
301         * lib/stdbool_.h: Likewise.
302         * lib/byteswap_.h: Add double-inclusion guard.
303
304 2007-03-30  Sergey Poznyakoff  <gray@mirddin.farlep.net>
305
306         * lib/sysexit_.h: Prefix double-inclusion guard macro with _GNULIB.
307
308 2007-03-30  Karl Berry  <karl@gnu.org>
309
310         * config/srclist-update: double space after USA in the license
311         substitution, since that's how it's usually (?) written.
312
313 2007-03-30  Paul Eggert  <eggert@cs.ucla.edu>
314
315         * lib/write-any-file.c (can_write_any_file): Fix else-else bug
316         reported by Bruno Haible.
317
318 2007-03-29  Bruno Haible  <bruno@clisp.org>
319
320         * m4/iconv.m4 (AM_ICONV_LINK): Require AC_CANONICAL_HOST. Test against
321         a bug in AIX iconv().
322
323 2007-03-29  Bruno Haible  <bruno@clisp.org>
324
325         * modules/ldexpl-tests: New file.
326         * tests/test-ldexpl.c: New file.
327
328 2007-03-29  Bruno Haible  <bruno@clisp.org>
329
330         * lib/ldexpl.c: Include fpucw.h.
331         (ldexpl): Use BEGIN/END_LONG_DOUBLE_ROUNDING. Skip the last unneeded
332         multiplication.
333         * modules/ldexpl (Depends-on): Add fpucw.
334
335 2007-03-29  Bruno Haible  <bruno@clisp.org>
336
337         * modules/ldexpl: New file.
338         * m4/ldexpl.m4: New file.
339         * lib/math_.h (ldexpl): Define to a replacement if REPLACE_LDEXPL is
340         set.
341         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize also GNULIB_LDEXPL,
342         REPLACE_LDEXPL.
343         * modules/math (Makefile.am): Substitute also GNULIB_LDEXPL,
344         REPLACE_LDEXPL.
345         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
346         gl_FUNC_LDEXPL_WORKS.
347         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Remove test for ldexpl.
348         * modules/mathl (Files): Remove lib/ldexpl.c.
349         (Depends-on): Add ldexpl.
350
351 2007-03-29  Bruno Haible  <bruno@clisp.org>
352
353         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Declare frexpl.
354
355 2007-03-29  Bruno Haible  <bruno@clisp.org>
356
357         * tests/test-striconveh.c (main): Don't assume that a direct conversion
358         between ISO-8859-1 and ISO-8859-2 is possible. Needed for OSF/1, IRIX
359         and possibly also HP-UX.
360         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
361         work on AIX, IRIX, HP-UX, OSF/1.
362         * tests/uniconv/test-u16-conv-from-enc.c (main): Likewise.
363         * tests/uniconv/test-u16-strconv-from-enc.c (main): Likewise.
364         * tests/uniconv/test-u32-conv-from-enc.c (main): Likewise.
365         * tests/uniconv/test-u32-strconv-from-enc.c (main): Likewise.
366         * tests/uniconv/test-u8-conv-from-enc.c (main): Likewise.
367         * tests/uniconv/test-u8-strconv-from-enc.c (main): Likewise.
368
369 2007-03-29  Bruno Haible  <bruno@clisp.org>
370
371         * tests/test-stat-time.c: Include <fcntl.h>, not <sys/fcntl.h>.
372
373 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
374
375         * lib/acl-internal.h (acl_get_fd, acl_set_fd): undef before defining,
376         to work around a problem on OSF/1 5.1 reported by Bruno Haible.
377
378 2007-03-29  Eric Blake  <ebb9@byu.net>
379
380         * lib/acl-internal.h: Remove redundant include.
381         (ACL_NOT_WELL_SUPPORTED): Also filter on EBUSY, returned by
382         Cygwin when a file is locked.
383
384 2007-03-29  Bruno Haible  <bruno@clisp.org>
385
386         * lib/vasprintf.c [IN_LIBASPRINTF]: Include different specification
387         file.
388         * lib/asprintf.c [IN_LIBASPRINTF]: Likewise.
389
390 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
391
392         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Don't bother to
393         try to remove a parent directory if the child couldn't be removed
394         (except for the first rmdir, which could fail because the child
395         doesn't exist).  Problem reported by Jeff Blaine in
396         <http://lists.gnu.org/archive/html/bug-tar/2007-03/msg00014.html>.
397
398 2007-03-28  Bruno Haible  <bruno@clisp.org>
399
400         * lib/striconveh.c (utf8conv_carefully): New function.
401         (mem_cd_iconveh_internal): Invoke it.
402
403 2007-03-28  Bruno Haible  <bruno@clisp.org>
404
405         * lib/striconveh.c (mem_cd_iconveh_internal): Use u8_mbtoucr instead
406         of u8_mbtouc in order to distinguish invalid and incomplete UTF-8
407         input.
408         * modules/striconveh (Depends-on): Add unistr/u8-mbtoucr. Replace
409         utf8-ucs4 with unistr/u8-mbtouc. Replace ucs4-utf8 with
410         unistr/u8-uctomb.
411
412 2007-03-28  Bruno Haible  <bruno@clisp.org>
413
414         * modules/unistr/u8-mbtoucr: New file.
415         * lib/unistr/u8-mbtoucr.c: New file.
416         * modules/unistr/u16-mbtoucr: New file.
417         * lib/unistr/u16-mbtoucr.c: New file.
418         * modules/unistr/u16-mbtoucr: New file.
419         * lib/unistr/u16-mbtoucr.c: New file.
420         * lib/unistr.h (u8_mbtoucr, u16_mbtoucr, u32_mbtoucr): New declarations.
421
422 2007-03-27  Simon Josefsson  <simon@josefsson.org>
423             Bruno Haible  <bruno@clisp.org>
424
425         * m4/vasprintf.m4: Convert AC_SUBST into shell variable for
426         REPLACE_VASPRINTF.  Set HAVE_VASPRINTF.  Add
427         AC_REQUIRE([gl_STDIO_H_DEFAULTS]).
428
429         * m4/stdio_h.m4: Add stubs for vasprintf too.
430
431         * modules/stdio: Support vasprintf in sed command.
432
433         * modules/vasprintf: Depend on stdio for prototypes.  Remove
434         vasprintf.h.  Add stdio module indicator.
435
436         * lib/stdio_.h: Declare asprintf and vasprintf, based on
437         vasprintf.h.
438
439         * lib/vasprintf.h: File removed.
440
441         * lib/asprintf.c: Use stdio.h instead of vasprintf.h.
442         * lib/vasprintf.c: Ditto.
443         * lib/xvasprintf.c: Ditto.
444         * tests/test-vasprintf-posix.c: Ditto.
445         * tests/test-vasprintf.c: Ditto.
446
447 2007-03-27  Bruno Haible  <bruno@clisp.org>
448
449         Make vasnprintf multithread-safe.
450         * lib/vasnprintf.c (decimal_point_char): New function.
451         (VASNPRINTF): Use it.
452         Suggested by Simon Josefsson.
453
454 2007-03-27  Eric Blake  <ebb9@byu.net>
455
456         Support sub-second birthtime on cygwin.
457         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Also check for st_birthtim.
458         * lib/stat-time.h (STAT_TIMESPEC): Adjust comments.
459         (get_stat_birthtime): Also work with st_birthtim.
460
461 2007-03-27  Paul Eggert  <eggert@cs.ucla.edu>
462
463         * lib/stat-time.h (USE_BIRTHTIME): Remove.
464         (get_stat_atime_ns, get_stat_ctime_ns, get_stat_mtime_ns):
465         (get_stat_birthtime_ns): Do not try to use "spare" fields.
466         (get_stat_birthtime_ns): Simplify compile-time tests.
467         (get_stat_birthtime): Change the API to look like
468         get_stat_mtime etc., except return a negative tv_nsec on error.
469         * m4/stat-time.m4 (gl_STAT_TIME, gl_STAT_BIRTHTIME):
470         Don't check for "spare" fields.
471         (gl_STAT_BIRTHTIME): Don't check for struct stat.st_birthtimespec.tv_sec
472         or for struct stat.st_birthtime, as these tests aren't used.
473         * tests/test-stat-time.c (test_birthtime): Adjust to new API.
474
475 2007-03-27  Bruno Haible  <bruno@clisp.org>
476
477         * lib/stat-time.h: Include <sys/stat.h>.
478
479 2007-03-27  James Youngman  <jay@gnu.org>
480
481         * lib/stat-time.h (get_stat_birthtime): New function for
482           retrieving st_birthtime as provided by UFS2 (hence *BSD).
483         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Probe for st_birthtime
484           and its variants.
485         * modules/stat-time (configure.ac): call gl_STAT_BIRTHTIME.
486         * modules/stat-time-test: New file.
487         * tests/test-stat-time.c: New test, devised by Bruno Haible.
488
489 2007-03-26  Bruno Haible  <bruno@clisp.org>
490
491         Better support of signalling NaNs.
492         * lib/atanl.c: Include isnanl.h.
493         (atanl): Perform test for NaN at the beginning of the function and
494         through a call to isnanl.
495         * lib/cosl.c: Include isnanl.h.
496         (cosl): Perform test for NaN at the beginning of the function and
497         through a call to isnanl.
498         * lib/ldexpl.c: Include isnanl.h.
499         (ldexpl): Perform test for NaN through a call to isnanl.
500         * lib/logl.c: Include isnanl.h.
501         (logl): Perform test for NaN at the beginning of the function and
502         through a call to isnanl.
503         * lib/sinl.c: Include isnanl.h.
504         (sinl): Perform test for NaN at the beginning of the function and
505         through a call to isnanl.
506         * lib/sqrtl.c: Include isnanl.h.
507         (sqrtl): Perform test for NaN at the beginning of the function and
508         through a call to isnanl.
509         * lib/tanl.c: Include isnanl.h.
510         (tanl): Perform test for NaN at the beginning of the function and
511         through a call to isnanl.
512         * lib/trigl.c (ieee754_rem_pio2l): Remove test for NaN.
513         * modules/mathl (Depends-on): Add isnanl.
514
515 2007-03-26  Eric Blake  <ebb9@byu.net>
516
517         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Fix
518         regression in logic sense of previous patch.
519
520 2007-03-26  Bruno Haible  <bruno@clisp.org>
521
522         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Don't use
523         unportable shell command "if ! ...".
524         Reported by Ralf Wildenhues.
525
526 2007-03-25  Bruno Haible  <bruno@clisp.org>
527
528         * lib/sysexit_,h: If HAVE_SYSEXITS_H is defined, include the original
529         <sysexits.h> file, and only add EX_CONFIG.
530         * m4/sysexits.m4 (gl_SYSEXITS): If <sysexits.h> exists, check its
531         absolute file name and whether it is sufficient. Substitute also
532         HAVE_SYSEXITS_H and ABSOLUTE_SYSEXITS_H.
533         * modules/sysexits (Makefile.am): Substitute HAVE_SYSEXITS_H and
534         ABSOLUTE_SYSEXITS_H into sysexits.h.
535
536 2007-03-25  Bruno Haible  <bruno@clisp.org>
537
538         * lib/getaddrinfo.c (getaddrinfo): Don't access hints->ai_flags when
539         hints is NULL.
540
541 2007-03-25  Bruno Haible  <bruno@clisp.org>
542
543         * lib/uniconv/u8-conv-from-enc.c (u8_conv_from_encoding): Add a cast.
544         * lib/uniconv/u8-strconv-to-enc.c (u8_strconv_to_encoding): Likewise.
545
546 2007-03-25  Bruno Haible  <bruno@clisp.org>
547
548         * lib/vasnprintf.c: Include langinfo.h.
549         (VASNPRINTF): Prefer nl_langinfo over localeconv, since it's more
550         multithread-safe.
551         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): New macro.
552         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke it.
553         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
554         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
555         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
556         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
557         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
558         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX: Likewise.
559         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
560         Reported by Simon Josefsson.
561
562 2007-03-25  Bruno Haible  <bruno@clisp.org>
563
564         * lib/printf-parse.c [!IN_LIBINTL]: Include <stdint.h>, for intmax_t.
565         (PRINTF_PARSE): Make the support for size specifier 'j' unconditional.
566         * modules/vasnprintf (Depends-on): Add stdint.
567
568 2007-03-25  Bruno Haible  <bruno@clisp.org>
569
570         * modules/fpieee: New file.
571         * m4/fpieee.m4: New file.
572         * modules/isnan-nolibm (Depends-on): Add fpieee.
573         * modules/isnanl-nolibm (Depends-on): Add fpieee.
574         * modules/isnanl (Depends-on): Add fpieee.
575
576 2007-03-25  Bruno Haible  <bruno@clisp.org>
577
578         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Test also finite numbers.
579
580 2007-03-25  Bruno Haible  <bruno@clisp.org>
581
582         Avoid test failures on IRIX 6.5.
583         * tests/test-frexpl.c (MIN_NORMAL_EXP): New macro.
584         (main): Use it.
585         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP): New
586         macros.
587         (main): Use them.
588
589 2007-03-25  Bruno Haible  <bruno@clisp.org>
590
591         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): New macro.
592         (gl_FUNC_FREXPL): Invoke it. Set REPLACE_FREXPL to 1 if it frexpl
593         exists but doesn't work.
594         * lib/math_.h (frexpl): Define as a replacement macro if REPLACE_FREXPL
595         is set. Don't provide a prototype if REPLACE_FREXPL is not set.
596         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_FREXPL.
597         * modules/math (Makefile.am) Substibute also REPLACE_FREXPL into math.h.
598
599 2007-03-25  Bruno Haible  <bruno@clisp.org>
600
601         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Add check whether frexp(inf)
602         returns inf. Needed on IRIX 6.5.
603
604 2007-03-25  Bruno Haible  <bruno@clisp.org>
605
606         * tests/test-frexpl.c: Include isnanl-nolibm.h.
607         (main): Use isnanl instead of x != x idiom.
608         * modules/frexpl-tests (Depends-on): Add isnanl-nolibm.
609
610         * tests/test-frexp.c: Include isnan.h.
611         (main): Use isnan instead of x != x idiom.
612         * modules/frexp-tests (Depends-on): Add isnan-nolibm.
613
614 2007-03-25  Bruno Haible  <bruno@clisp.org>
615
616         * tests/test-frexp.c (NaN): New function/macro.
617         (main): Use it instead of 0.0 / 0.0.
618         * tests/test-isnan.c (NaN): New function/macro.
619         (main): Use it instead of 0.0 / 0.0.
620         * tests/test-vasnprintf-posix.c (NaN): New function/macro.
621         (test_function): Use it instead of 0.0 / 0.0.
622         * tests/test-vasprintf-posix.c (NaN): New function/macro.
623         (test_function): Use it instead of 0.0 / 0.0.
624         * tests/test-snprintf-posix.h (NaN): New function/macro.
625         (test_function): Use it instead of 0.0 / 0.0.
626         * tests/test-sprintf-posix.h (NaN): New function/macro.
627         (test_function): Use it instead of 0.0 / 0.0.
628         * tests/test-fprintf-posix.h (NaN): New function/macro.
629         (test_function): Use it instead of 0.0 / 0.0.
630         * tests/test-printf-posix.h (NaN): New function/macro.
631         (test_function): Use it instead of 0.0 / 0.0.
632
633         * lib/isnan.c (FUNC): Work around a DEC C compiler bug.
634
635 2007-03-25  Bruno Haible  <bruno@clisp.org>
636
637         * lib/glob_.h: Include <sys/stat.h>. Avoids warnings on AIX 5.1.
638
639 2007-03-25  Bruno Haible  <bruno@clisp.org>
640
641         * lib/regexec.c (merge_state_with_log): Make static.
642
643 2007-03-25  Bruno Haible  <bruno@clisp.org>
644
645         * lib/trigl.c (kernel_rem_pio2): Make static.
646
647 2007-03-25  Bruno Haible  <bruno@clisp.org>
648
649         * lib/sincosl.c (sincosl_table): Make static.
650
651 2007-03-25  Bruno Haible  <bruno@clisp.org>
652
653         * lib/argp.h (__restrict): Define to empty, rather than to 'restrict',
654         if the compiler does not support C99.
655
656 2007-03-25  Bruno Haible  <bruno@clisp.org>
657
658         * modules/time (Makefile.am): Ensure all rule action lines start with a
659         tab.
660
661 2007-03-24  Bruno Haible  <bruno@clisp.org>
662
663         * modules/tsearch-tests: New file.
664         * tests/test-tsearch.sh: New file.
665         * tests/test-tsearch.c: New file, mostly copied from glibc.
666
667         * modules/search-tests: New file.
668         * tests/test-search.c: New file.
669
670         * modules/search: New file.
671         * lib/search_.h: New file, incorporating lib/tsearch.h.
672         * m4/search_h.m4: New file.
673         * lib/tsearch.h: Remove file.
674         * lib/tsearch.c: Include search.h instead of tsearch.h.
675         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Require gl_SEARCH_H_DEFAULTS. Set
676         HAVE_TSEARCH.
677         * modules/tsearch (Files): Remove lib/tsearch.h.
678         (Depends-on): Add search.
679         (configure.ac): Invoke gl_SEARCH_MODULE_INDICATOR.
680         (Include): Change tsearch.h into search.h.
681
682 2007-03-24  Bruno Haible  <bruno@clisp.org>
683
684         * modules/fpucw: New file.
685         * lib/fpucw.h: New file.
686         * lib/frexp.c: Include fpucw.h.
687         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
688         (FUNC): Use them.
689         * lib/printf-frexp.c: Include fpucw.h.
690         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
691         (FUNC): Use them.
692         * lib/vasnprintf.c: Include fpucw.h.
693         (VASNPRINTF): Invoke BEGIN/END_LONG_DOUBLE_ROUNDING around the
694         'long double' calculations.
695         * tests/test-frexpl.c: Include fpucw.h.
696         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
697         * tests/test-printf-frexpl.c: Include fpucw.h.
698         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
699         * modules/frexpl (Depends-on): Add fpucw.
700         * modules/printf-frexpl (Depends-on): Likewise.
701         * modules/fprintf-posix (Depends-on): Likewise.
702         * modules/snprintf-posix (Depends-on): Likewise.
703         * modules/sprintf-posix (Depends-on): Likewise.
704         * modules/vasnprintf-posix (Depends-on): Likewise.
705         * modules/vasprintf-posix (Depends-on): Likewise.
706         * modules/vfprintf-posix (Depends-on): Likewise.
707         * modules/vsnprintf-posix (Depends-on): Likewise.
708         * modules/vsprintf-posix (Depends-on): Likewise.
709         * modules/frexpl-tests (Depends-on): Likewise.
710         * modules/printf-frexpl-tests (Depends-on): Likewise.
711
712 2007-03-24  Bruno Haible  <bruno@clisp.org>
713
714         * lib/float+.h: New file.
715         * lib/isnan.c: Include float+.h.
716         (SIZE): New macro.
717         (FUNC): Compare only SIZE bytes of the value.
718         * lib/vasnprintf.c: Include float+.h.
719         (VASNPRINTF): When comparing agains +0.0L or +0.0, compare only
720         SIZEOF_LDBL or SIZEOF_DBL bytes.
721         * modules/isnan-nolibm (Files): Add lib/float+.h.
722         * modules/isnanl-nolibm (Files): Add lib/float+.h.
723         * modules/isnanl (Files): Add lib/float+.h.
724         * modules/vasnprintf (Files): Add lib/float+.h.
725
726 2007-03-24  Bruno Haible  <bruno@clisp.org>
727
728         * lib/vasnprintf.c [!HAVE_LONG_DOUBLE]: Include printf-frexp.h. Don't
729         include isnanl-nolibm.h.
730
731 2007-03-24  Bruno Haible  <bruno@clisp.org>
732
733         * tests/test-read-file.c (main): Don't produce spurious output for
734         expected situations. Make the test fail if it encountered unexpected
735         results.
736
737 2007-03-24  Bruno Haible  <bruno@clisp.org>
738
739         * m4/locale-fr.m4 (gt_LOCALE_FR): Remove the special-casing of NetBSD,
740         since its fr_FR.ISO8859-1 locale wouldn't pass the tests.
741
742 2007-03-24  Bruno Haible  <bruno@clisp.org>
743
744         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Fix last change.
745
746 2007-03-24  Bruno Haible  <bruno@clisp.org>
747
748         * modules/unistr/base (Depends-on): Remove utf8-ucs4-unsafe,
749         utf16-ucs4-unsafe, utf8-ucs4, utf16-ucs4, ucs4-utf8, ucs4-utf16.
750
751         * modules/unistr/u8-mbtouc: Add source files from module utf8-ucs4.
752         * modules/utf8-ucs4: Turn into a symbolic link to module
753         unistr/u8-mbtouc.
754
755         * modules/unistr/u8-mbtouc-unsafe: Add source files from module
756         utf8-ucs4-unsafe.
757         * modules/utf8-ucs4-unsafe: Turn into a symbolic link to module
758         unistr/u8-mbtouc-unsafe.
759
760         * modules/unistr/u16-mbtouc: Add source files from module utf16-ucs4.
761         * modules/utf16-ucs4: Turn into a symbolic link to module
762         unistr/u16-mbtouc.
763
764         * modules/unistr/u16-mbtouc-unsafe: Add source files from module
765         utf16-ucs4-unsafe.
766         * modules/utf16-ucs4-unsafe: Turn into a symbolic link to module
767         unistr/u16-mbtouc-unsafe.
768
769         * modules/unistr/u8-uctomb: Add source files from module utf4-utf8.
770         * modules/ucs4-utf8: Turn into a symbolic link to module
771         unistr/u8-ubtomb.
772
773         * modules/unistr/u16-uctomb: Add source files from module utf4-utf16.
774         * modules/ucs4-utf16: Turn into a symbolic link to module
775         unistr/u16-ubtomb.
776
777 2007-03-24  Bruno Haible  <bruno@clisp.org>
778
779         * lib/unistr/u8-mbtouc-aux.c: Renamed from lib/unistr/utf8-ucs4.c.
780         Enable the function only if HAVE_INLINE.
781         * lib/unistr/u8-mbtouc-unsafe-aux.c: Renamed from
782         lib/unistr/utf8-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
783         * lib/unistr/u16-mbtouc-aux.c: Renamed from lib/unistr/utf16-ucs4.c.
784         Enable the function only if HAVE_INLINE.
785         * lib/unistr/u16-mbtouc-unsafe-aux.c: Renamed from
786         lib/unistr/utf16-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
787         * lib/unistr/u8-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf8.c.
788         Enable the function only if HAVE_INLINE.
789         * lib/unistr/u16-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf16.c.
790         Enable the function only if HAVE_INLINE.
791         * modules/utf8-ucs4: Update.
792         * modules/utf8-ucs4-unsafe: Update.
793         * modules/utf16-ucs4: Update.
794         * modules/utf16-ucs4-unsafe: Update.
795         * modules/ucs4-utf8: Update.
796         * modules/ucs4-utf16: Update.
797
798 2007-03-24  Bruno Haible  <bruno@clisp.org>
799
800         * lib/utf8-ucs4.h: Remove file.
801         * lib/utf8-ucs4-unsafe.h: Remove file.
802         * lib/utf16-ucs4.h: Remove file.
803         * lib/utf16-ucs4-unsafe.h: Remove file.
804         * lib/ucs4-utf8.h: Remove file.
805         * lib/ucs4-utf16.h: Remove file.
806         * lib/unistr.h: Include their previous contents.
807         * m4/utf-ucs4.m4: Remove file.
808         * m4/ucs4-utf.m4: Remove file.
809         * modules/utf8-ucs4 (Files): Remove lib/utf8-ucs4.h.
810         (Depends-on): Add unistr/base.
811         (configure.ac): Remove gl_UTF_UCS4.
812         (Makefile.am): Update.
813         (Include): Change to unistr.h.
814         * modules/utf8-ucs4-unsafe (Files): Remove lib/utf8-ucs4-unsafe.h.
815         (Depends-on): Add unistr/base.
816         (configure.ac): Remove gl_UTF_UCS4.
817         (Makefile.am): Update.
818         (Include): Change to unistr.h.
819         * modules/utf16-ucs4 (Files): Remove lib/utf16-ucs4.h.
820         (Depends-on): Add unistr/base.
821         (configure.ac): Remove gl_UTF_UCS4.
822         (Makefile.am): Update.
823         (Include): Change to unistr.h.
824         * modules/utf16-ucs4-unsafe (Files): Remove lib/utf16-ucs4-unsafe.h.
825         (Depends-on): Add unistr/base.
826         (configure.ac): Remove gl_UTF_UCS4.
827         (Makefile.am): Update.
828         (Include): Change to unistr.h.
829         * modules/ucs4-utf8 (Files): Remove lib/ucs4-utf8.h.
830         (Depends-on): Add unistr/base.
831         (configure.ac): Remove gl_UCS4_UTF.
832         (Makefile.am): Update.
833         (Include): Change to unistr.h.
834         * modules/ucs4-utf16 (Files): Remove lib/ucs4-utf16.h.
835         (Depends-on): Add unistr/base.
836         (configure.ac): Remove gl_UCS4_UTF.
837         (Makefile.am): Update.
838         (Include): Change to unistr.h.
839         * lib/unistr/utf8-ucs4.c: Include unistr.h instead of utf8-ucs4.h.
840         * lib/unistr/utf8-ucs4-unsafe.c: Include unistr.h instead of
841         utf8-ucs4-unsafe.h.
842         * lib/unistr/utf16-ucs4.c: Include unistr.h instead of utf16-ucs4.h.
843         * lib/unistr/utf16-ucs4-unsafe.c: Include unistr.h instead of
844         utf16-ucs4-unsafe.h.
845         * lib/unistr/ucs4-utf8.c: Include unistr.h instead of ucs4-utf8.h.
846         * lib/unistr/ucs4-utf16.c: Include unistr.h instead of ucs4-utf16.h.
847         * lib/unistr/u8-chr.c: Don't include ucs4-utf8.h.
848         * lib/unistr/u8-strchr.c: Likewise.
849         * lib/unistr/u8-strrchr.c: Likewise.
850         * lib/unistr/u16-chr.c: Don't include ucs4-utf16.h.
851         * lib/unistr/u16-strchr.c: Likewise.
852         * lib/unistr/u16-strrchr.c: Likewise.
853         * lib/striconveh.c: Update.
854         * lib/linebreak.c: Update.
855
856 2007-03-24  Bruno Haible  <bruno@clisp.org>
857
858         * lib/argp-help.c (fill_in_uparams, canon_doc_option): Cast the
859         arguments of isspace, isalpha, isalnum, isdigit to 'unsigned char'.
860
861 2007-03-22  Bruno Haible  <bruno@clisp.org>
862
863         * lib/strptime.c (__strptime_internal): Use ANSI C syntax.
864
865 2007-03-23  Paul Eggert  <eggert@cs.ucla.edu>
866
867         * MODULES.html.sh (File system functions): New module write-any-file.
868         * modules/write-any-file, lib/write-any-file.c, lib/write-any-file.h:
869         * m4/write-any-file.m4: New files.
870
871 2007-03-23  Eric Blake  <ebb9@byu.net>
872
873         * gnulib-tool: Rearrange space-tab sequences, since some editors
874         like to eat them.
875
876 2007-03-23  Eric Blake  <ebb9@byu.net>
877
878         * lib/version-etc.c (version_etc_va): Update license wording to
879         be more concise.  Recommended by Richard Stallman.
880
881 2007-03-22  Bruno Haible  <bruno@clisp.org>
882
883         * lib/poll.c (MSG_PEEK): New fallback definition.
884
885 2007-03-22  Bruno Haible  <bruno@clisp.org>
886
887         * modules/sys_socket-tests (configure.ac): Check for shutdown function.
888         * tests/test-sys_socket.c (a): Test only if shutdown() exists.
889         (main): Update.
890         Fixes a compilation error on BeOS.
891
892 2007-03-22  Bruno Haible  <bruno@clisp.org>
893
894         * modules/frexpl-tests: New file.
895         * tests/test-frexpl.c: New file.
896
897         * modules/frexpl: New file.
898         * m4/frexpl.m4: New file.
899         * modules/math (Makefile.am): Also substitute GNULIB_FREXPL into math.h.
900         * lib/math_.h (frexpl): Test GNULIB_FREXPL instead of GNULIB_MATHL.
901         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FREXPL.
902         * modules/mathl (Files): Remove lib/frexpl.c, lib/frexp.c.
903         (Depends-on): Add frexpl. Remove isnanl-nolibm.
904         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Don't test for frexpl.
905
906 2007-03-22  Bruno Haible  <bruno@clisp.org>
907
908         * lib/frexpl.c: Share code with lib/frexp.c.
909         * modules/mathl (Files): Add lib/frexp.c.
910         (Depends-on): Add isnanl-nolibm.
911
912 2007-03-22  Bruno Haible  <bruno@clisp.org>
913
914         * modules/printf-frexp (Files): Add m4/frexp.m4.
915         * m4/printf-frexp.m4 (gl_FUNC_PRINTF_FREXP): Define HAVE_FREXP_IN_LIBC
916         only if the found frexp function actually works.
917
918 2007-03-22  Bruno Haible  <bruno@clisp.org>
919
920         * lib/frexp.c: Remove older implementation that uses divisions.
921
922 2007-03-21  Bruno Haible  <bruno@clisp.org>
923
924         * modules/frexp-tests: New file.
925         * tests/test-frexp.c: New file.
926
927         * modules/frexp: New file.
928         * lib/frexp.c: New file.
929         * m4/frexp.m4: New file.
930         * lib/math_.h (frexp): New declaration.
931         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Also initialize GNULIB_FREXP and
932         REPLACE_FREXP.
933         * modules/math (math.h): Also substitute GNULIB_FREXP, REPLACE_FREXP.
934
935 2007-03-21  Bruno Haible  <bruno@clisp.org>
936
937         * modules/isnanl-tests: New file.
938         * tests/test-isnanl.c: New file.
939
940         * modules/isnanl: New file.
941         * lib/isnanl.h: New file.
942         * m4/isnanl.m4 (gl_FUNC_ISNANL): New macro.
943         (gl_FUNC_ISNANL_NO_LIBM): Invoke gl_HAVE_ISNANL_NO_LIBM,
944         gl_FUNC_ISNANL_WORKS.
945         (gl_HAVE_ISNANL_NO_LIBM, gl_HAVE_ISNANL_IN_LIBM, gl_FUNC_ISNANL_WORKS):
946         New macros.
947
948 2007-03-21  Bruno Haible  <bruno@clisp.org>
949
950         * modules/isnanl-nolibm (Files): Add lib/isnanl-nolibm.h, remove
951         lib/isnanl.h.
952         (Include): Update.
953         * lib/isnanl-nolibm.h: Renamed from lib/isnanl.h.
954         * lib/vasnprintf.c: Update.
955         * modules/isnanl-nolibm-tests (Files): Add tests/test-isnanl-nolibm.c,
956         tests/test-isnanl.h, remove tests/test-isnanl.c.
957         (Makefile.am): Update.
958         * tests/test-isnanl-nolibm.c: New file.
959         * tests/test-isnanl.h: New file.
960         * tests/test-isnanl.c: Remove file.
961
962 2007-03-21  Jim Meyering  <jim@meyering.net>
963
964         When trying to open ".", treat ESTALE like EACCES.
965         * lib/savewd.c (savewd_save): Resort to forking not just upon
966         failure with EACCES, but also when errno is ESTALE.
967
968 2007-03-20  Bruno Haible  <bruno@clisp.org>
969
970         * lib/string_.h (strndup): Enable declaration also if HAVE_STRNDUP.
971         Needed on AIX 5.1. Reported by Matthew Woehlke.
972
973 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
974
975         Suggestions by Bruno Haible:
976         * lib/acl-internal.h: Include "gettext.h" rather than rolling
977         our own.
978         (ACL_NOT_WELL_SUPPORTED): Parenthesize arg when used.
979         * modules/acl (Depends-on): Add gettext.
980
981 2007-03-19  Bruno Haible  <bruno@clisp.org>
982
983         * modules/iconvme: Remove file.
984         * lib/iconvme.h: Remove file.
985         * lib/iconvme.c: Remove file.
986         * m4/iconvme.m4: Remove file.
987
988 2007-03-19  Bruno Haible  <bruno@clisp.org>
989
990         * doc/relocatable-maint.texi: Break long shell script line.
991         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
992
993 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
994
995         Add limited support for Solaris 10 ZFS-style ACLs: just enough to
996         handle file_has_acl.
997         * lib/acl-internal.h, lib/acl_entries.c, lib/file-has-acl.c: New files.
998         * lib/acl.c: Move header inclusions and related macro defns into
999         lib/acl-internal.h.
1000         (S_ISLNK): Remove defn, since that's now done for us.
1001         (file_has_acl): Move to lib/file-has-acl.c.
1002         Call acl_trivial if available.  This is the crucial part of the fix.
1003         (acl_entries): Move to lib/acl_entries.c.  Now extern, since it's
1004         shared within the library.  Rewrite a bit, partly to make it compatible
1005         with the GNU coding style.
1006         * m4/acl.m4 (AC_FUNC_ACL): Add AC_LIBOBJ([file-has-acl]).
1007         Remove unnecessary double-quotes.
1008         Don't test for acl_to_text; the build will catch that.
1009         Replace acl_entries if it doesn't exist and it is needed.
1010         Check for -lsec and acl_trivial (as used on Solaris 10).
1011         * modules/acl (Files): Add lib/acl-internal.h, lib/acl_entries.c,
1012         lib/file-has-acl.c.
1013         (Depends-on): Add sys_stat, for S_ISLNK.
1014
1015 2007-03-19  Ben Pfaff  <blp@gnu.org>
1016
1017         * doc/gnulib.texi: Fix typos.
1018         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
1019
1020 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
1021
1022         * lib/getcwd.c (__getcwd): Remove redundant comparison of buf to NULL.
1023         If size is zero here, buf must be zero.
1024
1025 2007-03-19  Simon Josefsson  <simon@josefsson.org>
1026
1027         * des.c: Remove weak_keys_chksum.  Reported by Bruno Haible
1028         <bruno@clisp.org>.
1029
1030 2007-03-18  Bruno Haible  <bruno@clisp.org>
1031
1032         * lib/vasnprintf.c (VASNPRINTF): Undo first part of last patch.
1033         Suggested by Eric Blake.
1034
1035 2007-03-18  Ben Pfaff  <blp@gnu.org>
1036
1037         * doc/relocatable.texi: Recommend using as prefix a directory
1038         that does not exist and will never be created.  Based on
1039         discussion with Bruno Haible, Ralf Wildenhues, Matthew Woehlke,
1040         and others.
1041
1042 2007-03-17  Bruno Haible  <bruno@clisp.org>
1043
1044         * lib/fchownat.c: Include lchown.h.
1045
1046 2007-03-17  Bruno Haible  <bruno@clisp.org>
1047
1048         Fix endless loop when the given allocated size was > INT_MAX.
1049         * lib/vasnprintf.c (EOVERFLOW): New fallback definition.
1050         (VASNPRINTF): Fail with EOVERFLOW when the given allocated size is
1051         larger than INT_MAX, or when it grow to a value larger than INT_MAX.
1052         * lib/vsprintf.c (vsprintf): Don't pass a size > INT_MAX to vasnprintf.
1053         * lib/sprintf.c (sprintf): Likewise.
1054
1055 2007-03-17  Bruno Haible  <bruno@clisp.org>
1056
1057         * tests/test-argp-2.sh (func_compare): Output a context diff.
1058
1059 2007-03-17  Bruno Haible  <bruno@clisp.org>
1060
1061         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Check also the
1062         locale's decimal-point character.
1063
1064 2007-03-17  Bruno Haible  <bruno@clisp.org>
1065
1066         * lib/vasnprintf.c (VASNPRINTF): Clear out the memory used for arg_mem
1067         before comparing it. Needed because on some platforms (e.g. x86) a
1068         'long double' occupies less bytes than sizeof (long double).
1069
1070 2007-03-17  Bruno Haible  <bruno@clisp.org>
1071
1072         * tests/test-crc.c (main): Make printf statements 64-bit clean.
1073         * tests/test-gc-pbkdf2-sha1.c (main): Likewise.
1074         * tests/test-getaddrinfo.c (simple): Likewise.
1075         * tests/test-read-file.c (main): Likewise.
1076
1077 2007-03-17  Bruno Haible  <bruno@clisp.org>
1078
1079         * tests/test-dirname.c (main): Make printf statements 64-bit clean.
1080
1081 2007-03-17  Bruno Haible  <bruno@clisp.org>
1082
1083         * tests/test-xvasprintf.c (test_xvasprintf, test_xasprintf): Remove
1084         unused variable.
1085
1086 2007-03-17  Bruno Haible  <bruno@clisp.org>
1087
1088         * tests/test-c-strcasecmp.c: Include c-strcase.h.
1089         * tests/test-c-strncasecmp.c: Likewise.
1090
1091 2007-03-17  Bruno Haible  <bruno@clisp.org>
1092
1093         * modules/stdlib (Depends-on): Add unistd.
1094         * lib/stdlib_.h: Include <unistd.h> if mkstemp is desired.
1095         Needed for MacOS X 10.3.
1096
1097 2007-03-17  Bruno Haible  <bruno@clisp.org>
1098
1099         * lib/unistr/u-strdup.h: Include <stdlib.h>.
1100
1101 2007-03-17  Bruno Haible  <bruno@clisp.org>
1102
1103         * lib/unistr/u-cpy-alloc.h: Include <stdlib.h>.
1104
1105 2007-03-17  Bruno Haible  <bruno@clisp.org>
1106
1107         * gnulib-tool (func_import): Update .cvsignore and .gitignore files
1108         to reflect files copied from gnulib (with or without modifications).
1109         Suggested by Jim Meyering.
1110
1111 2007-03-17  Eric Blake  <ebb9@byu.net>
1112
1113         * NEWS: Document stdlib change from 2007-02-18.
1114
1115 2007-03-17  Jim Meyering  <jim@meyering.net>
1116
1117         Detect use of AC_CONFIG_AUX_DIR also when its argument is quoted.
1118         * build-aux/bootstrap: Put ""s around use of $build_aux, in case
1119         someone uses a name containing shell meta-characters.
1120         Reported by Alfred M. Szmidt.
1121
1122         * build-aux/bootstrap: Don't use \> in grep regexp.  For HP-UX.
1123
1124 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
1125
1126         * build-aux/bootstrap (with_gettext): New variable.  Run autopoint
1127         and copy gettext configuration files only if configure.ac contains
1128         a use of AM_GNU_GETTEXT_VERSION.
1129
1130 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
1131
1132         * build-aux/bootstrap (gnulib_name): New variable.
1133         (gnulib_tool_options): Use it.
1134
1135 2007-03-13  Simon Josefsson  <simon@josefsson.org>
1136
1137         * tests/test-des.c: Use new namespace.
1138
1139 2007-03-15  Bruno Haible  <bruno@clisp.org>
1140
1141         * lib/dummy.c (gl_dummy_symbol): Renamed from 'dummy'.
1142         Reported by James Youngman <jay@gnu.org>.
1143
1144 2007-03-15  Bruno Haible  <bruno@clisp.org>
1145
1146         * lib/glob.c (glob): Add 'restrict' so that prototype matches the
1147         declared prototype. Needed with cc on OSF/1 5.1.
1148
1149 2007-03-15  Bruno Haible  <bruno@clisp.org>
1150
1151         * lib/gl_list.h (gl_listelement_dispose_fn): New type.
1152         (gl_list_create_empty, gl_list_create): Add dispose_fn argument.
1153         (struct gl_list_implementation): Add dispose_fn argument to the
1154         'create_empty', 'create' methods.
1155         (struct gl_list_impl_base): Add field 'dispose_fn'.
1156         * lib/gl_list.c (gl_list_create_empty, gl_list_create): Add dispose_fn
1157         argument.
1158         * lib/gl_array_list.c (gl_array_create_empty, gl_array_create): Add
1159         dispose_fn argument.
1160         (gl_array_remove_node, gl_array_remove_at, gl_array_list_free): Call
1161         dispose_fn on the dropped values.
1162         * lib/gl_carray_list.c (gl_carray_create_empty, gl_carray_create): Add
1163         dispose_fn argument.
1164         (gl_carray_remove_at, gl_carray_list_free): Call dispose_fn on the
1165         dropped values.
1166         * lib/gl_anyavltree_list2.h (gl_tree_create): Add dispose_fn argument.
1167         (gl_tree_remove_node): Call dispose_fn on the dropped value.
1168         * lib/gl_anyrbtree_list2.h (gl_tree_create): Add dispose_fn argument.
1169         (gl_tree_remove_node): Call dispose_fn on the dropped value.
1170         * lib/gl_anytree_list2.h (gl_tree_create_empty): Add dispose_fn
1171         argument.
1172         (gl_tree_list_free): Call dispose_fn on the dropped values.
1173         * lib/gl_anytreehash_list2.h (gl_tree_list_free): Call dispose_fn on
1174         the dropped values.
1175         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
1176         Add dispose_fn argument.
1177         (gl_linked_remove_node, gl_linked_remove_at, gl_linked_list_free):
1178         Call dispose_fn on the dropped values.
1179         * lib/gl_sublist.c (gl_sublist_create_empty, gl_sublist_create_fill):
1180         Add dispose_fn argument.
1181         (gl_sublist_create): Initialize the 'dispose_fn' field.
1182         * lib/clean-temp.c (create_temp_dir, register_fd): Update.
1183         * tests/test-array_list.c (main): Update.
1184         * tests/test-carray_list.c (main): Update.
1185         * tests/test-avltree_list.c (main): Update.
1186         * tests/test-rbtree_list.c (main): Update.
1187         * tests/test-avltreehash_list.c (main): Update.
1188         * tests/test-rbtreehash_list.c (main): Update.
1189         * tests/test-linked_list.c (main): Update.
1190         * tests/test-linkedhash_list.c (main): Update.
1191         * tests/test-array_oset.c (main): Update.
1192
1193 2007-03-15  Bruno Haible  <bruno@clisp.org>
1194
1195         * lib/gl_oset.h (gl_setelement_dispose_fn): New type.
1196         (gl_oset_create_empty): Add dispose_fn argument.
1197         (struct gl_oset_implementation): Add dispose_fn argument to
1198         'create_empty' method.
1199         (struct gl_oset_impl_base): Add dispose_fn field.
1200         * lib/gl_oset.c (gl_oset_create_empty): Add dispose_fn argument.
1201         * lib/gl_array_oset.c (gl_array_create_empty): Add dispose_fn argument.
1202         (gl_array_remove_at, gl_array_free): Call dispose_fn on the dropped
1203         values.
1204         * lib/gl_anytree_oset.h (gl_tree_create_empty): Add dispose_fn argument.
1205         (gl_tree_oset_free): Call dispose_fn on the dropped values.
1206         * lib/gl_avltree_oset.c (gl_tree_remove_node): Call dispose_fn on the
1207         dropped value.
1208         * lib/gl_rbtree_oset.c (gl_tree_remove_node): Call dispose_fn on the
1209         dropped value.
1210         * tests/test-array_oset.c (main): Update.
1211         * tests/test-avltree_oset.c (main): Update.
1212         * tests/test-rbtree_oset.c (main): Update.
1213         * lib/gl_anytreehash_list1.h (add_to_bucket): Update.
1214
1215 2007-03-13  Bruno Haible  <bruno@clisp.org>
1216
1217         * tests/test-stdbool.c (i): Update after last patch.
1218
1219 2007-03-12  Bruno Haible  <bruno@clisp.org>
1220
1221         * lib/quotearg.c: Include <wctype.h> early, before the definition of
1222         the iswprint macro. Needed on Solaris 2.5.1.
1223
1224 2007-03-12  Bruno Haible  <bruno@clisp.org>
1225
1226         * tests/test-printf-frexp.c (main): Declare x as volatile.
1227
1228 2007-03-12  Simon Josefsson  <simon@josefsson.org>
1229
1230         * doc/gnulib.texi (Build robot for gnulib): New section.
1231
1232 2007-03-12  Jim Meyering  <jim@meyering.net>
1233
1234         * build-aux/bootstrap: New file.
1235         * build-aux/bootstrap.conf: New file, from coreutils.
1236
1237 2007-03-11  Bruno Haible  <bruno@clisp.org>
1238
1239         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Require AC_C_INLINE.
1240
1241 2007-03-12  Simon Josefsson  <simon@josefsson.org>
1242
1243         * lib/des.h, lib/des.c, lib/gc-gnulib.c: Use gl_ namespace, to
1244         avoid collisions with 'des_setkey'.  Reported by Bruno Haible
1245         <bruno@clisp.org>.  Also change 'tripledes_' to '3des_'.
1246
1247 2007-03-11  Bruno Haible  <bruno@clisp.org>
1248
1249         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): If the test program fails to
1250         compile, set LOCALE_TR_UTF8 to 'none' instead of empty.
1251
1252 2007-03-11  Bruno Haible  <bruno@clisp.org>
1253
1254         * lib/stdint_.h (INT64_MIN, INTMAX_MIN): Avoid using the ~INT..._MAX
1255         formula. Needed for SunPRO C 5.0.
1256
1257 2007-03-11  Bruno Haible  <bruno@clisp.org>
1258
1259         * modules/long-options (Depends-on): Add getopt.
1260
1261 2007-03-11  Bruno Haible  <bruno@clisp.org>
1262
1263         * modules/modechange (Depends-on): Add stdbool.
1264
1265 2007-03-11  Bruno Haible  <bruno@clisp.org>
1266
1267         * modules/i-ring (Depends-on): Add stdbool.
1268
1269 2007-03-11  Bruno Haible  <bruno@clisp.org>
1270
1271         * modules/gc-des (Depends-on): Add stdbool.
1272
1273 2007-03-11  Bruno Haible  <bruno@clisp.org>
1274
1275         * m4/mktime.m4 (gl_PREREQ_MKTIME): Require AC_C_INLINE.
1276
1277 2007-03-11  Bruno Haible  <bruno@clisp.org>
1278
1279         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Require AC_C_RESTRICT.
1280
1281 2007-03-11  Bruno Haible  <bruno@clisp.org>
1282
1283         * lib/unistr/u32-mbtouc-unsafe.c (u32_mbtouc_unsafe): Fix syntax error.
1284
1285 2007-03-11  Bruno Haible  <bruno@clisp.org>
1286
1287         * lib/vasnprintf.c (sprintf): Undefine.
1288
1289 2007-03-11  Bruno Haible  <bruno@clisp.org>
1290
1291         * lib/isnan.c (rpl_isnan, rpl_isnanl): Work around bug regarding
1292         initializers in SunPRO C and Compaq C compilers.
1293
1294 2007-03-11  Bruno Haible  <bruno@clisp.org>
1295
1296         * lib/gl_array_oset.c (gl_array_iterator_next): Make pointer
1297         decrementing code ANSI C compliant.
1298
1299 2007-03-11  Bruno Haible  <bruno@clisp.org>
1300
1301         * lib/dummy.c [__sun]: Define a dummy variable, not just a typedef.
1302         Needed for Solaris 2.5.1 ranlib and SunPRO C 5.0.
1303
1304 2007-03-11  Bruno Haible  <bruno@clisp.org>
1305
1306         * tests/test-stdbool.c (s, d, e, xlcbug): Disable checks that gnulib's
1307         <stdbool.h> substitute doesn't pass.
1308
1309 2007-03-11  Bruno Haible  <bruno@clisp.org>
1310
1311         * lib/vasnprintf.c (snprintf): Undefine. Avoids an endless recursion.
1312
1313 2007-03-11  Bruno Haible  <bruno@clisp.org>
1314
1315         * gnulib-tool (func_create_megatestdir): Create also an autobuild
1316         script, for submission to autobuild.josefsson.org.
1317
1318 2007-03-10  Bruno Haible  <bruno@clisp.org>
1319
1320         * modules/canonicalize-lgpl-tests: New file.
1321         * tests/test-canonicalize-lgpl.sh: New file.
1322         * tests/test-canonicalize-lgpl.c: New file.
1323
1324         * modules/c-strcase-tests: New file.
1325         * tests/test-c-strcase.sh: New file.
1326         * tests/test-c-strcasecmp.c: New file.
1327         * tests/test-c-strncasecmp.c: New file.
1328
1329         * modules/atexit-tests: New file.
1330         * tests/test-atexit.sh: New file.
1331         * tests/test-atexit.c: New file.
1332
1333 2007-03-10  Bruno Haible  <bruno@clisp.org>
1334
1335         * tests/test-binary-io.sh: Use temporary filenames that are not so
1336         likely to clash with those of other tests (in a parallel make).
1337         * tests/test-binary-io.c: Likewise.
1338
1339 2007-03-10  Bruno Haible  <bruno@clisp.org>
1340
1341         * lib/fseterr.c (fseterr): Port to Solaris/SPARC64. Deactivate the
1342         fallback; use #error instead.
1343         Suggested by Simon Josefsson.
1344
1345 2007-03-10  Bruno Haible  <bruno@clisp.org>
1346
1347         * gnulib-tool (func_create_testdir): Treat MOSTLYCLEANFILES like
1348         CLEANFILES. Put spaces in each line of $cleaned_files, not only the
1349         first and the last.
1350
1351 2007-03-10  Bruno Haible  <bruno@clisp.org>
1352
1353         * lib/stdint_.h (uint_least64_t): Fix typo in last patch.
1354
1355 2007-03-10  Bruno Haible  <bruno@clisp.org>
1356
1357         * modules/snprintf-posix-tests (EXTRA_DIST): New variable. Needed for
1358         "make distcheck".
1359         * modules/sprintf-posix-tests (EXTRA_DIST): Likewise.
1360         * modules/vsnprintf-posix-tests (EXTRA_DIST): Likewise.
1361         * modules/vsprintf-posix-tests (EXTRA_DIST): Likewise.
1362
1363 2007-03-10  Bruno Haible  <bruno@clisp.org>
1364
1365         * modules/allocsa-tests (test_allocsa_SOURCES): Remove redundant
1366         variable.
1367         * modules/dirname-tests (test_dirname_SOURCES): Remove redundant
1368         variable.
1369
1370 2007-03-09  Eric Blake  <ebb9@byu.net>
1371         and Matthew Woehlke  <mw_triad@users.sourceforge.net>  (tiny change)
1372
1373         * lib/stdint_.h (int64_t, uint64_t): Don't undefine if 64-bit
1374         types are not being provided by gnulib.
1375         (GL_INT64_T, GL_UINT64_T): New witnesses of whether gnulib 64-bit
1376         types are supported.
1377
1378 2007-03-10  Bruno Haible  <bruno@clisp.org>
1379
1380         * lib/stdio_.h (__attribute__): New macro.
1381         (fprintf, vfprintf, printf, vprintf, snprintf, vsnprintf, sprintf,
1382         vsprintf): Specify __attribute__ __format__ for GCC.
1383         Suggested by Eric Blake.
1384
1385 2007-03-09  Bruno Haible  <bruno@clisp.org>
1386
1387         * modules/printf-posix-tests: New file.
1388         * tests/test-printf-posix.sh: New file.
1389         * tests/test-printf-posix.c: New file.
1390
1391         * modules/printf-posix: New file.
1392         * lib/printf.c: New file.
1393         * m4/printf-posix-rpl.m4: New file.
1394         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_PRINTF_POSIX,
1395         REPLACE_PRINTF.
1396         * lib/stdio_.h (printf): New declaration.
1397         (format, __format__, ____printf____, ____scanf____, ____strftime____,
1398         ____strfmon____): New macros.
1399         * modules/stdio (Makefile.am): Substitute also GNULIB_PRINTF_POSIX,
1400         REPLACE_PRINTF.
1401
1402 2007-03-09  Bruno Haible  <bruno@clisp.org>
1403
1404         * tests/test-vasnprintf-posix2.sh: New file.
1405         * tests/test-vasnprintf-posix2.c: New file.
1406         * modules/vasnprintf-posix-tests (Files): Add them and m4/locale-fr.m4.
1407         (configure.ac): Invoke gt_LOCALE_FR and gt_LOCALE_FR_UTF8.
1408         (Makefile.am): Activate test-vasnprintf-posix2.sh.
1409
1410         * lib/vasnprintf.c (VASNPRINTF): For the 'a' and 'A' directives, use
1411         a locale dependent decimal point, rather than always '.'.
1412
1413 2007-03-09  Eric Blake  <ebb9@byu.net>
1414
1415         * lib/stdlib_.h (EXIT_FAILURE): GNU code expects this to be 1, in
1416         spite of platforms like Tandem/NSK that define it to -1.
1417
1418 2007-03-08  Bruno Haible  <bruno@clisp.org>
1419
1420         * modules/vprintf-posix-tests: New file.
1421         * tests/test-vprintf-posix.sh: New file.
1422         * tests/test-vprintf-posix.c: New file.
1423         * tests/test-printf-posix.h: New file.
1424
1425         * modules/vprintf-posix: New file.
1426         * lib/vprintf.c: New file.
1427         * m4/vprintf-posix.m4: New file.
1428         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VPRINTF_POSIX,
1429         REPLACE_VPRINTF.
1430         * lib/stdio_.h (vprintf): New declaration.
1431         * modules/stdio (Makefile.am): Substitute also GNULIB_VPRINTF_POSIX,
1432         REPLACE_VPRINTF.
1433
1434 2007-03-08  Bruno Haible  <bruno@clisp.org>
1435
1436         * modules/fprintf-posix-tests: New file.
1437         * tests/test-fprintf-posix.sh: New file.
1438         * tests/test-fprintf-posix.c: New file.
1439
1440         * modules/fprintf-posix: New file.
1441         * lib/fprintf.c: New file.
1442         * m4/fprintf-posix.m4: New file.
1443         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FPRINTF_POSIX,
1444         REPLACE_FPRINTF.
1445         * lib/stdio_.h (fprintf): New declaration.
1446         * modules/stdio (Makefile.am): Substitute also GNULIB_FPRINTF_POSIX,
1447         REPLACE_FPRINTF.
1448
1449 2007-03-08  Bruno Haible  <bruno@clisp.org>
1450
1451         * modules/vfprintf-posix-tests: New file.
1452         * tests/test-vfprintf-posix.sh: New file.
1453         * tests/test-vfprintf-posix.c: New file.
1454         * tests/test-fprintf-posix.h: New file.
1455         * tests/test-fprintf-posix.out: New file.
1456
1457         * modules/vfprintf-posix: New file.
1458         * lib/vfprintf.c: New file.
1459         * m4/vfprintf-posix.m4: New file.
1460         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VFPRINTF_POSIX,
1461         REPLACE_VFPRINTF.
1462         * lib/stdio_.h (vfprintf): New declaration.
1463         * modules/stdio (Makefile.am): Substitute also GNULIB_VFPRINTF_POSIX,
1464         REPLACE_VFPRINTF.
1465
1466 2007-03-08  Bruno Haible  <bruno@clisp.org>
1467
1468         * lib/stdio_.h: Treat __need___FILE like __need_FILE.
1469
1470 2007-03-08  Bruno Haible  <bruno@clisp.org>
1471
1472         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Use 'case' statements
1473         instead of 'expr' invocations.
1474         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
1475         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
1476         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
1477         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
1478         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
1479         Suggested by Paul Eggert.
1480
1481 2007-03-08  Bruno Haible  <bruno@clisp.org>
1482
1483         * modules/fseterr-tests: New file.
1484         * tests/test-fseterr.c: New file.
1485
1486         * modules/fseterr: New file.
1487         * lib/fseterr.h: New file.
1488         * lib/fseterr.c: New file.
1489
1490 2007-03-08  Bruno Haible  <bruno@clisp.org>
1491
1492         * lib/fnmatch_.h: Convert tabs in the middle of lines to spaces.
1493         * lib/getopt_.h: Likewise.
1494         * lib/mbswidth.h: Likewise.
1495         * lib/setenv.h: Likewise.
1496         * lib/vasnprintf.h: Likewise.
1497         * lib/vasprintf.h: Likewise.
1498         * lib/verror.h: Likewise.
1499         * lib/xsetenv.h: Likewise.
1500         * lib/xvasprintf.h: Likewise.
1501
1502 2007-03-08  Jim Meyering  <jim@meyering.net>
1503
1504         * users.txt: Add parted.
1505
1506         * ChangeLog: Restore 1500 lines mistakenly removed from the end.
1507
1508 2007-03-07  Bruno Haible  <bruno@clisp.org>
1509
1510         * m4/printf.m4: Make the shell script snippets copy&pastable.
1511
1512 2007-03-02  Bruno Haible  <bruno@clisp.org>
1513
1514         * lib/netinet_in_.h: New file.
1515         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Test whether netinet/in.h
1516         is self-contained. Set ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H.
1517         * modules/netinet_in (Files): Add lib/netinet_in_.h.
1518         (Depends-on): Add absolute-header.
1519         (Makefile.am): Substitute ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H
1520         into netinet/in.h.
1521
1522 2007-03-03  Bruno Haible  <bruno@clisp.org>
1523
1524         * lib/sys_select_.h: New file.
1525         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SELECT): Test whether sys/select.h
1526         is self-contained. Set ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H.
1527         * modules/sys_select (Files): Add lib/sys_select_.h.
1528         (Depends-on): Add absolute-header.
1529         (Makefile.am): Substitute ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H
1530         into sys/select.h.
1531
1532 2007-03-02  Bruno Haible  <bruno@clisp.org>
1533
1534         * lib/socket_.h: If sys/socket.h exists, include that and <sys/types.h>
1535         before it. Turn HAVE_WINSOCK2_H and HAVE_WS2TCPIP_H into configute-time
1536         values.
1537         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Test also whether
1538         <sys/socket.h> is self-contained. Set ABSOLUTE_SYS_SOCKET_H,
1539         HAVE_SYS_SOCKET_H, HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H.
1540         * modules/sys_socket (Depends-on): Add absolute-header.
1541         (Makefile.am): Substitute ABSOLUTE_SYS_SOCKET_H, HAVE_SYS_SOCKET_H,
1542         HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H into sys/socket.h.
1543         (Include): Remove requirement of inclusion of <sys/types.h>.
1544
1545 2007-03-02  Bruno Haible  <bruno@clisp.org>
1546
1547         * lib/byteswap_.h (bswap_32): Fix formula.
1548
1549 2007-03-06  Bruno Haible  <bruno@clisp.org>
1550
1551         * modules/sprintf-posix-tests: New file.
1552         * tests/test-sprintf-posix.c: New file.
1553
1554         * modules/sprintf-posix: New file.
1555         * lib/sprintf.c: New file.
1556         * m4/sprintf-posix.m4: New file.
1557         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_SPRINTF_POSIX,
1558         REPLACE_SPRINTF.
1559         * lib/stdio_.h (sprintf): New declaration.
1560         * modules/stdio (Makefile.am): Substitute also GNULIB_SPRINTF_POSIX,
1561         REPLACE_SPRINTF.
1562
1563 2007-03-06  Bruno Haible  <bruno@clisp.org>
1564
1565         * modules/vsprintf-posix-tests: New file.
1566         * tests/test-vsprintf-posix.c: New file.
1567         * tests/test-sprintf-posix.h: New file.
1568
1569         * modules/vsprintf-posix: New file.
1570         * lib/vsprintf.c: New file.
1571         * m4/vsprintf-posix.m4: New file.
1572         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VSPRINTF_POSIX,
1573         REPLACE_VSPRINTF.
1574         * lib/stdio_.h (vsprintf): New declaration.
1575         * modules/stdio (Makefile.am): Substitute also GNULIB_VSPRINTF_POSIX,
1576         REPLACE_VSPRINTF.
1577
1578 2007-03-06  Bruno Haible  <bruno@clisp.org>
1579
1580         * modules/vsnprintf (Depend-on): Remove minmax.
1581
1582 2007-03-06  Bruno Haible  <bruno@clisp.org>
1583
1584         * modules/snprintf-posix-tests: New file.
1585         * tests/test-snprintf-posix.c: New file.
1586
1587         * modules/snprintf-posix: New file.
1588         * m4/snprintf-posix.m4: New file.
1589         * m4/snprintf.m4 (gl_REPLACE_SNPRINTF): New macro, extracted from
1590         gl_FUNC_SNPRINTF.
1591         (gl_FUNC_SNPRINTF): Invoke it.
1592         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_SNPRINTF.
1593         * lib/stdio_.h (snprintf): Define as a replacement if REPLACE_SNPRINTF
1594         is set.
1595         * modules/stdio (Makefile.am): Substitute also REPLACE_SNPRINTF.
1596
1597 2007-03-06  Bruno Haible  <bruno@clisp.org>
1598
1599         * modules/vsnprintf-posix-tests: New file.
1600         * tests/test-vsnprintf-posix.c: New file.
1601         * tests/test-snprintf-posix.h: New file.
1602
1603         * modules/vsnprintf-posix: New file.
1604         * m4/vsnprintf-posix.m4: New file.
1605         * m4/vsnprintf.m4 (gl_REPLACE_VSNPRINTF): New macro, extracted from
1606         gl_FUNC_VSNPRINTF.
1607         (gl_FUNC_VSNPRINTF): Invoke it.
1608         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_VSNPRINTF.
1609         * lib/stdio_.h (vsnprintf): Define as a replacement if
1610         REPLACE_VSNPRINTF is set.
1611         * modules/stdio (Makefile.am): Substitute also REPLACE_VSNPRINTF.
1612
1613 2007-03-06  Bruno Haible  <bruno@clisp.org>
1614
1615         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Test for vasnprintf here.
1616         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): ... not here.
1617
1618 2007-03-06  Bruno Haible  <bruno@clisp.org>
1619
1620         * lib/math_.h (acosl): Declare also if HAVE_DECL_ACOSL is set.
1621         (asinl): Declare also if HAVE_DECL_ASINL is set.
1622         (atanl): Declare also if HAVE_DECL_ATANL is set.
1623         (ceill): Declare also if HAVE_DECL_CEILL is set.
1624         (cosl): Declare also if HAVE_DECL_COSL is set.
1625         (expl): Declare also if HAVE_DECL_EXPL is set.
1626         (floorl): Declare also if HAVE_DECL_FLOORL is set.
1627         (frexpl): Declare also if HAVE_DECL_FREXPL is set.
1628         (ldexpl): Declare also if HAVE_DECL_LDEXPL is set.
1629         (logl): Declare also if HAVE_DECL_LOGL is set.
1630         (sinl): Declare also if HAVE_DECL_SINL is set.
1631         (sqrtl): Declare also if HAVE_DECL_SQRTL is set.
1632         (tanl): Declare also if HAVE_DECL_TANL is set.
1633         * modules/math (Makefile.am): Substitute the values of HAVE_DECL_*.
1634         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Set HAVE_DECL_* to 1.
1635         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Fix tests for the
1636         declaration of frexpl, ldexpl.
1637         * modules/printf-frexpl (Depends-on): Add math.
1638         * lib/printf-frexp.c (frexpl, ldexpl): Undo last change.
1639
1640 2007-03-05  Bruno Haible  <bruno@clisp.org>
1641
1642         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Also test whether
1643         frexpl and ldexpl are declared.
1644         * lib/printf-frexp.c (frexpl, ldexpl): Provide fallback declarations.
1645
1646 2007-03-05  Bruno Haible  <bruno@clisp.org>
1647
1648         * gnulib-tool (func_get_automake_snippet): Don't synthesize an
1649         EXTRA_lib_SOURCES augmentation for the relocatable-prog-wrapper module.
1650
1651 2007-03-05  Bruno Haible  <bruno@clisp.org>
1652
1653         * lib/stdio_.h: Include <stddef.h>.
1654
1655 2007-03-05  Bruno Haible  <bruno@clisp.org>
1656
1657         * m4/printf.m4 (gl_SNPRINTF_DIRECTIVE_N): New macro.
1658
1659 2007-03-05  Bruno Haible  <bruno@clisp.org>
1660
1661         * m4/printf.m4: Update with info about OpenBSD 3.9, HP-UX 10.20,
1662         NetBSD 4, from Ralf Wildenhues.
1663
1664 2007-03-04  Bruno Haible  <bruno@clisp.org>
1665
1666         * lib/vasprintf.h: Update #if logic for the case when the functions
1667         exist but are overridden.
1668
1669 2007-03-04  Bruno Haible  <bruno@clisp.org>
1670
1671         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Exclude two buggy
1672         implementations: glibc-2.4 and MacOS X 10.3.
1673         * tests/test-vasnprintf-posix.c (test_function): Test also the case
1674         that exhibits the bugs in glibc-2.4 and MacOS X 10.3.
1675         * tests/test-vasprintf-posix.c (test_function): Likewise.
1676
1677 2007-03-04  Bruno Haible  <bruno@clisp.org>
1678
1679         * modules/vasprintf-posix-tests: New file.
1680         * tests/test-vasprintf-posix.c: New file.
1681
1682         * modules/vasprintf-posix: New file.
1683         * lib/vasprintf.h (asprintf, vasprintf): Rename if REPLACE_VASPRINTF is
1684         defined.
1685         * m4/vasprintf-posix.m4: New file.
1686         * m4/vasprintf.m4 (gl_REPLACE_VASPRINTF): New macro, extracted from
1687         gl_FUNC_VASPRINTF.
1688         (gl_FUNC_VASPRINTF): Invoke it.
1689         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Define REPLACE_VASNPRINTF
1690         here.
1691         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Not here.
1692
1693 2007-03-04  Bruno Haible  <bruno@clisp.org>
1694
1695         * lib/sys_time_.h: Rename GETTIMEOFDAY_REPLACEMENT to
1696         REPLACE_GETTIMEOFDAY.
1697         * modules/sys_time (Makefile.am): Likewise.
1698         * m4/sys_time_h.m4: Likewise.
1699         * m4/gettimeofday.m4: Likewise.
1700
1701 2007-03-04  Bruno Haible  <bruno@clisp.org>
1702
1703         * modules/vasnprintf-posix-tests: New file.
1704         * tests/test-vasnprintf-posix.c: New file.
1705
1706         * modules/vasnprintf-posix: New file.
1707         * lib/vasnprintf.c: Include isnan.h, isnanl.h, printf-frexp.h,
1708         printf-frexpl.h.
1709         (VASNPRINTF): Handle the 'a' and 'A' directives here, if needed.
1710         * lib/vasnprintf.h (asnprintf, vasnprintf): Rename if
1711         REPLACE_VASNPRINTF is defined.
1712         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): New macro, extracted from
1713         gl_FUNC_VASNPRINTF.
1714         (gl_FUNC_VASNPRINTF): Invoke it.
1715         * m4/vasnprintf-posix.m4: New file.
1716         * m4/printf.m4: New file.
1717
1718 2007-03-04  Bruno Haible  <bruno@clisp.org>
1719
1720         Compile progreloc.c only if --enable-relocatable is specified.
1721         * m4/relocatable.m4 (gl_RELOCATABLE): Arrange to compile progreloc.c
1722         if --enable-relocatable was specified.
1723         * modules/relocatable-prog (Makefile.am): Remove progreloc.c from
1724         lib_SOURCES.
1725
1726 2007-03-04  Jim Meyering  <jim@meyering.net>
1727
1728         * lib/acl.c (ACL_NOT_WELL_SUPPORTED): New macro.
1729         Use it consistently, rather than enumerating errno constants.
1730
1731 2007-03-04  Bruno Haible  <bruno@clisp.org>
1732
1733         * modules/xvasprintf-tests: New file.
1734         * tests/test-xvasprintf.c: New file.
1735
1736         * modules/vasprintf-tests: New file.
1737         * tests/test-vasprintf.c: New file.
1738
1739         * modules/vasnprintf-tests: New file.
1740         * tests/test-vasnprintf.c: New file.
1741
1742         * modules/vsnprintf-tests: New file.
1743         * tests/test-vsnprintf.c: New file.
1744
1745         * modules/snprintf-tests: New file.
1746         * tests/test-snprintf.c: New file.
1747
1748 2007-03-04  Bruno Haible  <bruno@clisp.org>
1749
1750         Compile relocatable.c only if --enable-relocatable is specified.
1751         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY_BODY): Renamed from
1752         gl_RELOCATABLE_LIBRARY.
1753         (gl_RELOCATABLE_LIBRARY, gl_RELOCATABLE_LIBRARY_SEPARATE): New macros.
1754         * m4/relocatable.m4 (gl_RELOCATABLE): Invoke gl_RELOCATABLE_LIBRARY.
1755         (gl_RELOCATABLE_BODY): Require gl_RELOCATABLE_LIBRARY_BODY instead of
1756         gl_RELOCATABLE_LIBRARY.
1757         * modules/relocatable-lib (configure.ac): Invoke gl_RELOCATABLE_LIBRARY.
1758         (Makefile.am): Remove lib_SOURCES.
1759         * modules/relocatable-lib-lgpl (configure.ac): Invoke
1760         gl_RELOCATABLE_LIBRARY.
1761         (Makefile.am): Remove lib_SOURCES.
1762         * modules/relocatable-prog (Makefile.am): Don't compile relocatable.c
1763         always.
1764         * modules/relocatable-prog-wrapper (configure.ac): Invoke
1765         gl_RELOCATABLE_LIBRARY_SEPARATE instead of gl_RELOCATABLE_LIBRARY.
1766
1767 2007-03-04  Bruno Haible  <bruno@clisp.org>
1768
1769         * modules/argmatch-tests: New file.
1770         * tests/test-argmatch.c: New file.
1771
1772         * tests/test-allocsa.c (main): Halve the number of loop runs.
1773
1774         * modules/alloca-opt-tests: New file.
1775         * tests/test-alloca-opt.c: New file.
1776
1777 2007-03-04  Jim Meyering  <jim@meyering.net>
1778
1779         Work around difference between Linux ACLs and Solaris 10 ZFS.
1780         * lib/acl.c (set_acl): Revert to using chmod_or_fchmod also
1781         for EINVAL.
1782
1783 2007-03-03  Bruno Haible  <bruno@clisp.org>
1784
1785         * modules/relocatable-prog (Depends-on): Add back progreloc's
1786         dependencies: canonicalize-lgpl, xalloc, xreadlink, stdbool, unistd.
1787
1788 2007-03-03  Bruno Haible  <bruno@clisp.org>
1789
1790         * modules/relocatable-lib-lgpl: Renamed from modules/relocatable-lib.
1791         * modules/relocatable-lib: New file.
1792
1793 2007-03-03  Bruno Haible  <bruno@clisp.org>
1794
1795         * modules/relocatable-prog: Renamed from modules/relocatable.
1796         * doc/relocatable-maint.texi: Talk about module 'relocatable-prog'.
1797
1798 2007-03-03  Bruno Haible  <bruno@clisp.org>
1799
1800         * modules/relocatable-script (Files): Add doc/relocatable.texi,
1801         m4/relocatable-lib.m4.
1802         (Depends-on): Remove 'relocatable'.
1803         (configure.ac): Add gl_RELOCATABLE_NOP.
1804
1805 2007-03-03  Bruno Haible  <bruno@clisp.org>
1806
1807         * modules/relocatable-prog-wrapper: New file.
1808         * modules/relocatable (Depends-on): Add it. Remove all other
1809         dependencies except progname.
1810         (Files): Remove build-aux/install-reloc, lib/relocwrapper.c.
1811
1812         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): New macro.
1813         (gl_FUNC_STRERROR): Nop.
1814         * lib/strerror.c: Compile the file only if !HAVE_STRERROR.
1815
1816         * m4/setenv.m4 (gl_FUNC_SETENV_SEPARATE): New macro.
1817         * lib/setenv.c: Compile the file only if _LIBC || !HAVE_SETENV.
1818
1819         * m4/readlink.m4 (gl_FUNC_READLINK_SEPARATE): New macro.
1820         (gl_FUNC_READLINK): Update.
1821
1822         * m4/canonicalize-lgpl.m4 (gl_CANONICALIZE_LGPL_SEPARATE): New macro.
1823
1824 2007-03-03  Bruno Haible  <bruno@clisp.org>
1825
1826         * lib/xreadlink.c: Include <unistd.h> unconditionally.
1827         * modules/xreadlink (Depends-on): Add unistd.
1828         * modules/xreadlink-with-size (Depends-on): Likewise.
1829
1830 2007-03-03  Bruno Haible  <bruno@clisp.org>
1831
1832         * m4/setenv.m4 (gl_FUNC_SETENV, gl_FUNC_UNSETENV): New macros,
1833         extracted from gt_FUNC_SETENV.
1834         (gt_FUNC_SETENV): Remove macro.
1835         * modules/setenv (configure.ac): Add gl_FUNC_SETENV, gl_FUNC_UNSETENV,
1836         remove gt_FUNC_SETENV.
1837
1838 2007-03-03  Bruno Haible  <bruno@clisp.org>
1839
1840         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY): Define
1841         ENABLE_RELOCATABLE here.
1842         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): Don't define it here.
1843
1844 2007-03-03  Bruno Haible  <bruno@clisp.org>
1845
1846         * modules/rbtreehash-list-tests (Depends-on): Add progname.
1847         * tests/test-rbtreehash_list.c: Include progname.h.
1848         (main): Call set_program_name.
1849
1850         * modules/rbtree-oset-tests (Depends-on): Add progname.
1851         * tests/test-rbtree_oset.c: Include progname.h.
1852         (main): Call set_program_name.
1853
1854         * modules/rbtree-list-tests (Depends-on): Add progname.
1855         * tests/test-rbtree_list.c: Include progname.h.
1856         (main): Call set_program_name.
1857
1858         * modules/linked-list-tests (Depends-on): Add progname.
1859         * tests/test-linked_list.c: Include progname.h.
1860         (main): Call set_program_name.
1861
1862 2007-03-03  Bruno Haible  <bruno@clisp.org>
1863
1864         * lib/glob-libc.h (_Restrict_): New macro, copied from lib/regex.h.
1865         All uses of __restrict changed to _Restrict_.
1866         * lib/glob_.h (__restrict): Remove macro.
1867
1868 2007-03-02  Bruno Haible  <bruno@clisp.org>
1869
1870         * modules/gettext (configure.ac): Require gettext infrastructure
1871         from version 0.16.1.
1872
1873 2007-03-02  Bruno Haible  <bruno@clisp.org>
1874
1875         * modules/linkedhash-list-tests (Depends-on): Add progname.
1876         * tests/test-linkedhash_list.c: Include progname.h.
1877         (main): Call set_program_name.
1878
1879         * modules/carray-list-tests (Depends-on): Add progname.
1880         * tests/test-carray_list.c: Include progname.h.
1881         (main): Call set_program_name.
1882
1883         * modules/avltreehash-list-tests (Depends-on): Add progname.
1884         * tests/test-avltreehash_list.c: Include progname.h.
1885         (main): Call set_program_name.
1886
1887         * modules/avltree-oset-tests (Depends-on): Add progname.
1888         * tests/test-avltree_oset.c: Include progname.h.
1889         (main): Call set_program_name.
1890
1891         * modules/avltree-list-tests (Depends-on): Add progname.
1892         * tests/test-avltree_list.c: Include progname.h.
1893         (main): Call set_program_name.
1894
1895         * modules/array-oset-tests (Depends-on): Add progname.
1896         * tests/test-array_oset.c: Include progname.h.
1897         (main): Call set_program_name.
1898
1899         * modules/array-list-tests (Depends-on): Add progname.
1900         * tests/test-array_list.c: Include progname.h.
1901         (main): Call set_program_name.
1902
1903         * modules/argp-tests (Depends-on): Add progname.
1904         * tests/test-argp.c: Include argp.h first. Include progname.h.
1905         (main): Call set_program_name.
1906
1907 2007-03-02  Paul Eggert  <eggert@cs.ucla.edu>
1908
1909         * doc/gnulib-tool.texi (Initial import): Reword description of
1910         _FILE_OFFSET_BITS and _GNU_SOURCE, since they sometimes have a
1911         limited effect even if defined after the first system include.
1912
1913 2007-03-01  Bruno Haible  <bruno@clisp.org>
1914
1915         * build-aux/config.libpath: Update to libtool-1.5.22.
1916         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
1917
1918 2007-03-01  Bruno Haible  <bruno@clisp.org>
1919
1920         * doc/relocatable-maint.texi: Recommend to set foo_CPPFLAGS, not
1921         foo_CFLAGS.
1922         Reported by Ralf Wildenhues.
1923
1924 2007-03-01  Bruno Haible  <bruno@clisp.org>
1925
1926         * build-aux/install-reloc: Remove object files left over by some
1927         compilers.
1928         Reported by Ralf Wildenhues.
1929
1930 2007-03-01  Bruno Haible  <bruno@clisp.org>
1931
1932         * build-aux/install-reloc: Break long lines.
1933
1934 2007-03-01  Bruno Haible  <bruno@clisp.org>
1935
1936         * doc/relocatable.texi: Document that it may not work on OpenBSD.
1937         Reported by Ralf Wildenhues.
1938
1939 2007-03-01  Bruno Haible  <bruno@clisp.org>
1940
1941         * doc/gnulib-tool.texi (Initial import): Remove paragraph about
1942         include ordering constraints.
1943
1944 2007-03-01  Paul Eggert  <eggert@cs.ucla.edu>
1945
1946         Followup to the 2007-02-12 patch, using suggestions from Bruno Haible in
1947         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00136.html>.
1948         * doc/gnulib-tool.texi (Initial import): Mention _FILE_OFFSET_BITS
1949         as another example.
1950         * lib/time_.h: Fix misspelling.
1951         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
1952         Require gl_HEADER_TIME_H_DEFAULTS.
1953         * m4/strptime.m4 (gl_FUNC_STRPTIME): Likewise.
1954         * m4/time_r.m4 (gl_TIME_R): Likewise.
1955         * m4/timegm.m4 (gl_FUNC_TIMEGM): Likewise.
1956
1957 2007-03-01  Bruno Haible  <bruno@clisp.org>
1958
1959         * m4/utimecmp.m4 (gl_UTIMECMP): Don't require gl_TIMESPEC.
1960         * m4/utimens.m4 (gl_UTIMENS): Likewise.
1961
1962 2007-03-01  Jim Meyering  <jim@meyering.net>
1963
1964         * modules/xreadlink (Maintainer): Add my name.
1965         * modules/xreadlink-with-size (Depends-on): Alphabetize.
1966
1967 2007-02-26  Ben Pfaff  <blp@cs.stanford.edu>
1968             Bruno Haible  <bruno@clisp.org>
1969
1970         * build-aux/install-reloc: Compile also c-ctype.c.
1971         * build-aux/relocatable.sh.in: New file.
1972         * doc/relocatable.texi: New file.
1973         * doc/relocatable-maint.texi: New file.
1974         * doc/gnulib.texi: Include relocatable-maint.texi.
1975         * lib/progreloc.c: Include unistd.h unconditionally.
1976         * lib/relocwrapper.c: Include unistd.h unconditionally.
1977         Include c-ctype.h.
1978         (add_dotbin): Use c_tolower.
1979         * m4/relocatable-lib.m4: New file, extracted from m4/relocatable.m4.
1980         (gl_RELOCATABLE_LIBRARY): Renamed from AC_RELOCATABLE_LIBRARY.
1981         (gl_RELOCATABLE_NOP): Renamed from AC_RELOCATABLE_NOP.
1982         * m4/relocatable.m4 (AC_RELOCATABLE_LIBRARY, AC_RELOCATABLE_NOP): Move
1983         to m4/relocatable-lib.m4.
1984         (gl_RELOCATABLE): Renamed from AC_RELOCATABLE. Set also
1985         RELOCATABLE_CONFIG_H_DIR, RELOCATABLE_SRC_DIR, RELOCATABLE_BUILD_DIR.
1986         (gl_RELOCATABLE_BODY): Renamed from AC_RELOCATABLE_BODY. Don't
1987         require obsolete macro AC_EXEEXT. Don't check for unistd.h. Don't set
1988         SET_RELOCATABLE. Instead set RELOCATABLE_LDFLAGS, INSTALL_PROGRAM_ENV.
1989         * modules/relocatable: New file.
1990         * modules/relocatable-lib: New file.
1991         * modules/relocatable-script: New file.
1992
1993 2007-02-28  Bruno Haible  <bruno@clisp.org>
1994
1995         Import --enable-relocatable infrastructure.
1996         * build-aux/config.libpath: New file, from GNU gettext.
1997         * build-aux/install-reloc: New file, from GNU gettext.
1998         * build-aux/reloc-ldflags: New file, from GNU gettext.
1999         * lib/relocatable.h: New file, from GNU gettext.
2000         * lib/relocatable.c: New file, from GNU gettext.
2001         * lib/relocwrapper.c: New file, from GNU gettext.
2002         * m4/relocatable.m4: New file, from GNU gettext.
2003
2004 2007-02-28  Bruno Haible  <bruno@clisp.org>
2005
2006         * MODULES.html.sh (File system functions): Add xreadlink-with-size.
2007
2008         * modules/xreadlink: New file, from GNU gettext with modifications.
2009         * lib/xreadlink.c: New file, from GNU gettext.
2010         * lib/xreadlink.h: Add comments.
2011         (xreadlink): New declaration.
2012
2013         * modules/xreadlink-with-size: Renamed from modules/xreadlink.
2014         (Files): Remove m4/xreadlink.m4. Replace lib/xreadlink.c with
2015         lib/xreadlink-with-size.c.
2016         (configure.ac): Remove gl_XREADLINK invocation.
2017         (Makefile.am): Augment lib_SOURCES.
2018         * m4/xreadlink.m4: Remove file.
2019         * lib/xreadlink-with-size.c: Renamed from lib/xreadlink.c.
2020         (xreadlink_with_size): Renamed from xreadink.
2021         * lib/xreadlink.h (xreadlink_with_size): Renamed from xreadink.
2022         * modules/canonicalize (Depends-on): Replace xreadlink with
2023         xreadlink-with-size.
2024         * lib/canonicalize.c (canonicalize_filename_mode): Update.
2025
2026 2007-02-25  Jim Meyering  <jim@meyering.net>
2027
2028         * build-aux/announce-gen: When complaining about excess arguments,
2029         list them.
2030
2031 2007-02-25  Paul Eggert  <eggert@cs.ucla.edu>
2032
2033         * README: Document signed integer overflow situation more
2034         accurately.
2035
2036 2007-02-25  Bruno Haible  <bruno@clisp.org>
2037
2038         * lib/vasnprintf.c (VASNPRINTF): Fix estimate of size needed for a
2039         'a' or 'A' conversion.
2040
2041 2007-02-25  Bruno Haible  <bruno@clisp.org>
2042
2043         * modules/filename: Renamed from modules/pathname.
2044         (Files): Replace lib/pathname.h with lib/filename.h. Replace
2045         lib/concatpath.c with lib/concat-filename.c.
2046         (Makefile.am): Update.
2047         (Include): Replace pathname.h with filename.h.
2048         * lib/filename.h: Renamed from lib/pathname.h.
2049         (concatenated_filename): Renamed from concatenated_pathname.
2050         * lib/concat-filename.c: Renamed from lib/concatpath.c.
2051         (concatenated_filename): Renamed from concatenated_pathname.
2052         * lib/findprog.c: Include filename.h instead of pathname.h.
2053         (find_in_path): Update.
2054         * lib/javacomp.c: Include filename.h instead of pathname.h.
2055         (is_envjavac_gcj43_usable, is_envjavac_oldgcj_14_14_usable,
2056         is_envjavac_oldgcj_14_13_usable, is_envjavac_nongcj_usable,
2057         is_gcj_present, is_gcj43_usable, is_oldgcj_14_14_usable,
2058         is_oldgcj_14_13_usable, is_javac_usable): Update.
2059         * lib/javaexec.c: Include filename.h instead of pathname.h.
2060         (execute_java_class): Update.
2061         * modules/findprog: Update.
2062         * modules/javacomp: Update.
2063         * modules/javaexec: Update.
2064         * MODULES.html.sh (File system functions): Add 'filename', remove
2065         'pathname'.
2066
2067 2007-02-25  Bruno Haible  <bruno@clisp.org>
2068
2069         * modules/printf-frexpl-tests: New file.
2070         * tests/test-printf-frexpl.c: New file.
2071
2072         * modules/printf-frexpl: New file.
2073         * lib/printf-frexpl.h: New file.
2074         * lib/printf-frexpl.c: New file.
2075         * m4/printf-frexpl.m4: New file.
2076
2077 2007-02-25  Bruno Haible  <bruno@clisp.org>
2078
2079         * modules/printf-frexp-tests: New file.
2080         * tests/test-printf-frexp.c: New file.
2081
2082         * modules/printf-frexp: New file.
2083         * lib/printf-frexp.h: New file.
2084         * lib/printf-frexp.c: New file.
2085         * m4/printf-frexp.m4: New file.
2086
2087 2007-02-25  Bruno Haible  <bruno@clisp.org>
2088
2089         Assume automake >= 1.10 for the tests.
2090         * modules/arcfour-tests (TESTS): Remove $(EXEEXT) suffix.
2091         * modules/arctwo-tests: Likewise.
2092         * modules/argp-tests: Likewise.
2093         * modules/avltree-list-tests: Likewise.
2094         * modules/avltree-oset-tests: Likewise.
2095         * modules/avltreehash-list-tests: Likewise.
2096         * modules/carray-list-tests: Likewise.
2097         * modules/crc-tests: Likewise.
2098         * modules/des-tests: Likewise.
2099         * modules/gc-arcfour-tests: Likewise.
2100         * modules/gc-arctwo-tests: Likewise.
2101         * modules/gc-des-tests: Likewise.
2102         * modules/gc-hmac-md5-tests: Likewise.
2103         * modules/gc-hmac-sha1-tests: Likewise.
2104         * modules/gc-md2-tests: Likewise.
2105         * modules/gc-md4-tests: Likewise.
2106         * modules/gc-md5-tests: Likewise.
2107         * modules/gc-pbkdf2-sha1-tests: Likewise.
2108         * modules/gc-rijndael-tests: Likewise.
2109         * modules/gc-sha1-tests: Likewise.
2110         * modules/gc-tests: Likewise.
2111         * modules/getaddrinfo-tests: Likewise.
2112         * modules/hmac-md5-tests: Likewise.
2113         * modules/hmac-sha1-tests: Likewise.
2114         * modules/linked-list-tests: Likewise.
2115         * modules/linkedhash-list-tests: Likewise.
2116         * modules/lock-tests: Likewise.
2117         * modules/md2-tests: Likewise.
2118         * modules/md4-tests: Likewise.
2119         * modules/md5-tests: Likewise.
2120         * modules/rbtree-list-tests: Likewise.
2121         * modules/rbtree-oset-tests: Likewise.
2122         * modules/rbtreehash-list-tests: Likewise.
2123         * modules/read-file-tests: Likewise.
2124         * modules/rijndael-tests: Likewise.
2125         * modules/stdint-tests: Likewise.
2126         * modules/tls-tests: Likewise.
2127
2128 2007-02-24  Bruno Haible  <bruno@clisp.org>
2129
2130         * lib/isnanl.h (isnanl): Define through isnan if isnan is a macro.
2131         * m4/isnan.m4 (gl_FUNC_ISNAN_NO_LIBM): Don't check for isnan as a
2132         function; instead check whether isnan with a double argument links.
2133         * m4/isnanl.m4 (gl_FUNC_ISNANL_NO_LIBM): Don't check for isnanl as a
2134         function; instead check whether isnan with a 'long double' argument
2135         links.
2136         Reported by Eric Blake <ebb9@byu.net>.
2137
2138 2007-02-24  Bruno Haible  <bruno@clisp.org>
2139
2140         * lib/isnan.c: Support the 'long double' case if USE_LONG_DOUBLE is
2141         defined.
2142         * lib/isnanl.c: Remove all code. Just include isnan.c.
2143         * modules/isnanl-nolibm (Files): Add lib/isnan.c.
2144
2145 2007-02-25  Jim Meyering  <jim@meyering.net>
2146
2147         Avoid conflicting types for 'unsetenv' on FreeBSD.
2148         * lib/putenv.c (_unsetenv): Rename from "unsetenv", to avoid
2149         conflicting with FreeBSD's (5.0 and 6.1) function declaration
2150         in stdlib.h.
2151
2152 2007-02-24  Bruno Haible  <bruno@clisp.org>
2153
2154         * modules/isnanl-nolibm-tests: New file.
2155         * tests/test-isnanl.c: New file.
2156
2157         * modules/isnanl-nolibm: New file.
2158         * lib/isnanl.h: New file.
2159         * lib/isnanl.c: New file.
2160         * m4/isnanl.m4: New file.
2161
2162 2007-02-24  Bruno Haible  <bruno@clisp.org>
2163
2164         * modules/isnan-nolibm-tests: New file.
2165         * tests/test-isnan.c: New file.
2166
2167         * modules/isnan-nolibm: New file.
2168         * lib/isnan.h: New file.
2169         * lib/isnan.c: New file.
2170         * m4/isnan.m4: New file.
2171
2172 2007-02-24  Bruno Haible  <bruno@clisp.org>
2173
2174         * lib/frexpl.c (frexpl): Correct return values for x = 1.0L. Don't
2175         assume that an exponent fits in 20 bits.
2176
2177 2007-02-24  Jim Meyering  <jim@meyering.net>
2178
2179         * m4/regex.m4: Update the description of the configure-time option,
2180         --without-included-regex, to state accurately what the defaults are,
2181         and perhaps to give people an idea why using this option is risky.
2182
2183 2007-02-24  Paul Eggert  <eggert@cs.ucla.edu>
2184
2185         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check for a nanosleep that
2186         loops on small arguments.  This attempts to avoid the problem
2187         Bruno Haible reported for AIX 4.3.2 in
2188         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00309.html>.
2189
2190 2007-02-23  Bruno Haible  <bruno@clisp.org>
2191
2192         * m4/perl.m4 (gl_PERL): Require version 5.005, not 5.003.
2193         Needed for help2man.
2194
2195 2007-02-23  Karl Berry  <karl@gnu.org>
2196
2197         * doc/gnulib-tool.texi (CVS Issues): mention that when foo_.h
2198         exists, foo.h should be cvs-ignored, not committed.
2199
2200 2007-02-23  Eric Blake  <ebb9@byu.net>
2201
2202         * lib/getdate.h (includes):  Include <time.h>, not "timespec.h".
2203         * lib/stat-time.h (includes): Likewise.
2204         * lib/utimecmp.c (includes): Likewise.
2205         * lib/utimens.h (includes): Likewise.
2206         * lib/getdate.y (includes): Also include "timespec.h" for use
2207         internal to the module.
2208         * modules/utimens (Depends-on): Revert yesterday's patch.
2209         * modules/nanosleep (Depends-on): Add missing dependency.
2210
2211 2007-02-22  Bruno Haible  <bruno@clisp.org>
2212
2213         * lib/glob.c: Don't include getlogin_r.h.
2214
2215 2007-02-22  Jim Meyering  <jim@meyering.net>
2216
2217         * modules/utimens (Depends-on): Add timespec, required for
2218         utimens.h's inclusion of timespec.h.
2219
2220 2007-02-21  Paul Eggert  <eggert@cs.ucla.edu>
2221
2222         * lib/getcwd.c (__getcwd): Undo previous change; it mishandled
2223         long unreadable paths in GNU/Linux.  Problem reported by Andreas
2224         Schwab in
2225         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00261.html>.
2226         I'll try to think of a better way to fix the Solaris problem.
2227
2228         * lib/getcwd.c (__getcwd): Don't assume getcwd (NULL, 0) works
2229         like glibc; on Solaris 10, it fails with errno == EINVAL.
2230         POSIX says the behavior is unspecified if the first argument is NULL,
2231         so play it safe and never pass NULL to the system getcwd.
2232
2233 2007-02-21  Jim Meyering  <jim@meyering.net>
2234
2235         * lib/gettimeofday.c (rpl_gettimeofday): Remove declaration
2236         of gettimeofday.  It would conflict with the one now always
2237         provided via sys_time_.h.  Reported by Matthew Woehlke, as
2238         an IRIX 6.5 build failure.
2239
2240 2007-02-20  Paul Eggert  <eggert@cs.ucla.edu>
2241
2242         Minor fixups to port to Solaris 10 with Sun C 5.8.
2243         * lib/getcwd.c [!_LIBC]: Include dirfd.h, since we use dirfd.
2244         * modules/getcwd (Depends-on): Add dirfd.
2245         * lib/putenv.c (putenv): #undef it.
2246         (rpl_putenv): New decl.
2247         (malloc, free): Include <stdlib.h> rather than prototyping separately.
2248
2249 2007-02-20  Bruno Haible  <bruno@clisp.org>
2250
2251         * modules/stdio-tests: New file.
2252         * tests/test-stdio.c: New file.
2253
2254         * modules/vsnprintf (Files): Remove lib/vsnprintf.h.
2255         (Depends-on): Add stdio.
2256         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
2257         (Include): Use <stdio.h> instead of vsnprintf.h.
2258         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
2259         HAVE_DECL_VSNPRINTF.
2260         * lib/vsnprintf.c: Include <stdio.h> instead of vsnprintf.h.
2261
2262         * modules/snprintf (Files): Remove lib/snprintf.h.
2263         (Depends-on): Add stdio.
2264         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
2265         (Include): Use <stdio.h> instead of snprintf.h.
2266         * m4/snprintf.m4 (gl_FUNC_SNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
2267         HAVE_DECL_SNPRINTF.
2268         * lib/snprintf.c: Include <stdio.h> instead of snprintf.h.
2269         * lib/getaddrinfo.c: Likewise.
2270
2271         * modules/stdio: New file.
2272         * lib/stdio_.h: New file, incorporating snprintf.h and vsnprintf.h.
2273         * lib/snprintf.h: Remove file.
2274         * lib/vsnprintf.h: Remove file.
2275         * lib/.cppi-disable: Remove snprintf.h.
2276         * m4/stdio_h.m4: New file.
2277         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdio.
2278
2279 2007-02-20  Jim Meyering  <jim@meyering.net>
2280
2281         * lib/ftruncate.c [HAVE_CHSIZE]: Document that this code is
2282         used by e.g., mingw.  From Bruno Haible.
2283
2284 2007-02-19  Bruno Haible  <bruno@clisp.org>
2285
2286         * lib/string_.h: Use "#pragma GCC system_header" to suppress some gcc
2287         warnings.
2288         Reported by Ben Pfaff <blp@cs.stanford.edu>.
2289
2290 2007-02-19  Bruno Haible  <bruno@clisp.org>
2291
2292         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Don't request a complaint mail
2293         from mingw users.
2294
2295 2007-02-19  Bruno Haible  <bruno@clisp.org>
2296
2297         * lib/stdlib_.h: Use "#pragma GCC system_header" to suppress some gcc
2298         warnings.
2299         Reported by Joel E. Denny <jdenny@ces.clemson.edu> via Paul Eggert.
2300
2301 2007-02-19  Jim Meyering  <jim@meyering.net>
2302
2303         Don't use FD after a successful "fdopendir (fd)".
2304         * lib/getcwd.c (__getcwd) [AT_FDCWD]: fdopendir (fd) usually closes fd.
2305         Reset it by calling dirfd on the just-obtained DIR*.
2306
2307         * m4/ftruncate.m4: Adjust comment to give this module a 3-year reprieve.
2308         Prompted by a report from Bruno Haible that mingw lacks ftruncate.
2309
2310 2007-02-18  Bruno Haible  <bruno@clisp.org>
2311
2312         * lib/readlink.c: Include <unistd.h>.
2313         * m4/readlink.m4 (gl_FUNC_READLINK): Require gl_UNISTD_H_DEFAULTS. Set
2314         HAVE_READLINK.
2315         * modules/readlink (Depends-on): Add unistd.
2316         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
2317         (Include): Add <unistd.h>.
2318
2319         * lib/getlogin_r.h: Remove file.
2320         * lib/getlogin_r.c: Include <unistd.h> instead of getlogin_r.h.
2321         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE): Remove macro.
2322         (gl_GETLOGIN_R): Inline it here. Require gl_UNISTD_H_DEFAULTS. Set
2323         HAVE_DECL_GETLOGIN_R.
2324         * modules/getlogin_r (Files): Remove lib/getlogin_r.h.
2325         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
2326         (Include): Use <unistd.h> instead of getlogin_r.h.
2327
2328         * lib/getcwd.h: Remove file.
2329         * lib/getcwd.c: Include <unistd.h> instead of getcwd.h.
2330         * lib/xgetcwd.c: Likewise.
2331         * m4/getcwd.m4 (gl_FUNC_GETCWD): Require gl_UNISTD_H_DEFAULTS. Set
2332         REPLACE_GETCWD. Don't define __GETCWD_PREFIX.
2333         * modules/getcwd (Files): Remove lib/getcwd.h.
2334         (Depends-on): Add unistd.
2335         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
2336         (Include): Use <unistd.h> instad of getcwd.h.
2337
2338         * lib/ftruncate.c: Include <unistd.h> first.
2339         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Require gl_UNISTD_H_DEFAULTS.
2340         Set HAVE_FTRUNCATE.
2341         * modules/ftruncate (Depends-on): Add unistd.
2342         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
2343
2344         * lib/fchdir.c: Include <unistd.h> first.
2345         * lib/dirent_.h: Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT.
2346         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_UNISTD_H_DEFAULTS instead
2347         of gl_HEADER_UNISTD_DEFAULTS. Set REPLACE_FCHDIR. Don't set UNISTD_H.
2348         * modules/fchdir (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
2349         (Makefile.am): Substitute also REPLACE_FCHDIR into dirent.h.
2350
2351         * lib/dup2.c: Include <unistd.h> first.
2352         * m4/dup2.m4 (gl_FUNC_DUP2): Require gl_UNISTD_H_DEFAULTS. Set
2353         HAVE_DUP2.
2354         * modules/dup2 (Depends-on): Add unistd.
2355         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
2356
2357         * lib/chown.c: Include <unistd.h> first. Undefine chown later.
2358         * m4/chown.m4 (gl_FUNC_CHOWN): Require gl_UNISTD_H_DEFAULTS. Set
2359         REPLACE_CHOWN. Don't define chown as a macro here.
2360         * modules/chown (Depends-on): Add unistd.
2361         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
2362
2363         * lib/unistd_.h: Test HAVE_UNISTD_H determined at configure time.
2364         Add definition for GL_LINK_WARNING.
2365         (chown, dup2): New declarations.
2366         (fchdir): Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT. Provide optional
2367         link warning.
2368         (ftruncate): New declaration.
2369         (getcwd): New declaration, taken from old getcwd.h.
2370         (getlogin_r): New declaration, taken from old getlogin_r.h.
2371         (readlink): New declaration.
2372         * m4/unistd_h.m4 (gl_UNISTD_H): Renamed from gl_HEADER_UNISTD. Don't
2373         set UNISTD_H. Inline gl_PREREQ_UNISTD. Set HAVE_UNISTD_H.
2374         (gl_PREREQ_UNISTD): Remove macro.
2375         (gl_UNISTD_MODULE_INDICATOR): New macro.
2376         (gl_UNISTD_H_DEFAULTS): Renamed from gl_HEADER_UNISTD_DEFAULTS. Set
2377         many new variables. Don't set UNISTD_H.
2378         * modules/unistd (Description): Change.
2379         (Depends-on): Add link-warning.
2380         (configure.ac): Update.
2381         (Makefile.am): Create unistd.h always. Substitute many new variables
2382         into it.
2383
2384 2007-02-18  Bruno Haible  <bruno@clisp.org>
2385
2386         * lib/stdlib_.h (getsubopt): New declaration, copied from getsubopt.h.
2387         * modules/stdlib (stdlib.h): Also substitute GNULIB_GETSUBOPT and
2388         HAVE_GETSUBOPT.
2389         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Also initialize
2390         GNULIB_GETSUBOPT and HAVE_GETSUBOPT.
2391         * lib/getsubopt.h: Remove file.
2392         * modules/getsubopt (Files): Remove lib/getsubopt.h.
2393         (Depends-on): Add stdlib.
2394         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
2395         (Includes): Use <stdlib.h> instead of getsubopt.h.
2396         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Require gl_STDLIB_H_DEFAULTS.
2397         Set HAVE_GETSUBOPT.
2398         * lib/getsubopt.c: Don't include getsubopt.h.
2399
2400 2007-02-18  Bruno Haible  <bruno@clisp.org>
2401
2402         * modules/fchdir (Depends-on): Add dup2.
2403
2404 2007-02-18  Bruno Haible  <bruno@clisp.org>
2405
2406         * lib/stdlib_.h: Handle glibc's special invocation convention
2407         specially.
2408
2409 2007-02-18  Bruno Haible  <bruno@clisp.org>
2410
2411         * modules/stdlib-tests: New file.
2412         * tests/test-stdlib.c: New file.
2413
2414         * modules/mkstemp (Files): Remove lib/mkstemp.h.
2415         (Depends-on): Add stdlib.
2416         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
2417         (Includes): Use <stdlib.h> instead of mkstemp.h.
2418         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require gl_STDLIB_H_DEFAULTS. Set
2419         REPLACE_MKSTEMP. Remove definition of __MKSTEMP_PREFIX.
2420         * lib/mkstemp.c: Don't include mkstemp.h.
2421         * lib/mkstemp-safer.c: Include <stdlib.h> instead of mkstemp.h.
2422         * lib/stdlib--.h: Don't include mkstemp.h.
2423
2424         * modules/mkdtemp (Files): Remove lib/mkdtemp.h.
2425         (Depends-on): Add stdlib.
2426         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
2427         (Includes): Use <stdlib.h> instead of mkdtemp.h.
2428         * m4/mkdtemp.m4 (gt_FUNC_MKDTEMP): Require gl_STDLIB_H_DEFAULTS. Set
2429         HAVE_MKDTEMP.
2430         * lib/mkdtemp.c: Don't include mkdtemp.h.
2431         * lib/clean-temp.c: Don't include mkdtemp.h.
2432
2433         * modules/exit (Files): Remove lib/exit.h.
2434         (Depends-on): Add stdlib.
2435         (Makefile.am): Remove lib_SOURCES.
2436         (Include): Use <stdlib.h> instead of exit.h.
2437         * lib/argmatch.c: Don't include exit.h.
2438         * lib/execute.c: Likewise.
2439         * lib/pagealign_alloc.c: Likewise.
2440         * lib/pipe.c: Likewise.
2441         * lib/wait-process.c: Likewise.
2442         * lib/copy-file.c: Include <stdlib.h> instead of exit.h.
2443         * lib/exitfail.c: Likewise.
2444         * lib/savewd.c: Likewise.
2445         * lib/xsetenv.c: Likewise.
2446
2447         * modules/stdlib: New file.
2448         * lib/stdlib_.h: New file, incorporating exit.h, mkdtemp.h, mkstemp.h
2449         and extra comments about mkstemp().
2450         * lib/exit.h: Remove file.
2451         * lib/mkdtemp.h: Remove file.
2452         * lib/mkstemp.h: Remove file.
2453         * m4/stdlib_h.m4: New file.
2454         * MODULES.html.sh (Support for systems lacking ANSI C 89): Add stdlib.
2455
2456 2007-02-18  Bruno Haible  <bruno@clisp.org>
2457
2458         * modules/math-tests: New file.
2459         * tests/test-math.c: New file.
2460
2461         * modules/math: New file.
2462         * modules/mathl (Files): Remove lib/mathl.h.
2463         (Depends-on): Add math.
2464         (Makefile.am): Don't mention mathl.h.
2465         (Include): Use <math.h> instead of mathl.h.
2466         * lib/math_.h: New file.
2467         * lib/mathl.h: Remove file.
2468         * lib/acosl.c: Include <config.h> and <math.h> first. Don't include
2469         mathl.h.
2470         * lib/asinl.c: Likewise.
2471         * lib/atanl.c: Likewise.
2472         * lib/ceill.c: Likewise.
2473         * lib/cosl.c: Likewise.
2474         * lib/expl.c: Likewise.
2475         * lib/floorl.c: Likewise.
2476         * lib/frexpl.c: Likewise.
2477         * lib/ldexpl.c: Likewise.
2478         * lib/logl.c: Likewise.
2479         * lib/sincosl.c: Likewise.
2480         * lib/sinl.c: Likewise.
2481         * lib/sqrtl.c: Likewise.
2482         * lib/tanl.c: Likewise.
2483         * lib/trigl.c: Likewise.
2484         * m4/math_h.m4: New file.
2485         * MODULES.html.sh (Mathematics): Add math.
2486
2487 2007-02-17  Bruno Haible  <bruno@clisp.org>
2488
2489         * modules/wctype-tests: New file.
2490         * tests/test-wctype.c: New file.
2491
2492         * modules/wchar-tests: New file.
2493         * tests/test-wchar.c: New file.
2494
2495         * modules/unistd-tests: New file.
2496         * tests/test-unistd.c: New file.
2497
2498         * modules/time-tests: New file.
2499         * tests/test-time.c: New file.
2500
2501         * modules/sysexits-tests: New file.
2502         * tests/test-sysexits.c: New file.
2503
2504         * modules/sys_time-tests: New file.
2505         * tests/test-sys_time.c: New file.
2506
2507         * modules/sys_stat-tests: New file.
2508         * tests/test-sys_stat.c: New file.
2509
2510         * modules/sys_socket-tests: New file.
2511         * tests/test-sys_socket.c: New file.
2512
2513         * modules/sys_select-tests: New file.
2514         * tests/test-sys_select.c: New file.
2515
2516         * modules/string-tests: New file.
2517         * tests/test-string.c: New file.
2518
2519         * modules/stdbool-tests: New file.
2520         * tests/test-stdbool.c: New file.
2521
2522         * modules/netinet_in-tests: New file.
2523         * tests/test-netinet_in.c: New file.
2524
2525         * modules/inttypes-tests: New file.
2526         * tests/test-inttypes.c: New file.
2527
2528         * modules/fcntl-tests: New file.
2529         * tests/test-fcntl.c: New file.
2530
2531         * modules/byteswap-tests: New file.
2532         * tests/test-byteswap.c: New file.
2533
2534         * modules/arpa_inet-tests: New file.
2535         * tests/test-arpa_inet.c: New file.
2536
2537 2007-02-17  Bruno Haible  <bruno@clisp.org>
2538
2539         * lib/inttypes_.h: Add definition for GL_LINK_WARNING.
2540         (imaxabs, imaxdiv, strtoimax, strtoumax): Don't declare the function
2541         if the corresponding module is not enabled. Emit link warnings if
2542         the function is used nevertheless.
2543         * m4/inttypes.m4 (gl_INTTYPES_H): Never use the existing <inttypes.h>.
2544         Don't AC_SUBST HAVE_DECL_IMAXABS, HAVE_DECL_IMAXDIV,
2545         HAVE_DECL_STRTOIMAX, HAVE_DECL_STRTOUMAX.
2546         (gl_INTTYPES_MODULE_INDICATOR, gl_INTTYPES_H_DEFAULTS): New macros.
2547         * modules/inttypes (Depends-on): Add link-warning.
2548         (Makefile.am): Copy the contents of build-aux/link-warning.h into
2549         inttypes.h. Substitute also GNULIB_IMAXABS, GNULIB_IMAXDIV,
2550         GNULIB_STRTOIMAX, GNULIB_STRTOUMAX.
2551         * modules/imaxabs (configure.ac): Invoke gl_INTTYPES_MODULE_INDICATOR.
2552         * modules/imaxdiv (configure.ac): Likewise.
2553         * modules/strtoimax (configure.ac): Likewise.
2554         * modules/strtoumax (configure.ac): Likewise.
2555
2556 2007-02-17  Bruno Haible  <bruno@clisp.org>
2557
2558         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Include the contents of
2559         gl_STRING_MODULE_INDICATOR_DEFAULTS.
2560         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Remove macro.
2561         (gl_HEADER_STRING_H_BODY, gl_STRING_MODULE_INDICATOR): Update.
2562
2563 2007-02-17  Bruno Haible  <bruno@clisp.org>
2564
2565         * modules/link-warning: New file.
2566         * build-aux/link-warning.h: New file, extracted from lib/string_.h.
2567         * lib/string_.h (GL_LINK_WARNING): Remove definition.
2568         * modules/string (Depends-on): Add link-warning.
2569         (Makefile.am): Copy the contents of build-aux/link-warning.h into
2570         string.h.
2571         * MODULES.html.sh (Support for building libraries and executables): Add
2572         link-warning.
2573
2574 2007-02-17  Bruno Haible  <bruno@clisp.org>
2575
2576         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strcasecmp,
2577         strncasecmp, strchr, strchrnul, strdup, strndup, strnlen, strcspn,
2578         strpbrk, strspn, strrchr, strsep, strstr, strcasestr, strtok_r): Break
2579         long lines.
2580
2581 2007-02-17  Ben Pfaff  <blp@cs.stanford.edu>
2582             Bruno Haible  <bruno@clisp.org>
2583
2584         * modules/tmpfile: New file.
2585         * lib/tmpfile.c: New file.
2586         * m4/tmpfile.m4: New file.
2587         * MODULES.html.sh (func_all_modules): New section "Input/output".
2588
2589 2007-02-15  Bruno Haible  <bruno@clisp.org>
2590
2591         * lib/clean-temp.c [WIN32 && !CYGWIN]: Include <windows.h>.
2592         (supports_delete_on_close): New function.
2593         (open_temp, fopen_temp): Use _O_TEMPORARY when supported.
2594
2595 2007-02-14  Bruno Haible  <bruno@clisp.org>
2596
2597         * modules/mbspcasecmp-tests: New file.
2598         * tests/test-mbspcasecmp.sh: New file.
2599         * tests/test-mbspcasecmp.c: New file.
2600
2601         New module mbspcasecmp.
2602         * modules/mbspcasecmp: New file.
2603         * lib/mbspcasecmp.c: New file.
2604         * lib/string_.h (strncasecmp): Change warning message.
2605         (mbspcasecmp): New declaration.
2606         * m4/mbspcasecmp.m4: New file.
2607         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
2608         GNULIB_MBSPCASECMP.
2609         * modules/string (string.h): Also substitute GNULIB_MBSPCASECMP.
2610         * MODULES.html.sh (Internationalization functions): Add mbspcasecmp.
2611
2612 2007-02-14  Bruno Haible  <bruno@clisp.org>
2613
2614         * modules/mbsncasecmp-tests: New file.
2615         * tests/test-mbsncasecmp.sh: New file.
2616         * tests/test-mbsncasecmp.c: New file.
2617
2618         New module mbsncasecmp.
2619         * modules/mbsncasecmp: New file.
2620         * lib/mbsncasecmp.c: New file.
2621         * lib/string_.h (mbsncasecmp): New declaration.
2622         * m4/mbsncasecmp.m4: New file.
2623         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
2624         GNULIB_MBSNCASECMP.
2625         * modules/string (string.h): Also substitute GNULIB_MBSNCASECMP.
2626         * MODULES.html.sh (Internationalization functions): Add mbsncasecmp.
2627
2628 2007-02-14  Paul Eggert  <eggert@cs.ucla.edu>
2629
2630         * lib/exclude.c (FNM_EXTMATCH): Define if system does not.
2631         Verify that it doesn't overlap with our flags.
2632         (fnmatch_no_wildcards): Don't use strcasecmp or strncasecmp, which
2633         do not have the desired effect in multibyte locales; instead, use
2634         mbscasecmp.
2635         * modules/exclude (Depends-on): Depend on mbscasecmp, not strcase.
2636         Add dependency on xalloc.  Depend on fnmatch, not fnmatch-gnu, since
2637         we don't require GNU fnmatch ourselves (if our users require it, they
2638         should do so explicitly).
2639
2640         Fix regex code so it doesn't rely on strcasecmp.
2641         * lib/regex_internal.h: Include <langinfo.h> only if _LIBC is defined.
2642         Otherwise, include gnulib's langinfo.h.
2643         * lib/regcomp.c (init_dfa): Don't use strcasecmp, as it can have
2644         undesirable behavior in non-C locales.  Instead, rely on localecharset.
2645         * m4/regex.m4 (gl_PREREQ_REGEX): Don't require AM_LANGINFO_CODESET.
2646         * modules/regex (FILES): Remove m4/codeset.m4.
2647         (Depends-on): Add localcharset.  Remove strcase.
2648
2649 2007-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2650
2651         * m4/unlinkdir.m4 (gl_UNLINKDIR): Fix m4 quoting bug.
2652         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Likewise.
2653
2654 2007-02-13  Bruno Haible  <bruno@clisp.org>
2655
2656         * m4/intdiv0.m4 (gt_INTDIV0): Assume ANSI C. Fix underquoting bug.
2657         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
2658
2659 2007-02-12  Bruno Haible  <bruno@clisp.org>
2660
2661         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
2662         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): If
2663         GNULIB_POSIXCHECK and the gnulib module not enabled, provoke a link-
2664         time warning rather than a link error.
2665
2666 2007-02-12  Bruno Haible  <bruno@clisp.org>
2667
2668         * m4/locale-fr.m4 (gt_LOCALE_FR): Fix m4 quoting bug.
2669         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
2670         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
2671
2672 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
2673
2674         * lib/string_.h (strncasecmp): Fix typo: this macro takes 3
2675         args, not 2.
2676
2677 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
2678
2679         New module 'time', so that apps can include <time.h> as per
2680         POSIX and GNU instead of separate include files like time_r.h
2681         and timegm.h.  This implementation tries out a simpler approach
2682         for replacing decls in standard include files (as compared to
2683         the string module), somewhat as an experiment.
2684
2685         * config/srclist.txt: Comment out mktime.c for now.
2686         * doc/gnulib-tool.texi (Initial import): Don't use time_r as an example
2687         since it doesn't apply any more.  Use generic wording instead.
2688         * MODULES.html.sh (Support for systems lacking POSIX:2001): New module
2689         'time'.
2690         * lib/time_.h, m4/time_h.m4, modules/time: New files.
2691         * lib/strptime.h, lib/time_r.h, lib/timegm.h: Remove.
2692         * lib/mktime.c: Include config.h depending on _LIBC, not HAVE_CONFIG_H.
2693         Don't include <sys/types.h>; no longer needed since we assume C89.
2694         * lib/mktime.c: Don't include "time_r.h"; no longer needed.
2695         * lib/strftime.c: Likewise.
2696         * lib/time_r.c: Likewise.
2697         * lib/nanosleep.c (nanosleep): #undef after include files, not before.
2698         * lib/nanosleep.c: Include <time.h> first, to check interface.
2699         * lib/strptime.c: Likewise.
2700         * lib/time_r.c: Likewise.
2701         * lib/timegm.c: Likewise.
2702         * lib/strptime.c: Don't include strptime.h or time_r.h; no longer
2703         needed.
2704         * lib/timegm.c: Don't include timegm.h; no longer needed.
2705         * lib/timespec.h: Don't include <sys/time.h> before <time.h>;
2706         time.h now handles any problems in that area.
2707         (struct timespec, nanosleep): Remove; time.h now arranges for these.
2708         * lib/xnanosleep.c: Don't include timespec.h; no longer needed now
2709         that time.h defines struct timespec.
2710         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check that nanosleep is declared.
2711         Set REPLACE_NANOSLEEP.  Don't AC_DEFINE nanosleep; the time module now
2712         handles that.
2713         * m4/strptime.m4 (gl_FUNC_STPRTIME): Set REPLACE_STRPTIME.
2714         * m4/time_r.m4 (gl_TIME_R): Don't define HAVE_TIME_R_POSIX; no longer
2715         needed.  Set REPLACE_LOCALTIME.
2716         * m4/timegm.m4 (gl_FUNC_TIMEGM): Set REPLACE_TIMEGM.
2717         * m4/timespec.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Move to time_h.m4.
2718         (gl_TIMESPEC): Don't check for sys/time.h or struct timespec or
2719         nanosleep; time_h.m4 now does that.  Don't require
2720         gl_USE_SYSTEM_EXTENSIONS; no longer needed directly, and the time
2721         module handles this now.
2722         * modules/getdate (Depends-on): Remove timespec.  Add time.
2723         * modules/nanosleep (Depends-on): Likewise.
2724         * modules/stat-time (Depends-on): Likewise.
2725         * modules/nanosleep (Include): Include time.h, not timespec.h.
2726         * modules/strptime (Files): Remove lib/strptime.h.
2727         (Depends-on): Add extensions, time.
2728         (Include): Include time.h, not strptime.h.
2729         * modules/time_r (Files): Remove lib/time_r.h.
2730         (Depends-on): Add time.
2731         (Include): Include time.h, not time_r.h.
2732         * modules/timegm: Likewise.
2733         * modules/timespec (Description): Now does timespec-related decls
2734         of our own, instead of struct timespec itself.
2735         (Depends-on): Add time; remove extensions.
2736         (Maintainer): Add self.
2737         * modules/utimecmp (Depends-on): Add time; remove timespec.
2738         * modules/utimens (Depends-on): Likewise.
2739         * modules/xnanosleep (Depends-on): Likewise.
2740
2741 2007-02-11  Bruno Haible  <bruno@clisp.org>
2742
2743         * lib/c-strstr.c: Include allocsa.h.
2744         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
2745         * lib/c-strcasestr.c: Include allocsa.h.
2746         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
2747         * lib/strcasestr.c: Include allocsa.h.
2748         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
2749         * lib/mbsstr.c: Include allocsa.h.
2750         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
2751         allocsa/freesa instead of malloc/free.
2752         * lib/mbscasestr.c: Include allocsa.h.
2753         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
2754         allocsa/freesa instead of malloc/free.
2755         * modules/c-strstr (Depends-on): Add allocsa.
2756         * modules/c-strcasestr (Depends-on): Likewise.
2757         * modules/strcasestr (Depends-on): Likewise.
2758         * modules/mbsstr (Depends-on): Likewise.
2759         * modules/mbscasestr (Depends-on): Likewise.
2760
2761 2007-02-11  Bruno Haible  <bruno@clisp.org>
2762
2763         * lib/mbsspn.c (mbsspn): Fix bug. Remove unnecessary strlen call.
2764
2765         * modules/mbsspn-tests: New file.
2766         * tests/test-mbsspn.sh: New file.
2767         * tests/test-mbsspn.c: New file.
2768
2769 2007-02-11  Bruno Haible  <bruno@clisp.org>
2770
2771         * lib/mbspbrk.c (mbspbrk): Remove unneeded cast.
2772
2773         * modules/mbspbrk-tests: New file.
2774         * tests/test-mbspbrk.sh: New file.
2775         * tests/test-mbspbrk.c: New file.
2776
2777 2007-02-11  Bruno Haible  <bruno@clisp.org>
2778
2779         * lib/mbscspn.c (mbscspn): Remove unnecessary strlen call and
2780         unneeded cast.
2781
2782         * modules/mbscspn-tests: New file.
2783         * tests/test-mbscspn.sh: New file.
2784         * tests/test-mbscspn.c: New file.
2785
2786 2007-02-11  Bruno Haible  <bruno@clisp.org>
2787
2788         * modules/mbscasecmp-tests: New file.
2789         * tests/test-mbscasecmp.sh: New file.
2790         * tests/test-mbscasecmp.c: New file.
2791
2792 2007-02-11  Bruno Haible  <bruno@clisp.org>
2793
2794         Ensure O(n) worst-case complexity of mbscasestr.
2795         * lib/mbscasestr.c: Include stdbool.h.
2796         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
2797         functions.
2798         (mbscasestr): Add some bookkeeping. Invoke knuth_morris_pratt_* when
2799         the bookkeeping indicates that it's worth it.
2800         * modules/mbscasestr (Depends-on): Add stdbool, mbslen, strnlen.
2801
2802         * modules/mbscasestr-tests: New file.
2803         * tests/test-mbscasestr1.c: New file.
2804         * tests/test-mbscasestr2.sh: New file.
2805         * tests/test-mbscasestr2.c: New file.
2806         * tests/test-mbscasestr3.sh: New file.
2807         * tests/test-mbscasestr3.c: New file.
2808         * tests/test-mbscasestr4.sh: New file.
2809         * tests/test-mbscasestr4.c: New file.
2810         * m4/locale-tr.m4: New file.
2811
2812 2007-02-11  Bruno Haible  <bruno@clisp.org>
2813
2814         Ensure O(n) worst-case complexity of mbsstr.
2815         * lib/mbsstr.c: Include stdbool.h.
2816         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
2817         functions.
2818         (mbsstr): Add some bookkeeping. Invoke knuth_morris_pratt_* when the
2819         bookkeeping indicates that it's worth it.
2820         * modules/mbsstr (Depends-on): Add stdbool, mbslen, strnlen.
2821
2822         * modules/mbsstr-tests: New file.
2823         * tests/test-mbsstr1.c: New file.
2824         * tests/test-mbsstr2.sh: New file.
2825         * tests/test-mbsstr2.c: New file.
2826         * tests/test-mbsstr3.sh: New file.
2827         * tests/test-mbsstr3.c: New file.
2828         * m4/locale-fr.m4: New file.
2829
2830 2007-02-11  Bruno Haible  <bruno@clisp.org>
2831
2832         * lib/mbsrchr.c (mbsrchr): Fix bug.
2833
2834         * modules/mbsrchr-tests: New file.
2835         * tests/test-mbsrchr.sh: New file.
2836         * tests/test-mbsrchr.c: New file.
2837
2838 2007-02-11  Bruno Haible  <bruno@clisp.org>
2839
2840         * lib/mbschr.c (mbschr): Fix bug.
2841
2842         * modules/mbschr-tests: New file.
2843         * tests/test-mbschr.sh: New file.
2844         * tests/test-mbschr.c: New file.
2845         * m4/locale-zh.m4: New file.
2846
2847 2007-02-11  Bruno Haible  <bruno@clisp.org>
2848
2849         Support for copying multibyte string iterators.
2850         * lib/mbiter.h: Include <string.h>.
2851         (mbiter_multi_copy): New function.
2852         (mbi_copy): New macro.
2853         * lib/mbuiter.h: Include <string.h>.
2854         (mbuiter_multi_copy): New function.
2855         (mbui_copy): New macro.
2856
2857 2007-02-11  Bruno Haible  <bruno@clisp.org>
2858
2859         New module mbslen.
2860         * modules/mbslen: New file.
2861         * lib/mbslen.c: New file.
2862         * lib/string_.h (mbslen): New declaration.
2863         * m4/mbslen.m4: New file.
2864         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
2865         GNULIB_MBSLEN.
2866         * modules/string (string.h): Also substitute GNULIB_MBSLEN.
2867         * MODULES.html.sh (Internationalization functions): Add mbslen.
2868
2869 2007-02-11  Bruno Haible  <bruno@clisp.org>
2870
2871         Ensure O(n) worst-case complexity of strcasestr substitute.
2872         * lib/strcasestr.c: Include stdbool.h.
2873         (knuth_morris_pratt): New function.
2874         (strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when the
2875         bookkeeping indicates that it's worth it.
2876         * modules/strcasestr (Depends-on): Add stdbool, strnlen.
2877
2878         * modules/strcasestr-tests: New file.
2879         * tests/test-strcasestr.c: New file.
2880
2881 2007-02-11  Bruno Haible  <bruno@clisp.org>
2882
2883         Ensure O(n) worst-case complexity of c_strcasestr.
2884         * lib/c-strcasestr.c: Include stdbool.h, string.h.
2885         (knuth_morris_pratt): New function.
2886         (c_strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when
2887         the bookkeeping indicates that it's worth it.
2888         * modules/c-strcasestr (Depends-on): Add stdbool, strnlen.
2889
2890         * modules/c-strcasestr-tests: New file.
2891         * tests/test-c-strcasestr.c: New file.
2892
2893 2007-02-11  Bruno Haible  <bruno@clisp.org>
2894
2895         Ensure O(n) worst-case complexity of c_strstr.
2896         * lib/c-strstr.c: Include stdbool.h, string.h.
2897         (knuth_morris_pratt): New function.
2898         (c_strstr): Add some bookkeeping. Invoke knuth_morris_pratt when the
2899         bookkeeping indicates that it's worth it.
2900         * modules/c-strstr (Depends-on): Add stdbool, strnlen.
2901
2902         * lib/c-strstr.c: Complete rewrite for maintainability.
2903
2904         * modules/c-strstr-tests: New file.
2905         * tests/test-c-strstr.c: New file.
2906
2907 2007-02-11  Bruno Haible  <bruno@clisp.org>
2908
2909         * m4/javacomp.m4 (gt_JAVACOMP): Work around a 'tr' bug in coreutils
2910         5.2.1 and earlier, whereby \055 was treated just like the range
2911         delimiter '-'.
2912         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
2913
2914 2007-02-08  Bruno Haible  <bruno@clisp.org>
2915
2916         * modules/regex (Depends-on): Add stdbool.
2917         Reported by Dalibor Topic <robilad@kaffe.org>.
2918
2919 2007-02-05  Paul Eggert  <eggert@cs.ucla.edu>
2920
2921         * m4/regex.m4 (gl_REGEX): Check for glibc bug #3957.
2922         Prefer returning from main to exiting from it.
2923         Remove unnecessary parens after sizeof.
2924
2925 2007-02-05  Bruno Haible  <bruno@clisp.org>
2926
2927         New module mbssep.
2928         * modules/mbssep: New file.
2929         * lib/mbssep.c: New file.
2930         * lib/string_.h (strsep): Add a conditional link warning.
2931         (mbssep): New declaration.
2932         * m4/mbssep.m4: New file.
2933         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
2934         GNULIB_MBSSEP.
2935         * modules/string (string.h): Also substitute GNULIB_MBSSEP.
2936         * MODULES.html.sh (Internationalization functions): Add mbssep.
2937
2938 2007-02-05  Bruno Haible  <bruno@clisp.org>
2939
2940         * lib/strsep.c (strsep): Fix actions in case of no delimiters.
2941         Optimize search in case of 1 delimiter.
2942
2943 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
2944
2945         * lib/acl.h: Include sys/types.h before sys/acl.h.
2946
2947 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
2948
2949         Merge upstream fix for glibc bugzilla #3957:
2950
2951         2007-02-05  Jakub Jelinek  <jakub@redhat.com>
2952
2953         * lib/regcomp.c (parse_bracket_exp): Set '\n' bit rather than '\0'
2954         bit for RE_HAT_LISTS_NOT_NEWLINE.
2955         (build_charclass_op): Remove bogus comment.
2956
2957 2007-02-05  Simon Josefsson  <simon@josefsson.org>
2958
2959         * lib/gc.h, lib/gc-libgcrypt.c: Support SHA-256/384/512.
2960
2961 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
2962
2963         * lib/getsubopt.c [!_LIBC]: Include config.h and getsubopt.h.
2964         * lib/memmem.c [!defined _LIBC]: Include config.h.
2965
2966 2007-02-04  Bruno Haible  <bruno@clisp.org>
2967
2968         * lib/string_.h (GL_LINK_WARNING2): Put the word "warning:" into the
2969         warning message.
2970
2971 2007-02-04  Bruno Haible  <bruno@clisp.org>
2972
2973         New module mbstok_r.
2974         * modules/mbstok_r: New file.
2975         * lib/mbstok_r.c: New file.
2976         * lib/string_.h (strtok_r): Change argument names to match the
2977         comments. Add a conditional link warning.
2978         (mbstok_r): New declaration.
2979         * m4/mbstok_r.m4: New file.
2980         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
2981         GNULIB_MBSTOK_R.
2982         * modules/string (string.h): Also substitute GNULIB_MBSTOK_R.
2983         * MODULES.html.sh (Internationalization functions): Add mbstok_r.
2984
2985 2007-02-04  Bruno Haible  <bruno@clisp.org>
2986
2987         New module mbsspn.
2988         * modules/mbsspn: New file.
2989         * lib/mbsspn.c: New file.
2990         * lib/string_.h (strspn): Add a conditional link warning.
2991         (mbsspn): New declaration.
2992         * m4/mbsspn.m4: New file.
2993         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
2994         GNULIB_MBSSPN.
2995         * modules/string (string.h): Also substitute GNULIB_MBSSPN.
2996         * MODULES.html.sh (Internationalization functions): Add mbsspn.
2997
2998 2007-02-04  Bruno Haible  <bruno@clisp.org>
2999
3000         New module mbspbrk.
3001         * modules/mbspbrk: New file.
3002         * lib/mbspbrk.c: New file.
3003         * lib/string_.h (strpbrk): Add a conditional link warning.
3004         (mbspbrk): New declaration.
3005         * m4/mbspbrk.m4: New file.
3006         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
3007         GNULIB_MBSPBRK.
3008         * modules/string (string.h): Also substitute GNULIB_MBSPBRK.
3009         * MODULES.html.sh (Internationalization functions): Add mbspbrk.
3010
3011 2007-02-04  Bruno Haible  <bruno@clisp.org>
3012
3013         New module mbscspn.
3014         * modules/mbscspn: New file.
3015         * lib/mbscspn.c: New file.
3016         * lib/string_.h (strcspn): Add a conditional link warning.
3017         (mbscspn): New declaration.
3018         * m4/mbscspn.m4: New file.
3019         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
3020         GNULIB_MBSCSPN.
3021         * modules/string (string.h): Also substitute GNULIB_MBSCSPN.
3022         * MODULES.html.sh (Internationalization functions): Add mbscspn.
3023
3024 2007-02-04  Bruno Haible  <bruno@clisp.org>
3025
3026         New module mbscasestr, reduced goal of strcasestr.
3027         * modules/mbscasestr: New file.
3028         * lib/mbscasestr.c: New file, copied from lib/strcasestr.c.
3029         (mbscasestr): Renamed from strcasestr.
3030         * lib/strcasestr.c: Don't include mbuiter.h.
3031         (strcasestr): Remove support for multibyte locales.
3032         * lib/string_.h (strcasestr): Don`t rename. Declare only if missing.
3033         Change the conditional link warning.
3034         (mbscasestr): New declaration.
3035         * m4/mbscasestr.m4: New file.
3036         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Enable the replacement only if
3037         the system does not have strcasestr. Set HAVE_STRCASESTR instead of
3038         REPLACE_STRCASESTR.
3039         (gl_PREREQ_STRCASESTR): Don't require gl_FUNC_MBRTOWC.
3040         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
3041         HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
3042         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSCASESTR.
3043         * modules/string (string.h): Also substitute GNULIB_MBSCASESTR.
3044         Substitute HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
3045         * modules/strcasestr (Files): Remove m4/mbrtowc.m4.
3046         (Depends-on): Remove mbuiter.
3047         * MODULES.html.sh (Internationalization functions): Add mbscasestr.
3048
3049 2007-02-04  Bruno Haible  <bruno@clisp.org>
3050
3051         Simplify handling of strncasecmp.
3052         * lib/string_.h (strncasecmp): Remove test for GNULIB_STRCASE. Change
3053         the conditional link warning.
3054         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
3055         HAVE_STRCASECMP, not REPLACE_STRCASECMP.
3056         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Don't initialize GNULIB_STRCASE.
3057         * modules/strcase (configure.ac): Don't invoke
3058         gl_STRING_MODULE_INDICATOR.
3059         * modules/string (string.h): Don't substitute GNULIB_STRCASE.
3060
3061 2007-02-04  Bruno Haible  <bruno@clisp.org>
3062
3063         New module mbscasecmp, reduced goal of strcasecmp.
3064         * modules/mbscasecmp: New file.
3065         * lib/mbscasecmp.c: New file, copied from lib/strcasecmp.c.
3066         (mbscasecmp): Renamed from strcasecmp.
3067         * lib/strcasecmp.c: Don't include mbuiter.h.
3068         (strcasecmp): Remove support for multibyte locales.
3069         * lib/string_.h (strcasecmp): Don`t rename. Declare only if missing.
3070         Change the conditional link warning.
3071         (mbscasecmp): New declaration.
3072         * m4/mbscasecmp.m4: New file.
3073         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Enable the replacement only if
3074         the system lacks strcasecmp. Set HAVE_STRCASECMP instead of
3075         REPLACE_STRCASECMP.
3076         (gl_PREREQ_STRCASECMP): Don't require gl_FUNC_MBRTOWC.
3077         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
3078         GNULIB_MBSCASECMP.
3079         * modules/string (string.h): Also substitute GNULIB_MBSCASECMP.
3080         Substitute HAVE_STRCASECMP instead of REPLACE_STRCASECMP.
3081         * modules/strcase (Files): Remove m4/mbrtowc.m4.
3082         (Depends-on): Remove mbuiter.
3083         * MODULES.html.sh (Internationalization functions): Add mbscasecmp.
3084
3085 2007-02-04  Bruno Haible  <bruno@clisp.org>
3086
3087         New module mbsstr. Remove module strstr.
3088         * modules/mbsstr: New file.
3089         * modules/strstr: Remove file.
3090         * lib/mbsstr.c: Renamed from lib/strstr.c.
3091         (mbsstr): Renamed from strstr.
3092         * lib/string_.h (strstr): Remove declaration. Change the conditional
3093         link warning.
3094         (mbsstr): New declaration.
3095         * m4/mbsstr.m4: New file.
3096         * m4/strstr.m4: Remove file.
3097         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Don't initialize
3098         REPLACE_STRSTR.
3099         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSSTR.
3100         Don't initialize GNULIB_STRSTR.
3101         * modules/string (string.h): Also substitute GNULIB_MBSSTR. Don't
3102         substitute GNULIB_STRSTR and REPLACE_STRSTR.
3103         * MODULES.html.sh (Internationalization functions): Add mbsstr.
3104         (Support for systems lacking ANSI C 89): Remove strstr.
3105
3106 2007-02-04  Bruno Haible  <bruno@clisp.org>
3107
3108         New module mbsrchr.
3109         * modules/mbsrchr: New file.
3110         * lib/mbsrchr.c: New file.
3111         * lib/string_.h (strrchr): Add a conditional link warning.
3112         (mbsrchr): New declaration.
3113         * m4/mbsrchr.m4: New file.
3114         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
3115         GNULIB_MBSRCHR.
3116         * modules/string (string.h): Also substitute GNULIB_MBSRCHR.
3117         * MODULES.html.sh (Internationalization functions): Add mbsrchr.
3118
3119 2007-02-04  Bruno Haible  <bruno@clisp.org>
3120
3121         New module mbschr.
3122         * modules/mbschr: New file.
3123         * lib/mbschr.c: New file.
3124         * lib/string_.h (strchr): Add a conditional link warning.
3125         (mbschr): New declaration.
3126         * m4/mbschr.m4: New file.
3127         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
3128         GNULIB_MBSCHR.
3129         * modules/string (string.h): Also substitute GNULIB_MBSCHR.
3130         * MODULES.html.sh (Internationalization functions): Add mbschr.
3131
3132 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
3133
3134         * lib/stdbool_.h: Mention that bool bit-fields aren't supported.
3135
3136         * modules/stdarg (configure.ac-early): Require AC_PROG_CC_STDC.
3137
3138 2007-02-04  Bruno Haible  <bruno@clisp.org>
3139
3140         New module description section 'configure.ac-early'.
3141         * gnulib-tool (sed_extract_prog): Recognize configure.ac-early.
3142         (func_get_autoconf_early_snippet): New function.
3143         (func_import, func_create_testdir): Use it. Remove special cases for
3144         modules 'extensions' and 'lock'.
3145         * modules/extensions (configure.ac-early): Require
3146         gl_USE_SYSTEM_EXTENSIONS.
3147         * modules/lock (configure.ac-early): Require gl_LOCK_EARLY.
3148
3149 2007-02-04  Bruno Haible  <bruno@clisp.org>
3150
3151         Make use of gcj-4.3's -fsource and -ftarget option.
3152         * m4/javacomp.m4 (gt_JAVACOMP): Test whether gcj is in version >= 4.3,
3153         and if so try the options -fsource and -ftarget.
3154         * lib/javacomp.c (compile_using_gcj): Add fsource_option,
3155         source_version, ftarget_option, target_version arguments.
3156         (is_envjavac_gcj43, is_envjavac_gcj43_usable): New functions.
3157         (is_envjavac_oldgcj_14_14_usable): Renamed from
3158         is_envjavac_gcj_14_14_usable.
3159         (is_envjavac_oldgcj_14_13_usable): Renamed from
3160         is_envjavac_gcj_14_13_usable.
3161         (is_gcj_present): Update.
3162         (is_gcj_43, is_gcj43_usable): New functions.
3163         (is_oldgcj_14_14_usable): Renamed from is_gcj_14_14_usable. Update.
3164         (is_oldgcj_14_13_usable): Renamed from is_gcj_14_13_usable. Update.
3165         (compile_java_class): Test whether gcj is in version >= 4.3, and if so
3166         try the options -fsource and -ftarget.
3167
3168 2007-02-03  Paul Eggert  <eggert@cs.ucla.edu>
3169
3170         * lib/xalloc.h (x2nrealloc): Fix an unlikely bug in the overflow
3171         checking code.  Set N = ceil (1.5 * N) rather than to a slightly
3172         larger value.
3173
3174 2007-02-03  Jim Meyering  <jim@meyering.net>
3175
3176         Give tools a better chance to allocate space for very large buffers.
3177         * lib/xalloc.h (x2nrealloc): Use 3/2, not 2, as buffer size factor.
3178
3179         Make pwd and readlink work also when run with an unreadable parent dir
3180         on systems with openat support.
3181         * lib/getcwd.c (__getcwd) [HAVE_PARTLY_WORKING_GETCWD]: Use the system
3182         provided getcwd function, even when we have openat support.
3183         Reported by Dmitry V. Levin in <http://bugzilla.redhat.com/227168>.
3184
3185 2007-02-02  Bruno Haible  <bruno@clisp.org>
3186
3187         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
3188         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): Provoke a link
3189         error only if GNULIB_POSIXCHECK is defined. Needed to avoid artificial
3190         portability problems if one of these functions is only used on specific
3191         platforms.
3192         Reported by Paul Eggert.
3193
3194 2007-02-02  Paul Eggert  <eggert@cs.ucla.edu>
3195
3196         Avoid mempcpy in the regex code, as the string.h mempcpy stuff
3197         is causing more trouble than it's curing.
3198         * lib/regex_internal.h (__mempcpy): Remove.
3199         * lib/regcomp.c (regerror): Rewrite to avoid the need for mempcpy
3200         (and make the code a tad smaller to boot).
3201         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for mempcpy.
3202
3203 2007-02-02  Jim Meyering  <jim@meyering.net>
3204
3205         * modules/arpa_inet: Put AC_PROG_MKDIR_P in the configure.ac:
3206         section, not in the Makefile.am: one.
3207
3208 2007-02-02  Eric Blake  <ebb9@byu.net>
3209
3210         * lib/strchrnul.c: Always include config.h first.
3211
3212         * modules/mountlist (Depends-on): Revert 2007-01-31 change,
3213         gnulib strstr is not necessary here.
3214
3215 2007-02-02  Simon Josefsson  <simon@josefsson.org>
3216
3217         * m4/socklen.m4: Fix typo.
3218
3219 2007-02-02  Eric Blake  <ebb9@byu.net>
3220
3221         * modules/arpa_inet (Makefile.am): Use MKDIR_P to avoid races.
3222         * modules/netinet_in (Makefile.am): Likewise.
3223
3224 2007-02-01  Bruno Haible  <bruno@clisp.org>
3225
3226         * lib/string_.h (GL_LINK_WARNING): New macro.
3227         (strcasecmp, strstr, strcasestr): If provided by the system,
3228         conditionally define as a macro that leads to a warning instead of to
3229         an error.
3230         (strncasecmp): Conditionally define as a macro that leads to a warning.
3231
3232 2007-02-01  Karl Berry  <karl@gnu.org>
3233
3234         * config/srclist.txt (strtok_r.c): lose sync, no more strtok_r.h.
3235
3236 2007-02-01  Bruno Haible  <bruno@clisp.org>
3237
3238         * MODULES.html.sh (Unicode string functions): Update after 2007-01-27
3239         renamings.
3240
3241 2007-02-01  Eric Blake  <ebb9@byu.net>
3242
3243         * modules/regex (Depends-on): Revert dependence on mempcpy.
3244         * lib/regex_internal.h [! _LIBC && !__mempcpy]: Undo string
3245         module's definition of mempcpy.
3246         Reported by Paul Eggert.
3247
3248 2007-02-01  Paul Eggert  <eggert@cs.ucla.edu>
3249
3250         * lib/string_.h: If the gnulib module XYZ is not present, undefine
3251         the symbol XYZ before redefining it.  This fixes a problem with
3252         programs that don't use XYZ, when compiled on systems that define
3253         XYZ to something else.
3254
3255 2007-01-31  Paul Eggert  <eggert@cs.ucla.edu>
3256
3257         * lib/mkdir-p.c (make_dir_parents): Close a race condition that
3258         occurs when "mkdir -m foo" creates a setgid directory that is (1)
3259         writeable to group or other and (2) is intended to have a special
3260         mode bit that is set or cleared.  In such a case, the directory
3261         should be neither group- nor other-writeable until the special
3262         mode bits are right.
3263
3264 2007-01-31  Eric Blake  <ebb9@byu.net>
3265
3266         * modules/mountlist (Depends-on): Add strstr.
3267
3268         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): Correct m4 usage
3269         bug.
3270         * modules/string (Makefile.am): Remove redundant replacement.
3271         * modules/regex (Depends-on): Add mempcpy.
3272
3273 2007-01-31  Bruno Haible  <bruno@clisp.org>
3274
3275         New module description field 'Link'.
3276         * gnulib-tool (func_usage): Document --extract-link-directive.
3277         (sed_extract_prog): Recognize 'Link' directive.
3278         (func_get_link_directive): New function.
3279         (func_import): Show summary of link directives.
3280         Handle --extract-link-directive option.
3281         * modules/acl (Link): New section.
3282         * modules/clock-time (Link): New section.
3283         * modules/euidaccess (Link): New section.
3284         * modules/gettext (Link): New section.
3285         * modules/iconv (Link): New section.
3286         * modules/lock (Link): New section.
3287         * modules/nanosleep (Link): New section.
3288         * modules/readline (Link): New section.
3289
3290 2007-01-27  Bruno Haible  <bruno@clisp.org>
3291
3292         Enforce the use of gnulib modules for unportable <string.h> functions.
3293         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): New macro.
3294         (gl_STRING_MODULE_INDICATOR_DEFAULTS): New macro.
3295         (gl_HEADER_STRING_H_BODY): Require it.
3296         * lib/string_.h: If the gnulib module XYZ is not present, redefine
3297         the symbol XYZ to one that gives a link error.
3298         * modules/string (Makefile.am): Also substitute the GNULIB_* variables.
3299         * modules/memmem (configure.ac): Invoke gl_STRING_MODULE_INDICATOR.
3300         * modules/mempcpy (configure.ac): Likewise.
3301         * modules/memrchr (configure.ac): Likewise.
3302         * modules/stpcpy (configure.ac): Likewise.
3303         * modules/stpncpy (configure.ac): Likewise.
3304         * modules/strcase (configure.ac): Likewise.
3305         * modules/strcasestr (configure.ac): Likewise.
3306         * modules/strchrnul (configure.ac): Likewise.
3307         * modules/strdup (configure.ac): Likewise.
3308         * modules/strndup (configure.ac): Likewise.
3309         * modules/strnlen (configure.ac): Likewise.
3310         * modules/strpbrk (configure.ac): Likewise.
3311         * modules/strsep (configure.ac): Likewise.
3312         * modules/strstr (configure.ac): Likewise.
3313         * modules/strtok_r (configure.ac): Likewise.
3314
3315 2007-01-31  Jean-Louis Martineau  <martineau@zmanda.com>  (tiny change)
3316
3317         * lib/gai_strerror.c (values): Add EAI_OVERFLOW.
3318
3319 2007-01-30  Jim Meyering  <jim@meyering.net>
3320
3321         * lib/mpsort.c (mpsort): Remove spurious "return" in void function.
3322
3323 2007-01-29  Bruno Haible  <bruno@clisp.org>
3324
3325         * lib/allocsa.h: Use '#if HAVE_*' instead of '#ifdef HAVE_*'.
3326         * lib/execute.c: Likewise.
3327         * lib/pipe.c: Likewise.
3328         * lib/printf-args.h: Likewise.
3329         * lib/printf-args.c: Likewise.
3330         * lib/printf-parse.c: Likewise.
3331         * lib/vasnprintf.c: Likewise.
3332
3333 2007-01-29  Eric Blake  <ebb9@byu.net>
3334
3335         * lib/memrchr.c: Assume <string.h> unconditionally, to pull in
3336         declaration.
3337
3338 2007-01-29  Paul Eggert  <eggert@cs.ucla.edu>
3339
3340         * lib/strptime.h (strptime): Use 'restrict' for args where
3341         POSIX requires this.
3342         * lib/strptime.c (strptime): Likewise.
3343         Change license notice from LGPL to GPL, since gnulib-tool will
3344         change this as needed.
3345         Include <config.h> if _LIBC is not defined, not if HAVE_CONFIG_H is
3346         defined.
3347         Include "strptime.h" first, to check interface.
3348         Do not #undef _LIBC and _NL_CURRENT.
3349         Do not include <stdlib.h>; no longer needed.
3350         Include "time_r.h" and declare ptime_locale_status
3351         only if _LIBC is not defined.
3352         (__P): Remove unused macro.
3353         (match_string): Bring back glibc version, but use it only if _LIBC
3354         is defined.
3355         (__strptime_internal): Compile tm_gmtoff code if _LIBC is defined, too.
3356         Remove unnecessary assertion and abort() call.
3357         Use #ifdef _NL_CURRENT rather than #if 0, for benefit of glibc.
3358         * m4/strptime.m4: Fix serial number comment.
3359         (gl_FUNC_STRPTIME): Require AC_C_RESTRICT, gl_TM_GMTOFF.
3360         * modules/strptime (Files): Add m4/tm_gmtoff.m4.
3361         (Depends-on): Add time_r.
3362
3363 2007-01-29  Bruno Haible  <bruno@clisp.org>
3364
3365         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
3366         strptime.
3367         * modules/strptime (Depends-on): Add stdbool.
3368         * lib/strptime.h: Include <time.h> always. Add comments.
3369
3370 2007-01-29  Yoann Vandoorselaere  <yoann@prelude-ids.org>
3371
3372         * modules/strptime: New file.
3373         * lib/strptime.h: New file.
3374         * lib/strptime.c: New file.
3375         * m4/strptime.m4: New file.
3376
3377 2007-01-28  Paul Eggert  <eggert@cs.ucla.edu>
3378
3379         * MODULES.html.sh: New module mpsort.
3380         * lib/mpsort.c, lib/mpsort.h, m4/mpsort.m4, modules/mpsort: New files.
3381
3382         * lib/regex.h (_Restrict_): Renamed from __restrict, to avoid
3383         a circularity problem with HP-UX ia64 reported by Bob Proulx in
3384         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00394.html>.
3385         All uses changed.
3386         (_Restrict_arr_): Renamed from __restrict_arr, for similar reasons.
3387         All uses changed.
3388         * lib/regcomp.c, lib/regexec.c: Change all uses from __restrict
3389         to _Restrict_.
3390         * lib/regexec.c (regexec): Declare pmatch with _Restrict_arr_, so that
3391         the parameter matches the prototype.
3392
3393 2007-01-28  Jim Meyering  <jim@meyering.net>
3394
3395         * modules/sys_time (Makefile.am) [MOSTLYCLEANFILES]: Do use
3396         sys/time.h here, reverting that part of the previous patch:
3397         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/8959>.
3398
3399 2007-01-28  Bruno Haible  <bruno@clisp.org>
3400
3401         * modules/sys_time (Makefile.am): Build sys/time.h only when it's the
3402         value of $(SYS_TIME_H).
3403         [MOSTLYCLEANFILES]: Now that sys/time.h is created only when needed,
3404         remove it conditionally, too. [added by Jim Meyering]
3405         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Set SYS_TIME_H.
3406         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
3407         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Set SYS_TIME_H when setting
3408         GETTIMEOFDAY_REPLACEMENT to 1.
3409
3410 2007-01-28  Bruno Haible  <bruno@clisp.org>
3411
3412         * m4/unistd_h.m4 (gl_HEADER_UNISTD_DEFAULTS): New macro.
3413         (gl_HEADER_UNISTD): Require it. Don't set UNISTD_H to empty here.
3414         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_HEADER_UNISTD_DEFAULTS.
3415         Set UNISTD_H instead of UNISTD_H2.
3416         * modules/fchdir (BUILT_SOURCES): Drop $(UNISTD_H2).
3417
3418 2007-01-28  Bruno Haible  <bruno@clisp.org>
3419
3420         * modules/mbchar (Makefile.am): Add mbchar.c to lib_SOURCES.
3421         * m4/mbchar.m4 (gl_MBCHAR): Remove AC_LIBOBJ invocation.
3422
3423 2007-01-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3424
3425         * gnulib-tool (func_emit_lib_Makefile_am, func_add_or_update)
3426         (func_create_testdir): Ensure C locale for `grep' and `tr'
3427         character ranges.
3428         (func_create_megatestdir): Avoid one `grep'.  Fix bug in
3429         ACLOCAL_AMFLAGS parsing state machine.
3430
3431 2007-01-27  Bruno Haible  <bruno@clisp.org>
3432
3433         * modules/unistr/base: Update.
3434
3435 2007-01-27  Bruno Haible  <bruno@clisp.org>
3436
3437         Rename u32-mbtouc -> u32-mbtouc-unsafe, u32-mbtouc-safe -> u32-mbtouc,
3438         u32_mbtouc -> u32_mbtouc_unsafe, u32_mbtouc_safe -> u32_mbtouc.
3439         * modules/unistr/u32-mbtouc-unsafe: Renamed from
3440         modules/unistr/u32-mbtouc.
3441         * lib/unistr/u32-mbtouc-unsafe.c: Renamed from lib/unistr/u32-mbtouc.c.
3442         * lib/unistr.h: Update.
3443         * lib/linebreak.c: Update.
3444         * modules/unistr/u32-mbtouc: Renamed from
3445         modules/unistr/u32-mbtouc-safe.
3446         * lib/unistr/u32-mbtouc.c: Renamed from lib/unistr/u32-mbtouc-safe.c.
3447         * lib/unistr.h: Update.
3448         * lib/unistr/u32-to-u8.c: Update.
3449         * lib/unistr/u32-to-u16.c: Update.
3450
3451 2007-01-27  Bruno Haible  <bruno@clisp.org>
3452
3453         Rename utf16-ucs4 -> utf16-ucs4-unsafe, utf16-ucs4-safe -> utf16-ucs4,
3454         u16_mbtouc -> u16_mbtouc_unsafe, u16_mbtouc_safe -> u16_mbtouc.
3455         * modules/utf16-ucs4-unsafe: Renamed from modules/utf16-ucs4.
3456         * lib/utf16-ucs4-unsafe.h: Renamed from lib/utf16-ucs4.h.
3457         * lib/unistr/utf16-ucs4-unsafe.c: Renamed from lib/unistr/utf16-ucs4.c.
3458         * modules/unistr/u16-mbtouc-unsafe: Renamed from
3459         modules/unistr/u16-mbtouc.
3460         * lib/unistr/u16-mbtouc-unsafe.c: Renamed from lib/unistr/u16-mbtouc.c.
3461         * lib/unistr.h: Update.
3462         * lib/linebreak.c: Update.
3463         * modules/linebreak: Update.
3464         * modules/utf16-ucs4: Renamed from modules/utf16-ucs4-safe.
3465         * lib/utf16-ucs4.h: Renamed from lib/utf16-ucs4-safe.h.
3466         * lib/unistr/utf16-ucs4.c: Renamed from lib/unistr/utf16-ucs4-safe.c.
3467         * modules/unistr/u16-mbtouc: Renamed from
3468         modules/unistr/u16-mbtouc-safe.
3469         * lib/unistr/u16-mbtouc.c: Renamed from lib/unistr/u16-mbtouc-safe.c.
3470         * lib/unistr.h: Update.
3471         * lib/unistr/u16-to-u8.c: Update.
3472         * modules/unistr/u16-to-u8: Update.
3473         * lib/unistr/u16-to-u32.c: Update.
3474         * modules/unistr/u16-to-u32: Update.
3475
3476 2007-01-27  Bruno Haible  <bruno@clisp.org>
3477
3478         Rename utf8-ucs4 -> utf8-ucs4-unsafe, utf8-ucs4-safe -> utf8-ucs4,
3479         u8_mbtouc -> u8_mbtouc_unsafe, u8_mbtouc_safe -> u8_mbtouc.
3480         * modules/utf8-ucs4-unsafe: Renamed from modules/utf8-ucs4.
3481         * lib/utf8-ucs4-unsafe.h: Renamed from lib/utf8-ucs4.h.
3482         * lib/unistr/utf8-ucs4-unsafe.c: Renamed from lib/unistr/utf8-ucs4.c.
3483         * modules/unistr/u8-mbtouc-unsafe: Renamed from
3484         modules/unistr/u8-mbtouc.
3485         * lib/unistr/u8-mbtouc-unsafe.c: Renamed from lib/unistr/u8-mbtouc.c.
3486         * lib/unistr.h: Update.
3487         * lib/striconveh.c: Update.
3488         * modules/striconveh: Update.
3489         * lib/linebreak.c: Update.
3490         * modules/linebreak: Update.
3491         * modules/utf8-ucs4: Renamed from modules/utf8-ucs4-safe.
3492         * lib/utf8-ucs4.h: Renamed from lib/utf8-ucs4-safe.h.
3493         * lib/unistr/utf8-ucs4.c: Renamed from lib/unistr/utf8-ucs4-safe.c.
3494         * modules/unistr/u8-mbtouc: Renamed from modules/unistr/u8-mbtouc-safe.
3495         * lib/unistr/u8-mbtouc.c: Renamed from lib/unistr/u8-mbtouc-safe.c.
3496         * lib/unistr.h: Update.
3497         * lib/striconveh.c: Update.
3498         * modules/striconveh: Update.
3499         * lib/unistr/u8-to-u16.c: Update.
3500         * modules/unistr/u8-to-u16: Update.
3501         * lib/unistr/u8-to-u32.c: Update.
3502         * modules/unistr/u8-to-u32: Update.
3503
3504 2007-01-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3505
3506         Sync from Libtool.
3507         * lib/argz.c: Do not include strings.h nor memory.h, include
3508         string.h unconditionally.  Patch by Simon Josefsson.
3509
3510 2007-01-27  Bruno Haible  <bruno@clisp.org>
3511
3512         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): New macro, extracted
3513         from gl_HEADER_STRING_H_BODY.
3514         (gl_HEADER_STRING_H_BODY): Require it.
3515         * m4/memmem.m4 (gl_FUNC_MEMMEM): Require gl_HEADER_STRING_H_DEFAULTS.
3516         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
3517         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
3518         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
3519         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
3520         * m4/strcase.m4 (gl_FUNC_STRCASECMP, gl_FUNC_STRNCASECMP): Likewise.
3521         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
3522         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
3523         * m4/strdup.m4 (gl_FUNC_STRDUP): Likewise.
3524         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
3525         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
3526         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Likewise.
3527         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
3528         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
3529         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
3530
3531 2007-01-27  Bruno Haible  <bruno@clisp.org>
3532
3533         * gnulib-tool (func_emit_lib_Makefile_am): If $for_test is true, turn
3534         check_PROGRAMS into noinst_PROGRAMS.
3535         (func_emit_tests_Makefile_am): Likewise. Also don't initialize
3536         check_PROGRAMS in this case.
3537         (func_import): Set for_test to false.
3538         (func_create_testdir): Set for_test to true.
3539
3540 2007-01-27  Yoann Vandoorselaere <yoann.v@prelude-ids.com>
3541             Bruno Haible  <bruno@clisp.org>
3542
3543         * modules/strcasestr (Files): Remove lib/strcasestr.h.
3544         (Depends-on): Add string.
3545         (Includes): Use <string.h> instead of strcasestr.h.
3546         * modules/string (Makefile.am): Also substitute the value of
3547         REPLACE_STRCASESTR.
3548         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Don't define strcasestr here;
3549         assume strcasestr is declared in <string.h> not <strings.h>. Also
3550         set REPLACE_STRCASESTR.
3551         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Provide a default value for
3552         REPLACE_STRCASESTR.
3553         * lib/strcasestr.h: Remove file.
3554         * lib/strcasestr.c: Include <string.h> instead of strcasestr.h.
3555         * lib/string_.h (strcasestr): New declaration.
3556
3557 2007-01-27  Bruno Haible  <bruno@clisp.org>
3558
3559         * lib/string_.h: Use 'extern'.
3560
3561 2007-01-27  Jim Meyering  <jim@meyering.net>
3562
3563         * lib/regex_internal.c (re_string_reconstruct): Remove declaration
3564         of set-but-not-used local, "q".
3565
3566         * lib/mempcpy.c: Include <config.h> before <string.h>.
3567         This fixes a compilation error on HP-UX, due to the system's
3568         "restrict"-using mempcpy prototype.
3569
3570 2007-01-26  Bruno Haible  <bruno@clisp.org>
3571
3572         Small optimization.
3573         * lib/javacomp.c: Include c-strstr.h.
3574          (is_envjavac_gcj): Use c_strstr instead of strstr.
3575         * modules/javacomp (Depends-on): Add c-strstr, remove strstr.
3576
3577 2007-01-26  Bruno Haible  <bruno@clisp.org>
3578
3579         * MODULES.html.sh (Unicode string functions): Add the new modules.
3580
3581         * modules/uniconv/u32-strconv-to-locale: New file.
3582         * lib/uniconv/u32-strconv-to-locale.c: New file.
3583
3584         * modules/uniconv/u16-strconv-to-locale: New file.
3585         * lib/uniconv/u16-strconv-to-locale.c: New file.
3586
3587         * modules/uniconv/u8-strconv-to-locale: New file.
3588         * lib/uniconv/u8-strconv-to-locale.c: New file.
3589
3590         * modules/uniconv/u32-strconv-from-locale: New file.
3591         * lib/uniconv/u32-strconv-from-locale.c: New file.
3592
3593         * modules/uniconv/u16-strconv-from-locale: New file.
3594         * lib/uniconv/u16-strconv-from-locale.c: New file.
3595
3596         * modules/uniconv/u8-strconv-from-locale: New file.
3597         * lib/uniconv/u8-strconv-from-locale.c: New file.
3598
3599         * modules/uniconv/u32-strconv-to-enc: New file.
3600         * lib/uniconv/u32-strconv-to-enc.c: New file.
3601         * modules/uniconv/u32-strconv-to-enc-tests: New file.
3602         * tests/uniconv/test-u32-strconv-to-enc.c: New file.
3603
3604         * modules/uniconv/u16-strconv-to-enc: New file.
3605         * lib/uniconv/u16-strconv-to-enc.c: New file.
3606         * lib/uniconv/u-strconv-to-enc.h: New file.
3607         * modules/uniconv/u16-strconv-to-enc-tests: New file.
3608         * tests/uniconv/test-u16-strconv-to-enc.c: New file.
3609
3610         * modules/uniconv/u8-strconv-to-enc: New file.
3611         * lib/uniconv/u8-strconv-to-enc.c: New file.
3612         * modules/uniconv/u8-strconv-to-enc-tests: New file.
3613         * tests/uniconv/test-u8-strconv-to-enc.c: New file.
3614
3615         * modules/uniconv/u32-strconv-from-enc: New file.
3616         * lib/uniconv/u32-strconv-from-enc.c: New file.
3617         * modules/uniconv/u32-strconv-from-enc-tests: New file.
3618         * tests/uniconv/test-u32-strconv-from-enc.c: New file.
3619
3620         * modules/uniconv/u16-strconv-from-enc: New file.
3621         * lib/uniconv/u16-strconv-from-enc.c: New file.
3622         * modules/uniconv/u16-strconv-from-enc-tests: New file.
3623         * tests/uniconv/test-u16-strconv-from-enc.c: New file.
3624
3625         * modules/uniconv/u8-strconv-from-enc: New file.
3626         * lib/uniconv/u8-strconv-from-enc.c: New file.
3627         * lib/uniconv/u-strconv-from-enc.h: New file.
3628         * modules/uniconv/u8-strconv-from-enc-tests: New file.
3629         * tests/uniconv/test-u8-strconv-from-enc.c: New file.
3630
3631         * modules/uniconv/u32-conv-from-enc: New file.
3632         * lib/uniconv/u32-conv-from-enc.c: New file.
3633         * modules/uniconv/u32-conv-from-enc-tests: New file.
3634         * tests/uniconv/test-u32-conv-from-enc.c: New file.
3635
3636         * modules/uniconv/u16-conv-from-enc: New file.
3637         * lib/uniconv/u16-conv-from-enc.c: New file.
3638         * lib/uniconv/u-conv-from-enc.h: New file.
3639         * modules/uniconv/u16-conv-from-enc-tests: New file.
3640         * tests/uniconv/test-u16-conv-from-enc.c: New file.
3641
3642         * modules/uniconv/u8-conv-from-enc: New file.
3643         * lib/uniconv/u8-conv-from-enc.c: New file.
3644         * modules/uniconv/u8-conv-from-enc-tests: New file.
3645         * tests/uniconv/test-u8-conv-from-enc.c: New file.
3646
3647         * modules/uniconv/base: New file.
3648         * lib/uniconv.h: New file.
3649
3650 2007-01-26  Paul Eggert  <eggert@cs.ucla.edu>
3651
3652         * doc/gnulib-tool.texi (Initial import): Update to match current
3653         behavior with strdup module.
3654         * lib/.cppi-disable: Remove strcase.h, strdup.h, strndup.h, strnlen.h.
3655         * lib/memmem.h: Remove; all uses removed.  This is now done
3656         by <string.h>.
3657         * lib/mempcpy.h: Likewise.
3658         * lib/memrchr.h: Likewise.
3659         * lib/stpcpy.h: Likewise.
3660         * lib/stpncpy.h: Likewise.
3661         * lib/strcase.h: Likewise.
3662         * lib/strchrnul.h: Likewise.
3663         * lib/strdup.h: Likewise.
3664         * lib/strndup.h: Likewise.
3665         * lib/strnlen.h: Likewise.
3666         * lib/strpbrk.h: Likewise.
3667         * lib/strsep.h: Likewise.
3668         * lib/strstr.h: Likewise.
3669         * lib/strtok_r.h: Likewise.
3670         * lib/string_.h: New file.
3671         * lib/argp-namefrob.h: Don't include no-longer-existent include files.
3672         Rely on <string.h> instead.
3673         * lib/canon-host.c: Likewise.
3674         * lib/chdir-long.c: Likewise.
3675         * lib/concatpath.c: Likewise.
3676         * lib/exclude.c: Likewise.
3677         * lib/fchdir.c: Likewise.
3678         * lib/getaddrinfo.c: Likewise.
3679         * lib/getcwd.c: Likewise.
3680         * lib/getsubopt.c: Likewise.
3681         * lib/glob.c: Likewise.
3682         * lib/hard-locale.c: Likewise.
3683         * lib/iconvme.c: Likewise.
3684         * lib/javacomp.c: Likewise.
3685         * lib/mempcpy.c: Likewise.
3686         * lib/memrchr.c: Likewise.
3687         * lib/regex_internal.h: Likewise.
3688         * lib/stpncpy.c: Likewise.
3689         * lib/strcasecmp.c: Likewise.
3690         * lib/strchrnul.c: Likewise.
3691         * lib/strdup.c: Likewise.
3692         * lib/striconv.c: Likewise.
3693         * lib/striconveh.c: Likewise.
3694         * lib/striconveha.c: Likewise.
3695         * lib/strncasecmp.c: Likewise.
3696         * lib/strndup.c: Likewise.
3697         * lib/strnlen.c: Likewise.
3698         * lib/strsep.c: Likewise.
3699         * lib/strstr.c: Likewise.
3700         * lib/strtok_r.c: Likewise.
3701         * lib/userspec.c: Likewise.
3702         * lib/w32spawn.h: Likewise.
3703         * lib/xstrndup.c: Likewise.
3704         * lib/mountlist.c (strstr): Remove decl.
3705         * m4/string_h.m4: New file.
3706         * m4/memmem.m4 (gl_FUNC_MEMMEM): Set HAVE_DECL_MEMMEM if necessary.
3707         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Set HAVE_MEMPCPY if necessary.
3708         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Set HAVE_MEMRCHR
3709         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Set HAVE_STPCPY if necessary.
3710         * m4/stpncpy.m4 (gl_PREREQ_STPNCPY): Set HAVE_STPNCPY if necessary.
3711         * m4/strcase.m4 (gl_FUNC_STRCASECMP):
3712         Set REPLACE_STRCASECMP if necessary.
3713         (gl_FUNC_STRNCASECMP): Set HAVE_DECL_STRNCASECMP if necessary.
3714         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Set HAVE_STRCHRNUL if necessary.
3715         * m4/strdup.m4 (gl_FUNC_STRDUP): Set HAVE_DECL_STRDUP if necessary.
3716         * m4/strndup.m4 (gl_FUNC_STRNDUP): Set HAVE_DECL_STRNLEN and
3717         HAVE_DECL_STRDUP if necessary.
3718         (gl_PREREQ_STRNLEN): Don't bother to check for strnlen decl,
3719         since gl_FUNC_STRNDUP does that now.
3720         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Set HAVE_DECL_STRNLEN if necessary.
3721         Check for decl here...
3722         (gl_PREREQ_STRNLEN): ... not here.
3723         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Set HAVE_STRPBRK if necessary.
3724         * m4/strsep.m4 (gl_FUNC_STRSEP): Set HAVE_STRSEP if necessary.
3725         * m4/strstr.m4 (gl_FUNC_STRSTR): Set REPLACE_STRSTR if necessary.
3726         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Set HAVE_DECL_STRTOK_R if
3727         necessary.
3728         * modules/string: New file.
3729         * modules/memmem (Files): Remove special-purpose include file.
3730         (Depends-on): Add string.
3731         (Include): Include <string.h>, not the removed file.
3732         * modules/mempcpy: Likewise.
3733         * modules/memrchr: Likewise.
3734         * modules/stpcpy: Likewise.
3735         * modules/stpncpy: Likewise.
3736         * modules/strcase: Likewise.
3737         * modules/strchrnul: Likewise.
3738         * modules/strdup: Likewise.
3739         * modules/strndup: Likewise.
3740         * modules/strnlen: Likewise.
3741         * modules/strpbrk: Likewise.
3742         * modules/strsep: Likewise.
3743         * modules/strstr: Likewise.
3744         * modules/strtok_r: Likewise.
3745         * tests/test-dirname.c: Don't include "strdup.h", since
3746         <string.h> now suffices.
3747         * tests/test-memmem.c: Don't include "memmem.h", since
3748         <string.h> now suffices.
3749
3750 2007-01-25  Bruno Haible  <bruno@clisp.org>
3751
3752         * lib/striconveh.c (mem_cd_iconveh_internal): Ignore *lengthp if
3753         *resultp is 0.
3754
3755         * lib/unistr/u16-to-u8.c (u16_to_u8): Fix u8_uctomb invocation.
3756         * lib/unistr/u32-to-u8.c (u32_to_u8): Likewise.
3757         * lib/unistr/u8-to-u16.c (u8_to_u16): Fix u16_uctomb invocation.
3758         * lib/unistr/u32-to-u16.c (u32_to_u16): Likewise.
3759
3760         * modules/unistr/u8-to-u16 (Depends-on): Add missing modules.
3761         * modules/unistr/u8-to-u32 (Depends-on): Add missing modules.
3762         * modules/unistr/u16-to-u8 (Depends-on): Add missing modules.
3763         * modules/unistr/u16-to-u32 (Depends-on): Add missing modules.
3764         * modules/unistr/u32-to-u8 (Depends-on): Add missing modules.
3765         * modules/unistr/u32-to-u16 (Depends-on): Add missing modules.
3766
3767 2007-01-24  Bruno Haible  <bruno@clisp.org>
3768
3769         Don't AC_REQUIRE autoconf macros that invoke AC_LIBOBJ. See
3770         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00279.html>.
3771         * m4/argp.m4 (gl_ARGP): Invoke, don't require, gl_GETOPT_SUBSTITUTE.
3772         * m4/fts.m4 (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): Invoke, don't require,
3773         gl_FUNC_FTS_CORE.
3774         (gl_FUNC_FTS_CORE): Invoke, don't require, gl_FUNC_OPENAT.
3775         * m4/lstat.m4 (gl_FUNC_LSTAT): Invoke, don't require,
3776         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
3777         * m4/memcmp.m4 (gl_FUNC_MEMCMP): Invoke, don't require, AC_FUNC_MEMCMP.
3778         * m4/mktime.m4 (gl_FUNC_MKTIME): Invoke, don't require, AC_FUNC_MKTIME.
3779         * m4/openat.m4 (gl_FUNC_OPENAT): Invoke, don't require,
3780         gl_FUNC_FCHOWNAT.
3781         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Invoke, don't require,
3782         gl_FUNC_STRFTIME.
3783         * m4/strtod.m4 (gl_FUNC_STRTOD): Invoke, don't require, AC_FUNC_STRTOD.
3784         Reported by Ralf Wildenhues.
3785
3786 2007-01-24  Bruno Haible  <bruno@clisp.org>
3787
3788         Drop AC_REQUIRE calls that are redundant with the module dependencies.
3789         * m4/canon-host.m4 (gl_PREREQ_CANON_HOST): Don't require
3790         gl_GETADDRINFO.
3791         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Don't require AM_STDBOOL_H,
3792         gl_FUNC_MEMPCPY, gl_FUNC_OPENAT, gl_FUNC_MEMRCHR.
3793         * m4/openat.m4 (gl_PREREQ_OPENAT): Don't require gl_SAVE_CWD.
3794
3795 2007-01-24  Paul Eggert  <eggert@cs.ucla.edu>
3796
3797         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Add test for glibc bug 361.
3798         Don't use 'exit'; just return from 'main'.
3799         (_AC_LIBOBJ_FNMATCH): Check for headers and functions just once.
3800
3801         * lib/fnmatch_.h: Readjust white space and comments to match
3802         glibc, to avoid spurious diffs.
3803
3804 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
3805
3806         * lib/fnmatch_loop.c (internal_fnmatch) [!_LIBC]: #if-out the
3807         2004-12-01 change by Jakub Jelinek, since this code won't compile
3808         if !LIBC.  Problem reported by Bob Proulx.
3809
3810 2007-01-23  Bruno Haible  <bruno@clisp.org>
3811
3812         * lib/striconveh.c: Include c-strcaseeq.h.
3813         (mem_iconveh, str_iconveh): Use STRCASEEQ instead of c_strcasecmp.
3814         * modules/striconveh (Depends-on): Add c-strcaseeq.
3815
3816 2007-01-23  Bruno Haible  <bruno@clisp.org>
3817
3818         * MODULES.html.sh (String handling): Add streq, c-strcaseeq.
3819
3820         * modules/c-strcaseeq: New file.
3821         * lib/c-strcaseeq.h: New file.
3822
3823         * modules/streq: New file.
3824         * lib/streq.h: New file.
3825
3826 2007-01-23  Bruno Haible  <bruno@clisp.org>
3827
3828         * modules/striconveha-tests: New file.
3829         * tests/test-striconveha.c: New file.
3830
3831         * lib/striconveha.h: Include <stdbool.h>.
3832         (mem_iconveha, str_iconveha): Add 'transliterate' argument.
3833         * lib/striconveha.c: Include allocsa.h, strdup.h, c-strcase.h.
3834         (mem_iconveha_notranslit): Renamed from mem_iconveha.
3835         (mem_iconveha): New function.
3836         (str_iconveha_notranslit): Renamed from str_iconveha.
3837         (str_iconveha): New function.
3838         * modules/striconveha (Depends-on): Add stdbool, allocsa, strdup,
3839         c-strcase.
3840
3841 2007-01-23  Bruno Haible  <bruno@clisp.org>
3842
3843         * lib/striconveha.c (mem_iconveha): Fix endless recursion. Try all
3844         encodings without forgiving before trying any encoding with handler.
3845         (str_iconveha): Try all encodings without forgiving before trying any
3846         encoding with handler.
3847
3848 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
3849
3850         Import the following changes from libc.
3851
3852         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
3853
3854         * lib/fnmatch_loop.c: Adjust for changed secondary hash function.
3855
3856         2004-12-01  Jakub Jelinek  <jakub@redhat.com>
3857
3858         * lib/fnmatch_loop.c (internal_fnmatch): Clear is_seqval after
3859         normal_bracket label.
3860
3861         2004-09-01  Jakub Jelinek  <jakub@redhat.com>
3862
3863         [BZ #361]
3864         * lib/fnmatch_loop.c (FCT): For backslash between brackets, branch
3865         to normal_bracket after fetching the next character.
3866
3867 2007-01-22  Bruno Haible  <bruno@clisp.org>
3868
3869         * lib/striconveh.h (mem_cd_iconveh, mem_iconveh): Add 'offsets'
3870         argument.
3871         * lib/striconveh.c (iconv_carefully_1): New function.
3872         (mem_cd_iconveh_internal, mem_cd_iconveh, mem_iconveh): Add 'offsets'
3873         argument.
3874         (str_cd_iconveh): Update.
3875         * lib/striconveha.h (mem_iconveha): Add 'offsets' argument.
3876         * lib/striconveha.c (mem_iconveha): Add 'offsets' argument.
3877         * tests/test-striconveh.c (MAGIC): New macro.
3878         (new_offsets): New function.
3879         (main): Test call with and without offsets.
3880
3881 2007-01-22  Bruno Haible  <bruno@clisp.org>
3882
3883         * modules/sys_stat (Makefile.am): Use @MKDIR_P@ instead of $(MKDIR_P).
3884         * modules/sys_select (Makefile.am): Likewise.
3885         * modules/sys_socket (Makefile.am): Likewise.
3886         * modules/sys_time (Makefile.am): Likewise.
3887
3888 2007-01-22  Paul Eggert  <eggert@cs.ucla.edu>
3889
3890         * modules/gettimeofday (License): Change from GPL to LGPL, since
3891         gettimeofday is a library function.
3892
3893 2007-01-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
3894
3895         * lib/poll.c (rpl_poll): Don't check against FD_SETSIZE under Win32.
3896
3897 2007-01-21  Bruno Haible  <bruno@clisp.org>
3898
3899         * m4/gnulib-common.m4 (AC_PROG_MKDIR_P): New macro.
3900
3901 2007-01-21  Bruno Haible  <bruno@clisp.org>
3902
3903         * modules/striconveha: New file.
3904         * lib/striconveha.h: New file.
3905         * lib/striconveha.c: New file.
3906         * MODULES.html.sh (Internationalization functions): Add striconveha.
3907         * lib/striconv.c (str_iconv): Optimize the case of an empty input
3908         string.
3909         * lib/striconveh.c (mem_iconveh, str_iconveh): Likewise.
3910
3911 2007-01-21  Bruno Haible  <bruno@clisp.org>
3912
3913         * lib/striconv.c (str_iconv): Guarantee errno is set when strdup fails.
3914         * lib/striconveh.c (str_iconveh): Likewise.
3915
3916 2007-01-21  Bruno Haible  <bruno@clisp.org>
3917
3918         * lib/striconveh.h (mem_iconveh): New declaration.
3919         * lib/striconveh.c (mem_iconveh): New function.
3920         * tests/test-striconveh.c (main): Add tests for mem_iconveh.
3921
3922 2007-01-21  Bruno Haible  <bruno@clisp.org>
3923
3924         * lib/xstriconv.h (xmem_cd_iconv): Change specification.
3925
3926         * lib/striconveh.h (mem_cd_iconveh): Change specification.
3927         * lib/striconveh.c (mem_cd_iconveh): Don't free the user-supplied
3928         original result buffer.
3929         (str_cd_iconveh): Update.
3930         * tests/test-striconveh.c (main): Update.
3931
3932         * lib/striconv.h (mem_cd_iconv): Change specification.
3933         * lib/striconv.c (mem_cd_iconv): Don't free the user-supplied original
3934         result buffer.
3935         (str_cd_iconv): Update.
3936         * tests/test-striconv.c (main): Update.
3937
3938 2007-01-21  Bruno Haible  <bruno@clisp.org>
3939
3940         * gnulib-tool: Fix test whether sed is GNU sed supporting --posix.
3941
3942 2007-01-20  Jim Meyering  <jim@meyering.net>
3943
3944         * lib/userspec.c (parse_with_separator): If a user or group string
3945         starts with "+", skip the corresponding name-to-ID look-up, since
3946         such a look-up must fail: user and group names may not include "+".
3947
3948 2007-01-19  Paul Eggert  <eggert@cs.ucla.edu>
3949
3950         * lib/poll.c: Include sys/time.h and time.h unconditionally,
3951         since we now assume the sys_time module.
3952         * m4/poll.m4 (gl_PREREQ_POLL): Don't require AC_HEADER_TIME or
3953         check for sys/time.h; no longer needed.
3954         * modules/poll (Depends-on): Depend on sys_time.
3955
3956 2007-01-18  Bruno Haible  <bruno@clisp.org>
3957
3958         * m4/mktime.m4 (AC_FUNC_MKTIME): Remove test for <sys/time.h>.
3959         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
3960
3961         * m4/tempname.m4 (gl_PREREQ_TEMPNAME): Remove tests for sys/time.h and
3962         gettimeofday.
3963
3964         * tests/test-gettimeofday.c: Include <time.h>.
3965         (dummy): Remove variable.
3966
3967         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Renamed from
3968         gl_HEADER_SYS_TIME_H.
3969         (gl_HEADER_SYS_TIME_H): New macro.
3970
3971         * lib/sys_time_.h: Test GETTIMEOFDAY_REPLACEMENT instead of
3972         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
3973         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY,
3974         gl_FUNC_GETTIMEOFDAY_CLOBBER): Set GETTIMEOFDAY_REPLACEMENT instead of
3975         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
3976         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H): Initialize
3977         GETTIMEOFDAY_REPLACEMENT instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE
3978         and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
3979         * modules/sys_time (sys/time.h): Substitute GETTIMEOFDAY_REPLACEMENT
3980         instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and
3981         GETTIMEOFDAY_CLOBBERS_LOCALTIME.
3982
3983         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Undo the
3984         last change; it caused a compilation error when cross-compiling to
3985         Cygwin.
3986
3987 2007-01-18  Jim Meyering  <jim@meyering.net>
3988
3989         Use "$(MKDIR_P) sys", not race-prone "test -d sys || mkdir sys".
3990         * modules/sys_stat (Makefile.am): Use "$(MKDIR_P) sys", rather
3991         than the race-prone "test -d sys || mkdir sys".
3992         (configure.ac): Use AC_PROG_MKDIR_P.
3993         * modules/sys_select: Likewise.
3994         * modules/sys_socket: Likewise.
3995         * modules/sys_time: Likewise.
3996
3997 2007-01-18  Eric Blake  <ebb9@byu.net>
3998
3999         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Also
4000         replace gettimeofday.
4001         * lib/gettimeofday.c (rpl_gettimeofday): Declare with replacement
4002         name, to avoid infinite recursion.
4003
4004 2007-01-17  Paul Eggert  <eggert@cs.ucla.edu>
4005
4006         * MODULES.html.sh (Support for systems lacking POSIX:2001): New
4007         module sys_time.
4008         * lib/gethrxtime.c: Include <sys/time.h>, since we can no longer
4009         assume timespec.h defines struct timeval.
4010         * lib/settime.c: Likewise.
4011         * lib/utimens.c: Likewise.
4012         * lib/gettime.c (gettime): Remove test against HAVE_GETTIMEOFDAY,
4013         since we now assume the gettimeofday module.
4014         * lib/tempname.c (__gen_tempname): Likewise.
4015         * lib/gettimeofday.h: Remove.
4016         * lib/gettimeofday.c: Include <sys/time.h> instead of "gettimeofday.h".
4017         Don't include <sys/types.h> and <stdlib.h>; shouldn't be needed.
4018         Include <time.h>, for 'time()'.
4019         (localtime_buffer_addr): Also use this workaround if
4020         TZSET_CLOBBERS_LOCALTIME.  Set to a dummy static variable by default,
4021         to simplify the uses.  All uses changed.
4022         (localtime, gmtime, tzset, gettimeofday): Reformat slightly so
4023         that #undef is inside {}, and 'const' follows type name consistently.
4024         (tzset): Define replacement only if TZSET_CLOBBERS_LOCALTIME.
4025         (gettimeofday): Do not use the maximum possible value for
4026         tv->tv_usec, since that might break usages other than ls.c.
4027         Instead, we'll leave ls.c alone.  This undoes today's patch
4028         by Bruno.  Add a compile-time warning for 1s-clock resolution;
4029         we've never observed the problem but might as well keep the
4030         canary.
4031         * lib/nanosleep.c: Include timespec.h first, for interface check.
4032         * lib/nanosleep.c: Include <sys/time.h> unconditionally, since we
4033         now assume the sys_time module.
4034         * lib/tempname.c: Likewise.
4035         * lib/timespec.h: Likewise.
4036         * lib/nanosleep.c: Don't worry about TIME_WITH_SYS_TIME; no longer
4037         needed.
4038         * lib/strftime.c: Likewise.
4039         * lib/timespec.h: Likewise.
4040         * lib/posixtm.c: Include posixtm.h first, for interface check.
4041         Don't worry about TM_IN_SYS_TIME; that's wayyy obsolete.
4042         * lib/posixtm.h: Include stdbool.h and time.h, for proper interface.
4043         * lib/strftime.c: Don't include <sys/types.h>; shouldn't be needed.
4044         * lib/sys_time_.h: New file.
4045         * lib/timespec.h (struct timespec): Use long int, not long.
4046         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
4047         (gl_FUNC_GETTIMEOFDAY_CLOBBER, gl_PREREQ_GETTIMEOFDAY):
4048         Remove obsolescent call to AC_HEADER_TIME.
4049         * m4/mktime.m4 (AC_FUNC_MKTIME): Likewise.
4050         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
4051         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
4052         * m4/timespec.m4 (gl_TIMESPEC, gl_CHECK_TYPE_STRUCT_TIMESPEC):
4053         Likewise.
4054         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Likewise.
4055         * m4/utimbuf.m4 (gl_CHECK_TYPE_STRUCT_UTIMBUF): Likewise.
4056         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): Move sys/time.h tests
4057         into the sys_time module.  Check for gettimeofday just once.
4058         Prefix our variables with gl_, not with ac_ or jm_.  Tighten test
4059         for gettimeofday signature to just check the signature.  Merely
4060         compile it, since linking doesn't test signature.  Improve test for
4061         whether gettimeofday.o is actually needed.
4062         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Renamed from
4063         AC_FUNC_GETTIMEOFDAY_CLOBBER.  All uses changed.  Use
4064         AC_RUN_IFELSE rather than AC_TRY_RUN.  If clobbering, set
4065         and define GETTIMEOFDAY_CLOBBERS_LOCALTIME.
4066         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Don't define
4067         GETTIMEOFDAY_CLOBBERS_LOCALTIME; that's gl_FUNC_GETTIMEOFDAY_CLOBBER's
4068         job.  Don't define tzset; that's gl_FUNC_TZSET_CLOBBER's job.
4069         * m4/mktime.m4 (AC_FUNC_MKTIME): Just include <time.h> rather
4070         than worrying about sys/time.h.
4071         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
4072         Don't bother worrying about TIME_WITH_SYS_TIME.
4073         * m4/stat-time.m4 (gl_STAT_TIME): Likewise.
4074         * m4/posixtm.m4 (gl_POSIXTM): Remove obsolescent call to AC_STRUCT_TM.
4075         * m4/sys_time_h.m4: New file.
4076         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Require gl_HEADER_SYS_TIME_H.
4077         Don't include sys/time.h.  Return from main rather than exiting.
4078         Define TZSET_CLOBBERS_LOCALTIME, for consistency with other names;
4079         all uses changed.
4080         * modules/gethrxtime (Depends-on): Add sys_time.
4081         * modules/gettime (Depends-on): Likewise.
4082         * modules/gettimeofday (Depends-on): Likewise.
4083         * modules/nanosleep (Depends-on): Likewise.
4084         * modules/settime (Depends-on): Likewise.
4085         * modules/tempname (Depends-on): Likewise.
4086         * modules/utimens (Depends-on): Likewise.
4087         * modules/gettimeofday (Files): Remove lib/gettimeofday.h.
4088         (Include:) Change back to <sys/time.h>.
4089         (Maintainer:) Add self.
4090         * modules/sys_time: New file.
4091         * modules/tempname (Depends-on): Add gettimeofday.
4092         * tests/test-gettimeofday.c: Include <sys/time.h>
4093         rather than gettimeofday.h.
4094
4095 2007-01-17  Bruno Haible  <bruno@clisp.org>
4096
4097         * gnulib-tool (func_get_license): Revert last patch. Instead, let
4098         the license default to GPL.
4099         (func_create_testdir): Don't complain if a module is LGPL and its
4100         tests module depends on GPLed modules.
4101
4102 2007-01-17  Bruno Haible  <bruno@clisp.org>
4103
4104         * lib/gettimeofday.c (gettimeofday): Add code for the case
4105         HAVE_GETTIMEOFDAY && !GETTIMEOFDAY_CLOBBERS_LOCALTIME. Use the
4106         maximum possible value for tv->tv_usec, rather than the minimum one.
4107
4108 2005-10-08  Martin Lambers  <marlam@marlam.de>
4109 2005-10-08  Paul Eggert  <eggert@cs.ucla.edu>
4110 2007-01-16  Bruno Haible  <bruno@clisp.org>
4111
4112         * modules/gettimeofday (Files): Add lib/gettimeofday.h.
4113         (configure.ac): Remove AC_FUNC_GETTIMEOFDAY_CLOBBER. Add
4114         gl_FUNC_GETTIMEOFDAY.
4115         (Include): Add gettimeofday.h.
4116         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): New macro.
4117         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't invoke gl_PREREQ_GETTIMEOFDAY.
4118         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Define
4119         GETTIMEOFDAY_CLOBBERS_LOCALTIME. Invoke gl_PREREQ_GETTIMEOFDAY here.
4120         (gl_PREREQ_GETTIMEOFDAY): Check for <sys/timeb.h> and _ftime.
4121         * lib/gettimeofday.h: New file.
4122         * lib/gettimeofday.c: Include <sys/timeb.h>.
4123         (localtime_buffer_addr, rpl_localtime, rpl_gmtime, rpl_tzset): Define
4124         only if GETTIMEOFDAY_CLOBBERS_LOCALTIME.
4125         (rpl_gettimeofday) [!HAVE_GETTIMEOFDAY]: Use _ftime() when available;
4126         fall back on time().
4127
4128         * tests/test-gettimeofday.c: New file.
4129         * modules/gettimeofday-tests: New file.
4130
4131 2007-01-16  Eric Blake  <ebb9@byu.net>
4132
4133         * modules/fnmatch (Depends-on): Depend on wchar.
4134         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Assume <wchar.h>.
4135         * m4/fnmatch.m4: Likewise.
4136         * modules/mbchar (Makefile.am): Assume <wchar.h>.
4137         * m4/mbchar.m4: Likewise.
4138         * modules/mbswidth (Depends-on): Depend on wchar.
4139         * lib/mbswidth.c: Assume <wchar.h>.
4140         * m4/mbswidth.m4: Likewise.
4141         * modules/quotearg (Depends-on): Depend on wchar.
4142         * lib/quotearg.c: Assume <wchar.h>.
4143         * m4/quotearg.m4: Likewise.
4144         * modules/regex (Depends-on): Depend on wchar.
4145         * lib/regex_internal.h: Assume <wchar.h>.
4146         * m4/regex.m4: Likewise.
4147         * modules/stdint (Depends-on): Depend on wchar.
4148         * lib/stdint_.h [!defined WCHAR_MIN]: Assume <wchar.h>.
4149         * m4/stdint.m4: Likewise.
4150         * tests/test-stdint.c [HAVE_WINT_T]: Likewise.
4151         * modules/strftime (Depends-on): Depend on wchar.
4152         * lib/strftime.c (DO_MULTIBYTE): Assume <wchar.h>.
4153         * modules/strtol (Depends-on): Depend on wchar.
4154         * lib/strtol.c: Assume <wchar.h>.
4155         * modules/wcwidth (Depends-on): Depend on wchar.
4156         * lib/wcwidth.h: Assume <wchar.h>.
4157         * m4/wcwidth.m4: Likewise.
4158
4159 2007-01-16  Bruno Haible  <bruno@clisp.org>
4160
4161         * modules/csharpexec-script: New, created from...
4162         * modules/csharpexec: ... this.
4163
4164 2007-01-16  Paolo Bonzini  <bonzini@gnu.org>
4165
4166         * modules/javaexec-script: New, created from...
4167         * modules/javaexec: ... this.
4168
4169 2007-01-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
4170
4171         * modules/poll (Dependencies): Add sys_select.
4172
4173 2007-01-15  Jim Meyering  <jim@meyering.net>
4174
4175         * m4/readutmp.m4 (gl_READUTMP): Work around AIX 4.3 struct-
4176         redefinition bug when using both <utmp.h> and <utmpx.h> headers.
4177         * lib/readutmp.h: Likewise.  Reported by Daniel Richard G. in
4178         <http://article.gmane.org/gmane.comp.gnu.core-utils.bugs/9415>.
4179
4180 2007-01-15  Bruno Haible  <bruno@clisp.org>
4181
4182         * modules/striconveh: New file.
4183         * lib/striconveh.h: New file.
4184         * lib/striconveh.c: New file.
4185         * MODULES.html.sh (Internationalization functions): Add striconveh.
4186
4187         * modules/striconveh-tests: New file.
4188         * tests/test-striconveh.c: New file.
4189
4190 2007-01-15  Bruno Haible  <bruno@clisp.org>
4191
4192         * lib/striconv.c (str_cd_iconv): Use the first algorithm if iconv is
4193         not from GNU libiconv or GNU libc.
4194
4195 2007-01-15  Bruno Haible  <bruno@clisp.org>
4196
4197         * doc/gnulib-intro.texi (Copyright): Explain the different license
4198         terms for module descriptions, autoconf macros, tests, documentation.
4199
4200 2007-01-14  Bruno Haible  <bruno@clisp.org>
4201
4202         * modules/striconv-tests: New file.
4203         * tests/test-striconv.c: New file.
4204
4205 2007-01-14  Bruno Haible  <bruno@clisp.org>
4206
4207         * modules/iconv-tests: New file.
4208         * tests/test-iconv.c: New file.
4209
4210 2007-01-14  Bruno Haible  <bruno@clisp.org>
4211
4212         * gnulib-tool (func_get_license): For test modules, use the license of
4213         the main module.
4214
4215 2007-01-14  Bruno Haible  <bruno@clisp.org>
4216
4217         * modules/iconv (Include): Clarify that <iconv.h> can only be included
4218         if iconv is found to exist.
4219
4220 2007-01-14  Bruno Haible  <bruno@clisp.org>
4221
4222         * modules/c-ctype-tests: New file.
4223         * tests/test-c-ctype.c: New file.
4224
4225 2007-01-14  Bruno Haible  <bruno@clisp.org>
4226
4227         * modules/binary-io-tests: New file.
4228         * tests/test-binary-io.sh: New file.
4229         * tests/test-binary-io.c: New file.
4230
4231 2007-01-14  Bruno Haible  <bruno@clisp.org>
4232
4233         * modules/array-oset-tests: New file.
4234         * tests/test-array_oset.c: New file.
4235
4236 2007-01-14  Bruno Haible  <bruno@clisp.org>
4237
4238         * modules/array-list-tests: New file.
4239         * tests/test-array_list.c: New file.
4240
4241 2007-01-14  Bruno Haible  <bruno@clisp.org>
4242
4243         * gnulib-tool (func_create_testdir): Don't unnecessarily run configure
4244         and make.
4245         Reported by Simon Josefsson in
4246         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00139.html>
4247
4248 2007-01-14  Bruno Haible  <bruno@clisp.org>
4249
4250         * modules/allocsa-tests: New file.
4251         * tests/test-allocsa.c: New file.
4252
4253 2007-01-14  Bruno Haible  <bruno@clisp.org>
4254
4255         * modules/fchdir (Depends-on): Add absolute-header.
4256         * modules/unistd (Depends-on): Likewise.
4257
4258 2006-12-30  Bruno Haible  <bruno@clisp.org>
4259
4260         * modules/fchdir: New file.
4261         * modules/unistd (Files): Add lib/unistd_.h.
4262         (Makefile.am): Generate unistd.h from unistd_.h.
4263         * lib/fchdir.c: New file.
4264         * lib/dirent_.h: New file.
4265         * lib/unistd_.h: New file.
4266         * lib/fcntl_.h (open) [FCHDIR_REPLACEMENT]: New replacement.
4267         * m4/fchdir.m4: New file.
4268         * m4/unistd_h.m4 (gl_PREREQ_UNISTD): New macro.
4269         (gl_HEADER_UNISTD): Invoke it.
4270         * lib/dup-safer.c (dup_safer) [FCHDIR_REPLACEMENT]: Use the dup
4271         function.
4272         * lib/backupfile.c (opendir, closedir): Undefine.
4273         * lib/chown.c (open, close): Undefine.
4274         * lib/clean-temp.c (open, close): Undefine.
4275         * lib/copy-file.c (open, close): Undefine.
4276         * lib/execute.c (open, close): Undefine.
4277         * lib/fsusage.c (open, close): Undefine.
4278         * lib/gc-gnulib.c (open, close): Undefine.
4279         * lib/getcwd.c (opendir, closedir): Undefine.
4280         * lib/glob.c (opendir, closedir): Undefine.
4281         * lib/javacomp.c (open, close): Undefine.
4282         * lib/mountlist.c (open, close, opendir, closedir): Undefine.
4283         * lib/openat-proc.c (open, close): Undefine.
4284         * lib/pagealign_alloc.c (open, close): Undefine.
4285         * lib/pipe.c (open, close): Undefine.
4286         * lib/progreloc.c (open, close): Undefine.
4287         * lib/savedir.c (opendir, closedir): Undefine.
4288         * lib/utime.c (open, close): Undefine.
4289         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add fchdir.
4290
4291 2007-01-10  Bruno Haible  <bruno@clisp.org>
4292
4293         * lib/striconv.c (mem_cd_iconv): Align the temporary buffer.
4294
4295 2007-01-12  Eric Blake  <ebb9@byu.net>
4296
4297         Provide a robust <wchar.h>.  Further simplifications are now
4298         possible in other modules, but not included here.
4299         * modules/wchar: New module.
4300         * m4/wchar.m4: New file.
4301         * lib/wchar_.h: Likewise.
4302         * modules/mbchar (Depends-on): Depend on wchar, as the first use
4303         of the new module.
4304         * MODULES.html.sh (Extended multibyte and wide character utilities):
4305         New section.
4306
4307 2007-01-12  Paul Eggert  <eggert@cs.ucla.edu>
4308
4309         * lib/xreadlink.c (SYMLINK_MAX) [!defined SYMLINK_MAX]: Define
4310         to a reasonable default for memory allocation.
4311         (xreadlink): Don't allocate a huge buffer, to work around a buggy
4312         file system that reports garbage st_size values for symlinks.
4313         Problem reported by Liyang Hu.
4314
4315 2007-01-11  Simon Josefsson  <simon@josefsson.org>
4316
4317         * gnulib-tool (func_all_modules): Exclude all .* files (e.g.,
4318         Emacs .#* auto-save files).
4319
4320 2007-01-11  Bruno Haible  <bruno@clisp.org>
4321
4322         * gnulib-tool (func_all_modules): Exclude all files inside the CVS
4323         directory.
4324
4325 2007-01-10  Paul Eggert  <eggert@cs.ucla.edu>
4326
4327         Use @...@ consistently in lib/wctype_.h.
4328         * lib/wctype_.h [HAVE_WINT_T]: Go back to using @...@, but rely
4329         on it being set to 1 or 0.
4330         * m4/wctype.m4 (gl_WCTYPE_H): Set HAVE_WINT_T to 1 or 0, and
4331         go back to AC_SUBSTing it.
4332         * modules/wctype (Makefile.am): Undo previous change.
4333
4334 2007-01-10  Eric Blake  <ebb9@byu.net>
4335
4336         * lib/wctype_.h [HAVE_WINT_T]: Rely on AC_DEFINE.
4337         * m4/wctype.m4 (gl_WCTYPE_H): No need to AC_SUBST(HAVE_WINT_T).
4338         * modules/wctype (Makefile.am): Likewise.
4339         Reported by Chris McGuire.
4340
4341 2007-01-10  Jim Meyering  <jim@meyering.net>
4342
4343         fts.c: a small readability/maintainability improvement
4344         * lib/fts.c (fts_read): Make this code slightly more readable and
4345         maintainable by hoisting the "sp->fts_cur = p" assignments to
4346         immediately follow the statements that set P.  Derived from
4347         the patch by Miloslav Trmac in http://bugzilla.redhat.com/222089.
4348
4349 2007-01-10  Eric Blake  <ebb9@byu.net>
4350
4351         * lib/wctype_.h [HAVE_WINT_T]: Include <stddef.h> before
4352         <wchar.h>, to work around BSDI bug in BSD/OS 4.0.1.
4353         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
4354         * m4/wint_t.m4 (gt_TYPE_WINT_T): Likewise.
4355         Reported by Chris McGuire.
4356
4357 2007-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4358
4359         * gnulib-tool (func_all_modules): Use POSIX conforming escaping
4360         in sed script.
4361
4362 2007-01-09  Bruno Haible  <bruno@clisp.org>
4363
4364         * MODULES.html.sh: Accept options --cvs-urls, --git-urls.
4365         (repo_url_prefix, repo_url_suffix, repo_url_suffix_repl): New
4366         variables.
4367         (func_module): Use them.
4368
4369 2007-01-09  Bruno Haible  <bruno@clisp.org>
4370
4371         * modules/unistr/base: New file.
4372         * lib/unistr.h: New file.
4373
4374         * modules/unistr/u8-to-u16: New file.
4375         * lib/unistr/u8-to-u16.c: New file.
4376
4377         * modules/unistr/u8-to-u32: New file.
4378         * lib/unistr/u8-to-u32.c: New file.
4379
4380         * modules/unistr/u16-to-u8: New file.
4381         * lib/unistr/u16-to-u8.c: New file.
4382
4383         * modules/unistr/u16-to-u32: New file.
4384         * lib/unistr/u16-to-u32.c: New file.
4385
4386         * modules/unistr/u32-to-u8: New file.
4387         * lib/unistr/u32-to-u8.c: New file.
4388
4389         * modules/unistr/u32-to-u16: New file.
4390         * lib/unistr/u32-to-u16.c: New file.
4391
4392         * modules/unistr/u8-check: New file.
4393         * modules/unistr/u16-check: New file.
4394         * modules/unistr/u32-check: New file.
4395         * lib/unistr/u8-check.c: New file.
4396         * lib/unistr/u16-check.c: New file.
4397         * lib/unistr/u32-check.c: New file.
4398
4399         * modules/unistr/u8-chr: New file.
4400         * modules/unistr/u16-chr: New file.
4401         * modules/unistr/u32-chr: New file.
4402         * lib/unistr/u8-chr.c: New file.
4403         * lib/unistr/u16-chr.c: New file.
4404         * lib/unistr/u32-chr.c: New file.
4405
4406         * modules/unistr/u8-cmp: New file.
4407         * modules/unistr/u16-cmp: New file.
4408         * modules/unistr/u32-cmp: New file.
4409         * lib/unistr/u8-cmp.c: New file.
4410         * lib/unistr/u16-cmp.c: New file.
4411         * lib/unistr/u32-cmp.c: New file.
4412
4413         * modules/unistr/u8-cpy: New file.
4414         * modules/unistr/u16-cpy: New file.
4415         * modules/unistr/u32-cpy: New file.
4416         * lib/unistr/u8-cpy.c: New file.
4417         * lib/unistr/u16-cpy.c: New file.
4418         * lib/unistr/u32-cpy.c: New file.
4419         * lib/unistr/u-cpy.h: New file.
4420
4421         * modules/unistr/u8-cpy-alloc: New file.
4422         * modules/unistr/u16-cpy-alloc: New file.
4423         * modules/unistr/u32-cpy-alloc: New file.
4424         * lib/unistr/u8-cpy-alloc.c: New file.
4425         * lib/unistr/u16-cpy-alloc.c: New file.
4426         * lib/unistr/u32-cpy-alloc.c: New file.
4427         * lib/unistr/u-cpy-alloc.h: New file.
4428
4429         * modules/unistr/u8-endswith: New file.
4430         * modules/unistr/u16-endswith: New file.
4431         * modules/unistr/u32-endswith: New file.
4432         * lib/unistr/u8-endswith.c: New file.
4433         * lib/unistr/u16-endswith.c: New file.
4434         * lib/unistr/u32-endswith.c: New file.
4435         * lib/unistr/u-endswith.h: New file.
4436
4437         * modules/unistr/u8-mblen: New file.
4438         * modules/unistr/u16-mblen: New file.
4439         * modules/unistr/u32-mblen: New file.
4440         * lib/unistr/u8-mblen.c: New file.
4441         * lib/unistr/u16-mblen.c: New file.
4442         * lib/unistr/u32-mblen.c: New file.
4443
4444         * modules/unistr/u8-mbtouc: New file.
4445         * modules/unistr/u16-mbtouc: New file.
4446         * modules/unistr/u32-mbtouc: New file.
4447         * lib/unistr/u8-mbtouc.c: New file.
4448         * lib/unistr/u16-mbtouc.c: New file.
4449         * lib/unistr/u32-mbtouc.c: New file.
4450
4451         * modules/unistr/u8-mbtouc-safe: New file.
4452         * modules/unistr/u16-mbtouc-safe: New file.
4453         * modules/unistr/u32-mbtouc-safe: New file.
4454         * lib/unistr/u8-mbtouc-safe.c: New file.
4455         * lib/unistr/u16-mbtouc-safe.c: New file.
4456         * lib/unistr/u32-mbtouc-safe.c: New file.
4457
4458         * modules/unistr/u8-move: New file.
4459         * modules/unistr/u16-move: New file.
4460         * modules/unistr/u32-move: New file.
4461         * lib/unistr/u8-move.c: New file.
4462         * lib/unistr/u16-move.c: New file.
4463         * lib/unistr/u32-move.c: New file.
4464         * lib/unistr/u-move.h: New file.
4465
4466         * modules/unistr/u8-next: New file.
4467         * modules/unistr/u16-next: New file.
4468         * modules/unistr/u32-next: New file.
4469         * lib/unistr/u8-next.c: New file.
4470         * lib/unistr/u16-next.c: New file.
4471         * lib/unistr/u32-next.c: New file.
4472
4473         * modules/unistr/u8-prev: New file.
4474         * modules/unistr/u16-prev: New file.
4475         * modules/unistr/u32-prev: New file.
4476         * lib/unistr/u8-prev.c: New file.
4477         * lib/unistr/u16-prev.c: New file.
4478         * lib/unistr/u32-prev.c: New file.
4479
4480         * modules/unistr/u8-set: New file.
4481         * modules/unistr/u16-set: New file.
4482         * modules/unistr/u32-set: New file.
4483         * lib/unistr/u8-set.c: New file.
4484         * lib/unistr/u16-set.c: New file.
4485         * lib/unistr/u32-set.c: New file.
4486         * lib/unistr/u-set.h: New file.
4487
4488         * modules/unistr/u8-startswith: New file.
4489         * modules/unistr/u16-startswith: New file.
4490         * modules/unistr/u32-startswith: New file.
4491         * lib/unistr/u8-startswith.c: New file.
4492         * lib/unistr/u16-startswith.c: New file.
4493         * lib/unistr/u32-startswith.c: New file.
4494         * lib/unistr/u-startswith.h: New file.
4495
4496         * modules/unistr/u8-stpcpy: New file.
4497         * modules/unistr/u16-stpcpy: New file.
4498         * modules/unistr/u32-stpcpy: New file.
4499         * lib/unistr/u8-stpcpy.c: New file.
4500         * lib/unistr/u16-stpcpy.c: New file.
4501         * lib/unistr/u32-stpcpy.c: New file.
4502         * lib/unistr/u-stpcpy.h: New file.
4503
4504         * modules/unistr/u8-stpncpy: New file.
4505         * modules/unistr/u16-stpncpy: New file.
4506         * modules/unistr/u32-stpncpy: New file.
4507         * lib/unistr/u8-stpncpy.c: New file.
4508         * lib/unistr/u16-stpncpy.c: New file.
4509         * lib/unistr/u32-stpncpy.c: New file.
4510         * lib/unistr/u-stpncpy.h: New file.
4511
4512         * modules/unistr/u8-strcat: New file.
4513         * modules/unistr/u16-strcat: New file.
4514         * modules/unistr/u32-strcat: New file.
4515         * lib/unistr/u8-strcat.c: New file.
4516         * lib/unistr/u16-strcat.c: New file.
4517         * lib/unistr/u32-strcat.c: New file.
4518         * lib/unistr/u-strcat.h: New file.
4519
4520         * modules/unistr/u8-strchr: New file.
4521         * modules/unistr/u16-strchr: New file.
4522         * modules/unistr/u32-strchr: New file.
4523         * lib/unistr/u8-strchr.c: New file.
4524         * lib/unistr/u16-strchr.c: New file.
4525         * lib/unistr/u32-strchr.c: New file.
4526
4527         * modules/unistr/u8-strcmp: New file.
4528         * modules/unistr/u16-strcmp: New file.
4529         * modules/unistr/u32-strcmp: New file.
4530         * lib/unistr/u8-strcmp.c: New file.
4531         * lib/unistr/u16-strcmp.c: New file.
4532         * lib/unistr/u32-strcmp.c: New file.
4533
4534         * modules/unistr/u8-strcpy: New file.
4535         * modules/unistr/u16-strcpy: New file.
4536         * modules/unistr/u32-strcpy: New file.
4537         * lib/unistr/u8-strcpy.c: New file.
4538         * lib/unistr/u16-strcpy.c: New file.
4539         * lib/unistr/u32-strcpy.c: New file.
4540         * lib/unistr/u-strcpy.h: New file.
4541
4542         * modules/unistr/u8-strcspn: New file.
4543         * modules/unistr/u16-strcspn: New file.
4544         * modules/unistr/u32-strcspn: New file.
4545         * lib/unistr/u8-strcspn.c: New file.
4546         * lib/unistr/u16-strcspn.c: New file.
4547         * lib/unistr/u32-strcspn.c: New file.
4548         * lib/unistr/u-strcspn.h: New file.
4549
4550         * modules/unistr/u8-strdup: New file.
4551         * modules/unistr/u16-strdup: New file.
4552         * modules/unistr/u32-strdup: New file.
4553         * lib/unistr/u8-strdup.c: New file.
4554         * lib/unistr/u16-strdup.c: New file.
4555         * lib/unistr/u32-strdup.c: New file.
4556         * lib/unistr/u-strdup.h: New file.
4557
4558         * modules/unistr/u8-strlen: New file.
4559         * modules/unistr/u16-strlen: New file.
4560         * modules/unistr/u32-strlen: New file.
4561         * lib/unistr/u8-strlen.c: New file.
4562         * lib/unistr/u16-strlen.c: New file.
4563         * lib/unistr/u32-strlen.c: New file.
4564         * lib/unistr/u-strlen.h: New file.
4565
4566         * modules/unistr/u8-strmblen: New file.
4567         * modules/unistr/u16-strmblen: New file.
4568         * modules/unistr/u32-strmblen: New file.
4569         * lib/unistr/u8-strmblen.c: New file.
4570         * lib/unistr/u16-strmblen.c: New file.
4571         * lib/unistr/u32-strmblen.c: New file.
4572
4573         * modules/unistr/u8-strmbtouc: New file.
4574         * modules/unistr/u16-strmbtouc: New file.
4575         * modules/unistr/u32-strmbtouc: New file.
4576         * lib/unistr/u8-strmbtouc.c: New file.
4577         * lib/unistr/u16-strmbtouc.c: New file.
4578         * lib/unistr/u32-strmbtouc.c: New file.
4579
4580         * modules/unistr/u8-strncat: New file.
4581         * modules/unistr/u16-strncat: New file.
4582         * modules/unistr/u32-strncat: New file.
4583         * lib/unistr/u8-strncat.c: New file.
4584         * lib/unistr/u16-strncat.c: New file.
4585         * lib/unistr/u32-strncat.c: New file.
4586         * lib/unistr/u-strncat.h: New file.
4587
4588         * modules/unistr/u8-strncmp: New file.
4589         * modules/unistr/u16-strncmp: New file.
4590         * modules/unistr/u32-strncmp: New file.
4591         * lib/unistr/u8-strncmp.c: New file.
4592         * lib/unistr/u16-strncmp.c: New file.
4593         * lib/unistr/u32-strncmp.c: New file.
4594
4595         * modules/unistr/u8-strncpy: New file.
4596         * modules/unistr/u16-strncpy: New file.
4597         * modules/unistr/u32-strncpy: New file.
4598         * lib/unistr/u8-strncpy.c: New file.
4599         * lib/unistr/u16-strncpy.c: New file.
4600         * lib/unistr/u32-strncpy.c: New file.
4601         * lib/unistr/u-strncpy.h: New file.
4602
4603         * modules/unistr/u8-strnlen: New file.
4604         * modules/unistr/u16-strnlen: New file.
4605         * modules/unistr/u32-strnlen: New file.
4606         * lib/unistr/u8-strnlen.c: New file.
4607         * lib/unistr/u16-strnlen.c: New file.
4608         * lib/unistr/u32-strnlen.c: New file.
4609         * lib/unistr/u-strnlen.h: New file.
4610
4611         * modules/unistr/u8-strpbrk: New file.
4612         * modules/unistr/u16-strpbrk: New file.
4613         * modules/unistr/u32-strpbrk: New file.
4614         * lib/unistr/u8-strpbrk.c: New file.
4615         * lib/unistr/u16-strpbrk.c: New file.
4616         * lib/unistr/u32-strpbrk.c: New file.
4617         * lib/unistr/u-strpbrk.h: New file.
4618
4619         * modules/unistr/u8-strrchr: New file.
4620         * modules/unistr/u16-strrchr: New file.
4621         * modules/unistr/u32-strrchr: New file.
4622         * lib/unistr/u8-strrchr.c: New file.
4623         * lib/unistr/u16-strrchr.c: New file.
4624         * lib/unistr/u32-strrchr.c: New file.
4625
4626         * modules/unistr/u8-strspn: New file.
4627         * modules/unistr/u16-strspn: New file.
4628         * modules/unistr/u32-strspn: New file.
4629         * lib/unistr/u8-strspn.c: New file.
4630         * lib/unistr/u16-strspn.c: New file.
4631         * lib/unistr/u32-strspn.c: New file.
4632         * lib/unistr/u-strspn.h: New file.
4633
4634         * modules/unistr/u8-strstr: New file.
4635         * modules/unistr/u16-strstr: New file.
4636         * modules/unistr/u32-strstr: New file.
4637         * lib/unistr/u8-strstr.c: New file.
4638         * lib/unistr/u16-strstr.c: New file.
4639         * lib/unistr/u32-strstr.c: New file.
4640         * lib/unistr/u-strstr.h: New file.
4641
4642         * modules/unistr/u8-strtok: New file.
4643         * modules/unistr/u16-strtok: New file.
4644         * modules/unistr/u32-strtok: New file.
4645         * lib/unistr/u8-strtok.c: New file.
4646         * lib/unistr/u16-strtok.c: New file.
4647         * lib/unistr/u32-strtok.c: New file.
4648         * lib/unistr/u-strtok.h: New file.
4649
4650         * modules/unistr/u8-uctomb: New file.
4651         * modules/unistr/u16-uctomb: New file.
4652         * modules/unistr/u32-uctomb: New file.
4653         * lib/unistr/u8-uctomb.c: New file.
4654         * lib/unistr/u16-uctomb.c: New file.
4655         * lib/unistr/u32-uctomb.c: New file.
4656
4657         * MODULES.html.sh (Unicode string functions): Add the new modules.
4658
4659 2007-01-08  Bruno Haible  <bruno@clisp.org>
4660
4661         * gnulib-tool (func_all_modules): Use find, not ls, to traverse the
4662         modules directory. Filter out CVS, ChangeLog, COPYING, README also from
4663         subdirectories.
4664
4665 2007-01-08  Karl Berry  <karl@gnu.org>
4666
4667         * doc/error.texi: mention that main() fns must set program_name
4668         when progname is used.
4669
4670 2007-01-08  Paul Eggert  <eggert@cs.ucla.edu>
4671
4672         * m4/wctype.m4 (gl_WCTYPE_H): Compute ABSOLUTE_WCTYPE_H even if
4673         WCTYPE_H is empty, for the benefit of builds from non-distclean
4674         directories.  Problem reported by Eric Blake in
4675         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00157.html>.
4676
4677 2007-01-08  Bruno Haible  <bruno@clisp.org>
4678
4679         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Remove
4680         PROVIDE_CANONICALIZE_FILENAME_MODE macro definition.
4681         * lib/canonicalize.h: Test GNULIB_CANONICALIZE instead of
4682         PROVIDE_CANONICALIZE_FILENAME_MODE.
4683         * modules/canonicalize (configure.ac): Use gl_MODULE_INDICATOR.
4684
4685 2007-01-08  Bruno Haible  <bruno@clisp.org>
4686
4687         * m4/fts.m4 (gl_FUNC_FTS_LGPL): Remove _LGPL_PACKAGE macro definition.
4688         * lib/fts_.h (_LGPL_PACKAGE): Remove macro.
4689         Use !GNULIB_FTS instead of _LGPL_PACKAGE.
4690         * lib/fts.c: Likewise.
4691         * modules/fts (configure.ac): Use gl_MODULE_INDICATOR.
4692
4693 2006-12-25  Bruno Haible  <bruno@clisp.org>
4694
4695         * modules/utf8-ucs4-safe: New file.
4696         * lib/utf8-ucs4-safe.h: New file.
4697         * lib/unistr/utf8-ucs4-safe.c: New file.
4698
4699         * modules/utf16-ucs4-safe: New file.
4700         * lib/utf16-ucs4-safe.h: New file.
4701         * lib/unistr/utf16-ucs4-safe.c: New file.
4702
4703         * MODULES.html.sh (Unicode string functions): Add the new modules.
4704
4705 2007-01-08  Bruno Haible  <bruno@clisp.org>
4706
4707         * modules/utf8-ucs4 (Files, lib_SOURCES): Add unistr/utf8-ucs4.c.
4708         (Depends-on): Add unitypes.
4709         * lib/utf8-ucs4.h: Add double-inclusion guard. Include unitypes.h.
4710         (u8_mbtouc_aux): Move out to separate file.
4711         (u8_mbtouc): Use ucs4_t, uint8_t types.
4712         * lib/unistr/utf8-ucs4.c: New file.
4713
4714         * modules/utf16-ucs4 (Files, lib_SOURCES): Add unistr/utf16-ucs4.c.
4715         (Depends-on): Add unitypes.
4716         * lib/utf16-ucs4.h: Add double-inclusion guard. Include unitypes.h.
4717         (u16_mbtouc_aux): Move out to separate file.
4718         (u16_mbtouc): Use ucs4_t, uint16_t types.
4719         * lib/unistr/utf16-ucs4.c: New file.
4720
4721         * modules/ucs4-utf8 (Files, lib_SOURCES): Add unistr/ucs4-utf8.c.
4722         (Depends-on): Add unitypes.
4723         * lib/ucs4-utf8.h: Add double-inclusion guard. Include unitypes.h.
4724         (u8_uctomb_aux): Move out to separate file.
4725         (u8_uctomb): Use ucs4_t, uint8_t types.
4726         * lib/unistr/ucs4-utf8.c: New file.
4727
4728         * modules/ucs4-utf16 (Files, lib_SOURCES): Add unistr/ucs4-utf16.c.
4729         (Depends-on): Add unitypes.
4730         * lib/ucs4-utf16.h: Add double-inclusion guard. Include unitypes.h.
4731         (u16_uctomb_aux): Move out to separate file.
4732         (u16_uctomb): Use ucs4_t, uint16_t types.
4733         * lib/unistr/ucs4-utf16.c: New file.
4734
4735 2006-12-25  Bruno Haible  <bruno@clisp.org>
4736
4737         * modules/unitypes: New file.
4738         * lib/unitypes.h: New file.
4739         * MODULES.html.sh (func_all_modules): New section "Unicode string
4740         functions". Move ucs4-utf8, ucs4-utf16, utf8-ucs4, utf16-ucs4 to
4741         this section. Add unitypes.
4742
4743 2007-01-08  Bruno Haible  <bruno@clisp.org>
4744
4745         Avoid variable names that conflict with those from libtool.
4746         * m4/lib-link.m4 (AC_LIB_RPATH, AC_LIB_LINKFLAGS_BODY,
4747         AC_LIB_LINKFLAGS_FROM_LIBS): Rename libext to acl_libext,
4748         shlibext to acl_shlibext, libname_spec to acl_libname_spec,
4749         library_names_spec to acl_library_names_spec, hardcode_* to
4750         acl_hardcode_*.
4751         Reported by Ralf Wildenhues.
4752
4753 2007-01-08  Bruno Haible  <bruno@clisp.org>
4754
4755         * m4/gc-arcfour.m4 (gl_GC_ARCFOUR): Remove GC_USE_ARCFOUR macro
4756         definition.
4757         * m4/gc-arctwo.m4 (gl_GC_ARCTWO): Remove GC_USE_ARCTWO macro
4758         definition.
4759         * m4/gc-des.m4 (gl_GC_DES): Remove GC_USE_DES macro definition.
4760         * m4/gc-hmac-md5.m4 (gl_GC_HMAC_MD5): Remove GC_USE_HMAC_MD5 macro
4761         definition.
4762         * m4/gc-hmac-sha1.m4 (gl_GC_HMAC_SHA1): Remove GC_USE_HMAC_SHA1 macro
4763         definition.
4764         * m4/gc-md2.m4 (gl_GC_MD2): Remove GC_USE_MD2 macro definition.
4765         * m4/gc-md4.m4 (gl_GC_MD4): Remove GC_USE_MD4 macro definition.
4766         * m4/gc-md5.m4 (gl_GC_MD5): Remove GC_USE_MD5 macro definition.
4767         * m4/gc-random.m4 (gl_GC_RANDOM): Remove GC_USE_RANDOM macro
4768         definition.
4769         * m4/gc-rijndael.m4 (gl_GC_RIJNDAEL): Remove GC_USE_RIJNDAEL macro
4770         definition.
4771         * m4/gc-sha1.m4 (gl_GC_SHA1): Remove GC_USE_SHA1 macro definition.
4772         * lib/gc-gnulib.c: Use GNULIB_GC_<algorithm> instead of
4773         GC_USE_<algorithm>.
4774         * lib/gc-libgcrypt.c: Likewise.
4775         * modules/gc-arcfour (configure.ac): Use gl_MODULE_INDICATOR.
4776         * modules/gc-arctwo (configure.ac): Likewise.
4777         * modules/gc-des (configure.ac): Likewise.
4778         * modules/gc-hmac-md5 (configure.ac): Likewise.
4779         * modules/gc-hmac-sha1 (configure.ac): Likewise.
4780         * modules/gc-md2 (configure.ac): Likewise.
4781         * modules/gc-md4 (configure.ac): Likewise.
4782         * modules/gc-md5 (configure.ac): Likewise.
4783         * modules/gc-random (configure.ac): Likewise.
4784         * modules/gc-rijndael (configure.ac): Likewise.
4785         * modules/gc-sha1 (configure.ac): Likewise.
4786
4787 2007-01-08  Bruno Haible  <bruno@clisp.org>
4788
4789         * m4/close-stream.m4 (gl_CLOSE_STREAM): Remove GNULIB_CLOSE_STREAM
4790         macro definition.
4791         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Remove GNULIB_FCNTL_SAFER macro
4792         definition.
4793         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Remove GNULIB_FOPEN_SAFER macro
4794         definition.
4795         * modules/close-stream (configure.ac): Invoke gl_MODULE_INDICATOR.
4796         * modules/fcntl-safer (configure.ac): Likewise.
4797         * modules/fopen-safer (configure.ac): Likewise.
4798         * modules/fwriteerror (configure.ac): Likewise. Remove explicit
4799         GNULIB_FWRITEERROR macro definition.
4800
4801 2007-01-08  Bruno Haible  <bruno@clisp.org>
4802
4803         * m4/gnulib-common.m4: New file.
4804         * gnulib-tool (func_get_autoconf_snippet): Undo last change.
4805         (func_get_filelist): Add m4/gnulib-common.m4.
4806
4807 2007-01-08  Bruno Haible  <bruno@clisp.org>
4808
4809         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Simplify the sorting
4810         command.
4811
4812 2007-01-08  Jim Meyering  <jim@meyering.net>
4813
4814         Use a more robust test for a "can't happen" condition.
4815         * lib/fts.c (fts_read): Revert the change of 2006-11-22, since it
4816         narrowed the st_size value.  Presuming the "can't happen" condition
4817         is true, that narrowing could conceivably convert an invalid st_size
4818         value into a valid one.  Instead, use a change based on Matthew
4819         Woehlke's original patch.
4820
4821         Slight readability improvement: use an assert-like macro
4822         in place of literal "abort ()" uses.
4823         * lib/fts.c (fts_assert): Define.
4824         (fts_set_stat_required, cwd_advance_fd, fts_read, fd_ring_check):
4825         Use this macro instead of a bare 'abort'.
4826
4827 2007-01-05  Paul Eggert  <eggert@cs.ucla.edu>
4828
4829         Don't worry about using IRIX 5.3's wctype.h broken definitions;
4830         simply work around them.
4831         * lib/wctype_.h: Remove test for HAVE_WCTYPE_CTMP_BUG.
4832         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph, iswlower):
4833         (iswprint, iswpunct, iswspace, iswupper, iswxdigit): Undef before
4834         declaring.
4835         Don't bother to define as macros, since the standard doesn't require it.
4836         * m4/wctype.m4 (WCTYPE_H, ABSOLUTE_WCTYPE_H): Simplify, since we no
4837         longer worry about IRIX 5.3.
4838         (HAVE_WCTYPE_CTMP_BUG): Remove.
4839
4840 2007-01-04  Paul Eggert  <eggert@cs.ucla.edu>
4841
4842         * lib/wctype_.h (_ctmp_) [HAVE_WCTYPE_CTMP_BUG]: Now of type wchar_t,
4843         not wint_t.  Also, include <ctype.h>, to fix another IRIX bug.
4844         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
4845         Problems reported by Georg Schwarz for IRIX 5.3.
4846
4847         * gnulib-tool (autoconf_minversion): Take the maximum version number
4848         found, not the minimum.  Problem reported by James Youngman.
4849
4850 2007-01-03  Karl Berry  <karl@gnu.org>
4851
4852         * doc/error.texi: new file, explaining interaction with progname.
4853         * doc/gnulib.texi: include it.  Update copyright.
4854
4855 2007-01-03  Simon Josefsson  <simon@josefsson.org>
4856
4857         * gnulib-tool (func_create_testdir): Run AC_CANONICAL_BUILD and
4858         AC_CANONICAL_HOST, to improve autobuild outputs.
4859
4860 2007-01-03  Paolo Bonzini  <bonzini@gnu.org>
4861             Yoann Vandoorselaere <yoann.v@prelude-ids.com>
4862
4863         * lib/poll.c (poll): Use recv on Mac OS X to distinguish connected
4864         sockets, server sockets, and other file descriptors.  Count errors
4865         to compute the return value.  Reorder the code a bit to be easier
4866         to follow.  Don't set event bits that were not requested (except
4867         POLLERR and POLLHUP).
4868
4869 2007-01-01  Bruno Haible  <bruno@clisp.org>
4870
4871         * modules/lchmod (Include): Require lchmod.h, not lchown.h.
4872
4873 2007-01-03  Jim Meyering  <jim@meyering.net>
4874
4875         * modules/fts-lgpl (Depends-on): Add i-ring.  Reported by Bruno Haible.
4876
4877 2007-01-02  Bruno Haible  <bruno@clisp.org>
4878
4879         * modules/settime (Include): Require timespec.h.
4880         * modules/nanosleep (Include): Likewise.
4881
4882 2007-01-01  Bruno Haible  <bruno@clisp.org>
4883
4884         * gnulib-tool (func_emit_copyright_notice): Bump year.
4885         (func_get_autoconf_snippet): Emit a GNULIB_<modulename> macro.
4886
4887 2007-01-01  Bruno Haible  <bruno@clisp.org>
4888
4889         Improve support for OpenBSD.
4890         * build-aux/config.rpath (libname_spec): Export.
4891         (library_names_spec): New variable. Export.
4892         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Extract libname_spec and
4893         library_names_spec from the config.rpath output. Locate shared library
4894         through the name pattern in library_names_spec.
4895
4896 2007-01-01  Eric Blake  <ebb9@byu.net>
4897
4898         * lib/version-etc.c (COPYRIGHT_YEAR): Bump for new year.
4899
4900 2006-12-30  Paul Eggert  <eggert@cs.ucla.edu>
4901
4902         * gnulib-tool (SORT): Remove, since we no longer assume GNU sort.
4903         Rewrite so as not to assume GNU sort or "tail -1".  Also, don't
4904         assume the C locale, and avoid an "eval" that could cause trouble.
4905         Problem with SORT reported by Bob Proulx.
4906
4907         * lib/getpagesize.h (getpagesize) [defined __amigaos4__]:
4908         Define.  Trivial patch from Henning Nielsen Lund, originally
4909         sent to bug-grep@gnu.org today.
4910
4911 2006-12-29  Paul Eggert  <eggert@cs.ucla.edu>
4912
4913         * lib/acl.h: Include sys/types.h and sys/stat.h, for mode_t and
4914         struct stat.  Problem reported by Henning Nielsen Lund.
4915         * lib/acl.c: Include acl.h first, to check interface.  Don't
4916         bother to include sys/types.h and sys/stat.h again.
4917
4918 2006-12-28  Paul Eggert  <eggert@cs.ucla.edu>
4919
4920         Import the following change from libc; problem reported by
4921         Sven Verdoolaege.
4922
4923         2005-10-13  Ulrich Drepper  <drepper@redhat.com>
4924
4925         [BZ #1373]
4926         * lib/argp.h: Remove __NTH for __argp_usage inline function.
4927
4928 2006-12-28  Jim Meyering  <jim@meyering.net>
4929
4930         * build-aux/announce-gen: Do not assume that the package
4931         builds any of tar.gz, tar.bz2, and .xdelta files.
4932         Suggestion from Simon Josefsson.
4933
4934 2006-12-28  Simon Josefsson  <simon@josefsson.org>
4935
4936         * modules/announce-gen: New file.
4937
4938 2006-12-27  Paul Eggert  <eggert@cs.ucla.edu>
4939
4940         * lib/mbchar.h: Just include <wctype.h>; the wctype module
4941         handles its gotchas now.
4942         * lib/mbswidth.c: Likewise.
4943         * lib/wcwidth.h: Likewise.
4944         * m4/mbchar.m4 (gl_MBCHAR): Don't bother checking for wctype.h
4945         and iswcntrl; the wctype module does this stuff now.
4946         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
4947         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
4948         * modules/mbchar (Depends-on): Add wctype.
4949         * modules/mbswidth (Depends-on): Likewise.
4950         * modules/wcwidth (Depends-on): Likewise.
4951
4952 2006-12-27  Eric Blake  <ebb9@byu.net>
4953
4954         * lib/fnmatch.c: Reinstate inclusion of <wchar.h>, since this
4955         module uses more than what <wctype.h> is required to provide.
4956
4957 2006-12-26  Eric Blake  <ebb9@byu.net>
4958
4959         * gnulib-tool (sed_extract_prog): Avoid space-tab.
4960
4961 2006-12-26  Eric Blake  <ebb9@byu.net>
4962
4963         * modules/absolute-header: New module.
4964         * modules/fcntl (Depends-on): Depend on it.
4965         * modules/inttypes (Depends-on): Likewise.
4966         * modules/stdint (Depends-on): Likewise.
4967         * modules/sys_stat (Depends-on): Likewise.
4968         * modules/wctype (Depends-on): Likewise.
4969         * MODULES.html.sh (Support for building libraries and
4970         executables): Document it.
4971
4972 2006-12-25  Paul Eggert  <eggert@cs.ucla.edu>
4973
4974         * gnulib-tool (SED): Remove, undoing previous change.
4975         The problem was that it broke coreutils on Solaris, because
4976         "sed --posix" leaked into a makefile.
4977         (sed): New alias, if 'alias' and GNU sed.
4978
4979 2006-12-24  Jim Meyering  <jim@meyering.net>
4980
4981         Work around an fchownat bug in glibc-2.4:
4982         http://lists.ubuntu.com/archives/ubuntu-users/2006-September/093218.html
4983         This bug would cause "chown -RP ... DIR" to follow symlinks in DIR,
4984         in spite of the -P option.
4985         * m4/openat.m4 (gl_FUNC_FCHOWNAT, gl_FUNC_FCHOWNAT_DEREF_BUG):
4986         New macros.
4987         (gl_PREREQ_OPENAT): Require gl_FUNC_FCHOWNAT.
4988         * modules/openat (Files): Add lib/fchownat.c.
4989         * lib/openat.c (fchownat): Don't define here.  Move to...
4990         * lib/fchownat.c: ...this new file.
4991
4992 2006-12-23  Paul Eggert  <eggert@cs.ucla.edu>
4993
4994         Fix bug reported by Bruno Haible in
4995         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00228.html>
4996         where quotearg.c didn't compile on Mac OS X 10.2 because it
4997         lacks <wchar.h> and wint_t.
4998         * lib/wctype_.h (__wctype_wint_t): New type.
4999         Include <stdio.h>, <time.h>, <wchar.h> only if HAVE_WINT_T.
5000         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph):
5001         (iswlower, iswprint, iswpunct, iswspace, iswupper, ixwxdigit):
5002         Arg is now of type __wctype_wint_t, not wint_t.
5003         * m4/wctype.m4 (gl_WCTYPE_H): Require gt_TYPE_WINT_T, and
5004         substitute HAVE_WINT_T.
5005         * modules/wctype (Files): Add m4/wint_t.m4.
5006         (wctype.h): Substitute HAVE_WINT_T.
5007
5008 2006-12-23  Bruno Haible  <bruno@clisp.org>
5009
5010         * lib/safe-read.h [C++]: Wrap declarations in extern "C".
5011
5012 2006-12-23  Bruno Haible  <bruno@clisp.org>
5013
5014         * lib/canonicalize-lgpl.c (__realpath): Test HAVE_READLINK instead of
5015         S_ISLNK.
5016         Needed because gnulib's sys/stat.h replacement defines S_ISLNK on
5017         mingw.
5018
5019 2006-12-22  Bruno Haible  <bruno@clisp.org>
5020
5021         * lib/copy-file.c: Include acl.h.
5022         (copy_file_preserving) [USE_ACL]: Use copy_acl instead of chmod.
5023         Close the file descriptors only after being done with copy_acl.
5024         * modules/copy-file (Depends-on): Add acl.
5025
5026 2006-12-22  Bruno Haible  <bruno@clisp.org>
5027
5028         * gnulib-tool (SED): New variable.
5029         Use $SED instead of sed everywhere.
5030
5031 2006-12-22  Bruno Haible  <bruno@clisp.org>
5032
5033         * modules/no-c++: New file.
5034         * m4/no-c++.m4: New file.
5035         * MODULES.html.sh (Support for building libraries and executables):
5036         Add no-c++.
5037
5038 2006-12-22  Paul Eggert  <eggert@cs.ucla.edu>
5039
5040         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
5041         Include <limits.h>, and use its INT_MAX to rewrite the
5042         j loop so that it does not overflow 'int'.  Problem reported by
5043         Ralf Wildenhues in
5044         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00084.html>.
5045         Play it safe by shifting left by 1 rather than multiplying by 2,
5046         as GCC is less likely to optimize this away when the value
5047         is signed (when it assumes overflow leads to undefined behavior).
5048         Also, don't assume time_t uses two's complement.
5049
5050 2006-12-21  Paul Eggert  <eggert@cs.ucla.edu>
5051
5052         * MODULES.html.sh: New module wctype.
5053         * lib/wctype_.h, m4/wctype.m4, modules/wctype: New files.
5054         * lib/fnmatch.c: Don't bother to include <wchar.h> before
5055         <wctype.h>, since the new wctype module should fix this.
5056         * lib/quotearg.c: Include <wctype.h> unconditionally, since
5057         the wctype module should arrange for it.
5058         * lib/regex_internal.h: Likewise.
5059         * m4/quotearg.m4 (gl_QUOTEARG): Don't check for wctype.h or iswprint,
5060         since the wctype module should handle this now.
5061         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for wctype.h.
5062         * modules/fnmatch (Depends-on): Add wctype.
5063         * modules/quotearg (Depends-on): Likewise.
5064         * modules/regex (Depends-on): Likewise.
5065
5066 2006-12-19  Bruno Haible  <bruno@clisp.org>
5067
5068         * lib/strdup.h [C++]: Wrap definitions in extern "C".
5069         Suggested by Lorenzo Bettini <bettini@dsi.unifi.it>.
5070
5071 2006-12-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5072
5073         * modules/savewd (Depends-on): Fix dependency on fcntl.
5074
5075 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
5076
5077         * m4/stdint.m4 (gl_STDINT_H): Set STDINT_H to empty if stdint.h
5078         conforms to C99, rather than relying on the user's environment
5079         setting of STDINT_H.
5080
5081 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
5082         and Eric Blake  <ebb9@byu.net>
5083
5084         * lib/dirname.h (DOUBLE_SLASH_IS_DISTINCT_ROOT): Default to 0, not 1.
5085         This is more consistent with the other defines here.
5086         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT):
5087         Port to z/OS.  Problem reported by Paul Gilmartin.
5088         Change local vars to use gl_ prefix rather than ac_.
5089         Don't define DOUBLE_SLASH_IS_DISTINCT_ROOT to 0, for consistency
5090         with other defines.
5091         * modules/double-slash-root: New module.
5092         * modules/dirname (Files): Remove m4/double-slash-root.m4.
5093         (Depends-on): Add double-slash-root.
5094         * MODULES.html.sh (File system functions): Mention new module.
5095
5096 2006-12-14  Paul Eggert  <eggert@cs.ucla.edu>
5097
5098         * lib/yesno.c [!ENABLE_NLS]: Don't include getline.h.
5099         (yesno) [!ENABLE_NLS]: Don't invoke getline or rpmatch.
5100         This is for the benefit of gzip, which doesn't do i18n.
5101
5102 2006-12-12  Jim Meyering  <jim@meyering.net>
5103
5104         * m4/acl.m4 (gl_ACL_GET_FILE): Fix logic error.
5105         Reported by Andreas Schwab <schwab@suse.de>.
5106
5107 2006-12-12  Bruno Haible  <bruno@clisp.org>
5108
5109         Merge these changes.
5110         2006-09-05  Bruno Haible  <bruno@clisp.org>
5111         * lib/iconvme.c (iconv_string): No need to save and restore errno when
5112         iconv_alloc succeeded.
5113         (iconv_alloc): Don't assume that malloc() or realloc(), when failing,
5114         sets errno to ENOMEM. (malloc on GNU/kFreeBSD doesn't.) No need to
5115         test for " && dest " at the end - dest is always != NULL there. Call
5116         iconv with 4xNULL arguments initially, to reset the state. Call iconv
5117         with 2xNULL arguments, also to flush the state storage. Handle the
5118         IRIX iconv behaviour. Realloc the final result, to throw away unused
5119         memory.
5120
5121 2006-12-11  Paul Eggert  <eggert@cs.ucla.edu>
5122
5123         * m4/openat.m4 (gl_FUNC_OPENAT): Don't compile mkdirat
5124         and fchmodat unconditionally, since glibc 2.4 has them.
5125         Problem reported by Arkadiusz Miskiewicz.
5126
5127 2006-12-10  Bruno Haible  <bruno@clisp.org>
5128
5129         * gnulib-tool (func_import): Show the include files only for those
5130         modules that are copied and specified.
5131         Reported by Karl Berry.
5132
5133 2006-12-08  Jim Meyering  <jim@meyering.net>
5134
5135         * build-aux/announce-gen ($VERSION): Don't use of $Revision...$.
5136         Instead, use Emacs' time-stamp write hook.  Note that the time is UTC.
5137
5138         * build-aux/announce-gen: Add two new options, both optional:
5139         --bootstrap-tools=TOOL_LIST
5140               a comma-separated list of tools, e.g.,
5141               autoconf,automake,bison,gnulib
5142         --gnulib-snapshot-date=DATE
5143               if gnulib is in the bootstrap tool list,
5144               then report this as the snapshot date.
5145               If not specified, use the current date/time.
5146               If you specify a date here, be sure it's UTC.
5147
5148 2006-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5149
5150         * tests/test-argp-2.sh: Fix test to match actual output.
5151         (func_compare): Fix sed script to be portable.
5152
5153 2006-12-05  Paul Eggert  <eggert@cs.ucla.edu>
5154
5155         * lib/utimens.c (futimens) [HAVE_BUGGY_NFS_TIME_STAMPS]: Add a
5156         workaround for this case.  It is not autoconfigured now; offhand
5157         it's hard to see how to autoconfigure it.
5158
5159 2006-12-03  Paul Eggert  <eggert@cs.ucla.edu>
5160
5161         * lib/mkdir-p.c (make_dir_parents): Fix race condition when making
5162         a directory that is about to be chowned.  Such a directory's
5163         initial file permissions should permit the owner only and this
5164         should not be changed until after the chown, since the group and
5165         other bits would be incorrect if they granted permission before
5166         the chown.
5167
5168         Fix porting problem for iswctype reported by Georg Schwarz in:
5169         http://lists.gnu.org/archive/html/bug-coreutils/2006-12/msg00017.html
5170         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Require HAVE_ISWCTYPE, too.
5171         * lib/regex_internal.h (RE_ENABLE_I18N): Likewise.
5172         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for iswctype, too.
5173         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
5174
5175 2006-12-03  Jim Meyering  <jim@meyering.net>
5176
5177         * lib/fts.c (fts_load): Don't set sp->fts_dev here, since
5178         p->fts_statp may not yet be defined.
5179         (fts_read): Instead, set it in the caller, once p->fts_statp is
5180         sure to be defined, and corresponds to a top-level directory.
5181         This bug made du -x fail.  Here's the coreutils test case:
5182         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commit;h=ba45154d8e9f
5183         Reported by Mike Frysinger.
5184
5185 2006-12-01  Jim Meyering  <jim@meyering.net>
5186
5187         * modules/savewd (Depends-on): Add fcntl_h to avoid self-test
5188         build failure due to missing definition of HAVE_WORKING_O_NOFOLLOW.
5189         Reported by Simon Josefsson.
5190
5191 2006-11-30  Jim Meyering  <jim@meyering.net>
5192
5193         * m4/warning.m4: Use the all-permissive copyright notice
5194         recommended by RMS (rather than LGPL).
5195         * m4/vararrays.m4: Likewise.
5196         * m4/flexmember.m4: Likewise.
5197
5198 2006-11-29  Bruno Haible  <bruno@clisp.org>
5199
5200         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
5201         noinst_LIBRARIES. Augment noinst_LIBRARIES and noinst_LTLIBRARIES
5202         using +=.
5203         Reported by Simon Josefsson <simon@josefsson.org>.
5204
5205 2006-11-28  James Youngman <jay@gnu.org>
5206
5207         * README: Advise users that they might find the bug-gnulib@gnu.org
5208         and autotools-announce@gnu.org mailing lists useful.
5209
5210 2006-11-28  Bruno Haible  <bruno@clisp.org>
5211
5212         * m4/ptrdiff_max.m4: Remove file.
5213
5214 2006-11-21  Bruno Haible  <bruno@clisp.org>
5215
5216         * m4/eoverflow.m4 (gl_EOVERFLOW): Use AC_COMPUTE_INT instead of
5217         _AC_COMPUTE_INT.
5218         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
5219         * m4/ptrdiff_max.m4 (gl_PTRDIFF_MAX): Use AC_COMPUTE_INT instead of
5220         _AC_COMPUTE_INT.
5221         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
5222         * m4/size_max.m4 (gl_SIZE_MAX): Use AC_COMPUTE_INT instead of
5223         _AC_COMPUTE_INT.
5224         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
5225
5226 2006-11-28  Jim Meyering  <jim@meyering.net>
5227
5228         * lib/regcomp.c (parse_branch): Rename local, exp->expr, to avoid
5229         warning from "gcc -Wshadow" about shadowing the builtin.
5230
5231 2006-11-27  Bruno Haible  <bruno@clisp.org>
5232
5233         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): Use AC_COMPUTE_INT instead of
5234         _AC_COMPUTE_INT.
5235         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
5236
5237 2006-11-27  Bruno Haible  <bruno@clisp.org>
5238             Paul Eggert  <eggert@cs.ucla.edu>
5239
5240         * lib/regex.h (__restrict_arr): Redo logic of #if, for clarity.
5241
5242 2006-11-26  Bruno Haible  <bruno@clisp.org>
5243
5244         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
5245         noinst_LTLIBRARIES.
5246
5247 2006-11-27  Paul Eggert  <eggert@cs.ucla.edu>
5248             Bruno Haible  <bruno@clisp.org>
5249
5250         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to 0
5251         if compiling with "gcc -ansi".
5252
5253 2006-11-26  Paul Eggert  <eggert@cs.ucla.edu>
5254
5255         Fix some incompatibilities with gcc -ansi -pedantic.
5256         * lib/regex.h (__restrict_arr): Don't use the [restrict] syntax
5257         if compiling pedantically with GCC, unless it's C99 or later.
5258         Don't trust sys/cdefs.h's definition of __restrict_arr, either, as
5259         it mishandles gcc -ansi -pedantic as well.
5260         * lib/regex_internal.h (re_token_t): Don't use enum bitfields
5261         if gcc -pedantic.
5262         * lib/regexec.c (check_node_accept_bytes): Don't use auto
5263         initializers for struct if -pedantic, unless it's C99 or later.
5264
5265 2006-11-25  Nix  <nix@esperi.org.uk>  (tiny change)
5266
5267         * m4/fcntl_h.m4 (gl_FCNTL_H): Test the atime, not the mtime.
5268         Don't close an fd more than once. Identical atimes indicate
5269         success, not failure.
5270
5271 2006-11-22  Robinson Mittmann <bob@hoplon.com>  (tiny change)
5272
5273         * lib/sincosl.c (kernel_sinl): Fix typo in threshold.
5274
5275 2006-11-23  Jim Meyering  <jim@meyering.net>
5276
5277         * build-aux/announce-gen: New file.  From coreutils.
5278
5279 2006-11-22  Jim Meyering  <jim@meyering.net>
5280
5281         Work around a compile-time error from the HP-UX 11.00 /bin/cc.
5282         * lib/fts.c (enum Fts_stat): Give this previously-anon enum a name.
5283         (fts_read): Use a temporary to narrow the overused st_size member
5284         before using it in a switch statement.  Reported by Matthew Woehlke.
5285
5286         * m4/clock_time.m4 (gl_CLOCK_TIME): Quote AC_SUBST argument.
5287         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Likewise.
5288
5289 2006-11-20  Bruno Haible  <bruno@clisp.org>
5290
5291         * gettext.m4 (AM_GNU_GETTEXT): Revert 2005-07-28 patch: Use
5292         changequote instead of pairs of brackets.
5293         Reported by Andreas Schwab <schwab@suse.de>.
5294
5295 2006-11-21  Jim Meyering  <jim@meyering.net>
5296
5297         * lib/fts.c (fts_safe_changedir): Move a declaration "up",
5298         so as to remain compatible with older compilers.
5299         Patch from Michael Deutschmann.
5300
5301 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
5302
5303         * MODULES.html.sh (File system functions): Add openat.
5304
5305         * lib/openat.h (rpl_fstatat): New macro, if
5306         [HAVE_OPENAT && ! LSTAT_FOLLOWS_SLASHED_SYMLINK.
5307         (fstatat): Define to rpl_fstatat under the same conditions,
5308         unless COMPILING_FSTATAT.
5309         * m4/openat.m4 (gl_FUNC_OPENAT): Compile fstatat.c too, if fstatat
5310         seems to have the bug.
5311         * lib/fstatat.c: New file.
5312         * modules/openat (Files): Add it.
5313
5314 2006-11-20  Bruno Haible  <bruno@clisp.org>
5315
5316         * Makefile: New file.
5317
5318 2006-11-20  Jim Meyering  <jim@meyering.net>
5319
5320         The beginnings of syntax-related checks for gnulib.
5321         * lib/Makefile: New file.
5322         * lib/t-idcache: New script.  Ensure that the two halves of
5323         idcache.c stay in sync.
5324
5325         * lib/idcache.c: Adjust comments in user- and group- portions to
5326         be more accurate, and to be consistent with one another.
5327
5328 2006-11-20  Jim Meyering  <jim@meyering.net>
5329
5330         * lib/idcache.c: Restore most of the 2006-11-06 patch, so as to
5331         continue using the flexible array member (thus, this module performs
5332         half as many malloc calls), with the addition that...
5333         (getgroup, getuser): Consistently record a non-match via an empty
5334         "name" string, and map an empty string match to a NULL return value.
5335         * modules/idcache (Depends-on): Re-add flexmember.
5336
5337         * lib/idcache.c (getuser): Remove all uses of the register keyword.
5338         (getuidbyname, getgroup, getgidbyname): Likewise.
5339
5340         Use cleaner syntax: NULL rather than 0.
5341         * lib/idcache.c (getuidbyname, getgidbyname): Return NULL, not 0.
5342
5343 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
5344
5345         * lib/idcache.c: Undo most recent patch, dated 2006-11-06.
5346         It mishandled the case where the group was missing.
5347         Problem reported by Greg Schafer.
5348         * modules/idcache: Likewise.
5349
5350 2006-11-18  Jim Meyering  <jim@meyering.net>
5351
5352         * check-module (%exempt_header): Add exception for some
5353         conditionally-included headers.
5354
5355         * modules/i-ring (Depends-on): Add verify.
5356         (License): Change to LGPL.
5357
5358 2006-11-16  Paul Eggert  <eggert@cs.ucla.edu>
5359
5360         * modules/getaddinfo (Depends-on): Remove inttostr; add snprintf.
5361         * lib/getaddrinfo.c: Include snprintf.h rather than intprops.h
5362         and inttostr.h.  Use snprintf rather than uinttostr, so that
5363         LGPLed code doesn't depend on GPLed.
5364
5365 2006-11-17  Paul Eggert  <eggert@cs.ucla.edu>
5366
5367         * modules/inline (License): Change from GPL to LGPL.
5368
5369 2006-11-17  Jim Meyering  <jim@meyering.net>
5370
5371         * modules/d-type (License): Switch to LGPL.
5372
5373 2006-11-15  Bruno Haible  <bruno@clisp.org>
5374
5375         * m4/alloca.m4 (gl_FUNC_ALLOCA): Fix the AC_CACHE_CHECK message.
5376
5377 2006-11-15  Eric Blake  <ebb9@byu.net>
5378
5379         * m4/allocsa.m4 (gl_ALLOCSA): Don't invoke macro already picked up by
5380         the module dependency.
5381
5382 2006-11-15  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
5383             Bruno Haible  <bruno@clisp.org>
5384
5385         * gnulib-tool (func_create_testdir): Add license consistency check.
5386
5387 2006-11-15  Eric Blake  <ebb9@byu.net>
5388
5389         * m4/alloca.m4 (gl_FUNC_ALLOCA): Use AC_CACHE_CHECK to avoid a
5390         random "(cached)" in configure output.
5391
5392 2006-11-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5393
5394         * m4/inttypes.m4 (gl_INTTYPES_H): Use AC_CACHE_CHECK so that the
5395         test for conforming inttypes.h is both announced and cached.
5396
5397         * MODULES.html.sh (seen_modules, seen_files): New variables.
5398         (func_module): Rewrite to use a few less gnulib-tool and sed
5399         invocations.  Avoid a couple of quadratic algorithms for ...
5400         (missed_modules, missed_files): ... these, with ...
5401         (func_append, func_tmpdir): ... these new functions, from
5402         gnulib-tool.  Analogously, install traps for cleanup.
5403
5404         * tests/test-gc.c (main): Remove unused variables.
5405         * tests/test-read-file.c: Include stdlib.h, for 'free'.
5406
5407 2006-11-14  Paul Eggert  <eggert@cs.ucla.edu>
5408
5409         * modules/inttostr (License): Change to LGPL.
5410
5411 2006-11-14  Eric Blake  <ebb9@byu.net>
5412
5413         * modules/tempname (License): Change to LGPL.
5414
5415 2006-11-14  Eric Blake  <ebb9@byu.net>
5416
5417         * doc/functions.texi (Function Portability): *printf functions on
5418         Cygwin now understand all POSIX size specifiers.
5419
5420 2006-11-14  Bruno Haible  <bruno@clisp.org>
5421
5422         * modules/c-ctype (License): Change to LGPL.
5423
5424 2006-11-12  Bruno Haible  <bruno@clisp.org>
5425
5426         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
5427         AC_LIB_LINKFLAGS_BODY): Also set a LIB${NAME}_PREFIX variable. Needed
5428         for GNOME libraries, for which the include files are installed in
5429         subdirectories of $prefix/include.
5430
5431 2006-11-12  Bruno Haible  <bruno@clisp.org>
5432
5433         * m4/lib-link.m4: Require at least autoconf-2.54.
5434         (AC_LIB_LINKFLAGS_BODY) [autoconf < 2.61]: Turn dots into the library
5435         name to underscores for the --with option.
5436
5437 2006-11-13  Bruno Haible  <bruno@clisp.org>
5438
5439         * gnulib-tool (func_create_testdir): Set gl_source_base correctly in
5440         the tests directory.
5441         Reported by Ralf Wildenhues.
5442
5443 2006-11-13  Bruno Haible  <bruno@clisp.org>
5444
5445         * gnulib-tool (func_emit_initmacro_start): Also override AC_LIBSOURCES.
5446         (func_emit_initmacro_end): Undo the override here.
5447         (func_emit_initmacro_done): Emit a definition for gl_LIBSOURCES.
5448         Works around the famous automake error in coreutils.
5449
5450 2006-11-13  Eric Blake  <ebb9@byu.net>
5451
5452         * lib/gl_anytree_oset.h (gl_tree_search_atleast): Return the
5453         element, not its node.
5454
5455 2006-11-12  Bruno Haible  <bruno@clisp.org>
5456
5457         * gnulib-tool (func_emit_lib_Makefile_am): Replace occurrences of
5458         '$(top_srcdir)/build-aux/', taking into account the real auxdir.
5459
5460 2006-11-12  Bruno Haible  <bruno@clisp.org>
5461
5462         * gnulib-tool: New option --local-symlink.
5463         (func_usage): Document it.
5464         (lsymbolic): New variable.
5465         (func_import, func_create_testdir): If --symlink was not specified,
5466         test whether --local-symlink was specified and the file comes from
5467         the local_gnulib_dir.
5468
5469 2006-11-12  Bruno Haible  <bruno@clisp.org>
5470
5471         * gnulib-tool (func_ln): New function.
5472         (func_ln_if_changed, func_create_testdir): Use it instead of "ln -s".
5473
5474 2006-11-12  Bruno Haible  <bruno@clisp.org>
5475
5476         Finish support for source files in subdirectories.
5477         * gnulib-tool (func_emit_lib_Makefile_am): If some of the source files
5478         are in subdirectories, set uses_subdirs and add 'subdir-objects' to
5479         AUTOMAKE_OPTIONS.
5480         (func_import, func_create_testdir): Invoke AM_PROG_CC_C_O in this case.
5481
5482 2006-11-12  Bruno Haible  <bruno@clisp.org>
5483
5484         * gnulib-tool (func_get_automake_snippet): Synthesize also an
5485         EXTRA_lib_SOURCES augmentation.
5486         (func_emit_lib_Makefile_am): Initialize EXTRA_lib..._SOURCES to empty.
5487
5488 2006-11-12  Jim Meyering  <jim@meyering.net>
5489
5490         Make fts (in FTS_CWDFD mode) more efficient by caching a few open
5491         file descriptors.  This also averts a failure on systems with
5492         native openat support when a traversed directory lacks "x" access.
5493         * lib/fts_.h: Include "i-ring.h"
5494         (struct FTS) [fts_fd_ring]: New member.
5495         * lib/fts.c (RESTORE_INITIAL_CWD): Also call fd_ring_clear.
5496         (FCHDIR): Add parentheses.
5497         (fd_ring_check, fd_ring_print) [!FTS_DEBUG]: Define away.
5498         (cwd_advance_fd): Add a 3rd parameter.  Adjust all callers.
5499         When descending, rather than simply closing the previous
5500         fts_cwd_fd value, push that file descriptor onto the ring.
5501         (same_fd, fd_ring_print, fd_ring_check) [FTS_DEBUG]: New functions.
5502         (fts_open): Initialize the new fd_ring member.
5503         (fts_close): Clear the ring.
5504         (fts_safe_changedir): When possible, use our new fd_ring to skip
5505         the diropen and fstat and dev/ino comparison that would normally
5506         accompany a virtual `chdir ("..")'.
5507
5508         * modules/fts (Depends-on): Add i-ring.
5509         * modules/i-ring: New module.
5510         * lib/i-ring.c, lib/i-ring.h, lib/i-ring-test.c: New files.
5511         * m4/i-ring.m4: New file.
5512
5513 2006-11-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5514
5515         * gnulib-tool (func_create_testdir): Fix replacement of
5516         `build-aux' in configure.ac.  Run autotools in gltests
5517         subdirectory.
5518         (func_create_testdir, func_create_megatestdir, test): There is
5519         no need for '--force' in most autotool invocations in a new
5520         tree.  Actually fail the whole test if any of the tools, or the
5521         configure or make stages fail.
5522
5523         Sync from Automake.
5524         * build-aux/gnupload: Revert last change.  Add pointer to upload
5525         instructions of the GNU Maintenance Instructions.
5526         Suggestion by Karl Berry.
5527
5528 2006-11-10  Jim Meyering  <jim@meyering.net>
5529
5530         * lib/fts.c [FTS_DEBUG]: Don't try to print a pointer via %s.
5531
5532 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
5533
5534         * lib/gettext.h (dgettext, dcgettext, ngettext) [! ENABLE_NLS]:
5535         (dngettext, dcngettext, bindtextdomain) [! ENABLE_NLS]:
5536         (bind_textdomain_codeset) [! ENABLE_NLS]:
5537         Evaluate all the arguments.  That way, callers get compatible behavior
5538         if the arguments have side effects.  Also, it avoids some GCC
5539         diagnostics in some cases; Joel E. Denny reported problems when Bison
5540         was configured with --enable-gcc-warnigs.
5541
5542 2006-11-10  Jim Meyering  <jim@meyering.net>
5543
5544         * m4/inline.m4 (gl_INLINE): Check with the compiler, not cpp, so that
5545         relevant options in CFLAGS (like -O, -fno-inline) are taken into
5546         account.
5547
5548 2006-11-10  Jim Meyering  <jim@meyering.net>
5549
5550         * modules/inline: New file/module.
5551         * modules/xalloc (Files): Remove m4/inline.m4.
5552         (Depends-on): Add inline, instead.
5553         * modules/oset: Likewise.
5554         * modules/list: Likewise.
5555
5556 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
5557
5558         * lib/stdint_.h (uintmax_t): Fix typo: int64_t -> uint64_t.
5559         Problem reported by Matthew Woehlke.
5560
5561 2006-11-09  Bruno Haible  <bruno@clisp.org>
5562
5563         * lib/tempname.c (gen_tempname): Remove variant that invokes
5564         __gen_tempname.
5565         * m4/tempname.m4 (gl_FUNC_GEN_TEMPNAME): Don't test for
5566         __gen_tempname.
5567
5568 2006-11-08  Bruno Haible  <bruno@clisp.org>
5569
5570         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Set ac_cv_type_long_long_int
5571         to 'yes' instead of 'cross-compiling'.
5572
5573 2006-11-08  Paul Eggert  <eggert@cs.ucla.edu>
5574
5575         * lib/quotearg.h (quotearg_free): New decl.
5576         * lib/quotearg.c (quotearg_free): New function.
5577         (slot0, nslots, slotvec0, slotvec):
5578         Now file-scope so that quotearg_free can get at them.
5579
5580 2006-11-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5581
5582         Sync from Automake.
5583         * build-aux/gnupload: Add missing 'gnu' to example URL.
5584         Report by Karl Berry.
5585
5586 2006-11-08  Bruno Haible  <bruno@clisp.org>
5587
5588         * m4/inline.m4 (gl_INLINE): Also test __NO_INLINE__.
5589         Suggested by Paul Eggert.
5590
5591 2006-11-08  Jim Meyering  <jim@meyering.net>
5592
5593         * lib/fts.c [!_LGPL_PACKAGE]: Don't include fcntl--.h twice.
5594         It's already included if !_LIBC.
5595         (fts_safe_changedir): Add a comment.
5596
5597 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
5598
5599         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Detect bug in
5600         Tandem NonStop Kernel (OSS) cc -O circa 2004, reported by
5601         Matthew Woehlke.
5602
5603         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Move
5604         definitions up, to avoid colliding with change below.
5605         (static_inline) [HAVE_INLINE]: New macro.
5606         (xnmalloc, xnrealloc, x2nrealloc, xcharalloc):
5607         Provide extern decls when !HAVE_INLINE.  Do not define unless
5608         static_inline is defined, either by us or by xmalloc.c.  Use
5609         static_inline rather than static inline.
5610         (XCALLOC): Optimize sizeof(T) = 1 case.
5611         * lib/xmalloc.c (static_inline) [!HAVE_INLINE]: New macro.
5612
5613 2006-11-07  Bruno Haible  <bruno@clisp.org>
5614
5615         * lib/xalloc.h (XNMALLOC): Restore optimization of sizeof(T) = 1 case.
5616         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require gl_INLINE instead of
5617         AC_C_INLINE.
5618         * modules/xalloc (Files): Add m4/inline.m4.
5619
5620 2006-11-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5621
5622         * README: Fix typo.
5623         * doc/gnulib.texi (Miscellaneous Notes): Likewise, rename...
5624         (Miscellanous Notes): ...from this.
5625
5626 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
5627
5628         * m4/flexmember.m4 (AC_C_FLEXIBLE_ARRAY_MEMBER):
5629         Mention that offsetof should be used instead of sizeof.
5630         From Bruno Haible.
5631
5632 2006-11-07  Bruno Haible  <bruno@clisp.org>
5633
5634         * lib/w32spawn.h (prepare_spawn): Use XNMALLOC instead of xmalloc.
5635
5636 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
5637
5638         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
5639         * lib/gl_anyavltree_list2.h (create_subtree_with_contents):
5640         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
5641         (gl_tree_add_before, gl_tree_add_after):
5642         Use XMALLOC instead of xmalloc, and XCALLOC instead of xzalloc.
5643         * lib/gl_anyhash_list2.h (hash_resize): Likewise.
5644         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
5645         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before):
5646         (gl_linked_add_after, gl_linked_add_at): Likewise.
5647         * lib/gl_anyrbtree_list2.h (create_subtree_with_contents):
5648         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
5649         (gl_tree_add_before, gl_tree_add_after): Likewise.
5650         * lib/gl_anytree_list2.h (gl_tree_create_empty): Likewise.
5651         * lib/gl_anytree_oset.h (gl_tree_create_empty): Likewise.
5652         * lib/gl_anytreehash_list1.h (add_to_bucket): Likewise.
5653
5654 2006-11-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5655
5656         * lib/gl_oset.h: Use C comment style, not C++ comment style.
5657
5658 2006-11-06  Bruno Haible  <bruno@clisp.org>
5659
5660         * m4/inline.m4: New file.
5661         * m4/gl_list.m4 (gl_LIST): Require gl_INLINE.
5662         * modules/list (Files): Add m4/inline.m4.
5663         * modules/oset (Files): Likewise.
5664
5665 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
5666
5667         * lib/idcache.c: Include <stddef.h>, for offsetof.
5668         (struct userid.name): Change from char * to a flexible array member.
5669         All uses changed.
5670         * modules/idcache (Depends-on): Add flexmember.
5671
5672         * MODULES.html.sh (Core language properties): New module flexmember.
5673         * modules/flexmember, m4/flexmember.m4: New files.
5674
5675         * lib/xalloc.h (xnmalloc, xnrealloc, x2nrealloc): Now static
5676         inline functions that are identical with the old xnmalloc_inline,
5677         xnrealloc_inline, x2nrealloc_inline of lib/xmalloc.c.  This is so
5678         that we can avoid some unnecessary integer multiplications and
5679         divisions in the common case where the element size is known at
5680         compile time.
5681         (XNMALLOC) [HAVE_INLINE]: Remove special case, which is no longer
5682         needed.
5683         (xnboundedmalloc): Remove.
5684         (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Use lower-case letters for
5685         arguments, for consistency with rest of this header.
5686         (xcharalloc): Rewrite using XNMALLOC.
5687         * lib/xmalloc.c (xnmalloc_inline, xnmalloc, xnrealloc_inline):
5688         (xnrealloc, x2nrealloc_inline, x2nrealloc): Remove.  The *_inline
5689         versions have been moved to lib/xalloc.h and renamed to be the
5690         non-*_inline versions.
5691         (xmalloc, xrealloc): Implement without reference to the xnmalloc
5692         and xnrealloc functions, since those functions are now inline and
5693         now call us.
5694         (x2realloc): Invoke x2realloc, not x2realloc_inline, to accommodate
5695         renaming described above.
5696         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Remove AC_C_INLINE since
5697         xmalloc.c no longer uses inline directly.  gl_PREREQ_XALLOC now
5698         captures the dependency in AC_C_INLINE.
5699
5700         New module canonicalize-lgpl, proposed by Charles Wilson in
5701         <http://lists.gnu.org/archive/html/bug-gnulib/2006-11/msg00020.html>
5702         with a few small changes afterwards.
5703         * MODULES.html.sh (File system functions): New module
5704         canonicalize-lgpl.
5705         * lib/canonicalize.h: Add comments for canonicalize_filename_mode
5706         and canonicalize_file_name.
5707         * lib/canonicalize-lgpl.c, m4/canonicalize-lgpl.m4:
5708         * modules/canonicalize-lgpl: New files.
5709
5710 2006-11-05  Bruno Haible  <bruno@clisp.org>
5711
5712         * gnulib-tool (func_import, func_create_testdir): Create directories
5713         also for files in subdirectories of lib/.
5714
5715 2006-11-05  Bruno Haible  <bruno@clisp.org>
5716
5717         * lib/gl_array_list.c (gl_array_iterator_next): Make pointer decrement
5718         ANSI C compliant.
5719
5720 2006-11-03  Bruno Haible  <bruno@clisp.org>
5721
5722         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
5723         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require AC_C_INLINE.
5724         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): New macros.
5725         (xnboundedmalloc): New inline function.
5726         * lib/classpath.c (new_classpath): Use XNMALLOC instead of xmalloc.
5727         * lib/clean-temp.c (create_temp_dir): Use XNMALLOC, XMALLOC instead of
5728         xmalloc.
5729         * lib/concatpath.c (concatenated_pathname): Use XNMALLOC instead of
5730         xmalloc.
5731         * lib/fatal-signal.c (at_fatal_signal): Use XNMALLOC instead of xmalloc.
5732         * lib/findprog.c (find_in_path): Use XNMALLOC instead of xmalloc.
5733         * lib/gl_array_list.c (gl_array_create_empty): Use XMALLOC instead of
5734         xmalloc.
5735         (gl_array_create): Use XNMALLOC, XMALLOC instead of xmalloc.
5736         * lib/gl_array_oset.c (gl_array_create_empty): Use XNMALLOC instead of
5737         xmalloc.
5738         * lib/gl_avltree_oset.c (gl_tree_add_first, gl_tree_add_before,
5739         gl_tree_add_after): Use XMALLOC instead of xmalloc.
5740         * lib/gl_carray_list.c (gl_carray_create_empty): Use XMALLOC instead of
5741         xmalloc.
5742         (gl_carray_create): Use XNMALLOC, XMALLOC instead of xmalloc.
5743         * lib/gl_rbtree_oset.c (gl_tree_add_first, gl_tree_add_before,
5744         gl_tree_add_after): Use XMALLOC instead of xmalloc.
5745         * lib/gl_sublist.c (gl_sublist_create): Use XMALLOC instead of xmalloc.
5746         * lib/pagealign_alloc.c (new_memnode): Use XMALLOC instead of xmalloc.
5747         * lib/sh-quote.c (shell_quote_argv): Use XNMALLOC instead of xmalloc.
5748         * lib/xvasprintf.c (xstrcat): Use XNMALLOC instead of xmalloc.
5749
5750 2006-11-03  Bruno Haible  <bruno@clisp.org>
5751
5752         * lib/c-ctype.h [C++]: Define functions without name mangling.
5753         * lib/fwriteerror.h [C++]: Likewise.
5754         * lib/gcd.h [C++]: Likewise.
5755         * lib/linebreak.h [C++]: Likewise.
5756
5757 2006-11-03  Paul Eggert  <eggert@cs.ucla.edu>
5758
5759         * lib/canonicalize.h: (canonicalize_mode_t, CAN_EXISTING):
5760         (CAN_ALL_BUT_LAST, CAN_MISSING, canonicalize_filename_mode):
5761         Define only if PROVIDE_CANONICALIZE_FILENAME_MODE is defined.
5762         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
5763         Check for functions and headers just once.
5764         Check for declaration of canonicalize_file_name.
5765         Define PROVIDE_CANONICALIZE_FILENAME_MODE.
5766
5767 2006-11-02  Charles Wilson  <cygwin@cwilson.fastmail.fm>
5768
5769         * gnulib-tool (func_import): Fix typo in actioncmd.
5770
5771 2006-11-02  Bruno Haible  <bruno@clisp.org>
5772
5773         * gnulib-tool (func_get_automake_snippet): Interpret a backslash-
5774         newline sequence in the Makefile.am snippet as a space, like "make"
5775         does.
5776         Reported by Roger Persson <perrog@gmail.com>.
5777
5778 2006-11-01  Bruno Haible  <bruno@clisp.org>
5779
5780         * m4/strcase.m4 (gl_FUNC_STRNCASECMP): Check whether strncasecmp is
5781         already declared in <string.h>.
5782         * lib/strcase.h (strncasecmp): Don't declare it if yes.
5783
5784 2006-11-01  Bruno Haible  <bruno@clisp.org>
5785
5786         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Don't define strcasecmp here.
5787         * lib/strcase.h: Include <string.h>.
5788         (strcasecmp): Define to rpl_strcasecmp here.
5789
5790 2006-11-01  Bruno Haible  <bruno@clisp.org>
5791
5792         * lib/printf-parse.c (PRINTF_PARSE): Cast malloc/realloc results.
5793
5794 2006-11-01  Eric Blake  <ebb9@byu.net>
5795
5796         * lib/mkstemp-safer.c (mkstemp_safer): Allow C++ compilation.
5797
5798         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Allow C++ configuration.
5799
5800 2006-10-29  Bruno Haible  <bruno@clisp.org>
5801
5802         Make it compile in C++ mode.
5803         * lib/full-write.c (full_rw): Add a cast.
5804
5805 2006-11-01  Bruno Haible  <bruno@clisp.org>
5806
5807         * gnulib-tool (func_get_automake_snippet): Change sed_combine_lines to
5808         be POSIX compliant.
5809         Reported by Roger Persson <perrog@gmail.com>.
5810
5811 2006-11-01  Eric Blake  <ebb9@byu.net>
5812
5813         * lib/getopt_.h: Fix comments.
5814
5815 2006-10-31  Eric Blake  <ebb9@byu.net>
5816
5817         * modules/tmpdir (Depends-on): Add sys_stat.
5818         * modules/mkdtemp (Depends-on): Add tempname, drop unistd.
5819         * lib/mkdtemp.c (gen_tempname): Remove; tempname covers this.
5820         * lib/tmpdir.c (S_ISDIR): Simplify, thanks to sys_stat.
5821         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Simplify, thanks to
5822         tempname.
5823
5824 2006-10-31  Paul Eggert  <eggert@cs.ucla.edu>
5825
5826         Avoid some C++ diagnostics reported by Bruno Haible.
5827         * lib/quotearg.c (clone_quoting_options): Use xmemdup rather than
5828         xmalloc.
5829         (quotearg_alloc): Use xcharalloc rather than xmalloc.
5830         (struct slotvec): Move to top level.
5831         (quotearg_n_options): Rewrite to avoid xmalloc.
5832         * lib/xalloc.h (xcharalloc): New function.
5833         * (xrealloc, xnrealloc, x2realloc, x2nrealloc, xmemdup):
5834         [defined __cplusplus]: Add function template that provides result
5835         type propagation.  This part of the change is from Bruno Haible.
5836
5837 2006-10-29  Bruno Haible  <bruno@clisp.org>
5838
5839         Make it compile in C++ mode.
5840         * lib/striconv.c (mem_cd_iconv): Cast malloc/realloc result.
5841         * lib/strnlen1.c (strnlen1): Cast memchr result.
5842         * lib/mbchar.h (mb_copy): Rename arguments to 'new_mbc', 'old_mbc'.
5843         * lib/clean-temp.c (string_equals, string_hash): Add casts.
5844         (create_temp_dir): Rename local variable 'template'.
5845         (compile_csharp_using_sscli): Add cast.
5846         * lib/fatal-signal.c (at_fatal_signal): Cast xmalloc result.
5847         * lib/findprog.c (find_in_path): Likewise.
5848         * lib/linebreak.c (mbs_width_linebreaks): Cast malloc result.
5849         * lib/wait-process.c (register_slave_subprocess): Likewise.
5850
5851 2006-10-22  Bruno Haible  <bruno@clisp.org>
5852
5853         * modules/tsearch: New file.
5854         * lib/tsearch.h: New file.
5855         * lib/tsearch.c: New file, from glibc-2.5 with small modifications.
5856         * m4/tsearch.m4: New file.
5857         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add tsearch.
5858
5859 2006-10-29  Eric Blake  <ebb9@byu.net>
5860
5861         * lib/arcfour.c: Assume config.h.
5862         * lib/arctwo.c: Likewise.
5863         * lib/base64.c: Likewise.
5864         * lib/check-version.c: Likewise.
5865         * lib/crc.c: Likewise.
5866         * lib/des.c: Likewise.
5867         * lib/gc-gnulib.c: Likewise.
5868         * lib/gc-libgcrypt.c: Likewise.
5869         * lib/gc-pbkdf2-sha1.c: Likewise.
5870         * lib/getaddrinfo.c: Likewise.
5871         * lib/getdelim.c: Likewise.
5872         * lib/getline.c: Likewise.
5873         * lib/hmac-md5.c: Likewise.
5874         * lib/hmac-sha1.c: Likewise.
5875         * lib/iconvme.c: Likewise.
5876         * lib/md2.c: Likewise.
5877         * lib/md4.c: Likewise.
5878         * lib/memxor.c: Likewise.
5879         * lib/read-file.c: Likewise.
5880         * lib/readline.c: Likewise.
5881         * lib/rijndael-alg-fst.c: Likewise.
5882         * lib/rijndael-api-fst.c: Likewise.
5883         * lib/xgetdomainname.c: Likewise.
5884
5885 2006-10-28  Eric Blake  <ebb9@byu.net>
5886
5887         * lib/xstrndup.c: Assume config.h.
5888
5889 2006-10-27  Paul Eggert  <eggert@cs.ucla.edu>
5890
5891         Move stat.h-substitute stuff from lib/stat-macros.h to lib/stat_.h.
5892         stat-macros.h is now for our own macros, whereas stat_h is for
5893         macros in the <sys/stat.h> name space.
5894         * lib/stat-macros.h: Remove copyright notice, as this file is now tiny.
5895         (STAT_MACROS_H): Remove.
5896         (S_IFMT, S_ISBLK, S_ISCHR, S_ISDIR, S_ISFIFO, S_ISLNK, S_ISNAM):
5897         (S_ISMPB, S_ISMPC, S_ISNWK, S_ISREG, S_ISSOCK, S_ISDOOR, S_ISPORT):
5898         (S_TYPEISMQ, S_TYPEISTMO, S_TYPEISSEM, S_TYPEISSHM, S_ISCTG, S_ISOFD):
5899         (S_ISOFL, S_ISWHT, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IRGRP):
5900         (S_IROTH, S_IWUSR, S_IWGRP, S_IWOTH, S_IXUSR, S_IXGRP, S_IXOTH):
5901         (S_IRWXU, S_IRWXG, S_IRWXO, S_IXUGO, S_IRWXUGO):
5902         Move these macros to ...
5903         * lib/stat_.h: here.  Don't include stat-macros.h.
5904         * lib/canonicalize.c: Don't include stat-macros.h.
5905         * lib/chown.c: Likewise.
5906         * lib/euidaccess.c: Likewise.
5907         * lib/file-type.c: Likewise.
5908         * lib/filemode.c: Likewise.
5909         * lib/glob.c: Likewise.
5910         * lib/isapipe.c: Likewise.
5911         * lib/lchown.c: Likewise.
5912         * lib/lstat.c: Likewise.
5913         * lib/mkdir-p.c: Likewise.
5914         * lib/rmdir.c: Likewise.
5915         * m4/lchown.m4 (gl_FUNC_LCHOWN): Don't require gl_STAT_MACROS.
5916         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Don't check for io.h
5917         unless mkdir isn't declared, to speed up 'configure'.
5918         Always create sys/stat.h, since it's unlikely any real sys/stat.h
5919         would define all the S_* symbols.
5920         * modules/canonicalize (Depends-on):
5921         Depend on sys_stat, not stat-macros.
5922         * modules/chown: Likewise.
5923         * modules/euidaccess: Likewise.
5924         * modules/filemode: Likewise.
5925         * modules/file-type: Likewise.
5926         * modules/glob: Likewise.
5927         * modules/isapipe: Likewise.
5928         * modules/lchown: Likewise.
5929         * modules/lstat: Likewise.
5930         * modules/mkancesdirs: Likewise.
5931         * modules/rmdir: Likewise.
5932         * modules/mkdir-p (Depends-on): Also depend on sys_stat.
5933         * modules/modechange: Likewise.
5934         * modules/stat-macros (Files): Remove m4/stat-macros.m4.
5935         (configure.ac): Remove gl_STAT_MACROS.
5936         * modules/sys_stat (Depends-on): Remove stat-macros.
5937
5938 2006-10-27  Bruno Haible  <bruno@clisp.org>
5939
5940         * m4/signed.m4: Remove file.
5941         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS_: Remove bh_C_SIGNED
5942         invocation.
5943         * modules/vasnprintf (Files): Remove m4/signed.m4.
5944
5945 2006-10-27  Bruno Haible  <bruno@clisp.org>
5946
5947         Update to GNU gettext 0.16.
5948         * modules/gettext (Files): Add m4/intl.m4, m4/intldir.m4. Remove
5949         m4/inttypes-h.m4, m4/signed.m4.
5950         * m4/gettext.m4: Update to GNU gettext 0.16.
5951         * m4/intl.m4: New file, from GNU gettext.
5952         * m4/intldir.m4: New file, from GNU gettext.
5953         * config/srclist.txt: Update
5954
5955 2006-10-27  Eric Blake  <ebb9@byu.net>
5956
5957         * MODULES.html.sh: Document tempname.
5958         * modules/mkstemp (Depends-on): Add tempname, and drop transitive
5959         dependencies.
5960         (Files): Move lib/tempname.c...
5961         * modules/tempname: ...to this new module.
5962         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Remove tempname checks.
5963         (gl_PREREQ_TEMPNAME): Move...
5964         * m4/tempname.m4: ...to this new file.
5965         * lib/mkstemp.c (includes) [!_LIBC]: Use tempname.h.
5966         * modules/sys_stat (Depends-on): Add stat-macros.
5967         * lib/stat_.h (includes): Pick up stat macros.
5968         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Replace <sys/stat.h>
5969         if stat macros are broken.
5970         * lib/tempname.c (includes): No need to include "stat-macros.h".
5971         (__gen_tempname) [!_LIBC]: Expose as gen_tempname.
5972         (direxists, __path_search) [!_LIBC]: Don't compile these in
5973         gnulib; the tmpdir module covers that.
5974         * lib/tempname.h: New file.
5975
5976 2006-10-26  Paul Eggert  <eggert@cs.ucla.edu>
5977
5978         * COPYING: Explain how gnulib-tool converts licence headers.
5979         Almost all wording by Eric Blake.
5980
5981 2006-10-25  Paul Eggert  <eggert@cs.ucla.edu>
5982
5983         * lib/mbchar.h (is_basic_table): Make read-only.
5984         * lib/mbchar.c (is_basic_table): Likewise.
5985         Reported by John Darrington.
5986
5987 2006-10-25  Bruno Haible  <bruno@clisp.org>
5988
5989         * lib/progname.h (set_program_name): Undefine before defining.
5990
5991 2006-10-25  Bruno Haible  <bruno@clisp.org>
5992
5993         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to
5994         false for non-gcc C++ compilers.
5995         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
5996
5997 2006-10-24  Bruno Haible  <bruno@clisp.org>
5998
5999         * lib/striconv.c (mem_cd_iconv, str_cd_iconv): Treat all non-GNU
6000         iconv implementations like Irix iconv.
6001
6002 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
6003
6004         * modules/vararrays: New file.
6005         * m4/vararrays.m4: New file, taken from diffutils.
6006         * MODULES.html.sh: New module vararrays.
6007
6008 2006-10-24  Karl Berry  <karl@gnu.org>
6009
6010         * doc/gnulib-intro.texi: --- instead of --; non-naive naive.
6011         Don't call GNU Unix.
6012
6013 2006-10-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6014
6015         * users.txt: Add Libtool.
6016
6017         Sync from Libtool:
6018
6019         2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
6020
6021         * lib/argz.c: Remove check for HAVE_CONFIG_H, to conform
6022         to gnulib's policy of including config.h unconditionally.
6023
6024 2006-10-24  Bruno Haible  <bruno@clisp.org>
6025
6026         * modules/wcwidth (Files): Add m4/wint_t.m4.
6027         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gt_TYPE_WINT_T.
6028         * lib/wcwidth.h (iswprint): Use 'int' if 'wint_t' is not defined.
6029
6030 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
6031
6032         * lib/getdate.y (yyerror): Make the arguments pointer-to-const,
6033         to pacify GCC with some -W flags enabled.  Problem reported by
6034         Bruno Haible.
6035
6036 2006-10-24  Jim Meyering  <jim@meyering.net>
6037
6038         * MODULES.html.sh: Remove uinttostr.  It's not a module.
6039         Reported by Karl Berry.
6040
6041 2006-10-23  Bruno Haible  <bruno@clisp.org>
6042
6043         * lib/fts.c (fts_build): Move variable declaration, for C89 compliance.
6044
6045 2006-10-24  Bruno Haible  <bruno@clisp.org>
6046
6047         * lib/gl_list.h: Use C comment style, not C++ comment style.
6048
6049 2006-10-23  Eric Blake  <ebb9@byu.net>
6050
6051         * lib/getaddrinfo.c (includes): Add missing include.
6052
6053 2006-10-23  Bruno Haible  <bruno@clisp.org>
6054             Paul Eggert  <eggert@cs.ucla.edu>
6055
6056         Ability to rename obstack_free.
6057         * lib/obstack.h (__obstack_free): New macro. Declare instead of
6058         obstack_free.
6059         (obstack_free): Invoke the __obstack_free macro.
6060         * lib/obstack.c (obstack_free): Use __obstack_free macro.
6061
6062 2006-10-23  Bruno Haible  <bruno@clisp.org>
6063             Paul Eggert  <eggert@cs.ucla.edu>
6064
6065         * lib/argp.h (argp_parse, __argp_parse): Comment out the identifiers
6066         __argc, __argv from the declaration. (They are defined as macros on
6067         mingw.)
6068
6069 2006-10-22  Bruno Haible  <bruno@clisp.org>
6070
6071         * doc/gnulib-intro.texi: New file.
6072         * doc/gnulib.texi: Include it.
6073
6074 2006-10-21  Bruno Haible  <bruno@clisp.org>
6075
6076         * doc/gnulib.texi: Split the chapter "Gnulib" into 3 chapters
6077         "Introduction", "Miscellanous Notes", "Particular Modules".
6078
6079 2006-10-21  Bruno Haible  <bruno@clisp.org>
6080
6081         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
6082         Change mostlyclean-local rule to avoid sh syntax error from bash
6083         versions 2.00..2.05 when $(MOSTLYCLEANDIRS) is empty.
6084
6085 2006-10-23  Jim Meyering  <jim@meyering.net>
6086
6087         * lib/getaddrinfo.c (getnameinfo): Use new lightweight uinttostr,
6088         in place of snprintf.
6089
6090         * modules/inttostr (Files): Add lib/uinttostr.c.
6091         * lib/uinttostr.c (inttostr): New file/function.
6092         * lib/inttostr.h (uinttostr): Declare.
6093         * m4/inttostr.m4: Add AC_LIBOBJ([uinttostr]).
6094         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
6095         Add uinttostr.
6096         * modules/getaddrinfo (Depends-on): Remove snprintf.  Add inttostr.
6097
6098 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
6099
6100         * lib/canonicalize.c (ELOOP): Define if not already defined.
6101         Problem reported by Bruno Haible in
6102         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00282.html>.
6103
6104 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
6105
6106         * lib/stdint_.h [defined _AIX]: Don't include <sys/types.h>.
6107         Problem reported by Perry Smith and Ville Laurikari.
6108
6109         * lib/getndelim2.c (SSIZE_MAX): Use same defn that getdelim.c
6110         uses.
6111
6112 2006-10-19  Bruno Haible  <bruno@clisp.org>
6113
6114         * lib/getndelim2.c (SSIZE_MAX): Provide fallback definition. Needed
6115         for mingw.
6116
6117 2006-10-19  Bruno Haible  <bruno@clisp.org>
6118
6119         * lib/openat-priv.h (EOPNOTSUPP): Provide fallback definition.
6120         Needed for mingw.
6121
6122 2006-10-19  Bruno Haible  <bruno@clisp.org>
6123
6124         * m4/size_max.m4 (gl_SIZE_MAX): Cache the result.
6125
6126 2006-10-19  Bruno Haible  <bruno@clisp.org>
6127
6128         * m4/allocsa.m4 (gl_ALLOCSA): Invoke gl_FUNC_ALLOCA, don't AC_REQUIRE
6129         it.
6130
6131 2006-10-19  Bruno Haible  <bruno@clisp.org>
6132
6133         * m4/alloca.m4 (gl_FUNC_ALLOCA): Cache the result of the AC_EGREP_CPP
6134         invocation.
6135
6136 2006-10-19  Bruno Haible  <bruno@clisp.org>
6137
6138         * gnulib-tool (func_create_testdir): Don't include ftruncate and
6139         mountlist by default.
6140
6141 2006-10-16  Bruno Haible  <bruno@clisp.org>
6142
6143         * lib/c-strstr.c: Include c-strstr.h.
6144
6145 2006-10-18  Charles Wilson  <cygwin@cwilson.fastmail.fm>
6146
6147         * gnulib-tool: Don't clobber $sourcebase when $local_gnulib_dir ends
6148         in a slash.
6149
6150 2006-10-18  Bruno Haible  <bruno@clisp.org>
6151
6152         * lib/lock.h [C++]: Wrap definitions in extern "C".
6153
6154 2006-10-18  Bruno Haible  <bruno@clisp.org>
6155
6156         * gnulib-tool (func_emit_initmacro_end): Remove duplicates from the
6157         gl_LIBOBJS list.
6158
6159 2006-10-18  Bruno Haible  <bruno@clisp.org>
6160
6161         * lib/findprog.c (find_in_path): Avoid "gcc -Wwrite-strings" warning.
6162
6163 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>
6164
6165         * lib/xstrtol.h: Include gettext.h.
6166         (_STRTOL_ERROR): Wrap English-language formats inside gettext.
6167         Problem reported by Eric Blake.
6168         * modules/xstrtol (Depends-on): Add gettext-h.
6169
6170 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>  (tiny change)
6171
6172         * lib/strftime.c (advance): New macro.
6173         (add): Use it to avoid adding 0 to a FILE *.  FILE can be an
6174         incomplete type, so you can't add 0 to it.  Problem and patch
6175         reported by Eelco Dolstra for dietlibc.
6176
6177 2006-10-18  Jim Meyering  <jim@meyering.net>
6178
6179         * lib/readutmp.c (desirable_utmp_entry): Use "bool" as the
6180         type for a local, and rename it: s/up/user_proc/.
6181
6182 2006-10-18  Sergey Poznyakoff  <gray@gnu.org.ua>
6183
6184         * lib/readutmp.c (desirable_utmp_entry): Implement new flag:
6185         READ_UTMP_USER_PROCESS.
6186         * lib/readutmp.h (READ_UTMP_USER_PROCESS): New flag
6187
6188 2006-10-17  Paul Eggert  <eggert@cs.ucla.edu>
6189
6190         * lib/localcharset.c: Do not check HAVE_SETLOCALE.
6191         * m4/localcharset.m4 (gl_LOCALCHARSET): Don't check for setlocale.
6192
6193 2006-10-17  Eric Blake  <ebb9@byu.net>
6194
6195         * lib/sigprocmask.c (sigprocmask): Fix typo.
6196
6197         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Fix typo.
6198
6199         * modules/clean-temp (Makefile.am): Don't add to make output...
6200         (configure.ac): ...instead define SIGNAL_SAFE_LIST inside
6201         config.h.
6202
6203 2006-10-17  Bruno Haible  <bruno@clisp.org>
6204
6205         * lib/gettext.h (gettext, ngettext, pgettext, npgettext): Define
6206         differently if DEFAULT_TEXT_DOMAIN is set.
6207
6208 2006-10-16  Bruno Haible  <bruno@clisp.org>
6209
6210         * lib/clean-temp.c: Include fwriteerror.h.
6211
6212 2006-10-16  Bruno Haible  <bruno@clisp.org>
6213
6214         * getndelim2.m4 (gl_GETNDELIM2): Remove 2003-10-23 hack.
6215
6216 2006-10-16  Bruno Haible  <bruno@clisp.org>
6217
6218         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Also test for sigset_t.
6219         * lib/sigprocmask.h: Include <sys/types.h>.
6220         (sigset_t): Use the system's definition if present.
6221
6222 2006-10-17  Eric Blake  <ebb9@byu.net>
6223
6224         * lib/xvasprintf.c (includes): Assume config.h.
6225         * lib/xasprintf.c (includes): Likewise.
6226
6227 2006-10-16  Paul Eggert  <eggert@cs.ucla.edu>
6228
6229         * lib/fsusage.c (PROPAGATE_ALL_ONES): Don't assume uintmax_t is
6230         at least as wide as intmax_t.
6231
6232 2006-10-16  Alexandre Duret-Lutz  <adl@gnu.org>
6233
6234         (Imported from Automake.)
6235         * build-aux/gnupload: Update to version 1.1 of directive file.
6236
6237 2006-10-16  Eric Blake  <ebb9@byu.net>
6238
6239         * modules/configmake (Makefile.am): Add pkglibexecdir support, to
6240         match Automake 1.10a.
6241
6242 2006-10-14  Bruno Haible  <bruno@clisp.org>
6243
6244         * modules/sigprocmask: New file.
6245         * lib/sigprocmask.h: New file.
6246         * lib/sigprocmask.c: New file.
6247         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Renamed from
6248         gt_SIGNALBLOCKING. When not defining HAVE_POSIX_SIGNALBLOCKING,
6249         request sigprocmask.o.
6250         (gl_PREREQ_SIGPROCMASK): New macro.
6251         * modules/fatal-signal (Files): Remove m4/signalblocking.m4.
6252         (Depends-on): Add sigprocmask.
6253         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Don't require
6254         gt_SIGNALBLOCKING. Test for 'raise' only once.
6255         * lib/fatal-signal.c: Include sigprocmask.h.
6256         (fatal_signal_set, init_fatal_signal_set, block_fatal_signals,
6257         unblock_fatal_signals): Define always.
6258         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
6259         sigprocmask.
6260
6261 2006-10-14  Paul Eggert  <eggert@cs.ucla.edu>
6262
6263         Sync from Automake.
6264         * build-aux/install-sh (posix_mkdir): Reject FreeBSD 6.1 mkdir -p -m,
6265         which incorrectly sets the mode of an existing destination
6266         directory.  In some cases the unpatched install-sh could do the
6267         equivalent of "chmod 777 /" or "chmod 0 /" on a buggy FreeBSD
6268         system.  We hope this is rare in practice, but it's clearly worth
6269         fixing.  Problem reported by Alex Unleashed in
6270         <http://lists.gnu.org/archive/html/bug-autoconf/2006-10/msg00012.html>.
6271         Also, don't bother to check for -m bugs unless we're using -m;
6272         suggested by Stepan Kasal.
6273
6274 2006-10-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6275
6276         Sync from Automake.
6277         * build-aux/depcomp (gcc3): Put dependency extraction flags before the
6278         `-c' flag, so they appear at the same position as in %FASTDEP%
6279         mode in depend2.am.  Fixes build failure for FreeBSD's c89,
6280         which ignores unknown options only after the first non-option.
6281         Bug report against M4 by Nelson H. F. Beebe.
6282
6283 2006-10-13  Jim Meyering  <jim@meyering.net>
6284
6285         Fix a bug in yesterday's change.
6286         * lib/fts.c (fts_open): When using FTS_XDEV|FTS_NOSTAT,
6287         p->fts_statp->st_dev would be used uninitialized.
6288         Ensures that we always call fts_stat on the very first entry.
6289         Miklos Szeredi reported that find -xdev stopped working.
6290
6291 2006-10-12  Bruno Haible  <bruno@clisp.org>
6292
6293         * gnulib-tool (func_get_automake_snippet): Append an automatically
6294         computed EXTRA_DIST augmentation.
6295         * modules/acl (Makefile.am): Remove EXTRA_DIST augmentation.
6296         * modules/alloca-opt (Makefile.am): Likewise.
6297         * modules/allocsa (Makefile.am): Likewise.
6298         * modules/arcfour (Makefile.am): Likewise.
6299         * modules/arctwo (Makefile.am): Likewise.
6300         * modules/argmatch (Makefile.am): Likewise.
6301         * modules/argz (Makefile.am): Likewise.
6302         * modules/atexit (Makefile.am): Likewise.
6303         * modules/backupfile (Makefile.am): Likewise.
6304         * modules/byteswap (Makefile.am): Likewise.
6305         * modules/c-strtod (Makefile.am): Likewise.
6306         * modules/c-strtold (Makefile.am): Likewise.
6307         * modules/calloc (Makefile.am): Likewise.
6308         * modules/canon-host (Makefile.am): Likewise.
6309         * modules/canonicalize (Makefile.am): Likewise.
6310         * modules/chdir-long (Makefile.am): Likewise.
6311         * modules/chdir-safer (Makefile.am): Likewise.
6312         * modules/check-version (Makefile.am): Likewise.
6313         * modules/chown (Makefile.am): Likewise.
6314         * modules/cloexec (Makefile.am): Likewise.
6315         * modules/close-stream (Makefile.am): Likewise.
6316         * modules/closeout (Makefile.am): Likewise.
6317         * modules/crc (Makefile.am): Likewise.
6318         * modules/csharpexec (Makefile.am): Likewise.
6319         * modules/cycle-check (Makefile.am): Likewise.
6320         * modules/des (Makefile.am): Likewise.
6321         * modules/dev-ino (Makefile.am): Likewise.
6322         * modules/dirfd (Makefile.am): Likewise.
6323         * modules/dirname (Makefile.am): Likewise.
6324         * modules/dup2 (Makefile.am): Likewise.
6325         * modules/eealloc (Makefile.am): Likewise.
6326         * modules/error (Makefile.am): Likewise.
6327         * modules/euidaccess (Makefile.am): Likewise.
6328         * modules/exclude (Makefile.am): Likewise.
6329         * modules/exitfail (Makefile.am): Likewise.
6330         * modules/fcntl-safer (Makefile.am): Likewise.
6331         * modules/fcntl (Makefile.am): Likewise.
6332         * modules/file-type (Makefile.am): Likewise.
6333         * modules/fileblocks (Makefile.am): Likewise.
6334         * modules/filemode (Makefile.am): Likewise.
6335         * modules/filenamecat (Makefile.am): Likewise.
6336         * modules/fnmatch (Makefile.am): Likewise.
6337         * modules/fopen-safer (Makefile.am): Likewise.
6338         * modules/fpending (Makefile.am): Likewise.
6339         * modules/fprintftime (Makefile.am): Likewise.
6340         * modules/free (Makefile.am): Likewise.
6341         * modules/fsusage (Makefile.am): Likewise.
6342         * modules/ftruncate (Makefile.am): Likewise.
6343         * modules/fts (Makefile.am): Likewise.
6344         * modules/gc-arcfour (Makefile.am): Likewise.
6345         * modules/gc-des (Makefile.am): Likewise.
6346         * modules/gc-hmac-md5 (Makefile.am): Likewise.
6347         * modules/gc-hmac-sha1 (Makefile.am): Likewise.
6348         * modules/gc-md4 (Makefile.am): Likewise.
6349         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
6350         * modules/gc-sha1 (Makefile.am): Likewise.
6351         * modules/gc (Makefile.am): Likewise.
6352         * modules/getaddrinfo (Makefile.am): Likewise.
6353         * modules/getcwd (Makefile.am): Likewise.
6354         * modules/getdelim (Makefile.am): Likewise.
6355         * modules/getdomainname (Makefile.am): Likewise.
6356         * modules/getgroups (Makefile.am): Likewise.
6357         * modules/gethostname (Makefile.am): Likewise.
6358         * modules/gethrxtime (Makefile.am): Likewise.
6359         * modules/getline (Makefile.am): Likewise.
6360         * modules/getloadavg (Makefile.am): Likewise.
6361         * modules/getlogin_r (Makefile.am): Likewise.
6362         * modules/getndelim2 (Makefile.am): Likewise.
6363         * modules/getopt (Makefile.am): Likewise.
6364         * modules/getpagesize (Makefile.am): Likewise.
6365         * modules/getpass-gnu (Makefile.am): Likewise.
6366         * modules/getpass (Makefile.am): Likewise.
6367         * modules/getsubopt (Makefile.am): Likewise.
6368         * modules/gettime (Makefile.am): Likewise.
6369         * modules/gettimeofday (Makefile.am): Likewise.
6370         * modules/getugroups (Makefile.am): Likewise.
6371         * modules/getusershell (Makefile.am): Likewise.
6372         * modules/glob (Makefile.am): Likewise.
6373         * modules/group-member (Makefile.am): Likewise.
6374         * modules/hard-locale (Makefile.am): Likewise.
6375         * modules/hash (Makefile.am): Likewise.
6376         * modules/hmac-md5 (Makefile.am): Likewise.
6377         * modules/hmac-sha1 (Makefile.am): Likewise.
6378         * modules/human (Makefile.am): Likewise.
6379         * modules/idcache (Makefile.am): Likewise.
6380         * modules/imaxabs (Makefile.am): Likewise.
6381         * modules/imaxdiv (Makefile.am): Likewise.
6382         * modules/inet_ntop (Makefile.am): Likewise.
6383         * modules/inet_pton (Makefile.am): Likewise.
6384         * modules/intprops (Makefile.am): Likewise.
6385         * modules/inttostr (Makefile.am): Likewise.
6386         * modules/inttypes (Makefile.am): Likewise.
6387         * modules/isapipe (Makefile.am): Likewise.
6388         * modules/javaversion (Makefile.am): Likewise.
6389         * modules/lchmod (Makefile.am): Likewise.
6390         * modules/lchown (Makefile.am): Likewise.
6391         * modules/localcharset (Makefile.am): Likewise.
6392         * modules/long-options (Makefile.am): Likewise.
6393         * modules/lstat (Makefile.am): Likewise.
6394         * modules/malloc (Makefile.am): Likewise.
6395         * modules/mathl (Makefile.am): Likewise.
6396         * modules/mbchar (Makefile.am): Likewise.
6397         * modules/md2 (Makefile.am): Likewise.
6398         * modules/md4 (Makefile.am): Likewise.
6399         * modules/md5 (Makefile.am): Likewise.
6400         * modules/memcasecmp (Makefile.am): Likewise.
6401         * modules/memchr (Makefile.am): Likewise.
6402         * modules/memcmp (Makefile.am): Likewise.
6403         * modules/memcoll (Makefile.am): Likewise.
6404         * modules/memcpy (Makefile.am): Likewise.
6405         * modules/memmem (Makefile.am): Likewise.
6406         * modules/memmove (Makefile.am): Likewise.
6407         * modules/mempcpy (Makefile.am): Likewise.
6408         * modules/memrchr (Makefile.am): Likewise.
6409         * modules/memset (Makefile.am): Likewise.
6410         * modules/memxor (Makefile.am): Likewise.
6411         * modules/mkancesdirs (Makefile.am): Likewise.
6412         * modules/mkdir-p (Makefile.am): Likewise.
6413         * modules/mkdir (Makefile.am): Likewise.
6414         * modules/mkdtemp (Makefile.am): Likewise.
6415         * modules/mkstemp (Makefile.am): Likewise.
6416         * modules/mktime (Makefile.am): Likewise.
6417         * modules/modechange (Makefile.am): Likewise.
6418         * modules/mountlist (Makefile.am): Likewise.
6419         * modules/nanosleep (Makefile.am): Likewise.
6420         * modules/obstack (Makefile.am): Likewise.
6421         * modules/openat (Makefile.am): Likewise.
6422         * modules/pagealign_alloc (Makefile.am): Likewise.
6423         * modules/pathmax (Makefile.am): Likewise.
6424         * modules/physmem (Makefile.am): Likewise.
6425         * modules/poll (Makefile.am): Likewise.
6426         * modules/posixtm (Makefile.am): Likewise.
6427         * modules/posixver (Makefile.am): Likewise.
6428         * modules/putenv (Makefile.am): Likewise.
6429         * modules/quote (Makefile.am): Likewise.
6430         * modules/quotearg (Makefile.am): Likewise.
6431         * modules/raise (Makefile.am): Likewise.
6432         * modules/read-file (Makefile.am): Likewise.
6433         * modules/readline (Makefile.am): Likewise.
6434         * modules/readlink (Makefile.am): Likewise.
6435         * modules/readtokens (Makefile.am): Likewise.
6436         * modules/readutmp (Makefile.am): Likewise.
6437         * modules/realloc (Makefile.am): Likewise.
6438         * modules/regex (Makefile.am): Likewise.
6439         * modules/rename-dest-slash (Makefile.am): Likewise.
6440         * modules/rename (Makefile.am): Likewise.
6441         * modules/rijndael (Makefile.am): Likewise.
6442         * modules/rmdir (Makefile.am): Likewise.
6443         * modules/rpmatch (Makefile.am): Likewise.
6444         * modules/safe-read (Makefile.am): Likewise.
6445         * modules/safe-write (Makefile.am): Likewise.
6446         * modules/same-inode (Makefile.am): Likewise.
6447         * modules/same (Makefile.am): Likewise.
6448         * modules/save-cwd (Makefile.am): Likewise.
6449         * modules/savedir (Makefile.am): Likewise.
6450         * modules/setenv (Makefile.am): Likewise.
6451         * modules/settime (Makefile.am): Likewise.
6452         * modules/sha1 (Makefile.am): Likewise.
6453         * modules/sig2str (Makefile.am): Likewise.
6454         * modules/snprintf (Makefile.am): Likewise.
6455         * modules/stat-macros (Makefile.am): Likewise.
6456         * modules/stat-time (Makefile.am): Likewise.
6457         * modules/stdbool (Makefile.am): Likewise.
6458         * modules/stdint (Makefile.am): Likewise.
6459         * modules/stdlib-safer (Makefile.am): Likewise.
6460         * modules/stpcpy (Makefile.am): Likewise.
6461         * modules/stpncpy (Makefile.am): Likewise.
6462         * modules/strcase (Makefile.am): Likewise.
6463         * modules/strcasestr (Makefile.am): Likewise.
6464         * modules/strchrnul (Makefile.am): Likewise.
6465         * modules/strcspn (Makefile.am): Likewise.
6466         * modules/strdup (Makefile.am): Likewise.
6467         * modules/strerror (Makefile.am): Likewise.
6468         * modules/strftime (Makefile.am): Likewise.
6469         * modules/strndup (Makefile.am): Likewise.
6470         * modules/strnlen (Makefile.am): Likewise.
6471         * modules/strpbrk (Makefile.am): Likewise.
6472         * modules/strsep (Makefile.am): Likewise.
6473         * modules/strstr (Makefile.am): Likewise.
6474         * modules/strtod (Makefile.am): Likewise.
6475         * modules/strtoimax (Makefile.am): Likewise.
6476         * modules/strtok_r (Makefile.am): Likewise.
6477         * modules/strtol (Makefile.am): Likewise.
6478         * modules/strtoll (Makefile.am): Likewise.
6479         * modules/strtoul (Makefile.am): Likewise.
6480         * modules/strtoull (Makefile.am): Likewise.
6481         * modules/strtoumax (Makefile.am): Likewise.
6482         * modules/strverscmp (Makefile.am): Likewise.
6483         * modules/sys_socket (Makefile.am): Likewise.
6484         * modules/sys_stat (Makefile.am): Likewise.
6485         * modules/sysexits (Makefile.am): Likewise.
6486         * modules/time_r (Makefile.am): Likewise.
6487         * modules/timegm (Makefile.am): Likewise.
6488         * modules/timespec (Makefile.am): Likewise.
6489         * modules/tmpfile-safer (Makefile.am): Likewise.
6490         * modules/trim (Makefile.am): Likewise.
6491         * modules/unistd-safer (Makefile.am): Likewise.
6492         * modules/unlinkdir (Makefile.am): Likewise.
6493         * modules/unlocked-io (Makefile.am): Likewise.
6494         * modules/userspec (Makefile.am): Likewise.
6495         * modules/utime (Makefile.am): Likewise.
6496         * modules/utimecmp (Makefile.am): Likewise.
6497         * modules/utimens (Makefile.am): Likewise.
6498         * modules/vasnprintf (Makefile.am): Likewise.
6499         * modules/vasprintf (Makefile.am): Likewise.
6500         * modules/vsnprintf (Makefile.am): Likewise.
6501         * modules/xalloc (Makefile.am): Likewise.
6502         * modules/xgetcwd (Makefile.am): Likewise.
6503         * modules/xnanosleep (Makefile.am): Likewise.
6504         * modules/xreadlink (Makefile.am): Likewise.
6505         * modules/xstrtod (Makefile.am): Likewise.
6506         * modules/xstrtol (Makefile.am): Likewise.
6507         * modules/xstrtold (Makefile.am): Likewise.
6508         * modules/yesno (Makefile.am): Likewise.
6509         * modules/getdate (Makefile.am): Don't add getdate.h to EXTRA_DIST.
6510
6511 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
6512
6513         * modules/error (Makefile.am): Distribute files through
6514         EXTRA_DIST, not lib_SOURCES.
6515
6516 2006-10-12  Eric Blake  <ebb9@byu.net>
6517
6518         * modules/error (Makefile.am): Distribute files in /lib.
6519         * modules/obstack (Makefile.am): Likewise.
6520
6521 2006-10-12  Bruno Haible  <bruno@clisp.org>
6522
6523         * modules/acl (Makefile.am): Distribute all files in lib/ through
6524         EXTRA_DIST.
6525         * modules/arcfour (Makefile.am): Likewise.
6526         * modules/arctwo (Makefile.am): Likewise.
6527         * modules/argmatch (Makefile.am): Likewise.
6528         * modules/argz (Makefile.am): Likewise.
6529         * modules/atexit (Makefile.am): Likewise.
6530         * modules/backupfile (Makefile.am): Likewise.
6531         * modules/c-strtod (Makefile.am): Likewise.
6532         * modules/c-strtold (Makefile.am): Likewise.
6533         * modules/calloc (Makefile.am): Likewise.
6534         * modules/canon-host (Makefile.am): Likewise.
6535         * modules/canonicalize (Makefile.am): Likewise.
6536         * modules/chdir-long (Makefile.am): Likewise.
6537         * modules/chdir-safer (Makefile.am): Likewise.
6538         * modules/check-version (Makefile.am): Likewise.
6539         * modules/chown (Makefile.am): Likewise.
6540         * modules/cloexec (Makefile.am): Likewise.
6541         * modules/close-stream (Makefile.am): Likewise.
6542         * modules/closeout (Makefile.am): Likewise.
6543         * modules/crc (Makefile.am): Likewise.
6544         * modules/cycle-check (Makefile.am): Likewise.
6545         * modules/des (Makefile.am): Likewise.
6546         * modules/dirfd (Makefile.am): Likewise.
6547         * modules/dirname (Makefile.am): Likewise.
6548         * modules/dup2 (Makefile.am): Likewise.
6549         * modules/euidaccess (Makefile.am): Likewise.
6550         * modules/exclude (Makefile.am): Likewise.
6551         * modules/exitfail (Makefile.am): Likewise.
6552         * modules/fcntl-safer (Makefile.am): Likewise.
6553         * modules/file-type (Makefile.am): Likewise.
6554         * modules/fileblocks (Makefile.am): Likewise.
6555         * modules/filemode (Makefile.am): Likewise.
6556         * modules/filenamecat (Makefile.am): Likewise.
6557         * modules/fnmatch (Makefile.am): Likewise.
6558         * modules/fopen-safer (Makefile.am): Likewise.
6559         * modules/fpending (Makefile.am): Likewise.
6560         * modules/fprintftime (Makefile.am): Likewise.
6561         * modules/free (Makefile.am): Likewise.
6562         * modules/fsusage (Makefile.am): Likewise.
6563         * modules/ftruncate (Makefile.am): Likewise.
6564         * modules/fts (Makefile.am): Likewise.
6565         * modules/gc (Makefile.am): Likewise.
6566         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
6567         * modules/getaddrinfo (Makefile.am): Likewise.
6568         * modules/getcwd (Makefile.am): Likewise.
6569         * modules/getdelim (Makefile.am): Likewise.
6570         * modules/getdomainname (Makefile.am): Likewise.
6571         * modules/getgroups (Makefile.am): Likewise.
6572         * modules/gethostname (Makefile.am): Likewise.
6573         * modules/gethrxtime (Makefile.am): Likewise.
6574         * modules/getline (Makefile.am): Likewise.
6575         * modules/getloadavg (Makefile.am): Likewise.
6576         * modules/getlogin_r (Makefile.am): Likewise.
6577         * modules/getopt (Makefile.am): Likewise.
6578         * modules/getpass (Makefile.am): Likewise.
6579         * modules/getpass-gnu (Makefile.am): Likewise.
6580         * modules/getsubopt (Makefile.am): Likewise.
6581         * modules/gettime (Makefile.am): Likewise.
6582         * modules/gettimeofday (Makefile.am): Likewise.
6583         * modules/getugroups (Makefile.am): Likewise.
6584         * modules/getusershell (Makefile.am): Likewise.
6585         * modules/glob (Makefile.am): Likewise.
6586         * modules/group-member (Makefile.am): Likewise.
6587         * modules/hard-locale (Makefile.am): Likewise.
6588         * modules/hash (Makefile.am): Likewise.
6589         * modules/hmac-md5 (Makefile.am): Likewise.
6590         * modules/hmac-sha1 (Makefile.am): Likewise.
6591         * modules/human (Makefile.am): Likewise.
6592         * modules/idcache (Makefile.am): Likewise.
6593         * modules/imaxabs (Makefile.am): Likewise.
6594         * modules/imaxdiv (Makefile.am): Likewise.
6595         * modules/inet_ntop (Makefile.am): Likewise.
6596         * modules/inet_pton (Makefile.am): Likewise.
6597         * modules/inttostr (Makefile.am): Likewise.
6598         * modules/isapipe (Makefile.am): Likewise.
6599         * modules/lchown (Makefile.am): Likewise.
6600         * modules/long-options (Makefile.am): Likewise.
6601         * modules/lstat (Makefile.am): Likewise.
6602         * modules/malloc (Makefile.am): Likewise.
6603         * modules/mathl (Makefile.am): Likewise.
6604         * modules/mbchar (Makefile.am): Likewise.
6605         * modules/md2 (Makefile.am): Likewise.
6606         * modules/md4 (Makefile.am): Likewise.
6607         * modules/md5 (Makefile.am): Likewise.
6608         * modules/memcasecmp (Makefile.am): Likewise.
6609         * modules/memchr (Makefile.am): Likewise.
6610         * modules/memcmp (Makefile.am): Likewise.
6611         * modules/memcoll (Makefile.am): Likewise.
6612         * modules/memcpy (Makefile.am): Likewise.
6613         * modules/memmem (Makefile.am): Likewise.
6614         * modules/memmove (Makefile.am): Likewise.
6615         * modules/mempcpy (Makefile.am): Likewise.
6616         * modules/memrchr (Makefile.am): Likewise.
6617         * modules/memset (Makefile.am): Likewise.
6618         * modules/memxor (Makefile.am): Likewise.
6619         * modules/mkancesdirs (Makefile.am): Likewise.
6620         * modules/mkdir (Makefile.am): Likewise.
6621         * modules/mkdir-p (Makefile.am): Likewise.
6622         * modules/mkdtemp (Makefile.am): Likewise.
6623         * modules/mkstemp (Makefile.am): Likewise.
6624         * modules/mktime (Makefile.am): Likewise.
6625         * modules/modechange (Makefile.am): Likewise.
6626         * modules/mountlist (Makefile.am): Likewise.
6627         * modules/nanosleep (Makefile.am): Likewise.
6628         * modules/openat (Makefile.am): Likewise.
6629         * modules/pagealign_alloc (Makefile.am): Likewise.
6630         * modules/physmem (Makefile.am): Likewise.
6631         * modules/poll (Makefile.am): Likewise.
6632         * modules/posixtm (Makefile.am): Likewise.
6633         * modules/posixver (Makefile.am): Likewise.
6634         * modules/putenv (Makefile.am): Likewise.
6635         * modules/quote (Makefile.am): Likewise.
6636         * modules/quotearg (Makefile.am): Likewise.
6637         * modules/raise (Makefile.am): Likewise.
6638         * modules/read-file (Makefile.am): Likewise.
6639         * modules/readline (Makefile.am): Likewise.
6640         * modules/readlink (Makefile.am): Likewise.
6641         * modules/readtokens (Makefile.am): Likewise.
6642         * modules/readutmp (Makefile.am): Likewise.
6643         * modules/realloc (Makefile.am): Likewise.
6644         * modules/regex (Makefile.am): Likewise.
6645         * modules/rename (Makefile.am): Likewise.
6646         * modules/rename-dest-slash (Makefile.am): Likewise.
6647         * modules/rijndael (Makefile.am): Likewise.
6648         * modules/rmdir (Makefile.am): Likewise.
6649         * modules/rpmatch (Makefile.am): Likewise.
6650         * modules/safe-read (Makefile.am): Likewise.
6651         * modules/safe-write (Makefile.am): Likewise.
6652         * modules/same (Makefile.am): Likewise.
6653         * modules/save-cwd (Makefile.am): Likewise.
6654         * modules/savedir (Makefile.am): Likewise.
6655         * modules/setenv (Makefile.am): Likewise.
6656         * modules/settime (Makefile.am): Likewise.
6657         * modules/sha1 (Makefile.am): Likewise.
6658         * modules/sig2str (Makefile.am): Likewise.
6659         * modules/snprintf (Makefile.am): Likewise.
6660         * modules/stdlib-safer (Makefile.am): Likewise.
6661         * modules/stpcpy (Makefile.am): Likewise.
6662         * modules/stpncpy (Makefile.am): Likewise.
6663         * modules/strcase (Makefile.am): Likewise.
6664         * modules/strcasestr (Makefile.am): Likewise.
6665         * modules/strchrnul (Makefile.am): Likewise.
6666         * modules/strcspn (Makefile.am): Likewise.
6667         * modules/strdup (Makefile.am): Likewise.
6668         * modules/strerror (Makefile.am): Likewise.
6669         * modules/strftime (Makefile.am): Likewise.
6670         * modules/strndup (Makefile.am): Likewise.
6671         * modules/strnlen (Makefile.am): Likewise.
6672         * modules/strpbrk (Makefile.am): Likewise.
6673         * modules/strsep (Makefile.am): Likewise.
6674         * modules/strstr (Makefile.am): Likewise.
6675         * modules/strtod (Makefile.am): Likewise.
6676         * modules/strtoimax (Makefile.am): Likewise.
6677         * modules/strtok_r (Makefile.am): Likewise.
6678         * modules/strtol (Makefile.am): Likewise.
6679         * modules/strtoll (Makefile.am): Likewise.
6680         * modules/strtoul (Makefile.am): Likewise.
6681         * modules/strtoull (Makefile.am): Likewise.
6682         * modules/strtoumax (Makefile.am): Likewise.
6683         * modules/strverscmp (Makefile.am): Likewise.
6684         * modules/time_r (Makefile.am): Likewise.
6685         * modules/timegm (Makefile.am): Likewise.
6686         * modules/tmpfile-safer (Makefile.am): Likewise.
6687         * modules/unistd-safer (Makefile.am): Likewise.
6688         * modules/unlinkdir (Makefile.am): Likewise.
6689         * modules/userspec (Makefile.am): Likewise.
6690         * modules/utime (Makefile.am): Likewise.
6691         * modules/utimecmp (Makefile.am): Likewise.
6692         * modules/utimens (Makefile.am): Likewise.
6693         * modules/vasnprintf (Makefile.am): Likewise.
6694         * modules/vasprintf (Makefile.am): Likewise.
6695         * modules/vsnprintf (Makefile.am): Likewise.
6696         * modules/xalloc (Makefile.am): Likewise.
6697         * modules/xgetcwd (Makefile.am): Likewise.
6698         * modules/xnanosleep (Makefile.am): Likewise.
6699         * modules/xreadlink (Makefile.am): Likewise.
6700         * modules/xstrtod (Makefile.am): Likewise.
6701         * modules/xstrtol (Makefile.am): Likewise.
6702         * modules/xstrtold (Makefile.am): Likewise.
6703         * modules/yesno (Makefile.am): Likewise.
6704
6705 2006-10-12  Jim Meyering  <jim@meyering.net>
6706
6707         * m4/getloadavg.m4: Revert the change below.
6708
6709         * m4/getloadavg.m4 (gl_GETLOADAVG): Test for the existence of
6710         lib/getloadavg.c using "ls -L", not "test -f".  The latter would
6711         fail with a symlink, which is what coreutils' ./bootstrap now
6712         creates by default.
6713
6714 2006-10-12  Bruno Haible  <bruno@clisp.org>
6715
6716         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): Don't define for MSVC or
6717         mingw.
6718         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX): Handle
6719         MSVC and mingw explicitly.
6720
6721 2006-10-11  Simon Josefsson  <jas@extundo.com>
6722             Bruno Haible  <bruno@clisp.org>
6723
6724         Add support for multiple gnulib-tool invocations in the scope of a
6725         single configure.ac file.
6726         * gnulib-tool (func_emit_lib_Makefile_am): In the _LIBADD variable,
6727         use a private [LT]LIBOBJS variant. Define a _DEPENDENCIES variable
6728         with the same contents as the _LIBADD variable.
6729         (func_emit_initmacro_start, func_emit_initmacro_end,
6730         func_emit_initmacro_done): New functions.
6731         (func_import, func_create_testdir): Invoke them. Allow the identifiers
6732         gl_LIBOBJS and gl_LTLIBOBJS.
6733
6734 2006-10-11  Bruno Haible  <bruno@clisp.org>
6735
6736         * gnulib-tool (GETTEXTPATH, AUTOHEADER, AUTOPOINT): New variables.
6737         (func_create_testdir): Don't create po/Makefile.am, don't invoke
6738         autoreconf. Instead, invoke autopoint explicitly but move back the
6739         *.m4 files from gnulib.
6740
6741 2006-10-11  Bruno Haible  <bruno@clisp.org>
6742
6743         * gnulib-tool (func_usage): Make module names after --create-testdir
6744         optional.
6745         (func_create_testdir): If no module was specified, use nearly all
6746         modules.
6747
6748 2006-10-12  Jim Meyering  <jim@meyering.net>
6749
6750         Big performance improvement for fts-based tools that use FTS_NOSTAT.
6751         Avoid spurious inode-mismatch problems on non-POSIX file systems.
6752         Details: http://article.gmane.org/gmane.comp.lib.gnulib.bugs/7416
6753         * lib/fts_.h (FTS_DEFER_STAT): Define new flag.
6754         (FTS_OPTIONMASK): Extend the mask to reflect this addition.
6755         * lib/fts.c (DT_IS_KNOWN, DT_MUST_BE): Define.
6756         (FTS_NO_STAT_REQUIRED, FTS_STAT_REQUIRED): Define.
6757         (fts_set_stat_required): New function.
6758         (fts_open): Defer the calls to fts_stat, if possible or requested.
6759         Move the code that maps a command-line fts_info value FTS_DOT to FTS_D
6760         into fts_stat itself.
6761         (fts_read): Perform any required (deferred) fts_stat call.
6762         (fts_build): Likewise, for the directory we're about to open and read.
6763         In the readdir loop, carefully decide whether each entry will require
6764         an eventual call to fts_stat, using dirent.d_type info if available.
6765         (fts_stat): Move the test for whether to honor FTS_COMFOLLOW on
6766         a command line argument into this function.  Update all callers.
6767         Map a return value of FTS_DOT to FTS_D for a command line argument.
6768         * modules/fts (Depends-on): Add d-type.  Alphabetize.
6769         Thanks to Miklos Szeredi for his tenacity and for the initial
6770         bug report about "find" failing on a FUSE-based file system.
6771
6772         * lib/fts.c (fts_open): Use consistent indentation.
6773
6774 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
6775
6776         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Renamed from
6777         gl_USE_SYSTEM_EXTENSIONS, to fix a coreutils bootstrap failure
6778         reported by Jim Meyering.  All uses of cache variables renamed
6779         to match Autoconf's.
6780         (gl_USE_SYSTEM_EXTENSIONS): New macro, which simply requires
6781         the other one.
6782
6783         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH):
6784         Fix misspelling in diagnostic.
6785
6786 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
6787
6788         * lib/mkdir-p.c (HAVE_FCHMOD): Define to false if not already
6789         defined.  Problem reported by Matthew Woehlke.
6790
6791         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): New macro.
6792         Add support for Tandem NonStop R series.
6793         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX):
6794         Use new macro.
6795
6796         * lib/rename-dest-slash.c: Include stdbool.h but not string.h.
6797         (has_trailing_slash): Omit size arg; all callers changed.
6798         Omit 'inline', since it doesn't help performance and we'd
6799         need to configure it.
6800         Don't count //, ///, etc. as having a trailing slash.
6801         As a side effect, this removes a C99ism reported by Matthew Woehlke.
6802         (rpl_rename_dest_slash): On failure, use rename's errno rather
6803         than (in some cases) an incorrect or junk errno.
6804         Simplify code by removing need to compute length; this does
6805         cause it to make two passes instead of one over the file name,
6806         but it's worth it.
6807
6808         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Undo previous
6809         change, since Autoconf's version may no longer be appropriate now
6810         that we are using CVS Autoconf's version.  Add support for Tandem.
6811
6812 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
6813             Bruno Haible  <bruno@clisp.org>
6814
6815         * lib/allocsa.h (sa_alignment_longlong, sa_alignment_max): Test
6816         HAVE_LONG_LONG_INT instead of HAVE_LONG_LONG.
6817         * m4/allocsa.m4 (gl_ALLOCSA): Invoke AC_TYPE_LONG_LONG_INT instead of
6818         gl_AC_TYPE_LONG_LONG.
6819
6820         * lib/printf-args.h (arg_type, argument): Test HAVE_LONG_LONG_INT
6821         instead of HAVE_LONG_LONG.
6822         * lib/printf-args.c (printf_fetchargs): Likewise.
6823         * lib/printf-parse.c (PRINTF_PARSE): Likewise.
6824         * lib/vasnprintf.c (VASNPRINTF): Likewise.
6825         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS, gl_PREREQ_PRINTF_PARSE,
6826         gl_PREREQ_VASNPRINTF): Invoke AC_TYPE_LONG_LONG_INT instead of
6827         gl_AC_TYPE_LONG_LONG.
6828
6829 2006-10-11  Bruno Haible  <bruno@clisp.org>
6830
6831         * m4/longlong.m4: Add comments.
6832         * m4/ulonglong.m4: Likewise.
6833
6834 2006-10-10  Bruno Haible  <bruno@clisp.org>
6835
6836         Make it possible to #define stpcpy, strdup to aliases.
6837         * lib/stpcpy.c (stpcpy) [!_LIBC]: Don't undefine.
6838         * lib/strdup.c (strdup) [!_LIBC]: Don't undefine.
6839
6840 2006-10-10  Bruno Haible  <bruno@clisp.org>
6841
6842         Make it possible to #define gcd to an alias.
6843         * lib/gcd.c: Include config.h.
6844
6845 2006-10-10  Bruno Haible  <bruno@clisp.org>
6846
6847         Make it possible to #define c_isascii to an alias.
6848         * lib/c-ctype.h: Don't define the macros if NO_C_CTYPE_MACROS is
6849         defined. Undefine the macros before defining them, to avoid gcc
6850         warnings.
6851         * lib/c-ctype.c: Include config.h. Don't undefine the macros; instead,
6852         define NO_C_CTYPE_MACROS early.
6853
6854 2006-10-10  Bruno Haible  <bruno@clisp.org>
6855
6856         Make it possible to #define set_program_name to an alias.
6857         * lib/progname.c: Don't undefine set_program_name; instead, undefine
6858         ENABLE_RELOCATABLE early.
6859
6860 2006-10-10  Paul Eggert  <eggert@cs.ucla.edu>
6861
6862         Port to Tandem NSK OSS, which has 64-bit signed int but at most
6863         32-bit unsigned int.  Problem reported by Matthew Woehlke in:
6864         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00062.html
6865         More generally, don't assume that 64-bit signed int is available
6866         if unsigned int is, and vice versa.
6867         * lib/inttypes_.h (_PRIu64_PREFIX, _SCNu64_PREFIX): Depend on
6868         unsigned symbols, not on their signed counterparts.
6869         * lib/stdint_.h (uint64_t, uint_least64_t, uint_fast64_t, uintmax_t):
6870         (UINT64_MAX, UINT_LEAST64_MAX, UINT_FAST64_MAX, UINTMAX_MAX):
6871         (UINT64_C, UINTMAX_C):
6872         Likewise.
6873         * lib/strtoimax.c (strtoll): Depend on signed symbols, not their
6874         unsigned counterparts.
6875         (Have_long_long, Unsigned): New macros.
6876         (Int): Renamed from INT.
6877         (strtoimax): Use the new macros.
6878         * m4/stdint.m4 (gl_STDINT_H): Require AC_TYPE_UNSIGNED_LONG_LONG_INT
6879         and substitute HAVE_UNSIGNED_LONG_LONG_INT.
6880         * modules/inttypes (inttypes.h): Substitute
6881         HAVE_UNSIGNED_LONG_LONG_INT.
6882         * modules/stdint (stdint.h): Likewise.
6883         (Files): Add m4/ulonglong.m4.
6884
6885 2006-10-10  Bruno Haible  <bruno@clisp.org>
6886
6887         Fix a gcc -Wshadow warning.
6888         * lib/gl_anyhash_list2.h (hash_resize): Rename local variable 'index'
6889         to 'bucket'.
6890         * lib/gl_anylinked_list2.h (gl_linked_search_from_to,
6891         gl_linked_indexof_from_to): Likewise.
6892         * lib/gl_linkedhash_list.c (add_to_bucket, remove_from_bucket):
6893         Likewise.
6894         * lib/gl_anytreehash_list1.h (add_to_bucket, remove_from_bucket):
6895         Likewise.
6896         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Likewise.
6897         Reported by Eric Blake.
6898
6899 2006-10-09  Paul Eggert  <eggert@cs.ucla.edu>
6900
6901         * lib/filemode.h [HAVE_DECL_STRMODE]: Include unistd.h too,
6902         for NetBSD.  Problem reported by Bruno Haible.
6903
6904 2006-10-09  Jim Meyering  <jim@meyering.net>
6905
6906         * lib/lchown.c: Include <sys/stat.h> before "stat-macros.h".
6907         Patch from Bruno Haible.
6908
6909 2006-10-09  Jim Meyering  <jim@meyering.net>
6910
6911         * lib/fts-cycle.c (leave_dir): When "leaving" a top level directory due
6912         to FTS_SKIP, don't copy the parent's uninitialized dev/ino values.
6913         Trigger with e.g., mkdir d && valgrind ./chmod u+rwx d d
6914
6915 2006-10-08  Paul Eggert  <eggert@cs.ucla.edu>
6916
6917         Don't include <config.h> twice; this doesn't work in some cases,
6918         e.g., when config.h has "#define intmax_t long long int" and
6919         we include <config.h>, <inttypes.h>, <config.h> in that order.
6920         Problem reported by Matthew Woehlke in:
6921         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00073.html
6922         * lib/fprintftime.c: Don't include config.h or fprintftime.h.
6923         * lib/fts-cycle.c: Don't include config.h.
6924         * lib/strftime.c: Include fprintftime.h if FPRINTFTIME is defined.
6925         * lib/xstrtoimax.c: Remove copyright notice since it's short tnow.
6926         Don't include config.h or xstrtol.h.  Define STRTOL_T_MINIMUM
6927         and STRTOL_T_MAXIMUM unconditionally, since we now assume gnulib
6928         inttypes.h.
6929         * lib/xstrtoumax.c: Likewise.
6930         * lib/xstrtol.c: Include config.h and xstrtol.h after defining
6931         __strtol and the like, so that this module is more like its siblings.
6932         (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [! defined STRTOL_T_MINIMUM]:
6933         Remove; no longer needed now that we assume gnulib inttypes.h.
6934
6935 2006-10-08  Bruno Haible  <bruno@clisp.org>
6936
6937         * doc/gnulib-tool.texi: Emphasize the drawbacks of the --symlink
6938         option.
6939
6940 2006-10-07  Jim Meyering  <jim@meyering.net>
6941
6942         * modules/inttypes (inttypes.h): Revert what seems to have been
6943         an inadvertent part of today's change: use "|", not "/" in the
6944         substitution for the "/"-containing string, $(ABSOLUTE_INTTYPES_H).
6945
6946 2006-10-07  Bruno Haible  <bruno@clisp.org>
6947
6948         * modules/sublist: New file.
6949
6950 2006-10-07  Bruno Haible  <bruno@clisp.org>
6951
6952         * modules/alloca-opt (alloca.h): Add a "DO NOT EDIT" comment.
6953         * modules/argz (argz.h): Likewise.
6954         * modules/arpa_inet (arpa/inet.h): Likewise.
6955         * modules/byteswap (byteswap.h): Likewise.
6956         * modules/configmake (configmake.h): Likewise.
6957         * modules/fcntl (fcntl.h): Likewise.
6958         * modules/fnmatch (fnmatch.h): Likewise.
6959         * modules/getopt (getopt.h): Likewise.
6960         * modules/glob (glob.h): Likewise.
6961         * modules/inttypes (inttypes.h): Likewise.
6962         * modules/netinet_in (netinet/in.h): Likewise.
6963         * modules/poll (poll.h): Likewise.
6964         * modules/stdbool (stdbool.h): Likewise.
6965         * modules/stdint (stdint.h): Likewise.
6966         * modules/sys_select (sys/select.h): Likewise.
6967         * modules/sys_socket (sys/socket.h): Likewise.
6968         * modules/sys_stat (sys/stat.h): Likewise.
6969         * modules/sysexits (sysexits.h): Likewise.
6970         * modules/unistd (unistd.h): Likewise.
6971         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
6972         Add a "DO NOT EDIT" comment to the generated file.
6973         (func_import): Likewise for gnulib-comp.m4.
6974
6975 2006-10-07  Bruno Haible  <bruno@clisp.org>
6976
6977         * lib/gl_sublist.h: New file.
6978         * lib/gl_sublist.c: New file.
6979
6980 2006-10-06  Paul Eggert  <eggert@cs.ucla.edu>
6981
6982         * lib/mkancesdirs.c (mkancesdirs): Pass to MAKE_DIR both the full file
6983         name (relative to the original working directory) and the file
6984         name component (relative to the temporary working directory).  All
6985         callers changed.
6986         * lib/mkancesdirs.h (mkancesdirs): Adjust prototype to match.
6987         * lib/mkdir-p.c (make_dir_parents): Likewise.
6988         * lib/mkdir-p.h (make_dir_parents): Likewise.
6989
6990 2006-10-06  Eric Blake  <ebb9@byu.net>
6991
6992         Define several macros for use by the clean-temp module.
6993         * m4/close-stream.m4 (gl_CLOSE_STREAM): Define GNULIB_CLOSE_STREAM.
6994         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Define GNULIB_FCNTL_SAFER.
6995         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Define GNULIB_FOPEN_SAFER.
6996
6997         * lib/clean-temp.h (close_stream_temp): New declaration.
6998         * lib/clean-temp.c (includes): Pull in headers according to what
6999         other modules are in use.
7000         (close_stream_temp) [GNULIB_CLOSE_STREAM]: New function.
7001
7002 2006-10-06  Bruno Haible  <bruno@clisp.org>
7003
7004         * lib/javacomp.c (write_temp_file): Use fopen_temp, fwriteerror_temp
7005         instead of fopen, fwriteerror.
7006
7007 2006-10-06  Bruno Haible  <bruno@clisp.org>
7008
7009         * lib/clean-temp.h (cleanup_temp_file, cleanup_temp_subdir,
7010         cleanup_temp_dir_contents, cleanup_temp_dir): Change return type to
7011         int.
7012         * lib/clean-temp.c (do_unlink, do_rmdir, cleanup_temp_file,
7013         cleanup_temp_subdir, cleanup_temp_dir_contents, cleanup_temp_dir):
7014         Return an error indicator.
7015         Suggested by Eric Blake.
7016
7017 2006-10-06  Bruno Haible  <bruno@clisp.org>
7018
7019         * lib/clean-temp.c (PATH_MAX): Provide a fallback for GNU Hurd.
7020         Reported by Eric Blake.
7021
7022 2006-10-06  Bruno Haible  <bruno@clisp.org>
7023
7024         * modules/closeout (Description): Mention stderr too.
7025
7026 2006-10-06  Bruno Haible  <bruno@clisp.org>
7027         and Paul Eggert  <eggert@cs.ucla.edu>
7028
7029         * lib/closeout.c (close_stdout): Also close stderr.
7030         * lib/closeout.h: Update comment.
7031
7032 2006-10-05  Paul Eggert  <eggert@cs.ucla.edu>
7033
7034         Fix some Darwin-7.9.0 porting problems reported by Bruno Haible in
7035         <http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00063.html>.
7036         * lib/dirchownmod.c: Include lchown.h.
7037         * lib/lchown.c: Don't include files that lchown.h now includes.
7038         Don't declare chown, since lchown.h now does that.
7039         * lib/lchown.h: Include errno.h, sys/types.h, unistd.h.
7040         (lchown): Define to rpl_chown if lchown is declared but
7041         does not exist.  Declare using a prototype if lchown is not
7042         declared.  Add a copyright notice.
7043         * lib/mkstemp.h: Include <unistd.h>.
7044         * lib/openat.c: Include lchown.h.
7045
7046         * lib/fcntl_.h (O_NOFOLLOW): Don't depend on O_NOFOLLOW_IS_INEFFECTIVE;
7047         we now test for that separately.
7048         * lib/fts.c (fts_safe_changedir): Inspect HAVE_WORKING_O_NOFOLLOW
7049         rather than O_NOFOLLOW, when testing whether it's possible to
7050         avoid a race condition reliably.
7051         * lib/savewd.c (savewd_chdir): Likewise.
7052
7053         Remove macros that are no longer needed now that stdint.h is
7054         reliable.
7055         * lib/fsusage.c (UINTMAX_MAX): Remove.
7056         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Remove.
7057         * lib/utimecmp.c (SIZE_MAX): Remove.
7058
7059         * m4/lchown.m4 (gl_FUNC_LCHOWN): Check whether lchown is declared.
7060
7061         * m4/fcntl_h.m4 (gl_FCNTL_H): Define HAVE_WORKING_O_NOFOLLOW instead
7062         of O_NOFOLLOW_IS_INEFFECTIVE.  Define HAVE_WORKING_O_NOATIME if
7063         O_NOATIME works.
7064
7065 2006-10-05  Bruno Haible  <bruno@clisp.org>
7066
7067         * lib/gl_list.h (gl_sortedlist_search_from_to,
7068         gl_sortedlist_indexof_from_to): New declarations.
7069         (gl_list_implementation): New fields sortedlist_search_from_to,
7070         sortedlist_indexof_from_to.
7071         (gl_sortedlist_search_from_to, gl_sortedlist_indexof_from_to): New
7072         inline functions.
7073         * lib/gl_list.c (gl_sortedlist_search_from_to,
7074         gl_sortedlist_indexof_from_to): New functions.
7075         * lib/gl_array_list.c (gl_array_sortedlist_indexof_from_to): New
7076         function.
7077         (gl_array_sortedlist_indexof, gl_array_sortedlist_search): Use it.
7078         (gl_array_sortedlist_search_from_to): New function.
7079         (gl_array_list_implementation): Update.
7080         * lib/gl_carray_list.c (gl_carray_sortedlist_indexof_from_to): New
7081         function.
7082         (gl_carray_sortedlist_indexof, gl_carray_sortedlist_search): Use it.
7083         (gl_carray_sortedlist_search_from_to): New function.
7084         (gl_carray_list_implementation): Update.
7085         * lib/gl_anylinked_list2.h (gl_linked_sortedlist_search_from_to,
7086         gl_linked_sortedlist_indexof_from_to): New functions.
7087         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
7088         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
7089         * lib/gl_anytree_list2.h (gl_tree_sortedlist_search_from_to,
7090         gl_tree_sortedlist_indexof_from_to): New functions.
7091         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
7092         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
7093         Update.
7094         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
7095         * lib/gl_rbtreehash_list.c (gl_avltreehash_list_implementation):
7096         Update.
7097
7098 2006-10-05  Bruno Haible  <bruno@clisp.org>
7099
7100         * lib/gl_list.h (gl_list_search_from, gl_list_search_from_to,
7101         gl_list_indexof_from, gl_list_indexof_from_to): New declarations.
7102         (struct gl_list_implementation): Add fields search_from_to,
7103         indexof_from_to. Remove fields search, indexof.
7104         (gl_list_search): Use the search_from_to method.
7105         (gl_list_search_from, gl_list_search_from_to): New functions.
7106         (gl_list_indexof): Use the indexof_from_to method.
7107         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
7108         * lib/gl_list.c (gl_list_search): Use the search_from_to method.
7109         (gl_list_search_from, gl_list_search_from_to): New functions.
7110         (gl_list_indexof): Use the indexof_from_to method.
7111         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
7112         * lib/gl_array_list.c (gl_array_indexof_from_to): Renamed from
7113         gl_array_indexof. Add start_index, end_index arguments.
7114         (gl_array_search_from_to): Renamed from gl_array_search. Add
7115         start_index, end_index arguments.
7116         (gl_array_remove, gl_array_list_implementation): Update.
7117         * lib/gl_carray_list.c (gl_carray_indexof_from_to): Renamed from
7118         gl_carray_indexof. Add start_index, end_index arguments.
7119         (gl_carray_search_from_to): Renamed from gl_carray_search. Add
7120         start_index, end_index arguments.
7121         (gl_carray_remove, gl_carray_list_implementation): Update.
7122         * lib/gl_anylinked_list2.h (gl_linked_search_from_to): Renamed from
7123         gl_linked_search. Add start_index, end_index arguments.
7124         (gl_linked_indexof_from_to): Renamed from gl_linked_indexof. Add
7125         start_index, end_index arguments.
7126         (gl_linked_remove): Update.
7127         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
7128         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
7129         * lib/gl_anytree_list1.h (iterstack_item_t): Change type of 'rightp'
7130         field to 'size_t'.
7131         * lib/gl_anytree_list2.h (gl_tree_search_from_to): Renamed from
7132         gl_tree_search. Add start_index, end_index arguments.
7133         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
7134         start_index, end_index arguments.
7135         (gl_tree_remove): Update.
7136         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
7137         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
7138         * lib/gl_anytreehash_list1.h (compare_position_threshold): New
7139         function.
7140         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Renamed from
7141         gl_tree_search. Add start_index, end_index arguments.
7142         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
7143         start_index, end_index arguments.
7144         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
7145         Update.
7146         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
7147
7148 2006-10-05  Bruno Haible  <bruno@clisp.org>
7149
7150         * modules/fwriteerror (configure.ac): Define GNULIB_FWRITEERROR.
7151
7152         * lib/clean-temp.h (open_temp, fopen_temp, close_temp, fclose_temp,
7153         fwriteerror_temp): New declarations.
7154         * lib/clean-temp.c (uintptr_t): Provide fallback definition.
7155         (descriptors): New variable.
7156         (cleanup): First, close the descriptors.
7157         (register_fd, unregister_fd, open_temp, fopen_temp, close_temp,
7158         fclose_temp, fwriteerror_temp): New functions.
7159
7160 2006-10-04  Jim Meyering  <jim@meyering.net>
7161
7162         * lib/fts.c (fts_open): Tiny comment change.
7163
7164 2006-10-04  Bruno Haible  <bruno@clisp.org>
7165
7166         Make it possible to invoke AC_GNU_SOURCE after gl_LOCK_EARLY.
7167         * m4/lock.m4 (gl_LOCK_EARLY_BODY): New macro, extracted code from
7168         gl_LOCK_BODY.
7169         (gl_LOCK_EARLY): Require gl_LOCK_EARLY_BODY, not gl_LOCK_BODY.
7170         (gl_LOCK_BODY): Remove settings of CPPFLAGS, now done in
7171         gl_LOCK_EARLY_BODY.
7172         (gl_LOCK): Require gl_LOCK_BODY.
7173
7174 2006-10-04  Bruno Haible  <bruno@clisp.org>
7175
7176         * lib/gl_oset.h (gl_setelement_threshold_fn): New type.
7177         (gl_oset_search_atleast): New declaration.
7178         (struct gl_oset_implementation): Add field 'search_atleast'.
7179         (gl_oset_search_atleast): New inline function.
7180         * lib/gl_oset.c (gl_oset_search_atleast): New function.
7181         * lib/gl_array_oset.c (gl_array_search_atleast): New function.
7182         (gl_array_oset_implementation): Update.
7183         * lib/gl_anytree_oset.h (gl_tree_search_atleast): New function.
7184         * lib/gl_avltree_oset.c (gl_avltree_oset_implementation): Update.
7185         * lib/gl_rbtree_oset.c (gl_rbtree_oset_implementation): Update.
7186
7187 2006-10-04  Bruno Haible  <bruno@clisp.org>
7188
7189         * lib/fatal-signal.c (fatal_signals) [WOE32]: Add the SIGBREAK signal.
7190
7191 2006-10-03  Bruno Haible  <bruno@clisp.org>
7192
7193         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Renamed
7194         from gl_avltreehash_list_implementation.
7195
7196 2006-10-03  Bruno Haible  <bruno@clisp.org>
7197
7198         * lib/gl_oset.c (gl_oset_add): Fix return type.
7199
7200 2006-10-02  Paolo Bonzini  <bonzini@gnu.org>  (tiny change)
7201
7202         * lib/quotearg.c (mbstate_t) [!HAVE_MBRTOWC]: #define to int.
7203
7204 2006-10-02  Eric Blake  <ebb9@byu.net>
7205
7206         * modules/strnlen (Depends-on): Add extensions.
7207
7208 2006-10-02  Eric Blake  <ebb9@byu.net>
7209
7210         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use autoconf's
7211         definition in 2.60+.
7212
7213 2006-10-02  Dmitry V. Levin  <ldv@altlinux.org>
7214
7215         * lib/fts.c (fts_close, fts_build, fts_palloc): Remove redundant
7216         checks.
7217
7218 2006-10-02  Bruno Haible  <bruno@clisp.org>
7219
7220         * gnulib-tool (func_emit_lib_Makefile_am): Don't add no-dependencies
7221         to the AUTOMAKE_OPTIONS.
7222         Reported by Jim Meyering.
7223
7224 2006-09-29  Paul Eggert  <eggert@cs.ucla.edu>
7225
7226         Work around bug in Solaris 10 /proc file system:
7227         /proc/self/fd/NNN/.. isn't the parent directory of
7228         the directory whose file descriptor is NNN.  This needs to
7229         be worked around at run time, not compile time, since a
7230         program might be built on Solaris 8, where things work, and
7231         run on Solaris 10.
7232         * lib/openat-priv.h (BUILD_PROC_NAME): Remove.  All callers changed
7233         to use the following interface instead:
7234         (OPENAT_BUFFER_SIZE): New macro.
7235         (openat_proc_name): New function.
7236         * lib/at-func.c (AT_FUNC_NAME): Adjust to above changes.
7237         * lib/openat.c (openat_permissive, openat_needs_fchdir, fdopendir):
7238         Likewise.
7239         * lib/openat-proc.c: New file.
7240         * modules/openat (Files): Add lib/openat-proc.c.
7241         (Depends-on): Add same-inode, stdbool.
7242         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBOBJ(openat-proc).
7243
7244 2006-09-29  Bruno Haible  <bruno@clisp.org>
7245
7246         * lib/fwriteerror.h (fwriteerror_no_ebadf): New declaration.
7247         * lib/(do_fwriteerror): Renamed from fwriteerror. Add ignore_ebadf
7248         argument. Set stdout_closed before testing for ferror, not after.
7249         (fwriteerror, fwriteerror_no_ebadf): New functions.
7250
7251 2006-09-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7252
7253         * m4/intmax.m4 (gt_TYPE_INTMAX_T): Avoid unused variables warning.
7254
7255 2006-09-28  Paolo Bonzini  <bonzini@gnu.org>
7256
7257         * lib/poll.c (rpl_poll) [__APPLE__]: Use FIONREAD instead of MSG_PEEK.
7258         * m4/poll.m4: Look for sys/ioctl.h and sys/filio.h.
7259
7260 2006-09-28  Jim Meyering  <jim@meyering.net>
7261
7262         * lib/mkdir-p.c: Include "dirchownmod.h", not "dirchownmod.c".
7263         Include <unistd.h>.
7264
7265 2006-09-28  Bruno Haible  <bruno@clisp.org>
7266
7267         * modules/avltreehash-list (Depends-on): Add stdint, remove size_max.
7268         * modules/linkedhash-list (Depends-on): Likewise.
7269         * modules/rbtreehash-list (Depends-on): Likewise.
7270
7271 2006-09-28  Bruno Haible  <bruno@clisp.org>
7272
7273         * lib/strndup.h: Simplify the redefinition of strndup.
7274         (_GL_CONCAT, _GL_XCONCAT, __STRNDUP_ID): Remove macros.
7275         * m4/strndup.m4 (gl_FUNC_STRNDUP): Don't define __STRNDUP_PREFIX.
7276
7277 2006-09-28  Bruno Haible  <bruno@clisp.org>
7278
7279         * lib/gl_avltreehash_list.c: Include <stdint.h> instead of size_max.h.
7280         * lib/gl_linkedhash_list.c: Likewise.
7281         * lib/gl_rbtreehash_list.c: Likewise.
7282
7283 2006-09-27  Paul Eggert  <eggert@cs.ucla.edu>
7284
7285         * lib/canon-host.c (canon_host_r): Work around bug in Darwin 7.9.0
7286         getaddrinfo.
7287
7288         * lib/__fpending.h: Don't include <stdio_ext.h> unless
7289         HAVE_DECL___FPENDING.  This avoids a bug with lsbcc, where
7290         it causes <stdio_ext.h> to cause a compile-time error.
7291         Problem reported by Nelson H. F. Beebe.
7292         * lib/getpass.c: Likewise, except for HAVE_DECL___FSETLOCKING instead
7293         of HAVE_DECL___PENDING.
7294
7295         * m4/fpending.m4 (gl_FUNC_FPENDING): Check for stdio_ext at most once.
7296         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for __fsetlocking's
7297         declaration.
7298
7299 2006-09-27  Jim Meyering  <jim@meyering.net>
7300
7301         This file could end up with a definition for a function
7302         named __strndup, rather than rpl_strndup on a system with
7303         incomplete weak_alias support.
7304         * lib/strndup.c (strndup): Rename from __strndup.
7305         Remove #defines that used to map __strndup to strndup.
7306         Don't use K&R prototypes.
7307         Remove LIBC-related code, since this file is not sync'd with glibc.
7308         * lib/strndup.h: Revamp, accordingly.
7309         * m4/strndup.m4: Modernize.
7310
7311 2006-09-26  Paul Eggert  <eggert@cs.ucla.edu>
7312
7313         * modules/savewd (Depends-on): Add 'raise'.
7314         * lib/savewd.c: Include <signal.h>, for 'raise'.
7315
7316 2006-09-26  Jim Meyering  <jim@meyering.net>
7317
7318         * m4/acl.m4 (AC_FUNC_ACL): Disable ACL support altogether
7319         when we detect Darwin 8.7.0's acl_get_file bug.
7320         Rearrange to perform the new (below) run-test while $LIBS
7321         contains any acl-related library.  Set USE_ACL at the end.
7322         (gl_ACL_GET_FILE): New function.
7323
7324 2006-09-26  Eric Blake  <ebb9@byu.net>
7325
7326         * lib/verror.c: Include <config.h> unconditionally.
7327
7328 2006-09-25  Paul Eggert  <eggert@cs.ucla.edu>
7329
7330         * modules/clock-time (Maintainer): Add self.
7331         * modules/getlogin_r (Depends-on): Add extensions.
7332
7333 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7334
7335         * modules/clock-time: New module.
7336         * modules/nanosleep (Depends-on): Add clock-time.
7337         * modules/gethrxtime (Depends-on): Likewise.
7338         * modules/gettime (Depends-on): Likewise.
7339         * modules/settime (Depends-on): Likewise.
7340
7341         * modules/fts-lgpl: Depend on openat.
7342         * modules/mkancesdirs: Depend on savewd.
7343         * modules/mkdir-p: Likewise.
7344
7345 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7346
7347         * m4/host-os.m4 (gl_HOST_OS): Require AC_CANONICAL_HOST.
7348
7349         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Rename cache variable from
7350         `gl_have_arbitrary_file_name_length_limit' to
7351         `gl_cv_have_arbitrary_file_name_length_limit', so that caching
7352         actually works between configure runs.
7353
7354 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7355             Bruno Haible  <bruno@clisp.org>
7356
7357         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Include <string.h>.
7358
7359 2006-09-25  Jim Meyering  <jim@meyering.net>
7360
7361         * m4/fcntl_h.m4 (gl_FCNTL_H): Fix typo in test for failed open.
7362         This typo caused coreutils/tests/dd/misc to fail on Darwin 8.7.0.
7363
7364 2006-09-25  Eric Blake  <ebb9@byu.net>
7365
7366         * gnulib-tool (func_import, func_create_testdir): Fix typos in
7367         exec's in 2006-09-18 patch when shuffling fds.
7368
7369 2006-09-25  Bruno Haible  <bruno@clisp.org>
7370
7371         * m4/getloadavg.m4 (gl_GETLOADAVG): Fix directory in error message.
7372         Reported by Jim Meyering.
7373
7374 2006-09-24  Jim Meyering  <jim@meyering.net>
7375
7376         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Don't use '>' to
7377         compare a pointer against a literal "0".  That caused failures with
7378         at least HP-UX's hpcc.
7379
7380 2006-09-22  Simon Josefsson  <jas@extundo.com>
7381
7382         * modules/gc-sha1:
7383         * modules/gc-md4:
7384         * modules/gc-hmac-sha1:
7385         * modules/gc-hmac-md5:
7386         * modules/gc-des:
7387         * modules/gc-arcfour: Distribute more files.
7388
7389 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7390
7391         * lib/gl_anylinked_list2.h [lint] (gl_linked_iterator)
7392         (gl_linked_iterator_from_to): Initialize struct completely.
7393         * lib/gl_anytree_list2.h [lint] (gl_tree_iterator): Likewise.
7394         (gl_tree_iterator_from_to): Likewise
7395         * lib/gl_anytree_oset.h [lint] (gl_tree_iterator): Likewise.
7396         * lib/gl_array_list.c [lint] (gl_array_iterator)
7397         (gl_array_iterator_from_to): Likewise.
7398         * lib/gl_array_oset.c [lint] (gl_array_iterator): Likewise.
7399         * lib/gl_carray_list.c [lint] (gl_carray_iterator)
7400         (gl_carray_iterator_from_to): Likewise.
7401
7402         * lib/gc-gnulib.c [GC_USE_HMAC_SHA1]: include hmac.h for hmac_sha1.
7403         * lib/md4.c (md4_process_block): Remove unused variable.
7404         * lib/rijndael-api-fst.c (rijndaelBlockDecrypt): GCC suggests
7405         parentheses for clarity.
7406
7407 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7408
7409         * modules/bison-i18n (Depends-on): Add gettext.
7410
7411 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7412
7413         * m4/fsusage.m4 (gl_STATFS_TRUNCATES): Avoid unused variable.
7414         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Likewise.
7415         * m4/jm-winsz1.m4 (gl_HEADER_TIOCGWINSZ_IN_TERMIOS_H): Likewise;
7416         also add missing comma that caused broken test.
7417         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Include
7418         stdlib.h, for `abort'.
7419         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Avoid unused
7420         variables.
7421         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Check for and
7422         include unistd.h if present, for `rmdir'.
7423         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Avoid unused
7424         variables.
7425         * m4/putenv.m4 (gl_FUNC_PUTENV): Rewrite using AC_RUN_IFELSE, and
7426         in the process include standard headers for prototypes.
7427         * m4/readutmp.m4 (gl_READUTMP): Require AC_GNU_SOURCE, so utmpxname
7428         gets declared on GNU/Linux.
7429         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Check for and include
7430         unistd.h, for `rmdir'.
7431         * m4/time_r.m4 (gl_TIME_R): Avoid unused variables.
7432
7433         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Avoid expression that is
7434         always true.
7435         * m4/strndup.m4 (gl_FUNC_STRNDUP): include stdlib.h, for `free'.
7436
7437         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Avoid gcc -Wall warnings.
7438
7439 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7440
7441         * gnulib-tool (func_version): Create output all at once.  This
7442         may help avoid triggering unnecessary SIGPIPEs, and at any
7443         rate it doesn't hurt.
7444
7445 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7446             Bruno Haible  <bruno@clisp.org>
7447
7448         * m4/lock.m4 (gl_LOCK_BODY): Avoid unused variables warning.
7449         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
7450         * m4/signed.m4 (bh_C_SIGNED): Likewise.
7451
7452         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): New macro.
7453         (gl_FUNC_VASPRINTF): Invoke it.
7454
7455 2006-09-22  Bruno Haible  <bruno@clisp.org>
7456
7457         * m4/getloadavg.m4 (gl_GETLOADAVG): Expect the directory of
7458         getloadavg.c as first argument.
7459
7460 2006-09-22  Bruno Haible  <bruno@clisp.org>
7461
7462         * gnulib-tool (func_import, func_create_testdir): Set gl_source_base
7463         at the beginning of the gl_INIT macro.
7464         * modules/getloadavg (configure.ac): Pass $gl_source_base to
7465         gl_GETLOADAVG.
7466
7467 2006-09-22  Bruno Haible  <bruno@clisp.org>
7468
7469         * gnulib-tool (func_create_megatestdir): Don't include the config-h
7470         module.
7471         Suggested by Ralf Wildenhues.
7472
7473 2006-09-20  Paul Eggert  <eggert@cs.ucla.edu>
7474
7475         Import this patch from libc:
7476
7477         2006-09-06  Jakub Jelinek  <jakub@redhat.com>
7478
7479         * lib/regex_internal.c (re_string_reconstruct): Handle
7480         offset < pstr->valid_raw_len && pstr->offsets_needed case.
7481         Ensure no bytes read before raw_mbs array.  Pass a saved copy of
7482         pstr->valid_len - 1 rather than pstr->valid_raw_len - 1 to
7483         re_string_context_at.
7484
7485         * m4/regex.m4 (gl_REGEX): Check for locale.h, since the test
7486         now requires it.
7487         (gl_PREREQ_REGEX): Don't check for locale.h any more, since
7488         gl_REGEX now does it for us.
7489         (gl_REGEX): Add test taken from
7490         http://sourceware.org/ml/libc-hacker/2006-09/msg00008.html.
7491
7492         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require AC_SYS_LARGEFILE.
7493         Check that large offsets work.  Modernize Autoconf usages.
7494         Prefer "yes" to mean a good thing rather than a bad.
7495         Don't put "#define mkstemp" in config.h, as this might interfere
7496         with standard system headers that "#define mkstemp mkstemp64".
7497
7498         * modules/mkstemp (Depends-on): Add extensions, so that
7499         mkstemp is visible on some platforms.
7500         (Makefile.am): Add mkstemp.h to EXTRA_DIST.
7501         (Include): Change to "mkstemp.h" from <stdlib.h>.
7502         (Files): Add mkstemp.h.
7503
7504         * lib/mkstemp.h: New file, since some standard headers
7505         #define mkstemp.
7506         * lib/mkstemp.c: Revamp to put the !_LIBC code together.
7507         Include "mkstemp.h".
7508         Make the _LIBC code resemble glibc original more,
7509         e.g., use K&R style.
7510         * lib/mkstemp-safer.c: Include "mkstemp.h" instead of <stdlib.h>.
7511         (mkstemp): Remove, since mkstemp.h does this for us.
7512         * lib/stdlib--.h: Include mkstemp.h.
7513
7514         Import this patch from libc:
7515
7516         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
7517
7518         * lib/tempname.c (__gen_tempname): Change attempts_min
7519         into a macro.  Use preprocessor to decide how to initialize
7520         attempts [Coverity CID 67].
7521
7522 2006-09-20  Bruno Haible  <bruno@clisp.org>
7523
7524         * lib/mkdtemp.c: Import from libc.
7525         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
7526                 * sysdeps/posix/tempname.c (__gen_tempname): Change
7527                 attempts_min into a macro.  Use preprocessor to decide how to
7528                 initialize attempts [Coverity CID 67].
7529         2001-11-27  Paul Eggert  <eggert@twinsun.com>
7530                 * sysdeps/posix/tempname.c (__gen_tempname): Try at least
7531                 ATTEMPTS_MIN or TMP_MAX times, whichever is greater.
7532
7533 2006-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7534
7535         * gnulib-tool (func_exit): New function, to allow to pass the
7536         exit status portably through the trap.  Use everywhere.
7537         (--help, --version): Signal a write error.
7538         (trap): catch SIGPIPE, for write errors.
7539         Exit at the end of the trap, with the correct exit status.
7540
7541 2006-09-19  Karl Berry  <karl@gnu.org>
7542
7543         * doc/gnulib.texi: note about the license texinfo files.
7544
7545 2006-09-19  Eric Blake  <ebb9@byu.net>
7546
7547         * gnulib-tool: Avoid space-tab.
7548
7549 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
7550
7551         * lib/getaddrinfo.c (getaddrinfo) [defined HAVE_IPV6]: Fix typo
7552         that prevented coreutils 6.1 from building.  Problem reported
7553         by Petter Reinholdtsen.
7554
7555 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
7556
7557         * gnulib-tool (avoidlist): Fix typo that broke options like
7558         --avoid=lock that are used by coreutils bootstrap.
7559
7560 2006-09-18  Mark D. Baushke  <mdb@gnu.org>
7561
7562         * m4/inttypes.m4 (gl_INTTYPES_H): Quote "test" args
7563         more systematically.
7564
7565 2006-09-18  Jim Meyering  <jim@meyering.net>
7566
7567         * lib/savewd.c (savewd_restore): Don't shadow: s/status/child_status/.
7568
7569 2006-09-18  Bruno Haible  <bruno@clisp.org>
7570
7571         * modules/inttypes (Files): Remove m4/inttypes-h.m4.
7572
7573 2006-09-18  Bruno Haible  <bruno@clisp.org>
7574
7575         * m4/inttypes-h.m4 (gl_HEADER_INTTYPES_H): Remove macro.
7576         * m4/inttypes-pri.m4: Require autoconf >= 2.52.
7577         (gt_INTTYPES_PRI): Invoke AC_CHECK_HEADERS on inttypes.h. Test
7578         ac_cv_header_inttypes_h instead of gl_cv_header_inttypes_h.
7579         * m4/gettext.m4: Require autoconf >= 2.52.
7580         (gt_INTL_SUBDIR_CORE): Invoke AC_CHECK_HEADERS on inttypes.h.
7581         * m4/inttypes.m4 (gl_INTTYPES_H): Test ac_cv_header_inttypes_h instead
7582         of gl_cv_header_inttypes_h.
7583
7584 2006-09-18  Bruno Haible  <bruno@clisp.org>
7585
7586         * lib/javaversion.c: Include configmake.h.
7587
7588 2006-09-18  Bruno Haible  <bruno@clisp.org>
7589
7590         * gnulib-tool (func_import, func_create_testdir): Use exec tricks to
7591         avoid that the while loops be executed in a subshell.
7592
7593 2006-09-18  Bruno Haible  <bruno@clisp.org>
7594
7595         * MODULES.html.sh (func_module): Break long lines.
7596         Suggested by Bruce Korb <bkorb@gnu.org>.
7597
7598 2006-09-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7599
7600         Speed up by a factor of 1.12.
7601         * gnulib-tool (nl): New variable.
7602         (func_import): Rewrite include directive extraction to only read each
7603         directive once.
7604
7605 2006-09-17  Bruno Haible  <bruno@clisp.org>
7606
7607         * modules/javaversion (Makefile.am): Remove DEFS setting.
7608         (Depends-on): Add configmake, for PKGDATADIR definition.
7609
7610 2006-09-17  Bruno Haible  <bruno@clisp.org>
7611
7612         * gnulib-tool (func_create_testdir): Rewrite all files at once.
7613
7614 2006-09-17  Bruno Haible  <bruno@clisp.org>
7615
7616         * gnulib-tool (func_append): New function, stolen from libtool.m4.
7617         (func_modules_transitive_closure, func_modules_add_dummy,
7618         func_modules_to_filelist, func_import, func_create_testdir,
7619         func_create_megatestdir, ...): Use it wherever possible.
7620         Suggested by Ralf Wildenhues.
7621
7622 2006-09-16  Karl Berry  <karl@gnu.org>
7623
7624         * doc/fdl.texi (ADDENDUM): switch to @heading from @appendixsubsec,
7625         to avoid sectioning errors.
7626         * doc/lgpl.texi, gpl.texi (Copying): downcase @unnumbered title.
7627         [ifinfo]: blank line after @center-ed titles.
7628         * doc/lgpl.texi (Library Copying): Rename main node to GNU LGPL.
7629         Spell FSF address consistently with others.
7630         (These changes approved by rms.)
7631
7632 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7633
7634         Speed up by a factor of 1.61.
7635         * gnulib-tool (func_modules_transitive_closure): Rewrite to not check
7636         already checked module names again.
7637
7638 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7639
7640         Speed up by a factor of 1.13.
7641         * gnulib-tool (func_import): Rewrite all old_files at once; likewise
7642         for new_files, and the input to func_add_or_update.
7643
7644 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7645
7646         * gnulib-tool (func_all_modules, func_modules_to_filelist, func_import,
7647         func_create_testdir, ...): Change 'sort | uniq' to 'sort -u'.
7648
7649 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
7650
7651         * modules/mkancesdirs (Depends-on): Add fcntl.
7652         * modules/savewd: New file.
7653         * MODULES.html.sh (File system functions): Add savewd.
7654
7655         * modules/configmake (Makefile.am): Add support for the
7656         Automake-supplied PKGLIBDIR, PKGINCLUDEDIR, PKGDATADIR.
7657
7658 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
7659
7660         * m4/savewd.m4: New file.
7661
7662 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
7663
7664         * lib/dirchownmod.c: Don't include fcntl.h; no longer needed.
7665         (dirchownmod): New arg FD.  All callers changed.
7666         Use FD rather than opening the directory ourself, as opening is
7667         now the caller's responsibility.
7668         * lib/dirchownmod.h: Likewise.
7669         * lib/mkancesdirs.c: Include <sys/types.h>, for portability to older
7670         hosts that require <sys/types.h> before <sys/stat.h>.  Include
7671         fcntl.h, savewd.h, and unistd.h, not dirname.h and stat-macros.h.
7672         (test_dir): Remove.
7673         (mkancesdirs): Return length of prefix of FILE that has already
7674         been made, or -2 if there is a child doing the work.  Redo
7675         algorithm so that it is O(N) rather than O(N**2).  Optimize away
7676         ".", and treat ".." specially since it might stray back into
7677         already-created areas.  Use a subprocess if necessary.  New arg
7678         WD; all users changed.  MAKE_DIR function should now return 1
7679         if it creates a directory that is not readable.  Return -2 if
7680         a child process is spun off.
7681         * lib/mkancesdirs.h: Include <stddef.h>, for ptrdiff_t.
7682         Adjust signature to match code.
7683         * lib/mkdir-p.c: Include dirname.h, for IS_ABSOLUTE_FILE_NAME.
7684         (make_dir_parents): Use a subprocess if necessary.  New arg WD;
7685         all users changed.
7686         * lib/savewd.c, lib/savewd.h: New files.
7687
7688 2006-09-15  Jim Meyering  <jim@meyering.net>
7689
7690         * modules/rename-dest-slash: New module.
7691         * MODULES.html.sh (posix_compat): Add it here.
7692
7693         * modules/rename: Reflect vb_FUNC_RENAME -> gl_FUNC_RENAME change.
7694
7695 2006-09-15  Jim Meyering  <jim@meyering.net>
7696
7697         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH): New
7698         file.
7699
7700         * m4/rename.m4 (gl_FUNC_RENAME): Rename from vb_FUNC_RENAME.
7701
7702 2006-09-15  Jim Meyering  <jim@meyering.net>
7703
7704         * lib/rename-dest-slash.c (has_trailing_slash): Use
7705         FILE_SYSTEM_PREFIX_LEN, for non-POSIX systems.
7706         (rpl_rename_dest_slash): Perform the cheaper trailing slash
7707         test before testing whether SRC is a directory.
7708         Suggestions from Bruno Haible.
7709
7710         Avoid a warning about an unused variable.
7711         * lib/regex_internal.c (re_dfa_add_node): Move declaration of "type"
7712         into the #ifdef block where it's used.
7713
7714         * lib/rename-dest-slash.c: New file.
7715
7716 2006-09-14  Bruno Haible  <bruno@clisp.org>
7717
7718         * lib/allocsa.c: Include <config.h> unconditionally.
7719         * lib/asnprintf.c: Likewise.
7720         * lib/asprintf.c: Likewise.
7721         * lib/c-strcasecmp.c: Likewise.
7722         * lib/c-strcasestr.c: Likewise.
7723         * lib/c-strncasecmp.c: Likewise.
7724         * lib/c-strstr.c: Likewise.
7725         * lib/classpath.c: Likewise.
7726         * lib/clean-temp.c: Likewise.
7727         * lib/concatpath.c: Likewise.
7728         * lib/copy-file.c: Likewise.
7729         * lib/csharpcomp.c: Likewise.
7730         * lib/csharpexec.c: Likewise.
7731         * lib/execute.c: Likewise.
7732         * lib/fatal-signal.c: Likewise.
7733         * lib/findprog.c: Likewise.
7734         * lib/fwriteerror.c: Likewise.
7735         * lib/gl_array_list.c: Likewise.
7736         * lib/gl_array_oset.c: Likewise.
7737         * lib/gl_avltree_list.c: Likewise.
7738         * lib/gl_avltree_oset.c: Likewise.
7739         * lib/gl_avltreehash_list.c: Likewise.
7740         * lib/gl_carray_list.c: Likewise.
7741         * lib/gl_linked_list.c: Likewise.
7742         * lib/gl_linkedhash_list.c: Likewise.
7743         * lib/gl_list.c: Likewise.
7744         * lib/gl_oset.c: Likewise.
7745         * lib/gl_rbtree_list.c: Likewise.
7746         * lib/gl_rbtree_oset.c: Likewise.
7747         * lib/gl_rbtreehash_list.c: Likewise.
7748         * lib/imaxabs.c: Likewise.
7749         * lib/imaxdiv.c: Likewise.
7750         * lib/javacomp.c: Likewise.
7751         * lib/javaexec.c: Likewise.
7752         * lib/javaversion.c: Likewise.
7753         * lib/linebreak.c: Likewise.
7754         * lib/localcharset.c: Likewise.
7755         * lib/lock.c: Likewise.
7756         * lib/mbchar.c: Likewise.
7757         * lib/mbswidth.c: Likewise.
7758         * lib/mkdtemp.c: Likewise.
7759         * lib/pipe.c: Likewise.
7760         * lib/printf-args.c: Likewise.
7761         * lib/printf-parse.c: Likewise.
7762         * lib/progname.c: Likewise.
7763         * lib/progreloc.c: Likewise.
7764         * lib/readlink.c: Likewise.
7765         * lib/sh-quote.c: Likewise.
7766         * lib/stpcpy.c: Likewise.
7767         * lib/stpncpy.c: Likewise.
7768         * lib/strcasecmp.c: Likewise.
7769         * lib/strcasestr.c: Likewise.
7770         * lib/strcspn.c: Likewise.
7771         * lib/striconv.c: Likewise.
7772         * lib/strncasecmp.c: Likewise.
7773         * lib/strnlen1.c: Likewise.
7774         * lib/strstr.c: Likewise.
7775         * lib/strtok_r.c: Likewise.
7776         * lib/tls.c: Likewise.
7777         * lib/tmpdir.c: Likewise.
7778         * lib/unicodeio.c: Likewise.
7779         * lib/unsetenv.c: Likewise.
7780         * lib/vasnprintf.c: Likewise.
7781         * lib/vasprintf.c: Likewise.
7782         * lib/wait-process.c: Likewise.
7783         * lib/xallocsa.c: Likewise.
7784         * lib/xsetenv.c: Likewise.
7785         * lib/xstriconv.c: Likewise.
7786
7787 2006-09-13  Simon Josefsson  <jas@extundo.com>
7788
7789         * m4/getdate.m4: Don't AC_LIBOBJ([getdate]), automake takes care of
7790         that internally, suggested by Ralf Wildenhues
7791         <Ralf.Wildenhues@gmx.de>.
7792
7793 2006-09-13  Simon Josefsson  <jas@extundo.com>
7794
7795         * gnulib-tool (func_emit_lib_Makefile_am): Use $(LIBOBJS), not
7796         @LIBOBJS@.
7797         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
7798
7799 2006-09-13  Paul Eggert  <eggert@cs.ucla.edu>
7800
7801         * lib/_fpending.c: Include <config.h> unconditionally, since we no
7802         longer worry about uses that don't define HAVE_CONFIG_H.
7803         * lib/acl.c, lib/alloca.c, lib/argmatch.c, lib/atexit.c:
7804         * lib/backupfile.c, lib/basename.c, lib/c-stack.c, lib/c-strtod.c:
7805         * lib/calloc.c,lib/ canon-host.c, lib/canonicalize.c, lib/chdir-long.c:
7806         * lib/chdir-safer.c, lib/chown.c, lib/cloexec.c, lib/close-stream.c:
7807         * lib/closeout.c, lib/creat-safer.c, lib/cycle-check.c, lib/diacrit.c:
7808         * lib/dirchownmod.c, lib/dirfd.c, lib/dirname.c, lib/dup-safer.c:
7809         * lib/dup2.c, lib/error.c, lib/euidaccess.c, lib/exclude.c:
7810         * lib/exitfail.c, lib/fchmodat.c, lib/fchown-stub.c, lib/fd-safer.c:
7811         * lib/file-type.c, lib/fileblocks.c, lib/filemode.c, lib/filenamecat.c:
7812         * lib/fnmatch.c, lib/fopen-safer.c, lib/fprintftime.c, lib/free.c:
7813         * lib/fsusage.c, lib/ftruncate.c, lib/fts-cycle.c, lib/fts.c:
7814         * lib/full-write.c, lib/gai_strerror.c, lib/getcwd.c, lib/getdate.y:
7815         * lib/getdomainname.c, lib/getgroups.c, lib/gethostname.c:
7816         * lib/gethrxtime.c, lib/getloadavg.c, lib/getlogin_r.c:
7817         * lib/getndelim2.c, lib/getnline.c, lib/getopt.c, lib/getopt1.c:
7818         * lib/getpass.c, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c:
7819         * lib/getusershell.c, lib/glob.c, lib/group-member.c:
7820         * lib/hard-locale.c, lib/hash-pjw.c, lib/hash.c, lib/human.c:
7821         * lib/idcache.c, lib/inet_ntop.c, lib/inet_pton.c, lib/inttostr.c:
7822         * lib/isdir.c, lib/lchown.c, lib/linebuffer.c, lib/long-options.c:
7823         * lib/lstat.c, lib/malloc.c, lib/md5.c, lib/memcasecmp.c, lib/memchr.c:
7824         * lib/memcmp.c, lib/memcoll.c, lib/memcpy.c, lib/memmove.c:
7825         * lib/memrchr.c, lib/mkancesdirs.c, lib/mkdir-p.c, lib/mkdir.c:
7826         * lib/mkdirat.c, lib/mkstemp-safer.c, lib/mkstemp.c, lib/modechange.c:
7827         * lib/mountlist.c, lib/nanosleep.c, lib/obstack.c, lib/open-safer.c:
7828         * lib/openat-die.c, lib/openat.c, lib/pagealign_alloc.c, lib/physmem.c:
7829         * lib/pipe-safer.c, lib/posixtm.c, lib/posixver.c, lib/putenv.c:
7830         * lib/quote.c, lib/quotearg.c, lib/raise.c, lib/readtokens.c:
7831         * lib/readtokens0.c, lib/readutmp.c, lib/realloc.c, lib/regex.c:
7832         * lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c:
7833         * lib/same.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c:
7834         * lib/settime.c, lib/sha1.c, lib/sig2str.c, lib/snprintf.c:
7835         * lib/strdup.c, lib/strerror.c, lib/strftime.c, lib/stripslash.c:
7836         * lib/strndup.c, lib/strnlen.c, lib/strpbrk.c, lib/strtod.c:
7837         * lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c:
7838         * lib/time_r.c, lib/timegm.c, lib/tmpfile-safer.c, lib/unlinkdir.c:
7839         * lib/userspec.c, lib/utime.c, lib/utimecmp.c, lib/utimens.c:
7840         * lib/version-etc-fsf.c, lib/version-etc.c, lib/xalloc-die.c:
7841         * lib/xgetcwd.c, lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c:
7842         * lib/xnanosleep.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtoimax.c:
7843         * lib/xstrtol.c, lib/xstrtoumax.c, lib/yesno.c:
7844         Likewise.
7845
7846 2006-09-13  Eric Blake  <ebb9@byu.net>
7847
7848         * lib/getopt.c: Fix typo in last commit.
7849
7850 2006-09-12  Sergey Poznyakoff  <gray@gnu.org.ua>
7851
7852         * lib/argp-help.c (argp_doc): Make sure NULL is not passed to
7853         dgettext.
7854
7855 2006-09-12  Jim Meyering  <jim@meyering.net>
7856
7857         * lib/nanosleep.c: Include <sys/types.h> before sys/select.h, to avoid
7858         compilation failure (due to use of pid_t in latter) on NetBSD 1.6.
7859         Reported by Nelson H. F. Beebe.
7860
7861 2006-09-10  Sergey Poznyakoff  <gray@gnu.org.ua>
7862
7863         * lib/argp-parse.c (__argp_parse) [!_LIBC]: Make sure
7864         program_invocation_name and program_invocation_short_name are
7865         initialized.
7866         * lib/argp-namefrob.h: Move declarations of program_invocation_name
7867         and program_invocation_short_name to argp.h, so they are visible
7868         to user programs.
7869         * lib/argp.h: Likewise
7870
7871 2006-09-10  Bruno Haible  <bruno@clisp.org>
7872
7873         * modules/mkdtemp (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
7874         m4/inttypes_h.m4, m4/uintmax_t.m4.
7875
7876 2006-09-10  Bruno Haible  <bruno@clisp.org>
7877
7878         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Don't require
7879         gl_AC_TYPE_UINTMAX_T.
7880
7881 2006-09-10  Bruno Haible  <bruno@clisp.org>
7882
7883         * lib/mkdtemp.c: Include <stdint.h> always. Don't include <inttypes.h>.
7884
7885 2006-09-09  Sergey Poznyakoff  <gray@gnu.org.ua>
7886
7887         * lib/argp.h (struct argp): Document the N_("..") "\v" N_("..")
7888         convention.  Text proposed by Bruno Haible.
7889         (struct argp_option): Document the use of N_() wrappers.
7890
7891         * lib/argp-help.c (argp_doc): Split the untranslated doc string on
7892         '\v', and translate the two parts separately, instead of feeding
7893         the whole string to gettext.  This allows to exclude
7894         '\v' from the strings visible to the translator by writing doc
7895         strings as N_("..") "\v" N_("..").
7896
7897 2006-09-09  Paul Eggert  <eggert@cs.ucla.edu>
7898
7899         * config/srclist.txt: Undo latest change; the bug was fixed.
7900
7901 2006-09-09  Bruno Haible  <bruno@clisp.org>
7902
7903         * gnulib-tool (func_emit_lib_Makefile_am): Eliminate lib_LDFLAGS
7904         assignments if building a library without libtool.
7905         (func_emit_tests_Makefile_am): Likewise. Handle lib_* variables as
7906         in func_emit_lib_Makefile_am.
7907         (func_import): When building a static library libfoo.a, arrange to
7908         define variables LIBFOO_LIBDEPS and LIBFOO_LTLIBDEPS.
7909         (func_create_testdir): Likewise.
7910         * modules/gc (configure.ac, Makefile.am): If building statically,
7911         augment gl_libdeps and gl_ltlibdeps instead of lib_LDFLAGS.
7912         * modules/iconvme (configure.ac, Makefile.am): Likewise.
7913         * modules/striconv (configure.ac, Makefile.am): Likewise.
7914         Based on a suggestion by Ralf Wildenhues.
7915
7916 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
7917
7918         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
7919         Check for unistd.h too, since Autoconf doesn't assume POSIX.
7920         Also:
7921
7922         2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
7923         Add year_2050_test to catch glibc bug 2821
7924         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
7925
7926         2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
7927         Prefer #ifdef to #if.
7928
7929         2006-04-02  Paul Eggert  <eggert@cs.ucla.edu>
7930         Return from 'main' instead of calling 'exit'.
7931
7932 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
7933
7934         * lib/mktime.c (guess_time_tm): Fix bug where mktime
7935         returned the maximum time_t value rather than (time_t) -1.
7936         Problem originally reported by William Bardwell
7937         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
7938
7939         * lib/isapipe.h (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
7940         Moved to here ...
7941         * lib/isapipe.c (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
7942         ... from here.
7943
7944 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
7945
7946         * config/srclist.txt: Temporarily comment out mktime.c until glibc bug
7947         2821 is fixed.
7948
7949 2006-09-08  Jim Meyering  <jim@meyering.net>
7950
7951         Don't make generated files read-only.  That would bother too many
7952         people.  However, do retain the ability to work when targets are
7953         read-only: remove the destination and temporary files before writing
7954         them (when generated via sed or echo), or by using the -f option for
7955         both cp and mv commands.  Suggestion to use -f from Paul Eggert.
7956         * modules/alloca-opt, modules/argz, modules/arpa_inet:
7957         * modules/byteswap, modules/configmake, modules/fcntl:
7958         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
7959         * modules/localcharset, modules/netinet_in, modules/poll:
7960         * modules/stdbool, modules/stdint, modules/sys_select:
7961         * modules/sys_socket, modules/sys_stat, modules/sysexits:
7962
7963 2006-09-08  Jim Meyering  <jim@meyering.net>
7964
7965         Avoid new build failure on FreeBSD 6.0.
7966         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Include
7967         <sys/param.h> when testing whether getmntinfo uses statvfs.  Patch by
7968         Pavel Tsekov, in <http://savannah.gnu.org/bugs/?17643>.
7969
7970 2006-09-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7971
7972         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't use plain echo.
7973
7974 2006-09-07  Jim Meyering  <jim@meyering.net>
7975
7976         Fix global typo in last change: use chmod u-w, not chmod u-x.
7977         Spotted by Paul Eggert and Bruce Korb.
7978         * modules/alloca-opt, modules/argz, modules/arpa_inet:
7979         * modules/byteswap, modules/configmake, modules/fcntl:
7980         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
7981         * modules/localcharset, modules/netinet_in, modules/poll:
7982         * modules/stdbool, modules/stdint, modules/sys_select:
7983         * modules/sys_socket, modules/sys_stat, modules/sysexits:
7984
7985 2006-09-06  Jim Meyering  <jim@meyering.net>
7986
7987         Make generated files be read-only.
7988         * modules/alloca-opt (Makefile.am): Work also when $@ is read-only.
7989         Ensure that each generated file is now read-only.
7990         * modules/argz: Likewise.
7991         * modules/arpa_inet: Likewise.
7992         * modules/byteswap: Likewise.
7993         * modules/configmake: Likewise.
7994         * modules/fcntl: Likewise.
7995         * modules/fnmatch: Likewise.
7996         * modules/getopt: Likewise.
7997         * modules/glob: Likewise.
7998         * modules/inttypes: Likewise.
7999         * modules/netinet_in: Likewise.
8000         * modules/poll: Likewise.
8001         * modules/stdbool: Likewise.
8002         * modules/stdint: Likewise.
8003         * modules/sys_select: Likewise.
8004         * modules/sys_socket: Likewise.
8005         * modules/sys_stat: Likewise.
8006         * modules/sysexits: Likewise.
8007         * modules/localcharset: Same as above, but continue using temporary
8008         file named "t-$@" (why different?) rather than the "$@-t" used
8009         everywhere else.
8010
8011         * modules/sysexits (Makefile.am): Replace literal occurrences
8012         of "sysexit.h" more readable, and more consistent, "$@".
8013
8014 2006-09-06  Bruno Haible  <bruno@clisp.org>
8015
8016         * modules/striconv: New file.
8017         * modules/xstriconv: New file.
8018         * MODULES.html.sh (Internationalization functions): Add striconv,
8019         xstriconv.
8020
8021 2006-09-06  Bruno Haible  <bruno@clisp.org>
8022
8023         * modules/gc (Makefile.am): Augment lib_LDFLAGS, not lib_LIBADD.
8024         * modules/iconvme (Makefile.am): Likewise. Also handle the case of
8025         not using libtool correctly.
8026
8027 2006-09-06  Bruno Haible  <bruno@clisp.org>
8028
8029         * lib/striconv.h: New file.
8030         * lib/striconv.c: New file, merging iconvme.c with GNU gettext's
8031         iconvstring.c.
8032         * lib/xstriconv.h: New file.
8033         * lib/xstriconv.c: New file.
8034
8035 2006-09-06  Bruno Haible  <bruno@clisp.org>
8036
8037         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
8038         lib_..._LDFLAGS.
8039
8040 2006-09-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8041
8042         * lib/argz_.h: Sync from Libtool.
8043
8044         2006-09-04  George Bosilca <bosilca@cs.utk.edu>
8045                 and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
8046
8047         * lib/libltdl/argz_.h: It's __cplusplus, not _cplusplus.
8048
8049 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
8050
8051         * modules/trim: New file.
8052
8053 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
8054
8055         * lib/trim.h: New file.
8056         * lib/trim.c: New file.
8057
8058 2006-09-05  Bruno Haible  <bruno@clisp.org>
8059
8060         * MODULES.html.sh (String handling): Add trim.
8061
8062 2006-09-04  Karl Berry  <karl@gnu.org>
8063
8064         * config/srclist.txt (signed.m4, gettext.m4): changes not propagated
8065         until next release.
8066
8067 2006-09-03  Bruno Haible  <bruno@clisp.org>
8068
8069         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Locate mingw shared libraries
8070         correctly.
8071
8072 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
8073
8074         * m4/getloadavg.m4 (gl_GETLOADAVG): Use CONFIGURING_GETLOADAVG,
8075         not gl_GETLOADAVG.  Omit unneeded semicolons.
8076         Problems reported by Ralf Wildenhues in
8077         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
8078         (gl_PREREQ_GETLOADAVG): Use AC_DEFUN, not m4_define.  Put
8079         at the end, which is the usual gnulib style.
8080
8081         * m4/fstypename.m4 (gl_FSTYPENAME): Use AC_CHECK_MEMBERS instead
8082         of doing all the work ourselves.
8083         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Don't check for
8084         sys/statvfs.h since the code doesn't use HAVE_SYS_STATVFS_H.
8085
8086 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
8087
8088         * lib/getloadavg.c: Use CONFIGURING_GETLOADAVG, not gl_GETLOADAVG.
8089         Problem reported by Ralf Wildenhues in
8090         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
8091
8092         * lib/mountlist.c: All uses of HAVE_F_FSTYPENAME_IN_STATFS replaced by
8093         HAVE_STRUCT_STATFS_F_FSTYPENAME.
8094
8095 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
8096
8097         * gnulib-tool (func_emit_lib_Makefile_am): Fix typos in
8098         yesterday's patch by changing test -n to test -z.
8099
8100 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
8101
8102         * modules/getloadavg (Files): Add m4/getloadavg.m4.
8103         (configure.ac): AC_FUNC_GETLOADAVG -> gl_GETLOADAVG, as
8104         the former is now obsolescent.
8105
8106         * modules/chdir-long (Depends-on): Add fcntl.
8107
8108 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
8109
8110         * m4/fnmatch.m4: Add comment that Autoconf AC_FUNC_FNMATCH is
8111         obsolescent, and programs should use gnulib instead.
8112         * m4/getloadavg.m4: New file, with contents taken from Autoconf
8113         but with prefixes changed.
8114
8115 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
8116
8117         * lib/getloadavg.c [defined gl_GETLOADAVG]: Don't include config.h
8118         or stdbool.h, because they might not exist while configuring.
8119
8120         * lib/chdir-long.c: Include <fcntl.h>, for O_DIRECTORY.
8121         Don't include unistd.h or limits.h; not needed, since chdir-long.h
8122         does that for us.
8123         (O_DIRECTORY): Remove.
8124
8125 2006-08-31  Eric Blake  <ebb9@byu.net>
8126
8127         * gnulib-tool: Don't let emacs change spaces to TAB.
8128
8129 2006-08-31  Bruno Haible  <bruno@clisp.org>
8130
8131         * gnulib-tool: When calling func_import more than once, do it in a
8132         subshell.
8133         Reported by Eric Blake <ebb9@byu.net>.
8134
8135 2006-08-31  Bruno Haible  <bruno@clisp.org>
8136
8137         * gnulib-tool (nl): Remove variable.
8138         (sed_transform_lib_file): Use more robust test for config-h module.
8139         (func_import): Fix typo in 2006-08-25 patch.
8140
8141 2006-08-31  Bruno Haible  <bruno@clisp.org>
8142
8143         * gnulib-tool (func_emit_lib_Makefile_am): When --makefile-name was
8144         specified, augment Makefile.am variables instead of assigning them.
8145
8146 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
8147
8148         Work around a bug in both the Linux and SunOS 64-bit kernels:
8149         nanosleep mishandles sleeps for longer than 2**31 seconds.
8150         Problem reported by Frank v Waveren in
8151         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
8152         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Require gl_CLOCK_TIME.
8153         Check for nanosleep bug.
8154         (LIB_NANOSLEEP): Append clock_gettime library if needed.
8155
8156 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
8157
8158         Work around a bug in both the Linux and SunOS 64-bit kernels:
8159         nanosleep mishandles sleeps for longer than 2**31 seconds.
8160         Problem reported by Frank v Waveren in
8161         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
8162         * lib/nanosleep.c (BILLION): New constant.
8163         (getnow) [HAVE_BUG_BIG_NANOSLEEP]: New functions.
8164         (rpl_nanosleep) [HAVE_BUG_BIG_NANOSLEEP]: Completely new
8165         implementation.
8166
8167 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
8168
8169         * modules/nanosleep (Depends-on): Add gettime.
8170
8171 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
8172         and Simon Josefsson  <jas@extundo.com>
8173         and Oskar Liljeblad  <oskar@osk.mine.nu>
8174
8175         * MODULES.html.sh (Support for building documentation): Add gpl, lgpl.
8176         * gnulib-tool (func_import): New license type 'unmodifiable license
8177         text'.
8178         * modules/fdl: Use it.  Longer description.
8179         * module/gpl, module/lgpl: New files.
8180
8181 2006-08-30  Jim Meyering  <jim@meyering.net>
8182
8183         * lib/isapipe.c (isapipe): Rename local s/fd/fd_pair/ to avoid
8184         shadowing the parameter.
8185
8186 2006-08-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8187
8188         Sync from Libtool:
8189
8190         2006-08-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8191
8192         * lib/libltdl/argz.c: Use `#ifdef HAVE_CONFIG_H', to facilitate code
8193         sharing with gnulib.  Report by Eric Blake.
8194
8195 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
8196
8197         * modules/isapipe: New file.
8198         * MODULES.html.sh (File descriptor based Input/Output): Add isapipe.
8199
8200 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
8201
8202         * modules/configmake (Makefile.am): Add a comment, and omit
8203         the CONFIGMAKE_ prefix from generated macro names.  Suggested
8204         by Bruno Haible.
8205
8206 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
8207
8208         * m4/isapipe.m4: New file.
8209
8210 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
8211
8212         * lib/isapipe.c, lib/isapipe.h: New files.
8213
8214 2006-08-29  Jim Meyering  <jim@meyering.net>
8215
8216         * modules/configmake (Makefile.am): Make configmake.h depend on
8217         Makefile.  Otherwise, a stale configmake.h could hang around.
8218
8219 2006-08-29  Eric Blake  <ebb9@byu.net>
8220
8221         * lib/error.c (error_at_line, print_errno_message): Match libc, after
8222         resolution of upstream bug 3044.
8223
8224 2006-08-29  Bruno Haible  <bruno@clisp.org>
8225
8226         * modules/localcharset (Depends-on): Add configmake.
8227         (Makefile.am): Remove setting of LIBDIR through DEFS.
8228
8229 2006-08-29  Bruno Haible  <bruno@clisp.org>
8230
8231         * lib/localcharset.c: Include configmake.h in order to get LIBDIR
8232         defined.
8233
8234 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
8235
8236         * modules/fcntl: New file.
8237         * modules/chdir-safer (Depends-on): Add fcntl.
8238         * modules/fts: Likewise.
8239         * modules/mkdir-p: Likewise.
8240
8241         * modules/stdint (Makefile.am): Do not substitute ABSOLUTE_INTTYPES_H.
8242         This undoes the most recent change, since we're now addressing the
8243         problem in a different way.
8244
8245         * gnulib-tool (emit_lib_Makefile_am): Don't put $makefile_name
8246         into output, since the output might be called Makefile.am even
8247         if $makefile_name is something different.
8248         (func_import): Use $makefile_am rather than
8249         ${makefile_name-Makefile.am}, to fix a bug where makefile_name was
8250         empty.
8251
8252         * modules/inttypes (Files): Add m4/inttypes-h.m4.
8253
8254 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
8255
8256         * m4/inttypes.m4 (gl_INTTYPES_H): Move ABSOLUTE_INTTYPES_H code here...
8257         * m4/stdint.m4 (gl_STDINT_H): ... from here.  This undoes the most
8258         recent change to stdint.m4, since we're now addressing the problem in a
8259         different way.
8260
8261 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
8262
8263         * m4/fcntl_h.m4: New file.
8264
8265 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
8266
8267         * lib/fcntl_.h: New file.
8268         * lib/chdir-safer.c (O_DIRECTORY, O_NOFOLLOW): Remove, now that we have
8269         the fcntl module.
8270         * lib/dirchownmod.c: Likewise.
8271         * lib/fts.c: Likewise.
8272
8273         * lib/inttypes_.h [defined _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H]:
8274         Include @ABSOLUTE_INTTYPES_H@ if available, but do nothing else.
8275         * lib/stdint_.h (_GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H): Define
8276         just before including <inttypes.h>, to avoid circular inclusion.
8277
8278 2006-08-28  Jim Meyering  <jim@meyering.net>
8279
8280         * doc/visibility.texi: Actually read and correct the grammar of the
8281         sentence affected by yesterday's change.
8282
8283 2006-08-28  Eric Blake  <ebb9@byu.net>
8284
8285         * modules/inttypes (Makefile.am): Fix sed error when inttypes.h
8286         needs wrapper.
8287
8288 2006-08-28  Eric Blake  <ebb9@byu.net>
8289
8290         * m4/inttypes.m4 (gl_INTTYPES_H): Fix missing #endif.
8291
8292 2006-08-28  Eric Blake  <ebb9@byu.net>
8293
8294         * m4/codeset.m4 (AM_LANGINFO_CODESET): Avoid compiler warning.
8295
8296 2006-08-28  Bruno Haible  <bruno@clisp.org>
8297
8298         * modules/c-strstr: New file, from GNU gettext.
8299         * MODULES.html.sh (String handling): Add c-strstr.
8300
8301 2006-08-28  Bruno Haible  <bruno@clisp.org>
8302
8303         * m4/inttypes.m4 (gl_INTTYPES_H): Don't test for the existence of SCNX*
8304         macros.
8305         Reported by Eric Blake.
8306
8307 2006-08-28  Bruno Haible  <bruno@clisp.org>
8308
8309         * lib/vasnprintf.c (EOVERFLOW): Remove definition.
8310         (VASNPRINTF): Return a string of length > INT_MAX without failing.
8311         * lib/vasprintf.c: Include errno.h, limits.h.
8312         (EOVERFLOW): New fallback definition.
8313         (vasprintf): Test here whether the string length is > INT_MAX.
8314         * lib/vsnprintf.c: Include errno.h, limits.h.
8315         (EOVERFLOW): New fallback definition.
8316         (vsnprintf): Fix bug when generated string was too long for the buffer.
8317         Test here whether the string length is > INT_MAX.
8318
8319 2006-08-28  Bruno Haible  <bruno@clisp.org>
8320
8321         * lib/inttypes_.h (SCNX*): Remove definitions.
8322         Reported by Eric Blake.
8323
8324 2006-08-28  Bruno Haible  <bruno@clisp.org>
8325
8326         * lib/c-strstr.h: New file, from GNU gettext.
8327         * lib/c-strstr.c: New file, from GNU gettext.
8328
8329 2006-08-28  Bruno Haible  <bruno@clisp.org>
8330
8331         * gnulib-tool: Reorder some statements.
8332
8333 2006-08-28  Bruno Haible  <bruno@clisp.org>
8334
8335         * gnulib-tool: New option --makefile-name.
8336         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Use
8337         $makefile_name.
8338         (func_import): Write $makefile_name to the cache file, and read it from
8339         there unless explicitly specified. Use $makefile_name as file name
8340         instead of Makefile.am. Adjust the recommendations accordingly.
8341
8342 2006-08-28  Bruno Haible  <bruno@clisp.org>
8343
8344         * gnulib-tool (func_verify_module): Check against misapplying patch.
8345
8346 2006-08-28  Bruno Haible  <bruno@clisp.org>
8347
8348         * gnulib-tool (func_relativize, func_relconcat): New functions.
8349         Give an error if --local-dir is given with --update.
8350         Remove trailing slashes from $local_gnulib_dir.
8351         (func_import): Store the relativized $local_gnulib_dir in
8352         gnulib-cache.m4, and read it from there if not specified explicitly.
8353
8354 2006-08-28  Bruno Haible  <bruno@clisp.org>
8355
8356         * gnulib-tool (func_get_tests_module): Don't assume that $gnulib_dir
8357         is the current directory. Respect also $local_gnulib_dir.
8358
8359 2006-08-28  Bruno Haible  <bruno@clisp.org>
8360             Simon Josefsson  <jas@extundo.com>
8361
8362         BeOS portability.
8363         * lib/getaddrinfo.c (PF_INET, PF_UNSPEC): New macros.
8364
8365 2006-08-27  Jim Meyering  <jim@meyering.net>
8366
8367         * doc/visibility.texi: Remove duplicate word: "pointer".
8368
8369 2006-08-26  Bruno Haible  <bruno@clisp.org>
8370
8371         * modules/inttypes (Files): Add lib/inttypes_.h, remove lib/inttypes.h.
8372         Add m4/inttypes.m4, remove m4/_inttypes_h.m4 and m4/include_next.m4.
8373         (Makefile.am): Create inttypes.h from inttypes_.h.
8374         * modules/stdint (Makefile.am): Substitute also ABSOLUTE_INTTYPES_H.
8375
8376         * modules/imaxabs: New file.
8377
8378         * modules/imaxdiv: New file.
8379
8380 2006-08-26  Bruno Haible  <bruno@clisp.org>
8381
8382         * m4/inttypes.m4: New file.
8383         * m4/_inttypes_h.m4: Remove file.
8384         * m4/inttypes-pri.m4 (gt_INTTYPES_PRI): Also AC_SUBST
8385         PRI_MACROS_BROKEN.
8386         * m4/stdint.m4 (gl_STDINT_H): Define also ABSOLUTE_INTTYPES_H.
8387
8388         * m4/imaxabs.m4: New file.
8389
8390         * m4/imaxdiv.m4: New file.
8391
8392 2006-08-26  Bruno Haible  <bruno@clisp.org>
8393
8394         * lib/inttypes_.h: New file.
8395         * lib/inttypes.h: Remove file.
8396         * lib/stdint_.h: Include <inttypes.h> through its absolute filename.
8397
8398         * lib/imaxabs.c: New file.
8399
8400         * lib/imaxdiv.c: New file.
8401
8402 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
8403
8404         New config-h module, so that "make" output needn't be cluttered
8405         by -DHAVE_CONFIG_H.
8406         * MODULES.html.sh (Support for building libraries and executables):
8407         Add config-h.
8408         * modules/config-h: New file.
8409         * gnulib-tool (nl, sed_transform_lib_file): New vars.
8410         (func_import): Turn "#ifdef HAVE_CONFIG_H" to "#if 1" if
8411         the config-h module is used.
8412
8413         New configmake module, so that "make" output needn't be cluttered
8414         by fluff like '-DLIBDIR=\"/usr/local/lib\"'.
8415         * MODULES.html.sh (Support for building libraries and executables):
8416         Add configmake.
8417         * modules/configmake: New file.
8418
8419 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
8420
8421         * m4/config-h.m4: New file.
8422
8423 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
8424
8425         * config/srclist.txt: Add elisp-comp.
8426
8427 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
8428
8429         * MODULES.html.sh (Support for building libraries and executables):
8430         Add elisp-comp.
8431         * build-aux/elisp-comp: New file.
8432         * modules/elisp-comp: New file.
8433
8434 2006-08-24  Bruno Haible  <bruno@clisp.org>
8435
8436         * gnulib-tool (func_create_testdir): Use non-default values of
8437         sourcebase and m4base.
8438
8439 2006-08-24  Bruno Haible  <bruno@clisp.org>
8440
8441         * MODULES.html.sh (Compatibility checks for POSIX:2001 functions: Fix
8442         HTML structure.
8443
8444 2006-08-23  Paul Eggert  <eggert@cs.ucla.edu>
8445
8446         * modules/openat (Depends-on): Add lchown.
8447
8448 2006-08-23  Bruno Haible  <bruno@clisp.org>
8449
8450         * gnulib-tool (func_import, func_create_testdir): Emit an invocation
8451         of gl_LOCK_EARLY instead of gl_LOCK.
8452
8453 2006-08-23  Bruno Haible  <bruno@clisp.org>
8454
8455         * m4/lock.m4 (gl_LOCK_BODY): Change the default value of gl_use_threads
8456         on OSF/1 to no.
8457         Reported by Stephen Cartwright <sgcartwr@ucalgary.ca>.
8458
8459 2006-08-23  Bruno Haible  <bruno@clisp.org>
8460
8461         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't consider BeOS statvfs
8462         as unusable.
8463
8464         * m4/lock.m4 (gl_LOCK_EARLY): Renamed from gl_LOCK.
8465         (gl_LOCK_BODY): Remove gl_PREREQ_LOCK invocation.
8466         (gl_LOCK): New macro.
8467
8468 2006-08-22  Simon Josefsson  <jas@extundo.com>
8469
8470         * modules/gc-md5 (Makefile.am): Need to add md5.h, after changes
8471         to md5 module.
8472
8473 2006-08-22  Simon Josefsson  <jas@extundo.com>
8474
8475         * MODULES.html.sh: Add "Support for maintaining and release
8476         projects".
8477
8478         * build-aux/gnupload: New file, from coreutils.
8479
8480 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
8481
8482         Avoid the need for AC_LIBSOURCES in m4 macros.
8483         * modules/arcfour (EXTRA_DIST): Add arcfour.h.
8484         * modules/arctwo (EXTRA_DIST): Add arctwo.h.
8485         * modules/check-version (EXTRA_DIST): Add check-version.h.
8486         * modules/crc (EXTRA_DIST): Add crc.h.
8487         * modules/des (EXTRA_DIST): Add des.h.
8488         * modules/gc (EXTRA_DIST): Add gc.h.
8489         * modules/getdelim (EXTRA_DIST): Add getdelim.h.
8490         * modules/getline (EXTRA_DIST): Add getline.h.
8491         * modules/getlogin_r (EXTRA_DIST): Add getlogin_r.h.
8492         * modules/hmac-md5 (EXTRA_DIST): Add hmac.h.
8493         * modules/hmac-sha1 (EXTRA_DIST): Add hmac.h.
8494         * modules/md2 (EXTRA_DIST): Add md2.h.
8495         * modules/md4 (EXTRA_DIST): Add md4.h.
8496         * modules/pagealign_alloc (EXTRA_DIST): Add pagealign_alloc.h.
8497         * modules/read-file (EXTRA_DIST): Add read-file.h.
8498         * modules/readline (EXTRA_DIST): Add readline.h.
8499         * modules/rijndael (EXTRA_DIST): Add rijndael-alg-fst.h,
8500         rijndael-api-fst.h.
8501
8502 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
8503
8504         * m4/rijndael.m4 (gl_ARCFOUR):
8505         * m4/arctwo.m4 (gl_ARCTWO):
8506         * m4/check-version.m4 (gl_CHECK_VERSION):
8507         * m4/crc.m4 (gl_CRC):
8508         * m4/des.m4 (gl_DES):
8509         * m4/gc-pbkdf2-sha1.m4 (gl_GC_PBKDF2_SHA1):
8510         * m4/gc.m4 (gl_GC):
8511         * m4/getdelim.m4 (gl_FUNC_GETDELIM):
8512         * m4/getline.m4 (gl_FUNC_GETLINE):
8513         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE):
8514         * m4/hmac-md5.m4 (gl_HMAC_MD5):
8515         * m4/hmac-sha1.m4 (gl_HMAC_SHA1):
8516         * m4/md2.m4 (gl_MD2):
8517         * m4/md4.m4 (gl_MD4):
8518         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC):
8519         * m4/read-file.m4 (gl_FUNC_READ_FILE):
8520         * m4/readline.m4 (gl_FUNC_READLINE):
8521         * m4/rijndael.m4 (gl_RIJNDAEL):
8522         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
8523         to get the necessary .h files and whatnot.
8524
8525 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
8526
8527         * config/srclist.txt: Remove gnupload, since coreutils now syncs from
8528         gnulib rather than the other way around.
8529         * config/srclistvars.sh (COREUTILS): Remove.
8530
8531 2006-08-22  Jim Meyering  <jim@meyering.net>
8532
8533         * modules/mkdir-p (Makefile.am): Fix typo: s/lib+SOURCES/lib_SOURCES/.
8534
8535         * modules/getpass-gnu (Makefile.am): Add getpass.h to EXTRA_DIST.
8536
8537 2006-08-22  Eric Blake  <ebb9@byu.net>
8538
8539         * modules/regexprops-generic: New file.
8540         * MODULES.html.sh (Support for building documentation): List it.
8541
8542 2006-08-22  Eric Blake  <ebb9@byu.net>
8543
8544         * m4/stdint_h.m4 (gl_AC_HEADER_STDINT_H): Avoid compiler warning.
8545         * m4/inttypes_h.m4 (gl_AC_HEADER_INTTYPES_H): Likewise.
8546         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Likewise.
8547         * m4/intmax_t.m4 (gt_AC_TYPE_INTMAX_T): Likewise.
8548
8549 2006-08-22  Bruno Haible  <bruno@clisp.org>
8550
8551         * gnulib-tool (func_emit_lib_Makefile_am): Don't treat lib_LIBRARIES
8552         and lib_LTLIBRARIES like the other lib_* variables.
8553
8554 2006-08-22  Bruno Haible  <bruno@clisp.org>
8555
8556         * build-aux/x-to-1.in: New file, from GNU gettext.
8557
8558 2006-08-22  Bruno Haible  <bruno@clisp.org>
8559
8560         * m4/readutmp.m4 (gl_READUTMP): Compile readutmp.c only if <utmp.h> or
8561         <utmpx.h> exists.
8562
8563 2006-08-22  Bruno Haible  <bruno@clisp.org>
8564
8565         * lib/readutmp.h: Skip most definitions if neither <utmp.h> nor
8566         <utmpx.h> exists.
8567
8568 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
8569
8570         BeOS portability.
8571         * lib/dirchownmod.c (dirchownmod): Don't use fchmod if it doesn't
8572         exist.
8573         Problem reported by Bruno Haible.
8574
8575 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
8576
8577         Avoid the need for AC_LIBSOURCES in m4 macros.
8578         * modules/acl (EXTRA_DIST): Add acl.h.
8579         * modules/argmatch (Files): Add m4/argmatch.m4.
8580         (configure.ac): Add gl_ARGMATCH.
8581         (EXTRA_DIST): Renamed from lib_SOURCES, for
8582         consistency with the other modules.  Remove argmatch.c.
8583         * modules/backupfile (EXTRA_DIST): Add backupfile.h.
8584         * modules/c-strtod (EXTRA_DIST): Add c-strtod.h.
8585         * modules/c-strtold (EXTRA_DIST): Add c-strtod.c, c-strtod.h.
8586         * modules/canonhost (EXTRA_DIST): Add c-canonhost.h.
8587         * modules/canonicalize (EXTRA_DIST): Add canonicalize.h.
8588         * modules/chdir-long (EXTRA_DIST): Add chdir-long.h.
8589         * modules/chdir-safer (EXTRA_DIST): Add chdir-safer.h.
8590         * modules/cloexec (EXTRA_DIST): Add cloexec.h.
8591         * modules/close-stream (EXTRA_DIST): Add close-stream.h.
8592         * modules/closeout (EXTRA_DIST): Add closeout.h.
8593         * modules/cycle-check (EXTRA_DIST): Add cycle-check.h.
8594         * modules/dev-ino (EXTRA_DIST): Add dev-ino.h.
8595         * modules/dirfd (EXTRA_DIST): Add dirfd.h.
8596         * modules/dirname (EXTRA_DIST): Renamed from lib_SOURCES.  Add
8597         dirname.h; remove basename.c and stripslash.c.
8598         * modules/exclude (EXTRA_DIST): Add exclude.h.
8599         * modules/exitfail (EXTRA_DIST): Add exitfail.h.
8600         * modules/fcntl-safer (EXTRA_DIST): Add fcntl-safer.h fcntl--.h.
8601         * modules/file-type (EXTRA_DIST): Add file-type.h.
8602         * modules/filemode (EXTRA_DIST): Add filemode.h.
8603         * modules/filenamecat (EXTRA_DIST): Add filenamecat.h.
8604         * modules/fopen-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
8605         * modules/fpending (EXTRA_DIST): Add __fpending.h.
8606         * modules/fprintftime (EXTRA_DIST): Add fprintftime.h.
8607         * modules/fsusage (EXTRA_DIST): Add fsusage.h.
8608         * modules/fts (EXTRA_DIST): Add fts_.h fts-cycle.c.
8609         * modules/getcwd (EXTRA_DIST): Add getcwd.h.
8610         * modules/getdate (EXTRA_DIST): Add getdate.c.
8611         * modules/gethrxtime (EXTRA_DIST): Add gethrxtime.h xtime.h.
8612         * modules/getpagesize (EXTRA_DIST): Add getpagesize.h.
8613         * modules/getpass (EXTRA_DIST): Add getpass.h.
8614         * modules/glob (EXTRA_DIST): Add glob_.h glob-libc.h.
8615         * modules/group-member (EXTRA_DIST): Add group-member.h.
8616         * modules/hard-locale (EXTRA_DIST): Add hard-locale.h.
8617         * modules/hash (EXTRA_DIST): Add hash.h.
8618         * modules/human (EXTRA_DIST): Add human.h.
8619         * modules/inttypes (EXTRA_DIST): Add inttypes.h.
8620         * modules/lchmod (EXTRA_DIST): Add lchmod.h.
8621         * modules/lchown (EXTRA_DIST): Add lchown.h.
8622         * modules/long-options (EXTRA_DIST): Add long-options.h.
8623         * modules/lstat (EXTRA_DIST): Add lstat.h.
8624         * modules/md5 (EXTRA_DIST): Add memcasecmp.h.
8625         * modules/memcoll (EXTRA_DIST): Add memcoll.h.
8626         * modules/mempcpy (EXTRA_DIST): Add mempcpy.h.
8627         * modules/memrchr (EXTRA_DIST): Add memrchr.h.
8628         * modules/memxor (EXTRA_DIST): Add memxor.h.
8629         * modules/mkancesdirs (EXTRA_DIST): Add mkancesdirs.h.
8630         * modules/mkdir-p (EXTRA_DIST): Add modechange.h.
8631         * modules/mountlist (EXTRA_DIST): Add mountlist.h.
8632         * modules/openat (EXTRA_DIST): Add at-func.c openat.h openat-priv.h.
8633         * modules/pathmax (EXTRA_DIST): Add pathmax.h.
8634         * modules/physmem (EXTRA_DIST): Add physmem.h.
8635         * modules/posixtm (EXTRA_DIST): Add posixtm.h.
8636         * modules/posixver (EXTRA_DIST): Add posixver.h.
8637         * modules/quote (EXTRA_DIST): Add quote.h.
8638         * modules/quotearg (EXTRA_DIST): Add quotearg.h.
8639         * modules/readtokens (EXTRA_DIST): Add readtokens.h.
8640         * modules/readutmp (EXTRA_DIST): Add readutmp.h.
8641         * modules/regex (EXTRA_DIST): Add regcomp.c regex.h regex_internal.c
8642         regex_internal.h regexec.c.
8643         * modules/safe-read (EXTRA_DIST): Add safe-read.h.
8644         * modules/safe-write (EXTRA_DIST): Add safe-write.h.
8645         * modules/same (EXTRA_DIST): Add same.h.
8646         * modules/same-inode (EXTRA_DIST): Add same-inode.h.
8647         * modules/save-cwd (EXTRA_DIST): Add save-cwd.h.
8648         * modules/savedir (EXTRA_DIST): Add savedir.h.
8649         * modules/sha1 (EXTRA_DIST): Add sha1.h.
8650         * modules/sig2str (EXTRA_DIST): Add sig2str.h.
8651         * modules/stat-macros (EXTRA_DIST): Add stat-macros.h.
8652         * modules/stat-time (EXTRA_DIST): Add stat-time.h.
8653         * modules/stdlib-safer (EXTRA_DIST): Add stdlib-safer.h stdlib--.h.
8654         * modules/strdup (EXTRA_DIST): Add strdup.h.
8655         * modules/strftime (EXTRA_DIST): Add strftime.h.
8656         * modules/strndup (EXTRA_DIST): Add strndup.h.
8657         * modules/strnlen (EXTRA_DIST): Add strnlen.h.
8658         * modules/strverscmp (EXTRA_DIST): Add strverscmp.h.
8659         * modules/time_r (EXTRA_DIST): Add time_r.h.
8660         * modules/timespec (EXTRA_DIST): Add timespec.h.
8661         * modules/tmpfile-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
8662         * modules/unistd-safer (EXTRA_DIST): Add unistd-safer.h unistd--.h.
8663         * modules/unlinkdir (EXTRA_DIST): Add unlinkdir.h.
8664         * modules/unlocked-io (EXTRA_DIST): Add unlocked-io.h.
8665         * modules/userspec (EXTRA_DIST): Add userspec.h.
8666         * modules/utimecmp (EXTRA_DIST): Add utimecmp.h.
8667         * modules/utimens (EXTRA_DIST): Add utimens.h.
8668         * modules/xalloc (EXTRA_DIST): Add xalloc.h.
8669         * modules/xgetcwd (EXTRA_DIST): Add xgetcwd.h.
8670         * modules/xnanosleep (EXTRA_DIST): Add xnanosleep.h.
8671         * modules/xreadlink (EXTRA_DIST): Add xreadlink.h.
8672         * modules/xstrtod (EXTRA_DIST): Add xstrtod.h.
8673         * modules/xstrtol (EXTRA_DIST): Add xstrtol.h.
8674         * modules/xstrtold (EXTRA_DIST): Add xstrtod.c xstrtod.h.
8675         * modules/yesno (EXTRA_DIST): Add yesno.h.
8676
8677 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
8678
8679         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Check for fchmod.
8680
8681         * m4/argmatch.m4: New file, from coreutils with AC_LIBSOURCES removed.
8682         * m4/dev-ino.m4, same-inode.m4: Remove.
8683
8684         * m4/_inttypes_h.m4 (gl_INTTYPES_H):
8685         * m4/acl.m4 (AC_FUNC_ACL):
8686         * m4/backupfile.m4 (gl_BACKUPFILE):
8687         * m4/c-strtod.m4 (gl_C99_STRTOLD):
8688         * m4/canon-host.m4 (gl_CANON_HOST):
8689         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
8690         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG):
8691         * m4/chdir-safer.m4 (gl_CHDIR_SAFER):
8692         * m4/cloexec.m4 (gl_CLOEXEC):
8693         * m4/close-stream.m4 (gl_CLOSE_STREAM):
8694         * m4/closeout.m4 (gl_CLOSEOUT):
8695         * m4/dirfd.m4 (gl_FUNC_DIRFD):
8696         * m4/dirname.m4 (gl_DIRNAME):
8697         * m4/exclude.m4 (gl_EXCLUDE):
8698         * m4/exitfail.m4 (gl_EXITFAIL):
8699         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER):
8700         * m4/file-type.m4 (gl_FILE_TYPE):
8701         * m4/filemode.m4 (gl_FILEMODE):
8702         * m4/filenamecat.m4 (gl_FILE_NAME_CONCAT):
8703         * m4/fpending.m4 (gl_FUNC_FPENDING):
8704         * m4/fprintftime.m4 (gl_FPRINTFTIME):
8705         * m4/fts.m4 (gl_FUNC_FTS):
8706         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL):
8707         * m4/getdate.m4 (gl_GETDATE):
8708         * m4/gethrxtime.m4 (gl_GETHRXTIME):
8709         * m4/getpagesize.m4 (gl_GETPAGESIZE):
8710         * m4/getpass.m4 (gl_FUNC_GETPASS):
8711         * m4/gettime.m4 (gl_GETTIME):
8712         * m4/getugroups.m4 (gl_GETUGROUPS):
8713         * m4/glob.m4 (gl_GLOB_SUBSTITUTE):
8714         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER):
8715         * m4/hard-locale.m4 (gl_HARD_LOCALE):
8716         * m4/hash.m4 (gl_HASH):
8717         * m4/idcache.m4 (gl_IDCACHE):
8718         * m4/lchmod.m4 (gl_FUNC_LCHMOD):
8719         * m4/lchown.m4 (gl_FUNC_LCHOWN):
8720         * m4/long-options.m4 (gl_LONG_OPTIONS):
8721         * m4/lstat.m4 (gl_FUNC_LSTAT):
8722         * m4/md5.m4 (gl_MD5):
8723         * m4/memcasecmp.m4 (gl_MEMCASECMP):
8724         * m4/memcoll.m4 (gl_MEMCOLL):
8725         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY):
8726         * m4/memrchr.m4 (gl_FUNC_MEMRCHR):
8727         * m4/memxor.m4 (gl_MEMXOR):
8728         * m4/mkancesdirs.m4 (gl_MKANCESDIRS):
8729         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS):
8730         * m4/modechange.m4 (gl_MODECHANGE):
8731         * m4/mountlist.m4 (gl_MOUNTLIST):
8732         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
8733         * m4/openat.m4 (gl_FUNC_OPENAT):
8734         * m4/pathmax.m4 (gl_PATHMAX):
8735         * m4/physmem.m4 (gl_PHYSMEM):
8736         * m4/posixtm.m4 (gl_POSIXTM):
8737         * m4/posixver.m4 (gl_POSIXVER):
8738         * m4/quote.m4 (gl_QUOTE):
8739         * m4/quotearg.m4 (gl_QUOTEARG):
8740         * m4/readtokens.m4 (gl_READTOKENS):
8741         * m4/readutmp.m4 (gl_READUTMP):
8742         * m4/regex.m4 (gl_REGEX):
8743         * m4/safe-read.m4 (gl_SAFE_READ):
8744         * m4/safe-write.m4 (gl_SAFE_WRITE):
8745         * m4/same.m4 (gl_SAME):
8746         * m4/save-cwd.m4 (gl_SAVE_CWD):
8747         * m4/savedir.m4 (gl_SAVEDIR):
8748         * m4/settime.m4 (gl_SETTIME):
8749         * m4/sha1.m4 (gl_SHA1):
8750         * m4/sig2str.m4 (gl_FUNC_SIG2STR):
8751         * m4/stat-macros.m4 (gl_STAT_MACROS):
8752         * m4/stat-time.m4 (gl_STAT_TIME):
8753         * m4/stdio-safer.m4 (gl_FOPEN_SAFER):
8754         * m4/stdlib-safer.m4 (gl_STDLIB_SAFER):
8755         * m4/strdup.m4 (gl_FUNC_STRDUP):
8756         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME):
8757         * m4/strndup.m4 (gl_FUNC_STRNDUP):
8758         * m4/strnlen.m4 (gl_FUNC_STRNLEN):
8759         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP):
8760         * m4/time_r.m4 (gl_TIME_R):
8761         * m4/timespec.m4 (gl_TIMESPEC):
8762         * m4/unistd-safer.m4 (gl_UNISTD_SAFER):
8763         * m4/unlinkdir.m4 (gl_UNLINKDIR):
8764         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO):
8765         * m4/userspec.m4 (gl_USERSPEC):
8766         * m4/utimecmp.m4 (gl_UTIMECMP):
8767         * m4/utimens.m4 (gl_UTIMENS):
8768         * m4/xalloc.m4 (gl_XALLOC):
8769         * m4/xgetcwd.m4 (gl_XGETCWD):
8770         * m4/xnanosleep.m4 (gl_XNANOSLEEP):
8771         * m4/xreadlink.m4 (gl_XREADLINK):
8772         * m4/xstrtod.m4 (gl_XSTRTOD):
8773         * m4/yesno.m4 (gl_YESNO):
8774         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
8775         to get the necessary .h files and whatnot.
8776
8777 2006-08-21  Mark D. Baushke  <mdb@gnu.org>
8778             Bruno Haible  <bruno@clisp.org>
8779
8780         * gnulib-tool (func_verify_module): Work around Sun's non-POSIX 1003.2
8781         /bin/sh understanding of '!' conditional negation.
8782
8783 2006-08-21  Jim Meyering  <jim@meyering.net>
8784
8785         * modules/openat (Depends-on): Really alphabetize.
8786
8787         * modules/acl (Depends-on): Add error and quote.
8788
8789         * check-module (find_included_lib_files): Add at-func.c to the
8790         ok-to-include-more-than-once white list.
8791
8792         * modules/openat (Depends-on): Add lstat.  Alphabetize.
8793
8794 2006-08-21  Bruno Haible  <bruno@clisp.org>
8795
8796         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
8797         Emit a pkgdata_DATA variable only if some snippets add contents to it.
8798         Reported by Martin Lambers <marlam@marlam.de>.
8799
8800 2006-08-21  Bruno Haible  <bruno@clisp.org>
8801
8802         * gnulib-tool (func_emit_lib_Makefile_am): If the snippets already
8803         specify an installation location, don't emit a noinst_LIBRARIES or
8804         noinst_LTLIBRARIES assignment.
8805
8806 2006-08-21  Bruno Haible  <bruno@clisp.org>
8807
8808         BeOS portability.
8809         * modules/mbchar (Include): Don't test HAVE_WCTYPE_H any more, since
8810         BeOS has mbrtowc() but no <wctype.h>.
8811
8812 2006-08-21  Bruno Haible  <bruno@clisp.org>
8813
8814         BeOS portability.
8815         * m4/mbchar.m4 (gl_MBCHAR): Compile mbchar.c also if <wctype.h> doesn't
8816         exist.
8817
8818 2006-08-21  Bruno Haible  <bruno@clisp.org>
8819
8820         BeOS portability.
8821         * lib/mbchar.h: Include <wctype.h> only if it exists.
8822
8823 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
8824
8825         Remove files that are no longer needed by their respective modules.
8826         * m4/obstack.m4: Remove.
8827         * m4/strerror_r.m4: Remove.
8828         * m4/uint32_t.m4: Remove.
8829         * m4/uintptr_t.m4: Remove.
8830         * m4/ullong_max.m4: Remove.
8831         * m4/xstrtoimax.m4: Remove.
8832         * m4/xstrtoumax.m4: Remove.
8833
8834         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Do not require
8835         gl_AC_TYPE_UINTMAX_T, gl_STRUCT_DEV_INO, or gl_SAME_INODE, since gnulib
8836         dependencies now capture this.
8837
8838         * m4/cycle-check.m4 (gl_CYCLE_CHECK):
8839         Do not use AC_LIBSOURCES, since gnulib modules now do this.
8840         * m4/fsusage.m4 (gl_FSUSAGE): Likewise.
8841         * m4/human.m4 (gl_HUMAN): Likewise.
8842         * m4/inttostr.m4 (gl_INTTOSTR): Likewise.
8843         * m4/xstrtol.m4 (gl_XSTRTOL): Likewise.
8844
8845         * m4/filemode.m4 (gl_FILEMODE): Require AC_STRUCT_ST_DM_MODE.
8846
8847         * m4/filemode.m4 (gl_PREREQ_FSUSAGE_EXTRA): Do not require
8848         gl_AC_TYPE_INTMAX_T or gl_AC_TYPE_UINTMAX_T, since we now require
8849         stdint.
8850         * m4/human.m4 (gl_HUMAN): Likewise.
8851         * m4/inttostr.m4 (gl_PREREQ_INTTOSTR): Likewise.
8852         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Likewise.
8853         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
8854         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
8855         * m4/xstrtol (gl_XSTRTOL): Likewise.
8856
8857         * m4/gethrxtime.m4 (gl_XTIME): gl_AC_TYPE_LONG_LONG ->
8858         AC_TYPE_LONG_LONG_INT.
8859         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
8860         * m4/strtoll.m4 (gl_FUNC_STRTOLL): Likewise.
8861         * m4/strtoull.m4 (gl_FUNC_STRTOULL): Likewise, for unsigned long.
8862         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
8863
8864         * m4/human.m4 (gl_HUMAN): Do not require AM_STDBOOL_H since we depend
8865         on stdbool.
8866
8867         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL_H, gl_PREREQ_XSTRTOL): Remove.
8868         (gl_PREREQ_XSTRTOUL): Remove.
8869
8870         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Check for hasmntopt.
8871
8872         * m4/posixver.m4: Fix comment since head -1 now works even in POSIX
8873         mode.
8874
8875 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
8876
8877         Add and change modules to make it easier for coreutils to use
8878         gnulib-tool.
8879         * modules/backupfile (Files): Remove m4/d-ino.m4.
8880         (Depends-on): Add d-ino.
8881         * modules/cycle-check (Depends-on): Add stdint.
8882         (lib_SOURCES): Add cycle-check.h.
8883         * modules/d-ino: New module.
8884         * modules/d-type: New module.
8885         * modules/error (Files): Remove m4/strerror_r.m4.
8886         * modules/filemode (Files): Add m4/st_dm_mode.m4.
8887         * modules/fsuage (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
8888         m4/inttypes_h.m4, m4/uintmax_t.m4.
8889         (Depends-on): Add stdint.
8890         (lib_SOURCES): Add fsusage.h.
8891         * modules/getcwd (Files): Remove d-ino.m4.
8892         (Depends-on): Add d-ino.
8893         * modules/getndelim2 (Depends-on): Add stdint.
8894         * modules/glob (Files): Remove m4/d-type.m4.
8895         (Depends-on): Add d-type.
8896         * modules/host-os: New module.
8897         * modules/human (Files):  Remove m4/ulonglong.m4, m4/stdint_h.m4,
8898         m4/inttypes_h.m4, m4/uintmax_t.m4.
8899         * Depends-on: Add stdint.
8900         (lib_SOURCES): Add human.h.
8901         * modules/inttostr (Files): Remove m4/intmax_t.m4,
8902         m4/inttostr.m4, m4/inttypes_h.m4, m4/longlong.m4, m4/stdint_h.m4,
8903         m4/uintmax_t.m4, m4/ulonglong.m4.
8904         (Depends-on): Add stdint.
8905         (EXTRA_DIST): Add inttostr.h.
8906         * modules/lchmod: New module.
8907         * modules/link-follow: New module.
8908         * modules/mkdir-p (Files): Remove lib/lchmod.h, m4/lchmod.m4.
8909         (Depends-on): Add lchmod.
8910         * modules/mkstemp (Files): Remove m4/ulonglong.m4,
8911         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4.
8912         (Depends-on): Add stdint.
8913         * modules/obstack (Files): Remove m4/inttypes_h.m4, m4/obstack.m4,
8914         m4/stdint_h.m4, m4/uintmax_t.m4, m4/ulonglong.m4.
8915         (Depends-on): Add stdint.
8916         (configure.ac): Change gl_OBSTACK to AC_FUNC_OBSTACK.
8917         * modules/perl: New module.
8918         * modules/regex (Depends-on): Add stdint.
8919         * modules/rmdir-errno: New module.
8920         * modules/strtoimax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
8921         m4/intmax_t.m4.
8922         (Depends-on): Add stdint.
8923         * modules/strtoumax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
8924         m4/uintmax_t.m4.
8925         (Depends-on): Add stdint.
8926         * modules/unlink-busy: New module.
8927         * modules/utimecmp (Depends-on): Add stdint.
8928         * modules/uptime: New module.
8929         * modules/winsz-ioctl: New module.
8930         * modules/winsz-termios: New module.
8931         * modules/xnanosleep (Depends-on): Add nanosleep.
8932         * modules/ullong_max: Remove.
8933         * modules/xstrtoimax (Files): Remove m4/xstrtoimax.m4.
8934         (configure.ac): Remove gl_XSTRTOIMAX; no action needed now.
8935         * modules/xstrtol (Files): Remove m4/ulonglong.m4, m4/longlong.m4,
8936         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4, m4/intmax_t.m4.
8937         (Depends-on): Add inttypes.
8938         (lib_SOURCES): Add xstrtol.h.
8939         * modules/xstrtoumax (Files): Remove m4/xstrtoumax.m4.
8940         (configure.ac): Remove gl_XSTRTOUMAX; no action needed now.
8941         * MODULES.html.sh: Move 'assert' into the assert section.
8942         Move 'dummy' into the linking section.
8943         Remove ullong_max.
8944         Add section for compatibility checks for POSIX:2001 functions,
8945         and put d-ino, d-type, link-follow, rmdir-errno, unlink-busy,
8946         winsz-ioctl, and winsz-termios into it.
8947         Add lchmod.
8948         Add top-level Misc section and put host-os, perl, and uptime
8949         into it.
8950
8951 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
8952
8953         * lib/cycle-check.h: Include <stdint.h> unconditionally, since we
8954         now assume the stdint module.  Do not include inttypes.h.
8955         * lib/fsusage.h: Likewise.
8956         * lib/getndelim2.c: Likewise.
8957         * lib/human.h: Likewise.
8958         * lib/inttostr.h: Likewise.
8959         * lib/obstack.c: Likewise.
8960         * lib/regex_internal.h: Likewise.
8961         * lib/tempname.c: Likewise.
8962         * lib/utimecmp.c: Likewise.
8963         * lib/xstrtol.h: Likewise.
8964
8965         * lib/stat_.h: Fix typo: HAVE_FUNC_LSTAT -> HAVE_LSTAT.
8966
8967         * lib/strtoimax.c: Adjust to macro name changes in Autoconf,
8968         e.g., HAVE_LONG_LONG -> HAVE_LONG_LONG_INT.
8969         * lib/xtime.h: Likewise.
8970
8971 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
8972
8973         * modules/openat (Files): Add lib/fchmodat.c.
8974         Fixes problem reported by Jay Youngman.
8975
8976 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
8977
8978         * lib/fchmodat.c: New file, from coreutils.  This was inadvertently
8979         omitted in the 2006-08-17 update.  Problem reported by Jay Youngman.
8980
8981 2006-08-18  Paul Eggert  <eggert@cs.ucla.edu>
8982             Bruno Haible  <bruno@clisp.org>
8983
8984         * m4/bison-i18n.m4 (BISON_I18N): Also handle the case where yacc exists
8985         and is a script that invokes bison. Tighten the code. Add comments.
8986
8987 2006-08-18  Jim Meyering  <jim@meyering.net>
8988
8989         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Also check for
8990         CLOCK_REALTIME, since gethrxtime may revert to using clock_gettime via
8991         gettime.c.  Gabor Z. Papp reported that gethrxtime-using programs
8992         failed to link due to unresolved clock_gettime on a linux-2.4.x system.
8993
8994 2006-08-18  Bruno Haible  <bruno@clisp.org>
8995
8996         * modules/bison-i18n: New file.
8997         * MODULES.html.sh (Internationalization functions): Add it.
8998
8999 2006-08-18  Bruno Haible  <bruno@clisp.org>
9000
9001         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Also check for
9002         sys/statvfs.h. When getmntinfo was found, check its declaration and
9003         set either MOUNTED_GETMNTINFO or MOUNTED_GETMNTINFO2 depending on it.
9004
9005 2006-08-18  Bruno Haible  <bruno@clisp.org>
9006
9007         * m4/bison-i18n.m4: New file, from bison.
9008
9009 2006-08-18  Bruno Haible  <bruno@clisp.org>
9010
9011         * lib/mountlist.c [MOUNTED_GETMNTINFO2]: Include sys/statvfs.h.
9012         (ME_DUMMY): Treat "kernfs" as a dummy.
9013         (read_file_system_list) [MOUNTED_GETMNTINFO2]: Implement.
9014
9015 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
9016
9017         Update from coreutils.
9018
9019         2006-08-15  Jim Meyering  <jim@meyering.net>
9020
9021         * m4/openat.m4 (gl_FUNC_OPENAT): Add at-func.c via AC_LIBSOURCES.
9022
9023         2006-01-17  Jim Meyering  <jim@meyering.net>
9024
9025         * m4/fts.m4 (gl_FUNC_FTS_CORE): Depend on gl_FUNC_OPENAT.
9026
9027         2006-01-11  Jim Meyering  <jim@meyering.net>
9028
9029         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile fchmodat.c.
9030         Check for the lchmod function.
9031
9032 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
9033
9034         Update from coreutils.
9035
9036         * lib/__fpending.h: Add copyright notice.
9037         * lib/fprintftime.h: Likewise.
9038         * lib/savedir.c: Use (C) in copyright notice.
9039         * lib/savedir.h: Likewise.
9040
9041         2006-08-15  Jim Meyering  <jim@meyering.net>
9042
9043         * lib/at-func.c: New file, with the logic of all emulated at-functions.
9044         * lib/openat-priv.h: Include <errno.h> and define ENOSYS,
9045         in support of the EXPECTED_ERRNO macro.
9046         * lib/openat.c (fstatat, unlinkat, fchownat): Remove function
9047         definitions.  Instead, define the appropriate symbols and include
9048         "at-func.c".
9049         * lib/mkdirat.c (mkdirat): Likewise.
9050         * lib/fchmodat.c (fchmodat): Likewise.
9051         (ENOSYS): Remove definition.
9052         * lib/openat.c: Don't include <errno.h>, now that "openat-priv.h" does
9053         it.  Don't include "unistd--.h" -- it wasn't ever used.
9054
9055         2006-01-17  Jim Meyering  <jim@meyering.net>
9056
9057         Rewrite fts.c not to change the current working directory,
9058         by using openat, fstatat, fdopendir, etc..
9059
9060         * lib/fts.c [! _LIBC]: Include "openat.h" and "unistd--.h".
9061         (HAVE_OPENAT_SUPPORT): Define.
9062         [_LIBC] (fchdir): Don't undef or define; no longer used.
9063         (FCHDIR): Define in terms of cwd_advance_fd rather than fchdir.
9064         Now, this `function' always succeeds, and consumes its file descriptor
9065         parameter -- so callers must not close such FDs.  Update callers.
9066         (diropen_fd, opendirat, cwd_advance_fd): New functions.
9067         (diropen): Add parameter, SP.  Adjust all callers.
9068         Implement using diropen_fd, rather than open.
9069         (fts_open): Initialize new member, fts_cwd_fd.
9070         Remove fts_rft-setting code.
9071         (fts_close): Close fts_cwd_fd, if necessary.
9072         (__opendir2): Define in terms of opendir or opendirat,
9073         depending on whether the FST_NOCHDIR flag is set.
9074         (fts_build): Since fts_safe_changedir consumes its FD, and since
9075         this code must do `closedir(dirp)', dup the dirfd(dirp) argument,
9076         and close the dup'd file descriptor upon failure.
9077         (fts_stat): Use fstatat(...AT_SYMLINK_NOFOLLOW) in place of lstat.
9078         (fts_safe_changedir): Tweak semantics to reflect that this function
9079         now calls cwd_advance_fd and hence consumes its FD argument.
9080         * lib/fts_.h [struct FTS] (fts_cwd_fd): New member.
9081         [struct FTS] (fts_rft): Remove now-unused member.
9082         [struct FTS] (fts_cycle.state): Improve comment.
9083
9084         * lib/openat.c (openat_needs_fchdir): New function.
9085         * lib/openat.h (openat_needs_fchdir): Declare it.
9086
9087 2006-08-16  Paul Eggert  <eggert@cs.ucla.edu>
9088
9089         * lib/memcoll.c (memcoll): Set errno = 0 in the shortcut case, too.
9090         Problem and fix reported by Pádraig Brady in
9091         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00099.html>.
9092
9093 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
9094
9095         * modules/cycle-check (configure.ac): Add gl_CYCLE_CHECK.
9096
9097 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
9098
9099         * lib/memcoll.c (memcoll): Optimize for the common case where the
9100         arguments are bytewise equal.
9101
9102 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
9103
9104         * doc/regexprops-generic.texi: Add a copyright notice.
9105
9106 2006-08-15  Bruno Haible  <bruno@clisp.org>
9107
9108         * modules/tmpdir (License): Change to LGPL.
9109
9110 2006-08-15  Bruno Haible  <bruno@clisp.org>
9111
9112         * gnulib-tool (func_all_modules, func_verify_module): COPYING is not a
9113         module.
9114
9115 2006-08-14  Simon Josefsson  <jas@extundo.com>
9116
9117         * config/srclist.txt: Add gnupload.
9118
9119 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
9120
9121         Change copyright notice from LGPL 2 to GPL 2, since that's the
9122         standard form used in the gnulib repository.
9123         * tests/test-lock.c: Likewise.
9124         * tests/test-stdint.c: Likewise.
9125         * tests/test-tls.c: Likewise.
9126
9127         * users.txt: Add bison, diffutils, libprelude, prelude-lml,
9128         prelude-manager.  User shorter URLs for GNU projects, without '?'.
9129         Add copyright notice.
9130
9131         * check-module: Add copyright notice.  Output a copyright
9132         notice if "--version" is specified.
9133         * modules/COPYING: New file.
9134         * tests/test-getaddrinfo.c: Add copyright notice.
9135         * tests/test-verify.c: Likewise.
9136
9137 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
9138
9139         Change copyright notice from LGPL 2 to GPL 2, since that's the
9140         standard form used in the gnulib repository.
9141         * lib/lock.c: LGPL -> GPL.
9142         * lib/lock.h: Likewise.
9143         * lib/strnlen1.c: Likewise.
9144         * lib/strnlen1.h: Likewise.
9145         * lib/tls.c: Likewise.
9146         * lib/tls.h: Likewise.
9147         * lib/tmpdir.c: Likewise.
9148
9149         * lib/TODO: Remove; this belongs only in coreutils.
9150
9151 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
9152
9153         Add copyright notices to long-enough files that lack them, since
9154         otherwise the files aren't clearly free.  Use the same notice that
9155         getdate.texi already uses.
9156         * doc/alloca-opt.texi: Add copyright notice.
9157         * doc/alloca.texi: Likewise.
9158         * doc/ctime.texi: Likewise.
9159         * doc/functions.texi: Likewise.
9160         * doc/gcd.texi: Likewise.
9161         * doc/gnulib-tool.texi: Likewise.
9162         * doc/inet_ntoa.texi: Likewise.
9163         * doc/visibility.texi: Likewise.
9164
9165         * doc/getdate.texi: Update FDL version from 1.1 to 1.2.
9166         * doc/quote.texi: Add copyright notice.
9167
9168         * doc/solaris-versions: Add SunOS 5.10, SunOS 1.x, SunOS 4.0, SunOS
9169         4.0.x, SunOS 4.1.1.1, SunOS 4.1.1_U1, SunOS 4.1.3B.  SunOS 4.1.3
9170         was Solaris 1.1A.  Remove space before B in Solaris 1.1.1B.
9171         Mention SunOS 5.11.  Mention that everything before SunOS 5.7
9172         is now obsolete, and give a pointer to the Sun list.
9173         Add copyright notice.
9174
9175 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
9176
9177         * config/srclistvars.sh: Add copyright notice.
9178
9179 2006-08-14  Eric Blake  <ebb9@byu.net>
9180
9181         Import the following change from libc:
9182
9183         2006-08-12  Ulrich Drepper  <drepper@redhat.com>
9184
9185         Upstream bug 2997.
9186         * lib/misc/error.c: Add space between program name and message if file
9187         name is missing.
9188
9189 2006-08-12  Karl Berry  <karl@gnu.org>
9190
9191         * config/srclist.txt (ssize_t.m4, sig_atomic_t.m4, signalblocking.m4):
9192         remove, these originate in gnulib now.
9193
9194 2006-08-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9195
9196         * doc/Makefile (standards.info standards.html standards.dvi):
9197         Also depend on make-stds.texi.
9198
9199 2006-08-11  Paul Eggert  <eggert@cs.ucla.edu>
9200
9201         * lib/pipe-safer.c (pipe_safer): Fix misspelling: HAVE_FUNC_PIPE ->
9202         HAVE_PIPE.  Fix a file descriptor leak when fd_safer fails.
9203
9204         * lib/regex_internal.c (re_string_skip_chars): Don't assume WEOF fits
9205         in wchar_t.  Problem reported by Eric Blake.
9206
9207         * lib/snprintf.c (snprintf): memcpy LEN bytes, not SIZE - 1, when
9208         LEN is smaller than SIZE.  Suggested by Bruno Haible.
9209         Also, help the compiler to keep LEN in a register.
9210
9211 2006-08-11  Eric Blake  <ebb9@byu.net>
9212
9213         * users.txt: Sort.  Add tar.
9214
9215 2006-08-11  Bruno Haible  <bruno@clisp.org>
9216
9217         * users.txt: New file.
9218
9219 2006-08-11  Bruno Haible  <bruno@clisp.org>
9220
9221         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Include <stdio.h> and <time.h>
9222         before <wchar.h>. Needed for OSF/1 and BSD/OS.
9223
9224 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
9225
9226         * modules/snprintf (Depends-on): Remove minmax.
9227         (Maintainer): Add self and Bruno.
9228
9229 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
9230
9231         * lib/.cppi-disable: Add snprintf.h, socket_.h.
9232         * lib/snprintf.c: Include <errno.h> and <limits.h>.
9233         (EOVERFLOW): Define if the system does not.
9234         Do not include "minmax.h"; it wasn't used.
9235         (snprintf): Don't assume size_t promotes to an unsigned type.
9236         Fix bug when generated string was too long for the buffer: the
9237         buffer's contents are supposed to be the initial prefix of the
9238         output.  Don't assume vasnprintf returns EOVERFLOW if the size
9239         exceeds INT_MAX; do the check ourselves.
9240
9241         Import the following changes from libc:
9242
9243         2006-06-02  Jakub Jelinek  <jakub@redhat.com>
9244
9245         * lib/posix/regex_internal.c (re_string_skip_chars): If no character
9246         has been converted at all, set *last_wc to WEOF.  If mbrtowc failed,
9247         set wc to the byte which couldn't be converted.
9248         (re_string_reconstruct): Don't clear valid_raw_len before calling
9249         re_string_skip_chars.  If wc is WEOF after re_string_skip_chars, set
9250         tip_context using re_string_context_at.
9251
9252         2006-05-02  Ulrich Drepper  <drepper@redhat.com>
9253
9254         * lib/posix/regex.h: g++ still cannot handled [restrict].
9255
9256         2006-04-21  Ulrich Drepper  <drepper@redhat.com>
9257
9258         * lib/posix/regex.h: Remove special handling for VMS.
9259
9260 2006-08-10  Jim Meyering  <jim@meyering.net>
9261
9262         * modules/same-inode: New module.
9263         * modules/dev-ino: New module.
9264         * modules/cycle-check: Depend on these modules, rather than simply
9265         including their .h files.
9266         (Makefile.am): Don't list cycle-check.[ch] here, now that they're
9267         required via m4/cycle-check.m4.
9268         * modules/same: Depend on new same-inode module, rather than
9269         including same-inode.h.
9270         * modules/chdir-safer: New file.
9271
9272         * modules/chown (Depends-on): Add stat-macros.
9273
9274 2006-08-10  Jim Meyering  <jim@meyering.net>
9275
9276         * m4/cycle-check.m4: New file.
9277         Require gl_STRUCT_DEV_INO and gl_SAME_INODE.
9278         * m4/dev-ino.m4, m4/same-inode.m4: New files.
9279
9280 2006-08-10  Eric Blake  <ebb9@byu.net>
9281
9282         * modules/verror (Depends-on): Remove bogus gl_VERROR that snuck
9283         in from original proposal.
9284
9285 2006-08-10  Eric Blake  <ebb9@byu.net>
9286         and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
9287
9288         * gnulib-tool (func_import): Detect unexpanded macros in gnulib
9289         namespace.
9290
9291 2006-08-10  Bruno Haible  <bruno@clisp.org>
9292
9293         * gnulib-tool (func_create_testdir): Detect unexpanded macros here
9294         as well.
9295
9296 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
9297
9298         Sync from coreutils.
9299
9300         2006-07-19  Mike Frysinger  <vapier@gentoo.org>
9301
9302         * lib/mountlist.c [ME_REMOTE]: Filter out cifs.
9303         Reported by Toralf Förster in <http://bugs.gentoo.org/141012>.
9304
9305 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
9306
9307         * modules/restrict: Remove; no longer needed now that we assume
9308         Autoconf 2.59 or later.
9309         * MODULES.html.sh: Remove 'restrict'.
9310         * modules/argp (Depends-on): Remove 'restrict'.
9311         * modules/base64 (Depends-on): Likewise.
9312         * modules/gc (Depends-on): Likewise.
9313         * modules/getaddrinfo (Depends-on): Likewise.
9314         * modules/glob (Depends-on): Likewise.
9315         * modules/inet_ntop (Depends-on): Likewise.
9316         * modules/inet_pton (Depends-on): Likewise.
9317         * modules/memxor (Depends-on): Likewise.
9318         * modules/regex (Depends-on): Likewise.
9319         * modules/strtok_r (Depends-on): Likewise.
9320         * modules/time_r (Depends-on): Likewise.
9321
9322 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
9323
9324         * m4/argp.m4 (gl_ARGP): Require AC_C_RESTRICT.
9325         * m4/gc.m4 (gl_PREREQ_GC): Likewise.
9326         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
9327         * m4/inet_ntop.m4 (gl_PREREQ_INET_NTOP): Likewise.
9328         * m4/inet_pton.m4 (gl_PREREQ_INET_PTON): Likewise.
9329         * m4/memxor.m4 (gl_MEMXOR): Likewise.
9330         * m4/restrict.m4: Remove; no longer needed.  All remaining uses of
9331         gl_C_RESTRICT replaced by AC_C_RESTRICT.
9332
9333         Merge from coreutils.
9334         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_C_RESTRICT, not
9335         gl_C_RESTRICT, now that we assume Autoconf 2.59 or later.
9336         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
9337         * m4/time_r.m4 (gl_TIME_R): Likewise.
9338
9339 2006-08-09  Karl Berry  <karl@gnu.org>
9340
9341         * config/srclist.txt: no more gettext-tools, per Bruno.
9342
9343 2006-08-08  Eric Blake  <ebb9@byu.net>
9344
9345         * modules/verror: New module.
9346         * MODULES.html.sh: Document it.
9347
9348 2006-08-08  Eric Blake  <ebb9@byu.net>
9349
9350         * lib/verror.h, lib/verror.c: New files.
9351
9352 2006-08-08  Eric Blake  <ebb9@byu.net>
9353
9354         * lib/verror.c (verror_at_line): Work around glibc bug 2997, so that
9355         verror_at_line output complies with GNU Coding Standards even when
9356         file is NULL.
9357
9358 2006-08-07  Bruno Haible  <bruno@clisp.org>
9359
9360         * lib/allocsa.h (sa_alignof) [_AIX]: Also consider 'long long' in newer
9361         versions of AIX.
9362         Reported by Ralf Wildenhues.
9363
9364 2006-08-07  Bruno Haible  <bruno@clisp.org>
9365
9366         * gnulib-tool (func_create_testdir): Wrap the set of autoconf snippets
9367         in an AC_DEFUN. Needed so that the autoconf snippets can use
9368         AC_REQUIRE.
9369
9370 2006-08-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9371
9372         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
9373         Initialize pkgdata_DATA.
9374         * modules/javaversion (Makefile.am): Add to pkgdata_DATA, rather than
9375         overriding it.
9376
9377 2006-08-06  Eric Blake  <ebb9@byu.net>
9378
9379         * lib/error.h: Fold in some upstream changes from glibc.
9380         * lib/error.c: Likewise.
9381
9382 2006-08-04  Bruno Haible  <bruno@clisp.org>
9383
9384         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
9385         Make the mostlyclean-local rule depend on mostlyclean-generic.
9386         Reported by Jim Meyering. Solution suggested by Ralf Wildenhues.
9387
9388 2006-07-31  Bruno Haible  <bruno@clisp.org>
9389
9390         * m4/localcharset.m4 (gl_LOCALCHARSET): Remove tests for <stddef.h>,
9391         <stdlib.h>, <string.h>.
9392
9393 2006-07-30  Bruno Haible  <bruno@clisp.org>
9394
9395         * modules/readlink (License): Change to LGPL.
9396
9397 2006-07-30  Bruno Haible  <bruno@clisp.org>
9398
9399         * modules/javaversion (Makefile.am): Distribute javaversion.java and
9400         javaversion.class. Also install javaversion.class in $(pkgdatadir) and
9401         set PKGDATADIR to point to it.
9402
9403 2006-07-30  Bruno Haible  <bruno@clisp.org>
9404
9405         * modules/csharpexec (configure.ac): Comment out macro invocation.
9406         * modules/javaexec (configure.ac): Likewise.
9407         * modules/javacomp-script (configure.ac): Likewise.
9408
9409         * modules/csharpcomp-script (configure.ac): Use AC_REQUIRE.
9410
9411 2006-07-30  Bruno Haible  <bruno@clisp.org>
9412
9413         * modules/clean-temp (Depends-on): Add linkedhash-list, remove
9414         linked-list.
9415
9416 2006-07-30  Bruno Haible  <bruno@clisp.org>
9417
9418         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Assume <string.h> exists.
9419
9420 2006-07-30  Bruno Haible  <bruno@clisp.org>
9421
9422         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
9423         Initialize MOSTLYCLEANFILES to core and *.stackdump, so that core dumps
9424         get removed.
9425
9426 2006-07-29  Bruno Haible  <bruno@clisp.org>
9427
9428         Make it possible for gnulib-tool to work with locally modified or
9429         augmented gnulib repositories.
9430         * gnulib-tool (func_usage): Document --local-dir option.
9431         (local_gnulib_dir): New variable.
9432         Handle --local-dir option.
9433         (func_lookup_file): New function.
9434         (func_all_modules, func_verify_module): Look also in $local_gnulib_dir.
9435         (func_get_description, func_get_filelist, func_get_description,
9436         func_get_filelist, func_get_dependencies, func_get_autoconf_snippet,
9437         func_get_automake_snippet, func_get_include_directive,
9438         func_get_license, func_get_maintainer): Use func_lookup_file.
9439         (func_import, func_create_testdir): Use func_lookup_file.
9440
9441 2006-07-29  Bruno Haible  <bruno@clisp.org>
9442
9443         * modules/setenv (Depends-on): Add unistd.
9444
9445 2006-07-29  Bruno Haible  <bruno@clisp.org>
9446
9447         * lib/setenv.c: Undo unintended modification done on 2006-02-27.
9448
9449 2006-07-29  Bruno Haible  <bruno@clisp.org>
9450
9451         * lib/localcharset.c: Assume <stddef.h>, <stdlib.h>, <string.h> exist.
9452
9453 2006-07-29  Bruno Haible  <bruno@clisp.org>
9454
9455         * gnulib-tool (import, update): If there is no Makefile.am, look at
9456         aclocal.m4, instead of bailing out.
9457
9458 2006-07-29  Bruno Haible  <bruno@clisp.org>
9459
9460         * gnulib-tool (func_usage): Revert most of the 2006-07-15 change.
9461         Categorize the options by when they are useful.
9462
9463 2006-07-29  Bruno Haible  <bruno@clisp.org>
9464
9465         * gnulib-tool (func_usage): Document option --no-libtool.
9466         Handle option --no-libtool.
9467         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Update
9468         for changed semantics of $libtool variable.
9469         (func_import): Likewise. If libtool is not used, show this through
9470         an option --no-libtool.
9471         (func_create_testdir): Update.
9472
9473 2006-07-29  Bruno Haible  <bruno@clisp.org>
9474
9475         * gnulib-tool (func_import): Extend error message about missing
9476         --doc-base.
9477
9478 2006-07-29  Bruno Haible  <bruno@clisp.org>
9479
9480         * gnulib-tool (func_import): Don't create the $docbase directory if
9481         there is no file to store there.
9482
9483 2006-07-29  Bruno Haible  <bruno@clisp.org>
9484
9485         * gnulib-tool (autoconf_minversion): If a --dir option is given and
9486         relevant, look for configure.ac there, not in the current directory.
9487         Also use a simple search for AC_PREREQ, not "autoconf --trace".
9488
9489 2006-07-29  Bruno Haible  <bruno@clisp.org>
9490
9491         * gnulib-tool (SORT): New variable.
9492         (func_usage): Undocument --assume-autoconf option.
9493         Remove --assume-autoconf option handling.
9494         (autoconf_minversion): Determine from the contents of configure.ac.
9495         (func_import): Remove autoconf_minversion handling.
9496         Suggested by Eric Blake.
9497
9498 2006-07-29  Bruno Haible  <bruno@clisp.org>
9499
9500         * doc/gnulib-tool.texi (gl_LIBTOOL): Mention --no-libtool option.
9501
9502 2006-07-29  Bruno Haible  <bruno@clisp.org>
9503
9504         * config/srclist.txt (*setenv.[ch]): Remove rules.
9505
9506 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
9507
9508         * m4/inet_pton.m4, inet_ntop.m4: Check for netinet/in.h too.
9509
9510 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
9511
9512         * lib/inet_ntop.h, inet_pton.h: Need to include netinet/in.h before
9513         arpa/inet.h.
9514
9515 2006-07-28  Simon Josefsson  <jas@extundo.com>
9516
9517         * modules/inet_ntop (Depends-on): Depend on arpa_inet.
9518         * modules/inet_pton (Depends-on): Likewise.
9519
9520 2006-07-28  Simon Josefsson  <jas@extundo.com>
9521
9522         * m4/netinet_in_h.m4: New file.
9523
9524 2006-07-28  Simon Josefsson  <jas@extundo.com>
9525
9526         * lib/inet_ntop.h, inet_pton.h: No need to guard netinet/in.h
9527         #include's.
9528
9529 2006-07-28  Simon Josefsson  <jas@extundo.com>
9530
9531         * lib/inet_ntop.h, inet_pton.h: No need to guard arpa/inet.h
9532         #include's.
9533
9534 2006-07-28  Paul Eggert  <eggert@cs.ucla.edu>
9535
9536         * lib/modechange.c (mode_compile): Numeric modes now affect setuid and
9537         setgid on directories only if they set these bits.
9538         * lib/modechange.h: Remove obsolete comment about masks.
9539
9540 2006-07-28  Eric Blake  <ebb9@byu.net>
9541
9542         * lib/regex_internal.h (struct re_dfa_t) [!_LIBC]: Avoid invalid C89
9543         macro expansion.
9544
9545 2006-07-28  Bruno Haible  <bruno@clisp.org>
9546
9547         * lib/inet_ntop.h, inet_pton.h: Use #if HAVE* instead of #ifdef HAVE*.
9548
9549 2006-07-28  Bruno Haible  <bruno@clisp.org>
9550
9551         * m4/mbchar.m4 (gl_MBCHAR): Also test for iswcntrl.
9552
9553 2006-07-28  Bruno Haible  <bruno@clisp.org>
9554
9555         * lib/mbchar.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
9556         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
9557         Define fallbacks.
9558         Avoids link error on FreeBSD 4.x.
9559         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
9560
9561         * lib/wcwidth.h (iswprint): Assume an ASCII compatible wide character
9562         encoding.
9563         * lib/mbswidth.c (iswcntrl): Likewise.
9564
9565 2006-07-27  Bruno Haible  <bruno@clisp.org>
9566
9567         * m4/stdint.m4 (gl_STDINT_H): Define __STDC_CONSTANT_MACROS during the
9568         test.
9569
9570 2006-07-27  Bruno Haible  <bruno@clisp.org>
9571
9572         * lib/stdint_.h (INT*_C, UINT*_C) [C++]: Define these if
9573         __STDC_CONSTANT_MACROS is defined, not if __STDC_LIMIT_MACROS is
9574         defined.
9575
9576 2006-07-26  Eric Blake  <ebb9@byu.net>
9577
9578         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Check for missing pipe.
9579
9580 2006-07-26  Eric Blake  <ebb9@byu.net>
9581
9582         * lib/mkstemp-safer.c [! HAVE_MKSTEMP]: Add prototype for platforms
9583         like mingw that lack mkstemp.
9584         * lib/pipe-safer.c (pipe_safer) [!HAVE_FUNC_PIPE]: Provide fallback to
9585         avoid compilation warning on mingw.
9586
9587 2006-07-26  Bruno Haible  <bruno@clisp.org>
9588
9589         * m4/stdint.m4 (gl_STDINT_H): Also verify the existence of the macros
9590         INT*_MIN, INT_LEAST*_MAX, INT_LEAST*_MIN, UINT_LEAST*_MAX,
9591         INT_FAST*_MIN, INTPTR_MIN.
9592
9593 2006-07-25  Bruno Haible  <bruno@clisp.org>
9594
9595         * modules/version-etc (Depends-on): Add stdarg.
9596
9597 2006-07-25  Bruno Haible  <bruno@clisp.org>
9598
9599         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Avoid 'eval' in front of
9600         complex commands.
9601
9602 2006-07-25  Bruno Haible  <bruno@clisp.org>
9603
9604         * lib/version-etc.c (version_etc_va): Use va_copy, assumed to be
9605         defined in <stdarg.h> or config.h.
9606
9607 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
9608
9609         * m4/stdio-safer.m4 (gl_FOPEN_SAFER, gl_TMPFILE_SAFER): New macros.
9610         (gl_STDIO_SAFER): Remove.
9611
9612 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
9613
9614         * MODULES.html.sh (File stream based Input/Output):
9615         Add fopen-safer, tmpfile-safer; remove stdio-safer.
9616         * modules/getusershell (Depends-on): Change stdio-safer to fopen-safer.
9617         * modules/fopen-safer, modules/tmpfile-safer: New files.
9618         * modules/stdio-safer: Remove.
9619
9620 2006-07-24  Bruno Haible  <bruno@clisp.org>
9621
9622         * modules/tmpdir: New file.
9623         * MODULES.html.sh (File system functions): Add it.
9624
9625 2006-07-24  Bruno Haible  <bruno@clisp.org>
9626
9627         * modules/javacomp (Depends-on): Add unistd, javaversion, binary-io,
9628         getline, pathname, fwriteerror, clean-temp, xvasprintf, strstr.
9629
9630 2006-07-24  Bruno Haible  <bruno@clisp.org>
9631
9632         * modules/clean-temp: New file.
9633
9634 2006-07-24  Bruno Haible  <bruno@clisp.org>
9635
9636         * m4/tmpdir.m4: New file, from GNU gettext.
9637
9638 2006-07-24  Bruno Haible  <bruno@clisp.org>
9639
9640         * lib/tmpdir.h: New file, from GNU gettext.
9641         * lib/tmpdir.c: New file, from GNU gettext.
9642
9643 2006-07-24  Bruno Haible  <bruno@clisp.org>
9644
9645         * lib/clean-temp.h: New file, from GNU gettext.
9646         * lib/clean-temp.c: New file, from GNU gettext.
9647
9648 2006-07-23  Eric Blake  <ebb9@byu.net>
9649
9650         * modules/stdio-safer (Files): Add tmpfile-safer.c.
9651         (Depends-on): Add binary-io.
9652
9653 2006-07-23  Eric Blake  <ebb9@byu.net>
9654
9655         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add tmpfile-safer.c.
9656
9657 2006-07-23  Eric Blake  <ebb9@byu.net>
9658
9659         * lib/tmpfile-safer.c: New file.
9660         * lib/stdio-safer.h (fopen_safer): Add prototype.
9661         * lib/stdio--.h (tmpfile): Make safer.
9662
9663 2006-07-23  Bruno Haible  <bruno@clisp.org>
9664
9665         * lib/gl_anylinked_list2.h (ASYNCSAFE): New macro.
9666         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before,
9667         gl_linked_add_after, gl_linked_add_at, gl_linked_remove_node,
9668         gl_linked_remove_at): Use it.
9669
9670 2006-07-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
9671         and Simon Josefsson <jas@extundo.com>
9672
9673         * lib/getaddrinfo.h (AI_PASSIVE): Make sure it is defined.
9674
9675         * lib/getaddrinfo.c (getaddrinfo): Support AI_PASSIVE.
9676
9677 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
9678
9679         * modules/close-stream: New file.
9680         * modules/closeout (Description): Make it clear that it exits
9681         with a diagnostic on error.
9682         (Depends-on): Add close-stream.  Remove fpending, stdbool.
9683         * MODULES.html.sh (File stream based Input/Output): Add close-stream.
9684
9685 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
9686
9687         * m4/close-stream.m4: New file.
9688
9689 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
9690
9691         * lib/close-stream.c, lib/close-stream.h: New files.
9692
9693 2006-07-22  Bruno Haible  <bruno@clisp.org>
9694
9695         Merge from GNU gettext 0.15.
9696
9697         2006-05-01  Bruno Haible  <bruno@clisp.org>
9698
9699                 * build-aux/javacomp.sh.in: Update for changed javacomp.m4.
9700
9701         2006-07-22  Bruno Haible  <bruno@clisp.org>
9702
9703                 * modules/javaversion: New file.
9704                 * MODULES.html.sh (Java): Add javaversion.
9705
9706         2006-03-12  Bruno Haible  <bruno@clisp.org>
9707
9708                 * build-aux/javaexec.sh.in: Update for changed javaexec.m4.
9709
9710         2005-12-04  Bruno Haible  <bruno@clisp.org>
9711
9712                 * build-aux/csharpexec.sh.in: Add support for 'clix' launcher
9713                 (untested).
9714
9715         2006-06-21  Bruno Haible  <bruno@clisp.org>
9716
9717                 Avoid warnings from recent versions of mcs.
9718                 * build-aux/csharpcomp.sh.in (options_mcs): Don't use options
9719                 -o, -L, -r any more. Use options documented since mcs-1.0
9720                 instead. Similarly for -g.
9721
9722         2005-12-04  Bruno Haible  <bruno@clisp.org>
9723
9724                 * build-aux/csharpcomp.sh.in: Suffix for resources is
9725                 .resources, not .resource.
9726
9727         2005-07-09  Bruno Haible  <bruno@clisp.org>
9728
9729                 * build-aux/csharpcomp.sh.in (options_csc): For -l option,
9730                 add a .dll suffix.
9731                 Reported by Mark Junker <mjscod@gmx.de>.
9732
9733         2006-07-22  Bruno Haible  <bruno@clisp.org>
9734
9735                 * modules/gettext: Upgrade to gettext-0.15.
9736                 (Files): Remove m4/isc-posix.m4. Add m4/lock.m4,
9737                 m4/visibility.m4.
9738                 Replace m4/inttypes.m4 with m4/inttypes-h.m4.
9739
9740 2006-07-22  Bruno Haible  <bruno@clisp.org>
9741
9742         Merge from GNU gettext 0.15.
9743
9744         2006-03-25  Bruno Haible  <bruno@clisp.org>
9745
9746                 * lib-link.m4 (AC_LIB_LINKFLAGS_FROM_LIBS): New macro.
9747
9748         2006-07-21  Bruno Haible  <bruno@clisp.org>
9749
9750                 * javacomp.m4 (gt_JAVACOMP): Convert target_version "null" to
9751                 "1.1".
9752
9753         2006-05-09  Bruno Haible  <bruno@clisp.org>
9754
9755                 * javacomp.m4 (gt_JAVACOMP): On Cygwin, set
9756                 CLASSPATH_SEPARATOR to a semicolon. Use CLASSPATH_SEPARATOR
9757                 for the conftestver execution.
9758
9759         2006-05-01  Bruno Haible  <bruno@clisp.org>
9760
9761                 * javacomp.m4 (gt_JAVACOMP): Accept a source-version and an
9762                 optional target-version argument. Verify that the compiler
9763                 groks source of the specified source-version, or add -source
9764                 option as necessary. Verify that the compiler produces
9765                 bytecode in the specified target-version, or add -target and
9766                 -source options as necessary. Make the result of the test
9767                 available as variable CONF_JAVAC. Also log error output in
9768                 config.log.
9769
9770         2006-03-11  Bruno Haible  <bruno@clisp.org>
9771
9772                 * javacomp.m4 (gt_JAVACOMP): Treat gcj-4.x like gcj-3.x.
9773
9774         2006-05-09  Bruno Haible  <bruno@clisp.org>
9775
9776                 * javaexec.m4 (gt_JAVAEXEC): On Cygwin, set
9777                 CLASSPATH_SEPARATOR to a semicolon.
9778
9779         2006-03-12  Bruno Haible  <bruno@clisp.org>
9780
9781                 * javaexec.m4 (gt_JAVAEXEC): Make the result of the test
9782                 available as variable CONF_JAVA, for subsequent autoconf
9783                 tests. Also log error output in config.log.
9784
9785         2006-07-19  Bruno Haible  <bruno@clisp.org>
9786
9787                 * getline.m4 (AM_FUNC_GETLINE): When cross-compiling, assume
9788                 that getline works on glibc2 systems. Needed to avoid trouble
9789                 in relocatable.c.
9790                 Reported by Nils Magnus Larsgard <nmlarsgaard@atmel.no>.
9791
9792         2005-12-04  Bruno Haible  <bruno@clisp.org>
9793
9794                 * csharpexec.m4 (gt_CSHARPEXEC): Add support for 'clix'
9795                 launcher (untested).
9796
9797         2005-12-04  Bruno Haible  <bruno@clisp.org>
9798
9799                 * csharpcomp.m4 (gt_CSHARPCOMP): Also set CSHARPCOMPFLAGS.
9800
9801         2006-07-22  Bruno Haible  <bruno@clisp.org>
9802
9803                 * gettext.m4: Update from GNU gettext-0.15.
9804                 * nls.m4: Likewise.
9805                 * po.m4: Likewise.
9806                 * inttypes-pri.m4: Likewise.
9807                 * inttypes-h.m4: Renamed from inttypes.m4.
9808                 (gl_HEADER_INTTYPES_H): Renamed from gt_HEADER_INTTYPES_H.
9809
9810 2006-07-22  Bruno Haible  <bruno@clisp.org>
9811
9812         Merge from GNU gettext 0.15.
9813
9814         2005-07-05  Bruno Haible  <bruno@clisp.org>
9815
9816                 * printf-args.c (printf_fetchargs): Work around broken
9817                 definition of wint_t on mingw.
9818
9819         2005-02-12  Bruno Haible  <bruno@clisp.org>
9820
9821                 * xallocsa.h: Add extern "C" for C++.
9822
9823         2006-05-17  Bruno Haible  <bruno@clisp.org>
9824
9825                 Cygwin portability.
9826                 * progreloc.c (WIN32_NATIVE): Renamed from WIN32.
9827
9828         2006-04-30  Bruno Haible  <bruno@clisp.org>
9829
9830                 * progreloc.c: Include <mach-o/dyld.h> if available.
9831                 (find_executable): Use _NSGetExecutablePath when possible.
9832
9833         2006-05-06  Charles Wilson  <cygwin@cwilson.fastmail.fm>
9834
9835                 * progreloc.c (maybe_executable) [CYGWIN]: Use the access()
9836                 function.
9837
9838         2005-12-29  Bruno Haible  <bruno@clisp.org>
9839
9840                 * progreloc.c (set_program_name_and_installdir): Fix
9841                 compilation error.
9842
9843         2005-12-04  Bruno Haible  <bruno@clisp.org>
9844
9845                 Cygwin portability.
9846                 * progreloc.c: Include <windows.h> also on Cygwin.
9847                 (find_executable): Add support for Cygwin.
9848                 (set_program_name_and_installdir): Handle also platforms with
9849                 nonempty EXEEXT.
9850
9851         2006-07-11  Bruno Haible  <bruno@clisp.org>
9852
9853                 * javacomp.c: Fix a comment.
9854                 Reported by Jim Meyering.
9855
9856         2006-04-30  Bruno Haible  <bruno@clisp.org>
9857
9858                 * javacomp.h (compile_java_class): Add source_version,
9859                 target_version arguments.
9860                 * javacomp.c: Rewritten to choose only a compiler that
9861                 respects the specified source_version and target_version.
9862
9863         2006-06-27  Bruno Haible  <bruno@clisp.org>
9864
9865                 Assume correct S_ISDIR macro.
9866                 * mkdtemp.c: Remove test of STAT_MACROS_BROKEN.
9867
9868         2006-07-22  Bruno Haible  <bruno@clisp.org>
9869
9870                 * javaversion.h: New file, from GNU gettext.
9871                 * javaversion.c: New file, from GNU gettext.
9872                 * javaversion.java: New file, from GNU gettext.
9873                 * javaversion.class: New file, from GNU gettext.
9874
9875         2006-05-17  Bruno Haible  <bruno@clisp.org>
9876
9877                 Cygwin portability.
9878                 * javaexec.c (execute_java_class): Test for jview program
9879                 also on Cygwin.
9880
9881         2006-04-09  Bruno Haible  <bruno@clisp.org>
9882
9883                 * fatal-signal.c: Don't include string.h.
9884                 (at_fatal_signal): Use a copying loop instead of memcpy.
9885
9886         2005-12-04  Bruno Haible  <bruno@clisp.org>
9887
9888                 * csharpexec.c: Add support for 'clix' launcher (untested).
9889                 (execute_csharp_using_sscli): New function.
9890                 (execute_csharp_program): Call it.
9891
9892         2006-06-21  Bruno Haible  <bruno@clisp.org>
9893
9894                 Avoid warnings from recent versions of mcs.
9895                 * csharpcomp.c (compile_csharp_using_mono): Don't use options
9896                 -o, -L, -r any more. Use options documented since mcs-1.0
9897                 instead. Similarly for -g.
9898
9899         2005-07-09  Bruno Haible  <bruno@clisp.org>
9900
9901                 * csharpcomp.c (compile_csharp_using_sscli): For -l option,
9902                 add a .dll suffix.
9903                 Reported by Mark Junker <mjscod@gmx.de>.
9904
9905         2006-06-17  Bruno Haible  <bruno@clisp.org>
9906
9907                 * config.charset: Update for NetBSD 3.0.
9908
9909         2006-05-17  Bruno Haible  <bruno@clisp.org>
9910
9911                 Cygwin portability.
9912                 * localcharset.c (WIN32_NATIVE): Renamed from WIN32.
9913
9914         2006-05-16  Bruno Haible  <bruno@clisp.org>
9915
9916                 * localcharset.c [CYGWIN]: Include <windows.h>.
9917                 (get_charset_aliases): For Cygwin, return the same CPxxx
9918                 aliases list as under WIN32.
9919                 (locale_charset) [CYGWIN]: Try to retrieve the encoding from
9920                 the environment variables. Fall back to GetACP().
9921
9922         2006-04-05  Bruno Haible  <bruno@clisp.org>
9923
9924                 * config.charset: Update Juan Manuel Guerrero's address.
9925
9926         2005-02-12  Bruno Haible  <bruno@clisp.org>
9927
9928                 * allocsa.h: Add extern "C" for C++.
9929
9930         2005-02-10  Bruno Haible  <bruno@clisp.org>
9931
9932                 * allocsa.h (sa_alignof): Define differently with AIX xlc, to
9933                 avoid a bug of this compiler on AIX 3.2.5 dealing with enums.
9934
9935         2006-07-22  Bruno Haible  <bruno@clisp.org>
9936
9937                 * gettext.h: Update to GNU gettext-0.15.
9938
9939 2006-07-22  Bruno Haible  <bruno@clisp.org>
9940
9941         * config/srclist.txt: Resync printf-args.c, vasnprintf.c,
9942         localcharset.c, mkdtemp.c, config.rpath, lib-ld.m4, lib-link.m4,
9943         lib-prefix.m4, longdouble.m4, ssize_t.m4.
9944
9945 2006-07-21  Eric Blake  <ebb9@byu.net>
9946
9947         * modules/stdlib-safer: New file.
9948         * MODULES.html.sh (File stream based Input/Output): Add
9949         stdlib-safer.
9950
9951 2006-07-21  Eric Blake  <ebb9@byu.net>
9952
9953         * lib/stdlib-safer.h: New file from coreutils, required by
9954         stdlib--.h.
9955
9956 2006-07-20  Paul Eggert  <eggert@cs.ucla.edu>
9957
9958         * gnulib-tool (func_usage): Document --assume-autoconf='latest-stable'.
9959
9960 2006-07-20  Bruno Haible  <bruno@clisp.org>
9961
9962         * gnulib-tool: Recognize new option --assume-autoconf.
9963         (autoconf_minversion): New variable.
9964         (func_get_filelist): Use it to decide whether to add onceonly_2_57.m4.
9965
9966 2006-07-20  Bruno Haible  <bruno@clisp.org>
9967
9968         * MODULES.html.sh (func_all_modules): Add a missing func_begin_table.
9969
9970 2006-07-19  Derek R. Price  <derek@ximbiot.com>
9971
9972         * lib/getaddrinfo.h: Don't define unimplemented AI_* flags.
9973         Reindent and repaginate.
9974
9975 2006-07-19  Derek Price  <derek@ximbiot.com>
9976
9977         * doc/gnulib.texi (Libtool and Windows):  Eliminate passive voice.
9978         Correct grammar.
9979
9980 2006-07-17  Bruno Haible  <bruno@clisp.org>
9981
9982         * modules/list: New file.
9983         * modules/array-list: New file.
9984         * modules/carray-list, modules/carray-list-tests: New files.
9985         * modules/linked-list, modules/linked-list-tests: New files.
9986         * modules/avltree-list, modules/avltree-list-tests: New files.
9987         * modules/rbtree-list, modules/rbtree-list-tests: New files.
9988         * modules/linkedhash-list, modules/linkedhash-list-tests: New files.
9989         * modules/avltreehash-list, modules/avltreehash-list-tests: New files.
9990         * modules/rbtreehash-list, modules/rbtreehash-list-tests: New files.
9991         * modules/oset: New file.
9992         * modules/array-oset: New file.
9993         * modules/avltree-oset, modules/avltree-oset-tests: New files.
9994         * modules/rbtree-oset, modules/rbtree-oset-tests: New files.
9995         * tests/test-carray_list.c: New file.
9996         * tests/test-linked_list.c: New file.
9997         * tests/test-avltree_list.c: New file.
9998         * tests/test-rbtree_list.c: New file.
9999         * tests/test-linkedhash_list.c: New file.
10000         * tests/test-avltreehash_list.c: New file.
10001         * tests/test-rbtreehash_list.c: New file.
10002         * tests/test-avltree_oset.c: New file.
10003         * tests/test-rbtree_oset.c: New file.
10004         * MODULES.html.sh (Container data structures): New section.
10005
10006 2006-07-17  Bruno Haible  <bruno@clisp.org>
10007
10008         * m4/gl_list.m4: New file.
10009
10010 2006-07-17  Bruno Haible  <bruno@clisp.org>
10011
10012         * lib/gl_list.h: New file.
10013         * lib/gl_list.c: New file.
10014         * lib/gl_array_list.h: New file.
10015         * lib/gl_array_list.c: New file.
10016         * lib/gl_carray_list.h: New file.
10017         * lib/gl_carray_list.c: New file.
10018         * lib/gl_linked_list.h: New file.
10019         * lib/gl_linked_list.c: New file.
10020         * lib/gl_anylinked_list1.h: New file.
10021         * lib/gl_anylinked_list2.h: New file.
10022         * lib/gl_avltree_list.h: New file.
10023         * lib/gl_avltree_list.c: New file.
10024         * lib/gl_anyavltree_list1.h: New file.
10025         * lib/gl_anyavltree_list2.h: New file.
10026         * lib/gl_rbtree_list.h: New file.
10027         * lib/gl_rbtree_list.c: New file.
10028         * lib/gl_anyrbtree_list1.h: New file.
10029         * lib/gl_anyrbtree_list2.h: New file.
10030         * lib/gl_anytree_list1.h: New file.
10031         * lib/gl_anytree_list2.h: New file.
10032         * lib/gl_linkedhash_list.h: New file.
10033         * lib/gl_linkedhash_list.c: New file.
10034         * lib/gl_anyhash_list1.h: New file.
10035         * lib/gl_anyhash_list2.h: New file.
10036         * lib/gl_avltreehash_list.h: New file.
10037         * lib/gl_avltreehash_list.c: New file.
10038         * lib/gl_rbtreehash_list.h: New file.
10039         * lib/gl_rbtreehash_list.c: New file.
10040         * lib/gl_anytreehash_list1.h: New file.
10041         * lib/gl_anytreehash_list2.h: New file.
10042
10043         * lib/gl_oset.h: New file.
10044         * lib/gl_oset.c: New file.
10045         * lib/gl_array_oset.h: New file.
10046         * lib/gl_array_oset.c: New file.
10047         * lib/gl_avltree_oset.h: New file.
10048         * lib/gl_avltree_oset.c: New file.
10049         * lib/gl_rbtree_oset.h: New file.
10050         * lib/gl_rbtree_oset.c: New file.
10051         * lib/gl_anytree_oset.h: New file.
10052
10053 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
10054
10055         * m4/mkancesdirs.m4: New file.
10056         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Mention dirchownmod.c,
10057         dirchownmod.h.  Don't require AC_FUNC_ALLOCA, gl_AFS, gl_CHDIR_SAFER;
10058         no longer needed.  Require gl_FUNC_LCHOWN, since dirchownmod.c needs
10059         it.
10060
10061 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
10062
10063         * lib/dirchownmod.c, lib/dirchownmod.h, lib/mkancesdirs.c:
10064         * lib/mkancesdirs.h: New files.
10065         * lib/mkdir-p.c: Don't include alloca.h, stdio.h, sys/types.h,
10066         unistd.h, string.h, chdir-safer.h, dirname.h, lchmod.h, lchown.h,
10067         save-cwd.h.  Instead, include dirchownmod.h and mkancesdirs.h.
10068         (make_dir_parents): New args MAKE_ANCESTOR, OPTIONS, ANNOUNCE,
10069         MODE_BITS.  Remove options VERBOSE_FMT_STRING, CWD_ERRNO.  All
10070         callers changed.  Revamp internals significantly, by not
10071         attempting to create directories that are temporarily more
10072         permissive than the final results.  Do not attempt to use
10073         save_cwd/restore_cwd; it isn't worth it for mkdir and install.
10074         This removes some race conditions, fixes some bugs, and simplifies
10075         things.  Use new dirchownmod function to do owner and mode changes.
10076         * lib/mkdir-p.h: Likewise.
10077         * lib/modechange.c (octal_to_mode): New function.
10078         (struct mode_change): New member mentioned.
10079         (make_node_op_equals): New arg mentioned.  All callers changed.
10080         (mode_compile): Keep track of which mode bits the user has explicitly
10081         mentioned.
10082         (mode_adjust): New arg DIR, so that we implement the X op correctly.
10083         New arg PMODE_BITS, to keep track of which mode bits the user
10084         mentioned; it treats S_ISUID and S_ISGID speciall.
10085         All callers changed.
10086         * lib/modechange.h: Likewise.
10087
10088 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
10089
10090         * MODULES.html.sh: Add mkancestors.
10091         * modules/mkancesdirs: New module.
10092         * modules/mkdir-p (Files): Remove lib/chdir-safer.c, lib/chdir-safer.h,
10093         lib/same-inode.h, m4/afs.m4, m4/chdir-safer.m4.
10094         The chdir-safer and afs files are now orphans; I'll remove them
10095         unless someone speaks up.
10096         Add lib/dirchownmod.c, lib/dirchownmod.h.
10097         (Depends-on): Remove alloca, chown, save-cwd, dirname.
10098         Add lchown, mkancesdirs.
10099         (Maintainer): Add self.
10100
10101 2006-07-15  Karl Berry  <karl@gnu.org>
10102
10103         * gnulib-tool: help message wording/arrangement.
10104
10105 2006-07-14  Simon Josefsson  <jas@extundo.com>
10106
10107         * doc/gnulib.texi (Libtool and Windows): New section.
10108
10109 2006-07-12  Simon Josefsson  <jas@extundo.com>
10110
10111         * modules/gendocs (License): Fix license, approved by Karl.
10112
10113 2006-07-12  Eric Blake  <ebb9@byu.net>
10114
10115         * MODULES.html.sh: Add gendocs.
10116
10117 2006-07-11  Eric Blake  <ebb9@byu.net>
10118
10119         * modules/fdl: New module, to install doc/fdl.texi.
10120         * MODULES.html.sh: Add new section for documentation modules.
10121         * gnulib-tool: Avoid space-tab.
10122         (--doc-base): New option, to manage files from doc.
10123
10124 2006-07-11  Eric Blake  <ebb9@byu.net>
10125
10126         * m4/absolute-header.m4: Fix comments to match recent change.
10127
10128 2006-07-11  Eric Blake  <ebb9@byu.net>
10129
10130         * gnulib-tool: List --doc-base before --tests-base.
10131
10132 2006-07-11  Derek R. Price  <derek@ximbiot.com>
10133
10134         * lib/glob.c: s/NAMLEN/_D_EXACT_NAMLEN/.
10135
10136 2006-07-11  Bruno Haible  <bruno@clisp.org>
10137
10138         * README: Mention where to put documentation.
10139
10140 2006-07-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10141
10142         * doc/functions.texi, gnulib-tool.texi, gnulib.texi: Fix some typos.
10143
10144 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
10145
10146         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Like today's change
10147         to stdint.m4.
10148
10149 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
10150
10151         * m4/stdint.m4 (gl_STDINT_H): Like yesterday's change to
10152         absolute-header.m4.  Also, set ABSOLUTE_STDINT_H to a string
10153         "no/such/file/stdint.h" when there is no such file, so that
10154         the resulting C code can be parsed by dodgy compilers.
10155         Problems reported by Bob Proulx.
10156
10157 2006-07-10  Derek R. Price  <derek@ximbiot.com>
10158
10159         * lib/backupfile.c, dirfd.h, fts.c, getcwd.c, glob.c, glob_.h:
10160         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
10161         macros into the GNU _D_EXACT_NAMLEN.
10162         * lib/savedir.c:  Likewise.
10163         (savedirstream): Use _D_EXACT_NAMLEN in preference to strlen.
10164
10165 2006-07-10  Derek R. Price  <derek@ximbiot.com>
10166         and Paul Eggert  <eggert@cs.ucla.edu>
10167
10168         * m4/backupfile.m4, d-ino.m4, d-type.m4, dirfd.m4, fts.m4, getcwd.m4:
10169         * m4/savedir.m4:
10170         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
10171         macros into the GNU _D_EXACT_NAMLEN.
10172
10173 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
10174
10175         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Use "" rather than <>
10176         around the absolute name, to work around a problem with the HP-UX
10177         11.23 native C compiler, reported by Bob Proulx.
10178
10179 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
10180
10181         * doc/maintain.texi, make-stds.texi: Sync from
10182         <http://savannah.gnu.org/projects/gnustandards>.
10183
10184 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
10185
10186         * build-aux/depcomp, build-aux/install-sh: Sync from Automake.
10187
10188 2006-07-09  Jim Meyering  <jim@meyering.net>
10189
10190         * m4/glob.m4: Remove a doubled word in a comment.
10191
10192 2006-07-09  Jim Meyering  <jim@meyering.net>
10193
10194         * lib/argp-pv.c: Remove a doubled word in a comment.
10195         * lib/check-version.c (check_version): Likewise.
10196         * lib/javacomp.c (compile_java_class): Likewise.
10197
10198 2006-07-08  Paul Eggert  <eggert@cs.ucla.edu>
10199
10200         * gnulib-tool (func_get_filelist): Don't echo m4/onceonly_2_57.m4,
10201         for the benefit of people using Autoconf 2.60.  If you want to
10202         support older Autoconf versions you can copy m4/onceonly_2_57.m4
10203         (or m4/onceonly.m4, if pre-2.57) manually.
10204
10205 2006-07-08  Jim Meyering  <jim@meyering.net>
10206
10207         * m4/link-follow.m4: Remove one of two adjacent "whether"s in a
10208         comment.
10209         * m4/getopt.m4: Remove one of two adjacent "your"s in a comment.
10210         * m4/regex.m4 (gl_REGEX): Remove one of two adjacent "the"s in a
10211         comment.
10212
10213 2006-07-08  Jim Meyering  <jim@meyering.net>
10214
10215         * lib/getndelim2.h (getndelim2): Remove doubled "after" in comment.
10216
10217 2006-07-07  Simon Josefsson  <jas@extundo.com>
10218
10219         * tests/test-crc.c: Change expected crc value, the test vector
10220         were probably computed using the old broken crc.c?
10221
10222 2006-07-06  Simon Josefsson  <jas@extundo.com>
10223
10224         * modules/sys_socket (Files): Add m4/sockpfaf.m4 (this module is
10225         now the canonical place for the M4 file).
10226
10227         * modules/getaddrinfo (Files): Remove m4/sockpfaf.m4, we get it
10228         from the sys_socket dependency now.
10229
10230         * modules/inet_pton (Files): Ditto.
10231
10232         * modules/inet_ntop (Files): Ditto.
10233
10234 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
10235
10236         * modules/getusershell (configure.ac): Use gl_FUNC_GETUSERSHELL,
10237         not gl_PREREQ_GETUSERSHELL.
10238
10239 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10240
10241         * m4/_inttypes_h.m4 (gl_INTTYPES_H): Use AC_CHECK_DECLS_ONCE
10242         with only one argument, for Autoconf 2.60.
10243         * m4/fileblocks.m4 (gl_PREREQ_FILEBLOCKS): AC_CHECK_DECLS_ONCE may
10244         expand to nothing, so add a shell command to avoid syntax error.
10245         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
10246
10247 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10248
10249         * lib/strtod.c (strtod): cast the argument of tolower to unsigned char.
10250
10251 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
10252
10253         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't check for getenv decl;
10254         no longer needed.  Check for isblank decl.
10255         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Don't check for getenv decl.
10256         * m4/regex.m4 (gl_PREREQ_REGEX): Dheck for isblank decl instead
10257         of existence.
10258
10259 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
10260
10261         * lib/getloadavg.c: Use __VMS, not VMS.
10262         * lib/getopt.c: Likewise.
10263         * lib/getpagesize.h: Likewise.
10264         * lib/glob.c: Remove most VMS cruft; it hasn't been tested for a while
10265         and probably does not work.
10266
10267 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
10268
10269         * lib/.cppi-disable: Add wcwidth.
10270         * lib/fnmatch.c (ISBLANK): Remove.  All uses changed to isblank.
10271         (isblank) [! (defined isblank || HAVE_DECL_ISBLANK)]: New macro.
10272         (ISGRAPH): Remove.  All uses changed to isgraph.
10273         (FOLD) [!defined _LIBC]: Remove special case.
10274         * lib/getdate.y (lookup_word): Remove no-longer-needed call to islower.
10275         * lib/regex_internal.h (isblank): Depend on HAVE_DECL_ISBLANK, not
10276         HAVE_ISBLANK.
10277         * lib/strftime.c (TOLOWER, TOUPPER) [!defined _LIBC]: Remove special
10278         case.
10279
10280 2006-07-06  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
10281
10282         * lib/getaddrinfo.c: Changes to compile under MSVC6: changed
10283         '#if WIN32_NATIVE' to '#ifdef' & moved WSAAPI macro inside
10284         brackets.  Other minor changes to suppress some compiler
10285         warnings.
10286
10287 2006-07-06  Derek R. Price  <derek@ximbiot.com>
10288         and Paul Eggert  <eggert@cs.ucla.edu>
10289
10290         * m4/backupfile.m4 (gl_BACKUPFILE): Check for dirent.h, instead
10291         of invoking obsolescent AC_HEADER_DIRENT macro.
10292         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Likewise.
10293         * m4/d-type.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Likewise.
10294         * m4/dirfd.m4 (gl_FUNC_DIRFD): Likewise.
10295         * m4/fts.m4 (gl_FUNC_FTS_CORE): Likewise.
10296         * m4/getcwd.m4 (gl_PREREQ_GETCWD): Likewise.
10297         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
10298         * m4/savedir.m4 (gl_SAVEDIR): Likewise.
10299         * m4/readdir.m4: Remove; no longer needed.
10300
10301 2006-07-06  Derek R. Price  <derek@ximbiot.com>
10302         and Paul Eggert  <eggert@cs.ucla.edu>
10303
10304         * lib/backupfile.c [HAVE_DIRENT_H && ! HAVE_NDIR_H]:
10305         Don't worry about this obsolete case any more.
10306         (HAVE_DIR): Remove.  All uses removed; we now assume you can read
10307         directories.
10308         * lib/dirfd.h [HAVE_DIRENT_H && ! HAVE_NDIR_H]: Don't
10309         worry about this obsolete case any more.
10310         * lib/fts.c: Likewise.
10311         * lib/getcwd.c: Likewise.
10312         * lib/glob.h: Likewise.
10313         * lib/savedir.c: Likewise.
10314
10315 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
10316
10317         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Use AC_CHECK_DECLS_ONCE
10318         rather than AC_CHECK_DECLS for strtoimax and strtoumax.
10319         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Remove; no longer
10320         needed.
10321         All uses removed.
10322         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
10323         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
10324         * m4/exclude.m4 (gl_EXCLUDE): Don't check for isascii; no longer
10325         needed.
10326         * m4/getdate.m4 (gl_GETDATE): Likewise.
10327         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
10328         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
10329         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
10330         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
10331         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
10332         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
10333         * m4/exclude.m4 (gl_EXCLUDE): Don't require AC_C_INLINE; no longer
10334         needed.
10335
10336 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
10337
10338         * lib/memcasecmp.c: Include <limits.h>.
10339         (memcasecmp): Don't assume UCHAR_MAX <= INT_MAX.
10340         * lib/strtod.c (strtod): Don't assume isspace works on negative chars.
10341         Don't assume isdigit succeeds only on '0' through '9'.
10342
10343 2006-07-05  Eric Blake  <ebb9@byu.net>
10344
10345         * modules/getaddrinfo (Depends-on): Add snprintf.
10346
10347 2006-07-05  Eric Blake  <ebb9@byu.net>
10348
10349         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Use gl_HEADER_SYS_SOCKET
10350         to avoid 'header present but could not be compiled' on cygwin.
10351
10352 2006-07-05  Eric Blake  <ebb9@byu.net>
10353
10354         * lib/getaddrinfo.h (NI_NUMERICHOST, NI_NUMERICSERV): Define if
10355         missing from netdb.h.
10356         * lib/getaddrinfo.c (includes): Include inet_ntop and snprintf.
10357
10358 2006-07-05  Derek R. Price  <derek@ximbiot.com>
10359
10360         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Don't require AC_HEADER_STDC;
10361         no longer needed.
10362         * m4/exclude.m4 (gl_EXCLUDE): Likewise.
10363         * m4/getdate.m4 (gl_GETDATE): Likewise.
10364         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
10365         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
10366         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
10367         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
10368         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
10369
10370 2006-07-05  Derek R. Price  <derek@ximbiot.com>
10371
10372         * lib/exclude.c (IN_CTYPE_DOMAIN, is_space): Remove; no longer needed.
10373         All uses of is_space replaced by isspace.
10374         * lib/exit.h: Don't talk about STDC_HEADERS.
10375         * lib/fnmatch.c (ISASCII): Remove; no longer needed.  All uses removed.
10376         (ISPRINT, ISDIGIT, ISALNUM, ISALPHA, ISCNTRL, ISLOWER, ISPUNCT):
10377         (ISSPACE, ISUPPER, ISXDIGIT): Remove; no longer needed.  All uses
10378         replaced by isprint etc.
10379         * lib/getdate.y (IN_CTYPE_DOMAIN, ISSPACE, ISALPHA, ISLOWER): Likewise.
10380         * lib/getusershell.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
10381         * lib/memcasecmp.c (IN_CTYPE_DOMAIN, ISLOWER, TOUPPER): Likewise.
10382         * lib/strtod.c (IN_CTYPE_DOMAIN, ISSPACE, ISDIGIT, TOLOWER): Likewise.
10383         * lib/strtol.c (IN_CTYPE_DOMAIN): Likewise.
10384         * lib/xstrtol.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
10385
10386 2006-07-05  Bruno Haible  <bruno@clisp.org>
10387
10388         * m4/strndup.m4 (gl_FUNC_STRNDUP): When cross-compiling, check whether
10389         the function exists, before testing against AIX.
10390         Reported by Martin Lambers <marlam@marlam.de>.
10391
10392 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
10393
10394         * modules/cycle-check (lib_SOURCES): Add same-inode.h.
10395         From Mark D. Baushke.
10396
10397 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
10398
10399         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Prepend three slashes
10400         to the absolute name, not just one, to bypass Sun C 5.8's
10401         "warning: #include of /usr/include/... may be non-portable".
10402
10403 2006-07-04  Eric Blake  <ebb9@byu.net>
10404
10405         * modules/dirname-tests: New test module.
10406         * tests/test-dirname.c: New file, replacing dirname.c
10407         TEST_DIRNAME section that was recently deleted.
10408
10409 2006-07-04  Bruno Haible  <bruno@clisp.org>
10410
10411         Assume ANSI C header files and <ctype.h> functions.
10412         * lib/mbswidth.c (IN_CTYPE_DOMAIN, ISPRINT, ISCNTRL): Remove macros.
10413         (mbsnwidth): Use isprint, iscntrl instead.
10414
10415 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
10416
10417         Merge from coreutils.
10418         * MODULES.html.sh: Add xstrtold.
10419         * modules/xstrtold: New file.
10420         * modules/cycle-check (Files): Add lib/same-inode.h.
10421         * modules/dirname (Files): Add m4/double-slash-root.m4.
10422         * modules/getcwd (Files): Add m4/getcwd-abort-bug.m4.
10423         * modules/mkdir-p (Files): Add lib/same-inode.h.
10424         * modules/same (Files): Add lib/same-inode.h.
10425
10426 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
10427
10428         * m4/absolute-header.m4: Renamed from full-header-path.m4.
10429         This is to keep the terminology clean; POSIX talks about
10430         "absolute pathnames", not "full pathnames", but the GNU
10431         Coding Standards say to use "path" for something else;
10432         so use "absolute" to keep both sides happy.
10433         (gl_ABSOLUTE_HEADER): Renamed from gl_FULL_HEADER_PATH.
10434         Set gl_absolute_header, not gl_full_header_path.
10435         Set gl_cv_absolute_<header>, not gl_full_path_<header>.
10436         Define ABSOLUTE_<HEADER>, not FULL_PATH_<HEADER>.
10437         All uses changed.
10438
10439         Merge from coreutils.
10440
10441         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
10442
10443         * m4/c-strtod.m4 (gl_C_STRTOLD): Add c-strtod.c to LIBSOURCES.
10444         Require gl_USE_SYSTEM_EXTENSIONS, not gl_C_STRTOD, since we don't
10445         want to require the building of c-strtod.o.
10446         * m4/lib-check.m4 (cu_LIB_CHECK): Remove SEQ_LIBM, since seq no longer
10447         needs -lm directly.
10448         * m4/xstrtod.m4 (gl_XSTRTOLD): New macro.
10449
10450         2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
10451
10452         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Prefer binutils's
10453         --as-needed option if available.  Problem reported by Albert Chin in
10454         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00114.html>.
10455         However, use -Wl,--as-needed, not bare --as-needed, since HP-UX 11.11
10456         cc merely issues a bunch of annoying warnings for --as-needed
10457         (this problem was reported by Bob Proulx).  Also, try linking with
10458         -lm to detect a bug in binutils 2.16 (this problem was reported
10459         by Ralf Wildenhues).
10460
10461         2006-06-18  Jim Meyering  <jim@meyering.net>
10462
10463         Test for a bug that causes glibc's getcwd to suffer a failed assertion.
10464         * m4/getcwd-abort-bug.m4 (gl_FUNC_GETCWD_ABORT_BUG): New file and
10465         macro.
10466         * m4/getcwd.m4 (gl_FUNC_GETCWD): If we detect support for getcwd_null,
10467         also check for glibc-2.4's abort-inducing bug.
10468
10469         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Fix typo.
10470         Low-probability clean-up should be to use rmdir to get rid of
10471         the just-created directory, not unlink.
10472
10473         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): If ftruncate is missing, make
10474         configure fail, and request a bug report to inform us about it.
10475         Add a comment that, barring reports to the contrary, in 2007 we'll
10476         assume ftruncate is universally available.
10477
10478         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
10479
10480         * m4/filemode.m4 (gl_FILEMODE): Check for strmode declaration.
10481
10482         2006-03-12  Jim Meyering  <jim@meyering.net>
10483
10484         * m4/chdir-safer.m4 (gl_CHDIR_SAFER): Add same-inode.h to the list.
10485         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Likewise.
10486         * m4/same.m4 (gl_SAME): Likewise.
10487         * m4/root-dev-ino.m4 (gl_ROOT_DEV_INO): Likewise.
10488
10489         2006-03-11  Eric Blake  <ebb9@byu.net>
10490
10491         * m4/double-slash-root.m4: New file, provides gl_DOUBLE_SLASH_ROOT.
10492         * m4/dirname.m4 (gl_DIRNAME): Use gl_DOUBLE_SLASH_ROOT.
10493         * m4/dos.m4 (FILE_SYSTEM_PREFIX_LEN): Move from here to dirname.h.
10494         (FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE): New define.
10495
10496 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
10497
10498         * lib/stdint_.h: Include <sys/types.h> after @FULL_PATH_STDINT_H@, for
10499         MacOS X 10.4.6.  Don't mention <sys/int_types.h>.  Problems
10500         reported by Mark D. Baushke, one in
10501         <http://lists.gnu.org/archive/html/bug-gnulib/2006-07/msg00015.html>.
10502
10503         Merge from coreutils.
10504
10505         * lib/.cppi-disable: Add stdint_.h.
10506         * lib/.cvsignore: Add stdint.h.
10507
10508         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
10509
10510         * lib/xstrtod.c (XSTRTOD, DOUBLE): New macros, so that we can support
10511         both double and long double versions.
10512         (XSTRTOD): Renamed from xstrtod.  Use DOUBLE internally.
10513         * lib/xstrtold.c: New file.
10514         * lib/xstrtod.h (xstrtold): New decl.
10515
10516         2006-05-22  Paul Eggert  <eggert@cs.ucla.edu>
10517
10518         * lib/filemode.c (setst): Remove.
10519         (strmode): Rewrite to avoid setst.  This makes the code shorter,
10520         (arguably) clearer, and the generated code is a bit smaller on my
10521         Debian GNU/Linux stable x86 host.
10522
10523         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
10524
10525         * lib/filemode.c: Include "filemode.h" first, to test the interface.
10526         Assume that filemode.h includes sys/types.h and sys/stat.h.
10527         (HAVE_ST_DM_MODE): New macro, moved here from ls.c.
10528         (ftypelet): Reorder to put common cases first, for efficiency.
10529         Add 'P', 'w'.  Remove 'M', since it's now the caller's responsibility
10530         to do 'M'.
10531         (strmode): Renamed from mode_string, and now stores 12 bytes instead
10532         of 10, for compatibility with FreeBSD.  All callers changed.
10533         (filemodestring): Now stores 12 bytes instead of 10, and sets file
10534         types that can't be deduced solely from st_mode.  First arg is now a
10535         const pointer.
10536         * lib/filemode.h (HAVE_DECL_STRMODE): Include <string.h> for strmode.
10537         (strmode): Renamed from mode_string.
10538         (filemodestring): New decl.
10539         * lib/stat-macros.h: Don't undef S_ISDOOR, since it's never buggy.
10540         (S_ISDOOR): Don't bother with S_IFDOOR, since that code is never
10541         needed.
10542         (S_ISPORT, S_ISWHT): New macros, if not already defined.
10543
10544         2006-04-12  Paul Eggert  <eggert@cs.ucla.edu>
10545
10546         * lib/fsusage.c: Don't include <inttypes.h> or <stdint.h>, since
10547         fsusage.h now does that.  Include fsusage.h first, to test interface.
10548         Prefer statvfs if it works, since it's blessed by POSIX.  Attempt
10549         at most one method (the old code could have generated decls that
10550         didn't conform to C89, not that this was ever exercised).
10551         * lib/fsusage.h: Include <inttypes.h> and <stdint.h> if they exist.
10552
10553         2006-03-19  Jim Meyering  <jim@meyering.net>
10554
10555         Work even in a chroot where d_ino values for entries in "/"
10556         don't match the stat.st_ino values for the same names.
10557         * lib/getcwd.c (__getcwd): When no d_ino value matches the target inode
10558         number, iterate through all entries again, using lstat instead.
10559         Reported by Kenshi Muto in http://bugs.debian.org/355810, and by
10560         Zouhir Hafidi in https://bugzilla.redhat.com/bugzilla/190656.
10561
10562         * lib/getcwd.c (__getcwd): Clarify a comment.
10563         Use memcpy in place of a call to strcpy.
10564
10565         2006-03-12  Jim Meyering  <jim@meyering.net>
10566
10567         * lib/fts-cycle.c (leave_dir): If cycle-check's saved dev-ino pair
10568         matches that of the current directory (which we're about to chdir ".."
10569         out of), then save the dev-ino of the parent, instead.
10570
10571         * lib/same-inode.h (SAME_INODE): New file/macro.
10572         * lib/chdir-safer.c (SAME_INODE): Remove definition.
10573         Include "same-inode.h", instead.
10574         * lib/same.c: Likewise.
10575         * lib/cycle-check.h: Include "same-inode.h".
10576         (CYCLE_CHECK_REFLECT_CHDIR_UP): Define.
10577         * lib/cycle-check.c (SAME_INODE): Remove definition.
10578         * lib/root-dev-ino.h: Include "same-inode.h".
10579
10580         2006-03-11  Eric Blake  <ebb9@byu.net>
10581
10582         * lib/same.c (same_name): s/base_name/last_component/
10583         * lib/backupfile.c (check_extension, numbered_backup): Likewise.
10584         * lib/filenamecat.c (file_name_concat): Likewise.
10585
10586         2006-03-11  Eric Blake  <ebb9@byu.net>,
10587                     Paul Eggert  <eggert@cs.ucla.edu>
10588
10589         * lib/dirname.h (FILE_SYSTEM_PREFIX_LEN): Move here from dos.m4.
10590         [FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't treat 1: as a
10591         drive prefix.
10592         (IS_ABSOLUTE_FILE_NAME): Treat all drive letters as absolute on
10593         platforms like cygwin with FILE_SYSTEM_DRIVE_PREFIX_IS_ABSOLUTE.
10594         (last_component): New method.
10595         * lib/dirname.c (dir_len): Determine when drive letters need a
10596         subsequent slash.  Preserve // when it is special.
10597         (dir_name): Don't append dot when drive letter is absolute.
10598         [TEST_DIRNAME]: Move into a full-blown gnulib test.
10599         * lib/basename.c (base_name): New semantics - malloc the result.
10600         Preserve // when it is special.  Preserve relative files that look
10601         like drive letters.
10602         (base_len): Preserve // when it is special.
10603         (last_component): New method, similar to old base_name semantics.
10604         * lib/stripslash.c (strip_trailing_slashes): Use last_component, not
10605         base_name.  Strip redundant slashes from ///.
10606
10607 2006-07-03  Jim Meyering  <jim@meyering.net>
10608
10609         * lib/cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Abort if this
10610         macro is used before the first cycle_check call.
10611
10612 2006-07-03  Eric Blake  <ebb9@byu.net>
10613
10614         * modules/dirname (Depends-on): Add xstrndup.
10615
10616 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
10617
10618         * m4/stdint.m4 (gl_STDINT_H): Use more-mnemonic identifiers for
10619         test cases, so that config.log is a bit easier to follow.
10620
10621 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
10622
10623         * lib/stdint_.h (intmax_t, uintmax_t): Prefer long to long long if
10624         both are 64 bits, since this seems to be the tradition, and this
10625         prevents gcc -Wformat from warning about usages with PRIuMAX.  If
10626         we ever run into a host that prefers long long to long in this
10627         case, we'll need another configure-time test.  Problem reported by
10628         Jim Meyering.
10629
10630 2006-07-02  Eric Blake  <ebb9@byu.net>
10631
10632         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Simplify by using AC_CHECK_DECLS.
10633
10634 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
10635
10636         * modules/inttypes (Depends-on): No longer depends on stdint.
10637         * modules/stdint (Description): Say more about assumptions.
10638         Say that the fast types might differ.  Say macros are used.
10639         (Files): Remove m4/size_max.m4, m4/wchar_t.m4.  Add m4/longlong.m4.
10640         (Makefile.am): Revise list of substituted symbols to match
10641         new stdint.m4.
10642         * modules/stdint-tests (Files): Add m4/wchar_t.m4, m4/wint_t.m4.
10643         (configure.ac): Add gt_TYPE_WCHAR_T, gt_TYPE_WINT_T.
10644         * tests/test-stdint.c (verify_same_types)
10645         [! (__GNUC__ >= 2 && DO_PEDANTIC)]: Put in a decl, so that
10646         the code conforms to C99/C89.
10647         Test for WCHAR_MIN and WCHAR_MAX only if HAVE_WCHAR_T.
10648         Test for WINT_MIN and WINT_MAX only if HAVE_WINT_T.
10649
10650 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
10651
10652         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Backport from Autoconf 2.60,
10653         but fix a bug, by requiring at least 64 bits.
10654         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
10655         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Now just call
10656         AC_TYPE_LONG_LONG_INT.  This macro is obsolete and will go soon.
10657         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG) Likewise.
10658
10659         * m4/stdint.m4 (gl_STDINT_H): Rewrite to accommodate stdint_.h
10660         changes.  Make 2.59 a prerequisite.  Check and substitute for
10661         HAVE_LONG_LONG_INT.  Rely on Autoconf to check for stdint.h and
10662         inttypes.h.  Do not use special include files; just use the
10663         defaults.  Check for sys/inttypes.h and sys/bitypes.h in the usual
10664         way now.  Remove no-longer-needed tests for HAVE_LONG_64BIT,
10665         HAVE_LONG_LONG_64BIT, int8_t, int16_t, int32_t, int64_t, uint8_t,
10666         uint16_t, uint32_t uint64_t, int_least8_t, int_least16_t,
10667         int_least32_t, int_least64_t, uint_least8_t, uint_least16_t,
10668         uint_least32_t, uint_least64_t, int_fast8_t, int_fast16_t,
10669         int_fast32_t, int_fast64_t, uint_fast8_t uint_fast16_t,
10670         uint_fast32_t, uint_fast64_t, intptr_t, uintptr_t, intmax_t,
10671         uintmax_t, INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX,
10672         UINT16_MAX, INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN,
10673         INT64_MAX, UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX,
10674         UINT_LEAST8_MAX, INT_LEAST16_MIN, INT_LEAST16_MAX,
10675         UINT_LEAST16_MAX, INT_LEAST32_MIN, INT_LEAST32_MAX,
10676         UINT_LEAST32_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX,
10677         UINT_LEAST64_MAX, INT_FAST8_MIN, INT_FAST8_MAX, UINT_FAST8_MAX,
10678         INT_FAST16_MIN, INT_FAST16_MAX, UINT_FAST16_MAX, INT_FAST32_MIN,
10679         INT_FAST32_MAX, UINT_FAST32_MAX, INT_FAST64_MIN, INT_FAST64_MAX,
10680         UINT_FAST64_MAX, INTPTR_MIN, INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN,
10681         INTMAX_MAX, UINTMAX_MAX, PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN,
10682         SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN,
10683         WINT_MAX.  Check for C99 conformance more strictly, by detecting
10684         bugs in glibc 2.4, Solaris 10, and OpenBSD 3.9.  On the other hand do
10685         not check for things that C99 does not require, e.g., int8_t.  If
10686         a test isn't needed unless <stdint.h> isn't working, and is
10687         unlikely to be needed for any other reason, then don't do it
10688         unless <stdint.h> isn't working.  Do not check for ptrdiff_t or
10689         size_t, since we assume C89 freestanding at least.  Do not check
10690         for sig_atomic_t, wchar_t, or wint_t, since the code now does
10691         the right thing even if the types are not defined.  Instead use:
10692         (gl_STDINT_TYPE_PROPERTIES): New macro.
10693         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H): Remove.  Don't bother
10694         testing whether <sys/types.h> clashes, as Autoconf does this for
10695         us now.  All uses removed.
10696         (gl_STDINT_CHECK_TYPES, gl_STDINT_MISSING_BOUND):
10697         (gl_STDINT_MISSING_BOUNDS, gl_STDINT_MISSING_BOUNDS2):
10698         (gl_CHECK_TYPE_SAME):
10699         Remove; no longer needed.
10700         (gl_STDINT_BITSIZEOF): Don't bother to check whether the type
10701         exists, since we'll return 0 anyway in that case.
10702         (gl_INTEGER_TYPE_SUFFIX, gl_STDINT_INCLUDES): New macros.
10703
10704 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
10705
10706         * lib/stdint_.h (_GL_STDINT_H): Renamed from _STDINT_H, to avoid
10707         possible collision with system files.
10708         (<stdio.h>, <time.h>, <wchar.h>) [defined __cplusplus && ! defined
10709         __STDC_CONSTANT_MACROS)]: Do not include, since we don't need
10710         WCHAR_MIN and WCHAR_MAX in this case.
10711         (<stddef.h>): Do not include; no longer needed.
10712         (<sys/types.h>): Include if @HAVE_SYS_TYPES_H@, not if
10713         (defined(__OpenBSD__) || defined(__bsdi__) || defined(__sgi)).
10714         (<sys/inttypes.h>): Include if @HAVE_SYS_INTTYPES_H@ &&
10715         !@HAVE_INTTYPES_H@, not if (defined(__FreeBSD__)
10716         && (__FreeBSD__ >= 3) && (__FreeBSD__ <= 4)).
10717         (__STDINT_H__) [@HAVE_STDINT_H@ && defined __sgi && ! defined
10718         __c99]: Define, to work around IRIX <stdint.h> incompatibility.
10719         (@FULL_PATH_STDINT_H@) [!(defined(__sgi) && @HAVE_INTTYPES_H@ &&
10720         !defined(__c99))]: Include in this case too, since it's harmless
10721         now.
10722         (<inttypes.h>) [@HAVE_INTTYPES_H@]: Include, since it's no longer
10723         dangerous to do so.
10724         (@FULL_PATH_INTTYPES_H@) [(defined(__hpux) || defined(_AIX)) &&
10725         @HAVE_INTTYPES_H@]: Do not include, since we now include <inttypes.h>.
10726         (_STDINT_MIN, _STDINT_MAX): New macros.
10727         (int8_t, uint8_t, int16_t, uint16_t, int32_t, uint32_t, int64_t):
10728         (uint64_t, int_least8_t, uint_least8_t, int_least16_t):
10729         (uint_least16_t, int_least32_t, uint_least32_t, int_least64_t):
10730         (uint_least64_t, int_fast8_t, uint_fast8_t, int_fast16_t):
10731         (uint_fast16_t, int_fast32_t, uint_fast32_t, int_fast64_t):
10732         (uint_fast64_t, intptr_t, uintptr_t, intmax_t, uintmax_t): Now
10733         macros, not typedefs; this simplifies things quite a bit.
10734         Use long int for all types narrower than int64_t.
10735         (intmax_t, uintmax_t, INTMAX_C, UINTMAX_C):
10736         Define in terms of long long int or int64_t or long int,
10737         not int64_t or int32_t.  This saves some compile-time testing.
10738         (INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX, UINT16_MAX):
10739         (INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN, INT64_MAX):
10740         (UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX, UINT_LEAST8_MAX):
10741         (INT_LEAST16_MIN, INT_LEAST16_MAX, UINT_LEAST16_MAX):
10742         (INT_LEAST32_MIN, INT_LEAST32_MAX, UINT_LEAST32_MAX):
10743         (INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX, INT_FAST8_MIN):
10744         (INT_FAST8_MAX, UINT_FAST8_MAX, INT_FAST16_MIN, INT_FAST16_MAX):
10745         (UINT_FAST16_MAX, INT_FAST32_MIN, INT_FAST32_MAX, UINT_FAST32_MAX):
10746         (INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTPTR_MIN):
10747         (INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN, INTMAX_MAX, UINTMAX_MAX):
10748         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
10749         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
10750         undef any previous version and define our own version, for
10751         simplicity and consistency with the new macros for types.
10752         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
10753         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
10754         Simplify definitions by using _STDINT_MIN and _STDINT_MAX
10755         where appropriate.  Rely on new symbols @PTRDIFF_T_SUFFIX@,
10756         @SIG_ATOMIC_T_SUFFIX@, @SIZE_T_SUFFIX@, @WCHAR_T_SUFFIX@,
10757         @WINT_T_SUFFIX@ to keep things simple here.
10758         (UINT8_C, UINT16_C, UINT32_C, INT64_C, UINT64_C):
10759         Simplify by assuming typical 8/16/32/64 host, since we're
10760         already doing that elsewhere anyway.
10761         Use (LONG_MAX >> 31 >> 31 == 1) rather than @HAVE_LONG_64BIT@,
10762         and assume long long int is 64 bits if available.  This
10763         speeds up 'configure'.
10764
10765 2006-07-01  Eric Blake  <ebb9@byu.net>
10766
10767         * m4/stdarg.m4 (gl_STDARG_H): Use proper AH_VERBATIM.
10768         Reported by Andreas Buening.
10769
10770 2006-07-01  Eric Blake  <ebb9@byu.net>
10771
10772         * m4/stdarg.m4 (gl_STDARG_H): Properly parenthesize gl_va_copy.
10773
10774 2006-06-30  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
10775
10776         * lib/getaddrinfo.c: fixed typo
10777
10778 2006-06-29  Jim Meyering  <jim@meyering.net>
10779
10780         * modules/strftime (Maintainer): Add my name, since with the
10781         FPRINTFTIME changes strftime.c has forked from glibc.
10782
10783 2006-06-29  Eric Blake  <ebb9@byu.net>
10784
10785         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Use AC_C_INLINE.
10786
10787 2006-06-29  Eric Blake  <ebb9@byu.net>
10788
10789         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): New file.
10790
10791 2006-06-29  Eric Blake  <ebb9@byu.net>
10792
10793         * lib/stat_.h: New file.
10794
10795 2006-06-29  Eric Blake  <ebb9@byu.net>
10796
10797         * lib/stat_.h (rpl_mkdir): Declare inline, to avoid warnings about
10798         unused static function.
10799
10800 2006-06-29  Eric Blake  <ebb9@byu.net>
10801
10802         * doc/functions.texi (Function Portability): Document missing lstat
10803         on mingw.
10804
10805 2006-06-29  Eric Blake  <ebb9@byu.net>
10806
10807         * MODULES.html.sh: Add sys_stat.
10808         * modules/sys_stat: New module.
10809         * modules/mkstemp (Depends-on): Add sys_stat.
10810
10811 2006-06-29  Derek R. Price  <derek@ximbiot.com>
10812
10813         * m4/strftime.m4: Don't call AC_FUNC_STRFTIME.
10814
10815 2006-06-29  Derek R. Price  <derek@ximbiot.com>
10816
10817         * m4/c-bs-a.m4: Removed.
10818
10819 2006-06-29  Derek R. Price  <derek@ximbiot.com>
10820
10821         * lib/strftime.c: Assume strftime() exists.
10822
10823 2006-06-29  Derek Price  <derek@ximbiot.com>
10824
10825         * modules/c-bs-a: Removed - \a is C89.
10826         * MODULES.html.sh: Remove c-bs-a.
10827
10828 2006-06-29  Bruno Haible  <bruno@clisp.org>
10829
10830         * modules/wcwidth (License): Change to LGPL.
10831
10832 2006-06-28  Simon Josefsson  <jas@extundo.com>
10833
10834         * tests/test-getaddrinfo.c: Test getnameinfo too.  Call WSAStartup
10835         on _WIN32.
10836
10837         * modules/getaddrinfo (Depends-on): Add inet_ntop, needed by
10838         getnameinfo.
10839
10840 2006-06-28  Simon Josefsson  <jas@extundo.com>
10841
10842         * m4/getaddrinfo.m4: Look for getnameinfo prototypes too.
10843
10844 2006-06-28  Simon Josefsson  <jas@extundo.com>
10845
10846         * lib/getaddrinfo.c: Try to load ws2_32.dll on Windows, to find the
10847         functions there.  It will succeed on Windows XP, but on Windows
10848         2000 and (presumably) earlier, it will fail, and use the internal
10849         re-implementation.
10850         (use_win32_p): New function.
10851         (getaddrinfo): Use strtoul on servname, to support numeric ports.
10852         Support AI_NUMERICSERV to disable getservbyname.
10853         (getnameinfo): New function, only supports
10854         NI_NUMERICHOST|NI_NUMERICSERV for now.
10855
10856         * lib/getaddrinfo.h: Test and check for AI_* flags separately, MinGW
10857         only have some of them.  Add AI_NUMERICSERV.  Add prototype for
10858         getnameinfo.
10859
10860 2006-06-28  Eric Blake  <ebb9@byu.net>
10861
10862         * modules/wcwidth: New file.
10863         * modules/mbchar (Depends-on): Add wcwidth.
10864         * modules/mbswidth (Depends-on): Add wcwidth.
10865         * MODULES.html.sh: Add wcwidth.
10866
10867 2006-06-28  Eric Blake  <ebb9@byu.net>
10868
10869         * m4/mbswidth.m4 (gl_MBSDWIDTH): Move wcwidth from here...
10870         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): ...to this new file.
10871
10872 2006-06-28  Eric Blake  <ebb9@byu.net>
10873
10874         * lib/xvasprintf.h: Fix comments.
10875
10876 2006-06-28  Eric Blake  <ebb9@byu.net>
10877
10878         * lib/mbchar.h (wcwidth): Include wcwidth.h.
10879         * lib/mbswidth.c (wcwidth): Move from here...
10880         * lib/wcwidth.h: ...to this new file.
10881
10882 2006-06-28  Derek R. Price  <derek@ximbiot.com>
10883
10884         * m4/savedir.m4: Remove AC_FUNC_CLOSEDIR_VOID requirement.
10885
10886         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't require AC_C_CONST, since
10887         it's obsolete.
10888         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Likewise.
10889
10890 2006-06-28  Derek R. Price  <derek@ximbiot.com>
10891
10892         * lib/savedir.c (CLOSEDIR): Remove.  All uses changed to closedir.
10893         Autoconf 2.60 says this stuff was obsolete.
10894
10895 2006-06-28  Bruno Haible  <bruno@clisp.org>
10896
10897         * modules/wcwidth (Files): Add m4/wchar_t.m4.
10898
10899 2006-06-28  Bruno Haible  <bruno@clisp.org>
10900
10901         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Also require AC_C_INLINE and
10902         gt_TYPE_WCHAR_T.
10903
10904 2006-06-28  Bruno Haible  <bruno@clisp.org>
10905
10906         * lib/wcwidth.h: Declare nothing if !HAVE_WCHAR_T. Provide a fallback
10907         declaration for wcwidth.
10908         * lib/mbswidth.c: Restore the includes of <wchar.h> and <wctypes.h>.
10909
10910 2006-06-28  Bruno Haible  <bruno@clisp.org>
10911
10912         * lib/mkdtemp.c [MINGW]: Include <io.h>.
10913         (mkdir): Define using _mkdir.
10914
10915 2006-06-28  Bruno Haible  <bruno@clisp.org>
10916
10917         * lib/getaddrinfo.h: Fix POSIX URL.
10918         * lib/getaddrinfo.c (WIN32_NATIVE): New macro. Use it instead of
10919         _WIN32.
10920         (use_win32_p): Make static.
10921         (getaddrinfo): Reject service name if it is empty or does not consist
10922         solely of decimal digits, or if its value is > 65535.
10923         (getnameinfo): Remove useless casts.
10924
10925 2006-06-27  Simon Josefsson  <jas@extundo.com>
10926
10927         * modules/sys_select: New file, suggested by Bruno Haible, Paul
10928         Eggert and Martin Lambers.
10929
10930 2006-06-27  Simon Josefsson  <jas@extundo.com>
10931
10932         * m4/sys_select_h.m4: New file, suggested by Bruno Haible, Paul
10933         Eggert and Martin Lambers.
10934
10935 2006-06-27  Bruno Haible  <bruno@clisp.org>
10936
10937         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): For nonexistent types, set the
10938         result to 0, not to empty.
10939         Reported by Martin Neitzel <neitzel@sco.gaertner.de>.
10940
10941 2006-06-27  Bruno Haible  <bruno@clisp.org>
10942
10943         * lib/stdint_.h (intmax_t, uintmax_t): Undefine before typedef.
10944
10945 2006-06-26  Simon Josefsson  <jas@extundo.com>
10946
10947         * m4/inet_ntop.m4: Don't check for sys/types.h, we assume it is
10948         present.
10949
10950 2006-06-26  Paul Eggert  <eggert@cs.ucla.edu>
10951
10952         * lib/base64.c (B64): Use _ as the formal parameter, not x, to avoid
10953         bug in IBM C V6 for AIX.  Problem reported by Larry Jones in
10954         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00181.html>.
10955
10956 2006-06-26  Mark D. Baushke  <mdb@gnu.org>
10957
10958         * m4/stdint.m4 (gl_STDINT_H): Treat BSD/OS like OpenBSD.
10959
10960 2006-06-26  Bruno Haible  <bruno@clisp.org>
10961
10962         * modules/stdint (Makefile.am): Also substitute HAVE_WCHAR_H.
10963
10964 2006-06-26  Bruno Haible  <bruno@clisp.org>
10965
10966         * m4/stdint.m4 (gl_STDINT_H): Test also for <wchar.h>.
10967
10968 2006-06-26  Bruno Haible  <bruno@clisp.org>
10969
10970         * m4/stdint.m4 (gl_STDINT_H): Don't include <stdint.h> when using the
10971         SGI C compiler in pre-C99 mode.
10972         Suggested by Mark D. Baushke and Larry Jones.
10973
10974 2006-06-26  Bruno Haible  <bruno@clisp.org>
10975
10976         * lib/stdint_.h: Include <wchar.h> if necessary for WCHAR_MIN or
10977         WCHAR_MAX.
10978         Reported by Mark D. Baushke and Larry Jones.
10979
10980 2006-06-26  Bruno Haible  <bruno@clisp.org>
10981
10982         * lib/stdint_.h: Don't include <stdint.h> when using the SGI C compiler
10983         in pre-C99 mode.
10984         Suggested by Mark D. Baushke and Larry Jones.
10985
10986 2006-06-23  Simon Josefsson  <jas@extundo.com>
10987             Bruno Haible  <bruno@clisp.org>
10988
10989         * gnulib-tool (func_emit_lib_Makefile_am): Define MOSTLYCLEANDIRS.
10990         Emit mostlyclean-local rule.
10991         (func_emit_tests_Makefile_am): Likewise.
10992         * modules/sys_socket (Makefile.am): Use MOSTLYCLEANDIRS.
10993
10994 2006-06-23  Mark D. Baushke  <mdb@gnu.org>
10995
10996         * lib/stdint_.h: Treat BSD/OS like OpenBSD.
10997
10998 2006-06-23  Bruno Haible  <bruno@clisp.org>
10999
11000         * tests/test-stdint.c: Update to match ISO C 99 Technical
11001         Corrigendum 1.
11002
11003 2006-06-23  Bruno Haible  <bruno@clisp.org>
11004
11005         * m4/stdint.m4 (gl_STDINT_H): Treat IRIX like OpenBSD.
11006
11007 2006-06-23  Bruno Haible  <bruno@clisp.org>
11008
11009         * lib/stdint_.h: Treat IRIX like OpenBSD.
11010
11011 2006-06-23  Bruno Haible  <bruno@clisp.org>
11012
11013         * lib/stdint_.h (UINT8_C, UINT16_C, UINT32_C): Define according to
11014         ISO C 99 Technical Corrigendum 1.
11015
11016 2006-06-22  Simon Josefsson  <jas@extundo.com>
11017
11018         * m4/sockpfaf.m4: Include winsock2.h too, to make it work under
11019         MinGW.
11020
11021 2006-06-22  Paul Eggert  <eggert@cs.ucla.edu>
11022
11023         * lib/glob.c (collated_compare): Remove 'const' uses that weren't
11024         needed.  Some compiler complained about some of them.  Problem reported
11025         by Larry Jones in
11026         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00172.html>.
11027
11028 2006-06-21  Simon Josefsson  <jas@extundo.com>
11029
11030         * tests/test-getaddrinfo.c: New file.
11031
11032         * modules/getaddrinfo-tests: New file.
11033
11034         * MODULES.html.sh: Add inet_pton.
11035
11036         * modules/inet_pton: New file.
11037
11038 2006-06-21  Simon Josefsson  <jas@extundo.com>
11039
11040         * m4/getaddrinfo.m4: Don't define WINVER.  Look for gethostbyname in
11041         -lws2_32 too.  Fixes getaddrinfo on Windows 2000, with the price
11042         of using the (limited) gnulib implementation on Windows XP.
11043
11044         * m4/inet_pton.m4: New file.
11045
11046 2006-06-21  Simon Josefsson  <jas@extundo.com>
11047
11048         * lib/getaddrinfo.c (getaddrinfo): Set ai_family in the return
11049         variable.
11050
11051         * lib/socket_.h: Don't define WINVER.
11052
11053         * lib/inet_pton.h, inet_pton.c: New file, taken from glibc but
11054         slightly modified to work in gnulib.
11055
11056 2006-06-21  Simon Josefsson  <jas@extundo.com>
11057
11058         * doc/gnulib.texi (Windows sockets): Add.
11059
11060 2006-06-21  Paul Eggert  <eggert@cs.ucla.edu>
11061
11062         * lib/read-file.c (fread_file): Start with buffer allocation of
11063         0 bytes rather than 1 byte; this simplifies the code.
11064         Don't invoke feof; it's not needed.  Refactor to avoid duplicate
11065         code to free buffer and save/restore errno.
11066         (internal_read_file): Remove unused local.
11067
11068 2006-06-20  Paul Eggert  <eggert@cs.ucla.edu>
11069
11070         * lib/openat.c (openat): Use ?:, not if, to work around GCC bug 4210
11071         <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=4210>.
11072         Problem reported by Denis Excoffier in
11073         <http://lists.gnu.org/archive/html/bug-tar/2006-06/msg00023.html>.
11074
11075 2006-06-19  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
11076
11077         * modules/sys_socket, modules/socklen: Include sys/types since
11078         FreeBSD 4.x's sys/socket.h needs it.
11079
11080 2006-06-19  Simon Josefsson  <jas@extundo.com>
11081
11082         * lib/inet_ntop.c: Always build inet_ntop4, since inet_ntop6 calls it.
11083
11084 2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
11085
11086         * lib/alloca_.h (alloca) [defined alloca]: Don't define or declare.
11087
11088 2006-06-19  Bruno Haible  <bruno@clisp.org>
11089
11090         * m4/stdint.m4 (gl_STDINT_H): Enclose the values of FULL_PATH_STDINT_H
11091         and FULL_PATH_INTTYPES_H in angle brackets.
11092         Reported by Mark D. Baushke <mdb@gnu.org>.
11093
11094 2006-06-17  Eric Blake  <ebb9@byu.net>
11095
11096         * m4/rmdir-errno.m4 (gl_FUNC_FMDIR_NOTEMPTY): Assume errno.h declares
11097         errno.
11098
11099 2006-06-17  Bruno Haible  <bruno@clisp.org>
11100
11101         * m4/stdint.m4 (gl_STDINT_H) [FreeBSD >= 5]: Don't include
11102         <sys/inttypes.h>.
11103
11104 2006-06-17  Bruno Haible  <bruno@clisp.org>
11105
11106         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove test
11107         whether errno is declared. Assume <errno.h> declares errno.
11108
11109 2006-06-17  Bruno Haible  <bruno@clisp.org>
11110
11111         * lib/stdint_.h [FreeBSD >= 5]: Don't include <sys/inttypes.h>.
11112
11113 2006-06-17  Bruno Haible  <bruno@clisp.org>
11114
11115         * lib/stdint_.h (_UINT8_T, _UINT32_T, _UINT64_T): New macros. Fixes a
11116         problem on Solaris 2.5.1.
11117
11118 2006-06-16  Eric Blake  <ebb9@byu.net>
11119
11120         * lib/unsetenv.c [!defined errno]: Assume errno.h declares errno.
11121         * lib/unicodeio.c [!defined errno]: Likewise.
11122         * lib/strtol.c [!defined errno]: Likewise.
11123         * lib/strtod.c [!defined errno]: Likewise.
11124
11125 2006-06-15  Eric Blake  <ebb9@byu.net>
11126
11127         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Work in spite of -Werror.
11128
11129 2006-06-15  Eric Blake  <ebb9@byu.net>
11130
11131         * config/srclist.txt (ssize_t.m4): Lose sync.
11132
11133 2006-06-15  Bruno Haible  <bruno@clisp.org>
11134
11135         * modules/stdint (Files): Include m4/full-header-path.m4,
11136         m4/size_max.m4, m4/wchar_t.m4.
11137         (Makefile.am): Many more substitutions.
11138         * modules/stdint-tests: New file.
11139         * tests/test-stdint.c: New file.
11140
11141 2006-06-15  Bruno Haible  <bruno@clisp.org>
11142
11143         * m4/stdint.m4 (gl_STDINT_H): Rewritten to produce a complete stdint.h.
11144         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H, gl_STDINT_CHECK_TYPES,
11145         gl_STDINT_MISSING_BOUND, gl_STDINT_MISSING_BOUNDS,
11146         gl_STDINT_MISSING_BOUNDS2, gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED,
11147         gl_CHECK_TYPE_SAME): New macros.
11148
11149 2006-06-15  Bruno Haible  <bruno@clisp.org>
11150
11151         * m4/size_max.m4 (gl_SIZE_MAX): Make it work also when cross-compiling.
11152
11153 2006-06-15  Bruno Haible  <bruno@clisp.org>
11154
11155         * lib/stdint_.h: Rewritten to be fully auto-configured.
11156         Fixes bug on HP-UX/IA64.
11157
11158 2006-06-11  Paul Eggert  <eggert@cs.ucla.edu>
11159
11160         * lib/getdate.y (__attribute__): Don't define if already defined.
11161         Problem reported by Larry Jones.
11162         * lib/utimens.c (__attribute__): Likewise.
11163
11164 2006-06-04  Paul Eggert  <eggert@cs.ucla.edu>
11165
11166         * lib/regexec.c (group_nodes_into_DFAstates): Fix a buffer overrun
11167         reported by Andreas Schwab.
11168
11169 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11170             Bruno Haible  <bruno@clisp.org>
11171
11172         * m4/strndup.m4 (gl_FUNC_STRNDUP): Replace the AC_REPLACE_FUNCS with a
11173         check for the declaration of strnlen and a run test that exposes the
11174         AIX 5.1 strnlen bug.  In the failure case, #define strndup to
11175         rpl_strndup.
11176
11177 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11178             Bruno Haible  <bruno@clisp.org>
11179
11180         * lib/strndup.c (strndup) [!_LIBC]: Don't undefine macro definition.
11181
11182 2006-05-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11183
11184         * m4/c-strtod.m4 (gl_C99_STRTOLD): Use a link test rather than a
11185         compile test, for Tru64 4.0D.
11186
11187 2006-05-28  Karl Berry  <karl@gnu.org>
11188
11189         * config/srclist.txt (printf-args.c): lose sync.
11190
11191 2006-05-26  Martin Lambers  <marlam@marlam.de>
11192
11193         * lib/getpass.c: Updates the test for the native W32 API, and adds
11194         missing includes, thus fixing compilation warnings.
11195
11196 2006-05-25  Sergey Poznyakoff  <gray@gnu.org.ua>
11197
11198         * lib/exclude.c (exclude_fnmatch): New function.
11199         (excluded_file_name): Call exclude_fnmatch.
11200         * lib/exclude.h (excluded_file_name): New prototype
11201
11202 2006-05-25  Paul Eggert  <eggert@cs.ucla.edu>
11203
11204         * lib/tempname.c (small_open, large_open): New macros.
11205         (__open, __open64) [!_LIBC]: Remove.
11206         (__gen_tempname): Use small_open and large_open instead of __open
11207         and __open64.  This fixes a portability bug on HP-UX 11.11i
11208         reported by Simon Wing-Tang in
11209         <http://lists.gnu.org/archive/html/bug-coreutils/2006-05/msg00114.html>.
11210
11211 2006-05-24  Bruno Haible  <bruno@clisp.org>
11212
11213         * lib/printf-args.c (printf_fetchargs): Turn NULL pointers for
11214         TYPE_STRING and TYPE_WIDE_STRING into a non-NULL replacement.
11215         Reported by Thorsten Maerz <torte@netztorte.de> via
11216         Aaron Stone <aaron@serendipity.cx>.
11217
11218 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
11219
11220         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Rename cache variables to use
11221         gl_ rather than jm_.  Link, don't run, so that cross-compiles are
11222         allowed.  Check that resulting type is arithmetic.  Move AC_REQUIRE
11223         and AC_CHECK_HEADERS_ONCE outside of AC_CACHE_CHECK, since they're
11224         not really conditional on the cache.
11225         (gl_PREREQ_NANOSLEEP): Check for sys/select.h.
11226
11227 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
11228
11229         * lib/nanosleep.c [HAVE_SYS_SELECT_H]: Include <sys/select.h>.
11230         Use the usual Autoconf way to include <time.h> and/or sys/time.h.
11231         (my_usleep): Don't mishandle maximum value.
11232
11233 2006-05-19  Jim Meyering  <jim@meyering.net>
11234
11235         * lib/getugroups.c: Correct an outdated comment.  From Bruno Haible.
11236
11237 2006-05-17  Bruno Haible  <bruno@clisp.org>
11238
11239         Cygwin portability.
11240         * lib/classpath.c (PATH_SEPARATOR) [CYGWIN]: Define as ':'.
11241
11242 2006-05-17  Bruno Haible  <bruno@clisp.org>
11243
11244         * lib/stdint_.h: Fix recognition of Cygwin.
11245
11246 2006-05-15  Bruno Haible  <bruno@clisp.org>
11247
11248         * build-aux/config.rpath: Improve support for Sun C 5.9 on Linux, based
11249         on libtool patch by Ralf Wildenhues.
11250
11251 2006-05-14  Paul Eggert  <eggert@cs.ucla.edu>
11252
11253         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Fix overly-picky
11254         test for C99 conformance; (bool) 0.5 is an integer constant
11255         expression, but (bool) -0.5 is not.  Problem reported by Fedor
11256         Sergeev in <http://forum.sun.com/jive/thread.jspa?threadID=96202>.
11257
11258 2006-05-11  Simon Josefsson  <jas@extundo.com>
11259
11260         * m4/xvasprintf.m4: Fix obvious typo.
11261
11262 2006-05-11  Jim Meyering  <jim@meyering.net>
11263
11264         * lib/sha1.c (sha1_buffer): Correct comment: s/MD5/SHA1/.  From
11265         James Lemley.
11266
11267 2006-05-10  Simon Josefsson  <jas@extundo.com>
11268
11269         * lib/md4.c: Typo fix, update copyright years.
11270         (K1, K2): Don't use L because it turn computations into 64-bit on
11271         64-bit platforms.
11272
11273 2006-05-10  Paul Eggert  <eggert@cs.ucla.edu>
11274
11275         * lib/crc.c (crc32_update): Remove unnecessary L suffix.
11276         * lib/md4.c (rol): Cast right-shift arg to uint32_t to prevent
11277         unwanted sign propagation, e.g., on hosts with 64-bit int.
11278         There still are some problems with reeelly weird theoretical hosts
11279         (e.g., 33-bit int) but it's not worth worrying about now.
11280         * lib/sha1.c (rol): Likewise.
11281         (K1, K2, K3, K4): Remove unnecessary L suffix.
11282
11283 2006-05-10  Bruno Haible  <bruno@clisp.org>
11284
11285         * lib/des.c: Cast to avoid warnings.
11286
11287 2006-05-09  Bruno Haible  <bruno@clisp.org>
11288
11289         * modules/xvasprintf (Files): Add m4/xvasprintf.m4.
11290         (Depends-on): Depend also on xsize, stdarg.
11291         (configure.ac): Add gl_XVASPRINTF.
11292
11293 2006-05-09  Bruno Haible  <bruno@clisp.org>
11294
11295         * m4/xvasprintf.m4: New file.
11296
11297 2006-05-09  Bruno Haible  <bruno@clisp.org>
11298
11299         * lib/xvasprintf.c: Include limits.h, string.h, xsize.h.
11300         (EOVERFLOW): Define fallback value.
11301         (xstrcat): New function.
11302         (xvasprintf): Recognize the special case of a string concatenation.
11303
11304 2006-05-08  Eric Blake  <ebb9@byu.net>
11305
11306         * gnulib-tool (func_version): Base copyright year on CVS date.
11307         (func_emit_copyright_notice): New function.
11308         (func_emit_lib_Makefile_am): Use it.
11309         (func_emit_tests_Makefile_am): Likewise.
11310         (func_import): Likewise.
11311
11312 2006-05-08  Bruno Haible  <bruno@clisp.org>
11313
11314         * modules/stdarg: New file.
11315         * MODULES.html.sh (func_all_modules): Add section for <stdarg.h>.
11316
11317 2006-05-08  Bruno Haible  <bruno@clisp.org>
11318
11319         * m4/stdarg.m4: New file, from GNU gettext.
11320
11321 2006-05-08  Bruno Haible  <bruno@clisp.org>
11322
11323         * config/srclist.txt (build-aux/config.rpath): different from latest
11324         release.
11325
11326 2006-05-08  Bruno Haible  <bruno@clisp.org>
11327
11328         * build-aux/config.rpath: Add support for Sun C 5.9 on Linux.
11329
11330 2006-05-05  Jim Meyering  <jim@meyering.net>
11331
11332         * m4/warning.m4: New file, derived from bison's file by the same name.
11333
11334 2006-05-03  Bruno Haible  <bruno@clisp.org>
11335
11336         * lib/stdint_.h: Shorter URL.
11337         * lib/inttypes.h: Likewise.
11338
11339 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
11340
11341         * modules/inttypes (Maintainer): Change from Derek Price to 'all'.
11342
11343 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
11344
11345         * lib/verify.h: Document the internals better.  Most of this change
11346         was written by Bruno Haible.
11347
11348 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
11349
11350         * doc/verify.texi: New file, partly based on a proposal by
11351         Bruno Haible.
11352
11353 2006-05-02  Bruno Haible  <bruno@clisp.org>
11354
11355         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Move the include_next
11356         test from here...
11357         * m4/_inttypes_h.m4 (gl_INTTYPES_H): ... to here.
11358
11359 2006-04-29  Bruno Haible  <bruno@clisp.org>
11360
11361         * lib/gcd.c: Use WORD_T and GCD instead of unsigned long and gcd.
11362         Suggested by Oskar Liljeblad <oskar@osk.mine.nu>.
11363
11364 2006-04-29  Bruno Haible  <bruno@clisp.org>
11365
11366         * gnulib-tool: Make --update option actually work.
11367
11368 2006-04-29  Bruno Haible  <bruno@clisp.org>
11369
11370         * doc/gcd.texi: New file.
11371         * doc/gnulib.texi: Include it.
11372
11373 2006-04-25  Paul Eggert  <eggert@cs.ucla.edu>
11374
11375         * lib/getdate.y (get_date): When adding relative date, start with the
11376         initial time, not with the result of the first mktime call.
11377
11378 2006-04-25  Bruno Haible  <bruno@clisp.org>
11379
11380         * gnulib-tool (func_import): Output the include directives in three
11381         blocks, sorted separately.
11382         Reported by Ben Pfaff <blp@cs.stanford.edu>.
11383
11384 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
11385
11386         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use prototype
11387         to define main with arguments, for C++.  Reported by Eric Blake.
11388         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC):
11389         Prefer 'int main ()' to 'int main (void)', for C++.
11390         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Likewise.
11391         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Specify a return type
11392         for 'main', for C99 and C++.
11393
11394 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
11395
11396         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Use return, not exit.
11397         Don't assume that exit status -1 is valid.
11398         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
11399         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
11400         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Likewise.
11401         * m4/readdir.m4 (GL_FUNC_READDIR): Include <stdlib.h>.
11402         * m4/rename.m4 (vb_FUNC_RENAME): Likewise.
11403         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use AC_RUN_IFELSE,
11404         not AC_TRY_RUN.  Use return, not exit.  Don't assume that
11405         functions can be used without declaring them, or that you can
11406         exit with status -1.
11407         * m4/utimes-null.m4 (gl_FUNC_UTIMES_NULL): Likewise.
11408
11409 2006-04-24  Karl Berry  <karl@gnu.org>
11410
11411         * config/srclist.txt (longdouble.m4): sync lost.
11412
11413 2006-04-24  Eric Blake  <ebb9@byu.net>
11414
11415         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Avoid unused variable warning.
11416
11417 2006-04-24  Bruno Haible  <bruno@clisp.org>
11418
11419         * m4/poll.m4 (gl_FUNC_POLL): When cross-compiling, reject also the
11420         poll() implementation in AIX.
11421         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
11422
11423 2006-04-24  Bruno Haible  <bruno@clisp.org>
11424
11425         * m4/poll.m4 (gl_FUNC_POLL): Rearrange code, so that POLL_H gets
11426         assigned exactly once.
11427
11428 2006-04-23  Claudio Fontana  <claudio@gnu.org>
11429             Bruno Haible  <bruno@clisp.org>
11430
11431         * modules/gettext (Makefile.am): Add a -I flag for <libintl.h>.
11432         * gnulib-tool (func_emit_lib_Makefile_am): Emit empty default value
11433         for AM_CPPFLAGS.
11434
11435 2006-04-23  Bruno Haible  <bruno@clisp.org>
11436
11437         * modules/copy-file: Depend on unistd.
11438         * modules/execute: Likewise.
11439         * modules/fatal-signal: Likewise.
11440         * modules/findprog: Likewise.
11441         * modules/mkdtemp : Likewise.
11442         * modules/pipe: Likewise.
11443         * modules/wait-process: Likewise.
11444
11445 2006-04-23  Bruno Haible  <bruno@clisp.org>
11446
11447         * lib/fwriteerror.c (fwriteerror): Call fclose also when an error
11448         condition was already detected.
11449         Reported by Ben Pfaff <blp@cs.stanford.edu>.
11450
11451 2006-04-23  Bruno Haible  <bruno@clisp.org>
11452
11453         * lib/copy-file.c: Include <unistd.h> unconditionally.
11454         * lib/execute.c: Likewise.
11455         * lib/fatal-signal.c: Likewise.
11456         * lib/findprog.c: Likewise.
11457         * lib/mkdtemp.c: Likewise.
11458         * lib/pipe.h: Likewise.
11459         * lib/pipe.c: Likewise.
11460         * lib/wait-process.h: Likewise.
11461
11462 2006-04-23  Bruno Haible  <bruno@clisp.org>
11463
11464         * gnulib-tool (func_usage): Fix --import description. Document
11465         --update.
11466         (func_import): Create temporary file in a temporary directory, if
11467         --dry-run is specified. Silence errors from 'grep' when there are no
11468         m4 files in $m4dir.
11469         (func_create_testdir): Silence errors from 'grep' when there are no
11470         m4 files in $m4dir.
11471         Reported by Karl Berry <karl@freefriends.org>.
11472
11473 2006-04-20  Bruno Haible  <bruno@clisp.org>
11474
11475         * m4/argp.m4 (gl_ARGP): Don't call AC_CHECK_DECLS_ONCE with more than
11476         one argument, so that the code will be portable to Autoconf 2.60.
11477         * m4/getlogin_r.m4 (gl_PREREQ_GETLOGIN_R): Likewise.
11478         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
11479         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO): Likewise.
11480
11481 2006-04-19  Derek Price  <derek@ximbiot.com>
11482             Eric Blake  <ebb9@byu.net>
11483
11484         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Use </full/path.h>
11485         rather than "/full/path.h".  Update comment to match.  Shorten &
11486         generalize m4_translit call via AS_TR_CPP.
11487
11488 2006-04-19  Derek Price  <derek@ximbiot.com>
11489             Eric Blake  <ebb9@byu.net>
11490
11491         * lib/inttypes.h: Correct grammar in comment.
11492
11493 2006-04-18  Derek Price  <derek@ximbiot.com>
11494             Paul Eggert  <eggert@cs.ucla.edu>
11495
11496         * modules/inttypes: New file.
11497         * modules/strtoimax, modules/strtoumax: Depend on inttypes.
11498
11499 2006-04-18  Derek Price  <derek@ximbiot.com>
11500             Paul Eggert  <eggert@cs.ucla.edu>
11501
11502         * m4/_inttypes_h.m4, m4/full-header-path.m4, m4/include_next.m4:
11503         New files.
11504
11505 2006-04-18  Derek Price  <derek@ximbiot.com>
11506             Paul Eggert  <eggert@cs.ucla.edu>
11507
11508         * lib/inttypes.h: New file.
11509         * lib/strtoimax.c: Assume <inttypes.h>.
11510
11511 2006-04-15  Paul Eggert  <eggert@cs.ucla.edu>
11512
11513         * lib/utimens.c (futimens): glibc futimesat messes up if /proc
11514         isn't mounted.  Problem reported by Kir Kolyshkin.
11515
11516 2006-04-13  Paul Eggert  <eggert@cs.ucla.edu>
11517
11518         * lib/regcomp.c (init_dfa): Don't use wchar_t or wctype_t if
11519         RE_ENABLE_I18N is not defined.  Problem reported by Mark D. Baushke via
11520         Derek R. Price.
11521         * lib/regex.h (RE_DUP_MAX): Update comment to match current
11522         implementation.
11523
11524 2006-04-12  Eric Blake  <ebb9@byu.net>
11525
11526         * modules/time_r (Makefile.am): Remove lib_SOURCES line, as this
11527         is now done automatically by the corresponding Autoconf macro.
11528
11529 2006-04-11  Paul Eggert  <eggert@cs.ucla.edu>
11530
11531         * m4/time_r.m4 (gl_TIME_R): Add AC_LIBSOURCES for time_r.c and
11532         time_r.h.
11533
11534 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
11535
11536         Merge regex changes from libc, removing some of our
11537         POSIX-conformance changes that were rejected and redoing them in a
11538         less-intrusive way.
11539
11540         * lib/regcomp.c (re_compile_internal, init_dfa):
11541         Length arg is now size_t, not Idx.  All uses changed.
11542         (peek_token): Forward decl now says internal_function.
11543         (__re_error_msgid, __re_error_msgid_idx):
11544         Now static rather than extern with attribute_hidden.
11545         (re_compile_pattern) [!defined _LIBC]: Use K&R-style defn.
11546         For some reason libc prefers K&R style defns for external functions.
11547         (regerror) [!defined _LIBC]: Likewise.
11548         (re_set_syntax, re_compile_fastmap, regcomp, regfree, re_comp):
11549         (seek_collating_symbol_entry, lookup_collation_sequence_value):
11550         (build_range_exp, build_collating_symbol):
11551         Use K&R-style defn.
11552         (re_compile_fastmap): Use '\0' to memset, not 0.
11553         (utf8_sb_map): Make the calculations more obvious.
11554         (init_dfa, parse_bracket_exp, build_charclass_op):
11555         Call calloc and cast result, as glibc does.
11556         (init_word_char, fetch_token, peek_token, peek_token_bracket):
11557         (build_range_exp, build_collating_symbol):
11558         Now internal functions.
11559
11560         * lib/regex.c [!defined _LIBC]: Allow compiling with C++ compilers.
11561
11562         * lib/regex.h (__USE_GNU_REGEX): New macro.  Don't depend on
11563         _REGEX_SOURCE any more; depend on _GNU_SOURCE instead.
11564         Don't depend on VMS; depend on __VMS instead, for POSIX
11565         namespace cleanness.
11566         (regoff_t): Define to ssize_t, not long int.
11567
11568         Remove the REG_ macros named below.  Instead, make the old names
11569         (e.g., RE_BACKSLASH_ESCAPE_IN_LISTS) visible only if
11570         __USE_GNU_REGEX.
11571         (REG_BACKSLASH_ESCAPE_IN_LISTS):
11572         (REG_BK_PLUS_QM, REG_CHAR_CLASSES, REG_CONTEXT_INDEP_ANCHORS):
11573         (REG_CONTEXT_INDEP_OPS, REG_CONTEXT_INVALID_OPS):
11574         (REG_DOT_NEWLINE, REG_DOT_NOT_NULL, REG_HAT_LISTS_NOT_NEWLINE):
11575         (REG_INTERVALS, REG_LIMITED_OPS, REG_NEWLINE_ALT):
11576         (REG_NO_BK_BRACES, REG_NO_BK_PARENS, REG_NO_BK_REFS):
11577         (REG_NO_BK_VBAR, REG_NO_EMPTY_RANGES):
11578         (REG_UNMATCHED_RIGHT_PAREN_ORD, REG_NO_POSIX_BACKTRACKING):
11579         (REG_NO_GNU_OPS, REG_DEBUG, REG_INVALID_INTERVAL_ORD):
11580         (REG_IGNORE_CASE, REG_CARET_ANCHORS_HERE):
11581         (REG_CONTEXT_INVALID_DUP, REG_NO_SUB, REG_SYNTAX_EMACS):
11582         (REG_SYNTAX_AWK, REG_SYNTAX_GNU_AWK, REG_SYNTAX_POSIX_AWK):
11583         (REG_SYNTAX_GREP, REG_SYNTAX_EGREP, REG_SYNTAX_POSIX_EGREP):
11584         (REG_SYNTAX_ED, REG_SYNTAX_SED, _REG_SYNTAX_POSIX_COMMON):
11585         (REG_SYNTAX_POSIX_BASIC, REG_SYNTAX_POSIX_MINIMAL_BASIC):
11586         (REG_SYNTAX_POSIX_EXTENDED, REG_SYNTAX_POSIX_MINIMAL_EXTENDED):
11587         (REG_DUP_MAX, REG_UNALLOCATED, REG_REALLOCATE, REG_FIXED):
11588         (REG_NREGS):
11589         Remove.  All uses replaced by the old RE_* names.
11590         (RE_BACKSLASH_ESCAPE_IN_LISTS):
11591         (RE_BK_PLUS_QM, RE_CHAR_CLASSES, RE_CONTEXT_INDEP_ANCHORS):
11592         (RE_CONTEXT_INDEP_OPS, RE_CONTEXT_INVALID_OPS):
11593         (RE_DOT_NEWLINE, RE_DOT_NOT_NULL, RE_HAT_LISTS_NOT_NEWLINE):
11594         (RE_INTERVALS, RE_LIMITED_OPS, RE_NEWLINE_ALT):
11595         (RE_NO_BK_BRACES, RE_NO_BK_PARENS, RE_NO_BK_REFS):
11596         (RE_NO_BK_VBAR, RE_NO_EMPTY_RANGES):
11597         (RE_UNMATCHED_RIGHT_PAREN_ORD, RE_NO_POSIX_BACKTRACKING):
11598         (RE_NO_GNU_OPS, RE_DEBUG, RE_INVALID_INTERVAL_ORD):
11599         (RE_IGNORE_CASE, RE_CARET_ANCHORS_HERE):
11600         (RE_CONTEXT_INVALID_DUP, RE_NO_SUB):
11601         Don't bother having these macros be independent of each others'
11602         values, since they no longer exist in the POSIX name space.
11603
11604         Rename the following member names back to their old names,
11605         unless !__USE_GNU_REGEX.  All uses changed back.
11606         (buffer): Renamed from re_buffer.
11607         (allocated): Renamed from re_allocated.
11608         (used): Renamed from re_used.
11609         (syntax): Renamed from re_syntax.
11610         (fastmap): Renamed from re_fastmap.
11611         (translate): Renamed from re_translate.
11612         (can_be_null): Renamed from re_can_be_null.
11613         (regs_allocated): Renamed from re_regs_allocated.
11614         (fastmap_accurate): Renamed from re_fastmap_accurate.
11615         (no_sub): Renamed from re_no_sub.
11616         (not_bol): Renamed from re_not_bol.
11617         (not_eol): Renamed from re_not_eol.
11618         (newline_anchor): Renamed from re_newline_anchor.
11619         (num_regs): Renamed from rm_num_regs.
11620         (start): Renamed from rm_start.
11621         (end): Renamed from rm_end.
11622
11623         (free_state): Move up a bit.
11624
11625         * lib/regex_internal.h (inline) [__GNUC__ < 3 && defined _LIBC]:
11626         #define to be empty.
11627         (ASCII_CHARS): New macro, replacing all uses of 0x80 and/or SBC_MAX / 2
11628         when that is what is intended.
11629         (SBC_MAX): Define to UCHAR_MAX + 1, not 256.
11630         (__re_error_msgid, __re_error_msgid_idx): Remove decls; not needed.
11631         (MAX): New macro.
11632         (re_xmalloc, re_calloc, re_xrealloc, re_x2realloc): Remove.
11633         All uses changed back to re_malloc, etc.  It's now the caller's
11634         responsibility to check for overflow; all callers changed.
11635         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc, re_xnrealloc):
11636         (re_x2nrealloc): Remove.
11637         (free_state): Remove decl.
11638
11639         * lib/regexc.c (regexec, re_match, re_search, re_match_2, re_search_2):
11640         (re_set_registers, re_exec):
11641         Use K&R-style defn.
11642
11643         2006-01-31  Roland McGrath  <roland@redhat.com>
11644
11645         * lib/regcomp.c (calc_eclosure_iter): Remove dead variables.
11646         Reported by Mike Frysinger <vapier@gentoo.org>.
11647
11648         2006-01-15  Andreas Jaeger  <aj@suse.de>
11649
11650         [BZ #1950]
11651         * lib/regex_internal.c (re_string_reconstruct): Adjust for
11652         build_wcs_upper_buffer change.
11653         (build_wcs_upper_buffer): Change return type.
11654
11655         2005-12-10  Ulrich Drepper  <drepper@redhat.com>
11656
11657         * lib/regex_internal.h: Include <stdint.h> if available.
11658
11659         2005-12-06  Paolo Bonzini  <bonzini@gnu.org>
11660
11661         * lib/regex_internal.h (SIZE_MAX): Provide a default definition.
11662
11663         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
11664
11665         * lib/regcomp.c: Adjust for changed secondary hash function.
11666
11667         2005-09-30  Ulrich Drepper  <drepper@redhat.com>
11668
11669         * lib/regex.h: Pretty printing.
11670         Clean up namespace a bit.
11671
11672         2005-09-30  Jakub Jelinek  <jakub@redhat.com>
11673
11674         * lib/regexec.c (update_cur_sifted_state, check_arrival,
11675         check_arrival_add_next_nodes): Avoid using uninitialized variable.
11676
11677         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
11678                     Ulrich Drepper  <drepper@redhat.com>
11679
11680         [BZ #1302]
11681         * lib/regex_internal.h (bitset_t): Renamed from bitset.  All uses
11682         changed.
11683         (bitset_word_t): Renamed from bitset_word.  All uses changed.
11684
11685         2005-09-22  Ulrich Drepper  <drepper@redhat.com>
11686
11687         [BZ #281]
11688         * lib/regex.h: Define RE_TRANSLATE_TYPE as unsigned char *.
11689         * lib/regcomp.c: Remove unnecessary uses of
11690         unsigned RE_TRANSLATE_TYPE.
11691         * lib/regex_internal.h: Likewise.
11692         * lib/regex_internal.c: Likewise.
11693         * lib/regexec.c: Likewise.
11694         Based on a patch by Stepan Kasal <kasal@ucw.cz>.
11695
11696         2005-09-07  Ulrich Drepper  <drepper@redhat.com>
11697
11698         * lib/regexec.c (find_recover_state): Remove unnecessary
11699         initialization.
11700         (transit_state_bkref): Make DFA a const pointer.
11701         (get_subexp): Likewise.
11702         (check_arrival): Likewise.
11703         (update_cur_sifted_state): Likewise.
11704         (re_search_internal): Likewise.
11705         (prune_impossible_nodes): Likewise.
11706         (acquire_init_state_context): Likewise.
11707         (proceed_next_node): Likewise.
11708         (set_regs): Likewise.
11709         (free_fail_stack_return): Likewise.
11710         (check_arrival_expand_ecl): Mark DFA parameter as const.
11711         (check_arrival_expand_ecl_sub): Likewise.
11712         (check_subexp_limits): Likewise.
11713         (sub_epsilon_src_nodes):  Likewise.
11714         (add_epsilon_src_nodes):  Likewise.
11715         (merge_state_array): Likewise.
11716         (update_regs): Likewise.
11717         (build_trtable): Likewise.
11718         (sift_states_backward): Mark MCTX parameter as const.
11719         (build_sifted_states): Likewise.
11720         (update_cur_sifted_state): Likewise.
11721         (sift_states_mkref): Likewise.
11722         (check_arrival_expand_ecl): Mark eclosure as const.
11723         (check_dst_limits_calc_pos_1): Likewise.
11724         * lib/regex_internal.h (re_match_context_t): Make dfa a const
11725         pointer.
11726
11727         2005-09-06  Ulrich Drepper  <drepper@redhat.com>
11728
11729         * lib/regexec.c (merge_state_with_log): Define dfa as const pointer.
11730         (transit_state_sb): Likewise.
11731         (transit_state_mb): Likewise.
11732         (sift_states_iter_mb): Likewise.
11733         (check_arrival_add_next_nodes): Likewise.
11734         (check_node_accept_bytes): Change first parameter to pointer-to-const.
11735         [_LIBC] (re_search_2_stub): Use mempcpy.
11736
11737         * lib/regex_internal.c (re_string_reconstruct): Avoid calling
11738         mbrtowc for very simple UTF-8 case.
11739
11740         * lib/regex_internal.c (re_acquire_state): Make DFA pointer arg
11741         a pointer-to-const.
11742         (re_acquire_state_context): Likewise.
11743         * lib/regex_internal.h: Adjust prototypes.
11744
11745         * lib/regex.c: Prevent using C++ compilers.
11746
11747         * lib/regex_internal.c (re_acquire_state): Minor code rearrangement.
11748         (re_acquire_state_context): Likewise.
11749
11750 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
11751
11752         * modules/regex (Depends-on): Add ssize_t.
11753
11754 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
11755
11756         * m4/regex.m4 (gl_REGEX): Check for new glibc interface to
11757         translation table.
11758
11759 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
11760
11761         * doc/gnulib-tool.texi (Modified imports): pathname -> file name.
11762
11763 2006-03-29  Mark D. Baushke  <mdb@gnu.org>
11764             Bruno Haible  <bruno@clisp.org>
11765
11766         * lib/stdint_.h: On OpenBSD, don't redefine types already included in
11767         <sys/types.h> and <inttypes.h>.
11768
11769 2006-03-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11770
11771         * m4/argz.m4 (gl_FUNC_ARGZ): If we define `error_t', also define
11772         `__error_t_defined', so argp.h will not typedef the former.
11773
11774 2006-03-25  Paul Eggert  <eggert@cs.ucla.edu>
11775
11776         * m4/regex.m4 (gl_REGEX): Don't insist on REG_SYNTAX_POSIX_EGREP,
11777         REG_SYNTAX_EMACS, and REG_IGNORE_CASE.  Settle for the traditional
11778         glibc names.  Even if glibc is changed to conform to POSIX, the
11779         traditional names will be available anyway, since regex depends on
11780         the extensions module.  Also, fix a longstanding typo in the
11781         implementation of Spencer ERE test #75 from grep 2.3.  Problems
11782         reported by Emanuele Giaquinta.  Also, change sense of cached
11783         variable, so that the message makes sense.
11784
11785 2006-03-24  Simon Josefsson  <jas@extundo.com>
11786
11787         * lib/base64.c: Fix problems reported by Eric Blake <ebb9@byu.net>,
11788         including some doc fixes.
11789         (base64_encode_alloc): Fix +1 bug on allocation failures.
11790
11791 2006-03-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11792
11793         * lib/base64.c (base64_encode): Do not read past end of array with
11794         unsanitized input on systems with CHAR_BIT > 8.
11795
11796 2006-03-24  Eric Blake  <ebb9@byu.net>
11797
11798         * lib/time_r.c (copy_string_result): Remove, as it is no longer used.
11799
11800 2006-03-22  Karl Berry  <karl@gnu.org>
11801
11802         * config/srclist.txt (*setenv.[ch]): get from coreutils.
11803         * config/srclistvars.sh (COREUTILS): new var.
11804
11805 2006-03-17  Jim Meyering  <jim@meyering.net>
11806
11807         * m4/regex.m4 (gl_REGEX): Fix typo in last change:
11808         s/_REGEX_WIDE_OFFSETS/_REGEX_LARGE_OFFSETS/.
11809
11810 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
11811
11812         * m4/regex.m4 (gl_REGEX): Don't check for off_t, since the code
11813         no longer needs it.  Instead, check that regoff_t is as least
11814         as wide as ptrdiff_t.
11815
11816         Don't define _REGEX_WIDE_OFFSETS unless using the included regex,
11817         so that our regex.h stays compatible with the installed regex.
11818         This is helpful for installers who configure --without-included-regex.
11819         Problem reported by Emanuele Giaquinta.
11820
11821 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
11822
11823         * lib/regex.h (regoff_t) [defined _REGEX_LARGE_OFFSETS]:
11824         Typedef to long int, not to off_, as POSIX will likely change
11825         in that direction.
11826
11827 2006-03-15  Eric Blake  <ebb9@byu.net>
11828
11829         * m4/dirfd.m4 (gl_FUNC_DIRFD): Use AC_REQUIRE for AC_HEADER_DIRENT.
11830
11831 2006-03-13  Sergey Poznyakoff  <gray@gnu.org.ua>
11832
11833         * lib/argp-help.c (validate_uparams): Fix typo
11834         * lib/argp-parse.c (argp_default_options): Consistently begin help
11835         messages with a lowercase letter.
11836
11837 2006-03-11  Paul Eggert  <eggert@cs.ucla.edu>
11838
11839         * lib/time_r.h (asctime_r, ctime_r): Remove.  These functions can
11840         overrun buffers and shouldn't be used (much as gets shouldn't be
11841         used).
11842         * lib/time_r.c (asctime_r, ctime_r): Likewise.
11843
11844 2006-03-08  Simon Josefsson  <jas@extundo.com>
11845
11846         * m4/gc-random.m4: Permit 'no' as variable values and fix warnings,
11847         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
11848
11849 2006-03-08  Simon Josefsson  <jas@extundo.com>
11850
11851         * m4/gc-random.m4: Call AC_CANONICAL_HOST and use $host_os instead of
11852         $target, suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
11853
11854 2006-03-08  Simon Josefsson  <jas@extundo.com>
11855
11856         * lib/gc-gnulib.c (randomize): Don't open files called 'no', they
11857         signal that configure disabled the device.
11858
11859 2006-03-08  Simon Josefsson  <jas@extundo.com>
11860
11861         * build-aux/maint.mk: Fix refresh-po, to handle no translated
11862         languages.
11863
11864 2006-03-07  Simon Josefsson  <jas@extundo.com>
11865
11866         * modules/getopt (Depends-on): Add unistd.
11867
11868         * modules/unistd: New file.
11869
11870 2006-03-07  Simon Josefsson  <jas@extundo.com>
11871
11872         * modules/gc-random: New file.
11873
11874 2006-03-07  Simon Josefsson  <jas@extundo.com>
11875
11876         * m4/unistd_h.m4: New file.
11877
11878 2006-03-07  Simon Josefsson  <jas@extundo.com>
11879
11880         * m4/readline.m4 (gl_FUNC_READLINE): Rewrite the cached part of the
11881         test to be side-effect free by storing the result in the cache
11882         variable gl_cv_lib_readline, and moving the assignment of
11883         LIBREADLINE and LTLIBREADLINE outside the COMMANDS-TO-SET-IT.
11884         From Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
11885
11886 2006-03-07  Simon Josefsson  <jas@extundo.com>
11887
11888         * m4/gc-random.m4: New file, mostly from gc.m4.  Warn instead of
11889         error on missing devices (the functions will return an error).
11890
11891         * m4/gc.m4: Move random stuff to gc-random.m4
11892
11893 2006-03-07  Simon Josefsson  <jas@extundo.com>
11894
11895         * lib/unistd_.h: New file.
11896
11897 2006-03-07  Simon Josefsson  <jas@extundo.com>
11898
11899         * lib/gc-libgcrypt.c, gc-gnulib.c: Use GC_USE_RANDOM.
11900
11901 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
11902
11903         * m4/unistd_h.m4 (gl_HEADER_UNISTD): Rename, to match modules file.
11904         Problem reported by Juan Manuel Guerrero.
11905
11906 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
11907
11908         * lib/c-stack.c: Include unistd.h unconditionally, since we now assume
11909         the unistd module.
11910         * lib/getlogin_r.c: Likewise.
11911         * lib/getlogin_r.h: Likewise.
11912         * lib/glob.c: Likewise.
11913         * lib/pagealign_alloc.c: Likewise.
11914         * lib/unistd_.h: Remove; no longer needed.
11915
11916 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
11917
11918         * MODULES.html.sh (Support for systems lacking POSIX:2001):
11919         Add unistd.
11920         * modules/c-stack (Depends-on): Add unistd.
11921         * modules/getlogin_r: Likewise.
11922         * modules/glob: Likewise.
11923         * modules/pagealign_alloc: Likewise.
11924         * modules/unistd (Files): Remove lib/unistd_.h.
11925         (EXTRA_DIST): Remove.
11926         (unistd.h): Create using 'echo' rather than 'cp', so that we don't
11927         need unistd_.h.
11928         (MOSTLYCLEANFILES): Remove unistd.h-t.
11929
11930 2006-03-03  Simon Josefsson  <jas@extundo.com>
11931
11932         * build-aux/maint.mk: Add several syntax checks from CoreUtils.
11933
11934 2006-03-03  Simon Josefsson  <jas@extundo.com>
11935
11936         * build-aux/maint.mk: Add refresh-po rule, based on ideas from
11937         libidn and bison.
11938
11939 2006-03-03  Simon Josefsson  <jas@extundo.com>
11940
11941         * build-aux/maint.mk: Add indent target.
11942
11943 2006-03-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de> (tiny change)
11944
11945         * m4/poll.m4 (gl_FUNC_POLL): If we deem poll(2) unacceptable, use
11946         our replacement poll.h in any case, to avoid a differing
11947         declaration from a system header.  Seen on AIX.
11948
11949 2006-03-01  Simon Josefsson  <jas@extundo.com>
11950
11951         * lib/readline.c: Fix typo, tiny patch from Stepan Kasal
11952         <kasal@ucw.cz>.
11953
11954 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
11955
11956         * modules/gettime (Depends-on): Add extensions module.
11957         * modules/nanosleep (Depends-on): Likewise.
11958         * modules/settime (Depends-on): Likewise.
11959
11960 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
11961
11962         * m4/clock_time.m4 (gl_CLOCK_TIME): Require gl_USE_SYSTEM_EXTENSIONS,
11963         not merely AC_GNU_SOURCE, for the benefit of Solaris 10 when compiled
11964         pedantically.
11965         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
11966         * m4/timespec.m4 (gl_TIMESPEC): Likewise.
11967
11968         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use "=" with "test",
11969         not "==".  Reported by Ralf Wildenhues.
11970
11971 2006-03-01  Karl Berry  <karl@gnu.org>
11972
11973         * doc/Copyright/request-*: new files, synced from gnuorg.
11974
11975 2006-03-01  Karl Berry  <karl@gnu.org>
11976
11977         * config/srclist.txt (Copyright/*): new entries.
11978
11979 2006-02-28  Simon Josefsson  <jas@extundo.com>
11980
11981         * lib/getopt.c: Protect #include of unistd.h, for MSVS.
11982
11983 2006-02-27  Simon Josefsson  <jas@extundo.com>
11984
11985         * lib/base64.h: Indent #define's.  From Jim Meyering
11986         <jim@meyering.net>.
11987
11988 2006-02-27  Jim Meyering  <jim@meyering.net>
11989
11990         Revert the change of 2006-02-24, so these files can continue
11991         to be sync'd from gettext.
11992         * lib/mkdtemp.c, setenv.c, unsetenv.c: *Un*-normalize inclusion
11993         of `config.h'.
11994
11995 2006-02-26  Paul Eggert  <eggert@cs.ucla.edu>
11996
11997         * modules/intprops: New file.
11998         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
11999         Add intprops.
12000         * modules/getloadavg (Files): Remove lib/intprops.h.
12001         (Depends-on): Add intprops.
12002         * modules/human: Likewise.
12003         * modules/inttostr: Likewise.
12004         * modules/openat: Likewise.
12005         * modules/sig2str: Likewise.
12006         * modules/userspec: Likewise.
12007         * modules/utimecmp: Likewise.
12008         * modules/xnanosleep: Likewise.
12009         * modules/xstrtol: Likewise.
12010
12011 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny changes)
12012
12013         * modules/xstrtod: Omit xstrtod.h, xstrtod.c; they're in LIB_SOURCES.
12014         * modules/lock-tests (TESTS): Use $(EXEEXT).
12015         * modules/tls-tests: Likewise.
12016         * modules/argp-tests: Likewise.
12017         (check_PROGRAMS): New var, replacing...
12018         (noinst_PROGRAMS, test_argp_SOURCES): Remove.
12019
12020 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12021
12022         * lib/mkdtemp.c, lib/setenv.c, lib/unsetenv.c: Normalize inclusion of
12023         `config.h'.
12024
12025 2006-02-24  Paul Eggert  <eggert@cs.ucla.edu>
12026
12027         * lib/glob.c: Say "invalid" rather than "illegal" in comments.
12028
12029 2006-02-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12030
12031         Sync from coreutils.
12032         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Require gl_FUNC_LCHMOD and
12033         gl_CHDIR_SAFER.
12034
12035 2006-02-22  Jim Meyering  <jim@meyering.net>
12036
12037         Sync from coreutils.
12038         * m4/chdir-safer.m4: New file.
12039
12040 2006-02-20  Paul Eggert  <eggert@cs.ucla.edu>
12041
12042         * lib/getcwd.c (AT_FDCWD): Work around a bug in Solaris 9 and 10, where
12043         AT_FDCWD exceeds INT_MAX.
12044         * lib/openat.h (AT_FDCWD): Likewise.
12045
12046 2006-02-17  Eric Blake  <address@hidden>
12047
12048         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Fix caching error.
12049
12050 2006-02-16  Simon Josefsson  <jas@extundo.com>
12051
12052         * modules/getaddrinfo (Depends-on): Add sys_socket.
12053
12054 2006-02-15  Simon Josefsson  <jas@extundo.com>
12055
12056         * build-aux/maint.mk: Add dsyntax-check rule.
12057
12058 2006-02-15  Eric Blake  <ebb9@byu.net>
12059
12060         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Don't attempt using
12061         winsock2.h or ws2tcpip.h when sys/socket.h is present. Fixes
12062         'present but cannot compile' warnings on cygwin.
12063         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Use gl_HEADER_SYS_SOCKET.  Don't
12064         use ws2tcpip.h if sys/socket.h works.
12065         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Use gl_HEADER_SYS_SOCKET.
12066         (gl_GETADDRINFO): Don't use ws2tcpip.h when sys/socket.h is present.
12067
12068 2006-02-14  Simon Josefsson  <jas@extundo.com>
12069
12070         * modules/maintainer-makefile (Files): Rename.
12071
12072         * build-aux/GNUmakefile: Rename Makefile.maint to maint.mk
12073         and (the local) Makefile.cfg to maint-cfg.mk.
12074
12075         * build-aux/Makefile.maint, build-aux/maint.mk: Renamed the former
12076         to the latter.
12077
12078         * modules/maintainer-makefile: New module.
12079
12080         * build-aux/Makefile.maint: New file, from GNU CoreUtils, although
12081         severaly stripped to make it possible to build it up from scratch
12082         with reliable tests.
12083
12084         * build-aux/GNUmakefile: New file, from GNU CoreUtils with some
12085         fixes to permit overriding the default actions when configure and
12086         makefile are not available.
12087
12088 2006-02-14  Paul Eggert  <eggert@cs.ucla.edu>
12089
12090         Sync from coreutils.
12091         * modules/lstat (Depends-on): Don't depend on xalloc.
12092         (License): Change from GPL to LGPL, since this is now simply a
12093         replacement for a libc function.
12094
12095 2006-02-14  Jim Meyering  <jim@meyering.net>
12096
12097         Sync from coreutils.
12098
12099         Eliminate the unwelcome (albeit unlikely) possibility of xmalloc
12100         failure on deficient systems, and simplify gnulib lgpl dependencies.
12101         * lib/lstat.c (rpl_lstat): Rewrite to use stat() in place of the
12102         xmalloc/lstat combination.  Based on a patch from Bruno Haible.
12103
12104         * lib/xalloc-die.c: Remove unused definition of N_.
12105
12106 2006-02-14  Jim Meyering  <jim@meyering.net>
12107
12108         Sync from coreutils.
12109         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Invoke
12110         AC_CHECK_FUNCS(getmntent) unconditionally so that tests of
12111         $ac_cv_func_getmntent (e.g., in gl_LIST_MOUNTED_FILE_SYSTEMS) need not
12112         double-quote uses of that variable, to accommodate the rare case in
12113         which getmntent is available in none of the libraries checked.  This
12114         happens at least on FreeBSD 5.0.
12115
12116 2006-02-13  Simon Josefsson  <jas@extundo.com>
12117
12118         * gnulib-tool (Usage): Fix --import, from
12119         karl@freefriends.org (Karl Berry).
12120
12121 2006-02-13  Sergey Poznyakoff  <gray@gnu.org.ua>
12122
12123         * lib/argp-fmtstream.c: Restore another bugfix lost on 2005-12-12
12124
12125 2006-02-07  Sergey Poznyakoff  <gray@gnu.org.ua>
12126
12127         * lib/argp-namefrob.h: Restore changes accidentally lost during the
12128         "autoupdate" on 2005-12-12.
12129
12130 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
12131
12132         * modules/closeout (Depends-on): Remove atexit.
12133
12134 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
12135
12136         * lib/closeout.c (close_stdout): Don't assume 'bool' converts nonzero
12137         ints to 0 or 1, as this isn't true for the stdbool.h substitute.
12138
12139 2006-02-05  Paul Eggert  <eggert@cs.ucla.edu>
12140
12141         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Don't #define
12142         __EXTENSIONS__ if this causes compilation to fail.  Problem
12143         reported by Nelson H. F. Beebe with Solaris 10 and Sun C 5.7
12144         c89 -D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED.
12145
12146 2006-01-27  Paul Eggert  <eggert@cs.ucla.edu>
12147
12148         * lib/fnmatch.c (L_): Renamed from L, to work around a bug in
12149         Mac OS X 10.3.9 with GCC 3 reported by Claudio Fontana in
12150         <http://lists.gnu.org/archive/html/bug-gnulib/2006-01/msg00074.html>.
12151         All uses changed.
12152
12153 2006-01-26  Simon Josefsson  <jas@extundo.com>
12154
12155         * lib/socket_.h: Set WINVER to 0x0501, to make sure getaddrinfo
12156         prototype is visible on mingw32.
12157
12158         * lib/getaddrinfo.h: Define EAI_ADDRFAMILY and EAI_SYSTEM if not set,
12159         for mingw32.
12160
12161         * lib/gai_strerror.c, getaddrinfo.h: Protect netdb.h #include (for
12162         mingw32).
12163
12164 2006-01-26  Paul Eggert  <eggert@cs.ucla.edu>
12165
12166         * lib/fts.c (diropen): Open with O_NOCTTY | O_NONBLOCK too.  Don't
12167         attempt to open for write; this always fails, at least on POSIX
12168         hosts.  This reinstates the 2006-01-09 change, which was
12169         inadvertently removed.
12170
12171 2006-01-26  Bruno Haible  <bruno@clisp.org>
12172
12173         * gnulib-tool (func_import): Use "trap 'exit $?' instead of "trap :".
12174         Reported by Paul Eggert.
12175
12176 2006-01-26  Bruno Haible  <bruno@clisp.org>
12177             Paul Eggert  <eggert@cs.ucla.edu>
12178
12179         * lib/stdbool_.h (_Bool)
12180         [(! (defined __cplusplus || defined __BEOS__)
12181           && !defined __GNUC__
12182           && !(defined __HP_cc || defined __xlc__
12183                || (defined __SUNPRO_C && (__SUNPRO_C < 0x550 || __STDC__ == 1))
12184                || defined __sgi))]:
12185         #define to signed char in these cases too; this simplifies
12186         the code (so that we don't have to worry about HP-UX, AIX, SunPRO,
12187         etc., separately) and makes it more conservative.
12188
12189 2006-01-25  Simon Josefsson  <jas@extundo.com>
12190
12191         * m4/getaddrinfo.m4: Look for getaddrinfo inside ws2tcip.h and
12192         -lws2_32.  Protect sys/socket.h and netdb.h #include's.  Include
12193         ws2tcpip.h with WINVER=0x0501.  All for mingw32.
12194
12195 2006-01-25  Sergey Poznyakoff  <gray@gnu.org.ua>
12196
12197         * lib/argp-namefrob.h: Bugfix. Remove stray #
12198
12199 2006-01-25  Paul Eggert  <eggert@cs.ucla.edu>
12200
12201         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for xlc bug if __GCC__ too,
12202         so that we test the test.
12203         Check for yet another HP-UX cc bug involving *bool |= bool.
12204
12205 2006-01-25  Karl Berry  <karl@gnu.org>
12206
12207         * config/srclist.txt (vasnprintf.c): sync lost.
12208
12209 2006-01-25  Jim Meyering  <jim@meyering.net>
12210
12211         Sync from the stable (b5) branch of coreutils:
12212
12213         * lib/fts.c (fts_children): Don't let close() clobber errno from
12214         failed fchdir().
12215
12216         * lib/fts.c (fts_stat): When following a symlink-to-directory,
12217         don't necessarily interpret stat-fails+lstat-succeeds as indicating
12218         a dangling symlink.  That can also happen at least for ELOOP.
12219         The fix: return FTS_SLNONE only when the stat errno is ENOENT.
12220         FYI, this bug predates the inclusion of fts.c in coreutils.
12221
12222         * lib/fts.c (fts_open): Put new maxarglen declaration and uses
12223         in their own block, so pre-c99 compilers don't object.
12224
12225         Avoid the double-free (first in fts_read, second in fts_close) that
12226         would occur when an `active' directory is made inaccessible (e.g.,
12227         via chmod a-x) during a traversal.
12228         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
12229         before returning.  Reproduce this failure by
12230         mkdir -p a/b; cd a; chmod a-x . b
12231         Reported by Stavros Passas.
12232
12233 2006-01-25  Jim Meyering  <jim@meyering.net>
12234
12235         * lib/fileblocks.c: Remove more useless parentheses.
12236         * lib/readutmp.h: Likewise.
12237
12238 2006-01-25  Bruno Haible  <bruno@clisp.org>
12239
12240         * lib/stdbool_.h (_Bool) [IRIX cc]: Define as 'signed char', to avoid
12241         warnings.
12242         Reported by Paul Eggert.
12243
12244 2006-01-25  Bruno Haible  <bruno@clisp.org>
12245
12246         * gnulib-tool (func_import): Use "trap :" instead of "trap -" to get
12247         rid of a trap command. For Solaris sh.
12248         Reported by Mark D. Baushke <mdb@gnu.org>.
12249
12250 2006-01-24  Simon Josefsson  <jas@extundo.com>
12251
12252         * lib/socket_.h (SHUT_WR, SHUT_RDWR): Don't hardcode, suggested by
12253         Bruno.
12254
12255 2006-01-24  Karl Berry  <karl@gnu.org>
12256
12257         * config/srclist.txt (argp-namefrob.h): sync lost.
12258
12259 2006-01-24  Jim Meyering  <jim@meyering.net>
12260
12261         * modules/openat (Files): Add lib/intprops.h.
12262         From Mark D. Baushke.
12263
12264 2006-01-24  Jim Meyering  <jim@meyering.net>
12265
12266         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBSOURCES([intprops.h]).
12267         Reported by Mark D. Baushke.
12268
12269 2006-01-24  Jim Meyering  <jim@meyering.net>
12270
12271         * lib/socket_.h: Remove useless parentheses in uses of cpp `defined'.
12272
12273 2006-01-24  Bruno Haible  <bruno@clisp.org>
12274
12275         * modules/strnlen (Maintainer): Change from glibc to all.
12276
12277 2006-01-24  Bruno Haible  <bruno@clisp.org>
12278
12279         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for IBM and HP-UX bugs.
12280         Patch by Paul Eggert.
12281
12282 2006-01-24  Bruno Haible  <bruno@clisp.org>
12283
12284         * lib/stdbool_.h (_Bool) [__cplusplus]: Don't define if the compiler
12285         already has it.
12286         Report and patch by Albert Chin-A-Young  <china@thewrittenword.com> on
12287         2005-11-26.
12288
12289         * lib/stdbool_.h (_Bool) [HP-UX cc, AIX cc,xlc]: Define as
12290         'signed char' to avoid problems with the built-in _Bool type.
12291         Reported by Paul Eggert on 2005-11-26.
12292
12293 2006-01-24  Bruno Haible  <bruno@clisp.org>
12294
12295         * gnulib-tool (func_import): Avoid constructing complicated sed
12296         expressions inside backquote.
12297         Report and solution by Mark D. Baushke <mdb@gnu.org>.
12298
12299 2006-01-23  Ulrich Drepper  <drepper@redhat.com>
12300
12301         These changes imported from libc.
12302         * lib/getopt.c: Use __fxprintf instead of inline stream orientation
12303         test and two separate function calls.
12304         * lib/strndup.c (__strndup): Add libc_hidden_def.
12305
12306 2006-01-23  Simon Josefsson  <jas@extundo.com>
12307
12308         * modules/lock-tests: Use check_PROGRAMS instead of noinst_PROGRAMS.
12309         Remove the test_*_SOURCES variable: automake infers it by default.
12310         * modules/tls-tests: Likewise.
12311
12312 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
12313
12314         Work around porting bugs reported by Dieter in
12315         <http://lists.gnu.org/archive/html/bug-bison/2006-01/msg00049.html>.
12316         * lib/getopt.c (_NOPROTO): Remove; no longer needed.
12317         Include <stdlib.h> and <unistd.h> in all environments; it's safe now.
12318         Include "getopt.h" first, to check interface.
12319         (getenv): Declare only if defined HAVE_DECL_GETENV &&
12320         !HAVE_DECL_GETENV.
12321         * lib/strndup.c [!_LIBC]: Include "strndup.h" to get prototype.
12322         (__strndup): Revert to K&R-style function dfns, the glibc style.
12323         * lib/strnlen.c: Don't claim it's taken from glibc; it's not.
12324         (strnlen, __strnlen): Remove #defines and #undefs; not needed.
12325         Include strnlen.h first, to get prototype properly.
12326         (strnlen): Renamed from __strnlen.
12327         Remove weak alias.
12328
12329 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
12330
12331         * m4/getopt.m4 (gl_PREREQ_GETOPT): Check for getenv decl.
12332
12333 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
12334
12335         * config/srclist.txt: Adjust to reflect glibc reorganization.
12336         This affects only comments.
12337
12338 2006-01-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
12339
12340          * gnulib-tool, build-aux/csharpcomp.sh.in: Do not pass `-q' to mktemp.
12341          Reported by Bruce Korb <bkorb@gnu.org>.
12342
12343 2006-01-22  Paul Eggert  <eggert@cs.ucla.edu>
12344
12345         * lib/quotearg.c (quotearg_buffer_restyled): Add "default: break;"
12346         to pacify gcc -Wswitch-default.
12347
12348 2006-01-22  Bruno Haible  <bruno@clisp.org>
12349
12350         * lib/vasnprintf.c (VASNPRINTF): In the computation of the size of the
12351         temporary buffer for sprintf, take into account the precision also
12352         for 'd', 'i', 'u', 'o', 'x', 'X'.
12353
12354 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
12355
12356         * modules/argp-tests: New module
12357         * tests/test-argp.c: New file
12358         * tests/test-argp-2.sh: New file
12359
12360 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
12361
12362         * lib/argp-help.c (usage_long_opt): Do not print DOC options.
12363         (__argp_base_name): Removed
12364         * lib/argp-namefrob.h (__argp_basename): Removed definition. Was a
12365         typo.
12366         (__argp_base_name): Provide macro definition or extern declaration
12367         depending on the configuration
12368
12369 2006-01-20  Simon Josefsson  <jas@extundo.com>
12370
12371         * modules/inet_ntop (Depends-on): Depend on sys_socket.
12372
12373 2006-01-20  Simon Josefsson  <jas@extundo.com>
12374
12375         * lib/inet_ntop.h: Unconditionally include sys/socket.h.
12376
12377 2006-01-20  Paul Eggert  <eggert@cs.ucla.edu>
12378
12379         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Use -Wl,-z,ignore
12380         rather than -Xlinker -z -Xlinker ignore, as it's more portable.
12381         Suggested by Bruno Haible.
12382
12383 2006-01-20  Karl Berry  <karl@gnu.org>
12384
12385         * config/srclist.txt (argp-fmtstream.h, localcharset.c): comment out
12386         until changes propagate, I guess.
12387
12388 2006-01-19  Simon Josefsson  <jas@extundo.com>
12389
12390         * m4/socklen.m4: Look in ws2tcpip.h too, for mingw32.
12391
12392 2006-01-19  Simon Josefsson  <jas@extundo.com>
12393
12394         * lib/socket_.h: Map SHUT_RD, SHUT_WR, SHUT_RDWR correctly.
12395
12396 2006-01-19  Simon Josefsson  <jas@extundo.com>
12397
12398         * gnulib-tool: Set check_PROGRAMS.
12399
12400         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
12401         modules/des-tests, modules/gc-arcfour-tests,
12402         modules/gc-arctwo-tests, modules/gc-des-tests,
12403         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
12404         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
12405         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
12406         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
12407         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
12408         modules/md5-tests, modules/readline, modules/rijndael-tests: Use
12409         check_PROGRAMS instead of noinst_PROGRAMS to be able to remove
12410         test_*_SOURCES.
12411
12412 2006-01-18  Simon Josefsson  <jas@extundo.com>
12413
12414         * modules/socklen (Depends-on): Depend on sys_socket.
12415
12416 2006-01-18  Simon Josefsson  <jas@extundo.com>
12417
12418         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
12419         modules/des-tests, modules/gc-arcfour-tests,
12420         modules/gc-arctwo-tests, modules/gc-des-tests,
12421         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
12422         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
12423         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
12424         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
12425         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
12426         modules/md5-tests, modules/readline, modules/rijndael-tests: Add
12427         $(EXEEXT) to automake TESTS variable, for mingw32.
12428
12429 2006-01-17  Simon Josefsson  <jas@extundo.com>
12430
12431         * modules/socklen (Include): Need sys/socket.h.
12432
12433 2006-01-17  Bruno Haible  <bruno@clisp.org>
12434
12435         * modules/ssize_t (Include): Add <sys/types.h>.
12436
12437 2006-01-16  Paul Eggert  <eggert@cs.ucla.edu>
12438
12439         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Don't use ldd, as
12440         it's not portable and it doesn't work with cross-compiles.
12441         Problem reported by Bruno Haible.  Fix missing-$ typo in
12442         'test "gl_cv_ignore_unused_libraries" ...' that prevented
12443         -zignore from being used with Sun's C compiler.
12444
12445 2006-01-12  Simon Josefsson  <jas@extundo.com>
12446
12447         * lib/base64.c: Fix warning, reported by Bruno Haible
12448         <bruno@clisp.org> and patch by Paul Eggert <eggert@CS.UCLA.EDU>.
12449
12450 2006-01-12  Bruno Haible  <bruno@clisp.org>
12451
12452         * modules/ldd: New file.
12453         * build-aux/ldd.sh.in: New file.
12454         * MODULES.html.sh (Support for building libraries and executables): Add
12455         ldd.
12456
12457 2006-01-12  Bruno Haible  <bruno@clisp.org>
12458
12459         * m4/ldd.m4: New file.
12460
12461 2006-01-12  Bruno Haible  <bruno@clisp.org>
12462
12463         * gnulib-tool (func_import, func_create_testdir): Don't go into an
12464         endless loop while replacing $auxdir with build-aux.
12465
12466 2006-01-11  Simon Josefsson  <jas@extundo.com>
12467
12468         * lib/stdint_.h (SIZE_MAX): Add missing (.
12469
12470 2006-01-11  Paul Eggert  <eggert@cs.ucla.edu>
12471
12472         Sync from coreutils.
12473         * lib/md5.c: Fix commentary typos.
12474         (alignof, UNALIGNED_P): No need for a GCC-specific version.
12475         * lib/md5.h (__attribute__): Remove; unused.
12476         * lib/sha1.c: Fix commentary to match md5 better.
12477         * lib/sha1.h (struct sha1_ctx): Use a word buffer, not a byte buffer,
12478         so that we don't need to worry about alignment.  All uses changed.
12479         This merges the 2005-10-28 md5 change into sha1.
12480
12481 2006-01-11  Jim Meyering  <jim@meyering.net>
12482
12483         Sync from coreutils.
12484         * lib/md5.c (OP): Fix spacing.
12485
12486 2006-01-11  Bruno Haible  <bruno@clisp.org>
12487
12488         Ensure automatic ordering between gl_LOCK and gl_ARGP.
12489         * m4/lock.m4 (gl_LOCK_BODY): Renamed from gl_LOCK.
12490         (gl_LOCK): New macro, requiring gl_LOCK_BODY.
12491
12492 2006-01-11  Bruno Haible  <bruno@clisp.org>
12493
12494         Ensure automatic ordering between gl_LOCK and gl_ARGP.
12495         * gnulib-tool (func_import, func_create_testdir): Put gl_LOCK into
12496         the "early" section as well.
12497
12498 2006-01-11  Bruno Haible  <bruno@clisp.org>
12499
12500         Avoid "ar: no archive members specified" error on MacOS X.
12501         * gnulib-tool (func_modules_add_dummy): New function.
12502         (func_import, func_create_testdir): Invoke it.
12503
12504 2006-01-11  Bruno Haible  <bruno@clisp.org>
12505
12506         * gnulib-tool (func_import, func_create_testdir): Replace build-aux
12507         with $auxdir in AC_CONFIG_FILES statements.
12508
12509 2006-01-11  Bruno Haible  <bruno@clisp.org>
12510
12511         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
12512         Initialize also noinst_HEADERS to empty.
12513
12514 2006-01-11  Bruno Haible  <bruno@clisp.org>
12515
12516         * gnulib-tool (AUTOMAKEPATH, AUTOCONF, ACLOCAL, AUTOMAKE): New
12517         variables.
12518         (func_create_megatestdir): Call aclocal, autoconf, automake here, not
12519         autoreconf.
12520
12521 2006-01-11  Bruno Haible  <bruno@clisp.org>
12522
12523         * gnulib-tool (AUTOCONF, ACLOCAL, AUTOMAKE, AUTORECONF): Make
12524         overridable by the user.
12525         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
12526
12527 2006-01-10  Simon Josefsson  <jas@extundo.com>
12528
12529         * modules/sys_socket: New file.
12530
12531 2006-01-10  Simon Josefsson  <jas@extundo.com>
12532
12533         * m4/sys_socket_h.m4: New file.
12534
12535 2006-01-10  Simon Josefsson  <jas@extundo.com>
12536
12537         * lib/socket_.h: New file.
12538
12539 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
12540
12541         * modules/readutmp (Maintainer): Add myself.
12542
12543 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
12544
12545         * m4/memcoll.m4 (gl_MEMCOLL): Don't require AC_FUNC_MEMCMP, undoing
12546         the 2002-12-31 change.  Problem and fix reported by Bruno Haible.
12547         People who are still concerned with buggy memcmp implementations
12548         can invoke gl_FUNC_MEMCMP themselves.
12549
12550 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
12551
12552         * lib/regex_internal.h (BITSET_WORD_BITS):
12553         Work around a bug in 64-bit PGC (before version 6.1-2), where the
12554         preprocessor mishandles large unsigned values as if they were signed.
12555         Problem reported by Claudio Fontana in
12556         <http://lists.gnu.org/archive/html/bug-gnulib/2005-12/msg00061.html>.
12557
12558 2006-01-10  Jim Meyering  <jim@meyering.net>
12559
12560         Avoid the double-free (first in fts_read, second in fts_close) that
12561         would occur when an `active' directory is made inaccessible (e.g.,
12562         via chmod a-x) during a traversal.
12563         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
12564         before returning.  Reproduce this failure by
12565         mkdir -p a/b; cd a; chmod a-x . b
12566         Reported by Stavros Passas.
12567
12568         Sync from coreutils.
12569         * lib/sha1.c: Tweak grammar in a comment.
12570
12571 2006-01-10  Jim Meyering  <jim@meyering.net>
12572
12573         * m4/fpending.m4: Also include <stdio.h>, for Dragonfly.
12574         Patch by Joerg Sonnenberger.
12575
12576 2006-01-10  Bruno Haible  <bruno@clisp.org>
12577
12578         * modules/readutmp: Depend on module free.
12579         * modules/strtok_r: Depend on module restrict.
12580
12581 2006-01-10  Bruno Haible  <bruno@clisp.org>
12582
12583         * modules/gettext (configure.ac): Add an invocation of
12584         AM_GNU_GETTEXT_VERSION. Needed since autoreconf is used by gnulib-tool.
12585
12586 2006-01-10  Bruno Haible  <bruno@clisp.org>
12587
12588         * m4/localcharset.m4 (gl_LOCALCHARSET): Also test for getc_unlocked.
12589         Reported by Werner Lemberg <wl@gnu.org>.
12590
12591 2006-01-10  Bruno Haible  <bruno@clisp.org>
12592
12593         * lib/localcharset.c: Update from GNU gettext.
12594
12595 2006-01-10  Bruno Haible  <bruno@clisp.org>
12596
12597         * lib/argp.h (__const): Remove macro. Use const instead.
12598         * lib/argp-fmtstream.h (__const): Likewise.
12599         * lib/glob_.h (__const): Remove macro.
12600         * lib/glob-libc.h: Use const instead of __const.
12601
12602 2006-01-10  Bruno Haible  <bruno@clisp.org>
12603
12604         * gnulib-tool (func_emit_tests_Makefile_am): Emit an empty SUBDIR
12605         variable.
12606         Needed to avoid an automake error regarding the 'gettext' module.
12607
12608 2006-01-09  Simon Josefsson  <jas@extundo.com>
12609
12610         * modules/inet_ntop (Depends-on): Add restrict.
12611
12612 2006-01-09  Simon Josefsson  <jas@extundo.com>
12613
12614         * modules/gc-rijndael-tests (License): Put under LGPL.
12615
12616         * modules/gc-des-tests (License): Likewise.
12617
12618         * modules/gc-arcfour-tests (License): Likewise.
12619
12620         * modules/gc-arctwo-tests (License): Likewise.
12621
12622         * modules/gc-pbkdf2-sha1-tests (License): Likewise.
12623
12624         * modules/gc-hmac-sha1-tests (Files): Likewise.
12625
12626         * modules/gc-hmac-md5-tests (License): Likewise.
12627
12628         * modules/gc-sha1-tests (License): Likewise.
12629
12630         * modules/gc-md5-tests (License): Likewise.
12631
12632         * modules/gc-md4-tests (License): Likewise.
12633
12634         * modules/gc-md2-tests (License): Likewise.
12635
12636         * modules/gc-tests (License): Likewise.
12637
12638         * modules/des-tests (License): Likewise.
12639
12640         * modules/md4-tests (License): Likewise.
12641
12642         * modules/md2-tests (License): Likewise.
12643
12644 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
12645
12646         Sync from coreutils:
12647
12648         * MODULES.html.sh (build_lib): New section, with new lib-ignore module.
12649         * modules/lib-ignore: New file.
12650         * modules/mkdir-p (Files): Add chdir-safer.c, chdir-safer.h, lchmod.h,
12651         chdir-safer.m4, lchmod.m4.
12652         * modules/openat: Add mkdirat.c, openat-priv.h.
12653
12654 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
12655
12656         Sync from coreutils.
12657         * m4/lib-ignore.m4: New file.
12658         * m4/lchmod.m4: New file.
12659
12660 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
12661
12662         Sync from coreutils.
12663         * lib/chdir-long.c (cdb_free): Don't bother trying to open directory
12664         for write access: POSIX says that must fail.
12665         * lib/fts.c (diropen): Likewise.
12666         * lib/save-cwd.c (save_cwd): Likewise.
12667         * lib/chdir-long.c (cdb_free): Open with O_NOCTTY | O_NONBLOCK as
12668         well, for minor improvements on hosts that lack O_DIRECTORY.
12669         * lib/chown.c (rpl_chown) [CHOWN_MODIFIES_SYMLINK]:
12670         Don't try O_WRONLY unless O_RDONLY failed wth EACCES.
12671         Fall back on chown if open failed with EACCES.
12672
12673         * lib/gettime.c (gettime) [!defined OK_TO_USE_1S_CLOCK]:
12674         Report an error at compile-time if only a 1-second nominal clock
12675         resolution is found.
12676
12677         * lib/lchmod.h: New file.
12678         * lib/mkdir-p.c: Include lchmod.h, lchown.h.
12679         (make_dir_parents): Use lchown rather than chown, and
12680         lchmod rather than chmod.
12681
12682         * lib/mountlist.c (ME_DUMMY): "none" and "proc" file systems are
12683         dummies too.  Problem with "none" reported by Bob Proulx.  Problem with
12684         "proc" reported by n0dalus.
12685
12686         * lib/mountlist.c: Include <limits.h>.
12687         (dev_from_mount_options)
12688         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]:
12689         New function.  It no longer assumes "dev=" has the System V meaning
12690         on Linux (since it doesn't).  It also parses "dev=" more carefully.
12691         (read_file_system_list)
12692         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]: Use it.
12693         MOUNTED_GETMNTENT2 is new here; the code didn't used to look for
12694         dev= in that case.
12695
12696         * lib/posixtm.h (PDS_PRE_2000): New macro.
12697         * lib/posixtm.c (year): Arg is now syntax_bits rather than
12698         allow_century.  All usages changed.  Reject dates outside the range
12699         1969-1999 if PDS_PRE_2000 is used.
12700
12701 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
12702
12703         Sync from coreutils.
12704         * doc/getdate.texi (General date syntax): Invalid dates are rejected.
12705         (Time of day items): Mention the possibility of leap seconds.
12706         Problem reported by Dr. David Alan Gilbert.
12707
12708 2006-01-09  Jim Meyering  <jim@meyering.net>
12709
12710         Sync from coreutils.
12711
12712         * lib/version-etc.c (COPYRIGHT_YEAR): Update to 2006.
12713
12714         * lib/chdir-safer.h, lib/chdir-safer.c: New files.
12715
12716         * lib/modechange.c (mode_compile): Reject an invalid mode string
12717         that starts with an octal digit.  From Andreas Gruenbacher.
12718
12719         * lib/openat.c: Include "fcntl--.h" and "unistd--.h", to map open
12720         and dup to open_safer and dup_safer, respectively.
12721         (openat_permissive): Fix typo in comment.
12722
12723         * lib/openat.c: Don't include <stdlib.h>, <unistd.h>, <fcntl.h>,
12724         "gettext.h"; either no longer needed or are guaranteed by openat.h.
12725         (_): Remove; no longer needed.
12726         (openat): Renamed from rpl_openat; no need for rpl_openat
12727         since openat.h renames openat for us.
12728         Replace most of the body with a call to openat_permissive,
12729         to avoid duplicate code.
12730         Port to (probably hypothetical) environments were mode_t is
12731         wider than int.
12732         (openat_permissive): Require mode arg, so that we can check
12733         types better.  Put it just after flags.  Change cwd failure
12734         indicator from pointer-to-bool to pointer-to-errno-value.
12735         All callers changed.
12736         Invoke openat_save_fail and/or openat_restore_fail if
12737         cwd_errno is null, so that openat can call us.
12738         (openat_permissive, fdopendir, fstatat, unlinkat):
12739         Simplify errno handling to avoid some duplicate code,
12740         as it's OK to set errno on success.
12741         * lib/openat.h: Revamp code so that function macros depend on
12742         __OPENAT_PREFIX only, not also on AT_FDCWD.
12743         (openat_ro): Remove.  Caller changed to use openat_permissive.
12744         (openat_permissive): Now a macro, if not a function.
12745         (openat_restore_fail, openat_save_fail): Now always functions,
12746         since mkdirat needs them even if __OPENAT_PREFIX is defined.
12747
12748         * lib/openat-priv.h: New file, defining macros used by mkdirat.c
12749         and openat.c.
12750         * lib/mkdirat.c: Include openat-priv.h.
12751         Remove definitions of macros defined therein.
12752         * lib/openat.c: Likewise.
12753
12754         * lib/mkdirat.c (mkdirat): New file and function.
12755         * lib/openat.h (mkdirat): Declare.
12756
12757         * lib/openat.c (fdopendir): Don't change errno when returning non-NULL.
12758
12759         * lib/openat.h (openat_permissive): Declare.
12760         (openat_ro): Define.
12761
12762         * lib/openat.c (EXPECTED_ERRNO): New macro.
12763         (openat_permissive): New function -- used in remove.c rewrite.
12764         (all functions): Set errno just before returning, only if there
12765         was an actual failure.
12766         Use EXPECTED_ERRNO rather than comparing against only ENOTDIR.
12767
12768         Emulate openat-family functions using Linux's procfs, if possible.
12769         Idea and some code based on Ulrich Drepper's glibc changes.
12770
12771         * lib/openat.c: (BUILD_PROC_NAME): New macro.
12772         Include <stdio.h>, <string.h>, "alloca.h" and "intprops.h".
12773         (rpl_openat): Emulate by trying to open /proc/self/fd/%d/%s,
12774         before falling back on save_cwd and restore_cwd.
12775         (fdopendir, fstatat, unlinkat): Likewise.
12776
12777         * lib/openat.c (fstatat, unlinkat): Perform the syscall directly,
12778         skipping the save_cwd...restore_cwd overhead, if FILE is absolute.
12779
12780         * lib/openat.c (rpl_openat): Use the promoted type (int), not mode_t,
12781         as second argument to va_arg.  Otherwise, some versions of gcc
12782         warn that `if this code is reached, the program will abort'.
12783
12784 2006-01-09  Jim Meyering  <jim@meyering.net>
12785
12786         Sync from coreutils.
12787         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile mkdirat.c.
12788         Require openat-priv.h.
12789
12790 2006-01-09  Bruno Haible  <bruno@clisp.org>
12791
12792         * modules/strnlen (Include): Use strnlen.h.
12793
12794 2006-01-09  Bruno Haible  <bruno@clisp.org>
12795
12796         * m4/stdint.m4 (gl_STDINT_H): Also test for <sys/bitypes.h>.
12797
12798 2006-01-09  Bruno Haible  <bruno@clisp.org>
12799
12800         * lib/sysexit_.h (EX_OK): New macro.
12801         Suggested by Martin Lambers <marlam@marlam.de>.
12802
12803 2006-01-09  Bruno Haible  <bruno@clisp.org>
12804
12805         * lib/stdint_.h: On Linux libc4 and libc5, include <sys/bitypes.h> and
12806         don't define _STDINT_H_NEED_SIGNED_INT_TYPES.
12807
12808 2006-01-09  Bruno Haible  <bruno@clisp.org>
12809
12810         * lib/stdint_.h (SIZE_MAX): Write the value without involving negative
12811         numbers.
12812
12813 2006-01-09  Bruno Haible  <bruno@clisp.org>
12814
12815         * lib/javacomp.sh.in: Move to ../build-aux/javacomp.sh.in.
12816         * lib/javaexec.sh.in: Move to ../build-aux/javaexec.sh.in.
12817         * lib/csharpcomp.sh.in: Move to ../build-aux/csharpcomp.sh.in.
12818         * lib/csharpexec.sh.in: Move to ../build-aux/csharpexec.sh.in.
12819
12820 2006-01-09  Bruno Haible  <bruno@clisp.org>
12821
12822         * build-aux/javacomp.sh.in: New file, moved from lib/.
12823         * modules/javacomp-script (Files): Update.
12824         (configure.ac): Add AC_CONFIG_FILES invocation.
12825         (EXTRA_DIST): Remove variable.
12826
12827         * build-aux/javaexec.sh.in: New file, moved from lib/.
12828         * modules/javaexec (Files): Update.
12829         (configure.ac): Add AC_CONFIG_FILES invocation.
12830         (EXTRA_DIST): Remove javaexec.sh.in.
12831
12832         * build-aux/csharpcomp.sh.in: New file, moved from lib/.
12833         * modules/csharpcomp-script (Files): Update.
12834         (configure.ac): Add AC_CONFIG_FILES invocation.
12835         (EXTRA_DIST): Remove variable.
12836
12837         * build-aux/csharpexec.sh.in: New file, moved from lib/.
12838         * modules/csharpexec (Files): Update.
12839         (configure.ac): Add AC_CONFIG_FILES invocation.
12840         (EXTRA_DIST): Remove csharpexec.sh.in.
12841
12842 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
12843
12844         Sync from coreutils.
12845
12846         Add POSIX ACL support
12847         * lib/acl.h (copy_acl, set_acl): Add declarations.
12848         * lib/acl.c (acl_entries): Add fallback implementation for POSIX ACL
12849         systems other than Linux.
12850         (chmod_or_fchmod): New function: use fchmod when possible,
12851         and chmod otherwise.
12852         (file_has_acl): Add a POSIX ACL implementation, with a
12853         Linux-specific subcase.
12854         (copy_acl): Add: copy an acl and S_ISUID, S_ISGID, and
12855         S_ISVTX from one file to another.  Fall back to fchmod/chmod when
12856         acls are unsupported.
12857         (set_acl): Add: set a file's acl and S_ISUID, S_ISGID, and
12858         S_ISVTX to a defined value.  Fall back to fchmod/chmod when acls
12859         are unsupported.
12860
12861 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
12862
12863         Sync from coreutils.
12864         * m4/acl.m4 (AC_FUNC_ACL): Add POSIX ACL and Linux-specific acl tests.
12865
12866 2006-01-07  Bruno Haible  <bruno@clisp.org>
12867
12868         * gnulib-tool (func_import): Add an AC_PROG_RANLIB dependency to
12869         gl_EARLY.
12870
12871 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
12872
12873         * lib/strftime.c (tzname): Don't declare if it is already #defined.
12874         Problem reported for Mingw by Mark Junker.
12875
12876 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
12877
12878         * README: Gnulib normally doesn't generate a tarball.
12879
12880 2006-01-03  Paul Eggert  <eggert@cs.ucla.edu>
12881
12882         * lib/xtime.h (xtime_make, xtime_nonnegative_nsec, xtime_nsec): Use
12883         long int, not int, for nanosecond counts, so that people who are
12884         used to POSIX struct timespec won't be surprised.  Reported by Jim
12885         Meyering.
12886
12887 2005-12-28  Bruno Haible  <bruno@clisp.org>
12888
12889         * build-aux/config.rpath: Update from GNU gettext.
12890
12891 2005-12-16  Jim Meyering  <jim@meyering.net>
12892
12893         * modules/fprintftime: New module.
12894         * MODULES.html.sh (Date and time <time.h>): Add fprintftime.
12895
12896 2005-12-16  Jim Meyering  <jim@meyering.net>
12897
12898         * m4/fprintftime.m4: New file.
12899
12900 2005-12-16  Jim Meyering  <jim@meyering.net>
12901
12902         * lib/fprintftime.c, lib/fprintftime.h: New files.
12903
12904 2005-12-15  Simon Josefsson  <jas@extundo.com>
12905
12906         * modules/socklen (configure.ac): Fix M4 macro name, to align with
12907         new m4/socklen.m4.
12908
12909 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
12910
12911         * m4/argp.m4: Define HAVE_DECL_PROGRAM_INVOCATION_NAME and
12912         HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME
12913
12914 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
12915
12916         * lib/argp-fmtstream.c (__argp_fmtstream_update): Fix coredump
12917         * lib/argp-help.c (fill_in_uparams): Check if the constructed
12918         struct uparams is valid. Fall back to the default values if it is
12919         not.
12920
12921 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
12922
12923         * modules/argp (Files): Add argp-pin.c
12924         (Depends-on): dirname
12925         (lib_SOURCES): Add argp-pin.c
12926
12927 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
12928
12929         * m4/argp.m4:  Check if program_invocation_name and
12930         program_invocation_short_name are declared and define appropriate
12931         macros if they are not.
12932
12933 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
12934
12935         * lib/argp-help.c (__argp_base_name): New function
12936         (__argp_short_program_name): Rewrite using __argp_base_name
12937         * lib/argp-namefrob.h: Define program_invocation_name and
12938         program_invocation_short_name if requested
12939         (__argp_base_name): Add prototype
12940         * lib/argp-parse.c (argp_def): Use gettext wrappers
12941         (argp_default_parser): Use __argp_base_name
12942         * lib/argp-pin.c: New file. Defines program_invocation_name and
12943         program_invocation_short_name on systems that lack them.
12944
12945 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
12946
12947         * m4/stat-time.m4 (gl_STAT_TIME): Add check for
12948         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
12949         porting problem reported by Georg Schwarz in
12950         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
12951
12952 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
12953
12954         * lib/stat-time.h (STATE_TIMESPEC, STAT_TIMESPEC_NS): Add check for
12955         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
12956         porting problem reported by Georg Schwarz in
12957         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
12958
12959 2005-12-05  Bruno Haible  <bruno@clisp.org>
12960
12961         * lib/csharpcomp.sh.in (options_csc): For -l option, add a .dll suffix.
12962         * lib/csharpcomp.c (compile_csharp_using_sscli): Likewise.
12963         Reported by Mark Junker <mjscod@gmx.de>.
12964
12965 2005-12-02  Paul Eggert  <eggert@cs.ucla.edu>
12966
12967         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Renamed from gl_SOCKLEN_T.
12968         Use implementation from Albert Chin, with some
12969         comments/corrections by Stepan Kasal and myself.
12970
12971 2005-12-02  Bruno Haible  <bruno@clisp.org>
12972
12973         * gnulib-tool (func_import): Accept GPLed build tool modules when
12974         --lgpl is given.
12975         * modules/csharpcomp-script: New file.
12976         * modules/csharpcomp: Depend on it.
12977         * modules/javacomp-script: New file.
12978         * modules/javacomp: Depend on it.
12979         Suggested by Simon Josefsson.
12980
12981 2005-12-01  Paul Eggert  <eggert@cs.ucla.edu>
12982
12983         * m4/regex.m4 (gl_REGEX): Check whether off_t can be used in a switch
12984         statement, to work around an HP-UX 10.20 compiler bug reported by
12985         Peter O'Gorman.
12986
12987 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
12988
12989         * modules/savedir (Depends-on): Add openat.
12990
12991 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
12992
12993         * lib/stdint_.h (intmax_t) [defined intmax_t]: Do not declare.
12994         (uintmax_t) [defined uintmax_t]: Do not declare.
12995         (SIZE_MAX) [defined SIZE_MAX]: Do not define.
12996         This works around a problem if intmax_t.m4 and/or uintmax_t.m4
12997         and/or size_max.m4 are also used.  Problem reported by Mark D. Baushke.
12998         (SIZE_MAX): Define to ((size_t) -1), not (~(size_t)0), for the
12999         sake of portability to weird hosts that C allows (though we don't
13000         know of any practical examples).
13001
13002         * lib/savedir.h (fdsavedir): New decl.
13003         * lib/savedir.c (fdsavedir, savedirstream): New functions; the latter
13004         contains most of the former guts of savedir.
13005         (savedir): Use savedirstream.
13006         Include "openat.h".
13007
13008 2005-11-25  Paul Eggert  <eggert@cs.ucla.edu>
13009
13010         * modules/obstack (Files): Add m4/ulonglong.m4.
13011         Problem reported by Davide Angelocola.
13012
13013 2005-11-15  Paul Eggert  <eggert@cs.ucla.edu>
13014
13015         * lib/xstrtod.c: Don't bother with #pragma STDC FENV_ACCESS ON, as
13016         coreutils no longer futzes with rounding modes.
13017
13018 2005-11-14  Jim Meyering  <jim@meyering.net>
13019
13020         * lib/mkstemp-safer.c: Include <config.h>, required for possible
13021         replacement of mkstemp.
13022
13023 2005-11-10  Simon Josefsson  <jas@extundo.com>
13024
13025         * lib/readline.c: Remove EOL.
13026
13027 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
13028
13029         * modules/gethrxtime (Depends-on): Add gettime.
13030
13031 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
13032
13033         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Don't require AC_HEADER_TIME
13034         or gettimeofday; no longer needed.
13035
13036 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
13037
13038         * lib/gethrxtime.c: Include "timespec.h" rather than the sys/time /
13039         time business.
13040         (gethrxtime) [! (HAVE_NANOUPTIME
13041         || (defined CLOCK_MONOTONIC && HAVE_CLOCK_GETTIME)
13042         || HAVE_MICROUPTIME)]: Fall back on gettime rather than rolling
13043         our own approximation.
13044
13045 2005-11-08  Eric Blake  <ebb9@byu.net>
13046
13047         * lib/inet_ntop.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
13048
13049 2005-11-08  Eric Blake  <ebb9@byu.net>
13050
13051         * lib/getaddrinfo.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
13052
13053 2005-11-04  Bruno Haible  <bruno@clisp.org>
13054
13055         * gnulib-tool: Implement --update mode.
13056
13057 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
13058
13059         Fix porting problem reported by Theodoros V. Kalamatianos.
13060         * lib/utimens.c (futimens) [HAVE_WORKING_UTIMES && HAVE_FUTIMES]:
13061         Don't assume that futimes failing means we must fail.
13062
13063 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
13064
13065         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Revamp wording and local
13066         variables to suggest the intended function of the PATH_MAX check.
13067
13068 2005-10-30  Kean Johnston  <jkj@sco.com>
13069
13070         Trivial changes to support SCO systems.
13071         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Check for MAXPATHLEN as well
13072         as PATH_MAX.
13073         * m4/fpending.m4 (gl_FUNC_FPENDING): Correct check for SCO systems,
13074         where __ptr is null when no I/O is pending.
13075
13076 2005-10-29  Paul Eggert  <eggert@cs.ucla.edu>
13077
13078         * lib/getcwd.c (__getcwd): Don't assume that system calls after readdir
13079         leave errno alone.  Problem reported by Dmitry V. Levin.
13080
13081 2005-10-28  Simon Josefsson  <jas@extundo.com>
13082
13083         * tests/test-gc-md4.c, tests/test-gc-md5.c, tests/test-gc-sha1.c:
13084         Test more.
13085
13086         * tests/test-gc-md2.c, tests/test-md2.c: New files.
13087
13088         * modules/md2, modules/md2-tests: New files.
13089
13090 2005-10-28  Simon Josefsson  <jas@extundo.com>
13091
13092         * m4/inet_ntop.m4: More tests.
13093
13094         * m4/gc-md2.m4, md2.m4: New file.
13095
13096 2005-10-28  Simon Josefsson  <jas@extundo.com>
13097
13098         * lib/inet_ntop.h, inet_ntop.c: Make it work under mingw32: Add
13099         "restrict" keywords, as per POSIX.  Protect the function
13100         declaration around HAVE_DECL_INET_NTOP rather than HAVE_INET_NTOP.
13101         Don't use K&R prototypes.  Check the sprintf return values.
13102         Re-define EAFNOSUPPORT if not present.  Indent.
13103
13104         * lib/md5.h, md5.c: Simplify buffer handling visavi alignment,
13105         suggested by Bruno Haible <bruno@clisp.org>.
13106
13107         * lib/gc-gnulib.c, gc-libgcrypt.c: Check calloc return value.
13108
13109         * lib/gc.h: Add MD2 and RMD160 length defines.  Add prototypes.
13110
13111         * lib/gc-libgcrypt.c: Add MD2 (which is not available through
13112         libgcrypt).
13113
13114         * lib/gc-gnulib.c: Add MD2.  Implement gc_hash_* API.
13115
13116         * lib/md2.h, lib/md2.c: New files.
13117
13118 2005-10-28  Paul Eggert  <eggert@cs.ucla.edu>
13119
13120         * lib/savedir.c (savedir): Don't assume that xrealloc etc. leave
13121         errno alone.  Problem reported by Frederic Jolliton.
13122
13123 2005-10-27  Paul Eggert  <eggert@cs.ucla.edu>
13124
13125         * modules/verify (License): Change from GPL to LGPL.  This is a
13126         tiny module and there are apparently near-equivalents that are
13127         under the BSD license.
13128
13129 2005-10-24  Simon Josefsson  <jas@extundo.com>
13130
13131         * modules/sha1: Relicense to LGPL.
13132
13133 2005-10-24  Simon Josefsson  <jas@extundo.com>
13134
13135         * lib/md4.h: Shrink buffer size, now that we changed the type.
13136
13137 2005-10-23  Simon Josefsson  <jas@extundo.com>
13138
13139         * gnulib-tool (func_import): Fix --tests-base.
13140
13141 2005-10-22  Simon Josefsson  <jas@extundo.com>
13142
13143         * modules/arcfour (Depends-on): Need stdint.
13144
13145 2005-10-22  Simon Josefsson  <jas@extundo.com>
13146
13147         * m4/gc.m4: Don't be fooled by --disable-*random-device parameters,
13148         suggested by Bruno Haible <bruno@clisp.org>.  Fix error messages.
13149
13150 2005-10-22  Simon Josefsson  <jas@extundo.com>
13151
13152         * lib/md4.h, md4.c: Simplify buffer handling visavi alignment,
13153         suggested by Bruno Haible <bruno@clisp.org>.
13154
13155 2005-10-22  Simon Josefsson  <jas@extundo.com>
13156
13157         * lib/crc.h: Include stddef.h, for size_t.
13158
13159 2005-10-22  Simon Josefsson  <jas@extundo.com>
13160
13161         * lib/arcfour.h, arcfour.c: Use fixed size indices in the
13162         arcfour_context struct (simplify test vector testing in GNU
13163         Shishi).
13164
13165 2005-10-21  Simon Josefsson  <jas@extundo.com>
13166
13167         * modules/des, modules/des-tests: New files.
13168
13169         * modules/gc-des, modules/gc-des-tests: New files.
13170
13171         * tests/test-des.c, tests/test-gc-des.c: New file.
13172
13173 2005-10-21  Simon Josefsson  <jas@extundo.com>
13174
13175         * modules/arctwo, modules/arctwo-tests: New files.
13176
13177         * tests/test-arctwo.c: New file.
13178
13179         * modules/gc-arctwo, modules/gc-arctwo-tests: New files.
13180
13181         * tests/test-gc-arctwo.c: New file.
13182
13183 2005-10-21  Simon Josefsson  <jas@extundo.com>
13184
13185         * m4/gc.m4: Don't use libgcrypt if gcrypt.h isn't found, suggested by
13186         Bruno Haible <bruno@clisp.org>.
13187
13188         * m4/gc-des.m4: New file.
13189
13190 2005-10-21  Simon Josefsson  <jas@extundo.com>
13191
13192         * m4/arctwo.m4: New file.
13193
13194         * m4/gc-arctwo.m4: New file.
13195
13196 2005-10-21  Simon Josefsson  <jas@extundo.com>
13197
13198         * lib/rijndael-api-fst.c: Fix bugs in CBC mode for more than one
13199         block.
13200
13201 2005-10-21  Simon Josefsson  <jas@extundo.com>
13202
13203         * lib/hmac-md5.c (hmac_md5): Add comments, suggested by Bruno Haible
13204         <bruno@clisp.org>.
13205
13206         * lib/hmac-sha1.c (hmac_sha1): Likewise.
13207
13208         * lib/crc.c (crc32_update): Actually use crc parameter, suggested by
13209         Bruno Haible <bruno@clisp.org>.
13210
13211         * lib/crc.h: Include stdint.h directly, suggested by Bruno Haible
13212         <bruno@clisp.org>.
13213
13214 2005-10-21  Simon Josefsson  <jas@extundo.com>
13215
13216         * lib/gc-libgcrypt.c (gc_cipher_open): Handle ECB.
13217
13218 2005-10-21  Simon Josefsson  <jas@extundo.com>
13219
13220         * lib/gc-gnulib.c: Support ARCTWO in CBC mode.
13221
13222 2005-10-21  Simon Josefsson  <jas@extundo.com>
13223
13224         * lib/des.h, lib/des.c: New files.
13225
13226         * lib/gc-gnulib.c: Support DES.c
13227
13228 2005-10-21  Simon Josefsson  <jas@extundo.com>
13229
13230         * lib/arctwo.h, lib/arctwo.c: New files.
13231
13232         * lib/gc-gnulib.c: Support ARCTWO.
13233
13234 2005-10-21  Simon Josefsson  <jas@extundo.com>
13235
13236         * lib/arctwo.h (arctwo_setkey): Protect variable in CPP macro,
13237         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
13238
13239 2005-10-21  Simon Josefsson  <jas@extundo.com>
13240
13241         * gnulib-tool (func_import, func_create_testdir): Define automake
13242         conditional GL_COND_LIBTOOL if libtool is used (to be used by modules
13243         Makefile.am snippet),
13244         suggested by Bruno Haible <bruno@clisp.org>.
13245
13246         * modules/gc (Makefile.am): Use it.
13247
13248 2005-10-21  Bruno Haible  <bruno@clisp.org>
13249
13250         * gnulib-tool (func_import, func_create_testdir): Add quoting to last
13251         patch.
13252
13253 2005-10-19  Simon Josefsson  <jas@extundo.com>
13254
13255         * tests/test-gc-rijndael.c: New file.
13256
13257         * modules/gc-rijndael, modules/gc-rijndael-test: New files.
13258
13259 2005-10-19  Simon Josefsson  <jas@extundo.com>
13260
13261         * tests/test-gc-md4.c, tests/test-gc-md5.c: Test gc_hash_buffer
13262         interface too.
13263
13264 2005-10-19  Simon Josefsson  <jas@extundo.com>
13265
13266         * tests/test-gc-arcfour.c: New file.
13267
13268         * modules/gc-arcfour, modules/gc-arcfour-tests: New files.
13269
13270 2005-10-19  Simon Josefsson  <jas@extundo.com>
13271
13272         * modules/gc-md4, modules/gc-md4-tests: New file.
13273
13274         * tests/test-gc-md4.c: New file.
13275
13276 2005-10-19  Simon Josefsson  <jas@extundo.com>
13277
13278         * m4/gc-md4.m4: New file.
13279
13280 2005-10-19  Simon Josefsson  <jas@extundo.com>
13281
13282         * m4/gc-hmac-md5.m4, gc-hmac-sha1.m4, gc-md4.m4,
13283         gc-md5.m4, gc-sha1.m4: Fix typo, suggested by Stepan Kasal
13284         <kasal@ucw.cz>.
13285
13286 2005-10-19  Simon Josefsson  <jas@extundo.com>
13287
13288         * m4/gc-arcfour.m4: New file.
13289
13290         * m4/gc-rijndael.m4: New file.
13291
13292 2005-10-19  Simon Josefsson  <jas@extundo.com>
13293
13294         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support MD4.
13295
13296 2005-10-19  Simon Josefsson  <jas@extundo.com>
13297
13298         * lib/gc-gnulib.c: Support ARCFOUR.
13299
13300 2005-10-19  Simon Josefsson  <jas@extundo.com>
13301
13302         * lib/gc-gnulib.c: Implement gc_cipher_* API, currently only with AES
13303         support.
13304
13305         * lib/gc.h: Add ECB enum type.
13306
13307         * lib/hmac-md5.c, hmac-sha1.c: Include memxor.h.
13308
13309 2005-10-18  Simon Josefsson  <jas@extundo.com>
13310
13311         * tests/test-md5.c: New file.
13312
13313         * modules/md5-tests: New file.
13314
13315 2005-10-18  Simon Josefsson  <jas@extundo.com>
13316
13317         * tests/test-md4.c: New file.
13318
13319         * modules/md4, modules/md4-tests: New files.
13320
13321 2005-10-18  Simon Josefsson  <jas@extundo.com>
13322
13323         * m4/md4.m4: New file.
13324
13325 2005-10-18  Simon Josefsson  <jas@extundo.com>
13326
13327         * lib/md4.h, lib/md4.c: New files, based on md5.?.
13328
13329 2005-10-17  Stepan Kasal  <kasal@ucw.cz>
13330
13331         * gnulib-tool (func_create_testdir): Omit the second check whether
13332         BUILT_SOURCES in nonempty.
13333
13334 2005-10-17  Simon Josefsson  <jas@extundo.com>
13335
13336         * tests/test-rijndael.c: New file.
13337
13338 2005-10-17  Simon Josefsson  <jas@extundo.com>
13339
13340         * modules/sha1: Depend on stdint instead of md5.
13341
13342         * modules/md5: Depend on stdint, remove uint32_t.
13343
13344 2005-10-17  Simon Josefsson  <jas@extundo.com>
13345
13346         * modules/gc-sha1-tests: New file.
13347
13348         * tests/test-gc-sha1.c: New file.
13349
13350 2005-10-17  Simon Josefsson  <jas@extundo.com>
13351
13352         * m4/md5.m4: Remove call to uint32_t.m4.
13353
13354 2005-10-17  Simon Josefsson  <jas@extundo.com>
13355
13356         * lib/sha1.c: Use uint32_t instead of md5_uint32.t
13357
13358         * lib/sha1.h: Use stdint.h and uint32_t instead of md5_uint32 from
13359         md5.h.
13360
13361         * lib/md5.c: Use uin32_t.  Fix non-gcc UNALIGNED_P macro.
13362
13363         * lib/md5.h: Use stdint.h and uint32_t.  Doc fix.
13364
13365 2005-10-17  Simon Josefsson  <jas@extundo.com>
13366
13367         * lib/gc.h, gc-libgcrypt.c: Add more hash types/functions.
13368
13369 2005-10-17  Simon Josefsson  <jas@extundo.com>
13370
13371         * lib/gc.h, gc-libgcrypt.c: Add ciphers.
13372
13373 2005-10-17  Simon Josefsson  <jas@extundo.com>
13374
13375         * lib/gc-libgcrypt.c (gc_hmac_sha1): Fix assert.
13376
13377         * lib/gc.h (gc_nonce, gc_pseudo_random, gc_random): Add prototypes.
13378
13379 2005-10-17  Bruno Haible  <bruno@clisp.org>
13380
13381         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Change the return statement so
13382         that it can also be used in a test.
13383
13384 2005-10-16  Bruno Haible  <bruno@clisp.org>
13385
13386         * gnulib-tool (func_emit_tests_Makefile_am): Also define
13387         TESTS_ENVIRONMENT, so that individual tests can augment it.
13388
13389         * gnulib-tool (func_create_testdir): Use an intermediate target for
13390         building $(BUILT_SOURCES). Needed because BUILT_SOURCES can contain
13391         macros, like $(ALLOCA_H), which cannot be passed through the command
13392         line.
13393
13394 2005-10-15  Simon Josefsson  <jas@extundo.com>
13395
13396         * modules/rijndael-tests: New file.
13397
13398         * modules/rijndael: New file.
13399
13400 2005-10-15  Simon Josefsson  <jas@extundo.com>
13401
13402         * m4/rijndael.m4: New file.
13403
13404 2005-10-15  Simon Josefsson  <jas@extundo.com>
13405
13406         * lib/rijndael-api-fst.h, lib/rijndael-api-fst.c: New files.
13407
13408         * lib/rijndael-alg-fst.h, lib/rijndael-alg-fst.c: New files.
13409
13410 2005-10-14  Simon Josefsson  <jas@extundo.com>
13411
13412         * tests/test-arcfour.c: New file.
13413
13414         * modules/arcfour, modules/arcfour-tests: New files.
13415
13416 2005-10-14  Simon Josefsson  <jas@extundo.com>
13417
13418         * m4/arcfour.m4: New file.
13419
13420 2005-10-14  Simon Josefsson  <jas@extundo.com>
13421
13422         * lib/arcfour.h, lib/arcfour.c: New files.
13423
13424 2005-10-14  Roland McGrath  <roland@redhat.com>
13425
13426         Import from libc.  [BZ #1331]
13427         * lib/obstack.h [!__STDC__] (obstack_int_grow_fast): Fix misnamed
13428         macro argument.
13429         Reported by Matej Vela <vela@debian.org>.
13430
13431 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
13432
13433         * lib/obstack.c [defined _LIBC && defined USE_IN_LIBIO]: Don't
13434         include <wchar.h>; no longer needed.
13435
13436 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
13437
13438         * config/srclist.txt: Add glibc bug 321 for obstack.c, obstack.h.
13439
13440 2005-10-14  Jakub Jelinek  <jakub@redhat.com>
13441         and  Ulrich Drepper  <drepper@redhat.com>
13442
13443         Import from libc.
13444         * lib/obstack.c (print_and_abort) [defined _LIBC]: Use __fxprintf
13445         instead of inline stream orientation test and two separate
13446         function calls.  Pay no attention to USE_IN_LIBIO.
13447
13448 2005-10-13  Simon Josefsson  <jas@extundo.com>
13449
13450         * modules/gc-hmac-md5-tests: New file.
13451
13452         * tests/test-gc-hmac-sha1.c: New file.
13453
13454         * tests/test-gc.c (main): Remove MD5 and HMAC-MD5 tests.
13455
13456         * modules/gc-hmac-md5-tests: New file.
13457
13458         * tests/test-gc-md5.c: New file.
13459
13460         * modules/gc-md5-tests: New file.
13461
13462 2005-10-13  Simon Josefsson  <jas@extundo.com>
13463
13464         * lib/gc-pbkdf2-sha1.c (gc_pbkdf2_sha1): Optimize CEIL computation.
13465         Move memory allocation outside of loop.
13466
13467 2005-10-13  Paul Eggert  <eggert@cs.ucla.edu>
13468
13469         * lib/mkdir-p.c (make_dir_parents): Don't report an error if an
13470         intermediate directory is in a read-only file system.  Problem
13471         reported by Eric Blake.
13472
13473 2005-10-13  Oskar Liljeblad  <oskar@osk.mine.nu>
13474
13475         * modules/human (Depends-on): Depend on xstrtoumax, not xstrtol.
13476
13477 2005-10-12  Simon Josefsson  <jas@extundo.com>
13478
13479         * tests/test-hmac-sha1.c: New file.
13480
13481         * modules/hmac-sha1-tests: New file.
13482
13483         * modules/hmac-sha1: New file.
13484
13485 2005-10-12  Simon Josefsson  <jas@extundo.com>
13486
13487         * modules/gc-sha1: New file.
13488
13489 2005-10-12  Simon Josefsson  <jas@extundo.com>
13490
13491         * modules/gc-pbkdf2-sha1, modules/gc-pbkdf2-sha1-tests: New files.
13492
13493         * tests/test-gc-pbkdf2-sha1.c: New file.
13494
13495 2005-10-12  Simon Josefsson  <jas@extundo.com>
13496
13497         * modules/gc-md5, modules/gc-hmac-md5: New files.
13498
13499         * modules/gc (Files): Remove md5, memxor and hmac files.
13500
13501 2005-10-12  Simon Josefsson  <jas@extundo.com>
13502
13503         * m4/gc-pbkdf2-sha1.m4: New file.
13504
13505         * m4/gc-hmac-sha1.m4: New file.
13506
13507         * m4/gc-sha1: New file.
13508
13509         * m4/hmac-sha1.m4: New file.
13510
13511 2005-10-12  Simon Josefsson  <jas@extundo.com>
13512
13513         * m4/gc-md5.m4, m4/gc-hmac-md5.m4: New files.
13514
13515         * m4/gc.m4: Don't call gl_MD5, gl_MEMXOR or gl_HMAC_MD5.
13516
13517 2005-10-12  Simon Josefsson  <jas@extundo.com>
13518
13519         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Use Gc_rc for return types,
13520         suggested by Bruno Haible <bruno@clisp.org>.
13521
13522 2005-10-12  Simon Josefsson  <jas@extundo.com>
13523
13524         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support SHA-1.
13525
13526 2005-10-12  Simon Josefsson  <jas@extundo.com>
13527
13528         * lib/gc-pbkdf2-sha1.c: New file.
13529
13530         * lib/gc.h: Add gc_pbkdf2_sha1 prototype.
13531
13532 2005-10-12  Simon Josefsson  <jas@extundo.com>
13533
13534         * lib/gc-libgcrypt.c (gc_hmac_sha1): New function.
13535
13536         * lib/gc-gnulib.c (gc_hmac_sha1): New function.
13537
13538 2005-10-12  Simon Josefsson  <jas@extundo.com>
13539
13540         * lib/gc-gnulib.c: Condition MD5 and HMAC-MD5 use on GC_USE_MD5 and
13541         GC_USE_HMAC_MD5, respectively.
13542
13543         * lib/gc-libgcrypt.c (gc_md5): Fix assert call.
13544         (gc_md5): Fix typo.
13545
13546         * lib/gc.h (gc_hash_buffer): Use gc_hash in prototype.
13547
13548         * lib/gc-libgcrypt.c (gc_hash_buffer): Ditto.
13549
13550         * lib/gc-gnulib.c (gc_hash_buffer): Ditto.
13551
13552 2005-10-12  Bruno Haible  <bruno@clisp.org>
13553
13554         * m4/stdbool.m4 (gl_STDBOOL_H): Define as an alias of AM_STDBOOL_H.
13555         Reported by Stepan Kasal <kasal@ucw.cz>.
13556
13557 2005-10-11  Simon Josefsson  <jas@extundo.com>
13558
13559         * tests/test-crc.c: New file.
13560
13561         * modules/crc, modules/crc-tests: New files.
13562
13563 2005-10-11  Simon Josefsson  <jas@extundo.com>
13564
13565         * m4/crc.m4: New file.
13566
13567 2005-10-11  Simon Josefsson  <jas@extundo.com>
13568
13569         * lib/gc.h: Add gc_hash and gc_hash_buffer.
13570
13571         * lib/gc-gnulib.c (gc_hash_buffer): Add.  Reorder #include's.
13572
13573         * lib/gc-libgcrypt.c (gc_hash_buffer): Add.
13574
13575 2005-10-11  Simon Josefsson  <jas@extundo.com>
13576
13577         * lib/crc.h, lib/crc.c: New files.
13578
13579         * lib/gc.h (gc_hash_buffer): Add doc.
13580
13581 2005-10-11  Bruno Haible  <bruno@clisp.org>
13582
13583         * modules/c-strcasestr: New file.
13584         * MODULES.html.sh (String handling <string.h>): Add c-strcasestr.
13585
13586 2005-10-11  Bruno Haible  <bruno@clisp.org>
13587
13588         * modules/c-strcase: New file.
13589         * MODULES.html.sh (String handling <string.h>): Add c-strcase.
13590
13591 2005-10-11  Bruno Haible  <bruno@clisp.org>
13592
13593         * lib/strcasecmp.c: Include limits.h.
13594         (strcasecmp): Avoid integer overflow on exotic platforms.
13595         * lib/strncasecmp.c: Include limits.h.
13596         (strncasecmp): Avoid integer overflow on exotic platforms.
13597         Reported by Paul Eggert.
13598
13599 2005-10-11  Bruno Haible  <bruno@clisp.org>
13600
13601         * lib/c-strcasestr.h: New file, from GNU gettext.
13602         * lib/c-strcasestr.c: New file, from GNU gettext.
13603
13604 2005-10-11  Bruno Haible  <bruno@clisp.org>
13605
13606         * lib/c-strcase.h: New file, from GNU gettext.
13607         * lib/c-strcasecmp.c: New file, from GNU gettext.
13608         * lib/c-strncasecmp.c: New file, from GNU gettext.
13609
13610 2005-10-10  Paul Eggert  <eggert@cs.ucla.edu>
13611
13612         * modules/mempcpy (License): GPL -> LGPL.
13613         * modules/strchrnul (License): Likewise.
13614         * modules/sysexits (License): Likewise.
13615
13616 2005-10-08  Simon Josefsson  <jas@extundo.com>
13617
13618         * config/srclist.txt: Bug 1423 is closed, but 1439 remains.
13619
13620 2005-10-07  Simon Josefsson  <jas@extundo.com>
13621
13622         * m4/memxor.m4: Remove gl_C_RESTRICT call.
13623
13624 2005-10-06  Simon Josefsson  <jas@extundo.com>
13625
13626         * tests/test-hmac-md5.c: New file.
13627
13628         * modules/hmac-md5-tests: New file.
13629
13630         * modules/hmac-md5: New file.
13631
13632 2005-10-06  Simon Josefsson  <jas@extundo.com>
13633
13634         * m4/hmac-md5.m4: New file.
13635
13636         * m4/memxor.m4: Require gl_C_RESTRICT.
13637
13638 2005-10-06  Simon Josefsson  <jas@extundo.com>
13639
13640         * lib/memxor.c (memxor): Avoid casts and warnings.
13641
13642 2005-10-06  Simon Josefsson  <jas@extundo.com>
13643
13644         * lib/hmac-md5.c: New file.
13645
13646         * lib/hmac.h: New file.
13647
13648 2005-10-06  Paul Eggert  <eggert@cs.ucla.edu>
13649
13650         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check that bool
13651         promotes to int, not unsigned int, to catch the AIX 5.3
13652         compiler bug.
13653
13654 2005-10-05  Simon Josefsson  <jas@extundo.com>
13655
13656         * modules/memxor: New file.
13657
13658         * modules/iconv (Files): Move config.rpath to havelib, it is used
13659         there.
13660
13661         * modules/havelib (Files): Add config.rpath.
13662
13663 2005-10-05  Simon Josefsson  <jas@extundo.com>
13664
13665         * m4/memxor.m4: New file.
13666
13667 2005-10-05  Simon Josefsson  <jas@extundo.com>
13668
13669         * lib/memxor.c (memxor): Fix compiler error.
13670
13671         * lib/md5.h (MD5_DIGEST_SIZE, MD5_BLOCK_SIZE): Add, see also
13672         <http://sourceware.org/bugzilla/show_bug.cgi?id=1423>.
13673
13674         * lib/memxor.h, lib/memxor.c: New files.
13675
13676         * lib/getaddrinfo.h: Don't protect sys/types.h with HAVE_SYS_TYPES_H,
13677         we assume all systems have it, suggested by Jim Meyering
13678         <jim@meyering.net>.  Remove HAVE_SYS_SOCKET_H test too, to see if
13679         any systems lack sys/socket.h; mingw32 is known to lack it, but we
13680         don't support it yet anyway.  Also remove HAVE_NETDB_H test, for
13681         same reasons.
13682
13683 2005-10-05  Simon Josefsson  <jas@extundo.com>
13684
13685         * config/srclist.txt: Add glibc bug 1423 for md5.h.
13686
13687 2005-10-05  Paul Eggert  <eggert@cs.ucla.edu>
13688
13689         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Don't check for
13690         sys/socket.h, netdb.h, sys/types.h; the checks areno longer
13691         needed, since the source code now assumes these .h files.
13692
13693 2005-10-05  Derek Price  <derek@ximbiot.com>
13694
13695         * lib/getdelim.c (SIZE_MAX): New macro, if not already defined.
13696
13697 2005-10-05  Bruno Haible  <bruno@clisp.org>
13698
13699         * modules/stdint (License): Change to LGPL.
13700
13701 2005-10-04  Simon Josefsson  <jas@extundo.com>
13702
13703         * lib/getaddrinfo.h: Move sys/types.h include first, reported by "Mark
13704         D. Baushke" <mdb@gnu.org>.
13705
13706 2005-10-04  Bruno Haible  <bruno@clisp.org>
13707
13708         * lib/verify.h (verify_true): Provide alternative definition for C++.
13709
13710 2005-10-03  Paul Eggert  <eggert@cs.ucla.edu>
13711
13712         * lib/getdelim.c: Include getdelim.h first.  Include <limits.h>.
13713         (SSIZE_MAX): New macro, if not already defined.
13714         (getdelim): Fix buffer overrun on 64-bit hosts with lines longer
13715         than 2 GiB.
13716
13717 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
13718
13719         Sync from coreutils.
13720         * m4/openat.m4 (gl_FUNC_OPENAT): Check for fdopendir.
13721         * m4/ullong_max.m4 (gl_ULLONG_MAX): Simplify so that it merely
13722         defines ULONG_MAX_LT_ULLONG_MAX.  Thomas M.Ott reports that
13723         ULLONG_MAX doesn't work with 2.7.2.1.
13724
13725 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
13726
13727         * modules/xreadlink (Makefile.am): Remove lib_SOURCES.
13728         From Ben Pfaff.
13729
13730         * modules/exclude (Depends-on): Depend on verify.
13731         * modules/strtoimax (Depends-on): Likewise.
13732         * modules/utimecmp (Depends-on): Likewise.
13733
13734 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
13735
13736         * lib/exclude.c: Include verify.h.
13737         (verify): Remove.  All callers changed to use verify.h's version.
13738         * lib/strtoimax.c: Likewise.
13739         * lib/utimecmp.c: Likewis.e
13740
13741         Sync from coreutils.
13742         * lib/.cppi-disable: Add getaddrinfo.h, getdelim.h, getline.h,
13743         getpass.c, mbchar.h, mbuiter.h, strcase.h, strnlen.h, strnlen1.h.
13744         * lib/.cvsignore: Add fts.h, search.h, t-fpending.
13745         * lib/settime.c (settime): Fix { typo in previous patch.  Also, don't
13746         bother returning ENOSYS if settimeofday or stime fails; just let
13747         them return whatever errno they want to return.
13748         * lib/utimens.c: Include unistd.h, for dup2.
13749         (futimens): Fix typo: HAVE_FUTIMESAT was misspelled in an #if.
13750         (futimens) [! HAVE_FUTIMESAT]: If !file, set errno before returning -1.
13751
13752 2005-10-02  Jim Meyering  <jim@meyering.net>
13753
13754         Sync from coreutils.
13755         * m4/utimes.m4 (gl_FUNC_UTIMES): Detect the version of utimes
13756         from glibc-2.2.5 that fails for read-only files.
13757
13758 2005-10-02  Jim Meyering  <jim@meyering.net>
13759
13760         Sync from coreutils.
13761         * lib/fts-cycle.c [HAVE_CONFIG_H]: Include <config.h>.
13762         * lib/openat-die.c: Use `#ifdef HAVE_CONFIG_H', not
13763         `#if HAVE_CONFIG_H'.
13764         * lib/openat.c (fdopendir): Do not define if HAVE_FDOPENDIR.
13765         Remove AT_FDCWD test.
13766         Do not consume the fd unless successful.
13767         * lib/openat.h (fdopendir): Do not define if HAVE_FDOPENDIR.
13768         * lib/settime.c (settime): Move the HAVE_STIME block `up' into an #elif
13769         block, so that we don't even try to compile it if settimeofday is
13770         available.  This works around a compilation failure on OSF1 V5.1,
13771         due to stime requiring a `long int*' while tv_sec is `int'.
13772
13773 2005-10-02  Alfred M. Szmidt  <ams@gnu.org>
13774
13775         Sync from coreutils.
13776         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Compare $gl_have_path...
13777         against `yes', rather than just testing for nonempty.
13778
13779 2005-10-01  Simon Josefsson  <jas@extundo.com>
13780
13781         * m4/getaddrinfo.m4: Include sys/types.h for sys/socket.h, on FreeBSD
13782         and Darwin.
13783
13784         * m4/getaddrinfo.m4: Use AC_GNU_SOURCE, GNU only declare getaddrinfo
13785         as an (POSIX) extension.  Check for sys/types.h, sys/socket.h, and
13786         netdb.h too, needed by getaddrinfo.h.  Check if getaddrinfo,
13787         freeaddrinfo and gai_strerror are declared by the POSIX headers.
13788         Check if struct addrinfo is declared.
13789
13790 2005-10-01  Simon Josefsson  <jas@extundo.com>
13791
13792         * lib/getaddrinfo.h: Protect #include's of sys/socket.h and netdb.h.
13793         Only define struct addrinfo if !HAVE_STRUCT_ADDRINFO.  Protect
13794         AI_* and EAI_* definitions.  Protect function declarations.
13795
13796 2005-10-01  Jim Meyering  <jim@meyering.net>
13797
13798         Sync from coreutils.
13799
13800         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Look for getservbyname in these
13801         libraries [inet nsl socket xnet].  Nelson Beebe reported that with
13802         native cc on Solaris 7, getaddrinfo.c requires -lsocket.
13803         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
13804         in the inet and nsl libraries.  Required on Solaris 5.7.
13805
13806 2005-10-01  Jim Meyering  <jim@meyering.net>
13807
13808         Sync from coreutils.
13809         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
13810         in the inet and nsl libraries.  Required on Solaris 5.7.
13811
13812 2005-10-01  Eric Blake  <ebb9@byu.net>  (tiny change)
13813
13814         * lib/getdelim.c (getdelim): Remove unused variables.
13815
13816 2005-09-29  Paul Eggert  <eggert@cs.ucla.edu>
13817
13818         * lib/xtime.h (XTIME_PRECISION): Now of type int, not long long int,
13819         so that the code works even with ancient cpp.  Portability problem
13820         with GCC 2.7.2.1 reported by Thomas M.Ott.
13821
13822 2005-09-27  Paul Eggert  <eggert@cs.ucla.edu>
13823
13824         * modules/regex (Depends-on): Add strcase.
13825
13826         * modules/gethostname (Licence): Change from GPL to LGPL, since
13827         gethostname.c is a trivial implementation of a standard library
13828         function.
13829         * modules/poll (License): Change from GPL to LGPL, since it's
13830         derived from LGPL code.
13831
13832 2005-09-27  Jim Meyering  <jim@meyering.net>
13833
13834         * lib/getcwd.c: Change #ifdef<TAB>HAVE_CONFIG_H to #ifdef
13835         HAVE_CONFIG_H.
13836
13837         * lib/intprops.h (signed_type_or_expr__): Define.
13838         (INT_STRLEN_BOUND) [__GNUC__]: Use a slightly tighter bound
13839         for unsigned types.
13840
13841 2005-09-26  Paul Eggert  <eggert@cs.ucla.edu>
13842
13843         * lib/verify.h (verify_expr): Remove, replacing with:
13844         (verify_true): New macro that returns true instead of void.
13845         (verify_type__): Remove.
13846         (verify): Use verify_true rather than verify_type__.
13847
13848 2005-09-26  Bruno Haible  <bruno@clisp.org>
13849
13850         * modules/mbchar (Include): Mention that HAVE_WCHAR_H && HAVE_WCTYPE_H
13851         is necessary.
13852         (lib_SOURCES): Remove mbchar.c.
13853         * modules/mbfile (Include): Mention that HAVE_MBRTOWC is necessary.
13854         (Files): Add m4/mbrtowc.m4.
13855         * modules/mbiter: Likewise.
13856         * modules/mbuiter: Likewise.
13857
13858 2005-09-26  Bruno Haible  <bruno@clisp.org>
13859
13860         * m4/mbchar.m4 (gl_MBCHAR): Check for wchar.h and wctype.h. Don't
13861         compile mbchar.c if they are not both present.
13862         * m4/mbfile.m4 (gl_MBFILE): Require gl_FUNC_MBRTOWC.
13863         * m4/mbiter.m4 (gl_MBITER): Likewise.
13864         * m4/strstr.m4 (gl_PREREQ_STRSTR): Use AC_REQUIRE.
13865         * m4/strcasestr.m4 (gl_PREREQ_STRCASESTR): Likewise.
13866         * m4/strcase.m4 (gl_PREREQ_STRCASECMP): Likewise.
13867
13868 2005-09-25  Jim Meyering  <jim@meyering.net>
13869
13870         * modules/inet_ntop (Depends-on): Add socklen, since inet_ntop.c
13871         also uses socklen_t.
13872
13873 2005-09-24  Paul Eggert  <eggert@cs.ucla.edu>
13874
13875         * lib/utimens.c (ENOSYS): Define if not already defined.
13876         (futimens): Support having a null PATH if the file descriptor
13877         is nonnegative.
13878
13879         * lib/regex_internal.h (__GNUC_PREREQ, always_inline, inline, pure):
13880         Remove.
13881         (__attribute): Define to empty unless GCC 3.1 or later.
13882         This works around a core dump on OpenBSD 3.4, which has GCC
13883         2.95.3, which dumps core when given __attribute__(()).  It also
13884         simplifies other tests, since we really don't want to bother with
13885         worrying about which ancient version of GCC supported what.
13886         Original problem reported by Yoann Vandoorselaere, with part of
13887         the fix suggested by Derek Price.
13888
13889 2005-09-24  Jim Meyering  <jim@meyering.net>
13890
13891         * lib/verify.h (verify_type__): Use `unsigned int' as the bitfield type
13892         so we can once again use a positive bitfield width of 1 -- now we
13893         don't have to explain why we were using a bitfield width of 2.
13894
13895 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
13896
13897         * m4/regex.m4 (gl_REGEX): If replacing, define regcomp to rpl_regcomp,
13898         and similarly for the other external symbols.  Problem reported
13899         by James Gallager.
13900
13901         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Catch Sun Studio 10u1 on Linux
13902         bug reported by Jim Meyering.
13903
13904         * m4/utimens.m4 (gl_UTIMENS): Check for futimesat.
13905         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Undo previous change;
13906         not needed, since socklen is a prerequisite module.
13907
13908 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
13909
13910         * lib/getaddrinfo.c [HAVE_NETINET_IN_H]: Include <netinet/in.h>.
13911         Problem reported by Eric Blake.
13912         (getaddrinfo): Initialize se so that it's not garbage.
13913         Redo internal storage allocation so that it doesn't make unportable
13914         assumptions about alignment.
13915         Fix a memory leak.
13916
13917         * lib/utimens.c (futimens): Use futimesat if available.
13918         Prefer it to futimes since it doesn't have the futimes bug.
13919
13920         * lib/verify.h (GL_CONCAT0, GL_CONCAT): Remove.
13921         (verify): Don't use the __LINE__ trick, as it doesn't work in general.
13922         Instead, declare a function that returns a pointer to an array,
13923         and use verify_type__ to declare the size of the array.
13924         Problem and germ of a solution reported by Bruno Haible.
13925         (verify_type__): Use 2, not 1, for bitfield size, to avoid
13926         a warning with Irix 6.5 cc.  Problem reported by Bruno Haible.
13927
13928 2005-09-23  Jim Meyering  <jim@meyering.net>
13929
13930         Sync from coreutils.
13931         Correct build failure (socklen_t not defined) on at least
13932         mips-sgi-irix6.5 and alphaev67-dec-osf5.1.
13933         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Require gl_SOCKLEN_T.
13934
13935 2005-09-23  Jim Meyering  <jim@meyering.net>
13936
13937         * modules/getaddrinfo (Depends-on): Add socklen.
13938
13939 2005-09-23  Bruno Haible  <bruno@clisp.org>
13940
13941         * tests/test-verify.c: New file.
13942
13943 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
13944
13945         Sync from coreutils.
13946
13947         * modules/argmatch (Depends-on): Add verify.
13948         * modules/getloadavg (Depends-on): Depend on fcntl-safer, not
13949         unistd-safer.
13950         * modules/save-cwd (Depends-on): Likewise.
13951
13952         * modules/openat (Files): Add lib/openat-die.c.
13953         (Depends-on): Remove error, exitfail.
13954         Add dirname.
13955
13956         * modules/verify: New file.
13957         * MODULES.html.sh (Diagnostics <assert.h>): New section,
13958         with "verify" module.
13959
13960 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
13961
13962         Sync from coreutils.
13963
13964         * m4/backupfile.m4, calloc.m4, chown.m4, cloexec.m4, dup2.m4:
13965         * m4/fileblocks.m4, free.m4, ftruncate.m4, getcwd.m4, getpagesize.m4:
13966         * m4/getugroups.m4, group-member.m4, idcache.m4, link-follow.m4:
13967         * m4/mkstemp.m4, mktime.m4, mountlist.m4, nanosleep.m4, pathmax.m4:
13968         * m4/physmem.m4, posixver.m4, putenv.m4, safe-read.m4, same.m4:
13969         * m4/save-cwd.m4, stdio-safer.m4, unistd-safer.m4, unlinkdir.m4:
13970         * m4/userspec.m4, xgetcwd.m4, xreadlink.m4:
13971         Don't bother checking for string.h, stdlib.h, unistd.h.
13972         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't require
13973         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK; that's now the lstat
13974         module's job.
13975         * m4/jm-macros.m4 (gl_MACROS): Likewise.
13976         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_LSTAT.
13977
13978         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): New macro.
13979         (gl_GETDATE): Use it.
13980
13981         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Don't bother checking for unistd.h.
13982
13983 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
13984
13985         Sync from coreutils.
13986
13987         * lib/.cppi-disable: Add regcomp.c, regex_internal.c, regex_internal.h,
13988         stat-time.h.
13989         * lib/argmatch.h: Include verify.h
13990         (ARGMATCH_VERIFY): Use verify rather than rolling our own.
13991         (ARGMATCH_ASSERT): Remove; unused.
13992         * lib/canonicalize.c: Assume STDC_HEADERS.
13993         * lib/exclude.c: Include "strcase.h".
13994         * lib/regex_internal.h [!defined _LIBC]: Likewise.
13995         * lib/getusershell.c: Include stdio--.h rather than stdio.h
13996         and stdio-safer.h.
13997         (getusershell): Call fopen, not fopen_safer.
13998         * lib/save-cwd.c: Include fcntl--.h rather than fcntl.h.
13999         Do not include unistd-safer.h.
14000         (save_cwd): Don't call fd_safer; no longer needed
14001         now that we include fcntl--.h.
14002
14003         * lib/getdate.y (relative_time): New type.
14004         (RELATIVE_TIME_0): New constant.
14005         (parser_control): Use relative_time instead of doing it ourselves.
14006         (%union): Add new relative_time rel member.
14007         (tYEAR_UNIT, tMONTH_UNIT, tHOUR_UNIT, tMINUTE_UNIT, tSEC_UNIT):
14008         Now typeless.
14009         (relunit, relunit_snumber): Now of type rel.
14010         (zone, rel, relunit, get_date): Adjust to above changes.
14011
14012         * lib/getloadavg.c: Include fcntl--.h rather than fcntl.h.
14013         Do not include unistd-safer.h.
14014         (getloadavg): Don't call fd_safer; no longer needed
14015         now that we include fcntl--.h.
14016
14017         * lib/mkdir-p.c (ENOSYS): Define to EEXIST if not defined.
14018         (make_dir_parents): Treat ENOSYS like EEXIST.
14019
14020         Improve quality of diagnostics on restore_cwd failure.
14021         * lib/mkdir-p.h (make_dir): Remove.  All uses replaced by mkdir.
14022         (make_dir_parents): Last arg is now int * (for errno), not bool *.
14023         * lib/mkdir-p.c (make_dir, make_dir_parents): Likewise.
14024         Rewrite "mkdir -p" algorithm to avoid the need for "stat"
14025         each time through the loop.  Do not diagnose restore_cwd failure;
14026         that is the caller's job (and perhaps the caller does not care).
14027
14028         * lib/mkdir-p.c (CLEANUP_CWD, CLEANUP): Remove.
14029         (make_dir_parents): Revamp to avoid need for CLEANUP_CWD, CLEANUP.
14030         If the file already exists but is not a directory, don't bother
14031         to try to make its parents.
14032         Close potential file descriptor leak if we can't chdir("/") (!).
14033         Don't always return true if chdir($PWD) fails; return true only
14034         if the requested action was done successfully (except for the
14035         chdir($PWD)).
14036         Don't log final directory unless we actually made it.
14037         Refactor to avoid duplicate code to fix up permissions.
14038         Don't attempt to fix up parent permissions if chdir($PWD) fails.
14039
14040         * lib/strftime.c (my_strftime): Rewrite the previous change slightly,
14041         to make it a bit faster and (I hope) clearer.
14042         * lib/strftime.c (my_strftime): Add support for %:z, %::z, %:::z.
14043         Fix bug in formats like %2N.
14044
14045         * lib/verify.h: New file.
14046
14047 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
14048
14049         Sync from coreutils.
14050         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Check for netinet/in.h.
14051
14052 2005-09-22  Jim Meyering  <jim@meyering.net>
14053
14054         Sync from coreutils.
14055
14056         * m4/lstat.m4 (gl_FUNC_LSTAT):
14057         Use AC_LIBSOURCES to require lstat.c and lstat.h.
14058         Remove obsolete comment.
14059         * m4/xreadlink.m4: Use AC_LIBSOURCES and AC_LIBOBJ.
14060         * m4/xstrtod.m4: Likewise.
14061
14062         * m4/openat.m4 (gl_FUNC_OPENAT): Add openat-die.c.
14063
14064 2005-09-22  Jim Meyering  <jim@meyering.net>
14065
14066         Sync from coreutils.
14067
14068         * lib/backupfile.c: Use ARGMATCH_VERIFY, just in case.
14069
14070         * lib/posixtm.c (posixtime) [lint]: Initialize *all* of tm0, not just
14071         the .tm_year member, since otherwise gcc-4.0 would now warn about
14072         tm_zone, tm_gmtoff, tm_isdst, tm_yday, tm_wday.
14073
14074         * lib/quotearg.c (quotearg_n_options): Change code to be suboptimal, in
14075         order to avoid an unsuppressible warning from gcc on 64-bit systems.
14076
14077         * lib/getdate.y (get_date): Undo part of the 2005-04-04 change, so that
14078         the command "date -d'2005-03-27 +1 day'" succeeds once again, even
14079         when run in a time zone for which daylight savings time is in effect
14080         for the starting date.
14081
14082         * lib/mkdir-p.c (make_dir_parents): Don't let a failed chdir($PWD)
14083         stop us from restricting permissions of just-created absolute-named
14084         directories.
14085         * lib/mkdir-p.c (CLEANUP_CWD): Return *true*, not false when failing
14086         to restore initial working directory.
14087         * lib/mkdir-p.c (make_dir_parents): New parameter:
14088         different_working_dir, to tell caller if/when we change the working
14089         directory and are unable to return to the initial one.
14090         * lib/mkdir-p.h (make_dir_parents): Update prototype.
14091         * lib/mkdir-p.c (CLEANUP_CWD): Change one more `return 1' to
14092         `return false'.  This fixes a bug introduced on 2004-07-30.
14093
14094         * lib/openat.c (fdopendir): Be sure to close the supplied
14095         file descriptor before returning.  This makes our replacement
14096         implementation a little closer to Solaris's, where fdopendir
14097         ties the file descriptor to the returned DIR* pointer.
14098         * lib/openat.c (unlinkat): New function.
14099         * lib/openat.h (unlinkat): Add prototype.
14100         * lib/openat-die.c (openat_save_fail): Rename from openat_save_die.
14101         (openat_restore_fail): Rename from openat_restore_die.
14102         * lib/openat.c, openat.h: Reflect s/_die/_fail/ renaming.
14103
14104         Provide an alternative to exiting immediately upon save_cwd or
14105         restore_cwd failure.  Now, an application can arrange e.g.,
14106         to perform a longjump in that case.
14107         * lib/openat.c: Include dirname.h.
14108         Use IS_ABSOLUTE_FILE_NAME rather than testing for leading slash.
14109         (rpl_openat, fdopendir, fstatat): Call openat_save_die
14110         and openat_restore_die rather than calling error directly.
14111         Don't include "error.h" or "exitfail.h"; they're no longer needed.
14112
14113         * lib/openat-die.c (openat_save_die, openat_restore_die): New file.
14114         * lib/openat.h (openat_save_die, openat_restore_die): Declare and
14115         define.
14116
14117         * lib/strftime.c [FPRINTFTIME] (fprintftime): Provide a new interface:
14118         size_t fprintftime (FILE *fp, char const *fmt, struct tm const *tm,
14119                             int utc, int nanoseconds);
14120         Background:
14121         date should not have to allocate a megabyte of virtual memory to
14122         handle a format argument like +%1048575T.  When implemented with
14123         strftime, it must allocate such a buffer, use strftime to fill it
14124         in, print it, then free it.
14125         With fprintftime, it simply prints everything and exits.
14126         With no need for memory allocation, that's one fewer way to fail.
14127         * lib/strftime.c (my_strftime): Parse the colons of %:::z *after* the
14128         optional field width, not before, so we accept %9:z, not %:9z.
14129         (my_strftime): Be sure to use L_('x') for literals.
14130
14131         * lib/backupfile.c, lib/canon-host.c, lib/canonicalize.c, lib/chown.c:
14132         * lib/cloexec.c, lib/dup-safer.c, lib/dup2.c, lib/euidaccess.c:
14133         * lib/fd-safer.c, lib/fileblocks.c, lib/fopen-safer.c, lib/fsusage.c:
14134         * lib/ftruncate.c, lib/getcwd.c, lib/getcwd.h, lib/getloadavg.c:
14135         * lib/getopt_.h, lib/getpagesize.h, lib/getugroups.c:
14136         * lib/group-member.c, lib/human.h, lib/idcache.c, lib/mkdir-p.c:
14137         * lib/mountlist.c, lib/nanosleep.c, lib/pathmax.h, lib/physmem.c:
14138         * lib/posixver.c, lib/putenv.c, lib/raise.c, lib/safe-read.c:
14139         * lib/same.c, lib/save-cwd.c, lib/setenv.c, lib/settime.c:
14140         * lib/tempname.c, lib/unlinkdir.c, lib/unsetenv.c, lib/userspec.c:
14141         * lib/xgethostname.c, lib/xreadlink.c:
14142         Assume HAVE_UNISTD_H, i.e., include <unistd.h> unconditionally.
14143
14144         * lib/chown.c, lib/cloexec.c, lib/dup-safer.c, lib/dup2.c:
14145         * lib/fsusage.c, lib/getcwd.c, lib/getloadavg.c, lib/mountlist.c:
14146         * lib/openat.h, lib/save-cwd.c, lib/tempname.c:
14147         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
14148         and don't include <sys/file.h>).
14149
14150 2005-09-22  Eric Blake  <ebb9@byu.net>  (tiny change)
14151
14152         Sync from coreutils.
14153
14154         * lib/getloadavg.c (getloadavg) [__CYGWIN__]: Port to cygwin.
14155         [__linux__]: Allocate a big enough buffer for /proc/loadavg.
14156         [!LDAV_DONE]: Avoid unused variable warning.
14157
14158 2005-09-21  Bruno Haible  <bruno@clisp.org>
14159
14160         * lib/unicodeio.h (unicode_to_mb): New declaration.
14161
14162 2005-09-20  Derek Price  <derek@ximbiot.com>
14163
14164         * lib/getaddrinfo.c: Don't include <netdb.h> included from
14165         getaddrinfo.h.
14166
14167 2005-09-20  Bruno Haible  <bruno@clisp.org>
14168
14169         * gnulib-tool: Remove trailing slashes from the values specified for
14170         --source-base, --m4-base, --tests-base, --aux-dir.
14171         Suggested by Simon Josefsson <jas@extundo.com>.
14172
14173 2005-09-20  Bruno Haible  <bruno@clisp.org>
14174
14175         * gnulib-tool (func_all_modules, func_modules_transitive_closure,
14176         func_modules_to_filelist, func_import, func_create_testdir): Make all
14177         sorting results locale-independent, so that gnulib-cache.m4 doesn't
14178         change when gnulib-tool is invoked in a different locale.
14179
14180 2005-09-19  Simon Josefsson  <jas@extundo.com>
14181
14182         * m4/socklen.m4: Fix typo.
14183
14184 2005-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14185
14186         Use a consistent style for including <config.h>.
14187         * lib/__fpending.c, lib/acl.c, lib/argmatch.c, lib/argp-help.c,
14188         lib/argp-parse.c, lib/argp-pvh.c, lib/backupfile.c, lib/basename.c,
14189         lib/c-stack.c, lib/calloc.c, lib/check-version.c, lib/cloexec.c,
14190         lib/closeout.c, lib/copy-file.c, lib/creat-safer.c, lib/cycle-check.c,
14191         lib/dirfd.c, lib/dirname.c, lib/dup-safer.c, lib/dup2.c,
14192         lib/euidaccess.c, lib/exclude.c, lib/exitfail.c, lib/fatal-signal.c,
14193         lib/fd-safer.c, lib/file-type.c, lib/fileblocks.c, lib/filemode.c,
14194         lib/filenamecat.c, lib/findprog.c, lib/fnmatch.c, lib/fopen-safer.c,
14195         lib/free.c, lib/fsusage.c, lib/ftruncate.c, lib/full-write.c,
14196         lib/fwriteerror.c, lib/getaddrinfo.c, lib/getcwd.c, lib/getdelim.c,
14197         lib/getline.c, lib/getlogin_r.c, lib/getndelim2.c, lib/getnline.c,
14198         lib/getopt1.c, lib/getpass.c, lib/group-member.c, lib/hard-locale.c,
14199         lib/hash-pjw.c, lib/hash.c, lib/human.c, lib/idcache.c,
14200         lib/inet_ntop.c, lib/isdir.c, lib/long-options.c, lib/malloc.c,
14201         lib/memcasecmp.c, lib/memcmp.c, lib/memcoll.c, lib/memcpy.c,
14202         lib/memmove.c, lib/mkdir-p.c, lib/modechange.c, lib/mountlist.c,
14203         lib/open-safer.c, lib/physmem.c, lib/pipe-safer.c, lib/pipe.c,
14204         lib/poll.c, lib/posixver.c, lib/progname.c, lib/progreloc.c,
14205         lib/putenv.c, lib/quote.c, lib/quotearg.c, lib/readline.c,
14206         lib/readlink.c, lib/realloc.c, lib/regex.c, lib/rename.c, lib/rmdir.c,
14207         lib/rpmatch.c, lib/safe-read.c, lib/same.c, lib/save-cwd.c,
14208         lib/savedir.c, lib/sig2str.c, lib/strcspn.c, lib/strerror.c,
14209         lib/stripslash.c, lib/strncasecmp.c, lib/strndup.c, lib/strnlen.c,
14210         lib/strnlen1.c, lib/strsep.c, lib/strstr.c, lib/strtod.c,
14211         lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c,
14212         lib/time_r.c, lib/userspec.c, lib/utimecmp.c, lib/version-etc-fsf.c,
14213         lib/version-etc.c, lib/wait-process.c, lib/xalloc-die.c, lib/xgetcwd.c,
14214         lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c, lib/xreadlink.c,
14215         lib/xsetenv.c, lib/xstrndup.c, lib/xstrtoimax.c, lib/xstrtol.c,
14216         lib/xstrtoumax.c, lib/yesno.c:
14217         Standardize inclusion of config.h.
14218         * lib/__fpending.h, lib/dirfd.h, lib/getdate.h, lib/human.h,
14219         lib/inttostr.h:  Removed inclusion of config.h from header files.
14220         * lib/inttostr.c:  Adjusted in-tree users.
14221         * lib/timespec.h: Remove superfluous warning to include config.h.
14222         * lib/atexit.c, lib/chdir-long.c, lib/chown.c, lib/fchown-stub.c,
14223         lib/getgroups.c, lib/gettimeofday.c, lib/lchown.c, lib/lstat.c,
14224         lib/mkdir.c, lib/mkstemp.c, lib/nanosleep.c, lib/openat.c, lib/raise.c,
14225         lib/readtokens0.c, lib/readutmp.c, lib/unlinkdir.c: Guard inclusion of
14226         config.h with HAVE_CONFIG_H.
14227
14228 2005-09-19  Jim Meyering  <jim@meyering.net>
14229
14230         * modules/pathmax (License): Change to LGPL.
14231
14232 2005-09-19  Derek Price  <derek@ximbiot.com>
14233
14234         * config/srclist.txt: glibc's glob.h is now in lib/glob-libc.h.
14235
14236 2005-09-19  Bruno Haible  <bruno@clisp.org>
14237
14238         * gnulib-tool (import): Provide default for --tests-base.
14239
14240 2005-09-19  Bruno Haible  <bruno@clisp.org>
14241
14242         * doc/quote.texi: New file, extracted from gnulib.texi.
14243         * doc/ctime.texi: New file, extracted from gnulib.texi.
14244         * doc/inet_ntoa.texi: New file, extracted from gnulib.texi.
14245         * doc/gnulib-tool.texi: New file, extracted from gnulib.texi.
14246         * doc/gnulib.texi: Include them.
14247
14248 2005-09-18  Bruno Haible  <bruno@clisp.org>
14249
14250         Portability fix.
14251         * gnulib-tool (func_readlink): New function.
14252         (func_ln_if_changed): Use it.
14253
14254 2005-09-18  Bruno Haible  <bruno@clisp.org>
14255
14256         * gnulib-tool: Support --with-tests also with --import.
14257         (func_emit_tests_Makefile_am): Use variables $m4base and $testsbase.
14258         (func_import): Use variables $testsbase and $inctests. Emit a
14259         gl_TESTS_BASE form into gnulib-cache.m4. Create $testsbase/Makefile.am.
14260         Remind the user to add AC_CONFIG_FILES($testsdir/Makefile) and
14261         SUBDIRS += $testsdir.
14262         (func_create_testdir): Update.
14263
14264 2005-09-18  Bruno Haible  <bruno@clisp.org>
14265
14266         * gnulib-tool: Revise --dry-run implementation. Use variable $doit
14267         instead of $dry_run.
14268         (func_cp_if_changed, func_mv_if_changed): Remove functions.
14269         (func_ln_if_changed): Don't handle dry-run here.
14270         (func_import): In dry-run mode, detect more precisely which actions
14271         would be performed, and don't use "...ing" verbs.
14272
14273 2005-09-18  Bruno Haible  <bruno@clisp.org>
14274
14275         * gnulib-tool (func_tmpdir): New function, taken from GNU gettextize.
14276         (func_import): Use join on two temporary files instead of three nested
14277         loops, in order to determine which files are new or old.
14278
14279 2005-09-18  Bruno Haible  <bruno@clisp.org>
14280
14281         * gnulib-tool (func_import): Comment out code that spits out the
14282         new files with --dry-run.
14283
14284 2005-09-18  Bruno Haible  <bruno@clisp.org>
14285
14286         * doc/gnulib.texi (Invoking gnulib-tool): 50% rewritten.
14287
14288 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
14289
14290         * lib/stat-time.h: New file.
14291         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP, ATIME_CMP, CTIME_CMP):
14292         (MTIME_CMP, TIMESPEC_NS): Remove.  Now done by stat-time.h,
14293         in a different way.
14294         (timespec_cmp): New function.
14295         * lib/utimecmp.c: Include stat-time.h.
14296         (SYSCALL_RESOLUTION): Depend on whether various struct stat
14297         members exist, not on the obsolescent ST_MTIM_NSEC.
14298         (utimecmp): Use the new stat-time functions rater than TIMESPEC_NS.
14299
14300 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
14301
14302         * config/srclist.txt: Remove glibc bug 1033 and uncomment mktime.c.
14303
14304 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
14305
14306         * MODULES.html.sh (File system functions): Add stat-time.
14307         * modules/stat-time: New file.
14308         * modules/timespec (Files): Remove m4/st_mtim.m4; this
14309         is now done in a different way, by the stat-time module.
14310         * modules/utimecmp (Depends-on): Add stat-time.
14311
14312 2005-09-15  Paul Eggert  <eggert@cs.ucla.edu>
14313
14314         * m4/st_mtim.m4: Remove.  Superseded by...
14315         * m4/stat-time.m4: New file.
14316         * m4/timespec.m4 (gl_TIMESPEC): Require AC_C_INLINE.
14317         Do not invoke AC_STRUCT_ST_MTIM_NSEC; no longer needed.
14318
14319 2005-09-15  Derek Price  <derek@ximbiot.com>
14320
14321         * m4/strstr.m4 (gl_FUNC_STRSTR): Don't define strstr here.
14322
14323 2005-09-15  Derek Price  <derek@ximbiot.com>
14324
14325         * lib/regex_internal.h: Blank `pure' for GNUC < 3.
14326         * lib/regex_internal.c: Ditto, using this...
14327         (__GNUC_PREREQ): ...new macro.
14328         * lib/regcomp.c, regexec.c: Blank `always_inline' for GNUC < 3.1
14329         using...
14330         (__GNUC_PREREQ): ...this new macro.
14331
14332         * lib/strstr.h: Include string.h. Define strstr as a macro here.
14333
14334 2005-09-15  Derek Price  <derek@ximbiot.com>
14335             Paul Eggert  <eggert@cs.ucla.edu>
14336
14337         * lib/regcomp.c, regexec.c, regex_internal.c: Back out previous
14338         changes, consolidating in...
14339         * lib/regex_internal.h: ...this file.
14340
14341 2005-09-13  Jim Meyering  <jim@meyering.net>
14342
14343         * lib/canon-host.c: Filter through gnu indent and reword comments
14344         slightly.
14345         * lib/canon-host.h (ch_strerror_r): Tweak cpp indentation and spacing.
14346
14347 2005-09-13  Derek Price  <derek@ximbiot.com>
14348
14349         * lib/canon-host.c (canon_host_r): Set *cherror on memory allocation
14350         failure.
14351         Reported by Jim Meyering  <jim@meyering.net>.
14352
14353 2005-09-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
14354
14355         * lib/base64.c: Typo.
14356         (base64_encode): Put b64str in initialized data section.
14357
14358 2005-09-12  Paul Eggert  <eggert@cs.ucla.edu>
14359
14360         Merge glibc and coreutils changes into gnulib, plus a few
14361         extra fixes.
14362         * lib/md5.c: Use #error rather than a string.
14363         (CYCLIC): New macro, from glibc source.  Use it instead of rol.
14364         * lib/md5.h (__GNUC_PREREQ, __THROW): Define if not defined already.
14365         (__attribute__): Define to empty for non recent-GCC.
14366         (__md5_buffer, __md5_finish_ctx, __md5_init_ctx, __md5_process_block):
14367         (__md5_process_bytes, __md5_read_ctx, __md5_stream):
14368         Renamed from their non-__ counterparts, with new macros replacing
14369         them if not _LIBC.  Add __THROW attribute.
14370         (rol): Remove.
14371         (struct md5_ctx): Align buffer if using GCC.
14372         * lib/sha1.h (struct sha1_ctx): Likewise.
14373         * lib/sha1.c (SWAP): Renamed from the NOTSWAP.  All uses changed.
14374         The old name was backwards.
14375         (NOTSWAP): Remove; not used.
14376         (rol): New macro, moved here from md5.h.
14377         (sha1_process_block): Remove a FIXME that doesn't make sense.
14378
14379 2005-09-12  Derek Price  <derek@ximbiot.com>
14380
14381         Return usable errors from canon-host.
14382         * lib/canon-host.h: New file.
14383         * lib/canon-host.c (canon_host): Wrap...
14384         (canon_host_r): ...this new function, which now relies exclusively on
14385         getaddrinfo.
14386         (ch_strerror): New function.
14387         (last_cherror): New global.
14388         * lib/getaddrinfo.c: Move include of getaddrinfo.h first to test
14389         interface.
14390         (getaddrinfo): Add AI_CANONNAME functionality.  Don't do arithmetic on
14391         void *.
14392         (freeaddrinfo): Free ai->ai_canonname when set.
14393
14394 2005-09-12  Derek Price  <derek@ximbiot.com>
14395
14396         Make canon-host require getaddrinfo.
14397         * m4/canon-host.m4 (gl_CANON_HOST): Remove most dependencies.
14398         AC_LIBSOURCE canon-host.h.  Call...
14399         (gl_PREREQ_CANON_HOST): ...this new function, which requires
14400         gl_GETADDRINFO.
14401         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Compile gai_strerror when needed.
14402
14403 2005-09-12  Derek Price  <derek@ximbiot.com>
14404
14405         * modules/canon-host: Add canon-host.h.  Depend on getaddrinfo.  Make
14406         LGPL.
14407         * modules/getaddrinfo: Add link to opengroup spec.  Depend on strdup.
14408
14409 2005-09-12  Derek Price  <derek@ximbiot.com>
14410
14411         * lib/gai_strerror.c: Include config.h when available.  Include
14412         getaddrinfo.h before other headers to test interface.
14413         Reported by Larry Jones <lawrence.jones@ugs.com>.
14414
14415 2005-09-12  Derek Price  <derek@ximbiot.com>
14416             Paul Eggert  <eggert@cs.ucla.edu>
14417
14418         * modules/glob (Files): Add glob-libc.h.
14419
14420 2005-09-12  Derek Price  <derek@ximbiot.com>
14421             Paul Eggert  <eggert@cs.ucla.edu>
14422
14423         * m4/glob.m4 (gl_GLOB_SUBSTITUTE): AC_LIBSOURCES for glob.c,
14424         glob_.h, glob-libc.h.
14425         (gl_PREREQ_GLOB): Remove _SYS_CDEFS_H hack; no longer needed.
14426
14427 2005-09-12  Derek Price  <derek@ximbiot.com>
14428             Paul Eggert  <eggert@cs.ucla.edu>
14429
14430         * lib/glob-libc.h: Renamed from glob_.h.  The new version is
14431         taken from libc's glob.h, except with '#ifdef __GLOB_GNULIB'
14432         protecting things that should be done only in gnulib contexts.
14433         * lib/glob_.h: New file, containing only the glob things needed for
14434         gnulib.
14435         (GLOB_PREFIX): Remove.  All uses changed to look for __GLOB_GNULIB.
14436         (__GLOB_CONCAT, __GLOB_XCONCAT, __GLOB_ID): Remove; no longer needed.
14437         (glob, globfree, glob_pattern_p): Now defined simply in terms of
14438         rpl_glob, rpl_globfree, rpl_glob_pattern_p.
14439         (__GLOB_GNULIB): New macro, to keep the glob.h changes clearer
14440         and to respect the namespace rules better.
14441
14442 2005-09-08  Simon Josefsson  <jas@extundo.com>
14443
14444         * modules/socklen: New file.
14445
14446 2005-09-08  Simon Josefsson  <jas@extundo.com>
14447
14448         * m4/socklen.m4: New file.
14449
14450 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
14451
14452         * modules/utimens (Files): Add m4/utimbuf.m4, since
14453         m4/utimens.m4 requires gl_CHECK_TYPE_STRUCT_UTIMBUF.
14454         Reported by Sergey Poznyakoff.
14455
14456 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
14457
14458         * lib/glob.c (glob, globfree, __glob_pattern_p): Use old-style function
14459         definitions, since that's the preferred style in glibc.
14460         Fix a minor spacing issue, and update copyright notice to match
14461         glibc's.
14462
14463 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
14464
14465         * config/srclist.txt: Remove glibc bug 1061; it's been fixed.
14466
14467 2005-09-06  Simon Josefsson  <jas@extundo.com>
14468
14469         * lib/getpass.c (getpass): Fix typo, test for HAVE_TCSETATTR and not
14470         TCSETATTR.  Reported by Derek Price <derek@ximbiot.com>.
14471
14472 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
14473
14474         * lib/regex_internal.h (bitset_not): Add parens to avoid gcc -Wall
14475         warning.
14476
14477 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
14478
14479         * config/srclist.txt: Add glibc bug 1302.
14480
14481 2005-09-05  Paul Eggert  <eggert@cs.ucla.edu>
14482
14483         Change bitset word type from unsigned int to unsigned long int,
14484         as this has better performance on typical 64-bit hosts.
14485         Port bitset code to hosts with unusual word sizes.
14486         * lib/regcomp.c (build_equiv_class, build_charclass, build_range_exp):
14487         (build_collating_symbol):
14488         Prefer bitset to re_bitset_ptr_t in prototypes, when the actual
14489         argument is a bitset.  This is merely a style issue, but it makes
14490         it clearer that an entire array is expected.
14491         (re_compile_fastmap_iter, init_dfa, init_word_char, optimize_subexps):
14492         * lib/regcomp.c (lower_subexp, parse_bracket_exp, built_charclass_op):
14493         Port to the case where bitset_word is not the same as unsigned int.
14494         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
14495         (bitset_not, bitset_merge, bitset_set_all, bitset_mask):
14496         Likewise.
14497         * lib/regexec.c (check_dst_limits_calc_pos_1,
14498         check_subexp_matching_top):
14499         (build_trtable, group_nodes_into_DFAstates):
14500         Likewise.
14501         * lib/regcomp.c (re_compile_fastmap_iter, utf8_sb_map, optimize_utf8):
14502         Don't assume that SBC_MAX is a multiple of BITSET_WORD_BITS.
14503         * lib/regex_internal.h (bitset_set_all, bitset_not): Likewise.
14504         * lib/regexec.c (group_nodes_into_DFAstates): Likewise.
14505         * lib/regcomp.c (utf8_sb_map): Don't assume UINT_MAX == 0xffffffff.
14506         * lib/regcomp.c (optimize_subexps, lower_subexp):
14507         Work even if bitset_word has holes in its bitwise representation.
14508         * lib/regex_internal.h (BITSET_WORD_BITS): Likewise.
14509         * lib/regexec.c (check_dst_limits_calc_pos_1,
14510         check_subexp_matching_top):
14511         Likewise.
14512         * lib/regex_internal.c (re_string_reconstruct):
14513         Don't assume UCHAR_MAX == 255.
14514         * lib/regex_internal.h (bitset_set_all): Likewise.
14515         * lib/regex_internal.h (BITSET_WORD_BITS): Renamed from UINT_BITS.
14516         All uses changed.
14517         (BITSET_WORDS): Renamed from BITSET_UINTS.  All uses changed.
14518         (bitset_word): New type, replacing 'unsigned int' for bitset uses.
14519         All uses changed.
14520         (BITSET_WORD_MAX): New macro.
14521         (bitset_set, bitset_clear, bitset_contain, bitset_empty):
14522         (bitset_set_all, bitset_copy):  Now inline functions, not macros.
14523         (bitset_empty, bitset_copy):
14524         Prefer sizeof (bitset) to multiplying it out ourselves.
14525         (bitset_not_merge): Remove; unused.
14526         (bitset_contain): Return bool, not unsigned int with one bit on.
14527         All callers changed.
14528         * lib/regexec.c (build_trtable): Don't assume bitset has no stricter
14529         alignment than re_node_set; do this by defining a new internal
14530         type struct dests_alloc and using it to allocate memory.
14531
14532 2005-09-05  Bruno Haible  <bruno@clisp.org>
14533
14534         * gnulib-tool (func_import): Fix comparison in handling of symbolic
14535         links.
14536
14537 2005-09-04  Martin Lambers  <marlam@marlam.de>  (tiny change)
14538
14539         * modules/size_max (Makefile.am): Add size_max.h
14540
14541 2005-09-04  Derek Price  <derek@ximbiot.com>
14542
14543         * gnulib-tool (func_import): Fix reversed $symbolic logic.
14544
14545 2005-09-03  Simon Josefsson  <jas@extundo.com>
14546
14547         * gnulib-tool: Fix typo.
14548
14549 2005-09-03  Simon Josefsson  <jas@extundo.com>
14550
14551         * config/srclist.txt: Add glibc bug 1293.
14552
14553 2005-09-03  Derek Price  <derek@ximbiot.com>
14554
14555         * m4/getlogin_r (gl_GETLOGIN_R): Fix cut & paste error.
14556         From Larry Jones <lawrence.jones@ugs.com>.
14557
14558 2005-09-02  Simon Josefsson  <jas@extundo.com>
14559
14560         * modules/socklen: New file.
14561
14562 2005-09-02  Simon Josefsson  <jas@extundo.com>
14563
14564         * modules/havelib: New module.
14565
14566         * modules/gettext, modules/iconv, modules/lock, modules/readline:
14567         Use havelib.
14568
14569 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
14570
14571         Check for arithmetic overflow when calculating sizes, to prevent
14572         some buffer-overflow issues.  These patches are conservative, in the
14573         sense that when I couldn't determine whether an overflow was possible,
14574         I inserted a run-time check.
14575         * lib/regex_internal.h (re_xmalloc, re_xrealloc, re_x2realloc): New
14576         macros.
14577         (SIZE_MAX) [!defined SIZE_MAX]: New macro.
14578         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc):
14579         (re_xnrealloc, re_x2nrealloc): New inline functions.
14580         * lib/regcomp.c (init_dfa, analyze, build_range_exp,
14581         parse_bracket_exp):
14582         (build_equiv_class, build_charclass): Check for arithmetic overflow
14583         in size expression calculations.
14584         * lib/regex_internal.c (re_string_realloc_buffers):
14585         (build_wcs_upper_buffer, re_node_set_add_intersect):
14586         (re_node_set_init_union, re_node_set_insert, re_node_set_insert_last):
14587         (re_dfa_add_node, register_state): Likewise.
14588         * lib/regexec.c (re_search_stub, re_copy_regs, re_search_internal):
14589         (prune_impossible_nodes, push_fail_stack, set_regs, check_arrival):
14590         (build_trtable, extend_buffers, match_ctx_init, match_ctx_add_entry):
14591         (match_ctx_add_subtop, match_ctx_add_sublast): Likewise.
14592
14593 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
14594
14595         * modules/inttostr (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
14596         m4/ulonglong.m4.  Problem reported by Martin Lambers.
14597
14598 2005-09-02  Bruno Haible  <bruno@clisp.org>
14599
14600         Support for lib vs. lib64 distinction on biarch platforms.
14601         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): New macro.
14602         (AC_LIB_PREFIX): Require it. Use $acl_libdirstem instead of 'lib'.
14603         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Likewise.
14604
14605 2005-09-02  Bruno Haible  <bruno@clisp.org>
14606
14607         * gnulib-tool (import): In the other first-use case, provide defaults
14608         as well.
14609
14610 2005-09-02  Bruno Haible  <bruno@clisp.org>
14611
14612         * config/srclist.txt: lib-link.m4 and lib-prefix.m4 currently have
14613         patches not yet found in the latest gettext release.
14614
14615 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
14616
14617         * lib/glob.c (GET_LOGIN_NAME_MAX): Renamed from LOGIN_NAME_MAX,
14618         to avoid a collision with bits/local_lim.h in glibc.
14619         All uses changed.  Problem reported by Dmitry V. Levin in
14620         <http://sources.redhat.com/bugzilla/show_bug.cgi?id=1060>.
14621
14622         * lib/regex_internal.c (build_wcs_upper_buffer): Fix portability
14623         bugs in int versus size_t comparisons.
14624         (re_string_context_at): Fix bug where the code assumed that
14625         Idx is signed.
14626
14627         Use bool where appropriate.
14628         * lib/regcomp.c (re_set_fastmap): ICASE arg is bool, not int.
14629         All callers changed.
14630         (calc_eclosure_iter): Likewise, for ROOT arg.
14631         (parse_bracket_element): Likewise, for ACCEPT_HYPHEN arg.
14632         (build_charclass_op): Likewise, for NON_MATCH arg.
14633         * lib/regex_internal.c (re_string_allocate, re_string_construct):
14634         (re_string_construct_common): Likewise, for ICASE arg.
14635         * lib/regexec.c (re_search_2_stub, re_search_stub):
14636         Likewise, for RET_LEN arg.
14637         (check_matching): Likewise, for FL_LONGEST_MATCH arg.
14638         (set_regs): Likewise, for FL_BACKTRACK arg.
14639         * lib/regcomp.c (re_compile_fastmap_iter, optimize_utf8):
14640         (duplicate_node_closure, calc_inveclosure, calc_eclosure):
14641         (calc_eclosure_iter, parse_bracket_exp):
14642         Use bool for internal variables that are booleans.
14643         * lib/regexec.c (re_search_internal, check_matching,
14644         proceed_next_node):
14645         (set_regs, build_sifted_states, sift_states_bkref):
14646         (check_arrival_add_next_nodes, check_arrival_expand_ecl_sub):
14647         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
14648         (find_collation_sequence_value):
14649         Likewise.
14650         * lib/regex_internal.c (re_node_set_insert, re_node_set_insert_last):
14651         (re_node_set_compare):
14652         Return bool, not int. All callers changed.
14653         * lib/regexec.c (check_halt_node_context, check_dst_limits):
14654         (build_trtable, check_node_accept): Likewise.
14655         * lib/regex_internal.h: Include stdbool.h.
14656
14657         Fix bugs uncovered when converting to bool.
14658         * lib/regcomp.c (calc_eclosure_iter): Check for storage allocation
14659         failure instead of charging ahead blindly.
14660         * lib/regex_internal.c (register_state): Likewise.
14661         * lib/regexec.c (re_search_2_stub): Use simpler method than boolean
14662         for freeing internal storage.
14663         (group_nodes_into_DFA_states): Use unsigned int, not int, for
14664         bitset pieces used as boolean, to avoid undefined behavior
14665         on hosts that do int overflow checking.
14666
14667 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
14668
14669         * config/srclist.txt: Add glibc bugs 1285-1287.
14670
14671 2005-09-01  Jim Meyering  <jim@meyering.net>
14672
14673         * m4/lchown.m4: Require gl_FUNC_CHOWN, for the definition of
14674         CHOWN_MODIFIES_SYMLINK, which is used by lchown.c.
14675         Require gl_STAT_MACROS, too.
14676
14677 2005-09-01  Bruno Haible  <bruno@clisp.org>
14678
14679         * gnulib-tool (import): In the first-use case, provide defaults.
14680
14681 2005-09-01  Bruno Haible  <bruno@clisp.org>
14682
14683         * gnulib-tool (func_import): Remove the .tmp files.
14684
14685 2005-09-01  Bruno Haible  <bruno@clisp.org>
14686
14687         * gnulib-tool (func_import): Fix handling of symbolic links.
14688
14689 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
14690
14691         On 64-bit hosts (where size_t is 64 bits and int is 32 bits), the
14692         old glibc regex code mishandles strings longer than 2**31 bytes.
14693         This patch fixes this when the regex code is used in gnulib
14694         (i.e., outside glibc).
14695
14696         This patch should not affect the use of the regex code inside
14697         glibc.  No doubt this problem also needs to be handled for glibc
14698         as well, but the result will be an incompatible change to the
14699         glibc ABI, and the old ABI will have to be supported too.  That
14700         can be the the subject for another patch.
14701
14702         * lib/regex.h (_REGEX_LARGE_OFFSETS): New feature-test macro,
14703         governing whether the rest of this patch is active.  By default,
14704         the macro is disabled and the patch has no effect.
14705         (regoff_t) [defined _REGEX_LARGE_OFFSETS]: Define to off_t, not int.
14706         (__re_idx_t, __re_size_t, __re_long_size_t): New types.
14707         (struct re_pattern_buffer, re_search, re_search_2, re_match):
14708         (re_match_2, re_set_registers): Use the new types.
14709         * lib/regex_internal.h (Idx, re_hashval_t): New types.
14710         (REG_MISSING, REG_ERROR, REG_VALID_INDEX, REG_VALID_NONZERO_INDEX):
14711         New macros.
14712         (re_node_set, re_charset_t, re_token_t, re_string_realloc_buffers):
14713         (re_string_context_at, bin_tree_t, re_dfastate_t):
14714         (struct re_state_table_entry, state_array_t, re_sub_match_last_t):
14715         (re_sub_match_top_t, re_match_context_t, re_sift_context_t):
14716         (struct re_fail_stack_ent_t, struct re_fail_stack_t, struct re_dfa_t):
14717         (re_string_char_size_at, re_string_wchar_at):
14718         (re_string_elem_size_at):
14719         Use the new types and macros to port to 64-bit hosts.
14720         Use unsigned types for internal values, so that the code
14721         mostly works even for arrays larger than SSIZE_MAX.
14722         * lib/regcomp.c (re_compile_internal, init_dfa, duplicate_node):
14723         (search_duplicated_node, calc_eclosure_iter, fetch_number):
14724         (parse_reg_exp, parse_branch, parse_expression, parse_sub_exp):
14725         (build_equiv_class, build_charclass, re_compile_fastmap_iter):
14726         (free_dfa_content, create_initial_state, optimize_utf8, analyze):
14727         (optimize_subexps, calc_first, link_nfa_nodes, duplicate_node_closure):
14728         (calc_inveclosure, parse_dup_op, build_range_exp):
14729         (build_collating_symbol, parse_bracket_exp, build_charclass_op):
14730         (fetch_number, create_token_tree, mark_opt_subexp):
14731         Likewise.
14732         * lib/regex_internal.c (re_string_construct_common,
14733         create_ci_newstate):
14734         (create_cd_newstate, re_string_allocate, re_string_construct):
14735         (re_string_realloc_buffers, build_wcs_upper_buffer):
14736         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
14737         (re_string_reconstruct, re_string_peek_byte_case):
14738         (re_string_fetch_byte_case, re_string_context_at):
14739         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
14740         (re_node_set_init_copy, re_node_set_add_intersect):
14741         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
14742         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
14743         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
14744         (re_acquire_state, re_acquire_state_context, register_state):
14745         Likewise.
14746         * lib/regex.c (match_ctx_init, match_ctx_add_entry,
14747         search_cur_bkref_entry):
14748         (match_ctx_add_subtop, match_ctx_add_sublast, sift_ctx_init):
14749         (re_search_internal, re_search_2_stub, re_search_stub)
14750         (re_copy_regs, check_matching, check_halt_state_context, update_regs):
14751         (push_fail_stack, sift_states_iter_mb, build_sifted_states):
14752         (update_cur_sifted_state, check_dst_limits):
14753         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
14754         (check_subexp_limits, sift_states_bkref, merge_state_array):
14755         (check_subexp_matching_top, get_subexp, get_subexp_sub):
14756         (find_subexp_node, check_arrival, check_arrival_add_next_nodes):
14757         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
14758         (expand_bkref_cache, check_node_accept_bytes):
14759         (group_nodes_into_DFAstates, check_node_accept, regexec, re_match):
14760         (re_search, re_match_2, re_search_2, prune_impossible_nodes):
14761         (acquire_init_state_context, check_halt_node_context):
14762         (proceed_next_node, pop_fail_stack, set_regs, free_fail_stack_return):
14763         (sift_states_backward, clean_state_log_if_needed):
14764         (sub_epsilon_src_nodes, add_epsilone_src_nodes, merge_state_with_log):
14765         (find_recover_state, transit_state_sb, transit_state_mb):
14766         (transit_state_bkref, build_trtable, match_ctx_clean):
14767         Likewise.
14768         * lib/regcomp.c (parse_dup_op): Add an extra test if Idx is unsigned,
14769         to work around an assumption that REG_MISSING is negative.
14770
14771         * lib/regcomp.c (re_comp) [defined _REGEX_RE_COMP || defined _LIBC]:
14772         (seek_collating_symbol_entry) [defined _LIBC]:
14773         (lookup_collation_sequence_value) [defined _LIBC]:
14774         (build_range_exp, build_collating_symbol) [defined _LIBC]:
14775         Use prototypes rather than old-style function definitions.
14776         * lib/regexec.c (re_exec) [defined _REGEX_RE_COMP || defined _LIBC]:
14777         (transit_state_sb) [0]:
14778         (find_collation_sequence_value) [defined _LIBC]: Likewise.
14779
14780         * lib/regexec.c (re_search_internal): Simplify update of rm_so and
14781         rm_eo.
14782
14783         * lib/regcomp.c (re_compile_fastmap_iter, init_dfa, init_word_char):
14784         (optimize_subexps, lower_subexp):
14785         Don't assume 1<<31 has defined behavior on hosts with 32-bit int,
14786         since the signed shift might overflow.  Use 1u<<31 instead.
14787         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
14788         Likewise.
14789         * lib/regexec.c (check_dst_limits_calc_pos_1,
14790         check_subexp_matching_top): Likewise.
14791
14792         * lib/regcomp.c (optimize_subexps, lower_subexp):
14793         Use CHAR_BIT rather than 8, for clarity.
14794         * lib/regexec.c (check_dst_limits_calc_pos_1):
14795         (check_subexp_matching_top): Likewise.
14796         * lib/regcomp.c (init_dfa): Make table_size unsigned, so that we don't
14797         have to worry about portability issues when shifting it left.
14798         Remove no-longer-needed test for table_size > 0.
14799         * lib/regcomp.c (parse_sub_exp): Do not shift more bits than there are
14800         in a word, as the resulting behavior is undefined.
14801         * lib/regexec.c (check_dst_limits_calc_pos_1): Likewise;
14802         in one case, a <= should have been an <, and in another case the
14803         whole test was missing.
14804         * lib/regex_internal.h (BYTE_BITS): Remove.  All uses changed to
14805         the standard name CHAR_BIT.
14806         * lib/regexec.c (match_ctx_add_entry): Don't assume that ~0 == -1;
14807         this is not true on one's complement and signed-magnitude hosts.
14808
14809         * lib/regex_internal.h (re_sub_match_top_t): Remove unused member
14810         next_last_offset.
14811         (struct re_dfa_t): Remove unused member states_alloc.
14812         * lib/regcomp.c (init_dfa): Don't initialize unused members.
14813
14814 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
14815
14816         * m4/regex.m4 (gl_REGEX): Require AC_SYS_LARGEFILE, Define
14817         _REGEX_LARGE_OFFSETS).  Test for regoff_t/off_t bug in 64-bit
14818         and large-file glibc and in 32-bit large-file Solaris.
14819
14820 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
14821
14822         * lib/regex_internal.c (re_string_reconstruct): Don't assume buffer
14823         lengths fit in regoff_t; this isn't true if regoff_t is the same
14824         width as size_t.
14825         * lib/regex.c (re_search_internal): 5th arg is LAST_START
14826         (= START + RANGE) instead of RANGE.  This avoids overflow
14827         problems when regoff_t is the same width as size_t.
14828         All callers changed.
14829         (re_search_2_stub): Check for overflow when adding the
14830         sizes of the two strings.
14831         (re_search_stub): Check for overflow when adding START
14832         to RANGE; if it occurs, substitute the extreme value.
14833
14834 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
14835
14836         * config/srclist.txt: Add glibc bugs 1273, 1278-1282, 1284.
14837
14838 2005-08-31  Jim Meyering  <jim@meyering.net>
14839
14840         * lib/regcomp.c (search_duplicated_node): Make first pointer arg
14841         a pointer-to-const.
14842         * lib/regex_internal.c (create_ci_newstate, create_cd_newstate):
14843         (register_state): Likewise.
14844         * lib/regexec.c (search_cur_bkref_entry, check_dst_limits):
14845         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
14846         (group_nodes_into_DFAstates): Likewise.
14847
14848 2005-08-31  Jim Meyering  <jim@meyering.net>
14849
14850         * check-module: Add a FIXME comment.
14851
14852 2005-08-31  Eric Blake  <ebb9@byu.net>
14853
14854         * modules/unistd-safer (Files): Add unistd--.h.
14855         * modules/stdio-safer (Files): Add stdio--.h.
14856
14857 2005-08-31  Derek Price  <derek@ximbiot.com>
14858
14859         * lib/getdelim.c (getdelim): Return EOF on EOF.
14860         Reported by Larry Jones <lawrence.jones@ugs.com>.
14861
14862 2005-08-31  Bruno Haible  <bruno@clisp.org>
14863
14864         Avoid unnecessary diffs in the generated lib/Makefile.am.
14865         * gnulib-tool (func_emit_lib_Makefile_am): Don't write the cmd into
14866         the generated files.
14867         (func_import): Don't set cmd.
14868
14869 2005-08-31  Bruno Haible  <bruno@clisp.org>
14870
14871         * lib/strstr.c: Include <stddef.h>, for NULL.
14872         * lib/strcasestr.c: Likewise.
14873         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
14874
14875 2005-08-31  Bruno Haible  <bruno@clisp.org>
14876
14877         * gnulib-tool: New option --macro-prefix.
14878         (func_import): Use macro_prefix.
14879         (import): Handle option --macro-prefix.
14880
14881 2005-08-31  Bruno Haible  <bruno@clisp.org>
14882
14883         * gnulib-tool (import): Rename most ac_* variables to cached_*.
14884         Also use new variables cached_lgpl, cached_libtool.
14885
14886 2005-08-31  Bruno Haible  <bruno@clisp.org>
14887
14888         * gnulib-tool (func_import): Require AC_GNU_SOURCE etc. instead of
14889         always instantiating them.
14890
14891 2005-08-31  Bruno Haible  <bruno@clisp.org>
14892
14893         * gnulib-tool (func_import): Read the previous cached settings
14894         from gnulib-cache.m4 and gnulib-comp.m4. Remove files that were
14895         earlier added by gnulib but are now dropped. Warn when a gnulib file
14896         overwrites a non-gnulib file.
14897
14898 2005-08-31  Bruno Haible  <bruno@clisp.org>
14899
14900         * gnulib-tool (func_import): Generate two files gnulib-cache.m4 and
14901         gnulib-comp.m4 instead of a single gnulib.m4, to make it easy for
14902         projects that don't keep autogenerated files in CVS. Put into
14903         actioncmd only the specified modules, not the transitive closure.
14904
14905 2005-08-31  Bruno Haible  <bruno@clisp.org>
14906
14907         * gnulib-tool (func_import): Fix defaulting of $libname and $libtool.
14908         Create directories that shall be filled.
14909         (import): Don't look for gl_* macros in configure.ac. Recurse across
14910         all directories containing a gnulib-cache.m4 files, if meaningful.
14911
14912 2005-08-31  Bruno Haible  <bruno@clisp.org>
14913
14914         * gnulib-tool (func_import): Emit also a stub for gl_LIBTOOL.
14915         (import): Set seen_libtool when we see gl_LIBTOOL.
14916
14917 2005-08-31  Bruno Haible  <bruno@clisp.org>
14918
14919         * gnulib-tool (func_import): Also copy m4/gnulib-tool.m4. Omit
14920         declaration macro definitions from generated gnulib.m4.
14921
14922 2005-08-30  Oskar Liljeblad  <oskar@osk.mine.nu>
14923
14924         * lib/iconvme.h: Add prototype for iconv_alloc.
14925
14926 2005-08-29  Simon Josefsson  <jas@extundo.com>
14927
14928         * lib/iconvme.c: Fix errno.
14929
14930 2005-08-29  Bruno Haible  <bruno@clisp.org>
14931
14932         * gnulib-tool: Enclose all occurrences of $destdir in "...", so
14933         that it works when the directory contains spaces.
14934
14935 2005-08-29  Bruno Haible  <bruno@clisp.org>
14936
14937         * gnulib-tool (import): Avoid unnecessary spaces in $avoidlist.
14938
14939 2005-08-29  Bruno Haible  <bruno@clisp.org>
14940
14941         * gnulib-tool (func_import): Emit more comments into gnulib.m4.
14942         Emit more advice.
14943
14944 2005-08-29  Bruno Haible  <bruno@clisp.org>
14945         and Stepan Kasal  <kasal@ucw.cz>
14946
14947         * check-module: If more parameters are given, check each of them
14948         separately; add more exceptions, as noted by Jim Meyering.
14949         (check_module): New procedure.
14950         (%exempt_header): Now contains all exceptions.
14951
14952 2005-08-29  Ben Pfaff  <blp@cs.stanford.edu>
14953
14954         * modules/byteswap (Makefile.am): Fix rule to not assume GNU make.
14955
14956 2005-08-29  Oskar Liljeblad  <oskar@osk.mine.nu>
14957
14958         * lib/iconvme.c: Split iconv_string into iconv_alloc.
14959
14960 2005-08-28  Bruno Haible  <bruno@clisp.org>
14961
14962         * m4/gnulib-tool.m4: New file.
14963
14964 2005-08-27  Jim Meyering  <jim@meyering.net>
14965
14966         * modules/unistd-safer (Files): Add pipe-safer.c.
14967         * modules/fcntl-safer (Files): Add creat-safer.c.
14968
14969 2005-08-27  Jim Meyering  <jim@meyering.net>
14970
14971         * m4/stdlib-safer.m4: New file.  From coreutils.
14972         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add stdio--.h.
14973         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Add creat-safer.c to the
14974         AC_LIBSOURCES list and arrange to compile it via AC_LIBOBJ.
14975         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise, add pipe-safer.c.
14976         Add pipe-safer.c and unistd--.h to the AC_LIBSOURCES list.
14977
14978 2005-08-27  Jim Meyering  <jim@meyering.net>
14979
14980         * lib/fopen-safer.c: Merge minor changes from coreutils.
14981         * lib/dup-safer.c: Likewise.
14982         * lib/fd-safer.c: Likewise.
14983
14984         Merge from coreutils.
14985         * lib/stdio--.h: New file.
14986         * lib/stdlib--.h: New file.
14987         * lib/mkstemp-safer.c: New file.
14988
14989         GNU tar needs these.
14990         * lib/pipe-safer.c: New file.
14991         * lib/creat-safer.c: New file.
14992         * lib/fcntl--.h (creat): Define to creat_safer.
14993         * lib/fcntl-safer.h: Include <sys/types.h> and declare creat_safer.
14994         * lib/unistd--.h (pipe): Define to pipe_safer.
14995         * lib/unistd-safer.h: Declare pipe_safer.
14996
14997 2005-08-26  Simon Josefsson  <jas@extundo.com>
14998
14999         * lib/getpass.c: Use _WIN32 instead of WIN32, suggested by Bruno
15000         Haible <bruno@clisp.org>.
15001
15002 2005-08-26  Paul Eggert  <eggert@cs.ucla.edu>
15003
15004         * lib/regex_internal.h: Remove all references to
15005         RE_NO_INTERNAL_PROTOTYPES; no longer neeeded now that we assume C89
15006         or better.
15007         (bitset_not, bitset_merge, bitset_not_merge):
15008         (bitset_mask, re_string_allocate, re_string_construct):
15009         (re_string_reconstruct, re_string_destruct, re_string_elem_size_at):
15010         (re_string_char_size_at, re_string_wchar_at, re_string_peek_byte_case):
15011         (re_string_fetch_byte_case, re_node_set_alloc, re_node_set_init_1):
15012         (re_node_set_init_2, re_node_set_init_copy, re_node_set_add_intersect):
15013         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
15014         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
15015         (re_node_set_remove_at, re_dfa_add_node, re_acquire_state):
15016         (re_acquire_state_context):
15017         Remove unnecessary forward decls.
15018         (re_string_char_size_at, re_string_wchar_at, re_string_elem_size_at):
15019         Put __attribute at function definition,
15020         now that the function decl has been removed.
15021         * lib/regex_internal.c (re_string_peek_byte_case):
15022         (re_string_fetch_byte_case, re_node_set_compare, re_node_set_contains):
15023         Likewise.
15024
15025 2005-08-25  Stepan Kasal  <kasal@ucw.cz>
15026
15027         * m4/regex.m4: Add AC_PREREQ(2.50).
15028         (gl_REGEX): If --with-included-regex was given, skip the autodetection.
15029
15030 2005-08-25  Simon Josefsson  <jas@extundo.com>
15031
15032         * m4/getpass.m4: Check for termios.h, tcgetattr, tcsetattr, and
15033         __fsetlocking.
15034
15035 2005-08-25  Simon Josefsson  <jas@extundo.com>
15036
15037         * lib/getpass.c: Add WIN32 implementation.  Conditionalize use of
15038         termios.h, tcgetattr, tcsetattr and __fsetlocking.  Remove some
15039         GLIBC specific code.
15040
15041 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
15042
15043         Make regex safe for g++.  This fixes one real bug (an "err"
15044         that should have been "*err").  g++ problem reported by
15045         Sam Steingold.
15046         * lib/regex_internal.h (re_calloc): New macro, consistent with
15047         re_malloc etc.  All callers of calloc changed to use re_calloc.
15048         * lib/regex_internal.c (build_wcs_upper_buffer): Return reg_errcode_t,
15049         not int.  All callers changed.
15050         * lib/regcomp.c (re_compile_fastmap_iter): Don't use
15051         alloca (mb_cur_max); just use an array of size MB_LEN_MAX.
15052         * lib/regexec.c (push_fail_stack): Use re_realloc, not realloc.
15053         (find_recover_state): Change "err" to "*err"; this fixes what
15054         appears to be a real bug.
15055         (check_arrival_expand_ecl_sub): Be consistent about reg_errcode_t
15056         versus int.
15057
15058 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
15059
15060         * modules/regex (Depends-on): Add malloc, since the code
15061         assumes that !malloc(0) means failure.
15062
15063 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
15064
15065         * lib/regexec.c (set_regs): Don't alloca with an unbounded size.
15066
15067         alloca modernization/simplification for regex.
15068         * lib/regex.c: Remove portability cruft for alloca.  This no longer
15069         needs to be at the start of the file, and can be moved into
15070         regex_internal.h and simplified.
15071         * lib/regex_internal.h: Include <alloca.h>.
15072         (__libc_use_alloca) [!defined _LIBC]: New macro.
15073         * lib/regexec.c (build_trtable): Remove "#ifdef _LIBC", since the code
15074         now works outside glibc.
15075
15076 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
15077
15078         * config/srclist.txt: Add glibc bugs 1241, 1245.
15079
15080 2005-08-25  Jim Meyering  <jim@meyering.net>
15081
15082         * lib/open-safer.c: Include <config.h>.
15083         Otherwise, we'd lose LARGEFILE support in any file using
15084         e.g. "fcntl--.h"
15085
15086 2005-08-25  Bruno Haible  <bruno@clisp.org>
15087
15088         * m4/minmax.m4: Require autoconf 2.52.
15089         (gl_MINMAX_IN_HEADER): Add comments. Use m4_pushdef/m4_popdef instead
15090         of define/undefine. Use AS_TR_SH and AS_TR_CPP as more robust
15091         alternatives of translit over the alphabet.
15092         Based on a patch from Stepan Kasal <kasal@ucw.cz>.
15093
15094 2005-08-24  Simon Josefsson  <jas@extundo.com>
15095
15096         * tests/test-getpass.c: New file.
15097
15098 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
15099
15100         * m4/regex.m4 (gl_REGEX): Use POSIX-compliant spellings when testing
15101         for GNU regex features.
15102
15103 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
15104
15105         * lib/regcomp.c (regerror): 2nd arg is 'restrict', as per POSIX.
15106         * lib/regex.h (regerror): Likewise.
15107
15108         * lib/regex.c: Do not include <sys/types.h>, as POSIX no longer
15109         requires this.  (The code never needed it.)
15110
15111         * lib/regcomp.c, regex_internal.c, regex_internal.h, regexec.c:
15112         All uses of recently-renamed identifiers changed to use the new,
15113         POSIX-compliant names.  The code will build and run just fine
15114         without these changes, but it's better to eat our own dog food
15115         and use the standard-conforming names.
15116
15117         * lib/regex.h: Fix a multitude of POSIX name space violations.
15118         These changes have an effect only for programs that define
15119         _POSIX_C_SOURCE, _POSIX_SOURCE, or _XOPEN_SOURCE; they
15120         do not change anything for programs compiled in the normal way.
15121         Also, there is no effect on the ABI.
15122
15123         (_REGEX_SOURCE): New macro.
15124         Do not include <stddef.h> if _XOPEN_SOURCE and VMS are both
15125         defined and _GNU_SOURCE is not; this fixes a name space violation.
15126
15127         Rename the following macros to obey POSIX requirements.
15128         The old names are still visible as macros if _REGEX_SOURCE is defined.
15129         (REG_BACKSLASH_ESCAPE_IN_LISTS): renamed from
15130         RE_BACKSLASH_ESCAPE_IN_LISTS.
15131         (REG_BK_PLUS_QM): renamed from RE_BK_PLUS_QM.
15132         (REG_CHAR_CLASSES): renamed from RE_CHAR_CLASSES.
15133         (REG_CONTEXT_INDEP_ANCHORS): renamed from RE_CONTEXT_INDEP_ANCHORS.
15134         (REG_CONTEXT_INDEP_OPS): renamed from RE_CONTEXT_INDEP_OPS.
15135         (REG_CONTEXT_INVALID_OPS): renamed from RE_CONTEXT_INVALID_OPS.
15136         (REG_DOT_NEWLINE): renamed from RE_DOT_NEWLINE.
15137         (REG_DOT_NOT_NULL): renamed from RE_DOT_NOT_NULL.
15138         (REG_HAT_LISTS_NOT_NEWLINE): renamed from RE_HAT_LISTS_NOT_NEWLINE.
15139         (REG_INTERVALS): renamed from RE_INTERVALS.
15140         (REG_LIMITED_OPS): renamed from RE_LIMITED_OPS.
15141         (REG_NEWLINE_ALT): renamed from RE_NEWLINE_ALT.
15142         (REG_NO_BK_BRACES): renamed from RE_NO_BK_BRACES.
15143         (REG_NO_BK_PARENS): renamed from RE_NO_BK_PARENS.
15144         (REG_NO_BK_REFS): renamed from RE_NO_BK_REFS.
15145         (REG_NO_BK_VBAR): renamed from RE_NO_BK_VBAR.
15146         (REG_NO_EMPTY_RANGES): renamed from RE_NO_EMPTY_RANGES.
15147         (REG_UNMATCHED_RIGHT_PAREN_ORD): renamed from
15148         RE_UNMATCHED_RIGHT_PAREN_ORD.
15149         (REG_NO_POSIX_BACKTRACKING): renamed from RE_NO_POSIX_BACKTRACKING.
15150         (REG_NO_GNU_OPS): renamed from RE_NO_GNU_OPS.
15151         (REG_DEBUG): renamed from RE_DEBUG.
15152         (REG_INVALID_INTERVAL_ORD): renamed from RE_INVALID_INTERVAL_ORD.
15153         (REG_IGNORE_CASE): renamed from RE_ICASE.  This renaming is a bit
15154         unusual, since we can't clash with the POSIX REG_ICASE.
15155         (REG_CARET_ANCHORS_HERE): renamed from RE_CARET_ANCHORS_HERE.
15156         (REG_CONTEXT_INVALID_DUP): renamed from RE_CONTEXT_INVALID_DUP.
15157         (REG_NO_SUB): renamed from RE_NO_SUB.
15158         (REG_SYNTAX_EMACS): renamed from RE_SYNTAX_EMACS.
15159         (REG_SYNTAX_AWK): renamed from RE_SYNTAX_AWK.
15160         (REG_SYNTAX_GNU_AWK): renamed from RE_SYNTAX_GNU_AWK.
15161         (REG_SYNTAX_POSIX_AWK): renamed from RE_SYNTAX_POSIX_AWK.
15162         (REG_SYNTAX_GREP): renamed from RE_SYNTAX_GREP.
15163         (REG_SYNTAX_EGREP): renamed from RE_SYNTAX_EGREP.
15164         (REG_SYNTAX_POSIX_EGREP): renamed from RE_SYNTAX_POSIX_EGREP.
15165         (REG_SYNTAX_ED): renamed from RE_SYNTAX_ED.
15166         (REG_SYNTAX_SED): renamed from RE_SYNTAX_SED.
15167         (_REG_SYNTAX_POSIX_COMMON): renamed from _RE_SYNTAX_POSIX_COMMON.
15168         (REG_SYNTAX_POSIX_BASIC): renamed from RE_SYNTAX_POSIX_BASIC.
15169         (REG_SYNTAX_POSIX_MINIMAL_BASIC): renamed from
15170         RE_SYNTAX_POSIX_MINIMAL_BASIC.
15171         (REG_SYNTAX_POSIX_EXTENDED): renamed from RE_SYNTAX_POSIX_EXTENDED.
15172         (REG_SYNTAX_POSIX_MINIMAL_EXTENDED): renamed from
15173         RE_SYNTAX_POSIX_MINIMAL_EXTENDED.
15174         (REG_DUP_MAX): renamed from RE_DUP_MAX.  No need to undef it.
15175         (REG_UNALLOCATED): Renamed from REGS_UNALLOCATED.
15176         (REG_REALLOCATE): Renamed from REGS_REALLOCATE.
15177         (REG_FIXED): Renamed from REGS_FIXED.
15178         (REG_NREGS): Renamed from RE_NREGS.
15179
15180         (REG_ICASE, REG_NEWLINE, REG_NOSUB): Do not depend on the values
15181         of other REG_* macros, since POSIX says the user is allowed to
15182         #undef these macros selectively.
15183
15184         (reg_errcode_t): Update comment stating what other tables need
15185         to be consistent.
15186
15187         Rename the following enum values to obey POSIX requirements.
15188         The old names are still visible as macros.
15189         (_REG_ENOSYS): Renamed from REG_ENOSYS.  Define even if _XOPEN_SOURCE
15190         is not defined, since GNU is supposed to be a superset of POSIX as
15191         much as possible, and since we want reg_errcode_t to be a signed
15192         type for implementation consistency.
15193         (_REG_NOERROR): Renamed from REG_NOERROR.
15194         (_REG_NOMATCH): Renamed from REG_NOMATCH.
15195         (_REG_BADPAT): Renamed from REG_BADPAT.
15196         (_REG_ECOLLATE): Renamed from REG_ECOLLATE.
15197         (_REG_ECTYPE): Renamed from REG_ECTYPE.
15198         (_REG_EESCAPE): Renamed from REG_EESCAPE.
15199         (_REG_ESUBREG): Renamed from REG_ESUBREG.
15200         (_REG_EBRACK): Renamed from REG_EBRACK.
15201         (_REG_EPAREN): Renamed from REG_EPAREN.
15202         (_REG_EBRACE): Renamed from REG_EBRACE.
15203         (_REG_BADBR): Renamed from REG_BADBR.
15204         (_REG_ERANGE): Renamed from REG_ERANGE.
15205         (_REG_ESPACE): Renamed from REG_ESPACE.
15206         (_REG_BADRPT): Renamed from REG_BADRPT.
15207         (_REG_EEND): Renamed from REG_EEND.
15208         (_REG_ESIZE): Renamed from REG_ESIZE.
15209         (_REG_ERPAREN): Renamed from REG_ERPAREN.
15210         (REG_ENOSYS, REG_NOERROR, REG_NOMATCH, REG_BADPAT, REG_ECOLLATE):
15211         (REG_ECTYPE, REG_EESCAPE, REG_ESUBREG, REG_EBRACK, REG_EPAREN):
15212         (REG_EBRACE, REG_BADBR, REG_ERANGE, REG_ESPACE, REG_BADRPT, REG_EEND):
15213         (REG_ESIZE, REG_ERPAREN): Now macros, not enum constants.
15214
15215         (_REG_RE_NAME, _REG_RM_NAME): New macros.
15216         (REG_TRANSLATE_TYPE): Renamed from RE_TRANSLATE_TYPE.  All uses
15217         changed.  But support the old name if the new one is not defined
15218         and if _REGEX_SOURCE.
15219
15220         Change the following member names in struct re_pattern_buffer.
15221         The old names are still supported if !_REGEX_SOURCE.
15222         The new names are always supported, regardless of _REGEX_SOURCE.
15223         (re_buffer): Renamed from buffer.
15224         (re_allocated): Renamed from allocated.
15225         (re_used): Renamed from used.
15226         (re_syntax): Renamed from syntax.
15227         (re_fastmap): Renamed from fastmap.
15228         (re_translate): Renamed from translate.
15229         (re_can_be_null): Renamed from can_be_null.
15230         (re_regs_allocated): Renamed from regs_allocated.
15231         (re_fastmap_accurate): Renamed from fastmap_accurate.
15232         (re_no_sub): Renamed from no_sub.
15233         (re_not_bol): Renamed from not_bol.
15234         (re_not_eol): Renamed from not_eol.
15235         (re_newline_anchor): Renamed from newline_anchor.
15236
15237         Change the following member names in struct re_registers.
15238         The old names are still supported if !_REGEX_SOURCE.
15239         The new names are always supported, regardless of _REGEX_SOURCE.
15240         (rm_num_regs): Renamed from num_regs.
15241         (rm_start): Renamed from start.
15242         (rm_end): Renamed from end.
15243
15244         (re_set_syntax, re_compile_pattern, re_compile_fastmap):
15245         (re_search, re_search_2, re_match, re_match_2, re_set_registers):
15246         Prepend __ to parameter names.
15247
15248         Undo yesterday's changes.
15249
15250 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
15251
15252         * config/srclist.txt: Remove glibc bug 1233 and add 1236, which
15253         supersedes it. Add glibc bugs 1237, 1238, 1240.  Comment out
15254         lib/regex.c.
15255
15256 2005-08-24  Jim Meyering  <jim@meyering.net>
15257
15258         Sync from coreutils.
15259         * m4/fcntl-safer.m4: New file.
15260
15261         * m4/xgetcwd.m4: Use AC_LIBSOURCES and AC_LIBOBJ to indicate source
15262         and object files for this module.
15263
15264 2005-08-24  Jim Meyering  <jim@meyering.net>
15265
15266         Sync from coreutils.
15267         * lib/fcntl--.h, lib/fcntl-safer.h, lib/open-safer.c: New files.
15268
15269 2005-08-24  Jim Meyering  <jim@meyering.net>
15270
15271         * modules/xgetcwd (Makefile.am): Remove `lib_SOURCES += ...' line,
15272         now that xgetcwd.m4 requires xgetcwd.c and xgetcwd.h.
15273
15274 2005-08-24  Jim Meyering  <jim@meyering.net>
15275
15276         * modules/fcntl-safer: New module.
15277         * modules/fts (Depends-on): Add fcntl-safer.
15278         * MODULES.html.sh (File descriptor based Input/Output):
15279         Add fcntl-safer.
15280
15281 2005-08-24  Bruno Haible  <bruno@clisp.org>
15282
15283         Support for unit test modules.
15284         * modules/README: Mention tests modules.
15285         * modules/TEMPLATE-TESTS: New file.
15286         * gnulib-tool: New options --extract-tests-module, --with-tests and
15287         --tests-base (unused for the moment).
15288         (testsbase, inctests): New variables.
15289         (func_all_modules): Exclude TEMPLATE-TESTS and *-tests.
15290         (func_verify_module): Exclude TEMPLATE-TESTS.
15291         (func_verify_nontests_module, func_verify_tests_module): New functions.
15292         (func_get_dependencies): Add implicit dependency for tests modules.
15293         (func_get_tests_module): New function.
15294         (func_modules_transitive_closure): When --with-tests was specified,
15295         include the unit tests as well, unless explicitly avoided.
15296         (func_emit_lib_Makefile_am): Ignore the tests modules here.
15297         (func_emit_tests_Makefile_am): New function.
15298         (func_create_testdir): When --with-tests was specified, emit a
15299         tests/ directory.
15300         * MODULES.html.sh (Future developments): Update.
15301
15302 2005-08-24  Bruno Haible  <bruno@clisp.org>
15303
15304         * modules/tls-tests: New file.
15305         * tests/test-tls.c: New file, from GNU gettext.
15306
15307 2005-08-24  Bruno Haible  <bruno@clisp.org>
15308
15309         * modules/lock-tests: New file.
15310         * tests/test-lock.c: New file, from GNU gettext.
15311
15312 2005-08-24  Bruno Haible  <bruno@clisp.org>
15313
15314         * lib/lock.h: Add multiple inclusion guard.
15315         * lib/tls.h: Add multiple inclusion guard.
15316
15317 2005-08-24  Bruno Haible  <bruno@clisp.org>
15318
15319         * gnulib-tool: Add support for the --aux-dir option to
15320         --create-testdir, --create-megatestdir, --test, --megatest.
15321         (func_create_testdir, func_create_megatestdir): Optionally emit a
15322         AC_CONFIG_AUX_DIR directive.
15323         (create-testdir, create-megatestdir, test, megatest): Provide a
15324         default value for $auxdir.
15325
15326 2005-08-24  Bruno Haible  <bruno@clisp.org>
15327
15328         * gnulib-tool (import): Use compound statement instead of subshell
15329         where possible.
15330
15331 2005-08-24  Bruno Haible  <bruno@clisp.org>
15332
15333         * gnulib-tool (import): Change --aux-dir default to "build-aux".
15334
15335 2005-08-24  Bruno Haible  <bruno@clisp.org>
15336
15337         * gnulib-tool (func_version): Update.
15338
15339 2005-08-24  Bruno Haible  <bruno@clisp.org>
15340
15341         * gnulib-tool (func_import, func_create_testdir,
15342         func_create_megatestdir): Quote all autoconf macro arguments.
15343
15344 2005-08-24  Bruno Haible  <bruno@clisp.org>
15345
15346         * gnulib-tool (func_create_megatestdir): Call autoreconf without the
15347         option --force, because --force causes the aclocal.m4 of each
15348         subdirectory to be newer than the corresponding config.h.in.
15349
15350 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
15351
15352         * m4/regex.m4 (gl_INCLUDED_REGEX): Remove; no longer used.
15353         All contents moved to gl_REGEX.
15354         (gl_REGEX): Don't bother checking whether lib/regex.c exists;
15355         assume that it does.
15356
15357 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
15358
15359         * lib/regex.h (REG_NOSYS)
15360         [!defined _XOPEN_SOURCE && 200112L <= _POSIX_C_SOURCE]:
15361         Define, since POSIX requires it as of 2001.
15362         (_REG_ENOSYS)
15363         [! (defined _XOPEN_SOURCE || 200112L <= _POSIX_C_SOURCE)]:
15364         New private symbol, used to keep the enum signed in all cases.
15365         * lib/regex.h (RE_NO_EMPTY_RANGES): Fix doc bug reported by James
15366         Youngman in
15367         <http://lists.gnu.org/archive/html/bug-gnulib/2005-07/msg00132.html>.
15368
15369         * lib/regex_internal.c (re_string_skip_chars, register_state):
15370         (calc_state_hash):
15371         Remove forward decls; no longer needed now that we use prototypes.
15372         * lib/regexec.c (acquire_init_state_context, check_halt_node_context):
15373         (proceed_next_node, pop_fail_stack, sub_epsilon_src_nodes):
15374         (clean_state_log_if_needed): Likewise.
15375
15376 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
15377
15378         * config/srclist.txt: Add glibc bugs 1231-1233.
15379
15380 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
15381
15382         Fix problems reported by Sam Steingold in
15383         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00007.html>.
15384         * lib/regexec.c (sift_states_bkref): Fix portability bug: the code
15385         assumed that reg_errcode_t is a signed type, which is not
15386         necessarily true if _XOPEN_SOURCE is not defined.
15387         * lib/regex_internal.c (calc_state_hash): Put 'inline' before type,
15388         since some compilers warn about it otherwise.
15389
15390 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
15391
15392         * lib/regcomp.c (create_initial_state): Remove duplicate decl.
15393         (init_word_char, create_initial_state, duplicate_node_closure):
15394         (fetch_token, peek_token_bracket, build_range_exp):
15395         (build_collating_symbol): Remove forward decls; no longer needed
15396         now that we use prototypes.
15397
15398         * lib/regcomp.c:
15399         (re_compile_pattern, re_set_syntax, re_compile_fastmap):
15400         (re_compile_fastmap_iter, regcomp, regerror, regfree):
15401         (re_compile_internal, init_dfa, init_word_char, free_workarea_compile):
15402         (create_initial_state, optimize_utf8, analyze, postorder, preorder):
15403         (optimize_subexps, lower_subexps, lower_subexp, calc_first, calc_next):
15404         (link_nfa_nodes, duplicate_node_closure, search_duplicated_node):
15405         (duplicate_node, calc_inveclosure, calc_eclosure, calc_eclosure_iter):
15406         (fetch_token, peek_token, peek_token_bracket, parse, parse_reg_exp):
15407         (parse_branch, parse_expression, parse_sub_exp, parse_dup_op):
15408         (build_range_exp, build_collating_symbol, parse_bracket_exp):
15409         (parse_bracket_element, parse_bracket_symbol, build_equiv_class):
15410         (build_charclass, build_charclass_op, fetch_number, create_tree):
15411         (create_token_tree, mark_opt_subexp, duplicate_tree):
15412         Use prototypes rather than old-style definitions.
15413
15414         * lib/regex_internal.c:
15415         (re_string_allocate, re_string_construct, re_string_realloc_buffers):
15416         (re_string_construct_common, build_wcs_buffer, build_wcs_upper_buffer):
15417         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
15418         (re_string_reconstruct, re_string_peek_byte_case):
15419         (re_string_fetch_byte_case, re_string_destruct, re_string_context_at):
15420         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
15421         (re_node_set_init_copy, re_node_set_add_intersect):
15422         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
15423         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
15424         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
15425         (re_acquire_state, re_acquire_state_context, register_state):
15426         (create_ci_newstate, create_cd_newstate, free_state):
15427         Likewise.
15428         * lib/regexec.c (regexec, re_match, re_search, re_match_2,
15429         re_search_2):
15430         (re_search_2_stub, re_search_stub, re_copy_regs, re_set_registers):
15431         (re_search_internal, prune_impossible_nodes):
15432         (acquire_init_state_context, check_matching, static):
15433         (check_halt_node_context, check_halt_state_context, proceed_next_node):
15434         (push_fail_stack, pop_fail_stack, set_regs, free_fail_stack_return):
15435         (update_regs, sift_states_backward, build_sifted_states):
15436         (clean_state_log_if_needed, merge_state_array):
15437         (update_cur_sifted_state, add_epsilon_src_nodes):
15438         (sub_epsilon_src_nodes, check_dst_limits, check_dst_limits_calc_pos_1):
15439         (check_dst_limits_calc_pos, check_subexp_limits, sift_states_bkref):
15440         (sift_states_iter_mb, transit_state, merge_state_with_log, static):
15441         (find_recover_state, check_subexp_matching_top, transit_state_mb):
15442         (transit_state_bkref, get_subexp, get_subexp_sub, find_subexp_node):
15443         (check_arrival, check_arrival_add_next_nodes):
15444         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
15445         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
15446         (check_node_accept_bytes, check_node_accept, extend_buffers):
15447         (match_ctx_init, match_ctx_clean, match_ctx_free, match_ctx_add_entry):
15448         (search_cur_bkref_entry, match_ctx_add_subtop, match_ctx_add_sublast):
15449         (sift_ctx_init):
15450         Likewise.
15451
15452         * lib/regex_internal.h:
15453         (re_string_allocate, re_string_construct, re_string_reconstruct):
15454         (re_string_realloc_buffers, build_wcs_buffer, build_wcs_upper_buffer):
15455         (build_upper_buffer, re_string_translate_buffer, re_string_destruct):
15456         (re_string_elem_size_at, re_string_char_size_at, re_string_wchar_at):
15457         (re_string_context_at, re_string_peek_byte_case):
15458         (re_string_fetch_byte_case): Declare even if RE_NO_INTERNAL_PROTOTYPES
15459         is defined, since we now use prototypes always.
15460
15461         * lib/regex.h (_RE_ARGS): Remove.  No longer needed, since we assume
15462         C89 or better.  All uses removed.
15463
15464 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
15465
15466         * config/srclist.txt: Add glibc bugs 1220-1227.
15467
15468 2005-08-20  Jim Meyering  <jim@meyering.net>
15469
15470         * lib/regexec.c (regexec, re_search_stub) [!_LIBC]: Omit declaration
15471         of unused local, dfa.
15472
15473 2005-08-20  Bruno Haible  <bruno@clisp.org>
15474
15475         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_GNU_SOURCE.
15476
15477 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
15478
15479         * lib/regex_internal.c (re_string_realloc_buffers, re_node_set_insert):
15480         (re_node_set_insert_last, re_dfa_add_node):
15481         Rename local variables to avoid GCC shadowing warnings.
15482
15483 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
15484
15485         * lib/regex_internal.c (re_acquire_state, re_acquire_state_context)
15486         [defined lint]: Suppress bogus uninitialized-variable warnings.
15487
15488         * lib/regcomp.c (duplicate_node): Return new index, not an error code,
15489         and let the caller return REG_ESPACE if out of space.  This
15490         removes an uninitialied-variable warning with GCC 4.0.1, and also
15491         avoids taking the address of a local variable.  All callers
15492         changed.
15493
15494 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
15495
15496         * config/srclist.txt: Comment out $LIBCSRC/posix/regex_internal.c,
15497         $LIBCSRC/posix/regexec.c.
15498         Add glibc bug 1217 for regcomp.c.
15499
15500 2005-08-19  Jim Meyering  <jim@meyering.net>
15501
15502         * lib/regexec.c (proceed_next_node): Redo local variables to
15503         avoid GCC shadowing warnings.
15504
15505 2005-08-18  Bruno Haible  <bruno@clisp.org>
15506
15507         * lib/strstr.c (strstr): Fix return value in multibyte case.
15508         * lib/strcasestr.c (strcasestr): Likewise.
15509
15510 2005-08-17  Paul Eggert  <eggert@cs.ucla.edu>
15511
15512         * lib/regex.h: Remove useless space-before-tab.  From coreutils.
15513
15514 2005-08-17  Jim Meyering  <jim@meyering.net>
15515
15516         Make the %s format (seconds since the epoch) work for a negative
15517         number and when used with a zero-padded field width, e.g. %015s.
15518
15519         * lib/strftime.c (my_strftime): Move the `do_number_sign_and_padding'
15520         label so that it precedes the code to set `digits'.  Otherwise,
15521         %0Ns wouldn't work.  Before this change, `date -d @-22 +%05s' would
15522         print `00-22'.  Now, it prints `-0022', as it should.
15523
15524 2005-08-17  Bruno Haible  <bruno@clisp.org>
15525
15526         * modules/strstr (Files): Add m4/mbrtowc.m4.
15527         (Depends-on): Add mbuiter.
15528
15529 2005-08-17  Bruno Haible  <bruno@clisp.org>
15530
15531         * modules/strcasestr: New file.
15532         * MODULES.html.sh (String handling, based on ANSI C 89): Add
15533         strcasestr.
15534
15535 2005-08-17  Bruno Haible  <bruno@clisp.org>
15536
15537         * modules/strcase (Depends-on): Add mbuiter. Remove strnlen1, mbchar.
15538
15539 2005-08-17  Bruno Haible  <bruno@clisp.org>
15540
15541         * modules/mbuiter: New file.
15542         * MODULES.html.sh (Extended multibyte and wide character utilities):
15543         Add mbuiter.
15544
15545 2005-08-17  Bruno Haible  <bruno@clisp.org>
15546
15547         * m4/strstr.m4 (gl_FUNC_STRSTR): Use the replacement function always.
15548         (gl_PREREQ_STRSTR): Use gl_FUNC_MBRTOWC.
15549
15550 2005-08-17  Bruno Haible  <bruno@clisp.org>
15551
15552         * m4/strcasestr.m4: New file.
15553
15554 2005-08-17  Bruno Haible  <bruno@clisp.org>
15555
15556         * lib/strstr.h: Ignore HAVE_STRSTR, always declare the gnulib function.
15557         * lib/strstr.c: Completely rewritten, with multibyte locale support.
15558
15559 2005-08-17  Bruno Haible  <bruno@clisp.org>
15560
15561         * lib/strcasestr.h: New file.
15562         * lib/strcasestr.c: New file.
15563
15564 2005-08-17  Bruno Haible  <bruno@clisp.org>
15565
15566         * lib/strcasecmp.c: Use mbuiter.h.
15567
15568 2005-08-17  Bruno Haible  <bruno@clisp.org>
15569
15570         * lib/mbuiter.h: New file.
15571
15572 2005-08-16  Paul Eggert  <eggert@cs.ucla.edu>
15573
15574         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Do not override the results
15575         of gl_GETOPT_SUBSTITUTE.  That way, if both gl_GETOPT_SUBSTITUTE
15576         and gl_GETOPT are both invoked via different paths (as happens
15577         with GNU tar CVS because it uses both argp and getopt), the former
15578         wins.
15579
15580 2005-08-16  Bruno Haible  <bruno@clisp.org>
15581
15582         * modules/tls: New file.
15583         * MODULES.html.sh (Multithreading): Add tls.
15584
15585 2005-08-16  Bruno Haible  <bruno@clisp.org>
15586
15587         * modules/strnlen1: New file.
15588         * MODULES.html.sh (String handling): Add strnlen1.
15589
15590 2005-08-16  Bruno Haible  <bruno@clisp.org>
15591
15592         * modules/strcase (Files): Add m4/mbrtowc.m4.
15593         (Depends-on): Add strnlen1, mbchar.
15594
15595 2005-08-16  Bruno Haible  <bruno@clisp.org>
15596
15597         * modules/mbiter: New file.
15598         * MODULES.html.sh (Extended multibyte and wide character utilities):
15599         Add mbiter.
15600
15601 2005-08-16  Bruno Haible  <bruno@clisp.org>
15602
15603         * modules/mbfile: New file.
15604         * MODULES.html.sh (Extended multibyte and wide character utilities):
15605         Add mbfile.
15606
15607 2005-08-16  Bruno Haible  <bruno@clisp.org>
15608
15609         * modules/mbchar: New file.
15610         * MODULES.html.sh (Extended multibyte and wide character utilities):
15611         New section.
15612
15613 2005-08-16  Bruno Haible  <bruno@clisp.org>
15614
15615         * m4/tls.m4: New file, from GNU gettext.
15616
15617 2005-08-16  Bruno Haible  <bruno@clisp.org>
15618
15619         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Use the replacement function
15620         always.
15621         (gl_PREREQ_STRCASECMP): Use gl_FUNC_MBRTOWC.
15622
15623 2005-08-16  Bruno Haible  <bruno@clisp.org>
15624
15625         * m4/mbiter.m4: New file.
15626
15627 2005-08-16  Bruno Haible  <bruno@clisp.org>
15628
15629         * m4/mbfile.m4: New file.
15630
15631 2005-08-16  Bruno Haible  <bruno@clisp.org>
15632
15633         * m4/mbchar.m4: New file.
15634
15635 2005-08-16  Bruno Haible  <bruno@clisp.org>
15636
15637         * lib/tls.h: New file, from GNU gettext.
15638         * lib/tls.c: New file, from GNU gettext.
15639
15640 2005-08-16  Bruno Haible  <bruno@clisp.org>
15641
15642         * lib/strnlen1.h: New file.
15643         * lib/strnlen1.c: New file.
15644
15645 2005-08-16  Bruno Haible  <bruno@clisp.org>
15646
15647         * lib/strcasecmp.c (struct mbiter_multi): Remove at_end field.
15648         (mbi_init): Update.
15649         (mbi_avail, mbi_advance): Let the iteration end before the terminating
15650         NUL byte, not after it.
15651
15652 2005-08-16  Bruno Haible  <bruno@clisp.org>
15653
15654         * lib/strcase.h (strcasecmp): Add note in comments.
15655         * lib/strncasecmp.c: Use code from strcasecmp.c.
15656         * lib/strcasecmp.c: Use mbchar module. Define private mbiter variant.
15657         (strcasecmp): Work correctly in multibyte locales.
15658
15659 2005-08-16  Bruno Haible  <bruno@clisp.org>
15660
15661         * lib/mbiter.h: New file.
15662
15663 2005-08-16  Bruno Haible  <bruno@clisp.org>
15664
15665         * lib/mbfile.h: New file.
15666
15667 2005-08-16  Bruno Haible  <bruno@clisp.org>
15668
15669         * lib/mbchar.h: New file.
15670         * lib/mbchar.c: New file.
15671
15672 2005-08-16  Bruno Haible  <bruno@clisp.org>
15673
15674         * lib/mbchar.h (mb_cmp, mb_casecmp): Order the invalid characters after
15675         the valid ones. Makes the comparison operations transitive:
15676         cmp (a, b) < 0 && cmp (b, c) < 0 ==> cmp (a, c) < 0.
15677         * lib/strcasecmp.c (strcasecmp): Use mb_casecmp.
15678
15679 2005-08-15  Simon Josefsson  <jas@extundo.com>
15680
15681         * modules/ssize_t (License): Change to 'unlimited'.
15682
15683         * gnulib-tool (sed_extract_prog): Recognize 'unlimited' license.
15684
15685 2005-08-15  Paul Eggert  <eggert@cs.ucla.edu>
15686
15687         * config/srclist.txt: Comment out $LIBCSRC/posix/regex.h.
15688         Add comments for each pending glibc patch.
15689
15690 2005-08-15  Bruno Haible  <bruno@clisp.org>
15691
15692         * lib/regex.h (__restrict_arr): Don't define to __restrict if
15693         __cplusplus is defined.
15694
15695 2005-08-14  Jim Meyering  <jim@meyering.net>
15696
15697         Sync from coreutils.
15698
15699         * lib/fts-cycle.c (setup_dir, enter_dir, leave_dir, free_dir):
15700         Use the hash-table-based cycle-detection code not just when
15701         FTS_TIGHT_CYCLE_CHECK if specified, but also with FTS_LOGICAL.
15702         Reported by James Youngman in
15703         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00011.html>.
15704         * lib/fts_.h: Mention that with FTS_LOGICAL, we use
15705         FTS_TIGHT_CYCLE_CHECK.
15706         * lib/fts.c (fts_cross_check) [FTS_DEBUG]:
15707         s/active_dir_ht/fts_cycle.ht/. This lets us compile with -DFTS_DEBUG,
15708         once again.
15709         * lib/fts.c [! _LIBC]: Include "lstat.h" rather than rolling our own.
15710         * lib/fts.c (fd_safer): Remove decl.
15711         Include fcntl--.h rather than unistd-safer.h
15712         (fts_safe_changedir): Don't call fd_safer; no longer needed
15713         now that we include fcntl--.h.
15714
15715 2005-08-12  Simon Josefsson  <jas@extundo.com>
15716
15717         * modules/getndelim2: Use ssize_t module.
15718         * modules/getnline: Likewise.
15719         * modules/safe-read: Likewise.
15720         * modules/xreadlink: Likewise.
15721
15722         * modules/ssize_t: New file.
15723
15724 2005-08-12  Simon Josefsson  <jas@extundo.com>
15725
15726         * m4/readline.m4: Look for termcap, curses or ncurses if required.
15727
15728 2005-08-12  Simon Josefsson  <jas@extundo.com>
15729
15730         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
15731         ssize_t.
15732
15733 2005-08-12  Simon Josefsson  <jas@extundo.com>
15734
15735         * MODULES.html.sh (Extra functions based on ANSI C 89: Misc): Add
15736         readline, getdelim and check_version.
15737         (Support for systems lacking ISO C 99: Sizes of integer types):
15738         Add size_max.
15739
15740 2005-08-12  Bruno Haible  <bruno@clisp.org>
15741
15742         * m4/readline.m4 (gl_FUNC_READLINE): Look for ncurses first.
15743
15744 2005-08-11  Simon Josefsson  <jas@extundo.com>
15745
15746         * modules/readline: New file.
15747
15748         * modules/strnlen (Files): Add strnlen.h.
15749
15750 2005-08-11  Simon Josefsson  <jas@extundo.com>
15751
15752         * m4/readline.m4: New file.
15753
15754 2005-08-11  Simon Josefsson  <jas@extundo.com>
15755
15756         * lib/readline.h, readline.c: New file.
15757
15758 2005-08-11  Simon Josefsson  <jas@extundo.com>
15759
15760         * doc/gnulib.texi (Initial import, Finishing touches): Mention
15761         gl_AVOID.
15762
15763 2005-08-11  Bruno Haible  <bruno@clisp.org>
15764
15765         * lib/strnlen.h (strnlen): Change parameter name to match comment.
15766
15767 2005-08-10  Stepan Kasal  <kasal@ucw.cz>
15768
15769         * m4/onceonly_2_57.m4: Really require Autoconf 2.57.
15770
15771 2005-08-10  Simon Josefsson  <jas@extundo.com>
15772
15773         * tests/test-iconvme.c: New file.
15774
15775 2005-08-10  Simon Josefsson  <jas@extundo.com>
15776
15777         * m4/strnlen.m4: New file.
15778
15779         * m4/strndup.m4: Don't check for strnlen declaration, done in
15780         strnlen.m4.
15781
15782 2005-08-10  Simon Josefsson  <jas@extundo.com>
15783
15784         * lib/strndup.c: Use strnlen.h.
15785
15786         * lib/strnlen.h: New file.
15787
15788 2005-08-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
15789
15790         * README: Typos.
15791
15792 2005-08-02  Simon Josefsson  <jas@extundo.com>
15793
15794         * modules/readline: New file.
15795
15796 2005-08-02  Simon Josefsson  <jas@extundo.com>
15797
15798         * modules/getdelim: New file.
15799
15800         * modules/getline: Rewrite, don't use getndelim2.
15801
15802 2005-08-02  Simon Josefsson  <jas@extundo.com>
15803
15804         * m4/getline.m4: Separate out getdelim stuff into separate module.
15805
15806         * m4/getdelim.m4: New file.
15807
15808 2005-08-02  Simon Josefsson  <jas@extundo.com>
15809
15810         * lib/getline.h, getline.c: Rewrite.
15811
15812         * lib/getdelim.h, lib/getdelim.c: New files, ported from glibc.
15813
15814 2005-07-31  Bruno Haible  <bruno@clisp.org>
15815
15816         * lib/lock.h (gl_lock_initializer): New macro.
15817         (gl_lock_define_initialized): Use it.
15818         (gl_rwlock_initializer): New macro.
15819         (gl_rwlock_define_initialized): Use it.
15820         (gl_recursive_lock_initializer): New macro.
15821         (gl_recursive_lock_define_initialized): Use it.
15822
15823 2005-07-30  Karl Berry  <karl@gnu.org>
15824
15825         * doc/gnulib.texi (Initial import): mention -I$(top_builddir)/lib.
15826         Report from Ben Pfaff, regarding getopt.
15827
15828 2005-07-26  Paul Eggert  <eggert@cs.ucla.edu>
15829
15830         Add support to getopt for Emacs, which doesn't use LIBOBJS in the
15831         normal way.
15832         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE_HEADER): New macro.
15833         (gl_GETOPT_SUBSTITUTE): Use it.  Invoke gl_PREREQ_GETOPT.
15834         (gl_GETOPT_IFELSE, gl_GETOPT_CHECK_HEADERS): New macros.
15835         (gl_GETOPT): Use the new macros.  Most of the implementation
15836         is moved to the new macros.  This is for programs like Emacs
15837         that don't want all the functionality of gl_GETOPT.
15838
15839 2005-07-26  Bruno Haible  <bruno@clisp.org>
15840
15841         * m4/lock.m4: Update from GNU gettext.
15842
15843 2005-07-26  Bruno Haible  <bruno@clisp.org>
15844
15845         * lib/lock.h: Update from GNU gettext.
15846         * lib/lock.c: Update from GNU gettext.
15847
15848 2005-07-25  Paul Eggert  <eggert@cs.ucla.edu>
15849
15850         * m4/regex.m4 (gl_INCLUDED_REGEX): Use AC_RUN_IFELSE instead of the
15851         obsolescent AC_TRY_RUN.  Include the default includes files, for
15852         'exit'.
15853
15854 2005-07-24  Bruno Haible  <bruno@clisp.org>
15855
15856         * modules/visibility: New file.
15857         * MODULES.html.sh (Misc): Add visibility.
15858
15859 2005-07-24  Bruno Haible  <bruno@clisp.org>
15860
15861         * m4/visibility.m4: New file.
15862
15863 2005-07-24  Bruno Haible  <bruno@clisp.org>
15864
15865         * doc/visibility.texi: New file.
15866
15867 2005-07-22  Bruno Haible  <bruno@clisp.org>
15868
15869         * modules/alloca-opt (Makefile.am): Remove explicit dependency on
15870         $(ALLOCA_H), redundant through BUILT_SOURCES.
15871         * modules/argz (Makefile.am): Remove explicit dependency on $(ARGZ_H),
15872         redundant through BUILT_SOURCES.
15873         * modules/byteswap (Makefile.am): Remove explicit dependency on
15874         $(BYTESWAP_H), redundant through BUILT_SOURCES.
15875         * modules/fnmatch (Makefile.am): Remove explicit dependency on
15876         $(FNMATCH_H), redundant through BUILT_SOURCES.
15877         * modules/getopt (Makefile.am): Remove explicit dependency on
15878         $(GETOPT_H), redundant through BUILT_SOURCES.
15879         * modules/glob (Makefile.am): Remove explicit dependency on $(GLOB_H),
15880         redundant through BUILT_SOURCES.
15881         * modules/poll (Makefile.am): Remove explicit dependency on $(POLL_H),
15882         redundant through BUILT_SOURCES.
15883         * modules/stdbool (Makefile.am): Remove explicit dependency on
15884         $(STDBOOL_H), redundant through BUILT_SOURCES.
15885         * modules/stdint (Makefile.am): Remove explicit dependency on
15886         $(STDINT_H), redundant through BUILT_SOURCES.
15887         * modules/sysexits (Makefile.am): Add $(SYSEXITS_H) to BUILT_SOURCES.
15888         Remove explicit dependency on $(SYSEXITS_H).
15889         Reported by Alexandre Duret-Lutz <adl@src.lip6.fr>.
15890
15891 2005-07-18  Simon Josefsson  <jas@extundo.com>
15892
15893         * lib/check-version.c (check_version): Accept identical versions too.
15894
15895 2005-07-18  Bruno Haible  <bruno@clisp.org>
15896
15897         * modules/lock: New file.
15898         * MODULES.html.sh (Multithreading): New section.
15899
15900 2005-07-18  Bruno Haible  <bruno@clisp.org>
15901
15902         * m4/lock.m4: New file, from GNU gettext.
15903
15904 2005-07-18  Bruno Haible  <bruno@clisp.org>
15905
15906         * lib/lock.h: New file, from GNU gettext.
15907         * lib/lock.c: New file, from GNU gettext.
15908
15909 2005-07-18  Bruno Haible  <bruno@clisp.org>
15910
15911         * lib/lock.h (gl_once_t): New type.
15912         (gl_once_define, gl_once): New macros.
15913         * lib/lock.c (fresh_once): New variable.
15914         (glthread_once, glthread_once_call, glthread_once_singlethreaded): New
15915         functions.
15916
15917 2005-07-16  Simon Josefsson  <jas@extundo.com>
15918
15919         * doc/gnulib.texi (Library version handling): Add ELF symbol collision
15920         workaround, suggested by Bruno.
15921
15922 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
15923
15924         * modules/xalloc (Depends-on): Add xalloc-die.
15925         * modules/xvasprintf (Depends-on): Add xalloc-die.
15926
15927 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
15928
15929         * lib/quotearg.c: Add translator comment suggested by Bruno Haible,
15930         with a minor change.
15931
15932 2005-07-15  Bruno Haible  <bruno@clisp.org>
15933
15934         * m4/poll.m4 (gl_FUNC_POLL): Check against MacOS X 10.4 poll() bug.
15935         When using lib/poll.c, define poll as rpl_poll.
15936
15937 2005-07-14  Paul Eggert  <eggert@cs.ucla.edu>
15938
15939         * modules/argp (Depends-on): Remove unlocked-io.
15940
15941 2005-07-14  Derek Price  <derek@ximbiot.com>
15942
15943         * m4/glob.m4 (gl_GLOB): Cache glob interface check result.  Add check
15944         for glob symlink bug.
15945
15946 2005-07-14  Bruno Haible  <bruno@clisp.org>
15947
15948         * m4/argp.m4 (gl_ARGP): Remove invocation of gl_FUNC_GLIBC_UNLOCKED_IO.
15949         Instead, test for *_unlocked function declarations directly.
15950
15951 2005-07-11  Simon Josefsson  <jas@extundo.com>
15952
15953         * modules/size_max: New file.
15954
15955         * modules/xsize: Depend on size_max module for size_max.m4.
15956
15957 2005-07-11  Simon Josefsson  <jas@extundo.com>
15958
15959         * lib/size_max.h: New file.
15960
15961 2005-07-11  Paul Eggert  <eggert@cs.ucla.edu>
15962
15963         * lib/version-etc-fsf.c (version_etc_copyright): Parameterize the
15964         copyright symbol and the year.
15965         * lib/version-etc.c (COPYRIGHT_YEAR): New constant.
15966         (version_etc_va): Use parameterized copyright notice.
15967         Reword to conform to the current GNU coding standards.
15968
15969 2005-07-11  Karl Berry  <karl@gnu.org>
15970
15971         * doc/gnulib.texi (Quoting): new node.
15972         (Initial import): more info, from Patrice.
15973
15974 2005-07-11  Bruno Haible  <bruno@clisp.org>
15975
15976         * gnulib-tool (func_usage): Document option --avoid.
15977         (Command line options): Handle --avoid.
15978         (func_acceptable): New function.
15979         (func_modules_transitive_closure): Use it.
15980
15981 2005-07-11  Bruno Haible  <bruno@clisp.org>
15982
15983         * MODULES.html.sh: Use shortcut URLs to the www.opengroup.org site.
15984         Reported by Jim Meyering.
15985
15986 2005-07-10  Bruno Haible  <bruno@clisp.org>
15987
15988         * m4/size_max.m4 (gl_SIZE_MAX): Cast ~(size_t)0 back to size_t.
15989         Needed when size_t is smaller than 'unsigned int'.
15990         Reported by Paul Eggert.
15991
15992 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
15993
15994         * modules/argp (Depends-on): Add unlocked-io
15995
15996 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
15997
15998         * lib/argp-namefrob.h: Include unlocked-io.h. Removed unnecessary
15999         block of defines.
16000
16001 2005-07-08  Paul Eggert  <eggert@cs.ucla.edu>
16002
16003         * config/srclist.txt: Comment out regcomp.c, since we have a porting
16004         fix now.
16005
16006 2005-07-08  Eric Blake  <ebb9@byu.net>  (tiny change)
16007         and Paul Eggert  <eggert@cs.ucla.edu>
16008
16009         * lib/regcomp.c (init_dfa, build_range_exp): Store __btowc value
16010         in wint_t, not wchar_t.  Remove now-unnecessary cast.
16011
16012 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
16013
16014         * modules/regex (Files): Add lib/regex_internal.c,
16015         lib/regex_internal.h, lib/regexec.c, lib/regcomp.c, m4/codeset.m4.
16016         (Depends-on): Add extensions.
16017         (Makefile.am): Remove lib_SOURCES; now done by m4 code.
16018
16019 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
16020
16021         * m4/backupfile.m4 (gl_BACKUPFILE): Use AC_CHECK_FUNCS_ONCE on
16022         pathconf.
16023         * m4/same.m4 (gl_SAME): Likewise.
16024         Require AC_SYS_LONG_FILE_NAMES; bug reported by Gerrit P. Haase.
16025
16026         * m4/regex.m4: Adjust to new libc regex implementation.
16027         (gl_INCLUDED_REGEX): Add AC_LIBSOURCES for
16028         all the .c and .h parts of (the new) regex.
16029         Quote the m4 stuff better.
16030         Check for RE_ICASE bug of old gnulib.
16031         Check for REG_STARTEND of recent libc.
16032         Rename local variables from jm_* to gl_*.
16033         Quote operand of "test -f".
16034         Say "recent enough" version of libc, not "version 2".
16035         (gl_PREREQ_REGEX): Remove AC_FUNC_ALLOCA, since alloca is a
16036         prerequisite module.  Remove AC_HEADER_STDC; no longer needed.
16037         Check for locale.h, isblank, mbrtowc, wcrtomb, wcscoll.
16038         Remove check for btowc, isascii.
16039         Require AM_LANGINFO_CODESET.
16040
16041 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
16042
16043         * lib/regex.c, regex.h: Sync from libc.
16044         * lib/regcomp.c, lib/regexec_internal.c, lib/regex_internal.h:
16045         * lib/regexec.c:
16046         New files, synced from libc, except that regex_internal.h
16047         currently has a small porting fix.
16048
16049 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
16050
16051         * config/srclist.txt: Add regcomp.c, regex.c, regex.h,
16052         regex_internal.c, regexec.c.
16053         Add regex_internal.h too, but as a comment, since the libc version
16054         is currently broken in gnulib mode.
16055
16056 2005-07-06  Paul Eggert  <eggert@cs.ucla.edu>
16057
16058         Support programs like Emacs that use gnulib but not gettext.
16059         * MODULES.html.sh (Internationalization functions): Add gettext-h.
16060         * modules/gettext-h: New file.
16061         * modules/gettext (Files): Remove lib/gettext.h.
16062         (Depends-on): Add gettext-h.
16063         (Makefile.am): Remove lib_SOURCES.
16064         * modules/argmatch, modules/c-stack, modules/closeout:
16065         * modules/copy-file, modules/csharpcomp, modules/csharpexec:
16066         * modules/execute, modules/file-type, modules/getaddrinfo:
16067         * modules/getopt, modules/human, modules/javacomp:
16068         * modules/javaexec, modules/mkdir-p, modules/obstack:
16069         * modules/openat, modules/pagealign_alloc, modules/pipe:
16070         * modules/quotearg, modules/regex, modules/rpmatch:
16071         * modules/unicodeio, modules/userspec, modules/version-etc:
16072         * modules/wait-process, modules/xalloc-die, modules/xmemcoll:
16073         * modules/xsetenv:
16074         Depend on gettext-h, not gettext.
16075
16076 2005-07-05  Paul Eggert  <eggert@cs.ucla.edu>
16077
16078         * gnulib-tool (func_import): Add support for 'public domain' license.
16079         * modules/alloca, modules/atexit, modules/memmove:
16080         Now public domain, not GPL.
16081         * modules/dup2, modules/getpagesize, modules/malloc, modules/memset:
16082         * modules/realloc, modules/strerror, modules/strtod:
16083         Now LGPL, not GPL.
16084
16085 2005-07-05  Bruno Haible  <bruno@clisp.org>
16086
16087         * m4/mbrtowc.m4 (gl_FUNC_MBRTOWC): Upgrade to version from current
16088         autoconf CVS. Needed for mingw.
16089
16090 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
16091
16092         Remove the dependency of the strftime module on the tzset module.
16093         * modules/strftime (Depends-on): Remove dependency on tzset.
16094
16095 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
16096
16097         Remove the dependency of the strftime module on the tzset module.
16098         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't require
16099         gl_FUNC_TZSET_CLOBBER.
16100
16101 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
16102
16103         Remove the dependency of the strftime module on the tzset module.
16104         * lib/strftime.c (my_strftime)
16105         [! defined _LIBC && ! HAVE_RUN_TZSET_TEST]:
16106         Copy the input structure, to work around some of the bug with
16107         Solaris 2.5.1 and Solaris 2.6.  If you still care about these old
16108         Solaris releases, you should also use the tzset module, but we won't
16109         require it as a dependency any more since we don't want LGPLed code
16110         to depend on GPLed code.
16111
16112 2005-07-02  Jim Meyering  <jim@meyering.net>
16113
16114         * m4/chown.m4, cloexec.m4, dup2.m4, fsusage.m4:
16115         * m4/getcwd-path-max.m4, getcwd.m4, mkstemp.m4, mountlist.m4:
16116         * m4/pagealign_alloc.m4, save-cwd.m4, unistd-safer.m4:
16117         Don't check for fcntl.h, and don't test for HAVE_FCNTL_H.
16118
16119 2005-07-02  Jim Meyering  <jim@meyering.net>
16120
16121         * lib/backupfile.c (backup_args): Change a `0' to NULL.
16122
16123 2005-07-01  Paul Eggert  <eggert@cs.ucla.edu>
16124
16125         * lib/xnanosleep.c: Include timespec.h, since OpenBSD 3.4 <time.h>
16126         declares only 'struct timespec;' (!).
16127
16128 2005-07-01  Jim Meyering  <jim@meyering.net>
16129
16130         * lib/chown.c, cloexec.c, dup-safer.c, dup2.c, fsusage.c, getcwd.c:
16131         * lib/getloadavg.c, mountlist.c, openat.h, pagealign_alloc.c:
16132         * lib/save-cwd.c, tempname.c:
16133         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
16134         and don't include <sys/file.h>).
16135
16136 2005-06-29  Jim Meyering  <jim@meyering.net>
16137
16138         * lib/mkdir-p.c (make_dir_parents): Don't apply sizeof to a hard-coded
16139         type name.  Use the variable name instead.
16140         * lib/idcache.c (getuser, getuidbyname, getgroup, getgidbyname):
16141         Likewise.
16142
16143 2005-06-28  Simon Josefsson  <jas@extundo.com>
16144
16145         * modules/check-version (Files): Add check-version.m4.
16146
16147 2005-06-28  Simon Josefsson  <jas@extundo.com>
16148
16149         * m4/check-version.m4: New file, suggested by Jim Meyering
16150         <jim@meyering.net>.
16151
16152 2005-06-28  Simon Josefsson  <jas@extundo.com>
16153
16154         * lib/check-version.h, lib/check-version.c: New files.
16155
16156 2005-06-28  Simon Josefsson  <jas@extundo.com>
16157
16158         * lib/base64.c (base64_encode): Indent.  Rename 'b64' to avoid
16159         collision with global variable.  Better indentation.  Don't
16160         increment buffer pointer beyond buffer end.  Based on comments
16161         from Paul Eggert <eggert@cs.ucla.edu>.
16162
16163         * lib/base64.h: Indent.
16164
16165 2005-06-28  Simon Josefsson  <jas@extundo.com>
16166
16167         * doc/gnulib.texi (Library version handling): New section.
16168
16169 2005-06-28  Jim Meyering  <jim@meyering.net>
16170
16171         * check-module (find_included_lib_files): Hard-code another
16172         pair of exceptions: fts.c includes fts-cycle.c and unistd-safer.h
16173         but modules/fts-lgpl (correctly) does not list those files.
16174
16175         * modules/canonicalize (Files): Add lib/pathmax.h.
16176
16177 2005-06-25  Simon Josefsson  <jas@extundo.com>
16178
16179         * modules/check-version: New file.
16180
16181 2005-06-24  Paul Eggert  <eggert@cs.ucla.edu>
16182
16183         * lib/canon-host.c (canon-host): Append trailing "," to 0 in
16184         initializer of struct addrinfo, as an indication that we don't
16185         care how many members the structure has.
16186
16187 2005-06-24  Derek Price  <derek@ximbiot.com>
16188         and Bruno Haible  <bruno@clisp.org>
16189
16190         Remove stat module & update lstat.
16191         * m4/lstat.m4 (gl_FUNC_LSTAT): Drop AC_FUNC_LSTAT in favor of
16192         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
16193         * m4/stat.m4: Remove this file.
16194
16195 2005-06-24  Derek Price  <derek@ximbiot.com>
16196         and Bruno Haible  <bruno@clisp.org>
16197
16198         Remove stat module & update lstat.
16199         * lib/stat.c: Remove this file...
16200         (slash_aware_lstat): ...moving this content and its support...
16201         * lib/lstat.c (rpl_lstat): ...into here.
16202         * lib/lstat.h: New file.
16203
16204 2005-06-24  Derek Price  <derek@ximbiot.com>
16205         and Bruno Haible  <bruno@clisp.org>
16206
16207         Remove stat module & update lstat.
16208         * config/srclist.txt (libc sources): Remove stat.
16209
16210 2005-06-24  Derek Price  <derek@ximbiot.com>
16211         and Bruno Haible  <bruno@clisp.org>
16212
16213         Remove stat module & update lstat.
16214         * MODULES.html.sh (stat): Remove.
16215         * MODULES.html: Regenerated.
16216         * modules/lstat (Description): Correct function name.
16217         (Files): Add "lstat.h".
16218         (Depends-on): Remove stat, add xalloc, stat-macros.
16219         * modules/stat: Remove this file.
16220         (Include): Add "lstat.h", remove <sys/stat.h>.
16221
16222 2005-06-23  Paul Eggert  <eggert@cs.ucla.edu>
16223
16224         * lib/mktime.c: Include <string.h> even if !DEBUG.  (From glibc.)
16225         (ranged_convert): Don't save conversion in a temporary struct.
16226         This causes a warning with GCC 4.0.0, and anyway in the typical
16227         case it's not worth the extra 100 bytes or so of code.
16228         (ranged_convert, __mktime_internal): When calling a function via a
16229         pointer P, use P () rather than (*P) (), as we now assume C89 or
16230         better.
16231
16232 2005-06-22  Paul Eggert  <eggert@cs.ucla.edu>
16233
16234         * lib/readutmp.c (desirable_utmp_entry): Fix bug where "who -b" and
16235         "who -r" failed to give output.  Problem reported by Tim Waugh.
16236
16237         * lib/xmalloc.c (HAVE_GNU_CALLOC): New constant.
16238         (xcalloc): Use it to avoid needless tests.
16239         Problem reported by Jim Meyering.
16240
16241 2005-06-20  Derek Price  <derek@ximbiot.com>
16242
16243         * m4/bison.m4: Note that precious decls of YACC & YFLAGS will be
16244         unnecessary for Autoconfs > 2.59c.
16245
16246 2005-06-16  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
16247
16248         * lib/argp.h (__option_is_short): Check upper limit of
16249         __key. Isprint() requires its argument to have the value
16250         of an unsigned char or EOF.
16251
16252 2005-06-16  Jim Meyering  <jim@meyering.net>
16253
16254         * lib/calloc.c (rpl_calloc): Allocate a 1-byte buffer (not 1xS or Nx1)
16255         when either N or S is zero.
16256
16257 2005-06-16  Derek Price  <derek@ximbiot.com>
16258
16259         * m4/bison.m4: Declare YACC & YFLAGS precious.
16260
16261 2005-06-10  Paul Eggert  <eggert@cs.ucla.edu>
16262
16263         * lib/fnmatch.c (fnmatch): If there is an encoding error in a
16264         multibyte string or pattern, fall back on unibyte matching.
16265         Problem reported by James Youngman.
16266
16267 2005-06-08  Bruno Haible  <bruno@clisp.org>
16268
16269         * modules/csharpcomp: New file.
16270         * MODULES.html.sh (C#): Add csharpcomp.
16271
16272 2005-06-08  Bruno Haible  <bruno@clisp.org>
16273
16274         * m4/csharpcomp.m4: New file, from GNU gettext.
16275
16276 2005-06-08  Bruno Haible  <bruno@clisp.org>
16277
16278         * lib/csharpcomp.h: New file, from GNU gettext.
16279         * lib/csharpcomp.c: New file, from GNU gettext.
16280         * lib/csharpcomp.sh.in: New file, from GNU gettext.
16281
16282 2005-06-08  Bruno Haible  <bruno@clisp.org>
16283
16284         * lib/binary-io.h (fileno): Undefine before defining it. Avoids a gcc
16285         warning on mingw.
16286
16287 2005-06-07  Derek Price  <derek@ximbiot.com>
16288
16289         Sync from CVS.
16290         * lib/glob_.h: Indent nested #ifdef.
16291
16292 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
16293
16294         Sync from coreutils.
16295         Use "file name" when talking about file names, instead of "filename"
16296         or "path", as per the GNU coding standards.
16297         * lib/mkdir-p.c: Renamed from makepath.c.
16298         (make_dir_parents): Renamed from make_path.  All callers changed.
16299         * lib/mkdir-p.h: Likewise.  All includers changed.
16300         * lib/filenamecat.c: Renamed from path-concat.c.
16301         (file_name_concat): Renamed from path_concat.  All callers changed.
16302         [TEST_FILE_NAME_CONCAT]: Renamed from TEST_PATH_CONCAT.
16303         * lib/filenamecat.h: Likewise.  All includers changed.
16304         * lib/acl.c: Don't use "path" or "filename" to mean "file name"
16305         in comments or local variable names.
16306         * lib/basename.c: Likewise.
16307         * lib/canonicalize.c, canonicalize.h: Likewise.
16308         * lib/dirname.c, dirname.h: Likewise.
16309         * lib/euidaccess.c: Likewise.
16310         * lib/exclude.c: Likewise
16311         * lib/fnmatch_.h, fnmatch_loop.c: Likewise.
16312         * lib/fsusage.c, fsuage.h: Likewise.
16313         * lib/fts.c, fts_.h: Likewise.
16314         * lib/getcwd.c: Likewise.
16315         * lib/getloadavg.c: Likewise.
16316         * lib/mkstemp.c: Likewise.
16317         * lib/mountlist.c, mountlist.h: Likewise.
16318         * lib/openat.c, openat.h: Likewise.
16319         * lib/readlink-stub.c: Likewise.
16320         * lib/readutmp.c, readutmp.h: Likewise.
16321         * lib/rename.c: Likewise.
16322         * lib/rmdir.c: Likewise.
16323         * lib/same.c: Likewise.
16324         * lib/savedir.c: Likewise.
16325         * lib/stripslash.c: Likewise.
16326         * lib/tempname.c: Likewise.
16327         * lib/xreadlink.c: Likewise.
16328         * lib/exclude.c (excluded_file_name): Renamed from excluded_filename.
16329         All uses changed.
16330         * lib/exclude.h: Likewise.
16331
16332         * lib/euidaccess.c (getuid, getgid, getuid, getegid)
16333         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
16334         * lib/idcache.c (getpwuid, getpwnam, getgrgid, getgrnam)
16335         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
16336         * lib/pathmax.h: Include <limits.h> unconditionally, since other
16337         files have been getting away with it for years (MORE/BSD 4.3
16338         is extinct now).
16339         * lib/userspec.c (getpwnam, getgrnam, getgrgid)
16340         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
16341
16342         * lib/pathmax.h (_POSIX_PATH_MAX) [!defined _POSIX_PATH_MAX]:
16343         Define to 256, not 255, as per modern POSIX.
16344
16345 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
16346
16347         Sync from coreutils.
16348         Use "file name" when talking about file names, instead of "filename"
16349         or "path", as per the GNU coding standards.
16350         * MODULES.html.sh: mkdir-p renamed from makepath.
16351         filenamecat renamed from path-concat.
16352         * modules/filenamecat: Renamed from modules/path-concat.
16353         (Files): filenamecat.h and filenamecat.c renamed from
16354         path-concat.h and path-concat.c.
16355         (configure.ac): gl_FILE_NAME_CONCAT, not gl_PATH_CONCAT.
16356         (Include): filenamecat.h, not path-concat.h.
16357         * modules/mkdir-p: Renamed from modules/makepath.
16358         (Files): mkdir-p.h and mkdir-p.c renamed from makepath.h and
16359         makepath.c.
16360         (configure.ac): gl_MKDIR_PARENTS, not gl_MAKEPATH.
16361         (Include): mkdir-p.h, not makepath.h.
16362
16363 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
16364
16365         Sync from coreutils.
16366         * m4/mkdir-p.m4: Renamed from makepath.m4.
16367         (gl_MKDIR_PARENTS): Renamed from gl_MAKEPATH.  All uses changed.
16368         Rename files from makepath.c to mkdir-p.c, and from
16369         makepath.h to mkdir-p.h.
16370         * m4/filenamecat.m4: Renamed from path-concat.m4.
16371         (gl_FILE_NAME_CONCAT): Renamed from gl_PATH_CONCAT.  All uses changed.
16372         Rename files from path-concat.c to filenamecat.c,
16373         and from path-concat.h to filenamecat.h.
16374         * m4/getcwd-path-max.m4: Don't use "path" or "filename" to mean
16375         "file name" in local variables or comments.
16376         * m4/rename.m4: Likewise.
16377
16378 2005-06-01  Bruno Haible  <bruno@clisp.org>
16379
16380         * modules/csharpexec: New file.
16381         * MODULES.html.sh (C#): New section.
16382
16383 2005-06-01  Bruno Haible  <bruno@clisp.org>
16384
16385         * m4/csharp.m4: New file, from GNU gettext.
16386         * m4/csharpexec.m4: New file, from GNU gettext.
16387
16388 2005-06-01  Bruno Haible  <bruno@clisp.org>
16389
16390         * lib/csharpexec.h: New file, from GNU gettext.
16391         * lib/csharpexec.c: New file, from GNU gettext.
16392         * lib/csharpexec.sh.in: New file, from GNU gettext.
16393
16394 2005-05-31  Derek Price  <derek@ximbiot.com>
16395             Paul Eggert  <eggert@cs.ucla.edu>
16396
16397         Sync from cvs.
16398         * m4/glob.m4: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
16399
16400 2005-05-31  Derek Price  <derek@ximbiot.com>
16401             Paul Eggert  <eggert@cs.ucla.edu>
16402
16403         Sync from cvs.
16404         * lib/glob_.h: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
16405
16406 2005-05-29  Derek Price  <derek@ximbiot.com>
16407
16408         * config/srclist.txt (glob_.h, glob.c): Add these files.
16409
16410 2005-05-29  Derek Price  <derek@ximbiot.com>
16411
16412         * MODULES.html.sh: Add glob to Enhanced POSIX.2001 section.
16413         * modules/glob: New file.
16414         * modules/getlogin_r: Add link to POSIX spec in description.
16415
16416 2005-05-29  Derek Price  <derek@ximbiot.com>
16417             Paul Eggert  <eggert@cs.ucla.edu>
16418
16419         * m4/glob.m4: New file.
16420
16421 2005-05-29  Derek Price  <derek@ximbiot.com>
16422             Paul Eggert  <eggert@cs.ucla.edu>
16423
16424         * lib/glob_.h, lib/glob.c: New files.
16425
16426 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
16427
16428         * modules/fts (Files): Remove m4/inttypes-pri.m4.
16429         * modules/fts-lgpl (Depends-on): Remove gettext.
16430
16431 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
16432
16433         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't check for inttypes.h or stdint.h,
16434         and don't require gt_INTTYPES_PRI.
16435
16436 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
16437
16438         * lib/getlogin_r.c (getlogin_r): Don't set errno to 0 on return.
16439
16440         * lib/fts.c: Don't worry about debugging on pre-C99-compatible hosts;
16441         the configuration hassle isn't worth it.
16442         Include inttypes.h and stdint.h unconditionally if FTS_DEBUG.
16443         (LONGEST_MODIFIER, PRIuMAX): Remove.
16444
16445 2005-05-27  Bruno Haible  <bruno@clisp.org>
16446
16447         * lib/getlogin_r.h: Remove second include of <stddef.h>.
16448
16449 2005-05-26  Paul Eggert  <eggert@cs.ucla.edu>
16450
16451         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Define
16452         _POSIX_PTHREAD_SEMANTICS for Solaris.
16453
16454 2005-05-25  Derek Price  <derek@ximbiot.com>
16455
16456         * MODULES.html.sh: Add getlogin_r to POSIX.2001 support section.
16457
16458 2005-05-25  Derek Price  <derek@ximbiot.com>
16459             Paul Eggert  <eggert@cs.ucla.edu>
16460
16461         * modules/getlogin_r, m4/getlogin_r.m4: New files.
16462         * lib/getlogin_r.c, getlogin_r.h: New files.
16463
16464 2005-05-25  Bruno Haible  <bruno@clisp.org>
16465             Derek Price  <derek@ximbiot.com>
16466
16467         * lib/getlogin_r.h: Simplify API documentation.
16468
16469 2005-05-23  Derek Price  <derek@ximbiot.com>
16470
16471         * modules/minmax (Files): Add m4/minmax.m4.
16472         (configure.ac): Add gl_MINMAX.
16473
16474 2005-05-22  Paul Eggert  <eggert@cs.ucla.edu>
16475
16476         * lib/fts.c (fd_safer) [_LGPL_PACKAGE]: New static function,
16477         so that unistd-safer.h (GPL'ed code) need not be included.
16478
16479 2005-05-22  Bruno Haible  <bruno@clisp.org>
16480
16481         * m4/minmax.m4: New file.
16482         Based on a patch by Derek Price <derek@ximbiot.com>.
16483
16484 2005-05-22  Bruno Haible  <bruno@clisp.org>
16485
16486         * lib/stdint_.h (_STDINT_H_HAVE_INT64): New macro. Use it in #ifdefs.
16487         (INT64_MIN): Fix definition.
16488         Suggested by Paul Eggert <eggert@cs.ucla.edu>.
16489
16490         * lib/stdint_.h (_STDINT_H_NEED_SIGNED_INT_TYPES): Renamed from
16491         NEED_SIGNED_INT_TYPES.
16492
16493         * lib/stdint_.h (_STDINT_H_HAVE_SYSTEM_INTTYPES): Renamed from
16494         HAVE_SYSTEM_INTTYPES.
16495
16496 2005-05-22  Bruno Haible  <bruno@clisp.org>
16497
16498         * lib/minmax.h: Include <limits.h> only when it defines MIN, MAX.
16499         Also include <sys/param.h> if it defines MIN, MAX.
16500         Based on a patch by Derek Price <derek@ximbiot.com>.
16501
16502 2005-05-21  Jim Meyering  <jim@meyering.net>
16503
16504         * modules/fts (Files): Add m4/inttypes-pri.m4.
16505         (Depends-on): Add lstat and remove gettext.  Alphabetize.
16506
16507 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
16508
16509         New fts module.
16510         * lib/fts.c: Don't include "cycle-check.h" or "hash.h".
16511         (setup_dir, free_dir): New functions.
16512         (enter_dir, leave_dir): Define trivial
16513         alternatives of _LGPL_PACKAGE.  Move to fts-cycle.c if !_LGPL_PACKAGE.
16514         (HT_INITIAL_SIZE, ENTER_DIR): Remove.  All uses removed.
16515         (LEAVE_DIR): Fix typo: pass Fts and Ent to leave_dir.
16516         (struct Active_dir, AD_compare, AD_hash, enter_dir, leave_dir):
16517         Move to fts-cycle.c.
16518         (fts_open): Use setup_dir.
16519         (fts_close): Use free_dir.
16520         (fts_read): Have just one copy of the ENTER_DIR code rather than three.
16521         This adds a label and some gotos, but the alternatives were messier.
16522         Check for memory allocation failure when entering a dir.
16523         (fts_stat) [_LGPL_PACKAGE]: Bring back glibc cycle detection code.
16524         * lib/fts_.h (_LGPL_PACKAGE) [defined _LIBC]: New macro.
16525         (FTS): New member fts_cycle, that is a union that contains the
16526         old active_dir_ht and cycle_state.  All uses changed to mention
16527         fts_cycle.ht and fts_cycle.state.
16528         * lib/fts-cycle.c: New file, containing GPL'ed code migrated out of
16529         fts.c, with the following changes:
16530         (setup_dir, free_dir): New functions.
16531         (enter_dir): Now returns bool.  Return true if successful, false
16532         if memory exhausted.  All callers changed.
16533         Do not bother partly cleaning up on
16534         memory allocation failure; that is free_dir's job.
16535         However, free ad if hash_insert fails, to avoid memory leak.
16536         (enter_dir, leave_dir): Accommodate change to FTS by inspecting
16537         fts->fts_options to see which union member to use.
16538
16539 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
16540
16541         * m4/fts.m4 (gl_FUNC_FTS_CORE): Renamed from gl_FUNC_FTS.
16542         (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): New macros.
16543
16544 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
16545
16546         * MODULES.html.sh (File system functions): Add fts, fts-lgpl.
16547
16548 2005-05-20  Jim Meyering  <jim@meyering.net>
16549
16550         * lib/unlinkdir.h (cannot_unlink_dir) [UNLINK_CANNOT_UNLINK_DIR]:
16551         Now a macro, to pacify GCC.
16552
16553 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
16554
16555         * m4/chown.m4 (gl_FUNC_CHOWN): Correct sense of test for honoring IDs
16556         of -1.
16557
16558 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
16559
16560         * lib/chown.c (rpl_chown): Return -1 on failure.
16561
16562 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
16563
16564         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME]):
16565         Don't check for stddef.h.
16566         * m4/fts.m4 (gl_FUNC_FTS): Don't require AC_HEADER_STDC, as we
16567         don't use its results.
16568         Don't check for fcntl.h, stddef.h, stdlib.h, string.h, unistd.h,
16569         since we include them unconditionally.  Don't require
16570         AM_STDBOOL_H, since stdbool is a prerequisite.
16571         Don't require AC_C_CONST, AC_TYPE_SIZE_T or check for ptrdiff_t
16572         since we assume C89 or better.
16573         Don't require AC_FUNC_CLOSEDIR_VOID, AC_FUNC_LSTAT, or AC_FUNC_STAT,
16574         as we don't use their results.
16575         Don't check for fchdir, memmove, memset, strrchr, as we use
16576         them unconditionally.
16577         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't define
16578         GETTIMEOFDAY_CLOBBERS_LOCALTIME_BUFFER, since nobody uses it.
16579
16580 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
16581
16582         * lib/canonicalize.c: Include canonicalize.h first, to test interface.
16583         Include <stddef.h> unconditionally, since we assume C89 now.
16584         All uses of PTR_INT_TYPE replaced by ptrdiff_t.
16585         * lib/fts.c: Include fts_.h first, to check interface.
16586         Do not include intprops.h; no longer needed.
16587         Include cycle-check.h and hash.h, since fts_.h no longer does.
16588         Remove unnecessary casts of closedir to void.
16589         (fts_build): Use a simpler method (not involving TYPE_SIGNED) to
16590         decide whether to decrement nlinks.
16591         * lib/fts_.h: Do not include hash.h or cycle-check.h; no longer needed.
16592         (FTS): Use struct hash_table * instead of Hash_table, so that
16593         we no longer need to include hash.h here.
16594
16595 2005-05-18  Jim Meyering  <jim@meyering.net>
16596
16597         * modules/dirfd (License): Change to LGPL.  Most of the code
16598         is already in the public domain.
16599
16600 2005-05-18  Jim Meyering  <jim@meyering.net>
16601
16602         * m4/fts.m4 (AC_LIBSOURCES): Add intprops.h to the list.
16603         Reported by Yoann Vandoorselaere.
16604
16605 2005-05-17  Jim Meyering  <jim@meyering.net>
16606
16607         * m4/fts.m4: New file, from coreutils.
16608
16609 2005-05-17  Jim Meyering  <jim@meyering.net>
16610
16611         * lib/fts.c, lib/fts_.h: New files, from coreutils.
16612
16613 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
16614
16615         Sync from coreutils.
16616         * m4/unlinkdir.m4: New file.
16617
16618 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
16619
16620         Sync from coreutils.
16621         * lib/unlinkdir.c, lib/unlinkdir.h: New files.
16622         * lib/gethrxtime.c, lib/gethrxtime.h, lib/getpass.h, lib/mountlist.h,
16623         lib/path-concat.c, lib/regex.h, lib/unlocked-io.h, lib/xtime.h:
16624         White space changes only.
16625         * lib/makepath.c (make_path): Port to hosts where leading "//" is
16626         special.
16627         * lib/yesno.c: Include getline.h, not ctype.h.
16628         (yesno): Don't remove leading white space; POSIX doesn't allow it.
16629         Use getline to remove arbitrary restriction on response length.
16630
16631 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
16632
16633         * config/srclist-update: Spell out "Street" in FSF postal
16634         mail address; this is the style the FSF seems to prefer.
16635
16636         * build-aux/depcomp, build-aux/install-sh, build-aux/mdate-sh,
16637         build-aux/missing, build-aux/mkinstalldirs: Sync from Automake;
16638         this updates FSF postal mail address.
16639
16640         Sync from coreutils.
16641         * modules/unlinkdir: New file.
16642         * modules/yesno (Depends-on): Add getline.
16643         * MODULES.html.sh (File system functions): Add unlinkdir.
16644
16645 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
16646
16647         * lib/byteswap_.h, lib/getsubopt.h, lib/iconvme.h, lib/strsep.c,
16648         lib/strsep.h:
16649         Change the initial comment to refer to GPL, not LGPL.
16650         gnulib-tool will change it to LGPL as needed.
16651
16652         * lib/__fpending.c, lib/acl.c, lib/acl.h, lib/alloca_.h, lib/allocsa.c,
16653         lib/allocsa.h, lib/argmatch.c, lib/argmatch.h, lib/argp-ba.c,
16654         lib/argp-eexst.c, lib/argp-fmtstream.c, lib/argp-fmtstream.h,
16655         lib/argp-fs-xinl.c, lib/argp-help.c, lib/argp-namefrob.h,
16656         lib/argp-parse.c, lib/argp-pv.c, lib/argp-pvh.c, lib/argp-xinl.c,
16657         lib/argp.h, lib/argz.c, lib/argz_.h, lib/asnprintf.c, lib/asprintf.c,
16658         lib/atanl.c, lib/backupfile.c, lib/backupfile.h, lib/base64.c,
16659         lib/base64.h, lib/basename.c, lib/binary-io.h, lib/byteswap_.h,
16660         lib/c-ctype.c, lib/c-ctype.h, lib/c-stack.c, lib/c-stack.h,
16661         lib/c-strtod.c, lib/calloc.c, lib/canon-host.c, lib/canonicalize.c,
16662         lib/canonicalize.h, lib/ceill.c, lib/chdir-long.c, lib/chdir-long.h,
16663         lib/chown.c, lib/classpath.c, lib/classpath.h, lib/cloexec.c,
16664         lib/closeout.c, lib/closeout.h, lib/concatpath.c, lib/config.charset,
16665         lib/copy-file.c, lib/copy-file.h, lib/cycle-check.c, lib/cycle-check.h,
16666         lib/diacrit.c, lib/diacrit.h, lib/dirfd.c, lib/dirfd.h, lib/dirname.c,
16667         lib/dirname.h, lib/dummy.c, lib/dup-safer.c, lib/dup2.c, lib/eealloc.h,
16668         lib/error.c, lib/error.h, lib/euidaccess.c, lib/exclude.c,
16669         lib/exclude.h, lib/execute.c, lib/execute.h, lib/exit.h,
16670         lib/exitfail.c, lib/exitfail.h, lib/expl.c, lib/fatal-signal.c,
16671         lib/fatal-signal.h, lib/fd-safer.c, lib/file-type.c, lib/file-type.h,
16672         lib/fileblocks.c, lib/filemode.c, lib/filemode.h, lib/findprog.c,
16673         lib/findprog.h, lib/floorl.c, lib/fnmatch.c, lib/fnmatch_.h,
16674         lib/fnmatch_loop.c, lib/fopen-safer.c, lib/free.c, lib/frexpl.c,
16675         lib/fsusage.c, lib/fsusage.h, lib/full-read.c, lib/full-read.h,
16676         lib/full-write.c, lib/full-write.h, lib/fwriteerror.c,
16677         lib/fwriteerror.h, lib/gai_strerror.c, lib/gcd.c, lib/gcd.h,
16678         lib/getaddrinfo.c, lib/getaddrinfo.h, lib/getcwd.c, lib/getcwd.h,
16679         lib/getdate.h, lib/getdate.y, lib/getdomainname.c, lib/getdomainname.h,
16680         lib/getgroups.c, lib/gethostname.c, lib/gethrxtime.c, lib/gethrxtime.h,
16681         lib/getline.c, lib/getline.h, lib/getloadavg.c, lib/getndelim2.c,
16682         lib/getndelim2.h, lib/getnline.c, lib/getnline.h, lib/getopt.c,
16683         lib/getopt1.c, lib/getopt_.h, lib/getopt_int.h, lib/getpagesize.h,
16684         lib/getpass.c, lib/getpass.h, lib/getsubopt.c, lib/getsubopt.h,
16685         lib/gettext.h, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c,
16686         lib/getusershell.c, lib/group-member.c, lib/group-member.h,
16687         lib/hard-locale.c, lib/hard-locale.h, lib/hash-pjw.c, lib/hash-pjw.h,
16688         lib/hash.c, lib/hash.h, lib/human.c, lib/human.h, lib/iconvme.c,
16689         lib/iconvme.h, lib/idcache.c, lib/inet_ntop.h, lib/intprops.h,
16690         lib/inttostr.c, lib/inttostr.h, lib/isdir.c, lib/javacomp.c,
16691         lib/javacomp.h, lib/javacomp.sh.in, lib/javaexec.c, lib/javaexec.h,
16692         lib/javaexec.sh.in, lib/lbrkprop.h, lib/lchown.c, lib/ldexpl.c,
16693         lib/linebreak.c, lib/linebreak.h, lib/linebuffer.c, lib/linebuffer.h,
16694         lib/localcharset.c, lib/localcharset.h, lib/logl.c, lib/long-options.c,
16695         lib/long-options.h, lib/lstat.c, lib/makepath.c, lib/makepath.h,
16696         lib/malloc.c, lib/mathl.h, lib/mbswidth.c, lib/mbswidth.h, lib/md5.c,
16697         lib/md5.h, lib/memcasecmp.c, lib/memcasecmp.h, lib/memchr.c,
16698         lib/memcmp.c, lib/memcoll.c, lib/memcoll.h, lib/memcpy.c, lib/memmem.c,
16699         lib/memmem.h, lib/mempcpy.c, lib/mempcpy.h, lib/memrchr.c,
16700         lib/memrchr.h, lib/memset.c, lib/minmax.h, lib/mkdir.c, lib/mkdtemp.c,
16701         lib/mkdtemp.h, lib/mkstemp.c, lib/mktime.c, lib/modechange.c,
16702         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
16703         lib/obstack.c, lib/obstack.h, lib/openat.c, lib/openat.h,
16704         lib/pagealign_alloc.c, lib/pagealign_alloc.h, lib/path-concat.c,
16705         lib/path-concat.h, lib/pathmax.h, lib/pathname.h, lib/physmem.c,
16706         lib/physmem.h, lib/pipe.c, lib/pipe.h, lib/poll.c, lib/poll_.h,
16707         lib/posixtm.c, lib/posixtm.h, lib/posixver.c, lib/printf-args.c,
16708         lib/printf-args.h, lib/printf-parse.c, lib/printf-parse.h,
16709         lib/progname.c, lib/progname.h, lib/progreloc.c, lib/putenv.c,
16710         lib/quote.c, lib/quote.h, lib/quotearg.c, lib/quotearg.h, lib/raise.c,
16711         lib/readlink.c, lib/readtokens.c, lib/readtokens.h, lib/readtokens0.c,
16712         lib/readtokens0.h, lib/readutmp.c, lib/readutmp.h, lib/realloc.c,
16713         lib/ref-add.sin, lib/ref-del.sin, lib/regex.c, lib/regex.h,
16714         lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c,
16715         lib/safe-read.h, lib/safe-write.c, lib/safe-write.h, lib/same.c,
16716         lib/same.h, lib/save-cwd.c, lib/save-cwd.h, lib/savedir.c,
16717         lib/savedir.h, lib/setenv.c, lib/setenv.h, lib/settime.c,
16718         lib/sh-quote.c, lib/sh-quote.h, lib/sha1.c, lib/sha1.h, lib/sig2str.c,
16719         lib/sig2str.h, lib/sincosl.c, lib/snprintf.c, lib/snprintf.h,
16720         lib/sqrtl.c, lib/stat-macros.h, lib/stat.c, lib/stdbool_.h,
16721         lib/stdint_.h, lib/stdio-safer.h, lib/stpcpy.c, lib/stpcpy.h,
16722         lib/stpncpy.c, lib/stpncpy.h, lib/strcase.h, lib/strcasecmp.c,
16723         lib/strchrnul.c, lib/strchrnul.h, lib/strcspn.c, lib/strdup.c,
16724         lib/strdup.h, lib/strerror.c, lib/strftime.c, lib/strftime.h,
16725         lib/stripslash.c, lib/strndup.c, lib/strndup.h, lib/strnlen.c,
16726         lib/strpbrk.c, lib/strpbrk.h, lib/strsep.c, lib/strsep.h, lib/strstr.c,
16727         lib/strstr.h, lib/strtod.c, lib/strtoimax.c, lib/strtok_r.c,
16728         lib/strtok_r.h, lib/strtol.c, lib/strtoll.c, lib/strtoul.c,
16729         lib/strtoull.c, lib/strverscmp.c, lib/strverscmp.h, lib/sysexit_.h,
16730         lib/tempname.c, lib/time_r.c, lib/time_r.h, lib/timegm.c, lib/timegm.h,
16731         lib/timespec.h, lib/trigl.c, lib/trigl.h, lib/ucs4-utf16.h,
16732         lib/ucs4-utf8.h, lib/unicodeio.c, lib/unicodeio.h, lib/unistd-safer.h,
16733         lib/unlocked-io.h, lib/unsetenv.c, lib/userspec.c, lib/utf16-ucs4.h,
16734         lib/utf8-ucs4.h, lib/utime.c, lib/utimecmp.c, lib/utimecmp.h,
16735         lib/utimens.c, lib/vasnprintf.c, lib/vasnprintf.h, lib/vasprintf.c,
16736         lib/vasprintf.h, lib/version-etc-fsf.c, lib/version-etc.c,
16737         lib/version-etc.h, lib/vsnprintf.c, lib/vsnprintf.h, lib/w32spawn.h,
16738         lib/wait-process.c, lib/wait-process.h, lib/xalloc-die.c, lib/xalloc.h,
16739         lib/xallocsa.c, lib/xallocsa.h, lib/xasprintf.c, lib/xgetcwd.c,
16740         lib/xgetcwd.h, lib/xgetdomainname.c, lib/xgetdomainname.h,
16741         lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c,
16742         lib/xreadlink.c, lib/xreadlink.h, lib/xsetenv.c, lib/xsetenv.h,
16743         lib/xsize.h, lib/xstrndup.c, lib/xstrndup.h, lib/xstrtod.c,
16744         lib/xstrtod.h, lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h,
16745         lib/xstrtoumax.c, lib/xtime.h, lib/xvasprintf.c, lib/xvasprintf.h,
16746         lib/yesno.c, lib/yesno.h:
16747         Update FSF postal mail address.
16748
16749 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
16750
16751         * MODULES.html.sh, README, gnulib-tool, tests/test-base64.c,
16752         tests/test-memmem.c, tests/test-stpncpy.c:
16753         Update FSF postal mail address.
16754
16755 2005-05-13  Bruno Haible  <bruno@clisp.org>
16756
16757         * lib/stdint_.h (int64_t, uint64_t, int_least64_t, uint_least64_t,
16758         int_fast64_t, uint_fast64_t, intmax_t, uintmax_t, INT64_MIN, INT64_MAX,
16759         UINT64_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX,
16760         INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTMAX_MIN,
16761         INTMAX_MAX, UINTMAX_MAX, INT64_C, UINT64_C, INTMAX_C, UINTMAX_C):
16762         Add support for 64-bit integers in the MSVC compiler.
16763
16764 2005-05-12  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
16765
16766         * modules/getdate (Makefile.am): Add getdate.c to EXTRA_DIST
16767
16768 2005-05-12  Eric Blake  <ebb9@byu.net>  (tiny change)
16769
16770         * gnulib-tool (func_import): Sort and uniquify recommended includes.
16771
16772 2005-05-11  Paul Eggert  <eggert@cs.ucla.edu>
16773
16774         * doc/getdate.texi (General date syntax): Don't say that date
16775         date --iso-8601=ns generates acceptable dates; it doesn't yet.
16776         Problem reported by Nic Ferrier.
16777
16778 2005-05-10  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
16779
16780         * lib/getaddrinfo.c: Don't fail when SOCK_STREAM or SOCK_DGRAM are
16781         specified in ai_socktype. Fix invalid ai_protocol
16782         check. ai_protocol is usually set to 0 or depending on
16783         ai_family/ai_socktype to IPPROTO_TCP / IPPROTO_UDP.  Checking for
16784         SOCK_STREAM / SOCK_DGRAM in ai_protocol was invalid.  Set
16785         ai_socktype / ai_protocol in the returned addrinfo structure.
16786
16787 2005-05-10  Simon Josefsson  <jas@extundo.com>
16788
16789         * m4/getaddrinfo.m4: Look in libnsl/libsocket for getaddrinfo, from
16790         Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
16791
16792 2005-05-10  Karl Berry  <karl@gnu.org>
16793
16794         * doc/fdl.texi, gpl.texi, lgpl.texi, COPYING: update FSF address
16795         (from http://www.gnu.org/licenses).
16796         * doc/COPYING.LIB: also rename to COPYING.LESSER.
16797         * doc/COPYING.DOC: remove; per rms, only needed in doc files, so
16798         fdl.texi suffices.
16799
16800 2005-05-10  Karl Berry  <karl@gnu.org>
16801
16802         * config/srclist.txt (COPYING.LESSER): rename from COPYING.LIB.
16803         (COPYING.DOC): remove.
16804
16805         * config/srclist-update: new FSF address.
16806
16807 2005-05-10  Derek Price  <derek@ximbiot.com>
16808
16809         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 bug, not decl, when
16810         possible.
16811
16812 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
16813             Bruno Haible  <bruno@clisp.org>
16814
16815         * modules/inet_ntop: New file.
16816         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
16817         inet_ntop.
16818
16819 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
16820             Bruno Haible  <bruno@clisp.org>
16821
16822         * m4/inet_ntop.m4: New file.
16823
16824 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
16825             Bruno Haible  <bruno@clisp.org>
16826
16827         * lib/inet_ntop.h: New file.
16828         * lib/inet_ntop.c: New file, from glibc with modifications.
16829
16830 2005-05-09  Paul Eggert  <eggert@cs.ucla.edu>
16831
16832         * modules/time_r (License): Change to LGPL.
16833         * modules/extensions (License): Change to LGPL.  Actually,
16834         the license is more permissive than that, but currently gnulib-tool
16835         doesn't know how to handle more-permissive licenses.
16836
16837         * modules/stat-macros (Depends-on): Don't depend on stat-macros (!).
16838         Problem reported by Dave Love.
16839
16840 2005-05-08  Jim Meyering  <jim@meyering.net>
16841
16842         * lib/classpath.c (PATH_SEPARATOR): Remove insignificant trailing
16843         blank.
16844
16845 2005-05-06  Paul Eggert  <eggert@cs.ucla.edu>
16846
16847         * modules/argmatch (Depends-on): Add stdbool.
16848         * modules/backupfile (Depends-on): Likewise.
16849         * modules/chdir-long (Depends-on): Likewise.
16850         * modules/closeout (Depends-on): Likewise.
16851         * modules/cycle-check (Depends-on): Likewise.
16852         * modules/dirname (Depends-on): Likewise.
16853         * modules/fnmatch (Depends-on): Likewise.
16854         * modules/fsusage (Depends-on): Likewise.
16855         * modules/fwriteerror (Depends-on): Likewise.
16856         * modules/getcwd (Depends-on): Likewise.
16857         * modules/getloadavg (Depends-on): Likewise.
16858         * modules/hard-locale (Depends-on): Likewise.
16859         * modules/makepath (Depends-on): Likewise.
16860         * modules/mountlist (Depends-on): Likewise.
16861         * modules/nanosleep (Depends-on): Likewise.
16862         * modules/posixtm (Depends-on): Likewise.
16863         * modules/quotearg (Depends-on): Likewise.
16864         * modules/readtokens (Depends-on): Likewise.
16865         * modules/readtokens0 (Depends-on): Likewise.
16866         * modules/readutmp (Depends-on): Likewise.
16867         * modules/save-cwd (Depends-on): Likewise.
16868         * modules/strftime (Depends-on): Likewise.
16869         * modules/userspec (Depends-on): Likewise.
16870         * modules/utimecmp (Depends-on): Likewise.
16871         * modules/xgetcwd (Depends-on): Likewise.
16872         * modules/xnanosleep (Depends-on): Likewise.
16873         * modules/xstrtod (Depends-on): Likewise.
16874         * modules/yesno (Depends-on): Likewise.
16875
16876 2005-05-05  Paul Eggert  <eggert@cs.ucla.edu>
16877
16878         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 getopt, and avoid
16879         needless checks.
16880
16881 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
16882
16883         Merge from coreutils.  Among other things,
16884         add bulletproofing for cases where stdin, stdout, or stderr are closed.
16885         * lib/fd-safer.c: New file.
16886         * lib/fcntl-safer.h, open-safer.c: Remove.
16887         * lib/chdir-long.c: Fix comment "fetish" -> "coreutils".
16888         * lib/dup-safer.c: Include unistd-safer.h first.
16889         Don't include errno.h.
16890         (dup_safer) [!defined F_DUPFD]: Let fd_safer do the real work.
16891         * lib/file-type.h: Don't assume invoker included sys/stat.h first.
16892         * lib/file-type.c: Rely on file-type.h change.
16893         * lib/getloadavg.c: Include unistd-safer.h.
16894         (getloadavg): Use safer open.
16895         * lib/getusershell.c: Include "stdio-safer.h".
16896         (getusershell): Use safer fopen.
16897         * lib/long-options.c (long_options): Use NULL rather than 0.
16898         * lib/modechange.h (mode_free): Remove; all callers changed to invoke
16899         'free'.
16900         * lib/modechange.c: Likewise.
16901         xstrtol.h, stdbool.h, stddef.h: Don't include; no longer needed.
16902         (MODE_DONE): New constant.
16903         (struct mode_change): Remove 'next' member.
16904         (make_node_op_equals): New function; like the old one of the
16905         same name, except it allocates an array.
16906         (mode_compile, mode_create_from_ref): Use it.
16907         (mode_compile): Allocate result as an array, not a linked list.
16908         Parse octal string ourself, so that we catch mistakes like "+0".
16909         (mode_adjust): Arg is an array, not a linked list.
16910         * lib/modechange.c: Include stat-macros.h, xalloc.h.
16911         (S_ISDIR, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR):
16912         (S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH, S_IRXWU):
16913         (S_IRWXG, S_IRWXO, CHMOD_MODE_BITS):
16914         Remove.  This is now stat-macros.h's job.
16915         (talloc): Remove.  All callers replaced by xalloc, so that
16916         our invokers don't have to worry about reporting memory failures.
16917         (make_node_op_equals): Remove.
16918         (MODE_ORDINARY_CHAGE, MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
16919         New constants.
16920         (struct mode_change): Moved here from modechange.h.
16921         (mode_append_entry): Remove.
16922         (mode_compile): Remove MASKED_OPS arg, since it encouraged
16923         apps to have incorrect behavior.  Use simpler algorithm for head
16924         and tail.  Don't futz with umask; that's now the job of mode_adjust.
16925         Detect more invalid usages rather than having somewhat-random behavior.
16926         Don't insert an "a=" action, as that leads to incorrect behavior.
16927         (mode_compile, mode_create_from_ref): Return NULL on error instead
16928         of an enum, since now there's only one way to have an error.  All
16929         callers changed.
16930         (mode_adjust): Accept new arg UMASK_VALUE, and interpret it
16931         at the correct time.  Simplify calculation of "+u" and its ilk.
16932         Don't mishandle "+X".
16933         (mode_free): Remove "register" and localize decls.
16934         * lib/modechange.h (MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
16935         (struct mode_change): Move to modechange.c; callers don't
16936         need to see this stuff.
16937         (MODE_MASK_EQUALS, MODE_MASK_PLUS, MODE_MASK_MINUS, MODE_MASK_ALL):
16938         (MODE_INVALID, MODE_MEMORY_EXHAUSTED, MODE_BAD_REFERENCE): Remove.
16939         (mode_change, mode_adjust): Reflect the new signatures noted above.
16940         * lib/nanosleep.c (rpl_nanosleep): Include "timespec.h" before macros
16941         that might redefine system include files.
16942         (siginterrupt) [!HAVE_SIGINTERRUPT]: New macro.
16943         (my_usleep): Use NULL rather than (void *) 0.
16944         (rpl_nanosleep) [!defined SA_NOCLDSTOP]:
16945         Use siginterrupt to specify that system calls should be interrupted.
16946         (rpl_nanosleep): Move initialization of suspended closer to call of
16947         my_usleep.
16948         * lib/readutmp.h (read_utmp): New arg OPTIONS.  All uses changed.
16949         * lib/readutmp.c: Likewise.  Include signal.h, stdbool.h.
16950         (desirable_utmp_entry): New function.
16951         (read_utmp) [defined UTMP_NAME_FUNCTION]: Redo memory allocation
16952         using x2nrealloc, to simplify logic.
16953         (read_utmp) [!defined UTMP_NAME_FUNCTION]: Check for overflow in
16954         size calculation.  Do not assume utmp file is a regular file.
16955         * lib/readutmp.h (UT_PID): Moved here from ../src/who.c.
16956         (READ_UTMP_CHECK_PIDS): New constant.
16957         * lib/save-cwd.c: Include unistd-safer.h.
16958         (save_cwd): Use fd_safer.
16959         * lib/tempname.c (S_ISDIR, S_IRUSR, S_IRUSR, S_IWUSR, S_IXUSR): Remove.
16960         [!_LIBC] Include "stat-macros.h" instead.
16961         * lib/unistd-safer.h (fd_safer): New decl.
16962
16963 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
16964
16965         * modules/getloadavg (Depends-on): Add unistd-safer.
16966         * modules/getusershell (Depends-on): Add stdio-safer.
16967         * modules/lstat (Depends-on): Remove xalloc.
16968         * modules/mkstemp (Depends-on): Add stat-macros.
16969         * modules/modechange (Depends-on): Remove xstrtol.
16970         Add stat-macros, xalloc.
16971         * modules/save-cwd (Depends-on): Add unistd-safer.
16972         * modules/stdio-safer (Makefile.am): Remove lib_SOURCES.
16973         * modules/unistd-safer (Files): Add lib/fd-safer.c
16974         (Makefile.am): Remove lib_SOURCES.
16975
16976         * MODULES.html.sh (Enhancements for POSIX:2001 functions):
16977         Remove fcntl-safer; unistd-safer supersedes it.
16978
16979 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
16980
16981         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Don't require
16982         AC_HEADER_STAT.
16983         * m4/lchown.m4 (gl_FUNC_CHOWN): Likewise.
16984         (gl_PREREQ_CHOWN): Remove.
16985         * m4/lstat.m4 (gl_FUNC_LSTAT): Require AC_FUNC_LSTAT instead of calling
16986         it.  Don't require AC_HEADER_STAT.
16987         (gl_PREREQ_LSTAT): Remove.
16988         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Check stdint.h only once.
16989         Don't require AC_HEADER_STAT.
16990         * m4/rmdir.m4 (gl_FUNC_RMDIR): Don't require AC_HEADER_STAT.
16991         (gl_PREREQ_RMDIR): Remove.
16992         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Don't
16993         mention stat-macros.h or AC_HEADER_STAT, since we'll make
16994         the stat-macros module a prerequisite.
16995         * m4/file-type.m4 (gl_FILE_TYPE): Likewise.
16996         * m4/filemode.m4 (gl_FILEMODE): Likewise.
16997         * m4/makepath.m4 (gl_MAKEPATH): Likewise.
16998         * m4/modechange.m4 (gl_MODECHANGE): Likewise.
16999         * m4/clock_time.m4 (gl_CLOCK_TIME): Use gl_ rather than fetish_ for
17000         variable names.
17001         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Renamed from
17002         fetish_FUNC_RMDIR_NOTEMPTY.  All uses changed.  Use gl_ for
17003         variable prefixes.
17004         * m4/fcntl-safer.m4: Remove.
17005         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Use AC_LIBSOURCES and AC_LIBOBJ.
17006         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise.
17007         Invoke gl_PREREQ_FD_SAFER.
17008         (gl_PREREQ_FD_SAFER): New macro.
17009         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Check for siginterrupt.
17010         * m4/readutmp.m4 (gl_READUTMP): Require AC_C_INLINE.
17011         Use AC_CHECK_HEADERS_ONCE and AC_CHECK_FUNCS_ONCE when possible.
17012         Remove duplicate call to AC_LIBOBJ(readutmp).
17013         (gl_PREREQ_READUTMP): Remove.  All uses inlined.
17014
17015         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Check for message, not for
17016         MAP_ANON.  Problem reported by Moriyoshi Koizumi to bug-cvs.
17017
17018 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
17019
17020         * MODULES.html.sh (Misc): Add byteswap.
17021
17022 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
17023
17024         * modules/getcwd (Depends-on): Add extensions.
17025         * modules/openat (Depends-on): Likewise.
17026
17027 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
17028
17029         * modules/byteswap: New file.
17030
17031 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
17032
17033         * m4/byteswap.m4: New file.
17034
17035 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
17036
17037         * lib/byteswap_.h: New file.
17038
17039 2005-04-25  Karl Berry  <karl@gnu.org>
17040
17041         * m4/gettext.m4: Update from GNU gettext 0.14.4.
17042
17043 2005-04-25  Albert Chin  <china@thewrittenword.com>
17044
17045         * lib/regex.c: Include <stdio.h>, as a workaround to a Compaq Desktop
17046         Toolkit C bug.
17047
17048 2005-04-21  Oskar Liljeblad  <oskar@osk.mine.nu>
17049
17050         * gnulib-tool (Options): Add -s for --symlink/--symbolic.
17051         (func_ln_if_changed) Remove forcibly for no error message
17052         in case file does not exist.
17053
17054 2005-04-19  Simon Josefsson  <jas@extundo.com>
17055
17056         * gnulib-tool (Options): Make --symlink mean --symbolic.
17057
17058 2005-04-18  Oskar Liljeblad  <oskar@osk.mine.nu>
17059
17060         * doc/gnulib.texi (Initial import): Fix.  Mention --aux-dir.
17061
17062 2005-04-16  Simon Josefsson  <jas@extundo.com>
17063
17064         * modules/getpass-gnu (Makefile.am): Don't mention getpass.h.
17065
17066 2005-04-15  Simon Josefsson  <jas@extundo.com>
17067
17068         * m4/getpass.m4 (gl_FUNC_GETPASS): Use AC_LIBSOURCES.
17069
17070 2005-04-15  Simon Josefsson  <jas@extundo.com>
17071
17072         * gnulib-tool: Rename --symlink to --symbolic.
17073
17074 2005-04-15  Oskar Liljeblad  <oskar@osk.mine.nu>
17075
17076         * gnulib-tool: Add -s, --symlink option to gnulib-tool to make
17077         symbolic links to files instead of copying/moving.  Add --aux-dir,
17078         specifying directory relative --dir where auxiliary build tools
17079         are placed.
17080
17081 2005-04-14  Bruno Haible  <bruno@clisp.org>
17082
17083         * modules/allocsa (License): Change to LGPL.
17084         Requested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
17085
17086 2005-04-13  Paul Eggert  <eggert@cs.ucla.edu>
17087
17088         * lib/getdate.y (zone): Allow relunit_snumber after tZONE, so
17089         that "UTC +1 second" continues to work.  Problem reported
17090         by Dmitry V. Levin.
17091         (relunit_snumber): New rule.
17092         (relunit): Use it.
17093
17094 2005-04-12  Paul Eggert  <eggert@cs.ucla.edu>
17095
17096         * lib/getdate.y (universal_time_zone_table): New constant.
17097         (time_zone_table): Remove GMT, UT, UTC entries; they're now in
17098         universal_time_zone_table.
17099         (lookup_zone): Prefer universal_time_zone_table to
17100         local_time_zone_table, so that "GMT" time stamps are allowed in
17101         London during the summer.  Problem reported by Ian Abbott.
17102
17103 2005-04-12  Jim Meyering  <jim@meyering.net>
17104
17105         * lib/human.c (humblock): Set *options even when returning due to
17106         xstrtoumax conversion failure.  Thanks to a used-uninitialized
17107         warning from gcc-4.
17108
17109 2005-04-09  Jim Meyering  <jim@meyering.net>
17110
17111         * lib/posixtm.c (posixtime) [lint]: Avoid spurious warning from gcc-4's
17112         -Wuninitialized: initialize tm0.tm_year.
17113
17114 2005-04-04  Paul Eggert  <eggert@cs.ucla.edu>
17115
17116         * lib/getdate.y (parser_control): rels_seen is now a boolean, not a
17117         count, since there's no maximum.  All uses changed.
17118         Add member dsts_seen.
17119         (local_zone): Accumulate dsts_seen rather than relying on tm_isdst
17120         not being INT_MAX.
17121         (get_date): Initialize dsts_seen, and check that it doesn't go over 1.
17122         Use pc_rels_seen to decide whther a date is absolute.
17123
17124         * lib/getdate.y (number): Don't overwrite year.
17125         (get_date): Initialize pc.year.digits to 0, not 4, to enable above
17126         check.
17127
17128 2005-04-02  Simon Josefsson  <jas@extundo.com>
17129
17130         * lib/getaddrinfo.h: Fix OpenBSD compilation failure, inspired by tiny
17131         patch from Yoann Vandoorselaere <yoann@prelude-ids.org>.
17132
17133 2005-03-28  Eric Blake  <ebb9@byu.net>  (tiny change)
17134
17135         * m4/getcwd-path-max.m4: Return success on systems such as Cygwin
17136         where no absolute path name can be longer than PATH_MAX.
17137
17138 2005-03-27  Jim Meyering  <jim@meyering.net>
17139
17140         * lib/argmatch.c: Clarify comment: null-terminated -> NULL-terminated.
17141
17142 2005-03-26  Paul Eggert  <eggert@cs.ucla.edu>
17143
17144         * lib/intprops.h (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND):
17145         "one's complement" -> "ones' complement" in comment, as per Knuth.
17146         "value of type" -> "type or expression" in comment.
17147         * lib/mktime.c, strftime.c: Propagate intprops.h comment nits.
17148
17149 2005-03-26  Jim Meyering  <jim@meyering.net>
17150
17151         Comment nits.
17152         * lib/intprops.h: Add the apostrophe in `(one|two)'s complement'.
17153         Correct typos: s/or/of/.
17154
17155 2005-03-26  Jim Meyering  <jim@meyering.net>
17156
17157         * modules/check-include-files: Move to ../ and rename to...
17158         * check-module: ...this.
17159
17160 2005-03-25  Jim Meyering  <jim@meyering.net>
17161
17162         * modules/xvasprintf (Files): Add xalloc.h.
17163
17164 2005-03-23  Paul Eggert  <eggert@cs.ucla.edu>
17165
17166         * modules/gettext (Files): config/config.rpath ->
17167         build-aux/config.rpath
17168         * modules/iconv (Files): Likewise.
17169         Problem reported by Oskar Liljeblad.
17170
17171 2005-03-23  Jim Meyering  <jim@meyering.net>
17172
17173         * modules/check-include-files: New script to check for
17174         missing dependencies, multiple includes, etc.
17175
17176         * modules/c-strtold (Depends-on): Add xalloc.
17177         * modules/c-strtod (Depends-on): Add xalloc.
17178         * modules/hash (Depends-on): Add xalloc.
17179         (Files): Remove lib/xalloc.h.
17180
17181         * modules/gethrxtime (Files): Add lib/gethrxtime.h.
17182         * modules/userspec (Files): Add lib/inttostr.h.
17183
17184 2005-03-23  Jim Meyering  <jim@meyering.net>
17185
17186         * lib/canonicalize.c: Remove duplicate `#include "stat-macros.h"'.
17187
17188 2005-03-22  Jim Meyering  <jim@meyering.net>
17189
17190         * modules/stat-macros: New module.
17191         * modules/canonicalize, modules/euidaccess, modules/file-type,
17192         * modules/filemode, modules/lchown, modules/makepath,
17193         * modules/rmdir, modules/stat: Depend on new stat-macros module
17194         rather than listing lib/stat-macros.h manually.
17195         Don't add stat-macros.h to lib_SOURCES or list it in Files: section.
17196
17197 2005-03-22  Jim Meyering  <jim@meyering.net>
17198
17199         * m4/stat-macros.m4 (gl_STAT_MACROS): New file/macro.
17200
17201 2005-03-22  Bruno Haible  <bruno@clisp.org>
17202
17203         * config/srclist.txt: Replace target directory 'config' with
17204         'build-aux'.
17205         * config/config.guess, config.sub, config.rpath, depcomp, install-sh:
17206         * config/mdate-sh, missing, mkinstalldirs, texinfo.tex: Move to
17207         ../build-aux/.
17208
17209 2005-03-21  Paul Eggert  <eggert@cs.ucla.edu>
17210
17211         * modules/chdir-long (Depends-on): Add mempcpy.
17212
17213         * modules/acl, modules/backupfile, modules/c-strtod,
17214         modules/c-strtold, modules/canon-host, modules/canonicalize,
17215         modules/cloexec, modules/closeout, modules/dirfd, modules/dirname,
17216         modules/exclude, modules/exitfail, modules/file-type,
17217         modules/filemode, modules/fpending, modules/fsusage, modules/getcwd,
17218         modules/getdate, modules/getline, modules/getpagesize,
17219         modules/getpass, modules/getugroups, modules/group-member,
17220         modules/hard-locale, modules/hash, modules/human, modules/idcache,
17221         modules/inttostr, modules/long-options, modules/makepath,
17222         modules/md5, modules/memcasecmp, modules/memcoll,
17223         modules/modechange, modules/mountlist, modules/path-concat,
17224         modules/pathmax, modules/physmem, modules/posixtm, modules/posixver,
17225         modules/quote, modules/quotearg, modules/readtokens, modules/readutmp,
17226         modules/safe-read, modules/safe-write, modules/same, modules/savedir,
17227         modules/settime, modules/sha1, modules/sig2str, modules/strdup,
17228         modules/strftime, modules/strndup, modules/strverscmp,
17229         modules/timespec, modules/unlocked-io, modules/userspec,
17230         modules/utimecmp, modules/utimens, modules/xalloc, modules/xstrtol,
17231         modules/yesno:
17232         Remove lib_SOURCES line from Makefile.am section, as this is now
17233         done automatically by the corresponding Autoconf macro.
17234
17235 2005-03-21  Jim Meyering  <jim@meyering.net>
17236
17237         Changes imported from coreutils.
17238
17239         * lib/cycle-check.c: Don't include xalloc.h.
17240
17241         * lib/path-concat.c: Don't include assert.h.
17242         (path_concat): Remove assertion that would have triggered
17243         for ABASE starting with more than one slash.
17244         Reported by Andreas Schwab.
17245
17246         * lib/path-concat.c (path_concat): Set *BASE_IN_RESULT
17247         properly when ABASE is an absolute file name.
17248         Correct the description of this function.
17249         Include <assert.h>.
17250         Add an assertion and a test driver.
17251         This fixes a bug introduced on 2004-07-02.
17252         Andreas Schwab reported the resulting failure of cp --parents:
17253         http://lists.gnu.org/archive/html/bug-coreutils/2005-01/msg00130.html
17254
17255 2005-03-21  Jim Meyering  <jim@meyering.net>
17256
17257         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Invoke gl_FUNC_MEMRCHR.
17258         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Check for memrchr decl.
17259
17260 2005-03-21  Jim Meyering  <jim@meyering.net>
17261         and  Paul Eggert  <eggert@cs.ucla.edu>
17262
17263         * m4/acl.m4, m4/backupfile.m4, m4/c-strtod.m4, m4/canon-host.m4,
17264         m4/canonicalize.m4, m4/cloexec.m4, m4/closeout.m4, m4/dirfd.m4,
17265         m4/dirname.m4, m4/exclude.m4, m4/exitfail.m4, m4/file-type.m4,
17266         m4/filemode.m4, m4/fpending.m4, m4/fsusage.m4, m4/getcwd.m4,
17267         m4/getdate.m4, m4/getline.m4, m4/getpagesize.m4, m4/getpass.m4,
17268         m4/getugroups.m4, m4/group-member.m4, m4/hard-locale.m4, m4/hash.m4,
17269         m4/human.m4, m4/idcache.m4, m4/inttostr.m4, m4/long-options.m4,
17270         m4/makepath.m4, m4/md5.m4, m4/memcasecmp.m4, m4/memcoll.m4,
17271         m4/modechange.m4, m4/mountlist.m4, m4/nanosleep.m4, m4/path-concat.m4,
17272         m4/pathmax.m4, m4/physmem.m4, m4/posixtm.m4, m4/posixver.m4,
17273         m4/quote.m4, m4/quotearg.m4, m4/readtokens.m4, m4/readutmp.m4,
17274         m4/safe-read.m4, m4/safe-write.m4, m4/same.m4, m4/savedir.m4,
17275         m4/settime.m4, m4/sha1.m4, m4/sig2str.m4, m4/strdup.m4, m4/strftime.m4,
17276         m4/strndup.m4, m4/strverscmp.m4, m4/timespec.m4, m4/unlocked-io.m4,
17277         m4/userspec.m4, m4/utimecmp.m4, m4/utimens.m4, m4/xalloc.m4,
17278         m4/xnanosleep.m4, m4/xstrtol.m4, m4/yesno.m4:
17279         Use AC_LIBSOURCES and AC_LIBOBJ to indicate source and object files
17280         for these modules.
17281
17282 2005-03-18  Paul Eggert  <eggert@cs.ucla.edu>
17283
17284         * lib/strftime.c (my_strftime): If the underlying strftime returns 0
17285         (which shouldn't happen), generate nothing instead of returning 0
17286         immediately, so that nstrftime (NULL, ...) doesn't return 0.
17287
17288 2005-03-16  Bruno Haible  <bruno@clisp.org>
17289
17290         * modules/stdint (Makefile.am): Use HAVE_LONG_LONG_64BIT instead of
17291         HAVE_LONGLONG_64BIT.
17292
17293 2005-03-16  Bruno Haible  <bruno@clisp.org>
17294
17295         * m4/stdint.m4 (gl_STDINT_H): Define HAVE_LONG_LONG_64BIT instead of
17296         HAVE_LONGLONG_64BIT.
17297
17298 2005-03-16  Bruno Haible  <bruno@clisp.org>
17299
17300         * lib/stdint_.h: Use HAVE_LONG_LONG_64BIT instead of
17301         HAVE_LONGLONG_64BIT.
17302
17303 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
17304
17305         * lib/strftime.c (my_strftime): Prepend space to format so that we can
17306         reliably distinguish strftime failure from empty output on POSIX
17307         hosts.
17308
17309 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
17310
17311         * lib/iconvme.c (SIZE_MAX): New macro, if not already defined.
17312         (iconv_string): Don't guess a size-zero buffer, as that might cause
17313         buffer overrun.  Instead, avoid multiplying by MB_LEN_MAX if the
17314         result would be 'too large', where 'too large' is (heuristically)
17315         the square root of SIZE_MAX, divided by MB_LEN_MAX to allay
17316         overflow concerns.  This will prevent some unwanted malloc failures
17317         when the inputs are very large.
17318
17319 2005-03-15  Karl Berry  <karl@gnu.org>
17320
17321         * config/srclist.txt (config.rpath): from gettext.
17322         * config/config.rpath: update.
17323
17324 2005-03-15  Bruno Haible  <bruno@clisp.org>
17325
17326         * lib/regex.c (byte_re_match_2_internal): Rename local variable 'not'
17327         to 'negate'.
17328
17329         * lib/regex.c (byte_re_match_2_internal): Reduce scope of same_str_p
17330         variable.
17331
17332         * lib/regex.c (EXTEND_BUFFER, regcomp): Cast the realloc/malloc
17333         results.
17334
17335 2005-03-14  Simon Josefsson  <jas@extundo.com>
17336
17337         * lib/timegm.h: Use proper prototype CPP guards, reported by Dave Love
17338         <fx@gnu.org>.
17339
17340 2005-03-14  Paul Eggert  <eggert@cs.ucla.edu>
17341
17342         * lib/mktime.c (TYPE_TWOS_COMPLEMENT, TYPE_ONES_COMPLEMENT,
17343         TYPE_SIGNED_MAGNITUDE, TYPE_MINIMUM, TYPE_MAXIMUM): Sync from
17344         intprops.h.
17345         * lib/strtol.c: Likewise.
17346
17347 2005-03-14  Jim Meyering  <jim@meyering.net>
17348
17349         * lib/strftime.c (my_strftime) [HAVE_STRFTIME && ! (_NL_CURRENT
17350         && HAVE_STRUCT_ERA_ENTRY)]: Initialize the first byte of ubuf[]
17351         to be nonzero so that we (and caller) can detect the difference
17352         between a valid zero-length expansion and an error return, even
17353         when the underlying strftime fails before writing anything into
17354         that location.
17355
17356 2005-03-14  Bruno Haible  <bruno@clisp.org>
17357
17358         * m4/lib-link.m4, gettext.m4, nls.m4, po.m4:
17359         Update from GNU gettext 0.14.3.
17360
17361 2005-03-10  Jim Meyering  <jim@meyering.net>
17362
17363         * m4/save-cwd.m4 (gl_SAVE_CWD): Check for fchdir.
17364
17365 2005-03-10  Jim Meyering  <jim@meyering.net>
17366
17367         * lib/save-cwd.c [!HAVE_FCHDIR]: Define open, fchdir, and chdir_long
17368         so that this module works on systems without fchdir.
17369
17370 2005-03-09  Paul Eggert  <eggert@cs.ucla.edu>
17371
17372         Factor int-properties macros into a single file, except for
17373         glibc-related files.
17374         * lib/intprops.h: New file.
17375         * lib/getloadavg.c: Include it instead of limits.h.
17376         (INT_STRLEN_BOUND): Remove.
17377         * lib/human.c: Include intprops.h.
17378         (group_number): Use INT_STRLEN_BOUND instead of rolling it ourself.
17379         * lib/human.h (LONGEST_HUMAN_READABLE): Use 146/485 rather than
17380         302/1000.
17381         * lib/inttostr.h: Include intprops.h instead of limits.h.
17382         (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND): Remove.
17383         * lib/mktime.c (TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT): New macros,
17384         for consistency with intprops.h.
17385         (time_t_is_integer, twos_complement_arithmetic): Use them.
17386         * lib/sig2str.h: Include <signal.h>, intprops.h.
17387         (INT_STRLEN_BOUND): Remove.
17388         * lib/strftime.c (TYPE_SIGNED): Remove.
17389         (INT_STRLEN_BOUND): Switch to same implementation as intprops.h.
17390         * lib/strtol.c: Adjust comments to match intprops.h.
17391         * lib/userspec.c: Include intprops.h.
17392         (TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Remove.
17393         * lib/utimecmp.c, xnanosleep.c, xstrtol.c: Likewise.
17394         * lib/utimecmp.c (utimecmp): Use TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT
17395         instead of rolling our own expressions.
17396         * lib/xstrtol.c: Include xstrtol.h first, to test interface.
17397
17398         * lib/strftime.c: Include <stdbool.h>.  Use bool where appropriate,
17399         instead of int.
17400         (my_strftime): Do not mishandle years close to INT_MAX, by doing
17401         the right thing even if adding 1900 would overflow.  Similarly
17402         for tm_mon + 1 and tm_yday + 1.
17403         Make %Y always equivalent to %C%y, and similarly for %G and %g.
17404         (DO_NUMBER, DO_NUMBER_SPACEPAD): Set digits to d, not a conditional.
17405         (DO_SIGNED_NUMBER): New macro.
17406         (my_strftime) [HAVE_TZNAME]: Don't dump core if tp->tm_dst > 1.
17407
17408 2005-03-07  Bruno Haible  <bruno@clisp.org>
17409
17410         * m4/mmap-anon.m4 (MAP_FILE, MAP_FAILED): Remove definitions.
17411
17412 2005-03-07  Bruno Haible  <bruno@clisp.org>
17413
17414         * lib/pagealign_alloc.c (MAP_FILE, MAP_FAILED): Define fallbacks.
17415
17416 2005-03-04  Derek R. Price  <derek@ximbiot.com>
17417
17418         * gnulib-tool (func_cp_if_changed, func_mv_if_changed): New functions.
17419         (func_import): Only replace files via --import when they have actually
17420         changed.
17421
17422 2005-03-03  Derek R. Price  <derek@ximbiot.com>
17423
17424         * m4/mmap-anon.m4: New file.
17425         * m4/pagealign_alloc.m4: New file.
17426
17427 2005-03-03  Derek R. Price  <derek@ximbiot.com>
17428             Bruno Haible  <bruno@clisp.org>
17429
17430         * modules/pagealign_alloc: New file.
17431         * MODULES.html.sh (Memory management functions): Add pagealign_alloc.
17432
17433 2005-03-03  Derek R. Price  <derek@ximbiot.com>
17434             Bruno Haible  <bruno@clisp.org>
17435
17436         * lib/pagealign_alloc.h: New file.
17437         * lib/pagealign_alloc.c: New file.
17438
17439 2005-03-03  Bruno Haible  <bruno@clisp.org>
17440
17441         * m4/inttypes.m4, isc-posix.m4, once-only.m4:
17442         Use an all-permissive copyright notice, recommended by RMS.
17443
17444 2005-03-02  Bruno Haible  <bruno@clisp.org>
17445
17446         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Undo the replacement here. Because
17447         of AIX, the replacement has to be done only after <string.h> is
17448         included, therefore not in config.h. stpncpy.h does the replacement,
17449         and stpncpy.c uses it.
17450
17451 2005-03-02  Bruno Haible  <bruno@clisp.org>
17452
17453         * lib/stpncpy.h (stpncpy): Define as a macro without arguments, so that
17454         stpncpy.c uses it.
17455
17456 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
17457
17458         Remove workaround for bug in Linux kernel 2.6.8 or thereabouts.
17459         The workaround isn't strictly needed for POSIX conformance, and
17460         it's too much of a pain to configure and maintain.  We'll ask
17461         people to fix their kernels instead.
17462         * lib/xnanosleep.c: Don't include gethrxtime.h or xtime.h.
17463         (NANOSLEEP_BUG_WORKAROUND): Remove.
17464         (xnanosleep): Remove the workaround.
17465
17466 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
17467
17468         * modules/gettime (Makefile.am): Remove lib_SOURCES line.
17469         Reported by Derek Price.
17470         (Include): Add "timespec.h".
17471
17472         * modules/xnanosleep (Depends-on): Remove gethrxtime.
17473
17474 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
17475
17476         * m4/xnanosleep.m4 (gl_XNANOSLEEP): Remove configuration attempting
17477         to detect nanosleep bug.
17478
17479 2005-03-01  Bruno Haible  <bruno@clisp.org>
17480
17481         * lib/vasnprintf.c (EOVERFLOW): Define to a fallback if needed.
17482
17483 2005-02-26  Paul Eggert  <eggert@cs.ucla.edu>
17484
17485         * modules/gethrxtime: New file.
17486         * modules/xnanosleep (Files): Add m4/xnanosleep.m4.
17487         (Depends-on): Add gethrxtime.
17488         (configure.ac): Add gl_XNANOSLEEP.
17489         (Makefile.am): Remove lib_SOURCES line.
17490
17491 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
17492
17493         * m4/gethrxtime.m4, m4/xnanosleep.m4: New files.
17494         * m4/gettime.m4 (gl_GETTIME): Check for nanotime.
17495
17496 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
17497
17498         * lib/gethrxtime.h, lib/gethrxtime.c, lib/xtime.h: New files.
17499         * lib/timespec.h (gettime): Return void, since it always
17500         succeeds now.  All uses changed.
17501         * lib/gettime.c (gettime) Likewise.
17502         [HAVE_NANOTIME]: Prefer nanotime.
17503         Assume gettimeofday succeeds, as POSIX requires.
17504         Assime time () succeeds, since other code already does.
17505         * lib/xnanosleep.c: Include xtime.h and gethrxtime.h, not xalloc.h.
17506         (timespec_subtract): Remove.
17507         (NANOSLEEP_BUG_WORKAROUND): New constant.
17508         (xnanosleep): Use gethrxtime rather than gettime; this simplifies
17509         things considerably.  Use it only on GNU/Linux hosts, since the
17510         workaround shouldn't be needed elsewhere.
17511
17512 2005-02-24  Bruno Haible  <bruno@clisp.org>
17513
17514         * modules/gettext (Files): Add m4/glibc2.m4.
17515
17516 2005-02-24  Bruno Haible  <bruno@clisp.org>
17517
17518         * m4/gettext.m4, intdiv0.m4, intmax.m4, inttypes-pri.m4, lcmessage.m4:
17519         * m4/lib-link.m4, lib-prefix.m4, nls.m4, po.m4, printf-posix.m4:
17520         * m4/progtest.m4:
17521         Update from GNU gettext 0.14.2.
17522         * m4/glibc2.m4: New file, from GNU gettext 0.14.2.
17523
17524 2005-02-24  Bruno Haible  <bruno@clisp.org>
17525
17526         * lib/localcharset.c: Update from GNU gettext 0.14.2.
17527         * lib/config.charset: Update from GNU gettext 0.14.2.
17528
17529 2005-02-24  Bruno Haible  <bruno@clisp.org>
17530
17531         * lib/gettext.h: Update from GNU gettext 0.14.2.
17532
17533 2005-02-23  Simon Josefsson  <jas@extundo.com>
17534
17535         * m4/iconvme.m4: New file.
17536
17537 2005-02-23  Jim Meyering  <jim@meyering.net>
17538
17539         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Revert yesteday's
17540         change.
17541         Thanks to Bruno Haible for catching it.
17542
17543 2005-02-22  Simon Josefsson  <jas@extundo.com>
17544
17545         * modules/iconvme: New file.
17546
17547         * MODULES.html.sh: Add iconvme.
17548
17549 2005-02-22  Simon Josefsson  <jas@extundo.com>
17550
17551         * lib/iconvme.h, lib/iconvme.c: New files, from libc.
17552
17553 2005-02-22  Simon Josefsson  <jas@extundo.com>
17554
17555         * config/srclist.txt: Sync iconvme.h, iconvme.c from libc.
17556
17557 2005-02-22  Jim Meyering  <jim@meyering.net>
17558
17559         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Fix typo:
17560         s/ifndef/ifdef/.
17561
17562 2005-02-20  Neil Conway  <neilc@samurai.com>
17563
17564         * lib/xgethostname.c (xgethostname): Check for ENOMEM, which is
17565         returned by OSX/Darwin if the specified buffer is not large
17566         enough for the hostname.
17567
17568 2005-02-03  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
17569
17570         * lib/argp-help.c (__argp_help): Create a fake struct argp_state and
17571         pass it to _help, otherwise the latter coredumps trying to
17572         dereference state.root_argp.
17573
17574 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
17575
17576         * modules/chdir-long (Depends-on): Add memrchr.
17577         * modules/memrchr (Files): Add lib/memrchr.h.
17578         (Include): "memrchr.h".
17579
17580 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
17581
17582         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Add AC_LIBSOURCES, for memrchr.h.
17583
17584 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
17585
17586         * lib/memrchr.h: New file.
17587         * lib/chdir-long.c: Include it.
17588         * lib/memrchr.c [!defined _LIBC]: Include it rather than <string.h>
17589         Don't bother including stddef.h.
17590
17591 2005-02-01  Paul Eggert  <eggert@cs.ucla.edu>
17592
17593         * lib/mountlist.h (MOUNTLIST_H_): New macro, to protect against double
17594         inclusion.
17595         Include <sys/types.h>, for dev_t.
17596         (ME_DUMMY, ME_REMOTE): Move from here....
17597         * lib/mountlist.c (ME_DUMMY, ME_REMOTE): To here.
17598         (ME_DUMMY): Count "subfs" as a dummy.  Problem reported by
17599         Dmitry V. Levin.
17600         Include mountlist.h first, to test the interface.
17601
17602 2005-01-29  Bruno Haible  <bruno@clisp.org>
17603
17604         * lib/progname.c (program_name): Initialize.
17605         Needed when linking statically on MacOS X.
17606
17607 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
17608
17609         Sync from coreutils.
17610         * modules/getloadavg (Files): Remove m4/getloadavg.m4.
17611         (Depends-on): Add c-strtod.
17612         (configure.ac): Replace gl_FUNC_GETLOADAVG with AC_FUNC_GETLOADAVG.
17613
17614 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
17615
17616         Sync from coreutils.
17617         * m4/getloadavg.m4, glibc.m4, search-libs.m4: Remove.
17618
17619         Remove files that are specific to coreutils.
17620         * m4/check-decl.m4, jm-macros.m4, lib-check.m4, prereq.m4: Remove.
17621
17622 2005-01-28  Bruno Haible  <bruno@clisp.org>
17623
17624         * modules/javacomp: New file.
17625         * MODULES.html.sh (Java): Add javacomp.
17626
17627 2005-01-28  Bruno Haible  <bruno@clisp.org>
17628
17629         * m4/javacomp.m4: New file, from GNU gettext.
17630
17631 2005-01-28  Bruno Haible  <bruno@clisp.org>
17632
17633         * lib/javacomp.sh.in: New file, from GNU gettext.
17634         * lib/javacomp.h: New file, from GNU gettext.
17635         * lib/javacomp.c: New file, from GNU gettext.
17636
17637 2005-01-26  Simon Josefsson  <jas@extundo.com>
17638
17639         * lib/gai_strerror.c: Use GPL in header.
17640
17641 2005-01-26  Bruno Haible  <bruno@clisp.org>
17642
17643         * modules/javaexec: New file.
17644         * MODULES.html.sh (Java): Add javaexec.
17645
17646 2005-01-26  Bruno Haible  <bruno@clisp.org>
17647
17648         * m4/javaexec.m4: New file, from GNU gettext.
17649
17650 2005-01-26  Bruno Haible  <bruno@clisp.org>
17651
17652         * lib/javaexec.sh.in: New file, from GNU gettext.
17653         * lib/javaexec.h: New file, from GNU gettext.
17654         * lib/javaexec.c: New file, from GNU gettext.
17655
17656 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
17657
17658         * modules/lchown (Depends-on): Remove lchown.h
17659
17660 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
17661
17662         * m4/sysexits.m4 (gl_SYSEXITS): Reverted logic. SYSEXITS_H
17663         must be defined if the header file was not found, in order
17664         to provide a replacement. Reported by Todd Vierling <tv@duh.org>
17665
17666 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
17667
17668         * lib/argp-help.c (hol_entry_help): Avoid using non-constant
17669         initializers for struct pentry_state.
17670         (__argp_error): Check return value of __asprintf
17671         (__argp_failure): Translate error message
17672
17673         * lib/argp-parse.c: Removed braces around the expansion of N_()
17674
17675 2005-01-23  Paul Eggert  <eggert@cs.ucla.edu>
17676
17677         * m4/acl.m4, afs.m4, alloca.m4, argp.m4, assert.m4, atexit.m4,
17678         backupfile.m4, base64.m4, bison.m4, c-bs-a.m4, c-stack.m4,
17679         c-strtod.m4, calloc.m4, canon-host.m4, canonicalize.m4,
17680         clock_time.m4, cloexec.m4, closeout.m4, d-ino.m4, d-type.m4,
17681         dirfd.m4, dirname.m4, dos.m4, dup2.m4, error.m4, euidaccess.m4,
17682         exclude.m4, exitfail.m4, extensions.m4, fcntl-safer.m4,
17683         file-type.m4, fileblocks.m4, filemode.m4, fnmatch.m4, fpending.m4,
17684         free.m4, fstypename.m4, fsusage.m4, ftruncate.m4, getaddrinfo.m4,
17685         getcwd-path-max.m4, getcwd.m4, getdate.m4, getdomainname.m4,
17686         getgroups.m4, gethostname.m4, getline.m4, getndelim2.m4,
17687         getnline.m4, getopt.m4, getpagesize.m4, getpass.m4, getsubopt.m4,
17688         gettime.m4, gettimeofday.m4, getugroups.m4, getusershell.m4,
17689         group-member.m4, hard-locale.m4, hash.m4, host-os.m4, human.m4,
17690         idcache.m4, inttostr.m4, isdir.m4, jm-winsz1.m4, jm-winsz2.m4,
17691         link-follow.m4, long-options.m4, ls-mntd-fs.m4, lstat.m4,
17692         makepath.m4, mathl.m4, md5.m4, memcasecmp.m4, memchr.m4,
17693         memcmp.m4, memcoll.m4, memcpy.m4, memmem.m4, memmove.m4,
17694         memrchr.m4, memset.m4, mkdir-slash.m4, mkstemp.m4, mktime.m4,
17695         modechange.m4, mountlist.m4, nanosleep.m4, obstack.m4,
17696         path-concat.m4, pathmax.m4, perl.m4, physmem.m4, poll.m4,
17697         posixtm.m4, posixver.m4, putenv.m4, quote.m4, quotearg.m4,
17698         readdir.m4, readtokens.m4, readutmp.m4, regex.m4, rename.m4,
17699         restrict.m4, rmdir-errno.m4, rmdir.m4, rpmatch.m4, same.m4,
17700         savedir.m4, settime.m4, sha1.m4, sig2str.m4, snprintf.m4,
17701         sockpfaf.m4, st_dm_mode.m4, st_mtim.m4, stat.m4, stdint.m4,
17702         stdio-safer.m4, strchrnul.m4, strdup.m4, strerror.m4,
17703         strerror_r.m4, strftime.m4, strndup.m4, strnlen.m4, strsep.m4,
17704         strtod.m4, strtoimax.m4, strtok_r.m4, strtol.m4, strtoll.m4,
17705         strtoul.m4, strtoull.m4, strtoumax.m4, strverscmp.m4, sysexits.m4,
17706         time_r.m4, timegm.m4, timespec.m4, tm_gmtoff.m4, tzset.m4,
17707         uint32_t.m4, uintptr_t.m4, unistd-safer.m4, unlink-busy.m4,
17708         unlocked-io.m4, uptime.m4, userspec.m4, utimbuf.m4, utime.m4,
17709         utimecmp.m4, utimens.m4, utimes-null.m4, vsnprintf.m4, xalloc.m4,
17710         xgetcwd.m4, xreadlink.m4, xstrndup.m4, xstrtod.m4, xstrtoimax.m4,
17711         xstrtol.m4, xstrtoumax.m4, yesno.m4:
17712         Use an all-permissive copyright notice, recommended by RMS.
17713
17714 2005-01-21  Paul Eggert  <eggert@cs.ucla.edu>
17715
17716         * modules/chdir-long (Depends-on): Remove mempcpy.
17717
17718 2005-01-21  Jim Meyering  <jim@meyering.net>
17719
17720         * lib/openat.h (AT_SYMLINK_NOFOLLOW): Define to 4096, so it's the
17721         same value as for Solaris 9.
17722
17723         * lib/chdir-long.c (chdir_long): Rewrite to remove limitation on
17724         component length.  This included changing the parameter to be
17725         of type `char *' rather than `char const *'.
17726         * lib/chdir-long.h (chdir_long): Update prototype.
17727
17728         * lib/openat.c (fdopendir, fstatat): New functions.
17729         * lib/openat.h: Include headers required for use of DIR and struct
17730         stat.
17731         [AT_SYMLINK_NOFOLLOW]: Define.
17732         (fdopendir, fstatat): Add prototypes.
17733
17734 2005-01-21  Bruno Haible  <bruno@clisp.org>
17735
17736         * modules/classpath: New file.
17737         * MODULES.html.sh (Java): Add classpath.
17738
17739 2005-01-21  Bruno Haible  <bruno@clisp.org>
17740
17741         * lib/classpath.h: New file, from GNU gettext.
17742         * lib/classpath.c: New file, from GNU gettext.
17743
17744 2005-01-20  Simon Josefsson  <jas@extundo.com>
17745
17746         * modules/version-etc-fsf: New file.
17747
17748 2005-01-20  Simon Josefsson  <jas@extundo.com>
17749
17750         * lib/version-etc-fsf.c: New file, with version_etc_copyright.
17751         * lib/version-etc.c: Remove version_etc_copyright.
17752         * lib/version-etc.h (version_etc_copyright): Use [] instead of * in
17753         prototype, suggested by Paul Eggert <eggert@CS.UCLA.EDU>.
17754
17755 2005-01-20  Simon Josefsson  <jas@extundo.com>
17756
17757         * lib/base64.h (isbase64): Add.
17758
17759         * lib/base64.c (isb64): Rename to isbase64, use to_uchar instead of
17760         using a unsigned prototype, don't inline.
17761         (base64_decode): Use it.
17762
17763 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
17764
17765         * m4/save-cwd.m4 (gl_SAVE_CWD): Remove check for fcntl; we now assume
17766         it.
17767
17768 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
17769
17770         * lib/save-cwd.c (save_cwd): Remove code to support the case
17771         where fchdir is missing or flaky.
17772
17773 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
17774
17775         * MODULES.html.sh (Command-line arguments): Add version-etc-fsf.
17776
17777 2005-01-19  Paul Eggert  <eggert@cs.ucla.edu>
17778
17779         * modules/mempcpy (Makefile.am): Remove mention of mempcpy.h;
17780         AC_LIBSOURCES now does this.
17781         * MODULES.html.sh (Sizes of integer types <limits.h>): New element,
17782         with new ullong_max module.
17783
17784 2005-01-19  Bruno Haible  <bruno@clisp.org>
17785
17786         * modules/sh-quote: New file.
17787         * MODULES.html.sh (Executing programs): Add sh-quote.
17788
17789 2005-01-19  Bruno Haible  <bruno@clisp.org>
17790
17791         * lib/sh-quote.h: New file, from GNU gettext.
17792         * lib/sh-quote.c: New file, from GNU gettext.
17793
17794 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
17795
17796         Merge from coreutils.
17797         * m4/ullong_max.m4: New file.
17798         * m4/jm-macros.m4 (gl_MACROS): Require gl_ULLONG_MAX.
17799         (gl_MACROS): Assume localeconv exists.
17800
17801 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
17802
17803         Merge changes from coreutils, as described below in several
17804         changelogs dated today.
17805
17806         * lib/save-cwd.c: Include "save-cwd.h" before other include files.
17807         (O_DIRECTORY): Remove; not needed here, since "." must be
17808         a directory.  All uses removed.
17809         (save_cwd): Use __sgi || __sun, not sun || __sun.  __sun is
17810         universal on Suns, and we also need to test for IRIX.
17811         Revamp code to use 'if' rather than '#if'.
17812         Avoid unnecessary comparison of cwd->desc to 0.
17813
17814         * lib/utimens.c (futimens): Robustify the previous patch, by checking
17815         for known valid error numbers rather than observed invalid ones.
17816
17817 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
17818
17819         * modules/ullong_max: New file.
17820
17821         * modules/chdir-long, modules/openat: New files.
17822         * modules/save-cwd (Depends-on): Depend on chdir-long.
17823         (Makefile.am): Remove lib_SOURCES; now handled by AC_LIBSOURCES.
17824
17825 2005-01-18  Jim Meyering  <jim@meyering.net>
17826
17827         Merge from coreutils.
17828         * m4/chdir-long.m4, m4/openat.m4: New files.
17829         * m4/save-cwd.m4 (gl_SAVE_CWD): Add AC_LIBSOURCES for save-cwd.c,
17830         save-cwd.h.  Add AC_LIBOBJ for save-cwd.
17831         * m4/chown.m4 (gl_FUNC_CHOWN): When cross-compiling, assume that chown
17832         is sane and DOES follow symlinks.  Besides, testing 20 different
17833         systems found no broken chown implementations.
17834         Prompted by a change in rsync's copy of this macro.
17835         * m4/jm-macros.m4 (gl_MACROS): Require gl_FUNC_CHDIR_LONG.
17836
17837         * m4/lchown.m4 (gl_FUNC_LCHOWN): Use AC_LIBSOURCES.
17838
17839         * m4/utimes.m4: Work around tests/touch/empty-file failure on a system
17840         (sparc64, Linux-2.4.28, glibc-2.3.3) that didn't honor utimes'
17841         NULL-means-set-to-current-time semantics.
17842         Remove temporary file immediately, rather than waiting
17843         for configure's at-exit trap code to do it.
17844
17845 2005-01-18  Jim Meyering  <jim@meyering.net>
17846
17847         * lib/version-etc.c (version_etc_copyright): Update copyright date.
17848
17849         * lib/utimens.c (futimens): Account for the fact that futimes
17850         can also fail with errno == ENOSYS or errno == ENOENT.
17851         Patch from Dmitry V. Levin.
17852
17853         Change the name of the robust chdir function from chdir to chdir_long.
17854         * lib/save-cwd.c: Include chdir-long.h rather than chdir.h.
17855         (restore_cwd): Use chdir_long, not chdir.
17856         * lib/chdir-long.c: Renamed from chdir.c.
17857         * lib/chdir-long.h: Renamed from chdir.h.
17858         [!defined PATH_MAX]: Define chdir_long to chdir on systems like the
17859         Hurd.
17860
17861 2005-01-18  Bruno Haible  <bruno@clisp.org>
17862
17863         * m4/allocsa.m4, m4/codeset.m4, m4/copy-file.m4, m4/eaccess.m4:
17864         * m4/eealloc.m4, m4/eoverflow.m4, m4/execute.m4, m4/fatal-signal.m4:
17865         * m4/findprog.m4, m4/glibc21.m4, m4/iconv.m4, m4/intmax_t.m4:
17866         * m4/inttypes_h.m4, m4/lib-ld.m4, m4/lib-link.m4, m4/lib-prefix.m4:
17867         * m4/linebreak.m4, m4/localcharset.m4, m4/longdouble.m4:
17868         * m4/longlong.m4, m4/mbrtowc.m4, m4/mbstate_t.m4, m4/mbswidth.m4:
17869         * m4/mkdtemp.m4, m4/pipe.m4, m4/readlink.m4, m4/safe-read.m4:
17870         * m4/safe-write.m4, m4/setenv.m4, m4/sig_atomic_t.m4:
17871         * m4/signalblocking.m4, m4/signed.m4, m4/size_max.m4, m4/ssize_t.m4:
17872         * m4/stdbool.m4, m4/stdint_h.m4, m4/stpcpy.m4, m4/stpncpy.m4:
17873         * m4/strcase.m4, m4/strcspn.m4, m4/strpbrk.m4, m4/strstr.m4:
17874         * m4/ucs4-utf.m4, m4/uintmax_t.m4, m4/ulonglong.m4, m4/unicodeio.m4:
17875         * m4/utf-ucs4.m4, m4/vasnprintf.m4, m4/vasprintf.m4:
17876         * m4/wait-process.m4, m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4:
17877         Use an all-permissive copyright notice, recommended by RMS.
17878
17879 2005-01-18  Bob Proulx  <bob@proulx.com>
17880
17881         * lib/obstack.c [DEFAULT_ALIGNMENT]: Use an intermediate type to
17882         simplify offsetof() macro construct to avoid compile failure with
17883         native HP-UX 11.0 ANSI C compiler.
17884
17885 2005-01-17  Bruno Haible  <bruno@clisp.org>
17886
17887         * lib/stpncpy.c: Remove HAVE_STPNCPY and gnu_stpncpy renaming,
17888         redundant because stpncpy.m4 takes care of it.
17889
17890 2005-01-17  Bruno Haible  <bruno@clisp.org>
17891
17892         * lib/progreloc.c: Include xalloc.h instead of xmalloc.h.
17893
17894 2005-01-17  Bruno Haible  <bruno@clisp.org>
17895
17896         * lib/progreloc.c (xstrdup): Define as strdup if no xmalloc should be
17897         used.
17898
17899 2005-01-17  Bruno Haible  <bruno@clisp.org>
17900
17901         * lib/fwriteerror.h (fwriteerror): Change specification to include
17902         fclose.
17903         * lib/fwriteerror.c: Include <stdbool.h>.
17904         (fwriteerror): At the end, close the file stream. Record whether
17905         stdout was already closed.
17906
17907 2005-01-17  Bruno Haible  <bruno@clisp.org>
17908
17909         * lib/execute.c (environ): Declare if needed.
17910         * lib/pipe.c (environ): Likewise.
17911         Reported by Michael Schloh von Bennewitz <michael.schloh@cw.com>.
17912
17913 2005-01-11  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
17914
17915         * modules/argp: Depend on vsnprintf
17916
17917 2005-01-10  Jim Meyering  <jim@meyering.net>
17918
17919         * modules/closeout (Depends-on): Add atexit.
17920
17921 2005-01-06  Bruno Haible  <bruno@clisp.org>
17922
17923         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Rename stpncpy to gnu_stpncpy here.
17924
17925 2005-01-04  Paul Eggert  <eggert@cs.ucla.edu>
17926
17927         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Move these conditional
17928         definitions to be after all include files, to avoid collisions.
17929         Problem reported by Bob Proulx.
17930
17931 2005-01-04  Jim Meyering  <jim@meyering.net>
17932
17933         Changes imported from coreutils.
17934         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Rather than using "conftestXXXXXX"
17935         as the mkstemp template, use a temporary directory and an
17936         8.3-friendly template to avoid trouble on systems like DJGPP.
17937         Reported by Juan M. Guerrero via Stepan Kasal.
17938         * m4/(gl_FUNC_MKSTEMP): Include <unistd.h> for the declaration of
17939         close. Remove the temporary directory right away, rather than waiting
17940         for configure's at-exit trap code to do it.
17941         Suggestion from Stepan Kasal.
17942
17943 2005-01-01  Simon Josefsson  <jas@extundo.com>
17944
17945         * gnulib-tool: Print #include directives when --import'ing.
17946
17947 2004-12-28  Simon Josefsson  <jas@extundo.com>
17948
17949         * tests/test-base64.c: Include required header files.  Remove
17950         unused variables.
17951
17952 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
17953
17954         * modules/error (Depends-on): Remove gettext.
17955
17956 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
17957
17958         * lib/error.c [!_LIBC && !ENABLE_NLS]: Do not include "gettext.h";
17959         not needed.  This removes a dependency on the gettext module.
17960         [defined _LIBC]: Do not include <libintl.h>; not needed.
17961
17962 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
17963
17964         * m4/c-strtod.m4 (gl_C99_STRTOLD): New macro.
17965         (gl_C_STRTOD): Use it instead of AC_CHECK_DECLS_ONCE(strtold).
17966
17967 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
17968
17969         * lib/c-strtod.c (STRTOD): Depend on HAVE_C99_STRTOLD, not
17970         HAVE_DECL_STRTOLD.
17971
17972 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
17973
17974         * modules/getdate (Depends-on): Remove alloca-opt.
17975
17976 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
17977
17978         * m4/getdate.m4 (gl_GETDATE): Remove AC_FUNC_ALLOCA.
17979
17980 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
17981
17982         * lib/argp-parse.c: Include <stddef.h>.
17983         (alignof, alignto): New macros.
17984         (parser_init): Don't assume that void * is aligned sufficiently
17985         for struct option.
17986
17987         * lib/getdate.y (YYSTACK_USE_ALLOCA): Define to 0, since there's no
17988         need to extend the stack.
17989         (YYINITDEPTH): New macro, so that the initial stack isn't overly
17990         large.
17991
17992 2004-12-22  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
17993
17994         * lib/argp-parse.c (parser_init): Avoid arithmetics on void pointers.
17995
17996 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
17997
17998         * modules/regex (lib_SOURCES): Remove regex.c, undoing previous
17999         (2004-10-24) change.  Apparently this was a false alarm.
18000
18001         * modules/getdate: Depend on alloca-opt, not alloca.
18002
18003 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
18004
18005         * lib/alloca_.h: Conditionalize on _GNULIB_ALLOCA_H, not _ALLOCA_H.
18006         Remove now-obsolete comment about AIX.
18007         * lib/getdate.y: Include <alloca.h> only if HAVE_ALLOCA.
18008         (YYSTACK_USE_ALLOCA): Define to 0 if !HAVE_ALLOCA.
18009         (YYMAXDEPTH): New macro.
18010
18011 2004-12-18  Simon Josefsson  <jas@extundo.com>
18012
18013         * modules/alloca: Depend on alloca-opt, instead of duplicating it.
18014
18015 2004-12-18  Bruno Haible  <bruno@clisp.org>
18016
18017         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Also test for sigaction.
18018
18019 2004-12-18  Bruno Haible  <bruno@clisp.org>
18020
18021         * lib/fatal-signal.c (fatal_signals): Make non-const.
18022         (init_fatal_signals): New function.
18023         (uninstall_handlers, install_handlers): Ignore signals that were set to
18024         SIG_IGN.
18025         (at_fatal_signal): Call init_fatal_signals.
18026         (init_fatal_signal_set): Likewise. Ignore signals that were set to
18027         SIG_IGN.
18028         Reported by Paul Eggert.
18029
18030 2004-12-18  Bruno Haible  <bruno@clisp.org>
18031
18032         * doc/alloca.texi: New file.
18033         * doc/alloca-opt.texi: New file.
18034
18035 2004-12-17  Jim Meyering  <jim@meyering.net>
18036
18037         * config/install-sh: Use `(exit N); exit N', not `(exit N); exit'.
18038         Otherwise, install-sh could exit with improper exit status when
18039         exiting via a trapped interrupt.  Thanks to a report from Bob Proulx.
18040
18041 2004-12-16  Simon Josefsson  <jas@extundo.com>
18042
18043         * tests/test-base64.c: Add license.
18044
18045 2004-12-15  Stepan Kasal  <address@hidden>
18046
18047         * gnulib-tool (func_emit_lib_Makefile_am): Shorten a long sed command.
18048
18049 2004-12-12  Paul Eggert  <eggert@cs.ucla.edu>
18050
18051         * modules/getcwd (Files): Add m4/d-ino.m4.
18052         Suggested by Mark D. Baushke.
18053
18054 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
18055
18056         * lib/getdate.y (textint): New member "negative".
18057         (time_zone_hhmm): New function.
18058         Expect 14 shift-reduce conflicts, not 13.
18059         (o_colon_minutes): New rule.
18060         (time, zone): Use it to add support for +HH:MM, UTC+HH:MM.
18061         (yylex): Set the "negative" member of signed numbers.
18062
18063 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
18064
18065         * doc/getdate.texi (Time of day items, Time zone items):
18066         Describe new formats +00:00, UTC+00:00.
18067
18068 2004-12-07  Paul Eggert  <eggert@cs.ucla.edu>
18069
18070         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Fix typo in previous change:
18071         spurious "-l"s.  Problem reported by Stepan Kasal.
18072
18073 2004-12-06  Paul Eggert  <eggert@cs.ucla.edu>
18074
18075         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): New macro, to work around bug
18076         in Autoconf 2.59.  Problem reported by Mark D. Baushke.
18077
18078 2004-12-04  Simon Josefsson  <jas@extundo.com>
18079
18080         * modules/getaddrinfo (License): Add LGPL, reported by Yoann
18081         Vandoorselaere <yoann@prelude-ids.org>.
18082
18083 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
18084
18085         Changes imported from coreutils.
18086         * m4/hard-locale.m4 (gl_HARD_LOCALE): Assume locale.h and setlocale
18087         exist.
18088         * m4/human.m4 (gl_HUMAN): Assume locale.h and localeconv exist.
18089
18090 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
18091
18092         Changes imported from coreutils.
18093         * lib/hard-locale.c: Assume <locale.h> exists.
18094         Include "strdup.h".
18095         (GLIBC_VERSION): New macro.
18096         (hard_locale): Assume setlocale exists.
18097         Rewrite to avoid #ifdef.
18098         Use strdup rather than malloc + strcpy.
18099         * lib/human.c: Assume <locale.h> exists.
18100         (human_readable): Assume localeconv exists.
18101
18102 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
18103
18104         * modules/hard-locale (Depends-on): Add strdup.
18105
18106 2004-12-01  Jakub Jelinek  <jakub@redhat.com>
18107
18108         * lib/mktime.c (__mktime_internal): If SEC_REQUESTED != SEC,
18109         convert T2, not T.  (Imported from libc.)
18110
18111 2004-11-30  Simon Josefsson  <jas@extundo.com>
18112
18113         * modules/restrict (License): Change to LGPL.
18114
18115 2004-11-30  Simon Josefsson  <jas@extundo.com>
18116
18117         * m4/restrict.m4: Add copyright and copying conditions.
18118
18119 2004-11-30  Simon Josefsson  <jas@extundo.com>
18120
18121         * m4/base64.m4: New file.
18122
18123 2004-11-30  Simon Josefsson  <jas@extundo.com>
18124
18125         * MODULES.html.sh (Extra functions based on ANSI C 89): Add
18126         base64.
18127
18128         * tests/test-base64.c: New file.
18129
18130         * modules/base64: New file.
18131
18132 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
18133
18134         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX):
18135         Define HAVE_PARTLY_WORKING_GETCWD if getcwd is partly working.
18136
18137         * m4/readutmp.m4 (gl_READUTMP): Don't check for sys/param.h.
18138
18139 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
18140
18141         * lib/getcwd.c (is_ENAMETOOLONG): New macro.
18142         (__getcwd.c): Don't restore errno; glibc doesn't.
18143         [HAVE_PARTLY_WORKING_GETCWD && !defined AT_FDCWD]: Try system getcwd
18144         first, falling back to our code only if its results look suspicious.
18145         Ensure that the resulting buffer is only as large as necessary.
18146
18147         * lib/readutmp.c: Include readutmp.h first.
18148         Include <errno.h>, since readutmp.h no longer does that.
18149         * lib/readutmp.h: Don't include <errno.h>,
18150         <sys/param.h>, <time.h>; not needed to establish interface.
18151         (errno): Remove decl.
18152         (HAVE_STRUCT_XTMP_UT_TYPE): Remove; no longer needed.
18153         (UT_TYPE_EQ, UT_TYPE_NOT_DEFINED, UT_TYPE_BOOT_TIME,
18154         UT_TYPE_USER_PROCESS, IS_USER_PROCESS): New macros.
18155
18156 2004-11-28  Simon Josefsson  <jas@extundo.com>
18157
18158         * lib/base64.h, base64.c: New file.
18159
18160 2004-11-27  Paul Eggert  <eggert@cs.ucla.edu>
18161
18162         * lib/getcwd.h: New file, which I forgot to check in on 2004-11-25.
18163
18164 2004-11-26  Paul Eggert  <eggert@cs.ucla.edu>
18165
18166         * modules/getcwd (Files): Add lib/getcwd.h, m4/getcwd.m4.
18167         (Depends-on): Remove pathmax, same.  Add mempcpy.
18168         (configure.ac): GL_FUNC_GETCWD_PATH_MAX -> gl_FUNC_GETCWD.
18169         (Makefile.am): Append getcwd.h to lib_SOURCES.
18170         (Include): Add getcwd.h.
18171         (Maintainer): Change from Jim Meyering to "all, glibc",
18172         since getdate now uses intended-for-glibc code.
18173         * modules/xgetcwd (Files): Remove m4/getcwd.m4.
18174         (Depends-on): Depend on getcwd.  Do not depend on pathmax.
18175
18176 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
18177
18178         Fix problems reported by Scott S. Tinsley for HP-UX 11.11 using
18179         HP's ANSI C compiler.
18180         * lib/fsusage.c (statvfs) [HAVE_SYS_STATVFS_H]: Remove decl.
18181         Declaring int functions causes warnings on some modern systems and
18182         shouldn't be needed to compile on ancient ones.
18183         * lib/same.c (MIN) [defined MIN]: Don't define, since it's already
18184         defined.
18185
18186         * lib/getcwd.c: Replace by a copy of glibc/sysdeps/posix/getcwd.c, but
18187         with the following changes.
18188         (__set_errno): Parenthesize properly.
18189         Include <stdbool.h>.
18190         (MIN, MAX, MATCHING_INO): New macros.
18191         (__getcwd): Define with prototype, not K&R form.
18192         Use heuristics to allocate default buffer on stack if possible.
18193         If AT_FDCWD is defined, use openat and fstatat to avoid O(N**2)
18194         behavior, and to avoid the PATH_MAX limit when computing
18195         ../../../../...
18196         Use MATCHING_INO to compare inode number to file.
18197         Check for arithmetic overflow in size calculations.
18198         Fix bug in reallocation of dot array that caused getcwd to fail
18199         on directories nested deeper than 75.
18200         Be more careful about saving errno on error.
18201         Do not use realloc; use only free+malloc, as this is a bit
18202         more flexible and avoids a needless copy operation.
18203         Do not inspect st_dev and st_ino for symbolic links; POSIX
18204         doesn't specify the latter.
18205         Check for closedir errors.
18206         Avoid needless casts.
18207         Use "#ifdef weak_alias" around weak_alias, to be like other
18208         glibc code.
18209         The following changes to getcwd.c have effect only when used in
18210         gnulib; they have no effect inside glibc proper.
18211         (#pragma alloca) [defined _AIX && !defined __GNUC__]: Remove,
18212         as alloca isn't used.
18213         (alloca, __alloca): Likewise.
18214         [!_LIBC]: Include "getcwd.h", "mempcpy.h".
18215         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
18216         unconditionally, as gnulib assumes C89 or better.
18217         Do not include <sys/param.h>.
18218         (errno) [!defined __GNU_LIBRARY__ && !defined STDC_HEADERS]: Remove
18219         no-longer-necessary 'extern int errno' decl; gnulib assumes C89 or
18220         better.
18221         (NULL) [!defined NULL]: Remove; we assume C89 or better.
18222         Include <dirent.h> in a way that is compatible with modern Autoconf.
18223         (_D_ALLOC_NAMELEN, _D_EXACT_NAMLEN):
18224         New macros, if not already defined.
18225         Include <unistd.h> if _LIBC, not if __GNU_LIBRARY__.
18226         Use "_LIBC", not "defined _LIBC", for consistency.
18227         (HAVE_MEMPCPY): Remove; no longer needed now that gnulib has
18228         a mempcpy module.
18229         (__lstat, __closedir, __opendir, __readdir) [!_LIBC]: New macros.
18230         (GETCWD_RETURN_TYPE): Remove.  All uses replaced by char *.
18231         * lib/xgetcwd.c: David MacKenzie's old code was removed, so give
18232         credit only to Jim Meyering and adjust the copyright dates.
18233         Do not include <limits.h>, <stdio.h>, <sys/types.h>,
18234         <stdlib.h>, <unistd.h>, "pathmax.h".
18235         Instead, include "xgetcwd.h" (first) and "getcwd.h".
18236         (INITIAL_BUFFER_SIZE): Remove.
18237         (xgetcwd): Rely on getcwd, since we now depend on a reliable one.
18238
18239 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
18240
18241         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Renamed from
18242         GL_FUNC_GETCWD_PATH_MAX for consistency.  All uses changed.
18243         Use the _ONCE methods, for efficiency.
18244         Check for fcntl.h.  In test program, include <errno.h>
18245         and <fcntl.h> if available.  Remove old K&R cruft from
18246         test program.  Check for common errors in GNU/Linux,
18247         OpenBSD, and Solaris.  Just set gl_cv_func_getcwd_path_max;
18248         don't do AC_LIBOBJ, as that's getcwd.m4's job.
18249         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL): Renamed from
18250         AC_FUNC_GETCWD_NULL.  All used changed.  Change cache variable
18251         name accordingly.
18252         (gl_FUNC_GETCWD, gl_PREREQ_GETCWD): New macros.  Revamp to
18253         accommodate new getcwd.c.
18254         * m4/jm-macros.m4 (gl_MACROS): Don't require GL_FUNC_GETCWD_PATH_MAX.
18255         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_MEMPCPY.
18256         * m4/xgetcwd.m4 (gl_XGETCWD): Replace with gl_FUNC_GETCWD, since
18257         that's all we need now.
18258
18259 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
18260
18261         * m4/argp.m4 (gl_ARGP): Require gl_GETOPT_SUBSTITUTE unconditionally:
18262         argp-parse.c depends on getopt internals, that means we should
18263         always use our getopt, to be on the safe side.
18264         * m4/getopt.m4 (gl_GETOPT): Check if GETOPT_H is already set, in
18265         order not to spoil the result of an eventual previous invocation
18266         of gl_GETOPT_SUBSTITUTE.
18267
18268 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
18269
18270         * lib/getopt_.h: Re-addition of __getopt_argv_const caused
18271         redefinition warnings. To avoid them, include the defines
18272         in `#if !defined __need_getopt ... #endif'. The only place
18273         where __getopt_argv_const is used is in definitions
18274         of getopt_long and getopt_long_only below, which are as well
18275         protected by `#ifndef __need_getopt'.
18276         [defined __GETOPT_PREFIX && !defined __need_getopt]: Undef
18277         __need_getopt after including <stdio.h> and <unistd.h> These
18278         headers might have defined it.
18279
18280 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
18281
18282         * m4/utimens.m4 (gl_UTIMENS): Check for futimes function.
18283
18284 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
18285
18286         * lib/utimens.c (__attribute__, ATTRIBUTE_UNUSED): New macros.
18287         (futimens): New function, which uses futimes if available.
18288         (futimens, utimens): Support timespec==NULL, with same semantics
18289         as utime and utimens.
18290         * lib/utimens.h (futimens): New decl.
18291
18292 2004-11-23  Jim Meyering  <jim@meyering.net>
18293
18294         * lib/getopt_.h: Remove trailing blanks.
18295
18296 2004-11-23  Jim Meyering  <jim@meyering.net>
18297
18298         * lib/__fpending.c: Add comment.
18299
18300 2004-11-22  Paul Eggert  <eggert@cs.ucla.edu>
18301
18302         * modules/canonicalize (Depends-on): Add xreadlink.
18303         Problem reported by James Youngman.
18304
18305 2004-11-20  Paul Eggert  <eggert@cs.ucla.edu>
18306
18307         * lib/getopt_.h (__GETOPT_CONCAT, __GETOPT_XCONCAT, __GETOPT_ID):
18308         New macros.
18309         (getopt, getopt_long, getopt_long_only, optarg, opterr, optind,
18310         optopt): Use them instead of invoking ## directly; otherwise, the
18311         symbols will be __GETOPT_PREFIXgetopt rather than rpl_getopt.
18312
18313 2004-11-19  Bruno Haible  <bruno@clisp.org>
18314
18315         * lib/strtok_r.c: Move comments from here...
18316         * lib/strtok_r.h: ... to here.
18317
18318 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
18319
18320         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Check for buggy calloc
18321         implementations that mishandle size_t overflow.
18322
18323 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
18324
18325         * lib/realloc.c (rpl_realloc): Call 'free' if n==0, since realloc
18326         might fail.  Problem reported by Yoann Vandoorselaere.
18327         * lib/calloc.c (rpl_calloc): Defend against buggy calloc
18328         implementations that mishandle size_t overflow.
18329
18330 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
18331
18332         * modules/canon-host (Depends-on): Add strdup.
18333
18334 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
18335
18336         * m4/canon-host.m4 (gl_CANON_HOST): Check for getaddrinfo.
18337
18338 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
18339
18340         * lib/canon-host.c: Include "strdup.h".
18341         (canon_host): Use getaddrinfo if available, so that IPv6 works.
18342         Use strdup instead of malloc/strcpy to duplicate strings.
18343
18344         * lib/human.h (LONGEST_HUMAN_READABLE): Add 1 for space before unit.
18345         (human_space_before_unit): New constant.
18346         * lib/human.c (human_readable): Support it.
18347
18348         * lib/xgetcwd.c: Include <limits.h>, for PATH_MAX.
18349         (xgetcwd): Set errno correctly when failing.
18350         Work around Solaris 9 bug: getcwd sets errno==ERANGE even though
18351         the failure is actually due to a PATH_MAX problem.
18352
18353         Further getopt changes to make it more likely that glibc will
18354         buy the changes back.
18355         * lib/getopt.c (POSIXLY_CORRECT): New constant.
18356         (getopt): Use it, so to preserve glibc semantic
18357         * lib/getopt1.c (getopt_long, getopt_long_only): Arg is char * const *
18358         when compiling for libc.
18359         * lib/getopt_.h (__getopt_argv_const): Bring it back.
18360         (getopt_long, getopt_long_only): Use it.
18361
18362         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
18363         _getopt_internal): New arg POSIXLY_CORRECT.  All callers changed.
18364         (getopt): Argv is now char * const *, as per standard.
18365         (_getopt_internal_r, _getopt_internal): Argv is now char **,
18366         not char *__getopt_argv_const *.
18367         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
18368         _getopt_long_only_r): Likewise.
18369         * lib/getopt_.h (getopt, getopt_long, geopt_long_only): Likewise.
18370         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
18371         _getopt_long_r, _getopt_long_only_r): Likewise.
18372         * lib/getopt_.h (__getopt_argv_const): Remove.
18373         (getopt): Argv is now char * const *, as per standard.
18374
18375         * lib/getdate.y (tORDINAL): New token.
18376         (day, relunit): Allow it for relative times.
18377         (relative_time_table): Use tORDINAL for ordinals.
18378
18379 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
18380
18381         * doc/getdate.texi (General date syntax): "next" is 1, not 2.
18382         Document that "second" isn't allowed as an ordinal number.
18383
18384 2004-11-16  Jim Meyering  <jim@meyering.net>
18385
18386         * modules/closeout (Depends-on): Add fpending.
18387
18388 2004-11-15  Jim Meyering  <jim@meyering.net>
18389
18390         * lib/closeout.c: Include "__fpending.h" once again.
18391         Include <stdbool.h>.
18392         (close_stdout): Don't fail just because stdout was closed initially,
18393         since some programs don't write to stdout in the normal course of
18394         operation (other than --version and --help), and we don't want this
18395         function to make e.g. `touch file >&-' fail.
18396         But do fail if it was closed and someone has tried to write to it.
18397         E.g., `printf foo >&-' must fail.
18398
18399 2004-11-13  Jim Meyering  <jim@meyering.net>
18400
18401         * m4/jm-macros.m4: Do require gl_FUNC_FPENDING.
18402
18403 2004-11-12  Simon Josefsson  <jas@extundo.com>
18404
18405         * config/srclist.txt: Add strtok_r.c, glibc bought our changes, but a
18406         small doc fix is still pending.
18407
18408 2004-11-11  Simon Josefsson  <jas@extundo.com>
18409
18410         * modules/strtok_r: New file.
18411
18412         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
18413         strtok_r.
18414
18415 2004-11-11  Simon Josefsson  <jas@extundo.com>
18416
18417         * m4/strtok_r.m4: New file.
18418
18419         * m4/getopt.m4: Replace opterr.
18420
18421 2004-11-11  Simon Josefsson  <jas@extundo.com>
18422
18423         * lib/strtok_r.h, strtok_r.c: New file.
18424
18425 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
18426
18427         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): Define __GETOPT_PREFIX instead
18428         of replacing opterr, getopt, etc.  This should handle the
18429         powerpc-apple-darwin5.5 problem recently noted by Simon Josefsson.
18430
18431 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
18432
18433         * lib/getopt_.h (__getopt_argv_const): New macro, to be used so that
18434         we can stop lying to compilers about the constness of argv when we
18435         are compiled outside glibc.
18436         (getopt, getopt_long, getopt_long_only): Use it.
18437         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
18438         _getopt_internal, getopt): Likewise.
18439         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
18440         _getopt_long_only_r): Likewise.
18441         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
18442         _getopt_long_r, _getopt_long_only_r): Likewise.
18443
18444         * lib/getopt_.h [defined __GETOPT_PREFIX && !defined __need_getopt]:
18445         Include <stdlib.h> and <stdio.h>, and <unistd.h> if available.
18446         Then rename getopt to __GETOPT_PREFIX##getopt, and so forth for
18447         the other external symbols.
18448         (getopt) [!defined __GNU_LIBRARY]: Use prototype, not old-style
18449         declaration, since the above renaming now works around collisions.
18450
18451 2004-11-11  Jim Meyering  <jim@meyering.net>
18452
18453         * lib/linebreak.c: Remove trailing blanks.
18454         * lib/alloca_.h: Likewise.
18455         * lib/acosl.c: Likewise.
18456         * lib/euidaccess.c: Likewise.
18457         * lib/allocsa.h: Likewise.
18458
18459 2004-11-10  Simon Josefsson  <jas@extundo.com>
18460
18461         * m4/getaddrinfo.m4: New file.
18462
18463 2004-11-10  Simon Josefsson  <jas@extundo.com>
18464
18465         * lib/getaddrinfo.h, lib/getaddrinfo.c: New files.
18466
18467 2004-11-10  Simon Josefsson  <jas@extundo.com>
18468
18469         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
18470         getaddrinfo.
18471
18472         * modules/getaddrinfo: New file.
18473
18474 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
18475
18476         * m4/prereq.m4 (gl_PREREQ): Require gt_FUNC_SETENV.
18477
18478 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
18479
18480         * lib/mktime.c (SHR): New macro, which is a portable
18481         substitute for >> that should work even on Crays.
18482         (TIME_T_MIDPOINT, ydhms_diff, __mktime_internal): Use it.
18483         Problem reported by Mark D. Baushke in
18484         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00071.html>.
18485         * lib/getdate.y (SHR): Likewise.
18486         (tm_diff): Use it.
18487         * lib/strftime.c (SHR): Likewise.
18488         (tm_diff): Use it.
18489         * lib/quotearg.c (struct quoting_options): Use unsigned int for
18490         quote_these_too, so that right shifts are well defined.  All uses
18491         changed.
18492
18493 2004-11-10  Jim Meyering  <jim@meyering.net>
18494
18495         Ensure that no close failure goes unreported.
18496         * lib/closeout.c (close_stdout): Always close stdout.  I.e., don't
18497         return early when it seems there's nothing to flush.
18498         Don't include __fpending.h.
18499
18500 2004-11-10  Jim Meyering  <jim@meyering.net>
18501
18502         * modules/closeout (Depends-on): Remove fpending.
18503
18504 2004-11-10  Jim Meyering  <jim@meyering.net>
18505
18506         * m4/jm-macros.m4 (gl_MACROS): Don't require gl_FUNC_FPENDING.
18507
18508 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
18509
18510         * m4/strftime.m4 (_gl_STRFTIME_PREREQS): Remove.  Move its body to
18511         gl_FUNC_STRFTIME.
18512         (gl_FUNC_STRFTIME): Use AC_CHECK_FUNCS_ONCE and AC_CHECK_HEADERS_ONCE
18513         and AC_REQUIRE when possible, to avoid duplicate checks.
18514         Check for <wchar.h>.
18515
18516 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
18517
18518         * lib/strftime.c (DO_MULTIBYTE): Check for wchar.h, too.
18519
18520 2004-11-09  Bruno Haible  <bruno@clisp.org>
18521
18522         * m4/sockpfaf.m4: New file.
18523
18524 2004-11-05  Bruno Haible  <bruno@clisp.org>
18525
18526         * lib/readlink.c: Include stddef.h, needed for size_t on Woe32.
18527         Reported by Mark D. Baushke <mdb@cvshome.org>.
18528
18529 2004-11-04  Bruno Haible  <bruno@clisp.org>
18530
18531         2004-09-11  Bruno Haible  <bruno@clisp.org>
18532                 * allocsa.valgrind: New file.
18533         2004-02-06  Bruno Haible  <bruno@clisp.org>
18534                 * allocsa.h (sa_alignof): Define differently with HP-UX cc, to
18535                 avoid a bug of this cc on HP-UX 10.20 dealing with enums.
18536                 Reported by Christopher Seip <chris.seip@hp.com>.
18537
18538 2004-11-04  Bruno Haible  <bruno@clisp.org>
18539
18540         * modules/allocsa (Files): Add lib/allocsa.valgrind.
18541         (Makefile.am): Distribute it.
18542
18543 2004-11-03  Paul Eggert  <eggert@cs.ucla.edu>
18544
18545         * lib/xreadlink.c (xreadlink): AIX and HP-UX readlink return -1
18546         with errno == ERANGE if the buffer is too small.
18547         Problem reported by Mark D. Baushke.
18548
18549 2004-11-03  Albert Chin  <china@thewrittenword.com>
18550             Paul Eggert  <eggert@cs.ucla.edu>
18551
18552         * m4/uint32_t.m4 (gl_AC_TYPE_UINT32_T): When determining uint32_t
18553         equivalent, substitute $ac_type for equivalent type rather than
18554         blindly using uint32_t *always* which won't work if uint32_t is not
18555         available.  Define _UINT32_T to work around typedef of uint32_t if
18556         <sys/sched.h>, <pthread.h>, or <semaphore.h> used on Solaris
18557         2.5.1.
18558
18559 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
18560
18561         * m4/jm-macros.m4: Sync from coreutils.
18562         (gl_MACROS): Check for mbrlen, for pathchk.
18563         (gl_CHECK_ALL_TYPES): Require AC_TYPE_MBSTATE_T, for pathchk.
18564
18565 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
18566
18567         * lib/xreadlink.c (MAXSIZE): New macro.
18568         (xreadlink): Use it instead of SSIZE_MAX.  Ensure initial buffer
18569         size does not exceed MAXSIZE.  Avoid cast.
18570         As suggested by Mark D. Baushke in
18571         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00009.html>,
18572         if readlink fails with buffer size just under MAXSIZE, try again
18573         with MAXSIZE.
18574
18575 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
18576
18577         * config/srclist.txt: Add mktime.c; glibc bought all our changes.
18578
18579 2004-11-02  Derek R. Price  <derek@ximbiot.com>
18580         and  Paul Eggert  <eggert@cs.ucla.edu>
18581
18582         * lib/getdate.y [!TEST]: Include <stdio.h>, since we use sprintf now.
18583         (get_date): Overparenthesize to avoid GCC warning.
18584
18585 2004-11-02  Bruno Haible  <bruno@clisp.org>
18586
18587         * m4/setenv.m4 (gt_FUNC_SETENV): Define VOID_UNSETENV if unsetenv()
18588         returns void.
18589
18590 2004-11-02  Bruno Haible  <bruno@clisp.org>
18591
18592         * lib/setenv.h (unsetenv): Define as a macro if the system's unsetenv()
18593         function returns void.
18594
18595 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
18596
18597         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for declarations of
18598         fflush_unlocked, flockfile, funlockfile, funlockfile,
18599         fputs_unlocked, putc_unlocked.
18600
18601 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
18602
18603         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
18604         (funlockfile, fputs_unlocked, putc_unlocked): Don't define if
18605         already declared.
18606
18607 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
18608
18609         * modules/getdate (Files): Add doc/getdate.texi.
18610         (Depends-on): Add setenv, xalloc.
18611
18612 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
18613
18614         * lib/getdate.y: Add support for TZ="foo" within a date string.
18615         Fix some bugs near time_t boundaries.  Reject dates with
18616         out-of-range components, e.g., "Sept 31".
18617         Include <stdlib.h>, "setenv.h", "xalloc.h".
18618         (ISDIGIT_LOCALE): Remove; unused.
18619         Note that the TZ and time functions used here are not reentrant.
18620         (mktime_ok, get_tz): New functions.
18621         (TZBUFSIZE): New constant.
18622         (get_date): Parse leading TZ="foo".  Reject out-of-range components;.
18623         This requires that we sometimes generate our own TZ="XXX..." setting.
18624
18625 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
18626
18627         * doc/getdate.texi: New file, from coreutils with modifications for
18628         the new TZ parsing.
18629
18630 2004-10-27  Derek R. Price  <derek@ximbiot.com>
18631
18632         * lib/mktime.c (not_equal_tm): Remove redundant check.
18633
18634 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
18635
18636         * modules/regex (lib_SOURCES): Add regex.c.
18637         Reported by James Youngman in
18638         <http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00199.html>.
18639
18640 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
18641
18642         * lib/getdate.y: Use Bison 1.875 features, and some minor
18643         code cleanups.  This change does not affect semantics.
18644         Don't include <stdlib.h>; no longer needed.
18645         Don't include unlocked-io.h; only the "#if TEST" code uses
18646         stdio, and performance isn't crucial there.
18647         (PC, YYLEX_PARAM, YYPARSE_PARAM): Remove; replaced by
18648         Bison 1.875 features as described below.
18649         All uses of "PC." replaced by "pc->".
18650         (YYSTYPE): Add a forward declaration.
18651         (yylex, yyerror): Use full prototypes in forward decls.
18652         Use "%pure-parser" rather than obsolescent "%pure_parser".
18653         Use %parse-param and %lex-param instead of obsolescent
18654         YYPARSE_PARAM and YYLEX_PARAM.
18655         (meridian_table, month_and_day_table, time_units_table,
18656         relative_time_table, time_zone_table, military_table,
18657         lookup_zone, lookup_word, get_date):
18658         Use NULL instead of 0 where appropriate.
18659         (to_hour): Avoid abort (), to avoid a dependency on
18660         stdlib.h.
18661         (yyerror, yylex): Now accepts parser_control * arg.
18662         (main) [TEST]: Use '\0' rather than 0 for char.
18663
18664 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
18665
18666         * m4/getpagesize.m4 (gl_GETPAGESIZE): Check for <sys/param.h>.
18667
18668 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
18669
18670         * lib/getpagesize.c (getpagesize): Don't assume <sys/param.h> exists.
18671         It's now the caller's responsibility to handle the case where
18672         !HAVE_GETPAGESIZE && !defined getpagesize.
18673
18674         * lib/mktime.c (leapyear): Arg is long int, not int.
18675
18676 2004-10-18  Paul Eggert  <eggert@cs.ucla.edu>
18677
18678         * lib/argp-fs-xinl.c, argp-xinl.c: Update from glibc.
18679
18680 2004-10-17  Paul Eggert  <eggert@cs.ucla.edu>
18681
18682         * gnulib-tool (func_emit_lib_Makefile_am): Fix typo: a $ was
18683         missing.  Problem reported by James Youngman.
18684
18685 2004-10-16  Simon Josefsson  <jas@extundo.com>
18686
18687         * gnulib-tool: Fix comments.  Fix parse problem.
18688         (func_emit_lib_Makefile_am): Don't hard code a in libgl_a_SOURCES.
18689
18690 2004-10-15  Paul Eggert  <eggert@cs.ucla.edu>
18691
18692         * m4/getopt.m4 (gl_GETOPT): Detect and reject the incompatible BSD
18693         implementation of getopt_long.  Problem reported by Alexander Taler in:
18694         http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00103.html
18695
18696 2004-10-15  Bruno Haible  <bruno@clisp.org>
18697
18698         * gnulib-tool: Untabify. Initialize supplied_libname.
18699         (func_usage): More homogenous output.
18700         (func_modules_transitive_closure, func_modules_to_filelist,
18701         func_emit_lib_Makefile_am): New functions.
18702         (func_import): New function, extracted from big case statement. Use
18703         func_get_license, func_modules_transitive_closure,
18704         func_modules_to_filelist, func_emit_lib_Makefile_am. Initialize
18705         opt_lgpl. Don't use test -a, as it's not portable.
18706         (func_create_testdir): Use func_modules_transitive_closure,
18707         func_modules_to_filelist, func_emit_lib_Makefile_am.
18708
18709 2004-10-15  Bruno Haible  <bruno@clisp.org>
18710
18711         * gnulib-tool (func_import): Let gl_INIT define LTALLOCA when needed.
18712
18713 2004-10-15  Bruno Haible  <bruno@clisp.org>
18714
18715         * gnulib-tool (func_emit_lib_Makefile_am): Add markers to separate
18716         the portions belonging to each module.
18717         Suggested by Derek Robert Price <derek@ximbiot.com>.
18718
18719 2004-10-12  Simon Josefsson  <jas@extundo.com>
18720
18721         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
18722         (fputs_unlocked, putc_unlocked) [!_LIBCS && !USE_UNLOCKED_IO]: Map
18723         to real functions.
18724
18725 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
18726
18727         * modules/vsnprintf: New file.
18728
18729 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
18730
18731         * m4/vsnprintf.m4: New file.
18732
18733 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
18734
18735         * lib/vsnprintf.h: New file.
18736         * lib/vsnprintf.c: New file.
18737
18738 2004-10-11  Bruno Haible  <bruno@clisp.org>
18739
18740         * MODULES.html.sh (Support for systems lacking ISO C 99): Add
18741         vsnprintf.
18742
18743 2004-10-10  Paul Eggert  <eggert@cs.ucla.edu>
18744
18745         * config/srclistvars.sh: Add GNUSTANDARDS (for eggert only).
18746
18747 2004-10-07  Bruno Haible  <bruno@clisp.org>
18748
18749         * lib/snprintf.c (snprintf): Avoid a memory allocation if the result
18750         fits into the provided buffer.
18751
18752 2004-10-06  Paul Eggert  <eggert@cs.ucla.edu>
18753
18754         * lib/diacrit.c, diacrit.h: Add GPL notice.
18755
18756         * lib/atanl.c, logl.c: Add GPL notice, to match glibc's added LGPL
18757         notice.
18758         * lib/atanl.c (atanl): Keep the code as similar to glibc as possible.
18759         * lib/logl.c (logl): Keep the code as similar to glibc as possible.
18760         This avoids a potential constant-folding bug.
18761
18762 2004-10-05  Bruno Haible  <bruno@clisp.org>
18763
18764         * m4/strsep.m4 (gl_FUNC_STRSEP): Require AC_GNU_SOURCE. Don't check
18765         for the declaration of strsep.
18766
18767 2004-10-05  Bruno Haible  <bruno@clisp.org>
18768
18769         * lib/strsep.h: Don't declare strsep() if HAVE_STRSEP.
18770
18771 2004-10-04  Simon Josefsson  <jas@extundo.com>
18772
18773         * modules/memmem: New file.
18774         * tests/test-memmem.c: New file.
18775         * MODULES.html.sh (Extra functions based on ANSI C 89): Add memmem.
18776
18777 2004-10-04  Simon Josefsson  <jas@extundo.com>
18778
18779         * m4/memmem.m4: New file.
18780
18781 2004-10-04  Simon Josefsson  <jas@extundo.com>
18782
18783         * lib/memmem.h: New file.
18784         * lib/memmem.c: New file, taken from glibc.
18785
18786 2004-10-04  Simon Josefsson  <jas@extundo.com>
18787
18788         * lib/error.c, md5.c, regex.c: Use '#if USE_UNLOCKED_IO' instead of
18789         '#ifdef USE_UNLOCKED_IO'.
18790
18791 2004-10-04  Simon Josefsson  <jas@extundo.com>
18792
18793         * config/srclist.txt: Add memmem from glibc.
18794
18795 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
18796
18797         * modules/xalloc (Files, Makefile.am): Remove xstrdup.c.
18798
18799         * modules/argmatch, modules/argp, modules/closeout, modules/error,
18800         modules/exclude, modules/getdate, modules/getline,
18801         modules/getndelim2, modules/getpass, modules/getpass-gnu,
18802         modules/getusershell, modules/linebuffer, modules/md5,
18803         modules/mountlist, modules/posixtm, modules/readtokens,
18804         modules/readutmp, modules/regex, modules/sha1,
18805         modules/version-etc, modules/yesno:
18806         Remove dependency on unlocked-io.
18807
18808 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
18809
18810         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Remove.  All uses removed.
18811
18812         * m4/unlocked-io.m4: Add copyright notice.
18813         (gl_FUNC_GLIBC_UNLOCKED_IO): Define USE_UNLOCKED_IO.
18814
18815 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
18816
18817         * lib/xalloc.h (xmemdup): Renamed from xclone.  All uses changed.
18818         * lib/xmalloc.c (xmemdup): Likewise.
18819         * lib/xalloc.h (CCLONE, CLONE, NEW, XCALLOC, XMALLOC, XREALLOC,
18820         XFREE): Remove these long-obsolescent macros.
18821         * lib/xmalloc.c (xstrdup): Implementation moved here from xstrdup.c
18822         * lib/xstrdup.c: Remove.
18823
18824         * lib/regex.c (re_comp): Cast gettext return value to char *,
18825         Problem reported by Martin Neitzel via Mark D. Baushke.
18826
18827 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
18828
18829         * lib/argmatch.c, closeout.c, error.c, exclude.c, getdate.y,
18830         getndelim2.c, getpass.c, getusershell.c, linebuffer.c,
18831         md5.c, mountlist.c, posixtm.c, readtokens.c, readutmp.c,
18832         regex.c, sha1.c, version-etc.c, yesno.c:
18833         Include "unlocked-io.h" only if USE_UNLOCKED_IO.
18834         * lib/unlocked-io.h: Don't worry about USE_UNLOCKED_IO; that's now
18835         the includer's responsibility.
18836
18837         Sync from coreutils.
18838
18839         * lib/modechange.c (mode_compile): Don't decrement a pointer that
18840         points to the start of a string, as the C Standard says the
18841         resulting behavior is undefined.
18842
18843         * lib/backupfile.h (enum backuptype): Rename none -> no_backups,
18844         simple -> simple_backups, numbered_existing ->
18845         numbered_existing_backups, numbered -> numbered_backups
18846         to avoid shadowing problems.  All uses changed.
18847         * lib/argmatch.c (enum backuptype) [defined TEST]: Likewise.
18848         * lib/backupfile.c (check_extension, numbered_backup):
18849         Rename locals to avoid shadowing 'basename'.
18850         * lib/backupfile.h (VALID_BACKUP_TYPE): Don't evaluate arg more than
18851         once.
18852
18853         * lib/.cppi-disable: Add getopt_.h, getopt_int.h.
18854         * lib/.cvsignore: Add getopt.h.
18855
18856 2004-10-04  Bruno Haible  <bruno@clisp.org>
18857
18858         * modules/README: New file.
18859         * gnulib-tool (func_all_modules, func_verify_module): modules/README is
18860         not a module.
18861
18862 2004-10-02  Jim Meyering  <jim@meyering.net>
18863
18864         * lib/dirfd.h, getpagesize.h: Add copyright notice.
18865
18866 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
18867
18868         * modules/strsep: New file.
18869
18870 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
18871
18872         * m4/strsep.m4: New file.
18873
18874 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
18875
18876         * lib/strsep.h: New file.
18877         * lib/strsep.c: New file.
18878
18879 2004-10-01  Simon Josefsson  <jas@extundo.com>
18880
18881         * lib/snprintf.c (snprintf): Handle size==0.
18882
18883 2004-10-01  Simon Josefsson  <jas@extundo.com>
18884             Bruno Haible  <bruno@clisp.org>
18885
18886         * lib/snprintf.c: Include <stdarg.h>, <stdlib.h>, <string.h>.
18887         (snprintf): Declare 'args'.
18888
18889 2004-10-01  Paul Eggert  <eggert@cs.ucla.edu>
18890
18891         * lib/snprintf.c: Remove comments as to why each header is needed.
18892
18893 2004-10-01  Bruno Haible  <bruno@clisp.org>
18894
18895         * MODULES.html.sh: Add strsep.
18896
18897 2004-09-30  Simon Josefsson  <jas@extundo.com>
18898
18899         * modules/snprintf: New file.
18900
18901 2004-09-30  Simon Josefsson  <jas@extundo.com>
18902
18903         * m4/snprintf.m4: New file.
18904
18905 2004-09-30  Simon Josefsson  <jas@extundo.com>
18906
18907         * lib/snprintf.h, lib/snprintf.c: New files.
18908
18909 2004-09-30  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
18910
18911         * lib/argp-help.c (canon_doc_option): Fixed coredump if *name==NULL
18912         (hol_entry_help): Never translate an empty string.
18913         Do not translate option tag (opt->name) if OPTION_NO_TRANS is set
18914         * lib/argp.h (OPTION_NO_TRANS): New option.
18915
18916 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
18917
18918         * modules/argp (Maintainer): Replace Simon Josefsson
18919         by Sergey Poznyakoff.
18920
18921 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
18922
18923         * config/srclist.txt: Comment-out argp/argp.h, until we get the argp
18924         changes merged back into glibc.
18925
18926 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
18927
18928         * MODULES.html.sh (Support for systems lacking ISO C 99): Add snprintf.
18929
18930 2004-09-29  Oskar Liljeblad  <oskar@osk.mine.nu>
18931
18932         * lib/xvasprintf.c: Include xalloc.h.
18933         (xvasprintf): Use xalloc_die, not xmalloc_die.
18934
18935 2004-09-29  Bruno Haible  <bruno@clisp.org>
18936
18937         * modules/alloca-opt: New file, derived from modules/alloca.
18938         * modules/allocsa: Depend on alloca-opt instead of alloca.
18939         * modules/setenv: Likewise.
18940         * modules/vasnprintf: Likewise.
18941         * MODULES.html.sh: Add alloca-opt.
18942
18943 2004-09-28  Simon Josefsson  <jas@extundo.com>
18944
18945         * gnulib-tool: New parameter --lgpl, to asseert that modules are
18946         LGPL, and to replace license template from GPL to LGPL.
18947
18948 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
18949
18950         * modules/dummy: Change license to LGPL.
18951
18952 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
18953
18954         * lib/dummy.c: Change copyright notice to FSF, and license to GPL.
18955
18956 2004-09-24  Simon Josefsson  <jas@extundo.com>
18957
18958         * modules/minmax (License): Change from GPL to LGPL.
18959
18960 2004-09-23  Simon Josefsson  <jas@extundo.com>
18961
18962         * gnulib-tool (--import): Typo.
18963
18964 2004-09-23  Simon Josefsson  <jas@extundo.com>
18965
18966         * gnulib-tool (--import): Make sure *.m4 end up in m4/ by default.
18967
18968 2004-09-22  Bruno Haible  <bruno@clisp.org>
18969
18970         * modules/*: Add 'License' field.
18971         * gnulib-tool: Accept --extract-license option.
18972         (func_get_license): New function.
18973
18974 2004-09-21  Bruno Haible  <bruno@clisp.org>
18975
18976         * modules/vasnprintf (Files): Add m4/stdint_h.m4, m4/inttypes_h.m4.
18977         Reported by Simon Josefsson.
18978
18979 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
18980
18981         * modules/inttostr (Files): Add m4/longlong.m4, since it uses
18982         gl_AC_TYPE_LONG_LONG.
18983
18984 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
18985
18986         * config/srclist.txt: Add getsubopt.c, since libc bought our changes.
18987
18988 2004-09-18  Simon Josefsson  <jas@extundo.com>
18989         and  Paul Eggert  <eggert@cs.ucla.edu>
18990
18991         * gnulib-tool: Replace various ad-hoc automake/autoconf/aclocal
18992         calls with autoreconf.  Define GL_LIB.
18993
18994 2004-09-14  Karl Berry  <karl@gnu.org>
18995
18996         * config/srclist.txt: unsync setenv.c, sigh.
18997
18998 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
18999
19000         * lib/argp-pvh.c (argp_program_version_hook): Provide initial value.
19001         Problem reported by Bruno Haible in:
19002         http://lists.gnu.org/archive/html/bug-tar/2004-09/msg00023.html
19003
19004 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
19005
19006         * config/srclist.txt: Comment out argp-pvh.c.
19007
19008 2004-09-11  Paul Eggert  <eggert@cs.ucla.edu>
19009
19010         * lib/mempcpy.h: Wrap the entire include file inside #ifndef mempcpy,
19011         in case some system header has #define'd it.  Problem reported by
19012         Soeren D. Schulze in
19013         <http://lists.gnu.org/archive/html/bug-gnulib/2004-09/msg00017.html>.
19014
19015 2004-09-09  Karl Berry  <karl@gnu.org>
19016
19017         * regex.[ch]: delete from the root.  These were supposed to be
19018                 synced with emacs cvs, but this has not happened for about
19019                 a year, and anyway nothing else uses emacs regex.[ch].
19020                 bug-gnulib mail from Jeff Bailey, 9 Sep 2004 15:49:24 -0700.
19021                 lib/regex[.ch] is untouched.
19022
19023 2004-09-09  Bruno Haible  <bruno@clisp.org>
19024
19025         * modules/vasnprintf (Files): Add m4/eoverflow.m4.
19026
19027 2004-09-09  Bruno Haible  <bruno@clisp.org>
19028
19029         * m4/eoverflow.m4: New file, taken from GNU libiconv eilseq.m4 with
19030         modifications.
19031         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Require gl_EOVERFLOW.
19032
19033 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
19034
19035         * modules/xvasprintf: New file.
19036         * MODULES.html.sh (Extra functions based on ANSI C 89): Add vasprintf.
19037
19038 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
19039
19040         * lib/xvasprintf.h: New file.
19041         * lib/xvasprintf.c: New file.
19042         * lib/xasprintf.c: New file.
19043
19044 2004-09-08  Bruno Haible  <bruno@clisp.org>
19045
19046         * m4/stdint.m4: New file, taken from GNU clisp with modifications.
19047
19048 2004-09-08  Bruno Haible  <bruno@clisp.org>
19049
19050         * lib/vasnprintf.c (VASNPRINTF): Signal EOVERFLOW if the resulting
19051         length is > INT_MAX.
19052         * lib/vasprintf.c (vasprintf): Don't test for length > INT_MAX any
19053         more.
19054
19055 2004-09-08  Bruno Haible  <bruno@clisp.org>
19056
19057         * lib/stdint_.h: New file, taken from GNU clisp.
19058
19059 2004-09-08  Bruno Haible  <bruno@clisp.org>
19060             Oskar Liljeblad  <oskar@osk.mine.nu>
19061
19062         * modules/stdint: New file.
19063         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdint.
19064
19065 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
19066
19067         Import from coreutils.
19068         * lib/userspec.c: Don't use <alloca.h>, so that we don't use alloca on
19069         strings on unbounded length.  alloca's performance benefits aren't
19070         that important here.
19071         (V_STRDUP): Remove.
19072         (parse_with_separator): New function, with most of the internals
19073         of the old parse_user_spec.  Allow user to omit both user and group,
19074         for compatibility with FreeBSD.
19075         Clone only the user name, not the entire spec.
19076         Do not set *uid, *gid unless entirely successful.
19077         Avoid memory leak in some failing cases.
19078         Fix regression for USER.GROUP reported by Dmitry V. Levin in
19079         <http://lists.gnu.org/archive/html/bug-coreutils/2004-08/msg00102.html>
19080         (parse_user_spec): Rewrite to use parse_with_separator.
19081
19082 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
19083
19084         * modules/userspec: Don't depend on alloca.
19085
19086 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
19087
19088         * m4/userspec.m4 (gl_USERSPEC): Don't require AC_FUNC_ALLOCA.
19089
19090 2004-08-17  Paul Eggert  <eggert@cs.ucla.edu>
19091
19092         * MODULES.html.sh: Add xalloc-die, c-strtod, c-strtold, raise,
19093         readtokens0, getcwd, fcntl-safer, canonicalize, cycle-check,
19094         utimecmp, utimens, xnanosleep.  Rename sha to sha1.
19095
19096 2004-08-16  Simon Josefsson  <jas@extundo.com>
19097
19098         * gnulib-tool: Use sed instead of autoconf --trace, inspired by
19099         libtoolize behaviour by "Gary V. Vaughan" <gary@gnu.org>.
19100         Add --dry-run for --import.
19101         Let user provided command line parameters override configure.ac
19102         settings.
19103
19104 2004-08-12  Simon Josefsson  <jas@extundo.com>
19105
19106         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): New macro,
19107         as discussed with Paul Eggert in threads rooted at
19108         <http://lists.gnu.org/archive/html/bug-gnulib/2004-06/msg00039.html>
19109         and
19110         <http://lists.gnu.org/archive/html/bug-gnulib/2004-07/msg00001.html>.
19111         Before, the test was empty, and relied on ELIDE_CODE in source
19112         code.)
19113         (gl_PREREQ_GETOPT): New macro.
19114         (gl_GETOPT): Use them.
19115
19116 2004-08-12  Simon Josefsson  <jas@extundo.com>
19117
19118         * lib/getopt.c, getopt1.c: Remove ELIDE_CODE hack.
19119         * lib/getopt_.h: Renamed from getopt.h.
19120
19121 2004-08-12  Simon Josefsson  <jas@extundo.com>
19122
19123         * gnulib-tool: Add --source-base, --m4-base, --libtool options.
19124         Change default library name from libfoo to libgnu.
19125         Now, if you have a configure.ac that says:
19126                 gl_SOURCE_BASE(gl)
19127                 gl_M4_BASE(gl/m4)
19128                 gl_MODULES(error getopt etcetera)
19129                 gl_INIT
19130         you can import all you need by running:
19131                 ../gnulib/gnulib-tool --import
19132
19133         * modules/getopt (Files): Rename getopt.h to getopt_.h.
19134         (Makefile.am): Rewrite, use logic from argz.
19135         (Include): Use <getopt.h> instead of "getopt.h".
19136
19137 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
19138
19139         * modules/argp (Files): Add m4/unlocked-io.m4.
19140         (Depends-on): Add extensions.
19141
19142 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
19143
19144         * m4/argp.m4 (gl_ARGP): Do not check for argp.h or argp_parse; nobody
19145         uses HAVE_ARGP_H or HAVE_ARGP_PARSE.
19146         Require gl_FUNC_GLIBC_UNLOCKED_IO, gl_USE_SYSTEM_EXTENSIONS.
19147         Check for program_invocation_name, program_invocation_short_name,
19148         flockfile, funlockfile, features.h, _getopt_long_only_r.
19149
19150 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
19151
19152         * lib/argp-help.c, argp-parse.c: Use "gettext.h" instead of
19153         its complicated substitute.
19154         * lib/argp-help.c: Include <errno.h>, for program_invocation_short_name
19155         and program_invocation_name.
19156         (__argp_basename) [!_LIBC]: Remove; the only use was
19157         replaced by its body.
19158         (__argp_short_program_name): Change condition from
19159         !defined __argp_short_program_name to
19160         ! (defined _LIBC || HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME),
19161         to match argp-namefrob.h.
19162         (__argp_failure): Don't assume strerror_r returns char *.
19163         * lib/argp-parse.c (N_): Define unconditionally.
19164         (argp_default_options): Fill out initializers with 0 to avoid
19165         gcc warnings.
19166
19167 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
19168
19169         * config/srclist.txt: Remove getopt.c, getopt.h (renamed to getopt_.h),
19170         getopt1.c.
19171
19172 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
19173
19174         Merge from coreutils.
19175
19176         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for wmemchr and wmemcpy.
19177
19178         * m4/obstack.m4 (gl_PREREQ_OBSTACK): Require
19179         gl_AC_HEADER_INTTYPES_H, gl_AC_HEADER_STDINT_H, gl_AC_TYPE_UINTMAX_T.
19180
19181 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
19182
19183         Merge from coreutils.
19184
19185         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Don't set to 1 if missing
19186         wmemchr or wmemcpy.  Problem reported by Robert Dahlem
19187         for Reliant Unix 5.43.
19188
19189         * lib/obstack.c: Include <inttypes.h> and <stdint.h> if available.
19190         (union fooround): Use uintmax_t, not long int.
19191         The rest is a merge from libc:
19192         [defined _LIBC]: Include <shlib-compat.h>.
19193         (_obstack) [defined _LIBC]: Remove after 2.3.4.
19194
19195         * lib/settime.c (settime): Recode to avoid warning with
19196         Sun Forte C 6U2.
19197
19198         * lib/strverscmp.c: Convert to UTF-8.
19199
19200 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
19201
19202         * modules/obstack (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
19203         m4/uintmax_t.m4.
19204
19205 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
19206
19207         * modules/xalloc-die: New file.
19208         * modules/xalloc: Remove dependencies on error, gettext, exitfail.
19209
19210         * modules/md5 (Files): Add m4/uint32_t.m4.
19211         * modules/sha1: Renamed from modules/sha.
19212         (Files):
19213         Rename lib/sha.h to lib/sha1.h.
19214         Rename lib/sha.c to lib/sha1.c.
19215         Rename m4/sha.m4 to m4/sha1.m4.
19216         (lib_SOURCES): Likewise.
19217         (configure.ac): Rename gl_SHA to gl_SHA1.
19218         (Include): sha.h -> sha1.h.
19219
19220 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
19221
19222         * m4/uint32_t.m4, m4/uintptr_t.m4: New files.
19223         * m4/sha1.m4: Renamed from sha.m4.
19224         (gl_SHA1): Renamed from gl_SHA.  All uses changed.
19225
19226 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
19227
19228         * lib/obstack.h (obstack_empty_p):
19229         Don't assume that chunk->contents is suitably aligned.
19230         * lib/obstack.c (_obstack_begin, _obstack_begin_1, _obstack_newchunk):
19231         Likewise. Problem reported by Benno in
19232         <http://sources.redhat.com/ml/libc-alpha/2004-08/msg00055.html>.
19233
19234         * lib/chown.c (rpl_chown): Work even if the file is writeable but not
19235         readable.  This could be improved further but it'd take some work.
19236
19237 2004-08-08  Simon Josefsson  <jas@extundo.com>
19238
19239         * modules/xgethostname (Depends-on): Remove exit and error (not
19240         used).
19241
19242         * modules/getpass-gnu: Add getpass.h.
19243         (Depends-on): Add stdbool.
19244         * modules/getpass: Add getpass.h.
19245
19246 2004-08-08  Simon Josefsson  <jas@extundo.com>
19247
19248         * m4/getpass.m4 (gl_FUNC_GETPASS, gl_FUNC_GETPASS_GNU):
19249         Check getpass declaration.
19250
19251 2004-08-08  Simon Josefsson  <jas@extundo.com>
19252
19253         * lib/xgethostname.c: Don't include error.h (not used).
19254
19255         * lib/getpass.h: Add.
19256         * lib/getpass.c: Include getpass.h first.
19257
19258 2004-08-08  Paul Eggert  <eggert@cs.ucla.edu>
19259
19260         * lib/xalloc-die.c: New file.
19261         * lib/xalloc.h (xalloc_fail_func, xalloc_msg_memory_exhausted): Remove.
19262         All uses removed.
19263         * lib/xmalloc.c (xalloc_fail_func, xalloc_msg_memory_exhausted):
19264         Likewise. Move inclusions of gettext.h, error.h, exitfail.h to
19265         xalloc-die.c.
19266         (_, N_, xalloc_die): Move to xalloc-die.c.
19267         * lib/userspec.c (parse_user_spaec): Use xstrdup rather than strdup,
19268         so that we needn't mess with xalloc_msg_memory_exhausted.
19269
19270         * lib/sha1.h: Renamed from sha.h.
19271         (SHA1_H): Renamed from _SHA_H.
19272         (sha1_ctx): Renamed from sha_ctx.
19273         (sha1_init_ctx): Renamed from sha_init_ctx.
19274         (sha1_process_block): Renamed from sha_process_block.
19275         (sha1_process_bytes): Renamed from sha_process_bytes.
19276         (sha1_finish_ctx): Renamed from sha_finish_ctx.
19277         (sha1_read_ctx): Renamed from sha_read_ctx.
19278         (sha1_stream): Renamed from sha_stream.
19279         (sha1_buffer): Renamed from sha_buffer.
19280         * lib/sha1.c: Likewise; renamed from sha.c.
19281         Do not include <sys/types.h>.
19282         Include <stddef.h> rather than <stdlib.h>.
19283
19284 2004-08-08  Bruno Haible  <bruno@clisp.org>
19285
19286         * lib/pathname.h (FILE_SYSTEM_PREFIX_LEN): Renamed from
19287         FILESYSTEM_PREFIX_LEN.
19288         * lib/progreloc.c: Likewise.
19289         * lib/concatpath.c (concatenated_pathname): Use FILE_SYSTEM_PREFIX_LEN.
19290
19291 2004-08-06  Simon Josefsson  <jas@extundo.com>
19292
19293         * modules/progname (Depends-on): Don't depend on stdbool.
19294
19295 2004-08-06  Simon Josefsson  <jas@extundo.com>
19296
19297         * modules/getsubopt: New file.
19298         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
19299         getsubopt.
19300
19301 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
19302
19303         More merge from coreutils.
19304
19305         * m4/utimens.m4, m4/utimecmp.m4: New files.
19306         * m4/backupfile.m4, euidacces.m4, acl.m4, afs.m4, calloc.m4, dirfd.m4,
19307         fsusage.m4, jm-macros.m4, ls-mntd-fs.m4, md5.m4, mountlist.m4,
19308         prereq.m4, sha.m4: Import changes from coreutils.
19309
19310 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
19311
19312         More merge from coreutils.
19313         * modules/raise, modules/readtokens0, modules/utimens:
19314         * modules/utimecmp, module/xnanosleep: New files.
19315         * modules/strftime: Add lib/strftime.h.
19316         Change include from <time.h> to "strftime.h".
19317         * modules/yesno: Add lib/yesno.h.
19318         * modules/backupfile: Remove lib/addext.c.
19319         * modules/euidaccess: Add stat-macros.h.
19320         * modules/canonicalize, modules/euidaccess,
19321         modules/filemode, modules/lchown, modules/makepath,
19322         modules/rmdir, modules/stat: Likewise.
19323
19324 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
19325
19326         Merge from tar.
19327         * lib/argp-help.c (make_hol, hol_append): Don't assume that
19328         SIZE_MAX is a valid preprocessor constant.
19329         (__argp_basename): Change from "#ifndef _LIBC"
19330         to "#ifndef __argp_short_program_name", so that
19331         we don't compile these functions for tar.
19332
19333         More merges from coreutils.
19334         * lib/raise.c, lib/readtokens0.h, lib/readtokens0.c, lib/strftime.h:
19335         * lib/utimens.h, lib/utimens.c, lib/utimecmp.h, lib/utimecmp.c:
19336         * lib/xnanosleep.h, lib/xnanosleep.c, lib/yesno.h: New files.
19337         * lib/addext.c: Remove; no longer needed.
19338         * lib/yesno.c, lib/argmatch.h, lib/argmatch.c, lib/backupfile.h,
19339         lib/backupfile.c, lib/euidaccess.c, lib/filemode.c, lib/closeout.c,
19340         lib/dup2.c, lib/exclude.c, lib/fileblocks.c, lib/filemode.c,
19341         lib/fnmatch.c, lib/fnmtahc_loop.c, lib/fopen-safer.c, lib/fsusage.c,
19342         lib/fsusage.h, lib/ftruncate.c, lib/full-write.c, lib/getdate.y,
19343         lib/getloadavg.c, lib/getugroups.c, lib/hard-locale.c,
19344         lib/hard-locale.h, lib/hash.c, lib/human.c, lib/human.h, lib/lchown.c,
19345         lib/lchown.h, lib/makepath.c, lib/makepath.h, lib/md5.c, lib/md5.h,
19346         lib/memchr.c, lib/memcoll.c, lib/memrchr.c, lib/modechange.c,
19347         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
19348         lib/posixtm.c, lib/putenv.c, quotearg.c, lib/quotearg.h,
19349         lib/readtokens.c, lib/readutmp.c, lib/readutmp.h, lib/rmdir.c,
19350         lib/safe-read.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c,
19351         lib/sig2str.c, lib/stat.c, lib/strtoimax.c, lib/strverscmp.c,
19352         lib/userspec.c, lib/utime.c, lib/version-etc.c., lib/xgethostname.c,
19353         lib/xmemcoll.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtod.h,
19354         lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h, lib/xstrtoumax.c:
19355         Import changes from coreutils.
19356
19357 2004-08-05  Simon Josefsson  <jas@extundo.com>
19358
19359         * m4/strdup.m4: Always run gl_PREREQ_STRDUP, since strdup.h need it.
19360
19361 2004-08-05  Simon Josefsson  <jas@extundo.com>
19362
19363         * m4/getsubopt.m4: New file.
19364
19365 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
19366
19367         Merge from coreutils.
19368
19369         * m4/c-strtod.m4, m4/canonicalize.m4, m4/fcntl-safer.m4:
19370         * m4/getcwd-path-max.m4: New files.
19371
19372         * m4/dos.m4 (gl_AC_DOS): filesystem -> file system renaming.
19373         FILESYSTEM_PREFIX_LEN ->
19374         FILE_SYSTEM_PREFIX_LEN.
19375         FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX ->
19376         FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX.
19377         FILESYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR ->
19378         FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR.
19379
19380         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't require gl_AC_DOS, the
19381         prerequisite modules now handle the DOS stuff.
19382         Don't check for unistd.h.
19383
19384 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
19385
19386         Merge from coreutils.
19387
19388         * lib/.gdb-history: Remove; this doesn't belong here.
19389
19390         * lib/c-strtod.c, lib/c-strtod.h, lib/c-strtold.c, lib/cycle-check.c:
19391         * lib/cycle-check.h, lib/dev-ino.h, lib/canonicalize.h:
19392         * lib/canonicalize.c, lib/fcntl-safer.h, lib/fcntl-safer.c:
19393         * lib/getcwd.c: New files.
19394
19395         * lib/dirname.h: Include <stdbool.h>.
19396         (FILE_SYSTEM_PREFIX_LEN): Renamed from FILESYSTEM_PREFIX_LEN,
19397         for consistency with POSIX terminology.  All uses changed.
19398         (IS_ABSOLUTE_FILE_NAME, IS_RELATIVE_FILE_NAME): New macros.
19399         (strip_trailing_slashes): Use bool for booleans.
19400         * lib/stripslash.c (strip_trailing_slashes): Likewise.
19401
19402         * lib/error.c: Work around bug in OpenBSD 3.4 sterror_r: it
19403         sometimes returns a positive errno value even when it succeeds.
19404         (print_errno_message) [!LIBC]: Fall back on strerror if
19405         __strerror_r fails.
19406
19407         * lib/path-concat.c (mempcpy): Don't define if a system header defines
19408         it. Don't include stdio.h, stdlib.h, unistd.h, strdup.h.
19409         (longest_relative_suffix): New function.
19410         (path_concat): Use it.  Assume first argument is not NULL.
19411         Port to DOS.  Omit redundant separators.
19412         Report an error instead of returning NULL.
19413         Use mempcpy instead of memcpy.
19414         (xpath_concat): Remove: not declared or used.
19415
19416         * lib/same.h: Include <stdbool.h>
19417         (same_name): Return bool, not int.
19418         * lib/same.c (same_name): Likewise.
19419         (errno): Don't declare; we assume C89 or better now.
19420
19421         * lib/stat-macros (S_ISCTG, S_ISOFD, S_ISOFL): New macros,
19422         if not already defined.
19423
19424         * lib/xgetcwd.c (errno): Don't declare; we assume C89 or better now.
19425         * lib/dup-safer.c (errno): Likewise.
19426
19427 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
19428
19429         Merge from coreutils.
19430         * modules/c-strtod, modules/c-strtold, modules/canonicalize:
19431         * modules/cycle-check, modules/fcntl-safer, modules/getcwd: New files.
19432         * modules/path-concat: Don't depend on strdup.
19433
19434 2004-08-03  Simon Josefsson  <jas@extundo.com>
19435
19436         * lib/strdup.h: Only use HAVE_DECL_STRDUP if defined.
19437         * lib/progname.h: Don't include stdbool.h.
19438
19439 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
19440
19441         * modules/fatal: Remove, as the "fatal" module wasn't used or working.
19442         * MODULES.html.sh (func_all_modules): Remove fatal.
19443
19444 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
19445
19446         * m4/fatal.m4: Remove, as the "fatal" module wasn't used or working.
19447
19448 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
19449
19450         * lib/fatal.c, fatal.h: Remove as the "fatal" module wasn't used or
19451         working.
19452
19453 2004-08-02  Simon Josefsson  <jas@extundo.com>
19454
19455         * lib/getsubopt.h: New file, with comments from Bruno Haible.
19456         * lib/getsubopt.c: New file, from glibc, but slightly modified based on
19457         suggestions from Paul Eggert <eggert@cs.ucla.edu>.
19458
19459 2004-08-01  Simon Josefsson  <jas@extundo.com>
19460
19461         * lib/xgetdomainname.c: Include stdlib.h, for free().
19462
19463 2004-07-19  Bruno Haible  <bruno@clisp.org>
19464
19465         * MODULES.html.sh (func_all_modules): Add dummy.
19466
19467 2004-07-16  Simon Josefsson  <jas@extundo.com>
19468
19469         * modules/dummy: New file.
19470
19471 2004-07-16  Simon Josefsson  <jas@extundo.com>
19472
19473         * lib/dummy.c: New file.
19474
19475 2004-07-16  Bruno Haible  <bruno@clisp.org>
19476
19477         * lib/backupfile.h: Add extern "C" for C++.
19478         * lib/closeout.h: Likewise.
19479         * lib/copy-file.h: Likewise.
19480         * lib/findprog.h: Likewise.
19481         * lib/full-write.h: Likewise.
19482         * lib/pathname.h: Likewise.
19483         * lib/progname.h: Likewise.
19484         * lib/stpcpy.h: Likewise.
19485         * lib/stpncpy.h: Likewise.
19486         * lib/strcase.h: Likewise.
19487         * lib/strstr.h: Likewise.
19488         * lib/xalloc.h: Likewise.
19489
19490         * lib/mbswidth.h: Add extern "C" for C++.
19491         Reported by Albert Chin-A-Young <china@thewrittenword.com>.
19492
19493 2004-07-13  Robert Millan  <robertmh@gnu.org>
19494
19495         * m4/host-os.m4: s/KNetBSD/kNetBSD/g and s/KFreeBSD/kFreeBSD/g.
19496
19497 2004-07-09  Simon Josefsson  <jas@extundo.com>
19498
19499         * lib/getndelim2.c: Include stddef.h, for ptrdiff_t.  (FreeBSD 4.9
19500         failed without this.)
19501
19502 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
19503
19504         * modules/chown (Files): Add lib/fchown-stub.c, since
19505         gl_PREREQ_CHOWN invokes AC_LIBOBJ(fchown-stub).
19506
19507 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
19508
19509         * lib/fchown-stub.c: New file.
19510
19511 2004-06-24  Jim Meyering  <jim@meyering.net>
19512
19513         * lib/obstack.h (obstack_base): Cast to (void *), per documentation.
19514
19515 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
19516
19517         * modules/argz: Omit "#include".
19518
19519         * MODULES.html.sh (func_all_modules): Add calloc, to match
19520         2004-06-01 addition of calloc module.
19521
19522 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
19523
19524         * m4/argz.m4: New file, which is autoupdated from libtool.
19525
19526 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
19527
19528         * lib/argz.c, lib/argz_.h: New files, which are autoupdated from
19529         libtool.
19530
19531 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
19532
19533         * config/srclist-update: Don't insist on "USA." before the
19534         close-comment, as libtool omits the period and puts the */ on a
19535         separate line.
19536         * config/srclist.txt: Add argz.c, argz_.h, argz.m4.
19537         * config/srclistvars.sh: Add LIBTOOL (for eggert only).
19538
19539 2004-06-22  Gary V. Vaughan  <gary@gnu.org>
19540
19541         * modules/argz: New file.
19542         * MODULES.html.sh (func_all_modules): Add argz.
19543
19544 2004-06-12  Jim Meyering  <jim@meyering.net>
19545         and  Paul Eggert  <eggert@cs.ucla.edu>
19546
19547         * modules/hash (Files): Add lib/xalloc.h.
19548         * modules/pipe (Depends-on): Add wait-process.
19549         * modules/stat (Depends-on): Add xalloc.
19550         * modules/userspec (Files): Add lib/userspec.h.
19551         * modules/xstrto
19552
19553         Upgrade from gettext-0.13.
19554         * modules/gettext (Files): Add m4/intmax.m4, m4/longdouble.m4,
19555         m4/longlong.m4, m4/printf-posix.m4, m4/signed.m4, m4/size_max.m4,
19556         m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4.
19557
19558 2004-06-10  Jim Meyering  <jim@meyering.net>
19559
19560         * lib/calloc.c: New file.
19561
19562 2004-06-06  Paul Eggert  <eggert@cs.ucla.edu>
19563
19564         * lib/getdate.y (yylex): Allow space between sign and number.
19565         Problem reported by Dan Jacobson.
19566
19567 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
19568
19569         Merge from coreutils CVS.
19570
19571         * m4/backupfile.m4, dirname.m4, human.m4, inttypes.m4, longlong.m4,
19572         makepath.m4, memchr.m4, memcmp.m4, mountlist.m4, path-concat.m4,
19573         putenv.m4, quotearg.m4, readutmp.m4, strtoimax.m4, strtoll.m4,
19574         strtoull.m4, strtoumax.m4, ulonglong.m4, vasnprintf.m4,
19575         xstrtol.m4: Fix copyright date and/or serial number.
19576
19577         * m4/chown.m4 (gl_PREREQ_CHOWN): Check for fcntl.h.
19578         See if we need an fchown replacement.
19579         (gl_FUNC_CHOWN_FOLLOWS_SYMLINK): New macro.
19580         (gl_FUNC_CHOWN): Require gl_FUNC_CHOWN_FOLLOWS_SYMLINK,
19581         and use the replacement function if we detect either defect.
19582
19583         * m4/prereq.m4 (gl_PREREQ): Add gl_ALLOCSA, gl_CLOEXEC, gl_INTTOSTR,
19584         gl_UTIMECMP.
19585
19586 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
19587         and  Jim Meyering  <jim@meyering.net>
19588
19589         Merge from coreutils CVS.
19590
19591         * lib/stat-macros.h: New file, with contents from file-type.h
19592         and coreutils' system.h.
19593         * lib/file-type.c: Include "stat-macros.h".
19594         * lib/file-type.h (file_type): Move all macro definitions to new file,
19595         stat-macros.h.
19596
19597         * lib/chown.c (rpl_chown) [CHOWN_FAILS_TO_HONOR_ID_OF_NEGATIVE_ONE]:
19598         Wrap old code with this conditional.
19599         [CHOWN_MODIFIES_SYMLINK]: Try to work around a chown
19600         function that does not dereference symlinks.
19601         * lib/lchown.c (lchown) [CHOWN_MODIFIES_SYMLINK]: Just call chown.
19602
19603         * lib/xreadlink.c: Include xreadlink.h first, to catch .h file
19604         dependency problems.
19605         (xreadlink): Accept new arg SIZE, for efficiency.
19606         All decls and uses changed.
19607         * lib/xreadlink.h: Include <stddef.h>, for size_t.
19608
19609         * lib/.cppi-disable: Add alloca_.h, allocsa.h, exit.h, getndelim2.h,
19610         gettext.h, localcharset.h, strdup.h, strndup.h, strtoul.c, time_r.h.
19611
19612         * lib/.cvsignore: Add alloca.h, fnmatch.h, poll.h, stdbool.h,
19613         sysexits.h.
19614
19615 2004-06-01  Jim Meyering  <jim@meyering.net>
19616
19617         * m4/calloc.m4: New file.
19618
19619 2004-05-31  Paul Eggert  <eggert@cs.ucla.edu>
19620
19621         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Detect _Bool bug in HP aC++/ANSI
19622         C B3910B A.05.55 [Dec 04 2003].  Problem reported by Jim Meyering.
19623         Also, fix a typo in a diagnostic.
19624
19625 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
19626
19627         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Do not require AC_FUNC_MALLOC
19628         or AC_FUNC_REALLOC.
19629
19630 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
19631
19632         * lib/xmalloc.c (HAVE_MALLOC, HAVE_REALLOC): Do not require these
19633         macros to be defined.
19634         (xnmalloc_inline, xnrealloc_inline, xcalloc): Do not die if
19635         the allocator returns NULL because the requested size is zero.
19636
19637 2004-05-20  Paul Eggert  <eggert@cs.ucla.edu>
19638
19639         * lib/malloc/obstack.c (_obstack) [defined _LIBC]: Bring back this
19640         var.  Add comment explaining why libc still defines it.  This
19641         merges the following patch from glibc:
19642         http://sources.redhat.com/ml/libc-alpha/2004-05/msg00157.html
19643
19644 2004-05-20  Andreas Schwab  <schwab@suse.de>
19645
19646         * m4/free.m4: Replace free if it not known to work, not the other
19647         way round.
19648
19649 2004-05-19  Paul Eggert  <eggert@cs.ucla.edu>
19650
19651         * lib/obstack.c (_obstack): Remove unused variable.  It hasn't been
19652         present in glibc since revision 1.1 of this file.
19653         * lib/obstack.h (_obstack_free, obstack_1grow, obstack_1grow_fast,
19654         obstack_alignment_mask, obstack_alloc, obstack_base,
19655         obstack_blank, obstack_blank_fast, obstack_chunk_size,
19656         obstack_copy, obstack_copy0, obstack_finish, obstack_grow,
19657         obstack_grow0, obstack_init, obstack_int_grow,
19658         obstack_int_grow_fast, obstack_make_room, obstack_memory_used,
19659         obstack_next_free, obstack_object_size, obstack_ptr_grow,
19660         obstack_ptr_grow_fast, obstack_room): Remove declarations of
19661         nonexistent functions.
19662
19663 2004-05-18  Karl Berry  <karl@gnu.org>
19664
19665         * config/srclist.txt: break link for vasnprintf.c.
19666
19667 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
19668
19669         Port obstack to the AS/400, where pointers are 16 bytes wide and
19670         you cannot cast an integer to a valid pointer.  This patch is
19671         currently waiting to be integrated into glibc; see
19672         <http://sources.redhat.com/ml/libc-alpha/2004-05/msg00073.html>.
19673
19674         * lib/obstack.h (__PTR_TO_INT, __INT_TO_PTR): Remove.
19675         All uses of __INT_TO_PTR (PTR_TO_INT ...) replaced by __PTR_ALIGN.
19676         (__BPTR_ALIGN, __PTR_ALIGN): New macros.
19677         (struct obstack): temp member is now a union of a pointer and
19678         an integer, instead of an integer.  All integer uses changed.
19679         This does not affect the physical layout of struct obstack,
19680         except on hosts (like the AS/400) where the size or alignment of
19681         void * is greater than that of ptrdiff_t.
19682         (obstack_finish) [! (defined __GNUC__ && defined __STDC__ &&
19683         __STDC__)]: Store temporary in pointer member of union, not
19684         integer member.
19685         * lib/obstack.c: Include <stddef.h>, for offsetof.
19686         (struct fooalign): Remove; it doesn't need a name.
19687         (union fooround): Change double to long double, and add void *.
19688         (DEFAULT_ALIGNMENT): Use offsetof to compute.
19689         (DEFAULT_ALIGNMENT, DEFAULT_ROUNDING): Now an enum constant,
19690         not a macro.  Hence the values are always int; so remove all
19691         casts-to-int in uses.
19692
19693 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
19694
19695         * config/srclist.txt: Break link for argp-help.c and argp-parse.c until
19696         we can get this patch merged into glibc.
19697
19698 2004-05-17  Derek R. Price  <derek@ximbiot.com>
19699             Paul Eggert  <eggert@cs.ucla.edu>
19700
19701         * m4/argp: Depend on alloca.
19702
19703 2004-05-17  Derek R. Price  <derek@ximbiot.com>
19704             Paul Eggert  <eggert@cs.ucla.edu>
19705
19706         * lib/argp-help.c, argp-parse.c: Assume <alloca.h> rather than
19707         freecoding.
19708
19709 2004-05-17  Bruno Haible  <bruno@clisp.org>
19710
19711         * lib/vasnprintf.c (VASNPRINTF): Correctly handle the case of a
19712         precision that consists of a '.' followed by an empty digit string.
19713         Patch by Tor Lillqvist <tml@iki.fi>.
19714
19715 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
19716
19717         * m4/alloca.m4 (gl_FUNC_ALLOCA): Define HAVE_ALLOCA_H always,
19718         for backward compatibility with older code.  We need our own
19719         alloca.h if _AIX is defined.  Define HAVE_ALLOCA if we discover
19720         it under some other name, and our alloca.h will define it.
19721
19722 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
19723             Derek Price  <derek@ximbiot.com>
19724
19725         * lib/alloca.c: Include <alloca.h>, to get our interface.
19726         * lib/alloca_.h: Use __alloca on AIX, so that we don't have to
19727         include <alloca.h> first.  Use C89 prototype for alloca; this
19728         requires including <stddef.h> for size_t.  Use extern "C" if C++.
19729         Use #elif for simplicity, since we can assume C89 now.
19730         Don't try to source the system alloca.h since it will not be found
19731         and to prevent recursively including its replacement.
19732         * lib/fnmatch.c: Include <alloca.h> instead of opencoding.
19733         * lib/regex.c: Likewise.
19734
19735 2004-05-16  Derek Price  <derek@ximbiot.com>
19736             Paul Eggert  <eggert@cs.ucla.edu>
19737
19738         getline cleanup.  This changes the getndelim2 API: both order of
19739         arguments, and meaning of delim2 (now uses EOF, not 0, to indicate
19740         no delimiter).
19741
19742         * lib/getline.c: Don't include stddef.h or stdio.h, since our
19743         interface does that.
19744         (getline): Always use getdelim, so that we don't have two
19745         copies of this code.
19746         * lib/getndelim2.c: Include <limits.h>, <inttypes.h>, <stdint.h>
19747         if available.
19748         (PTRDIFF_MAX, SIZE_MAX, SSIZE_MAX): Define if not defined.
19749         (GETNDELIM2_MAXIMUM): New macro.
19750         (getndelim2): Reorder arguments.  delim==EOF now means no delimiter,
19751         instead of the old practice of delim2==0.  All callers changed.
19752         Return -1 on overflow, instead of returning junk.
19753         Do not set *linesize unless allocation succeeds.
19754         * lib/getndelim2.h: Do not include stddef.h; no longer needed, now
19755         that we include sys/types.h.
19756         * lib/getnline.h: Likewise.
19757         * lib/getndelim2.h (GETNLINE_NO_LIMIT): New macro.
19758         (getndelim2): Reorder arguments.
19759         * lib/getnline.c (getnline, getndelim):
19760         Don't discard the NMAX argument.
19761         (getnline): Invoke getndelim, to avoid code duplication.
19762         * lib/getnline.h (GETNLINE_NO_LIMIT): New macro, used instead
19763         of (size_t) -1 by callers of the getnline family.
19764
19765 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
19766
19767         * m4/gettime.m4 (gl_GETTIME): Require gl_TIMESPEC.
19768         Check for gettimeofday.
19769         * m4/settime.m4 (gl_SETTIME): Require gl_TIMESPEC.
19770         Check for settimeofday, stime.
19771
19772 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
19773
19774         * lib/nanosleep.c (suspended): Change its type from int to
19775         sig_atomic_t volatile.
19776         (first_call): Make it private to rpl_nanosleep, and have it
19777         be zero initially as that's a bit faster.
19778         (my_usleep): Round up fractional times instead of truncating them,
19779         as this is the usual meaning for 'sleep'.
19780
19781         * lib/gettime.c (gettime): Fall back on `time' if `gettimeofday'
19782         doesn't work.
19783         * lib/settime.c: Include <unistd.h>, for stime (on Solaris 8, anyway).
19784         (ENOSYS): Define if not defined.
19785         (settime): Fall back on stime if it exists and settimeofday fails.
19786         But don't bother with fallbacks if a method fails with errno == EPERM.
19787
19788 2004-05-11  Jim Meyering  <jim@meyering.net>
19789
19790         Prior to this change, the save_cwd caller required read access to the
19791         current directory on most systems (ones with the fchdir function).
19792
19793         * lib/save-cwd.c (save_cwd) [HAVE_FCHDIR]: If opening `.' read-only
19794         fails, try write-only, and finally, resort to using xgetcwd.
19795
19796 2004-05-06  Paul Eggert  <eggert@cs.ucla.edu>
19797
19798         * lib/obstack.c, obstack.h: Import changes from libc.
19799
19800 2004-04-28  Bruno Haible  <bruno@clisp.org>
19801
19802         * lib/findprog.c (find_in_path): Treat Cygwin like Windows, since it
19803         also implicitly appends .exe to executables.
19804         * lib/localcharset.c (ISSLASH): Treat Cygwin like Windows, since it now
19805         accepts Windows pathnames.
19806         * lib/pathname.h (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
19807         Treat Cygwin like Windows, since it now accepts Windows pathnames.
19808         * lib/progreloc.c (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
19809         Treat Cygwin like Windows, since it now accepts Windows pathnames.
19810         Reported by Derek Robert Price <derek@ximbiot.com>.
19811
19812 2004-04-21  Karl Berry  <karl@gnu.org>
19813
19814         * config/srclist.txt (localcharset.c): break sync.
19815
19816 2004-04-20  Paul Eggert  <eggert@twinsun.com>
19817
19818         * m4/host-os.m4: Add a copyright notice.
19819
19820 2004-04-20  Jim Meyering  <jim@meyering.net>
19821
19822         Change UTILS_ to gl_ in AC_DEFINE'd names.
19823         Change utils_- and jm_-prefixed variables, too.
19824         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Renamed from
19825         UTILS_FUNC_MKDIR_TRAILING_SLASH.
19826         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Renamed from UTILS_FUNC_MKSTEP.
19827
19828         * m4/dirfd.m4 (gl_FUNC_DIRFD): Rename from UTILS_FUNC_DIRFD.
19829         Don't emit trailing blanks.
19830         Also rename jm_-prefixed variables to have gl_ prefix.
19831
19832         * m4/host-os.m4 (gl_HOST_OS): Rename from UTILS_HOST_OS.
19833         Also rename jm_-prefixed variables to have gl_ prefix.
19834
19835         * m4/jm-macros.m4: Reflect the renamings.
19836         * m4/prereq.m4: Likewise.
19837
19838 2004-04-20  Jim Meyering  <jim@meyering.net>
19839
19840         * lib/getndelim2.c (getndelim2): Upon realloc failure, don't leak
19841         memory.
19842
19843 2004-04-20  Jim Meyering  <jim@meyering.net>
19844             Bruno Haible  <bruno@clisp.org>
19845
19846         * lib/localcharset.c (get_charset_aliases) [!VMS && !WIN32]: Don't leak
19847         memory when realloc fails.
19848
19849 2004-04-19  Jim Meyering  <jim@meyering.net>
19850
19851         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Require gl_FUNC_FREE,
19852         now that readutmp.c may call `free (0)'.
19853
19854 2004-04-19  Bruno Haible  <bruno@clisp.org>
19855
19856         * m4/mbrtowc.m4: Change jm_ to gl_ in cache variables as well.
19857         * m4/inttypes_h.m4: Likewise.
19858         * m4/stdint_h.m4: Likewise.
19859         * m4/intmax_t.m4: Likewise.
19860         * m4/uintmax_t.m4: Likewise.
19861
19862 2004-04-18  Jim Meyering  <jim@meyering.net>
19863
19864         * m4/prereq.m4: Don't forbid jm_ prefix.
19865
19866         * m4/afs.m4, m4/allocsa.m4, m4/assert.m4, m4/backupfile.m4:
19867         * m4/bison.m4, m4/check-decl.m4, m4/chown.m4, m4/d-ino.m4:
19868         * m4/d-type.m4, m4/dirname.m4, m4/dos.m4, m4/error.m4, m4/fpending.m4:
19869         * m4/fstypename.m4, m4/fsusage.m4, m4/ftruncate.m4, m4/getdate.m4:
19870         * m4/getgroups.m4, m4/gettext.m4, m4/glibc21.m4, m4/group-member.m4:
19871         * m4/human.m4, m4/intmax.m4, m4/intmax_t.m4, m4/inttostr.m4:
19872         * m4/inttypes.m4, m4/inttypes_h.m4, m4/jm-macros.m4, m4/jm-winsz1.m4:
19873         * m4/jm-winsz2.m4, m4/lchown.m4, m4/lib-check.m4, m4/link-follow.m4:
19874         * m4/localcharset.m4, m4/longlong.m4, m4/ls-mntd-fs.m4, m4/lstat.m4:
19875         * m4/makepath.m4, m4/mbrtowc.m4, m4/mbswidth.m4, m4/memchr.m4:
19876         * m4/memcmp.m4, m4/mkdtemp.m4, m4/mkstemp.m4, m4/mountlist.m4:
19877         * m4/nanosleep.m4, m4/path-concat.m4, m4/perl.m4, m4/prereq.m4:
19878         * m4/putenv.m4, m4/quotearg.m4, m4/regex.m4, m4/stat.m4:
19879         * m4/stdint_h.m4, m4/strftime.m4, m4/strtoimax.m4, m4/strtoll.m4:
19880         * m4/strtoull.m4, m4/strtoumax.m4, m4/timespec.m4, m4/uintmax_t.m4:
19881         * m4/ulonglong.m4, m4/unlink-busy.m4, m4/unlocked-io.m4, m4/uptime.m4,
19882         * m4/utimbuf.m4, m4/utime.m4, m4/utimes-null.m4, m4/vasnprintf.m4:
19883         * m4/xstrtoimax.m4, m4/xstrtol.m4, m4/xstrtoumax.m4:
19884         Change jm_ to gl_ in AC_DEFINE'd names. Update all uses.
19885
19886 2004-04-18  Jim Meyering  <jim@meyering.net>
19887
19888         * lib/readutmp.c (read_utmp) [UTMP_NAME_FUNCTION]: Upon realloc
19889         failure, don't leak memory and do call END_UTMP_ENT.
19890
19891 2004-04-16  Jim Meyering  <jim@meyering.net>
19892
19893         * m4/prereq.m4 (jm_PREREQ_STAT): Remove macro.  It is specific to
19894         coreutils' stat program.
19895         (gl_PREREQ): Don't require jm_PREREQ_STAT.
19896
19897 2004-04-11  Paul Eggert  <eggert@twinsun.com>
19898
19899         * lib/inttostr.h: Include <limits.h> unconditionally, since we assume
19900         C89.
19901         (CHAR_BIT): Remove, since we assume C89.
19902         Include <stdint.h> if available, as per current Autoconf CVS advice.
19903
19904 2004-03-31  Jim Meyering  <jim@meyering.net>
19905
19906         * m4/prereq.m4: Require AC_FUNC_MALLOC, not jm_FUNC_MALLOC.
19907         Require AC_FUNC_REALLOC, not jm_FUNC_REALLOC.
19908         * m4/xalloc.m4: Likewise.
19909
19910 2004-03-30  Paul Eggert  <eggert@twinsun.com>
19911
19912         Merge from coreutils.
19913
19914         * m4/inttostr.m4: New file.
19915         * m4/getdate.m4 (gl_GETDATE): Remove time-related stuff.
19916         Require AM_STDBOOL_H and gl_TIMESPEC instead.
19917         Require gl_CLOCK_TIME.
19918         * m4/clock_time.m4 (gl_CLOCK_TIME): Require AC_GNU_SOURCE.
19919
19920 2004-03-30  Paul Eggert  <eggert@twinsun.com>
19921
19922         * lib/cloexec.h, cloexec.c (set_cloexec_flag): Return int
19923         not bool, to be more consistent with Unix conventions.
19924         Suggested by Bruno Haible.
19925
19926         Merge from coreutils.
19927
19928         * lib/imaxtostr.c, lib/inttostr.c, lib/inttostr.h, lib/offtostr.c:
19929         * lib/umaxtostr.c: New files.
19930
19931         * lib/getdate.h: Include stdbool.h, and timespec.h instead of
19932         the usual <time.h> dance.
19933         (get_date): Change signature to support fractional time stamps.
19934         All callers changed.
19935         * lib/getdate.y: Include "getdate.h" first, as we can now
19936         assume C89 and don't need to worry about 'const'.
19937         Similarly, include "unlocked-io.h" near start, not in middle.
19938         Include <limits.h>.
19939         (textint.value): Use long int rather than int.
19940         (textint.digits): Use size_t rather than int.
19941         (BILLION, LOG10_BILLION): New constants.
19942         (parser_control): New member rel_ns.  Members day_ordinal,
19943         time_zone, month, day, hour, minutes, rel_year, rel_month,
19944         rel_day, rel_hour, rel_minutes, rel_seconds
19945         are now long int, not int.  Member seconds is now struct timespec,
19946         not int.  New member timespec_seen.  Members dates_seen, days_seen,
19947         local_zones_seen, rels_seen, times_seen, zones_seen are now size_t,
19948         not int.
19949         (%union.intval): Now long int, not int.
19950         New member timespec.
19951         (tSDECIMAL_NUMBER, tUDECIMAL_NUMBER): New tokens.
19952         (seconds, signed_seconds, unsigned_seconds): New nonterminals.
19953         (spec): Now is a timespec or an item list.
19954         (timespec, items): New nonterminals.
19955         (time, rel, relunit, number, get_date):
19956         Add support for fractional seconds.
19957         (time): Fix bug: seconds weren't cleared in "00:00 +0000" syntax.
19958         (gmtime, localtime, mktime): Remove decls; not needed with C89.
19959         (to_hour): First arg is now long int, not int.
19960         (to_year): Returns long int, not int.
19961         Don't treat year -70 like 70.
19962         (tm_diff): Returns long int, not int.
19963         (lookup_word): Use bool instead of int when appropriate.
19964         (yylex): Use size_t for count, not int.
19965         Detect overflow when parsing large integer constants.
19966         Add support for fractions.
19967         (get_date): Make pointers 'const' if possible.
19968         Use more-portable code to detect integer overflow.
19969         (main) [TEST]: Adjust to above changes.  Test for localtime failure.
19970         Don't use ctime; it's not reliable if the year has >4 digits.
19971
19972         * lib/human.c (humblock): Inspect BLOCKSIZE if BLOCK_SIZE isn't set.
19973         This is for compatibility with BSD.
19974
19975         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP): Define.
19976         (ATIME_CMP, CTIME_CMP, MTIME_CMP, TIMESPEC_NS): Likewise.
19977         From coreutils' system.h.
19978
19979         * lib/userspec.c: Don't include "posixver.h".
19980         (parse_user_spec): Fall back on USER.GROUP parsing, regardless
19981         of POSIX version, as POSIX 1003.1-2001 allows that behavior as a
19982         compatible extension.  Simplify code by removing a boolean int
19983         that was always nonzero if a string was nonnull.
19984
19985 2004-03-30  Jim Meyering  <jim@meyering.net>
19986
19987         Merge from coreutils.
19988
19989         Avoid a configure-time warning about sys/ucred.h on OSF V4.0.
19990         * m4/ls-mntd-fs.m4: Test for sys/ucred.h separately, since
19991         on some systems one must include <grp.h> before it.
19992         Reported by Christian Krackowizer.
19993
19994 2004-03-30  Jim Meyering  <jim@meyering.net>
19995
19996         Merge from coreutils.
19997
19998         * lib/mountlist.c [HAVE_SYS_UCRED_H]: Include grp.h before sys/ucred.h.
19999
20000         * lib/readtokens.c (readtoken): Don't leak 64 bytes when reading
20001         an empty input stream.
20002
20003         * lib/readtokens.c: Include <stdbool.h>.
20004         (readtoken): Use `size_t' rather than int/long.
20005         All callers adjusted.
20006         Use `bool' rather than `int' where appropriate.
20007         Use memset rather than an explicit loop.
20008         Use x2nrealloc rather than xrealloc.
20009         Allow the use of `\0' as a delimiter.
20010         (readtokens): Likewise.
20011         * lib/readtokens.h (readtoken, readtokens): Update prototypes.
20012
20013 2004-03-30  Jim Meyering  <jim@meyering.net>
20014
20015         * m4/realloc.m4: Remove file, since now it does no more than
20016         AC_REQUIRE([AC_FUNC_REALLOC]), and that can be done via
20017         the `configure.ac' section of module/realloc.
20018         * m4/malloc.m4: Likewise, but for AC_FUNC_MALLOC.
20019
20020 2004-03-30  Bruno Haible  <bruno@clisp.org>
20021
20022         * lib/getloadavg.c (getloadavg): Don't assume setlocale returns
20023         nonnull.
20024
20025 2004-03-29  Paul Eggert  <eggert@twinsun.com>
20026
20027         Merge changes to getloadavg.c from coreutils and Emacs.
20028
20029         * lib/getloadavg.c [!defined HAVE_SETLOCALE] (setlocale):
20030         Define to an expression, not to the empty string.
20031         Include cloexec.h and xalloc.h.
20032         (getloadavg): Restore LC_NUMERIC locale after setting it temporarily.
20033         Use set_cloexec_flag rather than rolling our own.
20034         * lib/cloexec.c, lib/cloexec.h: New files.
20035
20036 2004-03-29  Paul Eggert  <eggert@twinsun.com>
20037
20038         * m4/cloexec.m4: New file.
20039
20040 2004-03-18  Paul Eggert  <eggert@twinsun.com>
20041
20042         * lib/getopt.h: Sync with libc CVS.
20043
20044 2004-03-18  Paul Eggert  <eggert@twinsun.com>
20045             Bruno Haible  <bruno@clisp.org>
20046
20047         * m4/mbswidth.m4 (gl_MBSWIDTH): Also test whether <wchar.h> declares
20048         mbswidth.
20049
20050 2004-03-18  Paul Eggert  <eggert@twinsun.com>
20051             Bruno Haible  <bruno@clisp.org>
20052
20053         * lib/mbswidth.h: Include <wchar.h> only if
20054         HAVE_DECL_MBSWIDTH_IN_WCHAR_H, not on all platforms that have
20055         <wchar.h>.
20056         * lib/mbswidth.c: Include <stdio.h> and <time.h> before <wchar.h>.
20057
20058 2004-03-09  Paul Eggert  <eggert@twinsun.com>
20059
20060         * lib/argp-parse.c, getopt.c, getopt.h, getopt1.c:
20061         Sync with libc CVS.
20062         * lib/getopt_int.h: New file, also synced from libc.
20063
20064 2004-03-09  Paul Eggert  <eggert@twinsun.com>
20065
20066         * config/srclistvars.sh: Add GNUWWWLICENSES for eggert.
20067         * config/srclist.txt: Sync getopt with libc.  Add getopt_int.h.
20068         Bring back getopt.c, getopt.h, getopt1.c.
20069
20070 2004-03-07  Paul Eggert  <eggert@twinsun.com>
20071
20072         * m4/c-stack.m4 (gl_PREREQ_C_STACK): Renamed from jm_PREREQ_C_STACK.
20073         All uses changed.  Check for sa_sigaction member; this fixes
20074         a bug first reported by Jason Andrade in
20075         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
20076
20077 2004-03-07  Paul Eggert  <eggert@twinsun.com>
20078
20079         * lib/c-stack.c (SIGACTION_WORKS): New macro.  Use it instead of long
20080         '#if' expressions.  Unlike the code it replaces, it does not
20081         depend on (defined _SC_PAGESIZE).  However, it does depend on
20082         HAVE_STRUCT_SIGACTION_SA_SIGACTION; this last change fixes a bug
20083         first reported by Jason Andrade in
20084         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
20085
20086 2004-02-25  Simon Josefsson  <jas@extundo.com>
20087
20088         * m4/strdup.m4 (gl_PREREQ_STRDUP): Check whether strdup is declared.
20089
20090 2004-02-25  Simon Josefsson  <jas@extundo.com>
20091
20092         * lib/strdup.h: New file.
20093         * lib/strdup.c: Include it.
20094         * lib/path-concat.c: Include strdup.h. Drop strdup declaration.
20095         * lib/userspec.c: Include strdup.h. Drop strdup declaration.
20096
20097 2004-02-23  Karl Berry  <karl@gnu.org>
20098
20099         * doc/maintain.texi, doc/standards.texi, doc/make-stds.texi: new files
20100         (from fencepost.gnu.org:/gd/gnuorg).
20101
20102 2004-02-23  Karl Berry  <karl@gnu.org>
20103
20104         * config/srclistvars.sh (GNUORG) [karl]: redefine.
20105         * config/srclist.txt: add maintain/standards documents.
20106
20107 2004-02-18  Bruno Haible  <bruno@clisp.org>
20108
20109         * m4/xsize.m4 (gl_XSIZE): Require AC_C_INLINE.
20110         Reported by Derek Robert Price <derek@ximbiot.com>.
20111
20112 2004-02-16  Karl Berry  <karl@gnu.org>
20113
20114         * config/mkinstalldirs, install-sh: update from automake.
20115
20116 2004-02-06  Karl Berry  <karl@gnu.org>
20117
20118         * m4/po.m4: update from gettext 0.14.1.
20119
20120 2004-02-06  Karl Berry  <karl@gnu.org>
20121
20122         * lib/config.charset: update from gettext 0.14.1.
20123
20124 2004-02-05  Paul Eggert  <eggert@twinsun.com>
20125
20126         Add comments and code, prompted by suggestions from Bruno Haible
20127         for sh-quote.
20128         * lib/quotearg.h (quotearg_alloc): New decl.  Improve the comments
20129         describing the enum quoting_style values.
20130         * lib/quotearg.c (quotearg_alloc): New function.
20131         (quotearg_buffer_restyled): Treat lone { and } as special.
20132         Treat = as special.  Work around bug with older shells
20133         that "see" a '\' that is really the 2nd byte of a multibyte char.
20134         Quote empty string with shell_quoting_style.
20135
20136 2004-02-03  Bruno Haible  <bruno@clisp.org>
20137
20138         * m4/pipe.m4: New file, from GNU gettext.
20139
20140 2004-02-03  Bruno Haible  <bruno@clisp.org>
20141
20142         * lib/pipe.h: New file, from GNU gettext.
20143         * lib/pipe.c: New file, from GNU gettext.
20144
20145 2004-01-27  Bruno Haible  <bruno@clisp.org>
20146
20147         * m4/execute.m4: New file, from GNU gettext.
20148
20149 2004-01-27  Bruno Haible  <bruno@clisp.org>
20150
20151         * lib/execute.h: New file, from GNU gettext.
20152         * lib/execute.c: New file, from GNU gettext.
20153         * lib/w32spawn.h: New file, from GNU gettext.
20154
20155 2004-01-24  Paul Eggert  <eggert@twinsun.com>
20156
20157         Merge from diffutils.
20158
20159         * lib/file-type.c (file_type): Add typed memory objects.
20160         * lib/file-type.h (S_TYPEISTMO): New macro.
20161
20162         * lib/c-stack.h (c_stack_action): Remove argv argument.
20163         * lib/c-stack.c (c_stack_action): Likewise.  All uses changed.
20164         (die): Don't calculate message unless segv_action returns.
20165         (get_stack_location, min_address_from_argv, max_address_from_argv,
20166         volatile stack_base, volatile_stack_size): Remove.
20167         (segv_handler): If ! HAVE_XSI_STACK_OVERFLOW_HEURISTIC, assume
20168         that every segmentation violation is a stack overflow.  (Ouch!)
20169         See Debian bug 136249 (still outstanding) for more info about why
20170         HAVE_XSI_STACK_OVERFLOW_HEURISTIC fails on Linux kernels.
20171
20172 2004-01-24  Paul Eggert  <eggert@twinsun.com>
20173
20174         Exit-status fix from coreutils.
20175
20176         Use exit_failure consistently in place of EXIT_FAILURE,
20177         so that program exit statuses are consistent on failure.
20178
20179         * lib/argmatch.c (ARGMATCH_DIE) [! defined ARGMATCH_DIE]:
20180         Include "exitfail.h", and use exit_failure rather than EXIT_FAILURE.
20181         * lib/argmatch.h: Comment fix to match the above.
20182         * lib/obstack.c (obstack_exit_failure) [!defined _LIBC]:
20183         Now a macro referring to exit_failure, instead of a separate
20184         variable.  Include "exitfail.h" to get it.
20185         * lib/xstrtol.h: Include "exitfail.h".
20186         (STRTOL_FATAL_ERROR): Exit with status exit_failure, not 2.
20187
20188         * lib/long-options.c (parse_long_options): Use prototype
20189         for usage function arg.  Pass it EXIT_SUCCESS rather than 0,
20190         for clarity.
20191
20192 2004-01-21  Jim Meyering  <jim@meyering.net>
20193
20194         * lib/mktime.c (__mktime_internal) [!_LIBC]: Define to mktime_internal
20195         so as not to conflict with a different-sized __mktime_internal
20196         function in GNU libc.
20197         * lib/timegm.c (__mktime_internal) [!_LIBC]: Likewise.
20198         Problem building statically-linked `ls' reported by Michael Brunnbauer.
20199
20200 2004-01-20  Karl Berry  <karl@gnu.org>
20201
20202         * config/config.guess: update from config.
20203
20204         * config/srclistvars.sh: GNUWWWLICENSES for karl.
20205
20206 2004-01-20  Bruno Haible  <bruno@clisp.org>
20207
20208         Safer stack allocation.
20209         * lib/setenv.c: Include allocsa.h.
20210         (alloca): Remove fallback definition.
20211         (freea): Remove macro.
20212         (__add_to_environ) [!_LIBC]: Use allocsa instead of alloca. Use freesa
20213         instead of freea.
20214
20215 2004-01-20  Bruno Haible  <bruno@clisp.org>
20216
20217         * m4/eealloc.m4: New file, from GNU gettext.
20218
20219 2004-01-20  Bruno Haible  <bruno@clisp.org>
20220
20221         * m4/allocsa.m4: New file, from GNU gettext.
20222
20223 2004-01-20  Bruno Haible  <bruno@clisp.org>
20224
20225         * lib/xallocsa.h: New file, from GNU gettext.
20226         * lib/xallocsa.c: New file, from GNU gettext.
20227
20228 2004-01-20  Bruno Haible  <bruno@clisp.org>
20229
20230         * lib/wait-process.c: On Windows, include windows.h. Needed on mingw.
20231
20232 2004-01-20  Bruno Haible  <bruno@clisp.org>
20233
20234         * lib/wait-process.c (wait_subprocess): Add ignore_sigpipe argument.
20235         * lib/wait-process.c (wait_subprocess): Likewise. Handle SIGPIPE
20236         specially.
20237
20238 2004-01-20  Bruno Haible  <bruno@clisp.org>
20239
20240         * lib/wait-process.c (wait_process): Disable the 2003-10-31 waitid()
20241         patch.
20242
20243 2004-01-20  Bruno Haible  <bruno@clisp.org>
20244
20245         * lib/wait-process.c (cleanup_slaves): Use ANSI C declaration.
20246
20247 2004-01-20  Bruno Haible  <bruno@clisp.org>
20248
20249         * lib/eealloc.h: New file.
20250
20251 2004-01-20  Bruno Haible  <bruno@clisp.org>
20252
20253         * lib/binary-io.h: Avoid warnings on Cygwin.
20254
20255 2004-01-20  Bruno Haible  <bruno@clisp.org>
20256
20257         * lib/allocsa.h: New file, from GNU gettext.
20258         * lib/allocsa.c: New file, from GNU gettext.
20259
20260 2004-01-18  Karl Berry  <karl@gnu.org>
20261
20262         * doc/gpl.texi, doc/lgpl.texi: new files.
20263
20264 2004-01-18  Karl Berry  <karl@gnu.org>
20265
20266         * config/srclistvars.sh (GNUWWWLICENSES): new variable.
20267         * config/srclist.txt ({fdl,gpl,lgpl}.text): get from there.
20268
20269 2004-01-15  Paul Eggert  <eggert@twinsun.com>
20270
20271         Merge from coreutils.
20272
20273         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for uintptr_t.
20274         * m4/posixver.m4 (gl_POSIXVER): Require gl_DEFAULT_POSIX2_VERSION.
20275         (gl_DEFAULT_POSIX2_VERSION): Move
20276         the documentation from 'configure' into 'config.hin',
20277         so that 'configure --help' isn't burdened by it and
20278         we don't have to worry about its formatting there.
20279         Reword the documentation so that it's more succinct
20280         and can be run together into a single paragraph.
20281         * m4/same.m4 (gl_SAME): Check for pathconf.
20282
20283 2004-01-15  Paul Eggert  <eggert@twinsun.com>
20284
20285         Merge from coreutils.
20286
20287         * lib/posixver.c: Include posixver.h.
20288
20289         * lib/same.c: Include <stdbool.h>, <limits.h>.
20290         (_POSIX_NAME_MAX): Define if not defined.
20291         (MIN): New macro.
20292         (same_name): If file names are silently truncated, report
20293         that the file names are the same if they are the same after
20294         the silent truncation.
20295
20296         * lib/xstrtod.h (xstrtod): Accept an extra arg, specifying the
20297         conversion function.
20298         * lib/xstrtod.c (xstrtod): Likewise.  All callers changed to
20299         include c-strtod.h and use c_strtod.  Don't include stdlib.h; no
20300         longer needed.
20301
20302 2004-01-15  Jim Meyering  <jim@meyering.net>
20303
20304         Merge from coreutils.
20305
20306         * m4/clock_time.m4 (gl_CLOCK_TIME): Don't set LIB_CLOCK_GETTIME
20307         if no library is required.
20308         * m4/jm-macros.m4: Don't require UTILS_SYS_OPEN_MAX.
20309         * m4/jm-macros.m4 (jm_MACROS): Require gl_FUNC_FREE.
20310         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.58.
20311         (AC_LANG_SOURCE): Remove definition, now that we require autoconf-2.58.
20312         * m4/jm-macros.m4 (jm_MACROS): Don't require AC_FUNC_FTW.
20313         * m4/lib-check.m4 (jm_LIB_CHECK): Do not set LIB_CRYPT to the
20314         value, $ac_cv_search_crypt, if it's "none required".
20315         * m4/posixver.m4 (gl_DEFAULT_POSIX2_VERSION): New macro.
20316         * m4/prereq.m4 (jm_PREREQ): Require AC_FUNC_GETLOADAVG,
20317         not gl_FUNC_GETLOADAVG.
20318         * m4/prereq.m4 (jm_PREREQ): Require gl_READTOKENS, gl_MD5, gl_MAKEPATH,
20319         gl_LONG_OPTIONS, and gl_IDCACHE, gl_GETUGROUPS.
20320
20321 2004-01-15  Jim Meyering  <jim@meyering.net>
20322
20323         Merge from coreutils.
20324
20325         * lib/md5.h (rol) [__GNUC__ && __i386__]: Don't use `asm' code.  These
20326         days, gcc-3.x does better all by itself.  Patch from Dean Gaudet:
20327         http://mail.gnu.org/archive/html/bug-coreutils/2003-11/msg00144.html
20328
20329         * lib/posixver.c (DEFAULT_POSIX2_VERSION): Use definition of new,
20330         optional configure-time default.
20331
20332         * lib/version-etc.c (version_etc_copyright): Update copyright date.
20333
20334         * lib/xreadlink.c (xreadlink): Correct outdated comment.
20335
20336 2004-01-15  Alexandre Duret-Lutz  <adl@gnu.org>
20337
20338         Merge from coreutils.
20339
20340         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Do not set LIB_NANOSLEEP to the
20341         value, $ac_cv_search_nanosleep, if it's "none required".
20342
20343 2004-01-14  Paul Eggert  <eggert@twinsun.com>
20344
20345         * lib/fnmatch_loop.c (ALLOCA_LIMIT): Remove macro, which collided
20346         with like-named macro in fnmatch.c.
20347         (EXT): Use an internal constant instead.
20348
20349         Merge fnmatch patches from glibc.
20350         * lib/fnmatch.c (mbsinit): Remove define.
20351         Add libc_hidden_ver (__fnmatch, fnmatch).
20352         * lib/fnmatch_loop.c (FCT): Cast to int32_t and UCHAR when appropriate.
20353         Adjust to renaming of collseq_table_lookup to __collseq_table_lookup.
20354
20355 2004-01-14  Karl Berry  <karl@gnu.org>
20356
20357         * config/install-sh: update from automake.
20358
20359 2004-01-13  Karl Berry  <karl@gnu.org>
20360
20361         * config/install-sh: update from automake.
20362
20363 2004-01-09  Karl Berry  <karl@gnu.org>
20364
20365         * config/install-sh: update from automake.
20366
20367 2004-01-05  Karl Berry  <karl@gnu.org>
20368
20369         * config/config.{sub,guess}: update from config.
20370
20371 2003-12-31  Karl Berry  <karl@gnu.org>
20372
20373         * config/depcomp: update from automake.
20374
20375 2003-12-14  Karl Berry  <karl@gnu.org>
20376
20377         * lib/config.charset: update from gettext-runtime.
20378
20379 2003-12-03  Paul Eggert  <eggert@twinsun.com>
20380
20381         * lib/getgroups.c (getgroups): xmalloc takes one argument, not two.
20382         Bug reported by Alfred M. Szmidt.
20383
20384 2003-12-03  Bruno Haible  <bruno@clisp.org>
20385
20386         * m4/gettext.m4: Upgrade from gettext-0.13.
20387         * m4/po.m4: Upgrade from gettext-0.13.
20388         * m4/size_max.m4 (gl_SIZE_MAX): Don't use the _ONCE macros here.
20389         * m4/intmax.m4: New file, from gettext-0.13.
20390         * m4/printf-posix.m4: New file, from gettext-0.13.
20391
20392 2003-11-29  Karl Berry  <karl@gnu.org>
20393
20394         * lib/argp-{help.c,parse.c,namefrob.h}, argp.h: update from libc.
20395
20396 2003-11-25  Paul Eggert  <eggert@twinsun.com>
20397             Bruno Haible  <bruno@clisp.org>
20398
20399         * lib/printf-parse.h: Don't include sys/types.h.
20400         (ARG_NONE): New macro.
20401         (char_directive): Change type of *arg_index fields to size_t.
20402         * lib/printf-parse.c: Don't include sys/types.h.
20403         (SSIZE_MAX): Remove macro.
20404         (PRINTF_PARSE): Change the type of the arg_index variables to size_t.
20405         Remove unnecessary overflow check.
20406         * lib/vasnprintf.c (VASNPRINTF): Update for type change of *arg_index
20407         fields.
20408
20409 2003-11-25  Bruno Haible  <bruno@clisp.org>
20410
20411         * modules/vasnprintf (Files): Remove m4/ssize_t.m4.
20412
20413 2003-11-25  Bruno Haible  <bruno@clisp.org>
20414
20415         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Don't require
20416         gt_TYPE_SSIZE_T.
20417
20418 2003-11-24  Paul Eggert  <eggert@twinsun.com>
20419
20420         * modules/alloca: Remove dependency on xalloc.
20421
20422 2003-11-24  Paul Eggert  <eggert@twinsun.com>
20423
20424         * lib/alloca.c: Remove dependency on xalloc module.
20425         (xalloc_die): Remove.
20426         (memory_full) [!defined emacs]: New macro.
20427         [!defined emacs]: Don't include xalloc.h.
20428         (alloca): Invoke memory_full, not xalloc_die, if malloc fails or
20429         address arithmetic overflows.  Change datatypes a bit to avoid
20430         unnecessary casts.
20431
20432 2003-11-22  Jim Meyering  <jim@meyering.net>
20433
20434         * lib/xmalloc.c (x2nrealloc_inline): Fix typos in comments:
20435         s/size/size_t/.
20436
20437 2003-11-21  Karl Berry  <karl@gnu.org>
20438
20439         * config/config.{sub,guess}: update from config.
20440
20441 2003-11-18  Karl Berry  <karl@gnu.org>
20442
20443         * config/config.{sub,guess}: update from config.
20444
20445         * config/(printf-{parse,args}.[ch]): sync broken, sigh.
20446
20447 2003-11-17  Paul Eggert  <eggert@twinsun.com>
20448
20449         * README: Mention that S+T cannot overflow if S is the size of
20450         an existing object and T is sufficiently small.
20451
20452 2003-11-17  Jim Meyering  <jim@meyering.net>
20453
20454         On systems without utime and without a utimes function capable of
20455         dealing with a NULL struct utimbuf* argument, this utime replacement
20456         could -- in unusual circumstances -- leak a file descriptor.
20457         * lib/utime.c: Include <unistd.h> and <errno.h>.
20458         (utime_null): Be sure to close `fd' and to preserve errno.
20459         Reported by Geoff Collyer via Arnold Robbins.
20460
20461 2003-11-17  Bruno Haible  <bruno@clisp.org>
20462
20463         * modules/vasnprintf (Files): Add m4/ssize_t.m4.
20464         (Depends-on): Add xsize.
20465
20466 2003-11-17  Bruno Haible  <bruno@clisp.org>
20467
20468         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Require gt_TYPE_SSIZE_T.
20469
20470 2003-11-17  Bruno Haible  <bruno@clisp.org>
20471
20472         * lib/vasnprintf.c (alloca): Remove fallback definition.
20473         (freea): Remove definition.
20474         (VASNPRINTF): Use alloca only for small sizes, say <= 4000 bytes.
20475         Reported by Paul Eggert.
20476
20477 2003-11-16  Paul Eggert  <eggert@twinsun.com>
20478             Bruno Haible  <bruno@clisp.org>
20479
20480         Protect against address arithmetic overflow.
20481         * lib/printf-args.h: Include stddef.h.
20482         (arguments): Change type of field 'count' to size_t.
20483         * lib/printf-args.c (printf_fetchargs): Use size_t instead of
20484         'unsigned int' where appropriate.
20485         * lib/printf-parse.h: Include sys/types.h.
20486         (char_directive): Change type of *arg_index fields to ssize_t.
20487         (char_directives): Change type of fields 'count', max_*_length to
20488         size_t.
20489         * lib/printf-parse.c: Include sys/types.h and xsize.h.
20490         (SSIZE_MAX): Define fallback value.
20491         (PRINTF_PARSE): Use size_t instead of 'unsigned int' and ssize_t
20492         instead of 'int' where appropriate. Check a_allocated, d_allocated
20493         against overflow. Reject %m$ argument numbers > SSIZE_MAX + 1.
20494         * lib/vasnprintf.c: Include xsize.h.
20495         (VASNPRINTF): Use size_t instead of 'unsigned int' where appropriate.
20496         Check alloca, malloc, realloc, ENSURE_ALLOCATION arguments against
20497         overflow. Avoid wraparound when converting a width or precision from
20498         decimal to binary.
20499
20500 2003-11-16  Bruno Haible  <bruno@clisp.org>
20501
20502         Update from GNU gettext.
20503         * lib/printf-parse.c: Generalize to it can be compiled for wide
20504         strings.
20505         (PRINTF_PARSE, CHAR_T, DIRECTIVE, DIRECTIVES): New macros.
20506         * lib/vasnprintf.c: Generalize to it can be compiled for wide strings.
20507         (VASNPRINTF, CHAR_T, DIRECTIVE, DIRECTIVES, PRINTF_PARSE, USE_SNPRINTF,
20508         SNPRINTF): New macros.
20509         Don't include <alloca.h> if the file is used inside libintl.
20510         (local_wcslen): New function, for Solaris 2.5.1.
20511         (VASNPRINTF): Use it instead of wcslen.
20512
20513 2003-11-16  Bruno Haible  <bruno@clisp.org>
20514
20515         * lib/xsize.h (xmax): New function.
20516         (xsum, xsum3, xsum4): Declare as "pure" functions.
20517
20518 2003-11-12  Paul Eggert  <eggert@twinsun.com>
20519
20520         * modules/xalloc (Files): Undo latest change, since xalloc.h
20521         no longer needs SIZE_MAX or PTRDIFF_MAX.
20522
20523 2003-11-12  Paul Eggert  <eggert@twinsun.com>
20524
20525         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Do not require gl_SIZE_MAX or
20526         gl_PTRDIFF_MAX.
20527
20528 2003-11-12  Paul Eggert  <eggert@twinsun.com>
20529
20530         * lib/xstrtol.c (__xstrtol): Remove "break" immediately after
20531         "return", to pacify some unknown compiler.  Problem reported
20532         by Joerg Schilling.
20533
20534 2003-11-12  Paul Eggert  <eggert@twinsun.com>
20535
20536         * lib/xalloc.h: Do not include <limits.h> or <stdint.h>.
20537         (xalloc_oversized): Use sizeof (ptrdiff_t) and sizeof (size_t) for
20538         the heuristic, rather than PTRDIFF_MAX and SIZE_MAX.  This
20539         heuristic is just as accurate as far as we know, and it removes a
20540         dependency on size_max.m4 and ptrdiff_max.m4.
20541
20542 2003-11-11  Bruno Haible  <bruno@clisp.org>
20543
20544         * modules/xsize (Files): Add m4/size_max.m4.
20545         * modules/xalloc (Files): Add m4/size_max.m4, m4/ptrdiff_max.m4.
20546
20547 2003-11-11  Bruno Haible  <bruno@clisp.org>
20548
20549         * m4/size_max.m4: New file.
20550         * m4/ptrdiff_max.m4: New file.
20551         * m4/xsize,m4 (gl_XSIZE): Require gl_SIZE_MAX.
20552         * m4/xalloc.m4 (gl_PREREQ_XALLOC): New macro.
20553         (gl_XALLOC): Invoke it.
20554
20555 2003-11-11  Bruno Haible  <bruno@clisp.org>
20556
20557         * lib/xsize.h (SIZE_MAX): Remove fallback definition.
20558         * lib/xalloc.h: Include limits.h. Assume SIZE_MAX and PTRDIFF_MAX are
20559         defined.
20560
20561 2003-11-10  Paul Eggert  <eggert@twinsun.com>
20562
20563         * lib/xalloc.h (xalloc_oversized): [! (defined PTRDIFF_MAX &&
20564         PTRDIFF_MAX < SIZE_MAX)]: Fix off-by-one error that would have
20565         rejected some allocations of exactly SIZE_MAX - 2 bytes.
20566         From Bruno Haible.
20567         [defined PTRDIFF_MAX && PTRDIFF_MAX < SIZE_MAX]: Use SIZE_MAX,
20568         not (size_t) -1, since it's defined here.
20569
20570 2003-11-09  Karl Berry  <karl@gnu.org>
20571
20572         * config/mkinstalldirs, depcomp, mdate-sh: update from automake.
20573
20574 2003-11-06  Paul Eggert  <eggert@twinsun.com>
20575
20576         * lib/xalloc.h [HAVE_STDINT_H]: Include <stdint.h>.
20577         (xalloc_oversized) [! (PTRDIFF_MAX < SIZE_MAX)]:
20578         Reject sizes of exactly SIZE_MAX bytes.
20579         * lib/xreadlink.c: Include "xalloc.h" before checking whether SIZE_MAX
20580         is defined, since "xalloc.h" now defines SIZE_MAX on modern hosts.
20581
20582 2003-11-05  Bruno Haible  <bruno@clisp.org>
20583
20584         * lib/xsize.h: Include limits.h, to avoid a possible collision with
20585         SIZE_MAX defined in <limits.h> on Solaris.
20586
20587 2003-11-04  Jim Meyering  <jim@meyering.net>
20588
20589         * modules/sysexits: Use the `$(VAR)' notation for AC_SUBST'd
20590         variable names, rather than @VAR@.
20591         * modules/poll: Likewise.
20592
20593 2003-11-04  Bruno Haible  <bruno@clisp.org>
20594
20595         * modules/xsize: New file.
20596         * modules/linebreak: Depend on xsize.
20597         * MODULES.html.sh (func_all_modules): Add xsize.
20598
20599 2003-11-04  Bruno Haible  <bruno@clisp.org>
20600
20601         * m4/xsize.m4: New file.
20602
20603 2003-11-04  Bruno Haible  <bruno@clisp.org>
20604
20605         * lib/xsize.h: New file.
20606         * lib/linebreak.c: Include xsize.h.
20607         (mbs_possible_linebreaks, mbs_width_linebreaks): Check malloc()
20608         argument for overflow.
20609         Suggested by Paul Eggert.
20610
20611 2003-11-03  Karl Berry  <karl@gnu.org>
20612
20613         * config/config.{guess,sub}: update from config.
20614
20615 2003-11-03  Jim Meyering  <jim@meyering.net>
20616
20617         * modules/userspec (lib_SOURCES): Add userspec.h.
20618         (Include): Add "userspec.h".
20619         Improve description.
20620
20621 2003-11-03  Jim Meyering  <jim@meyering.net>
20622
20623         * lib/userspec.c: Include "userspec.h".
20624         * lib/userspec.h: New file.
20625
20626 2003-11-03  Bruno Haible  <bruno@clisp.org>
20627
20628         * m4/wait-process.m4 (gl_WAIT_PROCESS): Also check for waitid.
20629
20630 2003-11-03  Bruno Haible  <bruno@clisp.org>
20631
20632         * lib/wait-process.c (wait_process): Use waitid with WNOWAIT if
20633         available, to avoid (extremely rare) race condition.
20634         Suggested by Paul Eggert.
20635
20636 2003-11-02  Karl Berry  <karl@gnu.org>
20637
20638         * config/srclist.txt (vasprintf.c): sync broken, sigh.
20639
20640 2003-10-31  Paul Eggert  <eggert@twinsun.com>
20641
20642         * lib/mountlist.h (struct mount_entry.me_type_malloced): New member.
20643         * lib/mountlist.c (SIZE_MAX): Define if not defined already.
20644         (read_filesystem_list): Set and use me_type_malloced.
20645         Use "sizeof *me" rather than "sizeof (struct mount_entry)" (or
20646         whatever the type happens to be), for brevity and consistency.
20647         Check for size calculation overflow on Alphas running OSF/1.
20648
20649 2003-10-31  Jim Meyering  <jim@meyering.net>
20650
20651         * lib/hash.c: Include "xalloc.h" for use of xalloc_oversized.
20652
20653         * lib/linebuffer.c: Include <string.h> for declaration of memset.
20654
20655 2003-10-30  Paul Eggert  <eggert@twinsun.com>
20656             Bruno Haible  <bruno@clisp.org>
20657
20658         * lib/vasprintf.c: Include <limits.h>, <stdlib.h>.
20659         (vasprintf): Fail if the resulting length doesn't fit in an 'int'.
20660
20661 2003-10-30  Paul Eggert  <eggert@cs.ucla.edu>
20662
20663         * m4/host-os.m4 (UTILS_HOST_OS): Change netbsd*-gnu pattern back to
20664         netbsd*-gnu*.  Suggested by Robert Millan.
20665
20666 2003-10-29  Paul Eggert  <eggert@twinsun.com>
20667
20668         * modules/group-member: Depend on stdbool.
20669
20670 2003-10-29  Paul Eggert  <eggert@twinsun.com>
20671
20672         * m4/xalloc.m4 (gl_XALLOC): Undo previous change.
20673
20674 2003-10-29  Paul Eggert  <eggert@twinsun.com>
20675
20676         * m4/host-os.m4 (UTILS_HOST_OS): Resurrect netbsd*-gnu.  Add comments
20677         to it, and to knetbsd*-gnu and kfreebsd*-gnu.  Remove the '*' from
20678         after the 'gnu' in these cases.  This fixes some bugs in the
20679         previous change, and is based on suggestions by Robert Millan.
20680
20681 2003-10-29  Paul Eggert  <eggert@twinsun.com>
20682
20683         * lib/xalloc.h (xalloc_oversized): Now a macro, not a function,
20684         so that it works even if SIZE_MAX < N.  Do not include <stdbool.h>;
20685         no longer needed.
20686         * lib/quotearg.c (quotearg_n_options): Use it.
20687         * lib/group-member.c: Include <stdbool.h>.
20688         (free_group_info): Arg is now const *; don't free arg.
20689         (get_group_info): Now returns bool and accepts struct group_info *,
20690         rather than returning a malloc'ed struct group_info *.
20691         All uses changed.  Check for overflow in internal size calculation.
20692
20693         * lib/getusershell.c (readname): Simplify the code by using x2nrealloc
20694         rather than xmalloc/xrealloc.
20695         * lib/linebuffer.c (initbuffer, readlinebuffer): Simplify the code by
20696         using x2realloc rather than xmalloc/xrealloc.  Also, fix a C
20697         conformance bug: the old code used a pointer after freeing the
20698         storage that it addressed.
20699         * lib/hash.c (hash_initialize): Simplify the code by using
20700         xalloc_oversized rather than doing it by hand.
20701         * lib/getgroups.c (getgroups): Don't use xrealloc, since we don't need
20702         the buffer preserved.  Use free and xmalloc instead.
20703         * lib/quotearg.c (quotearg_n_options): Likewise.
20704         Use a simpler test for size overflow.  Don't use xalloc_oversized
20705         because unsigned int might be wider than size_t (!); this suggests
20706         that we should switch from unsigned int to size_t for slot numbers.
20707
20708 2003-10-28  Paul Eggert  <eggert@twinsun.com>
20709
20710         * m4/host-os.m4 (UTILS_HOST_OS): Identify GNU/KFreeBSD and
20711         GNU/KNetBSD.  These implementations use glibc atop the FreeBSD and
20712         NetBSD kernels.  Requested by Richard Stallman.
20713
20714 2003-10-27  Paul Eggert  <eggert@twinsun.com>
20715
20716         * lib/exclude.c (new_exclude): Use xzalloc rather than xmalloc
20717         to allocate the returned structure.  Do not allocate a subarray,
20718         as x2nrealloc will do that.
20719         (add_exclude): Use x2nrealloc to reallocate ex->exclude,
20720         instead of xnrealloc.
20721         (add_exclude_file): Use x2realloc instead of malloc + xnrealloc.
20722
20723 2003-10-27  Bruno Haible  <bruno@clisp.org>
20724
20725         * lib/stdbool_.h: Better support for BeOS.
20726
20727 2003-10-26  Paul Eggert  <eggert@twinsun.com>
20728
20729         * m4/xalloc.m4 (gl_XALLOC): Requore AC_C_INLINE, since xalloc.h
20730         now uses inline.
20731
20732 2003-10-26  Paul Eggert  <eggert@twinsun.com>
20733
20734         * lib/xalloc.h (xalloc_oversized): New static inline function, for
20735         callers that want to do their own size-overflow checking.  Include
20736         <stdbool.h>, since xalloc_oversized returns bool.
20737         * lib/xalloc.c (array_size_overflow): Remove.  All callers changed
20738         to use xalloc_oversized.
20739
20740         Add two functions x2realloc, x2nrealloc, for programs that grow
20741         arrays dynamically by doubling their sizes.
20742         * lib/xalloc.h (x2realloc, x2nrealloc): New decls.
20743         * lib/xmalloc.c (x2nrealloc_inline, x2nrealloc, x2realloc):
20744         New functions.
20745
20746         Port to C99 semantics for 'inline' of external functions.
20747         Bug reported by Bruno Haible.
20748         * lib/xmalloc.c (xnmalloc_inline): New static inline function,
20749         with the old contents of xnmalloc.
20750         (xnmalloc, xmalloc): Use it.
20751         (xnrealloc_inline): New static inline function,
20752         with the old contents of xnrealloc.
20753         (xnrealloc, xrealloc): Use it.
20754
20755         * lib/alloc.c (alloca): xmalloc cannot return NULL, so don't test for
20756         that.
20757
20758 2003-10-26  Karl Berry  <karl@gnu.org>
20759
20760         * config/srclist.txt (COPYING.DOC): no longer available from
20761         /gd/gnuorg; don't know where the ultimate source is.
20762
20763 2003-10-25  Paul Eggert  <eggert@twinsun.com>
20764
20765         Fix several address-calculation bugs in the hash modules,
20766         plus some minor code cleanup.
20767
20768         * lib/hash.h: Include <stdbool.h>, for bool.
20769         * lib/hash.c: Don't include <stdbool.h>, since hash.h does it now.
20770         * lib/hash.h (Hash_hasher, hash_get_n_buckets, hash_get_n_buckets_used,
20771         hash_get_n_entries, hash_get_max_bucket_length,
20772         hash_get_entries, hash_do_for_each, hash_string, hash_initialize,
20773         hash_rehash): Use size_t rather than unsigned.
20774         * lib/hash.c (struct hash_table, hash_get_n_buckets,
20775         hash_get_n_buckets_used, hash_get_n_entries,
20776         hash_get_max_bucket_length, hash_table_ok, hash_print_statistics,
20777         hash_get_entries, hash_do_for_each, hash_string, is_prime,
20778         next_prime, hash_initialize, hash_rehash, hash_delete, hash_print):
20779         Likewise.
20780         (SIZE_MAX): Define if not defined.
20781         (hash_get_max_bucket_length, hash_table_ok, hash_lookup,
20782         hash_get_first, hash_get_next, hash_get_entries, hash_do_for_each,
20783         hash_print):
20784         Use const * when possible.
20785         (hash_string): Use (unsigned char) *P rather than *(unsigned char *) P.
20786         (check_tuning): Fix bug: if tuning parameters were very close to
20787         0 or 1, rounding errors could have caused subscript violations.
20788         (hash_initialize, allocate_entry, hash_print): Remove unnecessary cast.
20789         (hash_initialize): Add 'fail:' label
20790         to free table and return NULL, and use it to simplify code.
20791         Use calloc rather than clearing the storage ourself.
20792         (hash_initialize, hash_rehash): Check for arithmetic overflow in
20793         buffer size calculations.
20794         * lib/hash-pjw.h (hash_pjw): Use size_t, not unsigned.
20795         Include <stddef.h>, for size_t.
20796         * lib/hash-pjw.c (hash_pjw): Likewise.
20797         Switch to method described by Bruno Haible.
20798         Include <limits.h>, for CHAR_BIT.
20799         (SIZE_BITS): New macro.
20800
20801 2003-10-23  Paul Eggert  <eggert@twinsun.com>
20802
20803         * m4/getline.m4 (AM_FUNC_GETLINE):
20804         Don't include getndelim2.o twice into LIBOBJS; this breaks on some
20805         hosts.  Problem reported by Derek Robert Price in
20806         <http://mail.gnu.org/archive/html/bug-gnulib/2003-10/msg00092.html>.
20807         This patch can be withdrawn after Autoconf 2.58 is required for gnulib.
20808         * m4/getndelim2.m4 (gl_GETNDELIM2): Likewise.
20809
20810 2003-10-21  Paul Eggert  <eggert@twinsun.com>
20811
20812         * lib/getndelim2.c (getndelim2): When size calculation overflows,
20813         ceiling the allocation at NMAX bytes rather than silently
20814         discarding input bytes before NMAX is reached.  This makes
20815         a difference only if NMAX exceeds SIZE_MAX / 2.
20816
20817         * lib/obstack.c: Merge from glibc.
20818         [defined _LIBC]: Include <obstack.h>, not "obstack.h".
20819         Add libc_hidden_def (_obstack_newchunk).
20820         (_obstack_free) [! defined _LIBC]: Remove.
20821         [defined _LIBC]: Make a strong alias from obstack_free, rather than
20822         a clone of the function body.
20823         (fputs) [defined _LIBC && defined USE_IN_LIBIO]: Remove.
20824         [defined _LIBC && !defined USE_IN_LIBIO]: Include <libio/iolibio.h>.
20825
20826         * lib/obstack.h: Indenting cleanup, to make it easier to merge with
20827         glibc.
20828         (obstack_grow, obstack_grow0): Remove unnecessary parentheses around
20829         arg to memcpy.
20830
20831         * lib/obstack.h (obstack_1grow_fast): Properly parenthesize arg.
20832         (obstack_ptr_grow_fast, obstack_int_grow_fast):
20833         Don't use lvalue casts, as GCC plans to remove support for them
20834         in GCC 3.5.  Reported by Joseph S. Myers.  This bug
20835         was also present in the non-GCC version, indicating that this
20836         code had always been buggy and had never been widely used.
20837         (obstack_1grow, obstack_ptr_grow, obstack_int_grow, obstack_blank):
20838         Use the fast variant of each macro, rather than copying the
20839         definiens of the fast variant; that way, we'll be more likely to
20840         catch future bugs in the fast variants.
20841
20842 2003-10-20  Bruno Haible  <bruno@clisp.org>
20843
20844         * modules/wait-process: New file.
20845         * MODULES.html.sh (func_all_modules): Add wait-process.
20846
20847 2003-10-20  Bruno Haible  <bruno@clisp.org>
20848
20849         * m4/wait-process.m4: New file.
20850
20851 2003-10-20  Bruno Haible  <bruno@clisp.org>
20852
20853         * lib/wait-process.h: New file, from GNU gettext.
20854         * lib/wait-process.c: New file, from GNU gettext.
20855
20856 2003-10-19  Jim Meyering  <jim@meyering.net>
20857
20858         * lib/vasnprintf.c (vasnprintf): Work around losing snprintf on
20859         HPUX 10.20.
20860
20861 2003-10-18  Karl Berry  <karl@gnu.org>
20862
20863         * config/config.guess: update from config.
20864
20865 2003-10-16  Paul Eggert  <eggert@twinsun.com>
20866
20867         * lib/getgroups.c: Include <errno.h>, <stdlib.h>.
20868         (getgroups): First arg is int, not size_t.
20869         Don't let 'free' mangle errno.
20870
20871 2003-10-16  Paul Eggert  <eggert@twinsun.com>
20872
20873         * README: Mention that gnulib assumes that (foo *) NULL + 0 == NULL.
20874
20875 2003-10-16  Karl Berry  <karl@gnu.org>
20876
20877         * config/config.{guess,sub}: update from config.
20878
20879 2003-10-16  Jim Meyering  <jim@meyering.net>
20880
20881         * lib/xmalloc.c: Include <string.h>, for declarations of memset and
20882         memcpy.
20883
20884 2003-10-15  Paul Eggert  <eggert@twinsun.com>
20885
20886         * lib/exclude.c: Do not include <inttypes.h> or <stdint.h>.
20887         (SIZE_MAX): Remove.
20888         (new_exclude, add_exclude_file): Initial size no longer needs to
20889         be a power of 2.
20890         (add_exclude, add_exclude_file): Use xnrealloc instead of rolling
20891         our own address arithmetic overflow checking.
20892
20893         * lib/fnmatch.c (SIZE_MAX): Define if standard headers don't.
20894         (fnmatch): Do not alloca more than 2000 wide characters;
20895         instead, use malloc for large buffers.
20896         Check for address arithmetic overflow, and return -1
20897         with errno set to ENOMEM in that case.
20898         * lib/fnmatch_loop.c (ALLOCA_LIMIT): New macro.
20899         (NEW_PATTERN): Do not alloca more than 8000 bytes;
20900         instead, return -1.  Check for address arithmetic overflow.
20901
20902 2003-10-14  Paul Eggert  <eggert@twinsun.com>
20903
20904         Handle invalid suffixes and overflow independently, so that
20905         callers can treat them independently as needed.  Fix some bugs in
20906         suffix handling, e.g., "100k@" was not diagnosed as an invalid
20907         suffix for a human-readable blocksize.  The major caller-visible
20908         change is the addition of a new
20909         LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW enum value, indicating
20910         that both overflow and suffix chars were found.
20911
20912         * lib/human.c (humblock): Don't check separately for invalid suffix
20913         char; that is xstrtoumax's job (now that its bug is fixed).
20914         * lib/xstrtoimax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [defined
20915         INTMAX_MAX]: New macros.
20916         * lib/xstrtol.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM, TYPE_MINIMUM,
20917         TYPE_MAXIMUM): New macros.
20918         (bkm_scale, bkm_scale_by_power): Return strtol_error, not int.
20919         (bkm_scale, bkm_scale_by_power, __xstrtol): Return maximal values
20920         if overflow occurs, as it's what __strtol does and it's more useful
20921         in practice.
20922         (__xstrtol): If __strtol reports some error other than ERANGE,
20923         reflect it to the caller as LONGINT_INVALID.  If it reports
20924         ERANGE, continue the rest of parsing, and report LONGINT_OVERFLOW
20925         | LONGINT_INVALID_SUFFIX_CHAR if both errors occur.
20926         * lib/xstrtol.h (LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW): New enum
20927         value.
20928         (_STRTOL_ERROR): Handle it.  Abort when given unknown error codes.
20929         * lib/xstrtoul.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM): New macros.
20930         * lib/xstrtoumax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM)
20931         [defined UINTMAX_MAX]: New macros.
20932
20933 2003-10-14  Bruno Haible  <bruno@clisp.org>
20934
20935         * modules/fatal-signal: Add m4/sig_atomic_t.m4 to file list.
20936
20937 2003-10-14  Bruno Haible  <bruno@clisp.org>
20938
20939         * m4/sig_atomic_t: New file, from GNU gettext.
20940         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Require gt_TYPE_SIG_ATOMIC_T.
20941
20942 2003-10-14  Bruno Haible  <bruno@clisp.org>
20943
20944         * lib/fatal-signal.h: Improved comments. Suggested by Paul Eggert.
20945         * lib/fatal-signal.c: Use sig_atomic_t. Suggested by Paul Eggert.
20946         Also use volatile where needed.
20947
20948 2003-10-12  Paul Eggert  <eggert@twinsun.com>
20949
20950         * modules/xalloc: Do not depend on 'exit'.  Depend on 'stdbool'.
20951         Change maintainer from Bruno Haible to 'all'.
20952
20953 2003-10-12  Paul Eggert  <eggert@twinsun.com>
20954
20955         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Require AC_C_INLINE.
20956
20957 2003-10-12  Paul Eggert  <eggert@twinsun.com>
20958
20959         * lib/xalloc.h (xnmalloc, xzalloc, xnrealloc, xclone): New decls.
20960         (XMALLOC, XCALLOC, XREALLOC, XFREE, CCLONE, CLONE): Deprecate,
20961         and define in terms of the other primitives.
20962         * lib/xmalloc.c: Include stdbool.h; do not include exit.h.
20963         (SIZE_MAX): Define if not already defined.
20964         (array_size_overflow): New function.
20965         (xalloc_die): Abort instead of exiting if 'error' returns.
20966         (xnmalloc, xnrealloc, xzalloc, xclone): New functions.
20967         (xmalloc, xrealloc): Use them.
20968         (xcalloc): Check for address arithmetic overflow.
20969         * lib/xstrdup.c (xstrdup): Use xclone, since memcpy should be
20970         a bit faster than strcpy.
20971
20972 2003-10-10  Simon Josefsson  <jas@extundo.com>
20973
20974         * modules/argp (Depends-on): Add restrict and strcase.
20975
20976 2003-10-10  Simon Josefsson  <jas@extundo.com>
20977
20978         * m4/argp.m4: Add AC_C_INLINE.
20979
20980 2003-10-08  Paul Eggert  <eggert@twinsun.com>
20981
20982         Merge getpass from libc, plus a few fixes.
20983
20984         * lib/getpass.c (HAVE_STDIO_EXT) [_LIBC]: Define to 1.
20985         Include <stdbool.h>.
20986         Include <stdio_ext.h> if HAVE_STDIO_H, otherwise define
20987         __fsetlocking to empty.
20988         [_LIBC]: Do not include "getline.h" or "unlocked-io.h", but
20989         do include <bits/libc-lock.h>.
20990         Do not include <fcntl.h>; not needed.
20991         [_LIBC]: Include <wchar.h>.
20992         (NOTCANCEL_MODE): New macro.
20993         (flockfile, funlockfile) [_LIBC]: New macros.
20994         (__libc_cleanup_push, __libc_cleanup_pop, __getline, __tcgetattr)
20995         [!_LIBC]: New macros.
20996         (call_fclose): New function.
20997         (getpass): Use it.  Save tty stream separately; this simplifies the
20998         code and makes it more reliable if stdin happens to equal stdout.
20999         Invoke __fsetlocking on tty.
21000         Handle thread cancellation if needed.
21001         Namespace cleanup (use __tcgetattr, __getline).
21002         Use bool for Booleans.
21003         [USE_IN_LIBIO]: Handle wide streams.
21004         [!_LIBC]: Unconditionally do the fseek, since we don't know what
21005         stream might go where.
21006
21007         * lib/unlocked-io.h: Include <stdio.h>, so that the caller
21008         doesn't have to include <stdio.h> before us.
21009         (clearerr_unlocked, feof_unlocked, ferror_unlocked,
21010         fflush_unlocked, fgets_unlocked, fputc_unlocked, fputs_unlocked,
21011         fread_unlocked, fwrite_unlocked, getc_unlocked, getchar_unlocked,
21012         putc_unlocked, putchar_unlocked): Define to the unlocked counterpart
21013         if not declared, so that we can use getpass.c code from libc without
21014         rewriting it.
21015         (flockfile, ftrylockfile, funlockfile): New macros.
21016
21017 2003-10-08  Paul Eggert  <eggert@twinsun.com>
21018
21019         * modules/getpass: Depend on stdbool.
21020
21021 2003-10-08  Paul Eggert  <eggert@twinsun.com>
21022
21023         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for stdio_ext.h.
21024
21025 2003-10-07  Karl Berry  <karl@gnu.org>
21026
21027         * config/config.{guess,sub}: update from config.
21028
21029 2003-10-06  Jim Meyering  <jim@meyering.net>
21030             Bruno Haible  <bruno@clisp.org>
21031
21032         This lets translators provide better translations for the
21033         "Written by ..." part of --version output.
21034         * lib/version-etc.h: Include stdarg.h.
21035         (version_etc_copyright): Declare as readonly.
21036         (version_etc): Make this function variadic with a NULL-terminated list
21037         of author name strings.
21038         (version_etc_va): New declaration.
21039         * lib/version-etc.c: Include stdarg.h, stdlib.h.
21040         (version_etc_copyright): Declare as readonly.
21041         (version_etc_va): New function. Provide a different translatable string
21042         for each possible number of authors < 10. Abbreviate when there are 10
21043         authors or more.
21044         (version_etc): Make this function variadic. Call version_etc_va.
21045         Suggestion from Gary V. Vaughan.
21046
21047         * lib/long-options.h (parse_long_options): Change prototype: the
21048         authors string is moved to the end and becomes variadic.
21049         * lib/long-options.c: Include stdarg.h.
21050         (parse_long_options): Make this function variadic, too.
21051         Call version_etc_va, not version_etc.
21052
21053 2003-10-06  Bruno Haible  <bruno@clisp.org>
21054
21055         * modules/version-etc-2: Remove file.
21056         * MODULES.html.sh (func_all_modules): Remove version-etc-2.
21057
21058 2003-10-06  Bruno Haible  <bruno@clisp.org>
21059
21060         * modules/fatal-signal: New file.
21061         * MODULES.html.sh (func_all_modules): Add fatal-signal.
21062
21063 2003-10-06  Bruno Haible  <bruno@clisp.org>
21064
21065         * m4/fatal-signal.m4: New file.
21066         * m4/signalblocking.m4: New file, from GNU gettext.
21067
21068 2003-10-06  Bruno Haible  <bruno@clisp.org>
21069
21070         * lib/version-etc-2.h: Remove file.
21071         * lib/version-etc-2.c: Remove file.
21072
21073 2003-10-06  Bruno Haible  <bruno@clisp.org>
21074
21075         * lib/fatal-signal.h: New file, from GNU gettext.
21076         * lib/fatal-signal.c: New file, from GNU gettext.
21077
21078 2003-10-05  Paul Eggert  <eggert@twinsun.com>
21079
21080         * README: Rework advice for preventing empty .o files.
21081         Don't recommend ELIDE constructs.  Recommend <stddef.h>,
21082         not <sys/types.h>.
21083
21084 2003-10-04  Karl Berry  <karl@gnu.org>
21085
21086         * lib/argp*: update from libc.
21087
21088 2003-10-04  Karl Berry  <karl@gnu.org>
21089
21090         * config/config.{guess,sub}: update from config.
21091
21092 2003-10-02  Bruno Haible  <bruno@clisp.org>
21093
21094         * modules/lchown (Include): Add lchown.h.
21095         * modules/time_r (Include): Use "..." syntax.
21096         * modules/xgetdomainname (Include): Add xgetdomainname.h.
21097
21098 2003-10-01  Simon Josefsson  <jas@extundo.com>
21099
21100         * MODULES.html.sh (func_all_modules): Move gethostname from section
21101         'based on' to section 'lacking' POSIX:2001.
21102
21103 2003-10-01  Larry Jones  <lawrence.jones@eds.com>
21104
21105         * lib/getpass.c (getpass): Use a no-op fseek when switching from input
21106         to output mode on the same stream.
21107
21108 2003-09-29  Paul Eggert  <eggert@twinsun.com>
21109
21110         * lib/strftime.c (tm_diff) [! HAVE_TM_GMTOFF]:
21111         Fix arg typo in previous patch.
21112
21113 2003-09-28  Jim Meyering  <jim@meyering.net>
21114
21115         * lib/error.c: Correct cpp indentation.
21116
21117 2003-09-27  Paul Eggert  <eggert@twinsun.com>
21118
21119         * modules/free: New file.
21120
21121 2003-09-27  Paul Eggert  <eggert@twinsun.com>
21122
21123         * m4/free.m4: New file.
21124
21125 2003-09-27  Paul Eggert  <eggert@twinsun.com>
21126
21127         * lib/minmax.h (MIN, MAX)
21128         [__STDC__ && defined __GNUC__ && __GNUC__ >= 2]:
21129         Omit the special code that used __typeof__, since we worry that
21130         it could be more trouble than it's worth.  See:
21131         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00090.html
21132         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00095.html
21133
21134         * lib/free.c: New file.
21135
21136 2003-09-27  Oskar Liljeblad  <oskar@osk.mine.nu>
21137
21138         Trivial fixes to Makefile.am parts of module listings.
21139         * modules/strstr: Append strstr.h to lib_SOURCES.
21140         * modules/strcase: Likewise, for strcase.h.
21141
21142 2003-09-27  Karl Berry  <karl@gnu.org>
21143
21144         * config/mkinstalldirs: update from automake.
21145
21146 2003-09-26  Paul Eggert  <eggert@twinsun.com>
21147
21148         * lib/error.c (SIZE_MAX) [!defined SIZE_MAX]: Define.
21149         (error_tail): Do not loop, reallocating temporary buffer, since
21150         the output cannot contain more wide characters than the input
21151         contains bytes, the size must be big enough already.  This avoids
21152         one potential size overflow calculation.  Check for size overflow
21153         when calculating temporary buffer size.  Free temporary buffer
21154         when done, if it was allocated with malloc; this plugs a memory
21155         leak.  Remove casts from void * to pointers, that are no longer
21156         needed now that we're assuming C89 or better.
21157
21158         Merge error changes from glibc.
21159
21160         * lib/error.c, error.h: Update copyright notice header to match glibc.
21161         * lib/error.c [defined _LIBC]: Include <errno.h>, <bits/libc-lock.h>.
21162         (error, error_at_line) [defined _LIBC && defined __libc_ptf_call]:
21163         Disable cancellation while printing error.
21164         * lib/error.h: Prepend __ to parameter names.
21165
21166 2003-09-26  Jim Meyering  <jim@meyering.net>
21167
21168         * lib/error.c (error_tail): Move some declarations
21169         into inner scope where the local variables are used.
21170
21171 2003-09-26  Bruno Haible  <bruno@clisp.org>
21172
21173         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Add comments about the AIX
21174         stpncpy().
21175         Don't define stpncpy through config.h; it's now done through stpncpy.h.
21176
21177 2003-09-26  Bruno Haible  <bruno@clisp.org>
21178
21179         * lib/stpncpy.h (gnu_stpncpy): New declaration.
21180         (stpncpy): Define as alias for gnu_stpncpy.
21181         * lib/stpncpy.c [!_LIBC]: Define gnu_stpncpy, not stpncpy.
21182
21183 2003-09-25  Simon Josefsson  <jas@extundo.com>
21184
21185         * lib/xgetdomainname.h: New file.
21186         * lib/xgetdomainname.c: New file.
21187
21188 2003-09-25  Simon Josefsson  <jas@extundo.com>
21189             Bruno Haible  <bruno@clisp.org>
21190
21191         * modules/getdomainname: New file.
21192         * modules/xgetdomainname: New file.
21193         * MODULES.html.sh (func_all_modules): Add getdomainname,
21194         xgetdomainname.
21195
21196 2003-09-25  Simon Josefsson  <jas@extundo.com>
21197             Bruno Haible  <bruno@clisp.org>
21198
21199         * m4/getdomainname.m4: New file.
21200
21201 2003-09-25  Simon Josefsson  <jas@extundo.com>
21202             Bruno Haible  <bruno@clisp.org>
21203
21204         * lib/getdomainname.h: New file.
21205         * lib/getdomainname.c: New file.
21206
21207 2003-09-25  Karl Berry  <karl@gnu.org>
21208
21209         * lib/argp-fmtstream.c, argp-help.c: update from libc.
21210
21211 2003-09-25  Karl Berry  <karl@gnu.org>
21212
21213         * config/install-sh: update from automake.
21214
21215 2003-09-25  Bruno Haible  <bruno@clisp.org>
21216
21217         * modules/version-etc-2: New file, from modules/version-etc with
21218         modifications.
21219         * MODULES.html.sh (func_all_modules): Add version-etc-2.
21220
21221 2003-09-25  Bruno Haible  <bruno@clisp.org>
21222
21223         * lib/version-etc-2.h: New file, from version-etc.h with modifications.
21224         * lib/version-etc-2.c: New file, from version-etc.c with modifications.
21225
21226 2003-09-24  Simon Josefsson  <jas@extundo.com>
21227
21228         * modules/xgethostname: Add xgethostname.h.
21229
21230 2003-09-24  Paul Eggert  <eggert@twinsun.com>
21231
21232         * lib/linebuffer.c (freebuffer): Don't free the argument, just
21233         the buffer associated with the argument.  Bug reported by
21234         Simon Josefsson.
21235
21236 2003-09-24  Paul Eggert  <eggert@twinsun.com>
21237
21238         * README: Document assumptions that 'int' is at least 32 bits
21239         wide, that integer arithmetic is 2's complement without overflow,
21240         that there are no holes in integer values, that adding sizes of
21241         two nonoverlapping objects can't overflow, and that all-bits-zero
21242         yields scalar zero.  Fix spelling and capitalization typos.
21243
21244 2003-09-19  Karl Berry  <karl@gnu.org>
21245
21246         * lib/argp.h: update from libc.
21247
21248 2003-09-17  Paul Eggert  <eggert@twinsun.com>
21249
21250         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Call AC_BEFORE first,
21251         to avoid spurious warnings like "AC_RUN_IFELSE was called before
21252         gl_USE_SYSTEM_EXTENSIONS" from autoreconf.
21253
21254 2003-09-17  Paul Eggert  <eggert@twinsun.com>
21255
21256         * gnulib-tool: Use "test -h", not "test -L", for portability
21257         to Solaris 8 /bin/sh.  (This bug is fixed in Solaris 9.)
21258         (tags_regexp): Remove, since \| doesn't conform to POSIX.
21259         (sed_extract_prog): Issue s commands one-by-one, rather than
21260         using \| in one s command.
21261
21262 2003-09-16  Paul Eggert  <eggert@twinsun.com>
21263
21264         * lib/linebuffer.c (readlinebuffer): Return NULL immediately upon
21265         input error, instead of returning NULL the next time we are called
21266         (and therefore losing track of errno).
21267
21268 2003-09-16  Bruno Haible  <bruno@clisp.org>
21269
21270         * gnulib-tool (func_create_testdir): Warn about duplicated
21271         dependencies.
21272
21273 2003-09-15  Paul Eggert  <eggert@twinsun.com>
21274
21275         * modules/argmatch, modules/fatal, modules/obstack,
21276         modules/xalloc, modules/xgethostname: Sort dependencies by
21277         importance, not alphabetically.
21278
21279 2003-09-15  Paul Eggert  <eggert@twinsun.com>
21280
21281         * lib/getndelim2.c (getndelim2): Don't trash errno when a read
21282         fails, so that the caller gets the proper errno.
21283
21284         * lib/readutmp.c (read_utmp): Likewise.
21285         Check for fstat error.  Close stream and free storage
21286         when failing.
21287
21288 2003-09-14  Karl Berry  <karl@gnu.org>
21289
21290         * config/srclist.txt (strdup.c): disable for c89 changes.
21291
21292 2003-09-14  Jim Meyering  <jim@meyering.net>
21293
21294         * lib/getloadavg.c: Correct cpp indentation.
21295         * lib/strdup.c: Likewise.
21296         * lib/vasnprintf.c: Likewise.
21297
21298 2003-09-14  Bruno Haible  <bruno@clisp.org>
21299
21300         * modules/fwriteerror: New file.
21301         * MODULES.html.sh (func_all_modules): Add fwriteerror.
21302
21303 2003-09-14  Bruno Haible  <bruno@clisp.org>
21304
21305         * lib/fwriteerror.h: New file.
21306         * lib/fwriteerror.c: New file.
21307
21308 2003-09-12  Paul Eggert  <eggert@twinsun.com>
21309
21310         * modules/argmatch, modules/exitfail, modules/fatal, modules/obstack,
21311         modules/xgethostname, modules/xalloc: Depend on exit.
21312
21313 2003-09-12  Paul Eggert  <eggert@twinsun.com>
21314
21315         * m4/error.m4: Require AC_FUNC_STRERROR_R rather than invoking it.
21316
21317         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Require AC_AIX
21318         and AC_MINIX, too, so that their extensions are available.
21319
21320         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Remove.  All uses removed.
21321         This macro has been superseded by gl_BACKUPFILE.
21322
21323         More patches to assume C89 or better.
21324
21325         * m4/error.m4 (gl_ERROR): Don't check for vprintf.
21326
21327         * m4/check-decl.m4 (jm_CHECK_DECLS): Include <string.h>, <stdlib.h>
21328         unconditionally.
21329         * m4/closeout.m4 (gl_CLOSEOUT): Don't check for stdlib.h.
21330         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER):
21331         Include <string.h>, <stdlib.h> unconditionally.
21332         * m4/lstat.m4 (gl_PREREQ_LSTAT): Don't check for stdlib.h, free.
21333         * m4/readdir.m4 (GL_FUNC_READDIR): Don't check for string.h.
21334         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Don't check for standard C
21335         headers or for string.h.
21336         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Don't check for stdlib.h
21337         or strtoul.
21338
21339         * m4/mkstemp.m4 (jm_PREREQ_TEMPNAME): Do not require standard C
21340         headers.
21341         * m4/strdup.m4 (gl_PREREQ_STRDUP): Likewise.
21342         * m4/userspec.m4 (gl_USERSPEC): Likewise.
21343         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Likewise.
21344         * m4/xstrtod.m4 (gl_XSTRTOD): Likewise.
21345         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
21346         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't check for limits.h,
21347         memcpy, memset.
21348         (jm_FUNC_GNU_STRFTIME): Don't require standard C headers.
21349         * m4/strtod.m4 (gl_FUNC_STRTOD): Do not check for float.h.
21350         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Do not check for stdlib.h,
21351         strtol.
21352         * m4/strtol.m4 (gl_FUNC_STRTOL): Do not check for limits.h.
21353         * m4/userspec.m4 (gl_USERSPEC): Do not check for string.h.
21354         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Do not check for string.h, strtol,
21355         strtoul.
21356
21357 2003-09-12  Paul Eggert  <eggert@twinsun.com>
21358
21359         * lib/argmatch.c, fatal.c, xgethostname.c, xmalloc.c: Include exit.h.
21360         * lib/obstack.c [!defined _LIBC]: Likewise.
21361         * lib/argmatch.c (EXIT_FAILURE): Remove; now done by exit.h
21362         * lib/exitfail.c, fatal.c, xgethostname.c, xmalloc.c: Likewise.
21363         * lib/exitfail.c: Don't include stdlib.h; no longer needed.
21364
21365         More changes to assume C89 or better.
21366
21367         * lib/error.c (error_tail): Assume vprintf.
21368
21369         * lib/argmatch.c (getenv): Remove decl.
21370         * lib/progreloc.c (get_full_program_name): Define via prototype.
21371         * lib/setenv.c (clearenv): Likewise.
21372         * lib/stpncpy.c: Do not include <string.h> or <sys/types.h>; not
21373         needed.
21374         * lib/strdup.c: Include <stdlib.h>, <string.h> unconditionally.
21375         (malloc, memcpy): Remove decls.
21376         * lib/strftime.c (HAVE_LIMITS_H, STDC_HEADERS) [defined _LIBC]: Remove.
21377         (HAVE_MEMCPY) [defined emacs && !defined HAVE_BCOPY]: Remove.
21378         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
21379         (memcpy): Remove macro.
21380         (MEMCPY) [!defined COMPILE_WIDE]: Define to memcpy unconditionally.
21381         (__P): Remove.  All uses removed.
21382         (PTR): Remove.  All uses changed to void *.
21383         (CHAR_BIT, NULL): Remove.
21384         (spaces, zeros, memset_space, memset_zero)
21385         [!defined memset && !defined HAVE_MEMSET && !defined _LIBC]:
21386         Remove.
21387         (LOCALE_PARAM, LOCALE_PARAM_DECL): Remove.
21388         (memcpy_lowcase, memcpy_uppcase, tm_diff, iso_week_days):
21389         Define with prototype.
21390         Remove now-unnecessary prototype decl.
21391         (extra_args_spec): Assume ANSI C.  All uses changed.
21392         (extra_args_spec_iso): Remove.
21393         (my_strftime, emacs_strftimeu): Define via prototype.
21394         * lib/strtod.c: Include <float.h>, <stdlib.h>, <string.h>
21395         unconditionally.
21396         (DBL_MAX, DBL_MIN, HUGE_VAL, NULL): Remove decls.
21397         * lib/strtoimax.c: Include <stdlib.h> unconditionally.
21398         (strtoul, strtol): Remove decls.
21399         * lib/strtol.c (STDC_HEADERS, HAVE_LIMITS_H, NULL, ULONG_MAX,
21400         LONG_MAX): Remove.
21401         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
21402         (LOCALE_PARAM_DECL): Remove.  All uses changed to LOCALE_PARAM_PROTO.
21403         (LOCALE_PARAM_PROTO): New macro.
21404         (INTERNAL, INTERNAL1, WEAKNAME): Assume ANSI C, not K&R.
21405         (INTERNAL (strtol), strtol): Define with a prototype.
21406         (PARAMS): Remove.  All uses removed.
21407         * lib/tempname.c: Include <string.h> unconditionally.
21408         * lib/userspec.c: Include <stdlib.h>, <string.h> unconditionally.
21409         * lib/xgethostname.c (main): Define with a prototype.
21410         * lib/xmalloc.c: Include "xalloc.h" first, to check interface.
21411         Include <stdlib.h> unconditionally.
21412         (calloc, malloc, realloc, free): Remove decls.
21413         * lib/xstrtod.c: Include "xstrtod.h" first, to check interface.
21414         Include <stdlib.h> unconditionally.  Sort include file names.
21415         (strtod): Remove.
21416         (xstrtod): Define with a prototype.
21417         * lib/xstrtol.c: Include <stdlib.h>, <string.h> unconditionally.
21418         (strtol, strtoul): Remove decls.
21419
21420 2003-09-11  Paul Eggert  <eggert@twinsun.com>
21421
21422         More patches to assume C89 or better.
21423         * m4/strndup.m4 (gl_PREREQ_STRNDUP): Remove STDC_HEADERS check.
21424         * m4/strnlen.m4 (gl_PREREQ_STRNLEN): Don't check for memory.h,
21425         string.h, memchr, STDC_HEADERS.
21426
21427 2003-09-11  Paul Eggert  <eggert@twinsun.com>
21428
21429         * lib/strndup.c: Don't include <stdio.h>, <sys/types.h>.
21430         Include <stdlib.h>, <string.h> unconditionally.
21431         Remove now-unnecessary cast to char *.
21432         * lib/strnlen.c: Include <string.h> unconditionally.
21433         * lib/yesno.c (yesno): Define with a prototype.
21434
21435 2003-09-11  Bruno Haible  <bruno@clisp.org>
21436
21437         * config/srclist.txt (setenv.c, unsetenv.c): Disable for the moment.
21438
21439 2003-09-10  Jim Meyering  <jim@meyering.net>
21440
21441         * lib/error.c: Correct indentation of cpp directives.
21442
21443 2003-09-10  Bruno Haible  <bruno@clisp.org>
21444
21445         * m4/strcspn.m4 (gl_PREREQ_STRCSPN): Remove <string.h> check.
21446         * m4/strpbrk.m4 (gl_PREREQ_STRPBRK): Remove <string.h> check.
21447         * m4/strstr.m4 (gl_PREREQ_STRSTR): Remove <string.h> check.
21448         * m4/unicodeio.m4 (gl_UNICODEIO): Remove <string.h> check.
21449         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove
21450         <stdlib.h> and <string.h> checks.
21451         * m4/xreadlink.m4 (gl_XREADLINK): Remove <stdlib.h> check.
21452         * m4/yesno.m4 (gl_YESNO): Remove <stdlib.h> check.
21453
21454 2003-09-10  Bruno Haible  <bruno@clisp.org>
21455
21456         * lib/strcspn.c: Include <string.h> unconditionally.
21457         * lib/strpbrk.c: Include <string.h> unconditionally.
21458         * lib/strstr.c: Include <string.h> unconditionally.
21459         * lib/unicodeio.c: Include <string.h> unconditionally.
21460         * lib/setenv.c: Include <stdlib.h> and <string.h> unconditionally.
21461         * lib/unsetenv.c: Likewise.
21462         * lib/xreadlink.c: Include <stdlib.h> unconditionally.
21463         * lib/yesno.c: Include <stdlib.h> unconditionally.
21464         (rpmatch): Add prototype.
21465
21466 2003-09-09  Paul Eggert  <eggert@twinsun.com>
21467
21468         More patches to assume C89 or better.
21469         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Don't check for stdlib.h.
21470         * m4/getopt.m4 (gl_GETOPT): Don't check for string.h.
21471         * m4/getugroups.m4 (gl_GETUGROUPS): Do not check for standard C headers
21472         or for string.h.
21473         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Do not check for
21474         stdlib.h.
21475         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): Do not require standard
21476         C headers.
21477         * m4/hard-locale.m4 (gl_HARD_LOCALE): Do not check for stdlib.h,
21478         string.h.
21479         * m4/hash.m4 (gl_HASH): Do not check for stdlib.h, malloc, free.
21480         * m4/human.m4 (gl_HUMAN): Do not check for stdlib.h, string.h, getenv.
21481         * m4/idcache.m4 (gl_IDCACHE): Do not check for standard C headers,
21482         or for string.h.
21483         * m4/long-options.m4 (gl_LONG_OPTIONS): Do not check for stdlib.h.
21484         * m4/makepath.m4 (gl_MAKEPATH): Do not check for string.h or standard
21485         C headers.
21486         * m4/md5.m4 (gl_MD5): Don't check for limits.h, standard C headers,
21487         memcpy.
21488         * m4/sha.m4 (gl_SHA): Don't check for standard Cheaders, memcpy.
21489         * m4/memchr.m4 (jm_PREREQ_MEMCHR): Don't check for limits.h, stdlib.h.
21490         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): Don't check for string.h.
21491         * m4/memcoll.m4 (gl_MEMCOLL): Likewise.
21492         * m4/memrchr.c (gl_PREREQ_MEMRCHR): Don't check for limits.h.
21493         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): Don't check for stdlib.h,
21494         string.h, free.
21495         * m4/mktime.m4 (gl_PREREQ_MKTIME): Don't check for standard C headers.
21496         * m4/modechange.m4 (gl_MODECHANGE): Don't check for standard C headers.
21497         * m4/mountlist.m4 (gl_PREREQ_MOUNTLIST_EXTRA): Don't check for standard
21498         C headers, or for string.h.
21499         * m4/obstack.m4 (gl_OBSTACK): Don't check for stddefe.h, string.h.
21500         (gl_PREREQ_OBSTACK): Don't check for stdlib.h.
21501         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't check for standard C
21502         headers, memory.h, stdlib.h, string.h, strings.h.
21503         * m4/posixtm.m4 (gl_POSIXTM): Don't check for stdlib.h, string.h.
21504         * m4/posixver.m4 (gl_POSIXVER): Don't check for getenv.
21505         * m4/putenv.m4 (gl_PREREQ_PUTENV): Don't check for string.h, memcpy,
21506         strchr.
21507         * m4/readtokens.m4 (gl_READTOKENS): Don't check for standard C
21508         headers, memory.h, string.h.
21509         * m4/regex.m4 (jm_PREREQ_REGEX): Do not check for limits.h, string.h.
21510         * m4/rename.m4 (gl_PREREQ_RENAME): Do not check for stdlib.h, string.h,
21511         free.
21512         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Don't check for standard C
21513         headers.
21514         * m4/same.m4 (gl_SAME): Don't check for stdlib.h, string.h, free.
21515         * m4/save-cwd.m4 (gl_SAVE_CWD): Don't check for standard C headers.
21516         * m4/savedir.m4 (gl_SAVEDIR): Don't check for standard C headers.
21517         * m4/strchrnul.m4 (gl_PREREQ_STRCHRNUL): Don't check for string.h.
21518         * m4/xgetcwd.m4 (gl_XGETCWD): Don't check for stdlib.h.
21519
21520 2003-09-09  Paul Eggert  <eggert@twinsun.com>
21521
21522         More K&R removal.
21523
21524         * lib/acosl.c (main): Use a prototype.
21525         * lib/asinl.c, cosl.c, expl.c, frexpl.c, ldexpl.c, sinl.c,
21526         tanl.c: Likewise.
21527
21528         * lib/getloadavg.c (getloadavg, main): Define via prototypes.
21529
21530         * lib/getopt.h (struct option.name): Assume C89, and use 'const'.
21531         (getopt, etopt_long, getopt_long_only, _getopt_internal)
21532         [defined __GNU_LIBRARY__]: Assume C89, so we can always declare
21533         with a prototype.
21534         * lib/getopt.c (const): Remove macro.
21535         Include <string.h> unconditionally.
21536         (my_index): Remove; all uses changed to strchr.
21537         (strlen): Remove decl.
21538         (exchange): Remove forward decl; no longer needed.
21539         (exchange, _getopt_initialize, _getopt_internal, getopt, main):
21540         Define with prototype.
21541         * lib/getopt1.c (const): Remove macro.
21542         (getopt_long, getopt_long_only, main): Define with prototype.
21543
21544         * lib/getugroups.c: Include <string.h> unconditionally.
21545
21546         * lib/getusershell.c: Include <stdlib.h> unconditionally.
21547         (getusershell, setusershell, endusershell, readname, main):
21548         Define with prototypes.
21549
21550         * lib/group-member.c: Include group-member.h first.
21551         Include <stdlib.h> unconditionally.
21552
21553         * lib/hard-locale.c: Include hard-locale.h first.
21554         Include <stdlib.h>, <string.h> unconditionally.
21555
21556         * lib/hash.c (free, malloc): Remove decls.
21557         Include <stdlib.h> unconditionally.
21558
21559         * lib/human.c: Include <stdlib.h>, <string.h> unconditionally.
21560         (getenv): Do not declare.
21561
21562         * lib/idcache.c: Include <string.h> unconditionally.
21563
21564         * lib/long-options.c: Include long-options.h first, to test interface.
21565         Include <stdlib.h> unconditionally.
21566
21567         * lib/makepath.c: Include makepath.h first, to test interface.
21568         Include <stdlib.h> and <string.h> unconditionally.
21569
21570         * lib/linebuffer.c: Include <stdlib.h>.
21571         (free): Remove decl.
21572
21573         * lib/malloc.c: Include <stdlib.h>, for malloc; don't bother with
21574         stddef.h. rpl_malloc returns void *, not char *.
21575         * lib/realloc.c (rpl_realloc): Likewise.  Also, define with a
21576         prototype.
21577
21578         * lib/md5.h: Include <limits.h> unconditionally.
21579         (UINT_MAX_32_BITS): Don't worry about non-__STDC__ case.
21580         (__P): Remove; all uses removed.
21581         * lib/md5.c: Include "md5.h" first.
21582         (md5_init_ctx, md5_read_ctx, md5_finish_ctx, md5_stream,
21583         md5_buffer, md5_process_bytes, md5_process_block):
21584         Define with prototypes.
21585         * lib/sha.h (__P): Remove all uses.  (It wasn't defined??)
21586         * lib/sha.c: Include "sha.h" first.
21587         Include <stdlib.h>, <string.h> unconditionally.
21588
21589         * lib/memchr.c (__ptr_t): Remove; all uses changed to void *.
21590         * lib/memcmp.c (__ptr_t): Likewise.
21591         * lib/memrchr.c (__ptr_t): Likewise.
21592         * lib/memchr.c, memcmp.c, memcoll.c, memrchr.c:
21593         Include <string.h> unconditionally.
21594         * lib/memchr.c, memrchr.c: Include <limits.h> unconditionally.
21595         * lib/memchr.c: Include <stdlib.h> unconditionally.
21596         * lib/memchr.c (LONG_MAX): Remove.
21597         * lib/memrchr.c (LONG_MAX): Likewise.
21598         * lib/memchr.c (__memchr): Define via a prototype.
21599         * lib/memrchr.c (__memrchr): Likewise.
21600         * lib/memcmp.c (__P): Remove, and remove all uses.
21601         (memcmp_bytes, memcmp_common_alignment, memcmp_not_common_alignment):
21602         Remove forward decls; no longer needed.
21603         * lib/memcpy.c, memmove.c, memset.c: Include <stddef.h>.
21604         Use types required by C89 in prototype.
21605
21606         * lib/mkdir.c: Include <stdlib.h>, <string.h> unconditionally.
21607         * lib/savedir.c: Likewise.
21608         * lib/mkdir.c (free): Remove decl.
21609         * lib/rmdir.c (rmdir): Define with a prototype.
21610         * lib/savedir.c: Include savedir.h first, to test interface.
21611
21612         * lib/mktime.c (STDC_HEADERS): Remove.
21613         Include <stdlib.h>, <string.h> unconditionally.
21614
21615         * lib/modechange.c: Include <stdlib.h> unconditionally.
21616         (malloc): Remove decl.
21617
21618         * lib/mountlist.c: Include <stdlib.h>, <string.h> unconditionally.
21619         (free): Remove decl.
21620
21621         * lib/obstack.h (PTR_INT_TYPE) [!defined __PTRDIFF_TYPE__]:
21622         Define to ptrdiff_t, without bothering to check HAVE_STDDEF_H.
21623         (This type really should be intptr_t, but that's a C99ism.)
21624         (_obstack_memcpy): Remove: all uses changed to memcpy.
21625         Include <string.h> unconditionally.
21626         (struct obstack): Assume __STDC__ for types of members
21627         chunkfun, freefun, extra_arg.
21628         (_obstack_newchunk, _obstack_free, _obstack_begin, _obstack_begin_1,
21629         _obstack_memory_used, obstack_alloc_failed_handler, obstack_init,
21630         obstack_begin, obstack_specify_allocation,
21631         obstack_specify_allocation_with_arg, obstack_chunkfun,
21632         obstack_freefun, obstack_free) [! (defined __STDC__ && __STDC__)]:
21633         Remove unprototyped decls and the macros that use them.
21634         * lib/obstack.c (POINTER): Remove.  All uses changed to void *.
21635         (obstack_alloc_failed_handler, CALL_CHUNKFUN, CALL_FREEFUN,
21636         _obstack_begin, _obstack_begin_1, _obstack_allocated_p)
21637         (defined __STDC__ && __STDC__)]:
21638         Remove nonprototyped code.
21639         Include <stdlib.h> unconditionally.
21640         (_obstack_begin, _obstack_begin_1, _obstack_newchunk,
21641         _obstack_allocated_p, _obstack_free, obstack_free,
21642         _obstack_memory_used, print_and_abort):
21643         Define using prototypes.
21644         (obstack_1grow, obstack_1grow_fast, obstack_alloc, obstack_base,
21645         obstack_blank, obstack_blank_fast, obstack_copy, obstack_copy0,
21646         obstack_finish, obstack_grow, obstack_grow0, obstack_make_room,
21647         obstack_next_free, obstack_object_size, obstack_room) [0]:
21648         Remove unused, unprototyped code.
21649
21650         * lib/path-concat.c: Include <stdlib.h>, <string.h> unconditionally.
21651
21652         * lib/physmem.c (physmem_total, physmem_available, main): Define
21653         with prototypes.
21654
21655         * lib/posixtm.c: Include <stdlib.h>, <string.h> unconditionally.
21656         (main): Define with a prototype.
21657
21658         * lib/posixver.c (getenv): Remove decl.
21659
21660         * lib/putenv.c (malloc): Returns void *, not char *.
21661         Include <string.h> unconditionally.
21662         (strchr, memcpy, NULL): Do not define.
21663
21664         * lib/readtokens.c: Include readtokens.h first, to test interface.
21665         Include <stdlib.h>, <string.h> unconditionally.
21666         (init_tokenbuffer): Define with a prototype.
21667
21668         * lib/regex.c (PARAMS): Remove.  All uses removed.
21669         All uses of _RE_ARGS removed, too.
21670         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
21671         unconditionally.
21672         (bzero): Assume memset exists.
21673         (memcmp, memcpy, NULL): Remove.
21674         (SIGN_EXTEND_CHAR): Remove; all uses replaced by casts to signed
21675         char, or assignments to local vars of type signed char.
21676         (init_syntax_once, PREFIX(extract_number_and_incr),
21677         PREFIX(print_partial_compiled_pattern),
21678         PREFIX(print_compiled_pattern), PREFIX(print_double_string),
21679         convert_mbs_to_wcs, print_fastmap, re_set_syntax,
21680         PREFIX(regex_grow_registers), PREFIX(regex_compile),
21681         PREFIX(store_op1), PREFIX(store_op2), PREFIX(insert_op1),
21682         PREFIX(insert_op2), PREFIX(at_begline_loc_p),
21683         PREFIX(at_endline_loc_p), group_in_compile_stack, insert_space,
21684         wcs_compile_range, byte_compile_range, truncate_wchar,
21685         PREFIX(re_compile_fastmap), re_compile_fastmap, re_set_registers,
21686         re_search, re_search_2, PREFIX(re_search_2), re_match, re_match_2,
21687         count_mbs_length, wcs_re_match_2_internal,
21688         byte_re_match_2_internal, PREFIX(group_match_null_string_p),
21689         PREFIX(alt_match_null_string_p),
21690         PREFIX(common_op_match_null_string_p), PREFIX(bcmp_translate),
21691         re_compile_pattern, re_comp, re_exec, regcomp, regexec, regerror,
21692         regfree, PREFIX(extract_number)): Define with prototype.  Remove
21693         now-unnecessary declaration, if any.
21694         (byte_compile_range, PREFIX(regex_compile), re_comp, re_exec,
21695         regcomp, regexec):
21696         Remove now-unnecessary casts among pointer types.
21697         * lib/regex.h (_RE_ARGS): Remove.  All uses removed.
21698
21699         * lib/rename.c: Include <stdlib.h>, <string.h> unconditionally.
21700         (free): Remove decl.
21701
21702         * lib/rpmatch.c: Include <stdlib.h> unconditionally.
21703
21704         * lib/same.c: Include <stdlib.h>, <string.h> unconditionally.
21705         (free): Remove decl.
21706
21707         * lib/save-cwd.c: Include <stdlib.h> unconditionally.
21708         * lib/xgetcwd.c: Likewise.
21709
21710         * lib/stat.c: Include <stdlib.h>, <string.h> unconditionally.
21711         (free): Remove decl.
21712
21713         * lib/strchrnul.c (strchrnul): Define with a prototype.
21714         Fix bug: c_in was not converted to char before searching.
21715
21716         The following changes are not K&R related:
21717
21718         * lib/group-member.h: Include <sys/types.h>, so that this file is
21719         self-contained.
21720         * lib/makepath.h: Likewise.
21721
21722         * lib/getusershell.c (readname, default_index, line_size, readname):
21723         Use size_t, not int, for sizes.
21724         (readname): If the size overflows, report an error instead of
21725         looping forever.
21726
21727 2003-09-09  Paul Eggert  <eggert@twinsun.com>
21728
21729         * config/srclist.txt: Do not get getopt.h, getopt1.c, or regex.h from
21730         libc.
21731
21732 2003-09-09  Paul Eggert  <eggert@twinsun.com>
21733
21734         * README: New section: portability guidelines.
21735
21736 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
21737
21738         * m4/getndelim2.m4 (gl_PREREQ_GETNDELIM2): Assume stdlib.h per the
21739         C89 spec.
21740
21741 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
21742
21743         * lib/getndelim2.c: Assume stdlib.h per the C89 spec.
21744
21745 2003-09-08  Paul Eggert  <eggert@twinsun.com>
21746
21747         Assume C89 or better; remove K&R cruft.
21748         A few of these changes were first proposed by Derek Robert Price
21749         in <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00105.html>.
21750
21751         * lib/addext.c: Include <string.h> unconditionally.
21752         * lib/backupfile.c: Include <string.h>, <stdlib.h> unconditionally.
21753         Don't declare getenv or malloc.
21754
21755         * lib/alloca.c: Include <string.h>, <stdlib.h> unconditionally.
21756         (POINTER_TYPE, pointer): Remove; all uses changed to void *.
21757         (NULL): Remove.
21758         (find_stack_direction, alloca): Use prototypes.
21759
21760         * lib/atexit.c (atexit): Define using a prototype.
21761
21762         * lib/basename.c, dirname.c, stripslash.c:
21763         Include <string.h> unconditionally.
21764
21765         * lib/bcopy.c: Include <stddef.h>.
21766         (bcopy): Define with prototype, using 'const' and 'void' and 'size_t'.
21767
21768         * lib/canon-host.c: Include <stdlib.h>, <string.h> unconditionally.
21769
21770         * lib/error.h (error, error_at_line, error_print_progname)
21771         [! (defined (__STDC__) && __STDC__)]: Remove decls.
21772         * lib/error.c: Include error.h first, to check interface.
21773         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
21774         (VA_START): Remove; all uses changeed to va_start.
21775         (exit, strerror): Remove decls.
21776         (error_print_progname): Prototype uncondionally.
21777         Don't include <errno.h>; no longer needed.
21778         (private_strerror): Remove.
21779         (error_tail): Always define.
21780         (error, error_at_line): Assume C89 or better; always use prototypes.
21781         * lib/fatal.c: Include "fatal.h" first, to test interface.
21782         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
21783         (VA_START): Remove; all uses changed to va_start.
21784         [! (HAVE_VPRINTF || HAVE_DOPRNT || _LIBC)]: Remove support for
21785         this case.
21786         (exit): Remove decl.
21787         (fatal): Prototype unconditionally.  Assume va_start works.
21788         Abort at end, to pacify gcc.
21789
21790         * lib/euidaccess.c (main): Define with a prototype.
21791
21792         * lib/exclude.c: Include <stdlib.h>, <string.h> unconditionally.
21793
21794         * lib/exitfail.c: Include <stdlib.h> unconditionally.
21795
21796         * lib/fnmatch_.h (__P): Remove.  All uses changed to assume
21797         prototypes.
21798         * lib/fnmatch.c: Include fnmatch.h first, to test interface.
21799         Include <string.h>, <stddef.h>, <stdlib.h> unconditionally.
21800         (getenv): Remove decl.
21801         (fnmatch): Define using a prototype.
21802         * lib/fnmatch_loop.c (FCT): Remove forward decl; no longer needed.
21803         (FCT): Define using a prototype.
21804
21805         * lib/getdate.y: Include <stdlib.h>, <string.h> unconditionally.
21806
21807         * lib/gethostname.c: Include <stddef.h>.
21808         (gethostname): Define with prototype.  Length is size_t, not int.
21809
21810 2003-09-08  Paul Eggert  <eggert@twinsun.com>
21811
21812         Assume C89 or better; remove K&R cruft.
21813         * m4/alloca.m4 (gl_PREREQ_ALLOCA): Don't check for stdlib.h, string.h.
21814         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for stdlib.h,
21815         string.h, getenv, malloc.
21816         * m4/dirname.m4 (gl_DIRNAME): Don't check for string.h or C standard
21817         headers.
21818         * m4/canon-host.m4 (gl_CANON_HOST): Don't check for string.h, stdlib.h.
21819         * m4/error.m4 (jm_PREREQ_ERROR): Do not require STDC headers, and
21820         do not check for strerror.
21821         * m4/exclude.m4: Do not check for stdlib.h, string.h, strings.h.
21822         * m4/exitfail.m4 (gl_EXITFAIL): Do not check for stdlib.h.
21823         * m4/fatal.m4 (gl_FATAL): Do not require STDC headers, and
21824         do not check for doprnt or vprintf.
21825         * m4/fnmatch.m4 (gl_PREREQ_FNMATCH_EXTRA): Remove.  All uses removed.
21826         * m4/getdate.m4 (gl_GETDATE): Don't check for stdlib.h or string.h.
21827
21828 2003-09-08  Paul Eggert  <eggert@twinsun.com>
21829
21830         * lib/getversion.c: Remove; was migrated to backupfile.c in 1997.
21831         getversion.c should have been removed then, but was accidentally
21832         preserved.
21833
21834         * lib/utime.c [!HAVE_UTIMES_NULL]: Include <sys/stat.h>, <fcntl.h>.
21835         (utime_null): Fix typo: 'st' was sometimes called 'sb'.
21836
21837 2003-09-08  Karl Berry  <karl@gnu.org>
21838
21839         * config/config.sub, config.guess, srclistvars.sh: update from savannah
21840                 config, forget about prep.
21841
21842         * config/depcomp, missing: update from automake.
21843
21844 2003-09-07  Paul Eggert  <eggert@twinsun.com>
21845
21846         * modules/time_r: Depend on 'restrict'.  Fix from Simon Josefsson in
21847         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
21848
21849 2003-09-07  Paul Eggert  <eggert@twinsun.com>
21850
21851         * lib/time_r.c (gmtime_r, localtime_r): Fix silly typo: missing arg to
21852         copy_tm_result.  Bug reported by Simon Josefsson in
21853         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
21854
21855 2003-09-06  Paul Eggert  <eggert@twinsun.com>
21856
21857         * m4/time_r.m4: New file.
21858         * m4/mktime.m4 (gl_PREREQ_MKTIME): Remove check for limits.h.
21859         * m4/timegm.m4 (gl_FUNC_TIMEGM): Assume that timegm is buggy if mktime
21860         is. Check for timegm declaration.
21861         (gl_PREREQ_TIMEGM): Require gl_FUNC_MKTIME.
21862         Do not check for gmtime_r.
21863         Replace mktime if __mktime_internal does not exist and if mktime
21864         hasn't been replaced already.
21865
21866 2003-09-06  Paul Eggert  <eggert@twinsun.com>
21867
21868         * lib/time_r.c, lib/time_r.h: New files.
21869
21870         * lib/mktime.c (my_mktime_localtime_r): Remove; all uses changed to
21871         __localtime_r.
21872         (__localtime_r) [!defined _LIBC]: New macro.  Include <time_r.h>.
21873         (__mktime_internal) [!defined _LIBC]: Now extern, not static.
21874
21875         * lib/strftime.c (my_strftime_gmtime_r): Remove; all uses changed to
21876         __gmtime_r.
21877         (my_strftime_localtime_r): Remove; all uses changed to __localtime_r.
21878         (__gtime_r, __localtime_r) [!HAVE_TM_GMTOFF]: New macros.
21879         Include <time_r.h>.
21880
21881         * lib/timegm.c: Switch to glibc implementation, with the following
21882         changes:
21883         [defined HAVE_CONFIG_H]: Include <config.h>.
21884         [!defined _LIBC]: Include "timegm.h" rather than <time.h>.
21885         (__mktime_internal) [!defined _LIBC]: New decl.
21886         (__gmtime_r) [!defined _LIBC]: New macro and function.
21887         (timegm): Use a prototype, since gnulib assumes C89.
21888         Do not bother declaring tmp to be const, as it's not really usefu.
21889         * lib/timegm.h: Hoist "#include <time.h>" out of #ifdef.
21890         (timegm): Declare only if HAVE_DECL_TIMEGM.
21891
21892 2003-09-06  Paul Eggert  <eggert@twinsun.com>
21893
21894         * MODULES.html.sh (func_all_modules): Add time_r.
21895         * modules/time_r: New file.
21896         * modules/mktime, modules/strftime, modules/timegm: Depend on time_r.
21897         * modules/timegm: Depend on mktime.  Change maintainer to "all, glibc".
21898
21899 2003-09-03  Paul Eggert  <eggert@twinsun.com>
21900
21901         * lib/human.c (human_readable): Fix bug that rounded 10501 to 10k.
21902         Bug reported by Lute Kamstra in
21903         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00003.html>.
21904
21905         * lib/getdate.y (relative_time_table): Use tDAY_UNIT for "tomorrow",
21906         "yesterday", "today", and "now" rather than tMINUTE_UNIT.  Of
21907         course with correspondingly smaller numbers for tomorrow and
21908         yesterday.  From Tadayoshi Funaba.  Originally installed into
21909         sh-utils on 1999-08-07, but the patch got lost (I guess during the
21910         coreutils merge?).
21911
21912 2003-08-31  Simon Josefsson  <jas@extundo.com>
21913
21914         * modules/timegm: New file.
21915         * MODULES.html.sh (func_all_modules): Add timegm.
21916
21917 2003-08-31  Simon Josefsson  <jas@extundo.com>
21918
21919         * m4/timegm.m4: New file.
21920
21921 2003-08-31  Simon Josefsson  <jas@extundo.com>
21922
21923         * lib/timegm.h: New file.
21924         * lib/timegm.c: New file.  Based on
21925         wget-1.8.2/src/http.c:mktime_from_utc.
21926
21927 2003-08-31  Karl Berry  <karl@gnu.org>
21928
21929         * lib/argp.h: update from libc.
21930
21931 2003-08-28  Bruno Haible  <bruno@clisp.org>
21932
21933         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Remove AC_DEFINE of fnmatch here.
21934         This avoids havoc on compilers for which '#define fnmatch rpl_fnmatch'
21935         followed by '#define fnmatch fnmatch_posix' gives an error.
21936
21937 2003-08-28  Bruno Haible  <bruno@clisp.org>
21938
21939         * lib/binary-io.h: Undefine O_BINARY before defining it. This avoids a
21940         warning on QNX, which defines O_BINARY to 000000.
21941
21942 2003-08-27  Jim Meyering  <jim@meyering.net>
21943
21944         * m4/mkstemp.m4: Require that the system mkstemp be able to create
21945         70 temporary files, not just 30.  Tru64 V4.0F's mkstemp function
21946         would fail after 32.  Reported by Danny Levinson.  Details here:
21947         http://mail.gnu.org/archive/html/bug-coreutils/2003-08/msg00124.html
21948
21949 2003-08-24  Bruno Haible  <bruno@clisp.org>
21950
21951         * lib/binary-io.h: Include <stdio.h>, to avoid a compilation error when
21952         MSVC7 <stdio.h> is included later.
21953
21954 2003-08-22  Simon Josefsson  <jas@extundo.com>
21955
21956         * modules/strndup (Makefile.am): Add strndup.h to lib_SOURCES.
21957
21958 2003-08-20  Karl Berry  <karl@gnu.org>
21959
21960         * m4/lib-ld.m4: serial 1003 from gettext, no changes besides serial.
21961
21962 2003-08-20  Bruno Haible  <bruno@clisp.org>
21963
21964         * modules/progname: New file.
21965         * MODULES.html.sh (func_all_modules): Add progname.
21966
21967 2003-08-20  Bruno Haible  <bruno@clisp.org>
21968
21969         * lib/progname.h: New file, from GNU gettext.
21970         * lib/progname.c: New file, from GNU gettext.
21971         * lib/progreloc.c: New file, from GNU gettext.
21972
21973 2003-08-19  Jim Meyering  <jim@meyering.net>
21974
21975         * m4/lib-ld.m4: Revert yesterday's change, per Bruno's request here:
21976         http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00155.html
21977
21978 2003-08-19  Bruno Haible  <bruno@clisp.org>
21979
21980         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Don't check for <string.h> any
21981         more.
21982
21983 2003-08-19  Bruno Haible  <bruno@clisp.org>
21984
21985         * lib/xstrdup.c: Assume <string.h> exists.
21986
21987 2003-08-18  Paul Eggert  <eggert@twinsun.com>
21988
21989         * modules/stdbool: Add BUILT_SOURCES.  Prefer $@ to target name
21990         in makefile rules.
21991
21992 2003-08-18  Jim Meyering  <jim@meyering.net>
21993
21994         * m4/getloadavg.m4: Use [\t ], not [ \t] (where \t is a literal TAB).
21995         * m4/lib-ld.m4: Likewise.
21996
21997 2003-08-18  Jim Meyering  <jim@meyering.net>
21998
21999         * lib/setenv.h: Indent nested cpp directive.
22000         * lib/vasnprintf.c: Remove trailing blanks.
22001
22002 2003-08-17  Simon Josefsson  <jas@extundo.com>
22003
22004         * modules/xstrndup: New file.
22005         * MODULES.html.sh (func_all_modules): Add xstrndup.
22006
22007 2003-08-17  Simon Josefsson  <jas@extundo.com>
22008
22009         * modules/argp: Fix autoconf macro name. Add more dependencies.
22010
22011 2003-08-17  Simon Josefsson  <jas@extundo.com>
22012
22013         * m4/xstrndup.m4: New file.
22014
22015 2003-08-17  Simon Josefsson  <jas@extundo.com>
22016
22017         * m4/argp.m4: New file.
22018
22019 2003-08-17  Simon Josefsson  <jas@extundo.com>
22020             Bruno Haible  <bruno@clisp.org>
22021
22022         * lib/xstrndup.h: New file.
22023         * lib/xstrndup.c: New file.
22024
22025 2003-08-17  Bruno Haible  <bruno@clisp.org>
22026
22027         * modules/strndup (Files, Include): Add lib/strndup.h.
22028
22029 2003-08-17  Bruno Haible  <bruno@clisp.org>
22030
22031         * modules/euidaccess (Files): Add lib/euidaccess.h.
22032
22033 2003-08-17  Bruno Haible  <bruno@clisp.org>
22034
22035         * lib/strndup.h: New file.
22036
22037 2003-08-17  Bruno Haible  <bruno@clisp.org>
22038
22039         * gnulib-tool (func_create_testdir): Handle gl_USE_SYSTEM_EXTENSIONS
22040         like AC_GNU_SOURCE.
22041         * modules/extensions (configure.ac): Comment out the invocation of
22042         gl_USE_SYSTEM_EXTENSIONS.
22043
22044 2003-08-16  Paul Eggert  <eggert@twinsun.com>
22045
22046         Merges from coreutils, etc.
22047         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Insert ':' to prevent a syntax
22048         error in gl_FUNC_MATCH.  This fixes a bug I introduced on 2003-05-28.
22049         * m4/readlink.m4 (gl_PREREQ_READLINK): Renamed from gl_PREREQ_READLINE,
22050         fixing a typo.
22051         * m4/host-os.m4 (UTILS_HOST_OS): Add GNU/NetBSD, GNU/FreeBSD.
22052         * m4/hash.m4 (gl_HASH): Use AM_STDBOOL_H, not AC_HEADER_STDBOOL.
22053
22054 2003-08-16  Paul Eggert  <eggert@twinsun.com>
22055
22056         Document merge from coreutils.
22057         * modules/alloca: Append $(ALLOCA_H) to BUILT_SOURCES.
22058         * modules/fnmatch: Append $(FNMATCH_H) to BUILT_SOURCES.
22059         * modules/utime: Add m4/utimes-null.m4.
22060
22061 2003-08-16  Paul Eggert  <eggert@twinsun.com>
22062
22063         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Do not normalize white
22064         space, undoing this 2003-08-12 change:
22065         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
22066
22067 2003-08-16  Paul Eggert  <eggert@twinsun.com>
22068
22069         * config/srclist.txt: Get regex.h, strdup.c, strtoll.c,
22070         strtoul.c from libc, undoing this 2003-08-12 change:
22071         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
22072
22073 2003-08-16  Jim Meyering  <jim@meyering.net>
22074
22075         Merges from coreutils.
22076         * m4/readdir.m4 (GL_FUNC_READDIR): Change name to have GL_ (not jm_)
22077         prefix.  Adjust cache variables similarly.  Create 500 rather than
22078         just 300 files, to exercise bug on Darwin6.5, too.
22079         * m4/perl.m4 (jm_PERL): Use $am_missing_run, not undefined
22080         $missing_dir.
22081         * m4/jm-winsz1.m4: Require AC_SYS_POSIX_TERMIOS, not
22082         AM_SYS_POSIX_TERMIOS.
22083         Reported by mkc@mathdogs.com.
22084         Also change use of $am_cv_sys_posix_termios
22085         to $ac_cv_sys_posix_termios.  Reported by Andreas Schwab.
22086         * m4/getgroups.m4 (jm_FUNC_GETGROUPS): Rewrite to use AC_FUNC_GETGROUPS
22087         and (if needed) to call AC_LIBOBJ and to set GETGROUPS_LIB.
22088         * m4/fsusage.m4 [__GLIBC__]: GNU libc's statvfs stats each mount point
22089         in /proc/mounts until it finds one with matching device number.  This
22090         is unnecessary when the FILE argument *is* a mount point.  No stat call
22091         is necessary in that case.  So, disable the statvfs-testing code on
22092         systems with GNU libc.  Reported by Andrei Gaponenko via Tim Waugh
22093         as RedHat bug# 84846.
22094         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
22095         to 1MB, so as not to render systems with no stack size limit (e.g.,
22096         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
22097         Include <unistd.h>.  On some systems,
22098         it is required for the definition of _SC_PAGESIZE.
22099
22100 2003-08-16  Jim Meyering  <jim@meyering.net>
22101
22102         Merge from coreutils.
22103         * lib/xstrtoimax.c: #else #if -> #elif.
22104         * lib/xstrtoumax.c: Likewise.
22105
22106 2003-08-16  Jim Meyering  <jim@meyering.net>
22107
22108         * m4/utimes.m4 (gl_FUNC_UTIMES): New file.
22109         * m4/utimes.m4: Removed.
22110         * m4/utimes-null.m4: Renamed from utimes.m4.
22111
22112         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
22113         to 1MB, so as not to render systems with no stack size limit (e.g.,
22114         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
22115         Include <unistd.h>.  On some systems,
22116         it is required for the definition of _SC_PAGESIZE.
22117
22118 2003-08-16  Jim Meyering  <jim@meyering.net>
22119         and Paul Eggert  <eggert@cs.ucla.edu>
22120
22121         Merges from coreutils, etc.
22122
22123         * m4/jm-macros.m4 (AC_LANG_SOURCE(C)): New macro, undefine, then define
22124         using the latest version from cvs.  This avoids problems with #line
22125         directives using a vendor (Sun) compiler.
22126         (jm_MACROS): Bump prerequisite from 2.52g to 2.57.
22127         Don't set GETGROUPS_LIB here; now it's
22128         done via getgroups.m4's wrapper function.
22129         AC_SUBST OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, and MAN here,
22130         rather than just in sh-util/configure.in, so that the
22131         now-shared-by-fileutils-and-textutils lib/Makefile.am are all the
22132         same.
22133         Use AC_CONFIG_LIBOBJ_DIR(lib) to tell the new
22134         AC_FUNC_GETLOADAVG where to find getloadavg.c.
22135         Require AC_FUNC_FTW, gt_INTTYPES_PRI, gl_CLOCK_TIME,
22136         UTILS_SYS_OPEN_MAX, GL_FUNC_GETCWD_PATH_MAX, GL_FUNC_READDIR,
22137         gl_FSUSAGE, gl_MOUNTLIST, AC_FUNC_CANONICALIZE_FILE_NAME.
22138         Remove code that is now done by the newly-required macros.
22139         Append $(EXEEXT) to DF_PROG.
22140         AC_LIBOBJ fchdir-stub if fchdir doesn't exist; similarly for fchown.
22141         Do not invoke or require the following here,
22142         since prereq.m4 or some gnulib .m4 now does this for us:
22143         gl_REGEX, UTILS_FUNC_MKDIR_TRAILING_SLASH, jm_BISON, gl_FUNC_MKTIME,
22144         jm_FUNC_LSTAT, jm_FUNC_STAT, jm_FUNC_REALLOC, jm_FUNC_MALLOC,
22145         jm_FUNC_NANOSLEEP, jm_FUNC_READDIR, jm_FUNC_MEMCMP,
22146         jm_FUNC_GLIBC_UNLOCKED_IO, AC_FUNC_FNMATCH_GNU, jm_FUNC_PUTENV,
22147         jm_AC_PREREQ_XSTRTOUMAX, jm_AC_PREREQ_XSTRTOIMAX,
22148         AC_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, AC_FUNC_VPRINTF,
22149         vb_FUNC_RENAME, UTILS_FUNC_MKSTEP, jm_FUNC_UTIME, AM_FUNC_GETLINE,
22150         AC_FUNC_OBSTACK.
22151         Do not replace the following functions, as this is now the job
22152         of some gnulib .m4: strcasecmp, strncasecmp, dup2, gethostname,
22153         getusershell, sig2str, strcspn, stpcpy, strstr, strtol, strtoul
22154         strpbrk, euidaccess, memcmp, rmdir, rpmatch, strndup, strverscmp,
22155         atexit getpass, strdup, getpagesize.
22156         Replace 'raise'.
22157         Do not check for the following functions, as this is now the job
22158         of some gnulib .m4: bcopy, canonicalize_file_name, fchdir, ftime,
22159         getcwd, getmntinfo, resolvepath.  But check for sysctl, setreuid,
22160         setregid.
22161         (jm_CHECK_ALL_HEADERS): Do not check for fenv.h.
22162         Check for sys/sysctl.h.
22163         (jm_CHECK_ALL_TYPES): Do not require AC_STRUCT_TM, AC_STRUCT_TIMEZONE,
22164         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Invoke gt_TYPE_SSIZE_T instead
22165         of checking for ssize_t ourselves.
22166
22167         * m4/prereq.m4 (jm_PREREQ): Don't invoke macros; AC_REQUIRE them.
22168         Require every macro that gnulib/modules/* suggests for us.
22169         (jm_PREREQ_ADDEXT): New macro.
22170         (jm_PREREQ_STAT): Check for 'struct statfs' on Ultrix 4.4.
22171         Require jm_AC_TYPE_LONG_LONG instead of invoking it.
22172
22173         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): New macro.
22174         (gl_PHYSMEM): Use it.
22175         Also check for `table' function.
22176         Check for new headers and functions.
22177         Add check for sys/sysmp.h.
22178         With suggestions from Kaveh Ghazi.
22179         Ignore headers that are present but cannot be compiled.  This
22180         avoids spurious warnings on Solaris 9 sparc with Forte Developer 7
22181         C 5.4.
22182
22183 2003-08-15  Paul Eggert  <eggert@twinsun.com>
22184
22185         Document merge from coreutils.
22186         * modules/userspec: Depend on posixver.
22187         * modules/strftime: Depend on tzset.
22188
22189 2003-08-15  Paul Eggert  <eggert@twinsun.com>
22190
22191         * lib/config.charset, ref-add.sin, ref-del.sin: Use three spaces,
22192         rather than tab, after '#' in shell-script copyright notices.
22193         Suggested by Bruno Haible.
22194
22195 2003-08-15  Paul Eggert  <eggert@twinsun.com>
22196
22197         * config/srclist-update: Use three spaces, rather than tab, after '#'
22198         in shell-script copyright notices.  Suggested by Bruno Haible.
22199         Remove unnecessary parenthesization in regular expression.
22200
22201 2003-08-15  Jim Meyering  <jim@meyering.net>
22202
22203         Merge from coreutils.
22204         * lib/xgethostname.c: Include <stdlib.h>.
22205         (xghostname): Don't exit for anything other than memory-related
22206         failure; just return NULL.
22207         * lib/userspec.c: Include "posixver.h".
22208         (parse_user_spec): Accept `.' as a separator only
22209         in pre-POSIX-200112 mode.
22210         * lib/strtoimax.c: Use #elif rather than #else #if.
22211         * lib/strftime.c (my_strftime) [!_LIBC && HAVE_TZNAME && HAVE_TZSET]:
22212         Remove function, now that we can rely on a working tzset function.
22213         [!_LIBC]: Ensure that the required autoconf test has been run.
22214         [!defined _NL_CURRENT && HAVE_STRFTIME]:
22215         Use underlying_strftime for %r.
22216         * lib/sha.c: Merge in some clean-up and optimization changes from
22217         glibc.
22218         * lib/sha.c (sha_stream) [BLOCKSIZE]: Move definition to top of file.
22219         Ensure that it is a multiple of 64.
22220         Rearrange loop exit tests so as to avoid performing an
22221         additional fread after encountering an error or EOF.
22222         * lib/realloc.c: Update copyright date.
22223
22224 2003-08-15  Jim Meyering  <jim@meyering.net>
22225         and Paul Eggert  <eggert@twinsun.com>
22226
22227         Merge from coreutils.
22228         * lib/readutmp.h (HAVE_UTMPX_H): Undef if struct utmp has the ut_exit
22229         member but strut utmpx does not.  Needed for AIX 4.3.3.
22230         (UT_EXIT_E_TERMINATION, UT_EXIT_E_EXIT): Define.
22231
22232 2003-08-15  Jim Meyering  <jim@meyering.net>
22233         and Paul Eggert  <eggert@cs.ucla.edu>
22234
22235         Merges from coreutils, etc.
22236         * m4/strftime.m4 (_jm_STRFTIME_PREREQS):
22237         Require gl_FUNC_TZSET_CLOBBER.
22238         * m4/readutmp.m4 (gl_READUTMP): Check for ut_exit.ut_exit,
22239         ut_exit.e_exit, ut_exit.ut_termination, and ut_exit.e_termination
22240         members.
22241
22242 2003-08-14  Paul Eggert  <eggert@twinsun.com>
22243
22244         Help the merge from coreutils.
22245         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): New macro.
22246         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use it.
22247         * m4/tzset.m4: Use it too.
22248
22249 2003-08-14  Paul Eggert  <eggert@twinsun.com>
22250
22251         * modules/tzset: New file.
22252
22253 2003-08-14  Jim Meyering  <jim@meyering.net>
22254
22255         Merges from coreutils.
22256         * modules/fnmatch: Use the `$(FNMATCH_H)' notation for AC_REPLACED
22257         variable names, rather than @FNMATCH_H@.
22258         * modules/alloca: Likewise for $(ALLOCA_H).
22259
22260         * modules/fnmatch (fnmatch.h): Use `$@' in the commands, in place of
22261         the three copies of the literal target, `fnmatch.h'.
22262         * modules/alloca (alloca.h): Likewise.
22263
22264 2003-08-14  Jim Meyering  <jim@meyering.net>
22265
22266         Merge from coreutils.
22267         * m4/tzset.m4: New file.
22268         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Move the
22269         MOUNTED_VMOUNT test to precede the MOUNTED_GETMNTENT1 tests, since
22270         otherwise, AIX 5.1 systems would end up using the latter.
22271         MOUNTED_GETMNTENT1 support is inadequate on such systems: 1) detecting
22272         whether a file system is remote doesn't work  2) the MOUNTED_VMOUNT
22273         code reports the HOSTNAME:/MOUNT_POINT, while the MOUNTED_GETMNTENT1
22274         code reports merely /MOUNT_POINT.  Reported by Mike Jetzer.
22275
22276 2003-08-14  Jim Meyering  <jim@meyering.net>
22277
22278         Merge from coreutils.
22279         * lib/obstack.h: Whitespace changes.
22280         * lib/mountlist.c: Remove anachronistic casts of xmalloc, xrealloc,
22281         and xcalloc return values.
22282         (read_filesystem_list) [MOUNTED_GETFSSTAT]:
22283         Use MNT_NOWAIT, rather than MNT_WAIT.  Otherwise, `df DIR' could
22284         hang on OSF/1 5.1 for DIR on both local and remote file systems.
22285         Reported by (and fix confirmed by) Nelson H. F. Beebe.
22286         (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
22287         error from mntctl.
22288         Use mntctl's return value to drive the entry-processing loop, since
22289         we can't rely on the value of the vmt_length member in the last
22290         entry.  On some systems doing so could result in exhausting
22291         virtual memory.  Based in part on a patch from Mike Jetzer.
22292
22293 2003-08-14  Jim Meyering  <jim@meyering.net>
22294         and Paul Eggert  <eggert@twinsun.com>
22295
22296         Merges from coreutils, plus other fixes.
22297         * lib/physmem.c: Merge in portability changes from gcc/libiberty
22298         to support AIX, IRIX, Tru64, and Windows.  See the ChangeLog there
22299         for credits and details.  Thanks to Kaveh Ghazi for helping
22300         to keep these files in sync.
22301         (ARRAY_SIZE): Define it.
22302         (physmem_total, physmem_available): Add comments. From Kaveh Ghazi.
22303         * lib/memcasecmp.c: Remove unnecessary parentheses after 'defined'.
22304         (memcasecmp): Don't assume size_t fits in unsigned int.
22305         Remove casts and duplicate code.
22306         * lib/md5.c: Include <string.h> and <stdlib.h> unconditionally.
22307         (memcpy): Remove definition.
22308         Merge in some clean-up and optimization changes from glibc.
22309         [BLOCKSIZE]: Move definition to top of file.
22310         Ensure that it is a multiple of 64.
22311         Rearrange loop exit tests so as to avoid performing an
22312         additional fread after encountering an error or EOF.
22313         * lib/md5.h (md5_uintptr): Define.
22314         * lib/makepath.c (CLEANUP_CWD): Report an error if we failed to
22315         return to the initial working directory.  Preserve errno
22316         for caller.
22317         * lib/idcache.c: Include "xalloc.h".
22318         (xmalloc, xrealloc): Remove decls.
22319         (getuser): Remove casts no longer required in C89.
22320         * lib/human.c: Include stdio.h, for sprintf.
22321         * lib/group-member.c: Include "xalloc.h".
22322         (xmalloc, xrealloc): Remove decls.
22323         (get_group_info): Remove casts no longer required in C89.
22324         * lib/getusershell.c (readname): Remove casts no longer required in
22325         C89.
22326         * lib/gettimeofday.c (rpl_gmtime, rpl_tzset): New functions.
22327         * lib/getline.c: Whitespace fix, from coreutils.
22328
22329 2003-08-13  Paul Eggert  <eggert@twinsun.com>
22330
22331         * m4/exclude.m4 (gl_EXCLUDE): Require AC_C_INLINE, AC_HEADER_STDC.
22332         Check for isascii.
22333
22334         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
22335         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
22336         Undo previous (whitespace-only) change.
22337
22338 2003-08-13  Paul Eggert  <eggert@twinsun.com>
22339
22340         * lib/exclude.c: Include <ctype.h>
22341         (IN_CTYPE_DOMAIN): New macro.
22342         (is_space): New fn.
22343         (add_exclude_file): If LINE_END is a space, ignore trailing spaces
22344         and empty lines.
22345
22346         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
22347         Undo previous (whitespace-only) change.
22348
22349 2003-08-13  Paul Eggert  <eggert@twinsun.com>
22350
22351         * config/srclist-update: Change update back to the old behavior,
22352         leaving whitespace alone.  Use one 'sed' command rather than a
22353         pipeline.
22354         (fixlicense): Now a variable, not a function.
22355         (remove_trailing_blanks): Remove.
22356         (fixfile): Don't invoke unexpand or cat, or remove trailing blanks.
22357         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
22358         Undo previous (whitespace-only) change.
22359
22360 2003-08-12  Paul Eggert  <eggert@twinsun.com>
22361
22362         Merge from coreutils.
22363         * modules/euidaccess: Add lib_SOURCES, include for new
22364         file euidaccess.h
22365
22366 2003-08-12  Paul Eggert  <eggert@twinsun.com>
22367
22368         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
22369         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
22370         Normalize leading white space and remove trailing white space.
22371
22372         Merge from coreutils
22373         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): Check for euidaccess decl.
22374
22375         * m4/lib-ld.m4, lib-link.m4, lib-prefix.m4: Regenerate from gettext
22376         0.12.1.  These files are now being upgraded automatically by
22377         ../config/srclist-update.
22378
22379 2003-08-12  Paul Eggert  <eggert@twinsun.com>
22380
22381         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
22382         Normalize leading white space and remove trailing white space.
22383         * lib/ref-add.sin, ref-del.sin: Use '#' before empty line in copyright
22384         notice, as per ../config/srclist-update.
22385
22386         Merge from coreutils.
22387         * lib/euidaccess.h: New file.
22388         * lib/euidaccess.c: Include it.
22389         * lib/.cppi-disable: Add printf-args.h, printf-parse.h, stdbool_.h,
22390         vasnprintf.h, vasprintf.h.  Remove strdup.c, gettext.h.
22391         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Normalize white space.
22392
22393 2003-08-12  Paul Eggert  <eggert@twinsun.com>
22394
22395         * config/srclist-update: Add copyright notice.
22396         (remove_id_lines, remove_trailing_blanks): New constants.
22397         (fixfile): Use them to normalize spacing a bit in copied files.
22398         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
22399         Normalize leading white space and remove trailing white space.
22400
22401         * config/texinfo.tex: Sync with texinfo.
22402
22403         * config/srclist.txt: Don't get regex.h, strdup.c, strtoll.c,
22404         strtoul.c from libc, to merge coreutils whitespace changes.
22405
22406         * config/srclist.txt: Get the following m4 files from gettext:
22407         codeset.m4, gettext.m4, glibc21.m4, iconv.m4, intdiv0.m4,
22408         inttypes-pri.m4, lcmessage.m4, lib-ld.m4, lib-link.m4, lib-prefix.m4,
22409         longdouble.m4, nls.m4, po.m4, progtest.m4, signed.m4, wchar_t.m4,
22410         wint_t.m4.
22411
22412 2003-08-12  Karl Berry  <karl@gnu.org>
22413
22414         * config/srclist.txt: can't sync vasnprintf.c any more, changes have
22415         been made.
22416
22417 2003-08-11  Paul Eggert  <eggert@twinsun.com>
22418
22419         * modules/gnu-source, m4/gnu-source.m4:
22420         Remove; we're assuming Autoconf 2.54 or later now.
22421         Suggested by Bruno Haible.
22422         * MODULES.html.sh (func_all_modules): Remove gnu-source.
22423
22424 2003-08-11  Bruno Haible  <bruno@clisp.org>
22425
22426         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Also check for wcslen.
22427
22428 2003-08-11  Bruno Haible  <bruno@clisp.org>
22429
22430         * lib/vasnprintf.c (local_wcslen): New function, for Solaris 2.5.1.
22431         (vasnprintf): Use it instead of wcslen.
22432
22433 2003-08-11  Bruno Haible  <bruno@clisp.org>
22434
22435         * lib/stdbool_.h (_Bool): Undo last change; instead use a negative enum
22436         value to ensure that _Bool promotes to int. Use #define for _Bool when
22437         using the Solaris C compiler. Adds comments suggested by Paul Eggert.
22438
22439 2003-08-10  Karl Berry  <karl@gnu.org>
22440
22441         * lib/regex.h: update from libc (whitespace fix).
22442
22443 2003-08-09  Paul Eggert  <eggert@twinsun.com>
22444
22445         Merge some files from coreutils.  These changes were
22446         originally made by Jim Meyering.
22447         * lib/acl.c: Include <sys/types.h> before <sys/stat.h>;
22448         many older Unixes require this.
22449         * lib/alloca.c (alloca): Remove cast to argument of free;
22450         no longer needed in C89.
22451         * lib/alloca_.h, regex.h: Fix white space to match
22452         what GNU indent does.
22453
22454 2003-08-09  Paul Eggert  <eggert@twinsun.com>
22455
22456         * m4/regex.m4 (jm_INCLUDED_REGEX): Change "\201" to "\371";
22457         apparently Emacs's Unicode mode got confused before my 2003-08-05
22458         checkin.
22459
22460 2003-08-08  Paul Eggert  <eggert@twinsun.com>
22461
22462         * m4/extensions.m4: New file.
22463         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC):
22464         Require gl_USE_SYSTEM_EXTENSIONS.
22465         * m4/unlocked-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO):
22466         Require gl_USE_SYSTEM_EXTENSIONS rather than AC_GNU_SOURCE.
22467
22468 2003-08-08  Paul Eggert  <eggert@twinsun.com>
22469
22470         * MODULES.html.sh (func_all_modules): Add extensions, gnu-source.
22471         * modules/extensions, modules/gnu-source: New files.
22472         * modules/timespec, modules/unlocked-io: Depend on extensions.
22473
22474 2003-08-07  Paul Eggert  <eggert@twinsun.com>
22475
22476         * modules/restrict: New file.
22477         * MODULES.html.sh (func_all_modules): Add restrict.
22478         * modules/regex: Depend on restrict.
22479
22480 2003-08-07  Paul Eggert  <eggert@twinsun.com>
22481
22482         * m4/restrict.m4: New file.
22483         * m4/regex.m4 (jm_PREREQ_REGEX): Add gl_C_RESTRICT.
22484
22485 2003-08-07  Bruno Haible  <bruno@clisp.org>
22486
22487         * modules/getndelim2 (Makefile.am): Add the files to EXTRA_DIST, not
22488         lib_SOURCES, because getndelim2.m4 now uses AC_LIBOBJ(getndelim2).
22489
22490 2003-08-07  Bruno Haible  <bruno@clisp.org>
22491
22492         * m4/getndelim2.m4 (gl_GETNDELIM2): Use AC_LIBOBJ(getndelim2). This
22493         makes the module 'getndelim2' compatible with the module 'getline'.
22494
22495 2003-08-05  Paul Eggert  <eggert@twinsun.com>
22496
22497         * m4/regex.m4 (jm_INCLUDED_REGEX): Replace a single non-ASCII
22498         byte with "\201" to avoid glitches when editing that source file
22499         with multi-gnome-terminal.
22500
22501 2003-08-05  Paul Eggert  <eggert@twinsun.com>
22502
22503         * lib/bumpalloc.h: Remove.
22504
22505 2003-08-05  Paul Eggert  <eggert@twinsun.com>
22506
22507         * MODULES.html.sh (func_all_modules): Remove bumpalloc.
22508         * modules/bumpalloc: Remove.
22509
22510 2003-08-04  Paul Eggert  <eggert@twinsun.com>
22511
22512         * lib/getloadavg.c: Change copyright notice and spacing to conform to
22513         GNU coding style.
22514
22515         Merge from coreutils.
22516         * lib/error.c [!USE_IN_LIBIO]: Omit this case; assume USE_IN_LIBIO is
22517         1. From glibc.
22518         * lib/getdate.y (date): Also accept dates like May-23-2003; suggestion
22519         from Karl Berry, implemented by Jim Meyering.
22520         * lib/getgroups.c: Include "xalloc.h" instead of declaring xalloc fns;
22521         from Dmitry V. Levin.
22522         Remove anachronistic cast of xrealloc.
22523         * lib/fnmatch_.h (__const): Remove.  Use 'const'.
22524         * lib/fnmatch_loop.c (NEW_PATTERN): Cast alloca return value to proper
22525         type. Otherwise, it wouldn't compile with at least /bin/cc on
22526         ymp-cray-unicos9.0.2.X.
22527         Combine two mostly-identical uses of alloca into one.
22528         Thanks to the Cray-Cyber project for access to a Cray Y-MP.
22529
22530 2003-08-04  Dave Love  <d.love@dl.ac.uk>
22531
22532         [From Emacs.]
22533
22534         * lib/getloadavg.c: Check `__unix' as well as `unix'.  Use #ifdef, not
22535         #if.  Check HAVE_LIBKSTAT as well as LOAD_AVE_TYPE.  Check
22536         F_SETFD, not FD_SETFD.  Use HAVE_STRUCT_NLIST_N_UN_N_NAME, not
22537         obsolete NLIST_NAME_UNION.
22538         [__GNU__]: Undef BSD and FSCALE.
22539         [!NLIST_STRUCT]: Remove conditional definition of NLIST_STRUCT.
22540
22541 2003-08-03  Paul Eggert  <eggert@twinsun.com>
22542
22543         * lib/stdbool_.h (_Bool): Make it signed char, instead of
22544         an enum type, so that it's guaranteed to promote to int.  See:
22545         <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00124.html>
22546
22547 2003-08-03  Karl Berry  <karl@gnu.org>
22548
22549         * config/depcomp: update from automake.
22550
22551 2003-07-31  Paul Eggert  <eggert@twinsun.com>
22552
22553         * lib/strerror.c: Include config.h, limits.h.  Declare sprintf.
22554         (strerror): Don't assume that a printable int fits in 14 bytes.
22555
22556 2003-07-31  Bruno Haible  <bruno@clisp.org>
22557
22558         * modules/getpass-gnu: New file.
22559         * MODULES.html.sh (func_all_modules): Add getpass-gnu.
22560
22561 2003-07-31  Bruno Haible  <bruno@clisp.org>
22562
22563         * m4/getpass.m4 (gl_FUNC_GETPASS_GNU): New macro.
22564
22565 2003-07-24  Karl Berry  <karl@gnu.org>
22566
22567         * config/missing: update from automake.
22568
22569 2003-07-24  Derek Robert Price  <derek@ximbiot.com>
22570             Bruno Haible  <bruno@clisp.org>
22571
22572         * lib/getline.h (getline, getdelim): Change return type to ssize_t.
22573         * lib/getline.c (getline, getdelim): Likewise.
22574         Remove _GNU_SOURCE define; now it's defined in config.h through
22575         m4/getline.m4.
22576
22577 2003-07-23  Karl Berry  <karl@gnu.org>
22578
22579         * config/config.sub: update from prep.
22580
22581 2003-07-22  Paul Eggert  <eggert@twinsun.com>
22582
22583         * modules/xalloc (Depends-on): Add exitfail.
22584         * modules/xmemcoll: Likewise.
22585
22586 2003-07-22  Paul Eggert  <eggert@twinsun.com>
22587
22588         * lib/xalloc.h (XCALLOC, XREALLOC, CCLONE): Fix under- and
22589         over-parenthesization in macros.
22590
22591         Sync with coreutils.
22592
22593         * lib/xalloc.h (XMALLOC, XCALLOC, XREALLOC): Remove casts not
22594         required by C99.
22595
22596         Use `exit_failure' for xalloc and xmemcoll instead of their own
22597         private exit-failure variables.
22598         * lib/xalloc.h (xalloc_exit_failure): Remove.
22599         * lib/xmalloc.c: Likewise.  Include exitfail.h.
22600         (xalloc_die): Use exit_failure instead of xalloc_exit_failure.
22601         * lib/xmemcoll.h (xmemcoll_exit_failure): Remove.
22602         * lib/xmemcoll.c: Likewise.  Include exitfail.h.
22603         (xmemcoll): Use exit_failure instead of xalloc_exit_failure.
22604
22605 2003-07-20  Jim Meyering  <jim@meyering.net>
22606
22607         * modules/closeout (Depends-on): Add exitfail.
22608         Suggestion from Bruno Haible.
22609
22610 2003-07-19  Karl Berry  <karl@gnu.org>
22611
22612         * config/config.sub: update from prep.
22613
22614 2003-07-18  Paul Eggert  <eggert@twinsun.com>
22615
22616         * lib/closeout.h (close_stdout_set_status, close_stdout_status):
22617         Remove.
22618         * lib/closeout.c: Likewise.  Include "closeout.h" right after config.h,
22619         to test that it can stand by itself.  Include "exitfail.h".
22620         Clients should set exit_failure instead.
22621         (EXIT_FAILURE): Remove; no longer needed.  Do not include <stdlib.h>.
22622
22623 2003-07-18  Bruno Haible  <bruno@clisp.org>
22624
22625         * modules/getndelim2: New file.
22626         * modules/getline: Share files with module getndelim2.
22627         * modules/getnline: Depend on getndelim2 instead of sharing files with
22628         it. Add getnline.c to lib_SOURCES.
22629         * MODULES.html.sh (func_all_modules): Add getndelim2.
22630
22631 2003-07-18  Bruno Haible  <bruno@clisp.org>
22632
22633         * m4/getndelim2.m4: New file.
22634         * m4/getline.m4 (AM_FUNC_GETLINE): Add AC_LIBOBJ of getndelim2.c and
22635         invoke gl_PREREQ_GETNDELIM2.
22636         (gl_PREREQ_GETLINE): Drop AC_HEADER_STDC, now done by
22637         gl_PREREQ_GETNDELIM2.
22638         * m4/getnline.m4 (gl_GETNLINE): Drop AC_HEADER_STDC, now done by
22639         gl_GETNDELIM2.
22640
22641 2003-07-18  Bruno Haible  <bruno@clisp.org>
22642
22643         * lib/getndelim2.h: New file.
22644         * lib/getndelim2.c: Make into a module of its own. Include config.h,
22645         getndelim2.h.
22646         (getndelim2): Make non-static. Change return type to ssize_t.
22647         * lib/getline.h: Change argument names.
22648         * lib/getline.c: Include getndelim2.h instead of getndelim2.c.
22649         * lib/getnline.c: Include getndelim2.h.
22650
22651 2003-07-18  Andreas Schwab  <schwab@suse.de>
22652
22653         * lib/memcoll.c (memcoll) [!HAVE_STRCOLL]: Clear errno.
22654
22655 2003-07-17  Karl Berry  <karl@gnu.org>
22656
22657         * config/config.sub: update from prep.
22658
22659 2003-07-17  Bruno Haible  <bruno@clisp.org>
22660
22661         * modules/getnline: New file.
22662         * modules/getline: Add lib/getndelim2.c to source file list.
22663         * MODULES.html.sh (func_all_modules): Add getnline.
22664
22665 2003-07-17  Bruno Haible  <bruno@clisp.org>
22666
22667         * m4/getnline.m4: New file.
22668
22669 2003-07-17  Bruno Haible  <bruno@clisp.org>
22670
22671         * m4/Makefile.am.in: Remove file.
22672         * m4/Makefile.am: Remove file.
22673         * m4/Makefile.in: Remove file.
22674
22675 2003-07-17  Bruno Haible  <bruno@clisp.org>
22676
22677         * lib/getnline.h: New file.
22678         * lib/getnline.c: New file.
22679         * lib/getndelim2.c: New file, extracted from getline.c.
22680         (getndelim2): Renamed from getdelim2, with added nmax argument.
22681         * lib/getline.c: Include getndelim2.c.
22682         (getdelim2): Moved out to getndelim2.c.
22683         (getline, getdelim): Update.
22684
22685 2003-07-17  Bruno Haible  <bruno@clisp.org>
22686
22687         * lib/Makefile.am: Remove file.
22688         * lib/Makefile.in: Remove file.
22689
22690 2003-07-17  Bruno Haible  <bruno@clisp.org>
22691
22692         * configure.in: Remove file.
22693         * Makefile.in: Remove file.
22694
22695 2003-07-17  Bruno Haible  <bruno@clisp.org>
22696
22697         * MODULES.html.sh: Put the </BODY> right before </HTML>.
22698
22699 2003-07-16  Karl Berry  <karl@gnu.org>
22700
22701         * config/srclist-update: was running fixlicense twice, which caused
22702                 texinfo.tex to be nullified for some reason.  Simplify,
22703                 $gplsrc is no longer needed as far as I can see?
22704
22705 2003-07-16  Jim Meyering  <jim@meyering.net>
22706
22707         * modules/save-cwd: Depend on xgetcwd.  From Derek Price.
22708
22709 2003-07-15  Paul Eggert  <eggert@twinsun.com>
22710
22711         * config/srclist.txt: Get the following files from gettext-runtime/intl
22712         instead: config.charset, localcharset.c, localcharset.h, ref-add.sin,
22713         ref-del.sin.  From Bruno Haible.
22714         * config/srclist-update (fixfile): Change grep pattern again, since the
22715         previous fix didn't work (there was another trailing $).  Use
22716         '[$]' to escape the $s.
22717
22718 2003-07-15  Karl Berry  <karl@gnu.org>
22719
22720         * lib/vasnprintf.c: update from gettext.
22721
22722 2003-07-15  Karl Berry  <karl@gnu.org>
22723
22724         * config/srclist-update (fixfile): Change grep pattern, since 'Id'
22725         gets expanded when surrounded by '$'.
22726
22727 2003-07-15  Jim Meyering  <jim@meyering.net>
22728
22729         * modules/save-cwd: Don't depend on error.  From Derek Price.
22730
22731 2003-07-15  Jim Meyering  <jim@meyering.net>
22732
22733         * lib/makepath.c (make_path): Enclose diagnostic in _(...).
22734
22735 2003-07-14  Simon Josefsson  <jas@extundo.com>
22736
22737         * modules/mempcpy: New file.
22738         * MODULES.html.sh (func_all_modules): Add mempcpy.
22739
22740 2003-07-14  Simon Josefsson  <jas@extundo.com>
22741
22742         * m4/mempcpy.m4: New file.
22743
22744 2003-07-14  Simon Josefsson  <jas@extundo.com>
22745
22746         * lib/mempcpy.h: New file.
22747         * lib/mempcpy.c: New file.
22748
22749 2003-07-14  Paul Eggert  <eggert@twinsun.com>
22750
22751         * modules/getdate, modules/posixtm: Depend on mktime.
22752
22753 2003-07-14  Paul Eggert  <eggert@twinsun.com>
22754
22755         * lib/ceill.c, expl.c, floorl.c, frexpl.c, ldexpl.c, mathl.h,
22756         sincosl.c, sqrtl.c, trigl.c, trigl.h, poll.c, poll_.h, mkstemp.c,
22757         unicodeio.c, unicodeio.h, unlocked-io.h:
22758         Switch from LGPL to GPL.
22759
22760 2003-07-14  Paul Eggert  <eggert@twinsun.com>
22761
22762         * lib/asnprintf.c, asprintf.c, config.charset, gettext.h,
22763         localcharset.c, localcharset.h, mkdtemp.c, printf-args.c,
22764         printf-args.h, printf-parse.c, printf-parse.h, ref-add.sin,
22765         ref-del.sin, setenv.c, unsetenv.c, vasnprintf.c, vasnprintf.h,
22766         vasprintf.c, vasprintf.h: Regenerate.  These files are now being
22767         updated automatically by ../config/srclist-update.  This changes
22768         their license from LPGL to GPL.
22769
22770 2003-07-14  Paul Eggert  <eggert@twinsun.com>
22771
22772         * config/srclist.txt: Add tons more gettext files.  $GETTEXT is now
22773         assumed to refer to the root of the most recent stable gettext version.
22774         * config/srclistvars.sh: Add defaults for eggert.
22775         * config/srclist-update: Convert LGPL to GPL in shell scripts, too.
22776         Match "This program" as well as "The program".  This is needed
22777         for gettext.
22778
22779 2003-07-14  Jim Meyering  <jim@meyering.net>
22780
22781         Don't emit diagnostics.  Let callers do that.
22782         * lib/save-cwd.c: Don't include "error.h".
22783         (save_cwd): Don't call error.  Ensure that errno is valid
22784         when returning nonzero.
22785
22786         * lib/save-cwd.h (restore_cwd): Update prototype.
22787         * lib/save-cwd.c (restore_cwd): Remove two parameters.
22788         Simplify.  Don't call error upon failure.  Let callers do that.
22789         (save_cwd): Mention that Irix 5.3 has the same problem as SunOS 4
22790         when auditing is enabled.  But don't bother updating the #if.
22791
22792 2003-07-11  Alexandre Duret-Lutz  <adl@gnu.org>
22793
22794         * lib/obstack.h (__INT_TO_PTR): Revert change of 2003-03-13;
22795         it breaks C++ compilation.
22796         [!__GNUC__ || !__STDC__] (obstack_finish): Cast result to void*.
22797
22798 2003-07-10  Simon Josefsson  <jas@extundo.com>
22799
22800         * modules/strchrnul (Makefile.am): Add strchrnul.h.
22801
22802 2003-07-10  Jim Meyering  <jim@meyering.net>
22803
22804         * m4/clock_time.m4: Remove trailing blank.
22805         * m4/intmax_t.m4: Likewise.
22806
22807 2003-07-10  Jim Meyering  <jim@meyering.net>
22808
22809         * lib/vasnprintf.c: Remove trailing blanks.
22810         Make cpp indentation consistent.
22811
22812 2003-07-09  Paul Eggert  <eggert@twinsun.com>
22813
22814         * lib/alloca_.h, euidaccess.c, getpass.c, memrchr.c, obstack.h,
22815         posixver.c, strftime.c, strnlen.c, strverscmp.c:
22816         Switch from LGPL to GPL.
22817
22818 2003-07-09  Paul Eggert  <eggert@twinsun.com>
22819
22820         * config/srclist.txt: Sort sublists.  Add
22821         $LIBCSRC/sysdeps/generic/strtoul.c. In comments, add more libc files
22822         that differ from gnulib for one reason or another; we'd like this list
22823         to be smaller but for now let's document what we have.
22824
22825 2003-07-08  Paul Eggert  <eggert@twinsun.com>
22826
22827         * config/srclist-update: Port to POSIX 1003.1-2001 hosts by avoiding
22828         the use of GNU extensions.  Change "x=`eval echo $x`" to the shorter
22829         and sweeter "eval x=$x".
22830         * config/srclist.txt: Get lib/argp* from glibc.
22831
22832 2003-07-07  Paul Eggert  <eggert@twinsun.com>
22833
22834         * lib/mktime.c: Fix some boundary cases and remove need for floating
22835         point.
22836
22837         Issue a compile-time diagnostic if time_t is floating point, or if
22838         two's complement arithmetic is not in effect, or if arithmetic
22839         right shift does not propagate the sign.  These assumptions were
22840         all in the original code but they weren't checked.
22841
22842         (TIME_T_MIDPOINT, verify): New macros.
22843         (__isleap): Remove; it has integer overflow problems.
22844         (leapyear): New function, without those problems.
22845         (ydhms_tm_diff): Remove; splitting into two parts.
22846         (ydhms_diff): New function, containing the arithmetic part of
22847         the old ydhms_tm_diff function.  Issue a compile-time
22848         diagnostic if we are not using C99 integer division.
22849         Avoid casts when possible.
22850         (guess_time_tm): New function, containing the checking part of
22851         the old ydhms_tm_diff function.  Return the new value, rather than
22852         the difference between it and the old.  Accept a new argument T
22853         so that *T specifies the old value.  Check for overflow in the result.
22854
22855         (__mktime_internal): Use a time_t offset, not a long int offset.
22856         This undoes the 2003-06-04 change, which is no longer needed now
22857         that we have better overflow checking.
22858         (localtime_offset): Likewise.
22859
22860         (__mktime_internal): Avoid harmful overflow on hosts where time_t
22861         and long are 64-bit but int is only 32-bit.
22862         (ydhms_diff): Use long int to store year1 and yday1.
22863         Issue a compile-time diagnostic if long int is not wide enough.
22864
22865         (__mktime_internal): Use long int to store adjusted year and yday.
22866         Use plain C rather than preprocessor commands, if that doesn't
22867         affect efficiency.
22868         Check for overflow (and try to repair) after each probe
22869         rather than checking only at the very end.  This avoids some bugs
22870         (e.g., southern hemisphere, behind GMT, and GMT offset at minimum time
22871         does not equal GMT offset at maximum time).
22872         Use integer to check for overflow rather than floating point; this
22873         is more portable to non-IEEE hosts, and is a tad faster.
22874         When we detect that we are oscillating between two values,
22875         don't check whether tm_isdst has the requested value, since
22876         we already know the answer.  When tm_isdst has the wrong value,
22877         use a different heuristic to find the right one, based on the
22878         extreme values actually observed in practice in tz2003a,
22879         rather than the (overly optimistic) "previous 3 calendar quarters".
22880
22881         (not_equal_tm, print_tm, check_result): Use "const T" rather than
22882         "T const" to accommodate glibc style.
22883         (check_result): Use less-confusing report format.  "long" -> "long int.
22884         (main): Likewise.
22885         Don't loop if the iteration overflows time_t.
22886         Allow a negative step in the iteration.
22887
22888 2003-07-06  Karl Berry  <karl@gnu.org>
22889
22890         * config/depcomp: update from automake.
22891         * config/config.sub: update from prep.
22892
22893 2003-07-03  Karl Berry  <karl@gnu.org>
22894
22895         * config/config.guess: update from prep.
22896
22897 2003-07-01  Paul Eggert  <eggert@twinsun.com>
22898
22899         * m4/xreadlink.m4 (gl_XREADLINK): Don't check for sys/types.h, since
22900         xreadlink.c now includes it unconditionally.
22901
22902 2003-07-01  Paul Eggert  <eggert@twinsun.com>
22903
22904         * lib/xreadlink.c: Include <sys/types.h> unconditionally, instead of
22905         having it depend on HAVE_SYS_TYPES_H.
22906
22907 2003-07-01  Bruno Haible  <bruno@clisp.org>
22908
22909         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Don't include <unistd.h>.
22910         <sys/types.h> should be sufficient.
22911         Reported by Paul Eggert.
22912
22913 2003-06-26  Karl Berry  <karl@gnu.org>
22914
22915         * config/depcomp: update from automake.
22916
22917 2003-06-26  Bruno Haible  <bruno@clisp.org>
22918
22919         * modules/human: Depend on module stdbool.
22920
22921 2003-06-25  Bruno Haible  <bruno@clisp.org>
22922
22923         * modules/readlink: New file.
22924         * modules/xreadlink: Depend on it.
22925         * MODULES.html.sh (func_all_modules): Add readlink.
22926
22927 2003-06-25  Bruno Haible  <bruno@clisp.org>
22928
22929         * m4/readlink.m4: New file.
22930
22931 2003-06-25  Bruno Haible  <bruno@clisp.org>
22932
22933         * lib/readlink.c: New file.
22934
22935 2003-06-22  Karl Berry  <karl@gnu.org>
22936
22937         * config/srclist.txt: update mkinstalldirs from automake.
22938         * config/mkinstalldirs: update.
22939
22940 2003-06-22  Bruno Haible  <bruno@clisp.org>
22941
22942         Portability to mingw32.
22943         * m4/ssize_t.m4: New file, from GNU gettext.
22944         * m4/safe-read.m4 (gl_PREREQ_SAFE_READ): Require gt_TYPE_SSIZE_T.
22945         * m4/xreadlink.m4 (gl_XREADLINK): Require gt_TYPE_SSIZE_T.
22946
22947 2003-06-22  Bruno Haible  <bruno@clisp.org>
22948
22949         * modules/safe-read: Add m4/ssize_t.m4.
22950         * modules/xreadlink: Add m4/ssize_t.m4.
22951
22952 2003-06-20  Bruno Haible  <bruno@clisp.org>
22953
22954         Assume C89, so PARAMS isn't needed.
22955         * lib/unicodeio.h (PARAMS): Remove.
22956         * lib/unicodeio.c: Don't use PARAMS.
22957
22958 2003-06-18  Karl Berry  <karl@gnu.org>
22959
22960         * config/config.{guess,sub}: update from prep.
22961
22962 2003-06-18  Jim Meyering  <jim@meyering.net>
22963
22964         Merge changes from coreutils.
22965         * lib/readutmp.c: Include <string.h> and <stdlib.h> unconditionally.
22966         Remove explicit declarations of xmalloc and realloc.
22967         Include xalloc.h.
22968         (read_utmp): Remove anachronistic cast of xmalloc.
22969
22970 2003-06-17  Paul Eggert  <eggert@twinsun.com>
22971
22972         Assume C89, so PARAMS isn't needed.
22973         * lib/backupfile.h (PARAMS): Remove.  All uses removed.
22974         * lib/closeout.h, lib/dirname.h, lib/filemode.h, lib/fsusage.h,
22975         lib/getdate.h, lib/getline.h, lib/group-member.h, lib/hard-locale.h,
22976         lib/hash.h, lib/linebuffer.h, lib/long-options.h, lib/makepath.h,
22977         lib/memcasecmp.h, lib/memcoll.h, lib/modechange.h, lib/mountlist.h,
22978         lib/path-concat.h, lib/physmem.h, lib/posixtm.h, lib/quote.h,
22979         lib/readutmp.h, lib/same.h, lib/save-cwd.h, lib/savedir.h,
22980         lib/stdio-safer.h, lib/strtoimax.c, lib/strverscmp.h,
22981         lib/unistd-safer.h, lib/version-etc.h, lib/xalloc.h, lib/xreadlink.h,
22982         lib/xstrtod.h, lib/xstrtol.h: Likewise.
22983         * lib/filemode.h, lib/hard-locale.h, lib/memcoll.h, lib/modechange.h,
22984         lib/physmem.h, lib/same.h, lib/strverscmp.h: Do not include config.h;
22985         no longer needed. Anyway, config.h should always be included before any
22986         other file.
22987
22988 2003-06-11  Simon Josefsson  <jas@extundo.com>
22989
22990         * modules/sysexits: New file.
22991         * MODULES.html.sh (func_all_modules): Add sysexits.
22992
22993 2003-06-11  Simon Josefsson  <jas@extundo.com>
22994
22995         * lib/sysexit_.h: New file.
22996
22997 2003-06-11  Derek Price  <derek@ximbiot.com>
22998
22999         * lib/stat.c [LSTAT]: Compile/use slash_aware_lstat only if it is
23000         necessary.
23001
23002 2003-06-11  Bruno Haible  <bruno@clisp.org>
23003
23004         * m4/sysexits.m4: New file.
23005
23006 2003-06-10  Simon Josefsson  <jas@extundo.com>
23007
23008         * lib/argp.h: New file, from glibc.
23009         * lib/argp-ba.c: New file, from glibc.
23010         * lib/argp-eexst.c: New file, from glibc.
23011         * lib/argp-fmtstream.c: New file, from glibc.
23012         * lib/argp-fmtstream.h: New file, from glibc.
23013         * lib/argp-fs-xinl.c: New file, from glibc.
23014         * lib/argp-help.c: New file, from glibc.
23015         * lib/argp-namefrob.h: New file, from glibc.
23016         * lib/argp-parse.c: New file, from glibc.
23017         * lib/argp-pv.c: New file, from glibc.
23018         * lib/argp-pvh.c: New file, from glibc.
23019         * lib/argp-xinl.c: New file, from glibc.
23020
23021 2003-06-10  Simon Josefsson  <jas@extundo.com>
23022
23023         * modules/strchrnul: New file.
23024
23025 2003-06-10  Simon Josefsson  <jas@extundo.com>
23026
23027         * modules/argp: New file.
23028
23029 2003-06-10  Simon Josefsson  <jas@extundo.com>
23030
23031         * m4/strchrnul.m4: New file.
23032
23033 2003-06-10  Simon Josefsson  <jas@extundo.com>
23034
23035         * lib/strchrnul.h: New file.
23036         * lib/strchrnul.c: New file.
23037
23038 2003-06-10  Bruno Haible  <bruno@clisp.org>
23039
23040         * MODULES.html.sh (func_all_modules): Add strchrnul and argp.
23041
23042 2003-06-07  Karl Berry  <karl@gnu.org>
23043
23044         * config/config.{guess,sub}: update from prep.
23045
23046 2003-06-07  Jim Meyering  <jim@meyering.net>
23047
23048         * modules/strtod: Use $(...) notation, not @...@ for
23049         AC_REPLACE'd variables.
23050         * modules/localcharset: Likewise.
23051
23052 2003-06-07  Jim Meyering  <jim@meyering.net>
23053
23054         * lib/readtokens.h: Put `Free Software Foundation, Inc.'
23055         in place of my name in the copyright comment.
23056         Remove definition and uses of __P.
23057
23058         From coreutils.
23059         * lib/stat.c: Don't declare xmalloc explicitly.
23060         Instead, include "xalloc.h".
23061         * lib/readtokens.c (readtokens): Remove anachronistic casts of xmalloc,
23062         xrealloc, and xcalloc return values.
23063         * lib/xgetcwd.c (xgetcwd): Include "xgetcwd.h".
23064         Improve comment.
23065         * lib/xgetcwd.h: Remove definition/uses of PARAMS.
23066
23067 2003-06-07  Bruno Haible  <bruno@clisp.org>
23068
23069         * modules/poll (Makefile.am): Use explicit creation rule for poll.h, to
23070         avoid AC_CONFIG_LINKS.
23071         * modules/fnmatch (Makefile.am): Use explicit creation rule for
23072         fnmatch.h, to avoid AC_CONFIG_LINKS.
23073         * modules/alloca (Makefile.am): Make creation of alloca.h Ctrl-C safe.
23074
23075 2003-06-07  Bruno Haible  <bruno@clisp.org>
23076
23077         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH, gl_FUNC_FNMATCH_POSIX,
23078         gl_FUNC_FNMATCH_GNU): Set FNMATCH_H instead of invoking
23079         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
23080         directory.
23081         * m4/poll.m4 (gl_FUNC_POLL): Set POLL_H instead of invoking
23082         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
23083         directory.
23084
23085 2003-06-06  Jim Meyering  <jim@meyering.net>
23086
23087         Merge from coreutils.
23088         * lib/same.c: (same_name): Declare *_basename locals to be `const'.
23089         Consolidate declarations and initializations of *_base* locals.
23090
23091         Merge from coreutils.
23092         This avoids a core dump on systems without GNU putenv,
23093         when running `env -u SOME_ALREADY_UNSET_VARIABLE'.
23094         * lib/putenv.c (__set_errno, LOCK, UNLOCK): Define.
23095         (unsetenv): New static function, from GNU libc.
23096         (rpl_putenv): Use it.
23097
23098         * lib/modechange.c: Remove trailing blanks.
23099
23100         Merge from coreutils.
23101         * lib/fsusage.c: Remove declaration of statfs.
23102         It conflicted with one from OSF/1 5.1 in <sys/mount.h>.
23103
23104         * lib/posixtm.c: Include <stdbool.h> unconditionally.
23105
23106 2003-06-06  Jim Meyering  <jim@meyering.net>
23107
23108         * lib/stdbool_.h: Renamed from stdbool.h.in.
23109
23110 2003-06-06  Jim Meyering  <jim@meyering.net>
23111             Bruno Haible  <bruno@clisp.org>
23112
23113         * modules/stdbool: Reflect renaming: stdbool.h.in -> stdbool_.h.
23114         Adjust Makefile.am snippet not to redirect directly to target.
23115         Use $(STDBOOL_H) notation, not @STDBOOL_H@ for AC_REPLACE'd variables.
23116
23117 2003-06-05  Paul Eggert  <eggert@twinsun.com>
23118
23119         * lib/mktime.c (__mktime_internal): When resolving a tm_isdst
23120         mismatch, look in future quarters as well as past.  This fixes a
23121         bug when processing fall-backwards gaps immediately after a long
23122         period of daylight-saving time.
23123
23124         * lib/mktime.c: Assume freestanding C89 or better.
23125         (HAVE_LIMITS_H): Remove.  Assume it's 1.
23126         (__P): Remove; not used.
23127         (CHAR_BIT, INT_MIN, INT_MAX): Remove; <limits.h> defines them.
23128         (mktime, not_equal_tm, print_tm, check_result,
23129         main): Use prototypes.  Use const * where appropriate.
23130         (main): Fix typo in testing code that uncovered by above changes.
23131         (Local Variables): Remove -DHAVE_LIMITS_H from compile-command.
23132
23133 2003-06-04  Paul Eggert  <eggert@twinsun.com>
23134
23135         * m4/human.m4 (gl_HUMAN): Require AM_STDBOOL_H.  Check for
23136         locale.h, localeconv.  This merges changes from coreutils.
23137
23138         * m4/mktime.m4 (AC_FUNC_MKTIME): New macro, taken from Autoconf CVS.
23139         It can be removed after the next Autoconf is released.
23140         * m4/exclude.m4 (gl_EXCLUDE): Don't check for sys/types.h; no loner
23141         needed.
23142
23143 2003-06-04  Paul Eggert  <eggert@twinsun.com>
23144
23145         * lib/mktime.c: Fix Debian bug 177940
23146         <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=177940>.
23147         (localtime_offset): Now long int, not time_t, because we want it
23148         to be guaranteed to be signed.  All uses changed.
23149         (__mktime_internal): If overflow would occur when adding offset,
23150         don't add it.
23151
23152         Merge 'human' changes from coreutils.  Rewrite to support
23153         locale-specific notations like thousands separators.
23154         * lib/human.c: Simplify authorship notice.
23155         Include human.h immediately after config.h.
23156         <sys/types.h>, <stdio.h>: Do not include; no longer needed.
23157         <limits.h>: Do not include, since human.h does.
23158         (SIZE_MAX, UINTMAX_MAX): New macros.
23159         <strings.h>: Include if HAVE_STRINGS_H, not if !HAVE_STRING_H.
23160         <locale.h>: Include if HAVE_LOCALE_H and HAVE_LOCALECONV.
23161         (HUMAN_READABLE_SUFFIX_LENGTH_MAX): New macro.
23162         (power_letter): Renamed from suffixes.
23163         (generate_suffix_backwards): Remove.
23164         (adjust_value): Now takes int style (because of human.h changes)
23165         and long double value (for greater precision on some platforms).
23166         (group_number): New function.
23167         (human_readable): Use it.  Use integer options, not enum.
23168         Put the options before the sizes in the arg list.
23169         Support all the new options.
23170         The old human_readable function has been removed;
23171         use inttostr.h instead.
23172         (human_readable, default_block_size, humblock):
23173         Use uintmax_t, not int, for block sizes.
23174         (human_readable_inexact, block_size_types): Remove.
23175         (block_size_opts): New constant.
23176         (human_options): Renamed from human_block_size, with new signature
23177         that allows block sizes up to UINTMAX_MAX.  All callers changed.
23178         * lib/human.h: Add copyright and authorship notice.
23179         Include <limits.h> and <stdbool.h> unconditionally.
23180         (PARAMS): Remove.  All uses removed.
23181         (LONGEST_HUMAN_READABLE): Add support for thousands separator.
23182         (enum human_inexact_style): Remove tag; now a nameless enum.
23183         (human_floor, human_ceiling, human_round_to_even): Now have
23184         values 2, 0, 1 rather than -1, 1, 0.
23185         (human_group_digits, human_suppress_point_zero, human_autoscale,
23186         human_base_1024, human_SI, human_B): New constants.
23187         (human_readable_inexact, human_block_size): Remove.
23188         (human_readable): Size args are now uintmax_t, not int.
23189         (human_options): New decl.
23190
23191         * lib/exclude.c: (new_exclude, add_exclude): Remove casts that are
23192         unnecessary now that we assume C89 or better.  This change
23193         imported from coreutils.
23194
23195         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
23196         arbitrarily.  This is the same patch as 2003-05-28, but it got lost
23197         in the 2003-05-30 sync from glibc.
23198
23199         .h files should stand alone, but we shouldn't include <sys/types.h>
23200         if we can get away with just <stddef.h>.
23201
23202         * lib/__fpending.h, addext.c, backupfile.c, exclude.c, getline.c,
23203         malloc.c, putenv.c, realloc.c, strcasecmp.c: Include <stddef.h>
23204         rather than <sys/types.h>, as we merely need size_t.
23205         * lib/dirname.h, memcoll.h, xalloc.h, xmemcoll.h: Include <stddef.h>,
23206         to get size_t.
23207         * lib/hash.h, linebuffer.h, readtokens.h, stdio-safer.h, version-etc.h:
23208         Include <stdio.h>, to get FILE.
23209         * lib/memcasecmp.c: Don't include <sys/types.h>, as we can assume
23210         memcasecmp.h has included <stddef.h> and all we need is size_t.
23211         * lib/memcoll.c: Include "memcoll.h", which gets us size_t and checks
23212         our interface, instead of including <sys/types.h>
23213
23214 2003-06-04  Paul Eggert  <eggert@twinsun.com>
23215
23216         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): Comment out for
23217         now, as glibc mktime is buggy on non-glibc systems.
23218
23219 2003-06-03  Karl Berry  <karl@gnu.org>
23220
23221         * config/config.sub: update from prep.
23222
23223 2003-06-02  Paul Eggert  <eggert@twinsun.com>
23224
23225         [from coreutils]
23226         Fix some minor time-related bugs with POSIX time arguments.
23227         Some valid time stamps were being rejected (notably -1, and
23228         time stamps before 1900 on 64-bit hosts).  And some invalid
23229         time stamps were being accepted, e.g. September 31.
23230
23231         * lib/posixtm.h (posixtime): Return bool instead of time_t, so
23232         that we can return (time_t) -1 successfully.
23233         * lib/posixtm.c: Likewise.
23234         [HAVE_STDBOOL_H]: Include <stdbool.h>.
23235         (bool, false, true) [!HAVE_STDBOOL_H]: New type.
23236         (t): Remove static var.
23237         (year, posix_time_parse): Now takes struct tm * arg to modify, instead
23238         of static var.  All uses changed.
23239         (year): Do not reject years before 1900; they can occur with
23240         64-bit time_t.
23241         (posix_time_parse): Do not check for out-of-range components;
23242         that is now the caller's responsibility, since our checks were
23243         only approximations.
23244         (posixtime): Use mktime to check for out-of-range components,
23245         since it knows them exactly.
23246         If mktime returns (time_t) -1, check whether an error actually occurred
23247         by invoking localtime on -1.
23248         (main) [TEST_POSIXTIME]: Check for input data errors, and report
23249         posixtime failures better.
23250         Improve the test data (in comments only).
23251
23252 2003-06-02  Karl Berry  <karl@gnu.org>
23253
23254         * config/mkinstalldirs (version): new variable.
23255         (--version): new option.
23256         (usage): improve message.
23257
23258 2003-05-30  Karl Berry  <karl@gnu.org>
23259
23260         * lib/mktime.c: update from libc.
23261
23262 2003-05-30  Bruno Haible  <bruno@clisp.org>
23263
23264         * modules/gettext: Add files m4/nls.m4 and m4/po.m4.
23265         * config/config.rpath: Upgrade to gettext-0.12.1.
23266
23267 2003-05-30  Bruno Haible  <bruno@clisp.org>
23268
23269         * m4/gettext.m4: Upgrade to gettext-0.12.1.
23270         * m4/nls.m4: New file, from gettext-0.12.1.
23271         * m4/po.m4: New file, from gettext-0.12.1.
23272         * m4/progtest.m4: Upgrade to gettext-0.12.1.
23273
23274 2003-05-30  Bruno Haible  <bruno@clisp.org>
23275
23276         * lib/config.charset: Upgrade to gettext-0.12.1 and libiconv-1.9.1.
23277         * lib/localcharset.h: Likewise.
23278         * lib/localcharset.c: Likewise.
23279
23280 2003-05-29  Karl Berry  <karl@gnu.org>
23281
23282         * config/config.rpath: update from gettext.
23283
23284 2003-05-28  Paul Eggert  <eggert@twinsun.com>
23285
23286         Assume the headers required for C89 freestanding compilers.
23287         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for limits.h.
23288         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Likewise.
23289         * m4/human.m4 (gl_HUMAN): Likewise.
23290         * m4/pathmax.m4 (gl_PATHMAX): Likewise.
23291         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Likewise.
23292         * m4/userspec.m4 (gl_USERSPEC): Likewise.
23293         * m4/xreadlink.m4 (gl_XREADLINK): Likewise.
23294         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
23295         * m4/quote.m4 (gl_QUOTE): Don't check for stddef.h.
23296
23297 2003-05-28  Paul Eggert  <eggert@twinsun.com>
23298
23299         Assume the headers required for C89 freestanding compilers.
23300         * lib/addext.c, lib/backupfile.c, lib/fsusage.c, lib/human.c,
23301         lib/pathmax.h, lib/rpmatch.c, lib/userspec.c, lib/xreadlink.c,
23302         lib/xstrtol.c: Include <limits.h> without checking for HAVE_LIMITS_H.
23303         * lib/backupfile.c, lib/fsusage.c, lib/hash.c, lib/human.c,
23304         lib/safe-read.c, lib/userspec.c, lib/xstrtol.c (CHAR_BIT): Don't
23305         define, since <limits.h> is guaranteed to do that.
23306         * lib/fatal.c: Include <stdarg.h> without checking for __STDC__.
23307         * lib/exclude.c: Include <stdbool.h> unconditionally.
23308         * lib/tempname.c: Include <stddef.h> unconditionally.
23309         * lib/hash.c: Include <limits.h>, since we no longer define CHAR_BIT.
23310         * lib/modechange.c, rpmatch.c (NULL): Don't define, since
23311         <stddef.h> does that.
23312         * lib/quote.c: Dont include <stddef.h> or <sys/types.h>; not needed.
23313         * lib/safe-read.c (INT_MAX): Don't define, since <limits.h> does that.
23314         * lib/safe-read.c (TYPE_MINIMUM, TYPE_MAXIMUM): Remove; no longer
23315         needed.
23316         * lib/xstrtol.c: Likewise.
23317         * lib/safe-read.c: Remove TYPE_SIGNED; no longer needed.
23318         * lib/savedir.c: Include <stddef.h> instead of defining NULL.
23319
23320         * lib/addext.c (addext): Use assignment rather than cast, to avoid
23321         warnings on some platforms.
23322
23323         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
23324         arbitrarily.
23325
23326 2003-05-26  Jim Meyering  <jim@meyering.net>
23327
23328         Merge in a change from coreutils:
23329         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Test the cache variable, not one
23330         that is guaranteed to be `no'.  Use `no_such_member' to indicate
23331         that condition, rather than `-1' which is slightly misleading.
23332         Change the name of the cache variable to have the gl_ prefix.
23333         Prompted by a patch from Richard Dawe for DJGPP.
23334
23335 2003-05-24  Karl Berry  <karl@gnu.org>
23336
23337         * config/config.guess: update from prep.
23338
23339 2003-05-22  Karl Berry  <karl@gnu.org>
23340
23341         * gnulib-tool (func_usage): =LIBRARY not =libRARY in help msg.
23342
23343 2003-05-20  Karl Berry  <karl@gnu.org>
23344
23345         * config/config.guess: update from prep.
23346
23347 2003-05-18  Karl Berry  <karl@gnu.org>
23348
23349         * config/srclistvars.sh (TEXMF): use TEXMFROOT instead, since TEXMF
23350         might actually be set by the user.
23351
23352         * config/depcomp, install-sh, mdate-sh: update from automake.
23353
23354 2003-05-17  Bruno Haible  <bruno@clisp.org>
23355
23356         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Fix a quoting bug leading to an
23357         invalid expansion for AC_EGREP_CPP.
23358         * m4/strtoimax.m4 (gl_FUNC_STRTOIMAX): Likewise.
23359         * m4/strtoumax.m4 (gl_FUNC_STRTOUMAX): Likewise.
23360         Suggested by Akim Demaille <akim@epita.fr> in
23361         http://mail.gnu.org/archive/html/bug-autoconf/2003-05/threads.html
23362
23363 2003-05-12  Jim Meyering  <jim@meyering.net>
23364
23365         * lib/strftime.c (my_strftime): Let the `-' (no-pad) flag affect
23366         the space-padded-by-default conversion specifiers, %e, %k, %l.
23367
23368 2003-05-12  Bruno Haible  <bruno@clisp.org>
23369
23370         * lib/linebreak.c (iconv_string_length): Don't return -1 just because
23371         the string is longer than 4 KB.
23372
23373 2003-05-11  Karl Berry  <karl@gnu.org>
23374
23375         * config/config.{guess,sub}: update from prep.
23376
23377 2003-05-09  Bruno Haible  <bruno@clisp.org>
23378
23379         * modules/error: Add m4/strerror_r.m4 to file list.
23380
23381 2003-05-03  Bruno Haible  <bruno@clisp.org>
23382
23383         Upgrade to Unicode-4.0.
23384         * lib/linebreak.c (nonspacing_table_data): Change width of U+00AD,
23385         U+0350..U+0357, U+035D..U+035F, U+0600..U+0603, U+0610..U+0615,
23386         U+0656..U+0658, U+0A01, U+0AE2..U+0AE3, U+0CBC, U+17B4..U+17B5,
23387         U+17DD, U+1920..U+1922, U+1927..U+192B, U+1932, U+1939..U+193B
23388         from 1 to 0. Change width of U+0CBF, U+0CC6, U+180E from 0 to 1.
23389         (uc_width): Change width of U+4DC0..U+4DFF from 2 to 1. Change width
23390         of U+2A6D7..U+2F7FF, U+2FA1E..U+2FFFD, U+30000..U+3FFFD from 1 to 2.
23391         Change width of U+E0100..U+E01EF from 1 to 0.
23392
23393 2003-04-25  Jim Meyering  <jim@meyering.net>
23394
23395         * lib/copy-file.c (copy_file_preserving): Declare buf_size to be
23396         of type size_t, not int.
23397
23398 2003-04-25  Bruno Haible  <bruno@clisp.org>
23399
23400         * lib/copy-file.c: Include <stddef.h>, for size_t.
23401
23402 2003-04-21  Paul Eggert  <eggert@twinsun.com>
23403
23404         * m4/error.m4 (gl_ERROR): Do not put under dynamic conditions some
23405         code which expansion is under static control.  Patch imported from
23406         Akim Demaille's patch to Bison; see
23407         <http://mail.gnu.org/archive/html/bison-patches/2003-03/msg00057.html>.
23408
23409 2003-04-14  Bruno Haible  <bruno@clisp.org>
23410
23411         * m4/error.m4 (jm_PREREQ_ERROR): Use AC_FUNC_VPRINTF.
23412
23413 2003-04-11  Jim Meyering  <jim@meyering.net>
23414
23415         Merge changes from Coreutils.
23416
23417         2003-03-22  Jim Meyering  <jim@meyering.net>
23418
23419         * lib/strftime.c (widen): Cast alloca return value to proper type.
23420
23421         2003-01-19  Ulrich Drepper  <drepper@redhat.com>
23422
23423         From GNU libc.
23424         * lib/strftime.c (my_strftime): Handle very large width
23425         specifications for numeric values correctly.  Improve checks for
23426         overflow.
23427
23428         2003-01-19  Jim Meyering  <jim@meyering.net>
23429
23430         * lib/strftime.c (widen) [COMPILE_WIDE]: Merge nearly-identical
23431         definitions.
23432         (nl_get_alt_digit) [! defined my_strftime]: Define.
23433         (my_strftime) [_NL_CURRENT]: Merge nearly-identical uses of
23434         _nl_get_alt_digit and _nl_get_walt_digit.
23435
23436         * lib/strftime.c (my_strftime): Merge in locale-related changes from
23437         libc. These changes have no effect outside of _LIBC.
23438
23439 2003-04-10  Bruno Haible  <bruno@clisp.org>
23440
23441         * modules/findprog: New file.
23442         * MODULES.html.sh (func_all_modules): Add it.
23443
23444 2003-04-10  Bruno Haible  <bruno@clisp.org>
23445
23446         * m4/findprog.m4: New file.
23447         * m4/eaccess.m4: New file.
23448
23449 2003-04-10  Bruno Haible  <bruno@clisp.org>
23450
23451         * lib/findprog.h: New file, from GNU gettext.
23452         * lib/findprog.c: New file, from GNU gettext.
23453
23454 2003-04-05  Jim Meyering  <jim@meyering.net>
23455
23456         Merge changes from Coreutils.
23457
23458         * lib/exclude.h (PARAMS): Remove definition and uses.
23459         * lib/exclude.c: Remove uses of `PARAMS'.
23460
23461         * lib/dirname.c [TEST_DIRNAME]: Update build instructions for test.
23462         Add test-cases for DOS filenames. Declare program_name.
23463         (main): Set up program_name.  Patch by Rich Dawe.
23464
23465         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
23466         error from mntctl.
23467         Use mntctl's return value to drive the entry-processing loop, since
23468         we can't rely on the value of the vmt_length member in the last
23469         entry.  On some systems doing so could result in exhausting
23470         virtual memory.  Based in part on a patch from Mike Jetzer.
23471
23472 2003-04-04  Bruno Haible  <bruno@clisp.org>
23473
23474         * modules/linebreak: New file.
23475         * MODULES.html.sh (func_all_modules): Add it.
23476
23477 2003-04-04  Bruno Haible  <bruno@clisp.org>
23478
23479         * m4/linebreak.m4: New file.
23480
23481 2003-04-04  Bruno Haible  <bruno@clisp.org>
23482
23483         * lib/linebreak.h: New file, from GNU gettext.
23484         * lib/linebreak.c: New file, from GNU gettext with slight
23485         modifications.
23486         * lib/lbrkprop.h: New file, from GNU gettext.
23487
23488 2003-04-03  Bruno Haible  <bruno@clisp.org>
23489
23490         * modules/utf8-ucs4: New file.
23491         * modules/utf16-ucs4: New file.
23492         * modules/ucs4-utf8: New file.
23493         * modules/ucs4-utf16: New file.
23494         * MODULES.html.sh (func_all_modules): Add them.
23495
23496 2003-04-03  Bruno Haible  <bruno@clisp.org>
23497
23498         * m4/utf-ucs4.m4: New file.
23499         * m4/ucs4-utf.m4: New file.
23500
23501 2003-04-03  Bruno Haible  <bruno@clisp.org>
23502
23503         * lib/utf8-ucs4.h: New file, from GNU gettext.
23504         * lib/utf16-ucs4.h: New file, from GNU gettext.
23505         * lib/ucs4-utf8.h: New file, from GNU gettext.
23506         * lib/ucs4-utf16.h: New file, from GNU gettext.
23507
23508 2003-04-02  Bruno Haible  <bruno@clisp.org>
23509
23510         * modules/binary-io: New file.
23511         * MODULES.html.sh (func_all_modules): Add it.
23512
23513 2003-04-02  Bruno Haible  <bruno@clisp.org>
23514
23515         * lib/binary-io.h: New file, from GNU gettext.
23516
23517 2003-04-01  Bruno Haible  <bruno@clisp.org>
23518
23519         * modules/pathname: New file.
23520         * MODULES.html.sh (func_all_modules): Add it.
23521
23522 2003-04-01  Bruno Haible  <bruno@clisp.org>
23523
23524         * lib/pathname.h: New file, from GNU gettext.
23525         * lib/concatpath.c: New file, from GNU gettext.
23526
23527 2003-03-30  Bruno Haible  <bruno@clisp.org>
23528
23529         * m4/copy-file.m4 (gl_COPY_FILE): Add check for chown().
23530
23531 2003-03-30  Bruno Haible  <bruno@clisp.org>
23532
23533         * lib/copy-file.c (copy_file_preserving): Don't set owner if the
23534         function chown() doesn't exist.
23535
23536 2003-03-28  Bruno Haible  <bruno@clisp.org>
23537
23538         * modules/copy-file: New file.
23539         * MODULES.html.sh (func_all_modules): Add it.
23540
23541 2003-03-28  Bruno Haible  <bruno@clisp.org>
23542
23543         * m4/copy-file.m4: New file.
23544
23545 2003-03-28  Bruno Haible  <bruno@clisp.org>
23546
23547         * lib/copy-file.h: New file, from GNU gettext.
23548         * lib/copy-file.c: New file, from GNU gettext.
23549
23550 2003-03-18  Jim Meyering  <jim@meyering.net>
23551
23552         * lib/quote.c (quote_n): Fix typo in comment.
23553
23554 2003-03-18  Bruno Haible  <bruno@clisp.org>
23555
23556         * m4/onceonly.m4: Use m4_defn instead of defn, for better error
23557         checking.
23558         * m4/onceonly_2_57.m4: Likewise.
23559
23560 2003-03-17  Bruno Haible  <bruno@clisp.org>
23561
23562         * m4/onceonly.m4: Require autoconf 2.54 or newer.
23563         (m4_quote): Remove macro.
23564         * m4/onceonly_2_57.m4: Require autoconf 2.54 or newer.
23565
23566 2003-03-14  Jim Meyering  <jim@meyering.net>
23567
23568         Merge changes from Coreutils.
23569         * lib/obstack.h (obstack_object_size): Declare temporary, __o,
23570         to be const, in order to avoid warnings.
23571         (obstack_room): Likewise.
23572         (obstack_empty_p): Likewise.
23573
23574 2003-03-14  Bruno Haible  <bruno@clisp.org>
23575
23576         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE,
23577         AC_CHECK_DECLS_ONCE): Quote AC_FOREACH variable-expansions properly.
23578
23579 2003-03-13  Paul Eggert  <eggert@twinsun.com>
23580
23581         Merge changes from Bison.
23582         * lib/obstack.h: (__INT_TO_PTR) [__STDC__]: Cast result to
23583         (void *) to avoid diagnostic with native c89 on SGI IRIX 6.5
23584         when compiling Bison 1.875's `bitset bset = obstack_alloc
23585         (bobstack, bytes);'.  Problem reported by Nelson H. F. Beebe.
23586         * lib/hash.c: Include <stdbool.h> unconditionally.
23587
23588 2003-03-13  Paul Eggert  <eggert@twinsun.com>
23589
23590         * m4/onceonly.m4 (m4_quote): New macro.
23591         (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE, AC_CHECK_DECLS_ONCE):
23592         Quote AC_FOREACH variable-expansions properly.
23593
23594 2003-03-13  Paul Eggert  <eggert@twinsun.com>
23595
23596         * doc/COPYING.DOC, fdl.texi: Sync with latest FSF version.
23597
23598 2003-03-09  Paul Eggert  <eggert@twinsun.com>
23599
23600         * lib/argmatch.c (EXIT_FAILURE): Define if the system doesn't.
23601         Reported by Bruce Becker; see:
23602         http://mail.gnu.org/archive/html/bug-bison/2003-03/msg00017.html
23603
23604 2003-03-03  Paul Eggert  <eggert@twinsun.com>
23605             Bruno Haible  <bruno@clisp.org>
23606
23607         * lib/mbswidth.h: Include <wchar.h>. Needed for UnixWare 7.1.1.
23608         Reported by John Hughes, see
23609         http://mail.gnu.org/archive/html/bug-bison/2003-02/msg00030.html
23610
23611 2003-02-20  Bruno Haible  <bruno@clisp.org>
23612
23613         * MODULES.html.sh (func_all_modules): Add poll.
23614
23615 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
23616
23617         * modules/poll: New file.
23618
23619 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
23620
23621         * lib/poll_.h: New file.
23622         * lib/poll.c: New file.
23623
23624 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
23625
23626         * m4/poll.m4: New file.
23627
23628 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
23629
23630         * modules/mathl: New file.
23631
23632 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
23633
23634         * lib/mathl.h: New file.
23635         * lib/acosl.c: New file.
23636         * lib/asinl.c: New file.
23637         * lib/atanl.c: New file.
23638         * lib/ceill.c: New file.
23639         * lib/cosl.c: New file.
23640         * lib/expl.c: New file.
23641         * lib/floorl.c: New file.
23642         * lib/frexpl.c: New file.
23643         * lib/ldexpl.c: New file.
23644         * lib/logl.c: New file.
23645         * lib/sincosl.c: New file.
23646         * lib/sinl.c: New file.
23647         * lib/sqrtl.c: New file.
23648         * lib/tanl.c: New file.
23649         * lib/trigl.c: New file.
23650         * lib/trigl.h: New file.
23651
23652 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
23653
23654         * m4/mathl.m4: New file.
23655
23656 2003-02-18  Bruno Haible  <bruno@clisp.org>
23657
23658         * MODULES.html.sh (func_all_modules): Add mathl.
23659
23660 2003-02-17  Bruno Haible  <bruno@clisp.org>
23661
23662         * modules/mkdtemp: New module.
23663         * MODULES.html.sh (func_all_modules): Add it.
23664
23665 2003-02-17  Bruno Haible  <bruno@clisp.org>
23666
23667         * m4/mkdtemp.m4: New file, from GNU gettext with modifications.
23668
23669 2003-02-17  Bruno Haible  <bruno@clisp.org>
23670
23671         * lib/mkdtemp.h: New file, from GNU gettext.
23672         * lib/mkdtemp.c: New file, from GNU gettext.
23673
23674 2003-02-02  Jim Meyering  <jim@meyering.net>
23675
23676         * m4/regex.m4 (jm_INCLUDED_REGEX): Detect broken re_search in
23677         e.g. glibc-2.2.93.
23678
23679 2003-01-31  Bruno Haible  <bruno@clisp.org>
23680
23681         * m4/rename.m4 (vb_FUNC_RENAME): Add a redirection from 'rename' to
23682         'rpl_rename'.
23683         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Add a redirection from 'strnlen' to
23684         'rpl_strnlen'.
23685         * m4/strtod.m4 (gl_FUNC_STRTOD): Add a redirection from 'strtod' to
23686         'rpl_strtod'.
23687         * m4/utime.m4 (jm_FUNC_UTIME): Add a redirection from 'utime' to
23688         'rpl_utime'.
23689
23690 2003-01-31  Bruno Haible  <bruno@clisp.org>
23691
23692         * lib/rename.c: #undef rename before defining rpl_rename.
23693         * lib/strnlen.c: #undef strnlen, define rpl_strnlen instead of strnlen.
23694
23695 2003-01-30  Bruno Haible  <bruno@clisp.org>
23696
23697         * modules/vasnprintf, modules/vasprintf: New modules.
23698         * MODULES.html.sh (func_all_modules): Add them.
23699
23700 2003-01-30  Bruno Haible  <bruno@clisp.org>
23701
23702         * m4/signed.m4: New file, from GNU gettext.
23703         * m4/longdouble.m4: New file, from GNU gettext.
23704         * m4/wchar_t.m4: New file, from GNU gettext.
23705         * m4/wint_t.m4: New file, from GNU gettext.
23706         * m4/vasnprintf.m4: New file.
23707         * m4/vasprintf.m4: New file.
23708
23709 2003-01-30  Bruno Haible  <bruno@clisp.org>
23710
23711         * lib/printf-args.h: New file, from GNU gettext.
23712         * lib/printf-args.c: New file, from GNU gettext.
23713         * lib/printf-parse.h: New file, from GNU gettext.
23714         * lib/printf-parse.c: New file, from GNU gettext.
23715         * lib/vasnprintf.h: New file, from GNU gettext.
23716         * lib/vasnprintf.c: New file, from GNU gettext.
23717         * lib/asnprintf.c: New file, from GNU gettext.
23718         * lib/vasprintf.h: New file, from GNU gettext with modifications.
23719         * lib/vasprintf.c: New file, from GNU gettext.
23720         * lib/asprintf.c: New file, from GNU gettext.
23721
23722 2003-01-29  Bruno Haible  <bruno@clisp.org>
23723
23724         * modules/stpncpy: New module.
23725         * MODULES.html.sh (func_all_modules): Add it.
23726
23727 2003-01-29  Bruno Haible  <bruno@clisp.org>
23728
23729         * m4/stpncpy.m4: New file.
23730
23731 2003-01-29  Bruno Haible  <bruno@clisp.org>
23732
23733         * lib/stpncpy.h: New file, from GNU gettext with modifications.
23734         * lib/stpncpy.c: New file, from GNU gettext with modifications.
23735
23736 2003-01-28  Bruno Haible  <bruno@clisp.org>
23737
23738         * modules/c-ctype: New module.
23739         * MODULES.html.sh (func_all_modules): Add it.
23740
23741 2003-01-28  Bruno Haible  <bruno@clisp.org>
23742
23743         * lib/c-ctype.h: New file, from GNU gettext, with changes suggested by
23744         Paul Eggert.
23745         * lib/c-ctype.c: New file, from GNU gettext, with changes suggested by
23746         Paul Eggert.
23747
23748 2003-01-27  Bruno Haible  <bruno@clisp.org>
23749
23750         * modules/xsetenv: New module.
23751         * MODULES.html.sh (func_all_modules): Add it.
23752
23753 2003-01-27  Bruno Haible  <bruno@clisp.org>
23754
23755         * lib/xsetenv.h: New file, from GNU gettext.
23756         * lib/xsetenv.c: New file, from GNU gettext.
23757
23758 2003-01-23  Jim Meyering  <jim@meyering.net>
23759
23760         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Correct typo: s/-1/no/ that kept this
23761         from working on systems without dirfd (at least Irix and OSF1/Tru64).
23762
23763 2003-01-23  Bruno Haible  <bruno@clisp.org>
23764
23765         * modules/minmax: New module.
23766         * MODULES.html.sh (func_all_modules): Add it.
23767
23768 2003-01-23  Bruno Haible  <bruno@clisp.org>
23769
23770         * lib/minmax.h: New file, from GNU gettext, with comments from Paul
23771         Eggert.
23772
23773 2003-01-22  Bruno Haible  <bruno@clisp.org>
23774
23775         * modules/exit: New module.
23776         * MODULES.html.sh (func_all_modules): Add it.
23777
23778 2003-01-22  Bruno Haible  <bruno@clisp.org>
23779
23780         * lib/exit.h: New file, from GNU gettext.
23781
23782 2003-01-19  Bruno Haible  <bruno@clisp.org>
23783
23784         * gnulib-tool: Recognize option --extract-maintainer.
23785         (func_get_maintainer): New function.
23786         * modules/*: Add Maintainer entry.
23787
23788 2003-01-16  Jim Meyering  <jim@meyering.net>
23789
23790         * m4/regex.m4: The `regex' struct is both input and output.
23791         Initialize it before each use.  Patch by Tim Waugh.
23792
23793 2003-01-16  Bruno Haible  <bruno@clisp.org>
23794
23795         * MODULES.html.sh: Add a table of contents. Add the module name as
23796         leftmost column. Add hyperlinks.
23797
23798 2003-01-15  Bruno Haible  <bruno@clisp.org>
23799
23800         * m4/md5.m4 (gl_MD5): Require AC_C_INLINE.
23801
23802 2003-01-15  Bruno Haible  <bruno@clisp.org>
23803
23804         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): Also test the LL suffix.
23805         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Also test the ULL
23806         suffix.
23807
23808 2003-01-15  Bruno Haible  <bruno@clisp.org>
23809
23810         * m4/alloca.m4 (gl_FUNC_ALLOCA): Invoke AC_EGREP_CPP prerequisites.
23811
23812 2003-01-15  Bruno Haible  <bruno@clisp.org>
23813
23814         * lib/stpcpy.h (stpcpy): Use ANSI C function declarations.
23815         * lib/strcase.h (strcasecmp, strncasecmp): Likewise.
23816
23817 2003-01-14  Jim Meyering  <jim@meyering.net>
23818
23819         * lib/same.c (same_name): Tweak a comment.
23820
23821 2003-01-14  Bruno Haible  <bruno@clisp.org>
23822
23823         * lib/same.c (same_name): Reorder tests so as to avoid calling stat()
23824         when a string comparison is sufficient.
23825
23826 2003-01-14  Bruno Haible  <bruno@clisp.org>
23827
23828         * lib/readtokens.c (readtoken): Cast character to 'unsigned char', not
23829         'unsigned int'.
23830
23831 2003-01-14  Bruno Haible  <bruno@clisp.org>
23832
23833         * lib/hash-pjw.c: Add comment about low quality of this function.
23834
23835 2003-01-13  Bruno Haible  <bruno@clisp.org>
23836
23837         * modules/stpcpy: Distribute lib/stpcpy.h.
23838         * modules/setenv: Depend on alloca. Distribute lib/setenv.h.
23839
23840 2003-01-13  Bruno Haible  <bruno@clisp.org>
23841
23842         * modules/*: Add a description.
23843         * modules/strpbrk: Fix Makefile.am snippet.
23844         * modules/strtoimax: Fix dependencies.
23845         * modules/strtoumax: Likewise.
23846
23847 2003-01-13  Bruno Haible  <bruno@clisp.org>
23848
23849         * gnulib-tool (func_create_testdir): Substitute lib_OBJECTS.
23850         * modules/alloca (Makefile.am): All object files depend on alloca.h.
23851         * modules/stdbool (Makefile.am): All object files depend on stdbool.h.
23852
23853 2003-01-13  Bruno Haible  <bruno@clisp.org>
23854
23855         * gnulib-tool (func_create_testdir): Store config/* files in the main
23856         directory.
23857         * config.rpath: Move to ...
23858         * config/config.rpath: ... here.
23859         * modules/gettext: Contains config/config.rpath, not config.rpath.
23860         * modules/iconv: Likewise.
23861
23862 2003-01-12  Paul Eggert  <eggert@twinsun.com>
23863
23864         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
23865         to avoid collisions with libcurses and libreadline.
23866
23867         * m4/getstr.m4: Remove.
23868         * m4/getline.m4 (gl_PREREQ_GETLINE): Require AC_HEADER_STDC.
23869
23870 2003-01-12  Paul Eggert  <eggert@twinsun.com>
23871
23872         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
23873         to avoid collisions with libcurses and libreadline.
23874
23875         * lib/Makefile.am (libfetish_a_SOURCES): Remove getstr.c, getstr.h.
23876         * lib/getstr.h, getstr.c: Remove.
23877         * lib/getline.c: Include "getline.h", to check interface.
23878         Move body of old getstr.c here: this defines MIN_CHUNK and
23879         declares getdelim2, which is renamed from getstr.
23880         (getline, getdelim): Adjust to renaming of getstr -> getdelim2.
23881
23882         * lib/linebuffer.c (readlinebuffer): Renamed from readline.
23883         All uses changed.
23884         * lib/linebuffer.h: Likewise.
23885         (readline): Remove backward-compatibility macro.
23886
23887 2003-01-12  Paul Eggert  <eggert@twinsun.com>
23888
23889         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
23890         to avoid collisions with libcurses and libreadline.
23891         * getstr: Remove.
23892         * MODULES.html.sh: Remove getstr.
23893         * modules/getline: Depend on unlocked-io, not getstr.
23894
23895 2003-01-12  Jim Meyering  <jim@meyering.net>
23896
23897         * lib/makepath.c: Don't test HAVE_ERRNO_H.  It's not necessary.
23898
23899 2003-01-10  Bruno Haible  <bruno@clisp.org>
23900
23901         * modules/alloca: Change Makefile.am requirements. Simplify Include
23902         requirements. Add lib/alloca_.h to file list.
23903
23904 2003-01-10  Bruno Haible  <bruno@clisp.org>
23905
23906         * m4/alloca.m4 (gl_FUNC_ALLOCA): Also define ALLOCA_H.
23907
23908 2003-01-10  Bruno Haible  <bruno@clisp.org>
23909
23910         * lib/alloca_.h: New file.
23911         * lib/getdate.y: Unconditionally include alloca.h.
23912         * lib/makepath.c: Likewise.
23913         * lib/setenv.c: Likewise.
23914         * lib/userspec.c: Likewise.
23915
23916 2003-01-09  Karl Berry  <karl@gnu.org>
23917
23918         * MODULES.html.sh: include `dirname $0` in PATH, to find
23919         gnulib-tool.
23920
23921 2003-01-09  Bruno Haible  <bruno@clisp.org>
23922
23923         * modules/stdbool: Change configure.ac, Makefile.am requirements.
23924         Simplify Include requirements. Add lib/stdbool.h.in to file list.
23925
23926 2003-01-09  Bruno Haible  <bruno@clisp.org>
23927
23928         * m4/stdbool.m4 (AM_STDBOOL_H): New macro.
23929
23930 2003-01-09  Bruno Haible  <bruno@clisp.org>
23931
23932         * lib/stdbool.h.in: New file.
23933
23934 2003-01-09  Bruno Haible  <bruno@clisp.org>
23935
23936         * gnulib-tool (func_all_modules): Ignore files ending in ~.
23937         * MODULES.html.sh: Likewise.
23938
23939 2003-01-08  Jim Meyering  <jim@meyering.net>
23940
23941         * lib/full-write.c: Undefine and define-away `const' after inclusion
23942         of errno.h, not before.  Suggestion from Bruno Haible.
23943
23944 2003-01-08  Bruno Haible  <bruno@clisp.org>
23945
23946         * modules/full-read: Depend on full-write.
23947
23948 2003-01-08  Bruno Haible  <bruno@clisp.org>
23949
23950         * lib/safe-read.c: Include specification header first, to ensure its
23951         selfcontainedness.
23952         * lib/full-write.c: Likewise.
23953
23954 2003-01-07  Jim Meyering  <jim@meyering.net>
23955
23956         * lib/full-write.c: Rework so that it may serve to define full_read,
23957         too.
23958         * lib/full-read.c: Simply #define FULL_READ and include full-write.c.
23959
23960 2003-01-07  Bruno Haible  <bruno@clisp.org>
23961
23962         * lib/strtoimax.c: Include <stdint.h> as an alternative to
23963         <inttypes.h>.
23964         * lib/xstrtol.h: Likewise.
23965         * lib/xstrtoimax.c: Likewise.
23966         * lib/xstrtoumax.c: Likewise.
23967         * lib/human.h: Likewise.
23968
23969         * lib/tempname.c: Include <inttypes.h> too. Avoids a compilation error
23970         on systems that have <inttypes.h> but not <stdint.h>.
23971
23972 2003-01-07  Bruno Haible  <bruno@clisp.org>
23973
23974         * MODULES.html.sh: Add copyright notice.
23975         (missed_files): Omit CVS directory entries.
23976         (func_module): Make it work with sed-3.02.
23977         * MODULES.txt: Remove file.
23978
23979 2003-01-06  Jim Meyering  <jim@meyering.net>
23980
23981         * lib/version-etc.c: Update year in translatable copyright string.
23982
23983 2003-01-03  Karl Berry  <karl@gnu.org>
23984
23985         * config/config.{guess,sub}: update from prep.
23986
23987 2003-01-02  Karl Berry  <karl@gnu.org>
23988
23989         * doc/COPYING.DOC: belatedly updated to 1.2.
23990
23991 2003-01-01  Karl Berry  <karl@gnu.org>
23992
23993         * gnulib-tool (func_verify_module): report module name $module in
23994         error message, not $1.
23995         * gnulib-tool (create-testdir): don't complain if destdir couldn't
23996         be created, only if it doesn't exist.
23997         * gnulib-tool (last_checkin_date): don't expand the $Date here.
23998
23999 2002-12-31  Paul Eggert  <eggert@twinsun.com>
24000
24001         * m4/memcoll.m4 (gl_MEMCOLL): Require AC_FUNC_MEMCMP.
24002
24003 2002-12-31  Paul Eggert  <eggert@twinsun.com>
24004
24005         * lib/memcoll.c (memcoll): Fall back on a simple algorithm using
24006         memcmp if strcoll doesn't work.
24007
24008 2002-12-31  Bruno Haible  <bruno@clisp.org>
24009
24010         * lib/utime.c (utime_null): No need to call ftruncate if the file was
24011         nonempty.
24012
24013 2002-12-31  Bruno Haible  <bruno@clisp.org>
24014
24015         * lib/memcoll.c (STRCOLL): New macro.
24016         (memcoll): Use it.
24017
24018 2002-12-31  Bruno Haible  <bruno@clisp.org>
24019
24020         * lib/localcharset.h: New file.
24021         * lib/localcharset.c: Include it.
24022         * lib/unicodeio.c: Likewise.
24023
24024 2002-12-31  Bruno Haible  <bruno@clisp.org>
24025
24026         * lib/getstr.h (getstr): Define, to avoid clash with libcurses.
24027         * lib/linebuffer.h (readline): Define, to avoid clash with libreadline.
24028
24029 2002-12-31  Bruno Haible  <bruno@clisp.org>
24030
24031         * lib/getline.h: Include <stddef.h>, for size_t.
24032
24033         * lib/unicodeio.h: Include <stddef.h>, for size_t.
24034         * lib/unicodeio.c: Don't include <stddef.h>.
24035
24036 2002-12-31  Bruno Haible  <bruno@clisp.org>
24037
24038         * lib/getdate.y (get_date): Test HAVE_STRUCT_TM_TM_ZONE, not
24039         HAVE_TM_ZONE.
24040
24041 2002-12-24  Karl Berry  <karl@gnu.org>
24042
24043         * config/config.guess: update from prep.
24044
24045 2002-12-24  Bruno Haible  <bruno@clisp.org>
24046
24047         General infrasructure.
24048         * m4/README: Rewritten.
24049         * m4/onceonly.m4: New file.
24050         * m4/onceonly_2_57.m4: New file.
24051
24052         Module atexit.
24053         * m4/atexit.m4: New file.
24054
24055         Module strtod.
24056         * m4/strtod.m4: New file.
24057
24058         Module strtol.
24059         * m4/strtol.m4: New file.
24060
24061         Module strtoul.
24062         * m4/strtoul.m4: New file.
24063
24064         Module memchr.
24065         * m4/memchr.m4: New file.
24066
24067         Module memcmp.
24068         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): New macro.
24069         (jm_FUNC_MEMCMP): Invoke it.
24070
24071         Module memcpy.
24072         * m4/memcpy.m4: New file.
24073
24074         Module memmove.
24075         * m4/memmove.m4: New file.
24076
24077         Module memset.
24078         * m4/memset.m4: New file.
24079
24080         Module strcspn.
24081         * m4/strcspn.m4: New file.
24082
24083         Module strpbrk.
24084         * m4/strpbrk.m4: New file.
24085
24086         Module strstr.
24087         * m4/strstr.m4: New file.
24088
24089         Module strerror.
24090         * m4/strerror.m4: New file.
24091
24092         Module mktime.
24093         * m4/mktime.m4: Renamed from jm-mktime.m4.
24094         (gl_PREREQ_MKTIME): New macro.
24095         (gl_FUNC_MKTIME): Renamed from jm_FUNC_MKTIME. Invoke gl_PREREQ_MKTIME.
24096
24097         Module malloc.
24098         * m4/malloc.m4 (gl_PREREQ_MALLOC): New macro.
24099         (jm_FUNC_MALLOC): Use AC_FUNC_MALLOC. Invoke gl_PREREQ_MALLOC.
24100         Don't define HAVE_DONE_WORKING_MALLOC_CHECK, since nothing uses it.
24101
24102         Module realloc.
24103         * m4/realloc.m4 (gl_PREREQ_REALLOC): New macro.
24104         (jm_FUNC_REALLOC): Use AC_FUNC_REALLOC. Invoke gl_PREREQ_REALLOC.
24105         Don't define HAVE_DONE_WORKING_REALLOC_CHECK, since nothing uses it.
24106
24107         Module strftime.
24108         * m4/tm_gmtoff.m4: New file, extracted from strftime.m4.
24109         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Use AC_FUNC_STRFTIME.
24110         Don't test for bcopy (we are not emacs). Invoke AC_TYPE_MBSTATE_T and
24111         gl_TM_GMTOFF.
24112         (_jm_STRFTIME_PREREQS, jm_FUNC_GNU_STRFTIME): Use onceonly macros.
24113
24114         Module xalloc.
24115         * m4/xalloc.m4: New file.
24116
24117         Module alloca.
24118         * m4/alloca.m4: New file.
24119
24120         Module putenv.
24121         * m4/putenv.m4 (gl_PREREQ_PUTENV): New macro.
24122         (jm_FUNC_PUTENV): Invoke it.
24123
24124         Module setenv.
24125         * m4/setenv.m4 (gt_FUNC_SETENV): New macro.
24126         (gt_CHECK_VAR_DECL): Fix quoting error that led to infinite loop in m4
24127         when invoked twice.
24128         (gt_PREREQ_SETENV, gt_PREREQ_UNSETENV): New macros, replacing old
24129         gt_FUNC_SETENV.
24130
24131         Module memrchr.
24132         * m4/memrchr.m4: New file.
24133
24134         Module stpcpy.
24135         * m4/stpcpy.m4: New file.
24136
24137         Module strcase.
24138         * m4/strcase.m4: New file.
24139
24140         Module strdup.
24141         * m4/strdup.m4: New file.
24142
24143         Module strnlen.
24144         * m4/strnlen.m4: New file.
24145
24146         Module strndup.
24147         * m4/strndup.m4: New file.
24148
24149         Module xstrtod.
24150         * m4/xstrtod.m4: New file.
24151
24152         Module xstrtol.
24153         * m4/xstrtol.m4: New file.
24154
24155         Module getdate.
24156         * m4/getdate.m4: New file.
24157
24158         Module unlocked-io.
24159         * m4/unlocked-io.m4: Renamed from jm-glibc-io.m4.
24160         (jm_FUNC_GLIBC_UNLOCKED_IO): Invoke AC_GNU_SOURCE. Use onceonly macros.
24161         * m4/jm-glibc-io.m4n: Remove file.
24162
24163         Module long-options.
24164         * m4/long-options.m4: New file.
24165
24166         Module md5.
24167         * m4/md5.m4: New file.
24168
24169         Module sha.
24170         * m4/sha.m4: New file.
24171
24172         Module getstr.
24173         * m4/getstr.m4: New file.
24174
24175         Module getline.
24176         * m4/getline.m4 (gl_PREREQ_GETLINE): New macro.
24177         (AM_FUNC_GETLINE): Invoke AC_GNU_SOURCE. Use <stdlib.h>, not
24178         <sys/types.h>, for size_t. Use the function name gnu_getline, not
24179         simply getline. Infoke gl_PREREQ_GETLINE.
24180
24181         Module obstack.
24182         * m4/obstack.m4: New file.
24183
24184         Module hash.
24185         * m4/hash.m4: New file.
24186
24187         Module readtokens.
24188         * m4/readtokens.m4: New file.
24189
24190         Module strverscmp.
24191         * m4/strverscmp.m4: New file.
24192
24193         Module stdbool.
24194         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Add test for _Bool. Needed for
24195         OSF/1.
24196
24197         Module strtoll.
24198         * m4/strtoll.m4: New file.
24199
24200         Module strtoull.
24201         * m4/strtoull.m4: New file.
24202
24203         Module strtoimax.
24204         * m4/strtoimax.m4: New file.
24205
24206         Module strtoumax.
24207         * m4/strtoumax.m4: New file.
24208
24209         Module xstrtoimax.
24210         * m4/xstrtoimax.m4 (jm_XSTRTOIMAX): Renamed from
24211         jm_AC_PREREQ_XSTRTOIMAX.
24212         Moved the strtol prerequisites to strtol.m4.
24213         Moved the strtoll prerequisites to strtoll.m4.
24214         Moved the strtoimax prerequisites to strtoimax.m4.
24215
24216         Module xstrtoumax.
24217         * m4/xstrtoumax.m4 (jm_XSTRTOUMAX): Renamed from
24218         jm_AC_PREREQ_XSTRTOUMAX.
24219         Moved the strtoul prerequisites to strtoul.m4.
24220         Moved the strtoull prerequisites to strtoull.m4.
24221         Moved the strtoumax prerequisites to strtoumax.m4.
24222
24223         Module chown.
24224         * m4/chown.m4 (gl_PREREQ_CHOWN): New macro.
24225         (jm_FUNC_CHOWN): Use AC_FUNC_CHOWN. Invoke gl_PREREQ_CHOWN.
24226
24227         Module dup2.
24228         * m4/dup2.m4: New file.
24229
24230         Module ftruncate.
24231         * m4/ftruncate.m4 (gl_PREREQ_FTRUNCATE): New macro.
24232         (jm_FUNC_FTRUNCATE): Use AC_REPLACE_FUNCS. Invoke gl_PREREQ_FTRUNCATE.
24233
24234         Module getgroups.
24235         * m4/getgroups.m4 (gl_PREREQ_GETGROUPS): New macro.
24236         (jm_FUNC_GETGROUPS): Use AC_FUNC_GETGROUPS. Invoke gl_PREREQ_GETGROUPS.
24237
24238         Module gettimeofday.
24239         * m4/gettimeofday.m4 (gl_PREREQ_GETTIMEOFDAY): New macro.
24240         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use onceonly macros. Invoke
24241         gl_PREREQ_GETTIMEOFDAY.
24242
24243         Module mkdir.
24244         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): New macro.
24245         (UTILS_FUNC_MKDIR_TRAILING_SLASH): Invoke gl_PREREQ_MKDIR.
24246
24247         Module mkstemp.
24248         * m4/mkstemp.m4 (gl_PREREQ_MKSTEMP): New macro.
24249         (jm_PREREQ_TEMPNAME): New macro, from prereq.m4. Also invoke
24250         jm_AC_TYPE_UINTMAX_T.
24251         (UTILS_FUNC_MKSTEMP): Invoke gl_PREREQ_MKSTEMP and jm_PREREQ_TEMPNAME.
24252
24253         Module stat.
24254         * m4/stat.m4 (gl_PREREQ_STAT): New macro.
24255         (jm_FUNC_STAT): Use AC_FUNC_STAT. Invoke gl_PREREQ_STAT.
24256
24257         Module lstat.
24258         * m4/lstat.m4 (gl_PREREQ_LSTAT): New macro.
24259         (jm_FUNC_LSTAT): Use AC_FUNC_LSTAT. Invoke gl_PREREQ_LSTAT.
24260
24261         Module timespec.
24262         * m4/timespec.m4 (gl_TIMESPEC): New macro.
24263         (jm_CHECK_TYPE_STRUCT_TIMESPEC): Add check for <sys/time.h>.
24264         * m4/st_mtim.m4: Indentation.
24265
24266         Module nanosleep.
24267         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): New macro.
24268         (jm_FUNC_NANOSLEEP): Add check for <sys/time.h>. Invoke
24269         gl_PREREQ_NANOSLEEP.
24270
24271         Module regex.
24272         * m4/regex.m4 (jm_PREREQ_REGEX): New macro.
24273         (jm_INCLUDED_REGEX): Invoke jm_PREREQ_REGEX.
24274         (gl_REGEX): New macro.
24275
24276         Module rename.
24277         * m4/rename.m4 (gl_PREREQ_RENAME): New macro.
24278         (vb_FUNC_RENAME): Invoke gl_PREREQ_RENAME.
24279
24280         Module rmdir.
24281         * m4/rmdir.m4: New file.
24282
24283         Module utime.
24284         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Use onceonly macros.
24285         * m4/utime.m4 (gl_PREREQ_UTIME): New macro.
24286         (jm_FUNC_UTIME): Invoke gl_PREREQ_UTIME.
24287
24288         Module dirname.
24289         * m4/dirname.m4: New file.
24290
24291         Module getopt.
24292         * m4/getopt.m4: New file.
24293
24294         Module unistd-safer.
24295         * m4/unistd-safer.m4: New file.
24296
24297         Module fnmatch.
24298         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Include <stdlib.h>, for exit()
24299         declaration.
24300         (gl_PREREQ_FNMATCH_EXTRA): New macro.
24301         (gl_FUNC_FNMATCH_POSIX): New macro.
24302         (gl_FUNC_FNMATCH_GNU): Renamed from AC_FUNC_FNMATCH_GNU. Invoke
24303         gl_PREREQ_FNMATCH_EXTRA. Use the function name gnu_fnmatch, not
24304         simply fnmatch.
24305
24306         Module exclude.
24307         * m4/exclude.m4: New file.
24308
24309         Module human.
24310         * m4/human.m4: New file.
24311
24312         Module acl.
24313         * m4/acl.m4: Nop.
24314
24315         Module backupfile.
24316         * m4/backupfile.m4: New file.
24317         * m4/d-ino.m4: Indentation.
24318
24319         Module fsusage.
24320         * m4/fsusage.m4 (gl_FSUSAGE): New macro.
24321         (jm_STATFS_TRUNCATES): New macro, from coreutils-4.5.4/configure.ac.
24322         (gl_PREREQ_FSUSAGE_EXTRA): New macro.
24323
24324         Module dirfd.
24325         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Invoke some AC_EGREP_CPP
24326         requirements.
24327
24328         Module euidaccess.
24329         * m4/euidaccess.m4: New file.
24330
24331         Module file-type.
24332         * m4/file-type.m4: New file.
24333
24334         Module fileblocks.
24335         * m4/fileblocks.m4: New file.
24336
24337         Module filemode.
24338         * m4/filemode.m4: New file.
24339
24340         Module isdir.
24341         * m4/isdir.m4: New file.
24342
24343         Module lchown.
24344         * m4/lchown.m4 (gl_PREREQ_LCHOWN): New macro.
24345         (jm_FUNC_LCHOWN): Invoke gl_PREREQ_LCHOWN.
24346
24347         Module makepath.
24348         * m4/makepath.m4: New file.
24349
24350         Module modechange.
24351         * m4/modechange.m4: New file.
24352
24353         Module mountlist.
24354         * m4/mountlist.m4: New file.
24355         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Use onceonly macros.
24356         Indentation.
24357
24358         Module path-concat.
24359         * m4/path-concat.m4: New file.
24360
24361         Module pathmax.
24362         * m4/pathmax.m4: New file.
24363
24364         Module same.
24365         * m4/same.m4: New file.
24366
24367         Module save-cwd.
24368         * m4/save-cwd.m4: New file.
24369
24370         Module savedir.
24371         * m4/savedir.m4: New file.
24372
24373         Module xgetcwd.
24374         * m4/xgetcwd.m4: New file.
24375         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Use onceonly macros.
24376
24377         Module xreadlink.
24378         * m4/xreadlink.m4: New file.
24379
24380         Module safe-read.
24381         * m4/safe-read.m4: New file.
24382
24383         Module safe-write.
24384         * m4/safe-write.m4: New file.
24385
24386         Module closeout.
24387         * m4/closeout.m4: New file.
24388
24389         Module stdio-safer.
24390         * m4/stdio-safer.m4: New file.
24391
24392         Module getpass.
24393         * m4/getpass.m4: New file.
24394
24395         Module getugroups.
24396         * m4/getugroups.m4: New file.
24397
24398         Module group-member.
24399         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): New macro.
24400         (jm_FUNC_GROUP_MEMBER): Invoke AC_GNU_SOURCE, gl_PREREQ_GROUP_MEMBER.
24401
24402         Module idcache.
24403         * m4/idcache.m4: New file.
24404
24405         Module userspec.
24406         * m4/userspec.m4: New file.
24407
24408         Module gettime.
24409         * m4/clock_time.m4: New file.
24410         * m4/gettime.m4: New file.
24411
24412         Module settime.
24413         * m4/settime.m4: New file.
24414
24415         Module posixtm.
24416         * m4/posixtm.m4: New file.
24417
24418         Module gethostname.
24419         * m4/gethostname.m4: New file.
24420
24421         Module canon-host.
24422         * m4/canon-host.m4: New file.
24423
24424         Module gettext.
24425         * m4/codeset.m4: New file, from gettext-0.11.5.
24426         * m4/gettext.m4: New file, from gettext-0.11.5.
24427         * m4/glibc21.m4: New file, from gettext-0.11.5.
24428         * m4/iconv.m4: New file, from gettext-0.11.5.
24429         * m4/intdiv0.m4: New file, from gettext-0.11.5.
24430         * m4/inttypes-pri.m4: New file, from gettext-0.11.5.
24431         * m4/inttypes.m4: New file, from gettext-0.11.5.
24432         * m4/inttypes_h.m4: New file, from gettext-0.11.5 with modifications.
24433         * m4/isc-posix.m4: New file, from gettext-0.11.5.
24434         * m4/lcmessage.m4: New file, from gettext-0.11.5.
24435         * m4/lib-ld.m4: New file, from gettext-0.11.5.
24436         * m4/lib-link.m4: New file, from gettext-0.11.5.
24437         * m4/lib-prefix.m4: New file, from gettext-0.11.5.
24438         * m4/progtest.m4: New file, from gettext-0.11.5.
24439         * m4/stdint_h.m4: New file, from gettext-0.11.5 with modifications.
24440         * m4/uintmax_t.m4: New file, from gettext-0.11.5 with modifications.
24441         * m4/ulonglong.m4: New file, from gettext-0.11.5 with modifications.
24442
24443         Module localcharset.
24444         * m4/localcharset.m4: New file.
24445
24446         Module hard-locale.
24447         * m4/hard-locale.m4: New file.
24448
24449         Module mbswidth.
24450         * m4/mbswidth.m4 (gl_MBSWIDTH): Renamed from jm_PREREQ_MBSWIDTH. Use
24451         onceonly macros.
24452         * m4/mbrtowc.m4: Add comment.
24453
24454         Module memcasecmp.
24455         * m4/memcasecmp.m4: New file.
24456
24457         Module memcoll.
24458         * m4/memcoll.m4: New file.
24459
24460         Module unicodeio.
24461         * m4/unicodeio.m4: New file.
24462
24463         Module rpmatch.
24464         * m4/rpmatch.m4: New file.
24465
24466         Module yesno.
24467         * m4/yesno.m4: New file.
24468
24469         Module exitfail.
24470         * m4/exitfail.m4: New file.
24471
24472         Module c-stack.
24473         * m4/c-stack.m4 (gl_C_STACK): New macro.
24474         (jm_PREREQ_C_STACK): Check for <sys/time.h>. Use onceonly macros.
24475
24476         Module error.
24477         * m4/error.m4 (gl_ERROR): New macro.
24478         (jm_PREREQ_ERROR): Use onceonly macros.
24479
24480         Module fatal.
24481         * m4/fatal.m4: New file.
24482
24483         Module getloadavg.
24484         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Use onceonly macros.
24485         (gl_FUNC_GETLOADAVG, gl_PREREQ_GETLOADAVG): New macros.
24486
24487         Module getpagesize.
24488         * m4/getpagesize.m4: New file.
24489
24490         Module getusershell.
24491         * m4/getusershell.m4: New file.
24492
24493         Module physmem.
24494         * m4/physmem.m4: New file.
24495
24496         Module posixver.
24497         * m4/posixver.m4: New file.
24498
24499         Module quotearg.
24500         * m4/quotearg.m4: New file.
24501
24502         Module quote.
24503         * m4/quote.m4: New file.
24504
24505         Module readutmp.
24506         * m4/readutmp.m4: New file, based on jm_PREREQ_READUTMP from prereq.m4.
24507
24508         Module sig2str.
24509         * m4/sig2str.m4: New file.
24510
24511         Other.
24512         * m4/longlong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Remove, moved to
24513         ulonglong.m4.
24514         * m4/intmax_t.m4: New file.
24515         * m4/d-type.m4: Indentation.
24516         * m4/jm-macros.m4: Update.
24517         * m4/prereq.m4 (jm_PREREQ): Update.
24518         (jm_PREREQ_ADDEXT): Remove, obsoleted by backupfile.m4.
24519         (jm_PREREQ_CANON_HOST): Remove, obsoleted by canon-host.m4.
24520         (jm_PREREQ_DIRNAME): Remove, obsoleted by dirname.m4.
24521         (jm_PREREQ_EXCLUDE): Remove, obsoleted by exclude.m4.
24522         (jm_PREREQ_GETPAGESIZE): Remove, obsoleted by getpagesize.m4.
24523         (jm_PREREQ_HARD_LOCALE): Remove, obsoleted by hard-locale.m4.
24524         (jm_PREREQ_HASH): Remove, obsoleted by hash.m4.
24525         (jm_PREREQ_HUMAN): Remove, obsoleted by human.m4.
24526         (jm_PREREQ_MEMCHR): Remove, obsoleted by memchr.m4.
24527         (jm_PREREQ_PHYSMEM): Remove, obsoleted by physmem.m4.
24528         (jm_PREREQ_POSIXVER): Remove, obsoleted by posixver.m4.
24529         (jm_PREREQ_QUOTEARG): Remove, obsoleted by quotearg.m4.
24530         (jm_PREREQ_READUTMP): Remove, obsoleted by readutmp.m4.
24531         (jm_PREREQ_REGEX): Remove, obsoleted by regex.m4.
24532         (jm_PREREQ_STRNLEN): Remove, obsoleted by strnlen.m4.
24533         (jm_PREREQ_TEMPNAME): Remove, obsoleted by mkstemp.m4.
24534         (jm_PREREQ_XGETCWD): Remove, obsoleted by xgetcwd.m4.
24535         (jm_PREREQ_XREADLINK): Remove, obsoleted by xreadlink.m4.
24536         * m4/readdir.m4 (jm_FUNC_READDIR): Use onceonly macros.
24537
24538 2002-12-24  Bruno Haible  <bruno@clisp.org>
24539
24540         * MODULES.txt: Update according to m4/ changes.
24541
24542         Module gettext.
24543         * config.rpath: New file, from gettext-0.11.5.
24544
24545         * modules/*: New module descriptions.
24546         * gnulib-tool: New file.
24547         * MODULES.html.sh: New file.
24548
24549 2002-12-21  Karl Berry  <karl@gnu.org>
24550
24551         * doc/fdl.texi: update to version 1.2.
24552
24553 2002-12-19  Karl Berry  <karl@gnu.org>
24554
24555         * config/config.guess: update from prep.
24556
24557 2002-12-18  Bruno Haible  <bruno@clisp.org>
24558
24559         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't test for localtime_r.
24560         * m4/jm-mktime.m4 (jm_FUNC_MKTIME): Likewise.
24561
24562 2002-12-17  Bruno Haible  <bruno@clisp.org>
24563
24564         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Remove checks for limits.h,
24565         stdlib.h, string.h.
24566
24567 2002-12-17  Bruno Haible  <bruno@clisp.org>
24568
24569         * lib/canon-host.c (strdup): Remove unused declaration.
24570
24571         * lib/fsusage.c: Include full_read.h.
24572         (get_fs_usage): Use full_read instead of safe_read.
24573
24574         * lib/utime.c (utime_null): Use SAFE_READ_ERROR.
24575
24576 2002-12-12  Karl Berry  <karl@gnu.org>
24577
24578         * config/config.guess: update from prep.
24579
24580 2002-12-11  Bruno Haible  <bruno@clisp.org>
24581
24582         * m4/setenv.m4: New file, from gettext-0.11.5.
24583
24584 2002-12-11  Bruno Haible  <bruno@clisp.org>
24585
24586         * lib/setenv.h: Rewritten to cope with systems that have setenv() but
24587         not unsetenv().
24588         * lib/setenv.c, unsetenv.c: Taken from glibc-2.2.4 with the following
24589         modifications:
24590
24591         2002-12-11  Bruno Haible  <bruno@clisp.org>
24592
24593                 * setenv.c (alloca): Fall back to malloc.
24594                 (freea): New macro.
24595                 (setenv): Use freea() to free memory allocated with alloca().
24596
24597         2002-11-13  Bruno Haible  <bruno@clisp.org>
24598
24599                 * setenv.c (compar_fn_t, __add_to_environ, setenv): Use ANSI C
24600                 function declarations.
24601                 * unsetenv.c (unsetenv): Likewise.
24602
24603         2002-03-04  Bruno Haible  <bruno@clisp.org>
24604
24605                 Portability to AIX 4.3.3.
24606                 * unsetenv.c: New file, extracted from setenv.c.
24607                 * setenv.c: Move the unsetenv() function to unsetenv.c.
24608
24609         2001-12-20  Bruno Haible  <bruno@clisp.org>
24610
24611                 * setenv.c (__add_to_environ): Don't call realloc(NULL,...),
24612                 use malloc instead. For SunOS 4.
24613
24614         2001-12-11  Bruno Haible  <bruno@clisp.org>
24615
24616                 * setenv.c: Declare alloca.
24617                 (compar_fn_t): New typedef.
24618                 (KNOWN_VALUE, STORE_VALUE): Use it.
24619
24620         * lib/Makefile.am (libfetish_a_SOURCES): Add setenv.c, unsetenv.c,
24621         setenv.h.
24622
24623 2002-12-10  Paul Eggert  <eggert@twinsun.com>
24624
24625         Port exclude.c and exclude.h to more non-GNU systems, e.g. Solaris 7.
24626         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE, EXCLUDE_WILDCARDS):
24627         Choose values that are less likely to collide with system fnmatch
24628         options.
24629         * lib/exclude.c (FNM_CASEFOLD, FNM_LEADING_DIR): Define to 0 if not
24630         defined (e.g., a pure POSIX system).
24631         (EXCLUDE_macros_do_not_collide_with_FNM_macros): Use FNM_PATHNAME
24632         instead of FNM_FILE_NAME, for compatibility with pure POSIX sytems.
24633
24634 2002-12-06  Paul Eggert  <eggert@twinsun.com>
24635
24636         Undo the 2001-07-02 change for jm-glibc-io, as it was too much of
24637         a pain in practice to deal with generated m4 files.  This change
24638         goes together with the 2002-12-04 unlocked-io.h change in ../lib.
24639
24640         * m4/Makefile.am.in (Makefile.am): Don't mention jm-glibc-io.m4n
24641         and jm-glibc-io.m4, as they are no longer a special case.
24642         * m4/jm-glibc-io.m4: Rename from jm-glibc-io.m4n, and remove the
24643         kludge and the auto-generation stuff.  Check only whether the
24644         functions are declared, not whether they exist, since older hosts
24645         that don't declare the functions can't use the optimization anyway.
24646
24647 2002-12-06  Jim Meyering  <jim@meyering.net>
24648
24649         * lib/error.c: Be consistent: change `#ifndef _LIBC' to `#if !_LIBC'.
24650
24651         Merge in changes from libc's misc/error.c, in preparation
24652         for the merge of gnulib's changes back into libc.
24653
24654         * lib/error.c (_): Define only if not already defined.
24655         Move definition to follow all #include directives.
24656         Include unlocked-io.h only if !_LIBC.
24657         [_LIBC]: Include <libio/libioP.h>.
24658         [USE_IN_LIBIO]: Include <libio/iolibio.h>
24659         (fflush): Tweak definition to use INTUSE.
24660         (putc): Define.
24661
24662 2002-12-05  Paul Eggert  <eggert@twinsun.com>
24663
24664         * lib/alloca.c [defined emacs]: Include "lisp.h".
24665         (xalloc_die) [defined emacs]: New macro.
24666         (free) [defined emacs && defined EMACS_FREE]: Define to EMACS_FREE.
24667         [! defined emacs]: Include <xalloc.h>.
24668         (POINTER_TYPE) [!defined POINTER_TYPE]: New macro.
24669         (pointer): Typedef to POINTER_TYPE *.
24670         (malloc): Remove decl; we now always use xmalloc.
24671         (alloca): Use old-style definition, since Emacs needs this.
24672         Check for arithmetic overflow when computing combined size.
24673
24674 2002-12-04  Paul Eggert  <eggert@twinsun.com>
24675
24676         Do not generate unlocked-io.h automatically, since it's easier to
24677         maintain it by hand.
24678
24679         * lib/unlocked-io.h: New file, from GNU diffutils,
24680         but with proper copyright notice and attribution.
24681         * lib/gen-uio: Remove.
24682         * lib/Makefile.am: Add copyright notice.
24683         (libfetish_a_SOURCES): Add unlocked-io.h.
24684         (BUILT_SOURCES, all-local): Remove unlocked-io.h.
24685         (DISTCLEANFILES, io_functions): Remove macros.
24686         (EXTRA_DIST): Remove gen_uio.
24687         (unlocked-io.h): Remove rule.
24688
24689 2002-12-04  Jim Meyering  <jim@meyering.net>
24690
24691         Reflect the fact that stat.c and lstat.c are no longer generated.
24692         * lib/Makefile.am (BUILT_SOURCES): Remove stat.c and lstat.c.
24693         (DISTCLEANFILES): Likewise.
24694         (EXTRA_DIST): Likewise.
24695         (all_local): Don't depend on stat.c or lstat.c.
24696         (stat.c, lstat.c): Remove rules.
24697         (EXTRA_DIST): Remove xstat.in.
24698
24699         * lib/xstat.in: Remove file.  Contents moved into stat.c.
24700         * lib/stat.c: New file.  Contents mostly from xstat.in.
24701         * lib/stat.c: Rework so that it may serve to define rpl_lstat, too.
24702         * lib/lstat.c: New file. Simply #define LSTAT and include stat.c.
24703
24704         * lib/safe-read.c: Rework so that it may serve to define safe_write,
24705         too.
24706         * lib/safe-write.c: Simply #define SAFE_WRITE and include safe-read.c.
24707
24708 2002-12-03  Jim Meyering  <jim@meyering.net>
24709
24710         * lib/safe-read.c, safe-write.c: Change variable names and comments,
24711         but not semantics, to minimize the differences between these two files.
24712         (safe_read): Change comment to mention SAFE_READ_ERROR.
24713
24714         * lib/safe-read.c (IS_EINTR): Define.
24715         (safe_read): Use IS_EINTR in place of in-function cpp directives.
24716
24717 2002-12-02  Jim Meyering  <jim@meyering.net>
24718
24719         * lib/safe-read.c (EINTR): Define.
24720         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
24721         (INT_MAX): Provide fallback.
24722         (safe_read): Rewrite to iterate IFF the read fails with EINTR.
24723
24724         * lib/safe-read.h (SAFE_READ_ERROR): Define.
24725
24726 2002-12-02  Bruno Haible  <bruno@clisp.org>
24727
24728         * lib/safe-write.c (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM):
24729         Define, taken from safe-read.c.
24730         (INT_MAX): Provide fallback.
24731         (safe_write): Rewrite to iterate IFF the write fails with EINTR.
24732         * lib/safe-write.h (SAFE_WRITE_ERROR): Define.
24733
24734         * lib/safe-read.c (EINTR): Remove definition.
24735         (safe_read): Don't use EINTR if it is absent.
24736
24737 2002-12-01  Jim Meyering  <jim@meyering.net>
24738
24739         * lib/safe-read.c: (safe_read): Also exit the loop when read returns
24740         zero.
24741         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM, INT_MAX): Define.
24742
24743 2002-11-27  Paul Eggert  <eggert@twinsun.com>
24744
24745         * lib/hash.c (hash_lookup, hash_get_first, hash_get_next,
24746         hash_find_entry, hash_rehash): Replace `if (limit <= value) abort ();'
24747         with `if (! (value < limit)) abort ();', for readability.
24748
24749 2002-11-26  Karl Berry  <karl@gnu.org>
24750
24751         * lib/strdup.c: copy from libc again, with jim's ok.
24752         * lib/.cppi-disable: re-add strdup.c
24753
24754 2002-11-25  Karl Berry  <karl@gnu.org>
24755
24756         * lib/strtoll.c: copy from libc, meaning we now #include <strtol.c>
24757         instead of "strtol.c".
24758
24759 2002-11-25  Karl Berry  <karl@gnu.org>
24760
24761         * config/install-sh: update from automake for variable quoting, $0 in
24762         error msgs, etc.
24763
24764         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): new entry.
24765         * config/srclist.txt ($LIBCSRC/sysdeps/generic/strtoll.c lib gpl): new
24766         entry.
24767
24768 2002-11-25  Jim Meyering  <jim@meyering.net>
24769
24770         * lib/mktime.c: Sync from libc, now that it has the latest fix.
24771
24772 2002-11-24  Karl Berry  <karl@gnu.org>
24773
24774         * lib/error.c, getopt.c, getopt.h, getopt1.c, obstack.c, regex.c,
24775         regex.h, strdup.c, strtoll.c, tempname.c: change license to gpl.
24776
24777 2002-11-24  Jim Meyering  <jim@meyering.net>
24778
24779         Update from coreutils:
24780
24781         * lib/mktime.c: Merge in changes from libc.
24782
24783         Avoid a link-time failure on some Linux systems.
24784         * lib/mktime.c (STATIC): Define to be empty (_LIBC) or `static'
24785         (otherwise).
24786         (__mon_yday): Declare with the STATIC attribute.
24787         (__mktime_internal): Likewise.
24788         Based on a report from Greg Schafer.
24789
24790 2002-11-23  Jim Meyering  <jim@meyering.net>
24791
24792         * lib/sig2str.c (str2signum, sig2str): Avoid a warning from gcc:
24793         Use `unsigned', not `int', as type of index.
24794
24795         * lib/xstat.in [@BEGIN_LSTAT_ONLY@]: Include <string.h>.
24796
24797         * lib/fsusage.c: Remove unneeded parentheses around operands of
24798         `defined'.
24799
24800 2002-11-22  Paul Eggert  <eggert@twinsun.com>
24801
24802         * lib/quotearg.h: Allow multiple inclusion by surrounding with
24803         "#ifndef QUOTEARG_H_".  Include <stddef.h>, for size_t,
24804         so that we can be included first.
24805         (PARAMS): Remove; we now assume C89 or later.  All uses removed.
24806         * lib/quotearg.c: Include quotearg.h immediately after config.h.
24807         No need to include stddef.h or sys/types.h any more.
24808         Surround local include files with "", not "<>".
24809         Assume HAVE_LIMITS_H unconditionally, as we assume C89.
24810         Similarly, assume HAVE_C_BACKSLASH_A, CHAR_BIT, UCHAR_MAX, UINT_MAX,
24811         HAVE_STDLIB_H, HAVE_STRING_H, STDC_HEADERS.
24812         (HAVE_MBSINIT): Undef if !HAVE_MBRTOWC.
24813         (mbsinit): Define to 1 if !defined mbsinit && !HAVE_MBSINIT.
24814         (ISPRINT): Remove; no longer needed now that we assume C89.
24815
24816         (clone_quoting_options, quotearg_buffer, quotearg_n_options):
24817         Preserve errno.
24818
24819         (quotearg_buffer_restyled, quotearg_n, quotearg_n_style,
24820         quotearg_char): Use SIZE_MAX rather than
24821         (size_t) -1 when we are talking about "infinity".
24822
24823         (quotearg_buffer_restyled): Fix bug when quoting trigraphs.
24824
24825 2002-11-22  Paul Eggert  <eggert@twinsun.com>
24826
24827         * lib/hash.c: Avoid use of <assert.h>, as the GNU Coding Standards
24828         hint that one should use `if (! x) abort ();' rather than `assert
24829         (x);', and anyway it's one less thing to worry about configuring.
24830         (hash_lookup, hash_get_first, hash_get_next, hash_find_entry,
24831         hash_rehash, hash_insert): Use abort rather than assert.
24832
24833 2002-11-22  Bruno Haible  <bruno@clisp.org>
24834
24835         * lib/safe-read.h: Assume C89. Add comments.
24836         (safe_read): Change return type to size_t.
24837         * lib/safe-read.c (safe_read): Change return type to size_t. Handle
24838         byte counts > SSIZE_MAX correctly.
24839         * lib/safe-write.h: New file.
24840         * lib/safe-write.c: New file.
24841         * lib/full-read.h: New file.
24842         * lib/full-read.c: New file.
24843         * lib/full-write.h: Assume C89. Add comments.
24844         * lib/full-write.c: Include safe-write.h.
24845         (full_write): Rewritten to use safe_write.
24846         Suggested by Jim Meyering and Paul Eggert.
24847
24848 2002-11-21  Jim Meyering  <jim@meyering.net>
24849
24850         * lib/strdup.c (strdup): Tweak comment and initial #if/#include.
24851
24852         Merge in changes from the coreutils.
24853
24854         2002-09-25  Paul Eggert  <eggert@twinsun.com>
24855         * lib/fsusage.c [! HAVE_INTTYPES_H && HAVE_STDINT_H] Include
24856         <stdint.h>.
24857         (UINTMAX_MAX) [!defined UINTMAX_MAX]: New macro.
24858         (PROPAGATE_ALL_ONES): Work even if X is unsigned and narrower than
24859         int.  Work more efficiently if X is the same width as uintmax_t.
24860         Do not compare X to -1, to avoid bogus compiler warning.
24861         (get_fs_usage): (uintmax_t) -1 -> UINTMAX_MAX to avoid a cast.
24862         Don't assume that f_frsize and f_bsize are the same type.
24863
24864         * lib/mountlist.c: #undef MNT_IGNORE before defining it, to avoid
24865         warning on FreeBSD.
24866
24867         * lib/makepath.c (make_path): Restore umask *before* creating the final
24868         component.
24869         (make_path): Minor reformatting.
24870
24871         * lib/xmalloc.c: Adjust to work with new autoconf macros,
24872         AC_FUNC_MALLOC and AC_FUNC_REALLOC: test #ifndef
24873         HAVE_MALLOC/HAVE_REALLOC.
24874
24875         * lib/mountlist.h (ME_DUMMY): Don't count entries of type `auto' as
24876         dummy ones.  At least on GNU/Linux systems, `auto' means something
24877         else.
24878         From Michael Stone.
24879
24880 2002-11-21  Bruno Haible  <bruno@clisp.org>
24881
24882         Remove case insensitive option matching.
24883         * lib/argmatch.h (argcasematch): Remove declaration.
24884         (ARGCASEMATCH): Remove macro.
24885         (__xargmatch_internal): Remove case_sensitive argument.
24886         (XARGMATCH): Update.
24887         (XARGCASEMATCH): Remove macro.
24888         * lib/argmatch.c (argmatch): Renamed from __argmatch_internal. Remove
24889         case_sensitive argument.
24890         (argcasematch): Remove function.
24891         (__xargmatch_internal): Remove case_sensitive argument.
24892         (main): Use XARGMATCH instead of XARGCASEMATCH.
24893
24894         * lib/xmalloc.c: Change compile-time error message. Add comment about
24895         required autoconf version.
24896
24897 2002-11-20  Paul Eggert  <eggert@twinsun.com>
24898
24899         Merge argmatch cleanups from Bison.  Assume C89.
24900
24901         * lib/argmatch.c: Include config.h here, not in argmatch.h.
24902         Include stdlib.h, for EXIT_FAILURE.
24903         Always include <string.h>, since we assume C89.
24904         (EXIT_FAILURE): Remove pre-C89 bug workaround.
24905         * lib/argmatch.h: Do not include <config.h> or <sys/types.h>.
24906         Include <stddef.h> instead, since it's all we need for size_t.
24907         (PARAMS): Remove.  All uses removed.
24908         (ARRAY_CARDINALITY): Do not bother to #undef.
24909         (ARRAY_CARDINALITY, ARGMATCH, ARGCASEMATCH, invalid_arg,
24910         ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
24911         Remove unnecessary parentheses.
24912         (ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
24913         Insert necessary parentheses.
24914         (ARGMATCH_CONSTRAINT, ARGMATCH_VERIFY): New macros.
24915         (ARGMATCH_ASSERT): Use ARGMATCH_CONSTRAINT.
24916
24917 2002-11-19  Bruno Haible  <bruno@clisp.org>
24918
24919         * lib/mbswidth.c: Include mbswidth.h right at the beginning.
24920         * lib/mbswidth.h: Include <stddef.h>, for size_t.
24921
24922         * lib/mbswidth.h (PARAMS): Remove macro.
24923         (mbswidth, mbsnwidth): Use ANSI C function declarations.
24924         * lib/mbswidth.c (mbswidth, mbsnwidth): Likewise.
24925
24926         * lib/gcd.h (PARAMS): Remove macro.
24927         (gcd): Use ANSI C function declarations.
24928         * lib/gcd.c (gcd): Likewise.
24929
24930 2002-11-15  Bruno Haible  <bruno@clisp.org>
24931
24932         * lib/strcspn.c: Include <stddef.h>.
24933         (strcspn): Use ANSI C function declaration. Change return type to
24934         size_t. Use NULL.
24935         * lib/strpbrk.c: Minimize diffs to glibc. Include <stddef.h>.
24936         (strpbrk): Use NULL.
24937         * lib/strpbrk.h (PARAMS): Remove macro.
24938         (strpbrk): Use ANSI C function declaration.
24939         * lib/strstr.c: Don't include <sys/types.h>.
24940         * lib/strstr.h (PARAMS): Remove macro.
24941         (strstr): Use ANSI C function declarations.
24942
24943 2002-11-14  Karl Berry  <karl@gnu.org>
24944
24945         * config/mkinstalldirs: `do' on separate line, instead of
24946         `for var; do'.
24947
24948 2002-11-06  Bruno Haible  <bruno@clisp.org>
24949
24950         * lib/gcd.h (gcd): Change argument type to 'unsigned long'.
24951         * lib/gcd.c (gcd): Likewise.
24952
24953 2002-11-05  Bruno Haible  <bruno@clisp.org>
24954
24955         * lib/gcd.h: New file, from gettext-0.11.5.
24956         * lib/gcd.c: New file, from gettext-0.11.5.
24957
24958 2002-11-05  Bruno Haible  <bruno@clisp.org>
24959
24960         * lib/error.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
24961         * lib/getopt.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
24962         * lib/obstack.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
24963         * lib/regex.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
24964
24965         * lib/argmatch.c: Include gettext.h instead of <locale.h> and
24966         <libintl.h>.
24967         * lib/makepath.c: Include gettext.h instead of <locale.h> and
24968         <libintl.h>.
24969
24970         * lib/closeout.c: Include gettext.h instead of <libintl.h>.
24971         * lib/human.c: Include gettext.h instead of <libintl.h>.
24972         * lib/quotearg.c: Include gettext.h instead of <libintl.h>.
24973         * lib/rpmatch.c: Include gettext.h instead of <libintl.h>.
24974         * lib/unicodeio.c: Include gettext.h instead of <libintl.h>.
24975         * lib/userspec.c: Include gettext.h instead of <libintl.h>.
24976         * lib/version-etc.c: Include gettext.h instead of <libintl.h>.
24977         * lib/xmalloc.c: Include gettext.h instead of <libintl.h>.
24978         (textdomain): Remove definition.
24979         * lib/xmemcoll.c: Include gettext.h instead of <libintl.h>.
24980
24981         * lib/long-options.c: Remove include of <libintl.h> and definition of
24982         _.
24983         * lib/same.c: Remove include of <libintl.h> and definition of _.
24984
24985 2002-11-04  Owen Taylor  <otaylor@redhat.com>
24986
24987         * lib/config.charset: A few additions for Solaris.
24988
24989 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
24990
24991         Make it possible to build libcharset with CC=gcc CFLAGS="-x c++".
24992         * lib/localcharset.c (locale_charset): Declare as extern "C".
24993
24994 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
24995
24996         * lib/config.charset: msdos in uk_UA uses CP1125.
24997
24998 2002-11-04  Bruno Haible  <bruno@clisp.org>
24999
25000         * lib/stpcpy.h: New file, from GNU gettext-0.11.5.
25001         * lib/strcase.h: New file, from GNU gettext-0.11.5.
25002         * lib/strpbrk.h: New file, from GNU gettext-0.11.5.
25003         * lib/strstr.h: New file, from GNU gettext-0.11.5.
25004         * lib/xgetcwd.h: New file, from GNU gettext-0.11.5.
25005
25006 2002-11-04  Bruno Haible  <bruno@clisp.org>
25007
25008         * lib/localcharset.c (locale_charset): Don't return an empty string.
25009
25010 2002-11-04  Bruno Haible  <bruno@clisp.org>
25011
25012         * lib/localcharset.c (get_charset_aliases): Add more Windows specific
25013         aliases.
25014
25015 2002-11-04  Bruno Haible  <bruno@clisp.org>
25016
25017         * lib/config.charset: Update for newest glibc. Add canonical names
25018         ISO-8859-14, KOI8-T, TCVN5712-1, GEORGIAN-PS.
25019
25020 2002-11-04  Bruno Haible  <bruno@clisp.org>
25021
25022         * lib/config.charset: Add support for NetBSD.
25023
25024 2002-11-04  Bruno Haible  <bruno@clisp.org>
25025
25026         * lib/config.charset [msdosdjgpp]: For Russian, use CP866.
25027
25028 2002-11-01  Bruno Haible  <bruno@clisp.org>
25029
25030         * configure.in: Add AC_CONFIG_AUX_DIR call.
25031         (AC_OUTPUT): Add m4/Makefile, lib/Makefile. Remove doc/Makefile,
25032         test/Makefile.
25033         * Makefile.in (subdirs): Add m4, lib. Remove doc, test.
25034
25035 2002-09-28  Karl Berry  <karl@gnu.org>
25036
25037         * config/srclist.txt: can't copy install-sh/mkinstalldirs from
25038         installed automake until the next release, since changes have been
25039         made.
25040
25041 2002-09-25  Karl Berry  <karl@gnu.org>
25042
25043         * lib/strdup.c: copy from libc/string (via ../config/srclist*).
25044         * lib/getopt*: copy from libc/posix.
25045         * lib/gettext.h: copy from gettext.
25046         * lib/.cppi-disable: add strdup.c, gettext.h.
25047
25048 2002-09-25  Karl Berry  <karl@gnu.org>
25049
25050         * config/srclist.txt: enable gettext.h check.
25051         * config/config.{guess,sub}: update from prep.
25052         * config/depcomp, install-sh, mdate-sh, missing, mkinstalldirs: update
25053                 from automake 1.6.3.
25054         See srclist*.
25055
25056 2002-08-23  Stefan Monnier  <monnier@cs.yale.edu>
25057
25058         * regex.c (PATFETCH): Remove the translating fetch.
25059         (PATFETCH_RAW): Rename to PATFETCH.
25060         (set_image_of_range): New fun.
25061         (SET_RANGE_TABLE_WORK_AREA): Use it.
25062         (regex_compile): Don't translate the pattern chars so eagerly.
25063         Only do it when inserting an `exactn' bytecode or when handling
25064         a char-range.
25065         (mutually_exclusive_p): Avoid empty statement.
25066
25067 2002-07-06  Jim Meyering  <meyering@lucent.com>
25068
25069         * m4/README: Don't mention Makefile.am.in.
25070         Outline how I've tested changes to .m4 files.  Yep, it's a pain.
25071
25072 2002-07-01  Jim Meyering  <meyering@lucent.com>
25073
25074         * lib/c-stack.c: Include sys/time.h.
25075         From Volker Borchert.
25076
25077 2002-06-26  Paul Eggert  <eggert@twinsun.com>
25078
25079         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for btowc.
25080
25081 2002-06-26  Paul Eggert  <eggert@twinsun.com>
25082
25083         * lib/fnmatch.c, fnmatch_loop.c (WIDE_CHAR_SUPPORT):
25084         New macro.  Use it uniformly instead of
25085         (defined HAVE_WCTYPE_H && defined HAVE_WCHAR_H).
25086         It also uses HAVE_BTOWC, to fix a porting bug on Solaris 2.5.1
25087         reported by Vin Shelton.
25088
25089 2002-06-22  Paul Eggert  <eggert@twinsun.com>
25090
25091         * lib/c-stack.h (segv_handler, c_stack_action) [! defined SA_SIGINFO]:
25092         Do not assume SA_SIGINFO behavior.
25093         Bug reported by Jim Meyering on NetBSD 1.5.2.
25094
25095 2002-06-22  Jim Meyering  <meyering@lucent.com>
25096
25097         * m4/c-stack.m4: New file, from diffutils-2.8.2.
25098         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_C_STACK.
25099
25100         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Don't require AC__GNU_SOURCE,
25101         now that configure.ac uses AC_GNU_SOURCE.
25102         (jm_MACROS): Rename: jm_FUNC_FNMATCH to AC_FUNC_FNMATCH_GNU.
25103         * m4/prereq.m4 (jm_PREREQ_EXCLUDE): Likewise, wrt jm_FUNC_FNMATCH.
25104
25105         Update to latest tools.  Suggestions from Paul Eggert.
25106         * m4/stdbool.m4: New file, from diffutils-2.8.2.
25107         * m4/gnu-source.m4: Update from diffutils-2.8.2.
25108         * m4/fnmatch.m4: Likewise.
25109         * m4/prereq.m4: Change each use of AC_CHECK_HEADERS(stdbool.h)
25110         to AC_HEADER_STDBOOL
25111
25112 2002-06-22  Jim Meyering  <meyering@lucent.com>
25113
25114         * lib/fnmatch.c (ISASCII, ISPRINT): Undefine, to avoid warning about
25115         redefinition due to Solaris 2.6's definition in /usr/include/sys/euc.h.
25116
25117 2002-06-22  Jim Meyering  <meyering@lucent.com>
25118
25119         * lib/c-stack.c, lib/c-stack.h: New files, from diffutils-2.8.2.
25120
25121         * lib/exitfail.c, exitfail.h: Likewise.
25122         * lib/Makefile.am (libfetish_a_SOURCES): Add exitfail.c and exitfail.h.
25123
25124         * lib/Makefile.am (libfetish_a_SOURCES): Add fnmatch_.h in place
25125         of fnmatch.h.
25126         (EXTRA_DIST): Add fnmatch_loop.c.
25127         (libfetish_a_SOURCES): Add c-stack.c and c-stack.h.
25128
25129         * lib/fnmatch_loop.c: New file, from diffutils-2.8.2.
25130         * lib/fnmatch.c: Update from diffutils-2.8.2.
25131         * lib/fnmatch_.h: New file.  From diffutils-2.8.2.
25132         * lib/fnmatch.h: Remove file.
25133
25134 2002-06-21  Jim Meyering  <meyering@lucent.com>
25135
25136         * m4/c-bs-a.m4: Add comment, from diffutils-2.8.2.
25137         * m4/mbrtowc.m4: Likewise.
25138
25139         * m4/mbstate_t.m4: Update from diffutils-2.8.2.
25140         * m4/mbswidth.m4: Reflect name change:
25141         s/AC_MBSTATE_T/AC_TYPE_MBSTATE_T.
25142         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
25143
25144         * m4/lib-link.m4: Update from gettext-0.11.2.
25145         * m4/gettext.m4: Likewise.
25146
25147         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for hurd.h.
25148         From Alfred M. Szmidt.
25149
25150 2002-06-18  Paul Eggert  <eggert@twinsun.com>
25151
25152         * lib/file-type.h: Report an error if neither S_ISREG nor
25153         S_IFREG is defined, instead of using a test specific to glibc
25154         2.2.  This should be safe, since POSIX requires S_ISREG and
25155         Unix Version 7 had S_IFREG.  We don't need to check for
25156         <sys/types.h> since we don't use any symbols that it defines.
25157
25158 2002-06-15  Richard Dawe  <richdawe@bigfoot.com>
25159
25160         * lib/Makefile.am (lstat.c, stat.c, .sin.sed): Use t-$@, rather than
25161         $@-t, so that each temporary file name is unique and valid in the first
25162         8 characters, for operation under DOS.
25163
25164 2002-06-15  Paul Eggert  <eggert@twinsun.com>
25165
25166         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for st_author.
25167
25168 2002-06-15  Jim Meyering  <meyering@lucent.com>
25169
25170         Work even with DJGPP 2.03, which lacks support for symlinks.
25171         From Richard Dawe.
25172         * lib/xstat.in (S_ISLNK): Define to 0 if neither S_ISLNK nor S_IFLNK
25173         is defined.
25174         * lib/lchown.c (S_ISLNK): Likewise.
25175
25176 2002-06-15  Jim Meyering  <meyering@lucent.com>
25177
25178         * lib/file-type.h (FILE_TYPE_H): Guard entire contents with #ifndef.
25179         For GNU libc 2.2 and newer, ensure that <sys/types.h> and <sys/stat.h>
25180         have been included before this file.
25181
25182 2002-06-14  Jim Meyering  <meyering@lucent.com>
25183
25184         * lib/file-type.h: Use the version from diffutils-2.8.2.
25185         * lib/file-type.c: Likewise.
25186
25187 2002-06-07  Jim Meyering  <meyering@lucent.com>
25188
25189         * m4/prereq.m4 (jm_PREREQ_STAT): Check for sys/param.h and sys/mount.h.
25190         They're needed at least for NetBSD 1.5.2.
25191         ($statxfs_includes): Include those same headers.
25192         ($statxfs_includes): Include sys/vfs.h if available.
25193         ($statxfs_includes): Likewise for sys/statvfs.h.
25194         Check for the following members in both structs statfs and statvfs:
25195         f_basetype, f_type, f_fsid.__val, f_namemax, f_namelen.
25196
25197 2002-06-01  Jim Meyering  <meyering@lucent.com>
25198
25199         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename macro:
25200         s/D_TYPE_IN_DIRENT/HAVE_STRUCT_DIRENT_D_TYPE/.
25201
25202 2002-05-28  Jim Meyering  <meyering@lucent.com>
25203
25204         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `mkdir', not `rmdir'.
25205         Reported by Volker Borchert.
25206
25207 2002-05-27  Jim Meyering  <meyering@lucent.com>
25208
25209         Fix a problem seen only on nonconforming systems whereby ls.c's
25210         use of localtime, and then of gettimeofday would cause trouble:
25211         the localtime call used to initialize rpl_gettimeofday's save
25212         mechanism would clobber ls's current local time information so
25213         that in any long listing the first file would always be listed
25214         with date 1970-01-01.  Analysis by Volker Borchert.
25215
25216         * lib/gettimeofday.c (localtime): Undefine.
25217         (rpl_localtime): New function.
25218
25219 2002-05-27  Jim Meyering  <meyering@lucent.com>
25220
25221         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Also replace
25222         localtime.
25223
25224         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `rmdir' so we don't try to
25225         use the replacement function; it wouldn't resolve at link time.
25226         Reported by Volker Borchert.
25227
25228 2002-05-22  Jim Meyering  <meyering@lucent.com>
25229
25230         * lib/Makefile.am (libfetish_a_SOURCES): Add file-type.c and
25231         file-type.h.
25232         * lib/file-type.h: New file.
25233         * lib/file-type.c (file_type): New file/function.  Extracted from
25234         diffutils.
25235
25236 2002-04-30  Jim Meyering  <meyering@lucent.com>
25237
25238         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_STAT.
25239
25240 2002-04-29  Paul Eggert  <eggert@twinsun.com>
25241
25242         * m4/prereq.m4 (jm_PREREQ_SIG2STR): Remove; all callers changed.
25243
25244 2002-04-29  Paul Eggert  <eggert@twinsun.com>
25245
25246         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): Check for stdlib.h.
25247         Do not check for alloca.h (no longer used) or stdbool.h (was never
25248         used?).  Add AM_C_PROTOTYPES since hard-locale.h uses it.
25249
25250 2002-04-29  Paul Eggert  <eggert@twinsun.com>
25251
25252         * lib/hard-locale.c: Upgrade to version used in GNU Diffutils 2.8.1.
25253
25254 2002-04-29  Jim Meyering  <meyering@lucent.com>
25255
25256         * m4/jm-macros.m4 (jm_MACROS): Remove use of AC_FUNC_STRNLEN.
25257         * m4/prereq.m4: Add jm_PREREQ_STRNLEN.
25258         Use AC_FUNC_STRNLEN here instead.
25259
25260         * m4/jm-macros.m4: Don't AC_REQUIRE([AC_PROG_CC_STDC]).
25261         With autoconf-2.53a, it's part of AC_PROG_CC.
25262
25263 2002-04-28  Paul Eggert  <eggert@twinsun.com>
25264
25265         * m4/jm-macros.m4 (jm_MACROS): Add AC_REPLACE_FUNCS(sig2str).
25266         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_SIG2STR.
25267
25268 2002-04-28  Paul Eggert  <eggert@twinsun.com>
25269
25270         * lib/sig2str.h, lib/sig2str.c: New files.
25271         * lib/Makefile.am (libfetish_a_SOURCES): Add sig2str.h.
25272
25273 2002-04-28  Paul Eggert  <eggert@twinsun.com>
25274
25275         * lib/sig2str.h (SIGNUM_BOUND): Do not use WTERMSIG, to avoid
25276         depending on <sys/wait.h> and WTERMSIG.  Default to 64 instead
25277         of 127, since 64 is the largest conceivable number for ancient
25278         nonstandard hosts.
25279         * lib/sig2str.c: Do not include <sys/wait.h>; no longer needed.
25280
25281 2002-04-28  Jim Meyering  <meyering@lucent.com>
25282
25283         * lib/sig2str.c (WTERMSIG): Remove definition (unused).
25284
25285 2002-04-24  Jim Meyering  <meyering@lucent.com>
25286
25287         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): New macro.
25288         (jm_PREREQ): Use it.
25289
25290         * m4/getloadavg.m4: Check for these headers: locale.h unistd.h
25291         mach/mach.h fcntl.h.
25292         Check for this function: setlocale.
25293
25294 2002-04-24  Jim Meyering  <meyering@lucent.com>
25295
25296         * lib/gettext.h: New file, from Gettext.
25297         * lib/Makefile.am (INCLUDES): Remove -I../intl.
25298         (libfetish_a_SOURCES): Add gettext.h.
25299
25300 2002-04-16  Jim Meyering  <meyering@lucent.com>
25301
25302         * m4/prereq.m4 (jm_PREREQ_READUTMP): Also check for these members:
25303         ut_pid, ut_id, ut_exit.
25304
25305 2002-04-16  Jim Meyering  <meyering@lucent.com>
25306
25307         * lib/readutmp.h (UT_TYPE): Remove definition (now in who.c).
25308         (HAVE_STRUCT_XTMP_UT_EXIT, HAVE_STRUCT_XTMP_UT_ID): Define.
25309         (HAVE_STRUCT_XTMP_UT_PID, HAVE_STRUCT_XTMP_UT_TYPE): Define.
25310
25311 2002-04-12  Jim Meyering  <meyering@lucent.com>
25312
25313         * m4/ls-mntd-fs.m4 (checking for getmntinfo function...): Remove
25314         now-bogus check for f_type in sys/mount.h.  Instead, just test for the
25315         existence of the getmntinfo function.  Needed for Darwin 5.3.
25316
25317         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Also detect when dirfd is a macro.
25318         This is necessary at least on Darwin 5.3.
25319
25320         * m4/jm-macros.m4: Don't AC_REPLACE(strnlen), now that we use
25321         AC_FUNC_STRNLEN.  Otherwise, we'd end up putting two copies of
25322         strnlen.o in the library, and that makes some versions of ranlib
25323         object.
25324
25325 2002-04-12  Jim Meyering  <meyering@lucent.com>
25326
25327         * lib/dirfd.h (dirfd): Elide prototype if dirfd is a macro.
25328
25329 2002-04-09  Jim Meyering  <meyering@lucent.com>
25330
25331         * m4/malloc.m4: (jm_FUNC_MALLOC): Change the `checking ...' message
25332         to be more precise.  Rather than saying we're checking whether the
25333         function `works', say what we're testing.
25334         * m4/realloc.m4 (jm_FUNC_REALLOC): Likewise.
25335         Reported by Bruno Haible.
25336
25337 2002-03-10  Jim Meyering  <meyering@lucent.com>
25338
25339         * lib/makepath.c (make_path): Remove a comma from a diagnostic.
25340         Suggestion from Santiago Vila.
25341
25342 2002-03-08  Jim Meyering  <meyering@lucent.com>
25343
25344         * lib/rename.c: Mention that this wrapper is needed also on
25345         mips-dec-ultrix4.4 systems.
25346
25347 2002-03-02  Jim Meyering  <meyering@lucent.com>
25348
25349         * lib/gettime.c (gettime): Test HAVE_CLOCK_GETTIME,
25350         not HAVE_CLOCK_SETTIME.
25351
25352 2002-02-27  Paul Eggert  <eggert@twinsun.com>
25353
25354         * m4/jm-macros.m4 (jm_MACROS): Do not replace stime; no longer used.
25355         Check for clock_settime.
25356
25357 2002-02-27  Paul Eggert  <eggert@twinsun.com>
25358
25359         * lib/nanosleep.h: Rename to....
25360         * lib/timespec.h: New name for nanosleep.h.  All uses changed.
25361
25362         * lib/gettime.c: New file.
25363         * lib/settime.c: New file.
25364         * lib/stime.c: Remove.
25365
25366         * lib/Makefile.am (libfetish_a_SOURCES): Add gettime.c, settime.c,
25367         timespec.h.  Remove nanosleep.h.
25368
25369 2002-02-25  Paul Eggert  <eggert@twinsun.com>
25370
25371         * m4/acl.m4: New file.
25372         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_ACL.
25373         Do not check for acl or sys/acl.h, as AC_FUNC_ACL does that now.
25374
25375 2002-02-25  Paul Eggert  <eggert@twinsun.com>
25376
25377         * lib/acl.c, lib/acl.h: New files.
25378         * lib/Makefile.am (libfetish_a_SOURCES): Add acl.h, acl.c.
25379
25380 2002-02-24  Jim Meyering  <meyering@lucent.com>
25381
25382         * lib/strnlen.c (strnlen): Define-away/undef so that an inconsistent
25383         prototype in string.h (on at least AIX4.3.2.0 w/gcc-2.95.3) doesn't
25384         cause trouble.  Reported by Nelson Beebe.
25385
25386 2002-02-23  Paul Eggert  <eggert@twinsun.com>
25387
25388         * lib/path-concat.c (xpath_concat): Reorder code to pacify
25389         compilers that don't know that xalloc_die never returns.
25390
25391 2002-02-20  Jim Meyering  <meyering@lucent.com>
25392
25393         * lib/getdate.c: Regenerate using bison-1.33.
25394
25395 2002-02-17  Jim Meyering  <meyering@lucent.com>
25396
25397         * config/config.guess (main): Don't use `head -1'; it's no longer
25398         portable. Use `sed 1q' instead.
25399
25400 2002-02-16  gettextize  <bug-gnu-gettext@gnu.org>
25401
25402         * m4/codeset.m4: Upgrade to gettext-0.11.
25403         * m4/gettext.m4: Upgrade to gettext-0.11.
25404         * m4/glibc21.m4: Upgrade to gettext-0.11.
25405         * m4/iconv.m4: Upgrade to gettext-0.11.
25406         * m4/isc-posix.m4: Upgrade to gettext-0.11.
25407         * m4/lcmessage.m4: Upgrade to gettext-0.11.
25408         * m4/lib-ld.m4: New file, from gettext-0.11.
25409         * m4/lib-link.m4: New file, from gettext-0.11.
25410         * m4/lib-prefix.m4: New file, from gettext-0.11.
25411         * m4/progtest.m4: Upgrade to gettext-0.11.
25412
25413 2002-02-15  Paul Eggert  <eggert@twinsun.com>
25414
25415         * m4/prereq.m4 (jm_PREREQ_POSIXVER): New macro.
25416         (jm_PREREQ): Use it.
25417
25418 2002-02-15  Paul Eggert  <eggert@twinsun.com>
25419
25420         * lib/posixver.c, lib/posixver.h: New files.
25421         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
25422
25423 2002-02-02  Paul Eggert  <eggert@twinsun.com>
25424             Bruno Haible  <bruno@clisp.org>
25425
25426         * lib/unicodeio.h (print_unicode_char): Add exit_on_error argument.
25427         (fwrite_success_callback): New declaration.
25428         * lib/unicodeio.c (unicode_to_mb): New function, extracted from
25429         print_unicode_char. Call failure callback instead of error.
25430         (fwrite_success_callback): New function.
25431         (exit_failure_callback): New function.
25432         (fallback_failure_callback): New function.
25433         (print_unicode_char): Call unicode_to_mb.
25434
25435 2002-01-26  Jim Meyering  <meyering@lucent.com>
25436
25437         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.52g.
25438         * m4/strnlen.m4: Remove file, now that it's part of autoconf.
25439
25440 2002-01-26  Jim Meyering  <meyering@lucent.com>
25441
25442         * lib/Makefile.am (getdate$U.o): Depend on unlocked-io.h.
25443
25444 2002-01-22  Paul Eggert  <eggert@twinsun.com>
25445
25446         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_FSEEKO.
25447
25448 2002-01-22  Jim Meyering  <meyering@lucent.com>
25449
25450         * lib/Makefile.am (Makefile): Don't depend on $(BUILT_SOURCES).
25451         Otherwise, some versions of automake would omit the rule that makes
25452         Makefile from Makefile.in.
25453
25454 2002-01-21  Paul Eggert  <eggert@twinsun.com>
25455
25456         * lib/xmemcoll.h, lib/xmemcoll.c: New files.
25457         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
25458         * lib/memcoll.c: Include errno.h, and declare errno if not defined.
25459         (memcoll): Set errno to zero if there is no error.
25460
25461         * lib/quotearg.c (quotearg_buffer_restyled):
25462         Fix bug with quoting buffers containing NUL when backslashing escapes.
25463         This bug was exposed by the other changes in this patch.
25464         (quotearg_n_options): New arg ARGSIZE.
25465         All callers changed.
25466         (quoting_options_from_style): New function.
25467         (quotearg_n_style): Use it.
25468         (quotearg_n_style_mem): New function.
25469
25470         * lib/quotearg.h (quotearg_n_style_mem): New function.
25471
25472 2002-01-19  Jim Meyering  <meyering@lucent.com>
25473
25474         * m4/jm-macros.m4 (jm_MACROS): Use AC_FUNC_STRNLEN.
25475         Remove useless quotes: DF_PROG="df".
25476         * m4/strnlen.m4: New file.
25477
25478 2002-01-16  Paul Eggert  <eggert@twinsun.com>
25479
25480         * lib/backupfile.c (ISDIGIT): Comment fix.
25481         * lib/getdate.y (ISDIGIT): Likewise.
25482         * lib/posixtm.c (ISDIGIT, year): Likewise.
25483         * lib/strverscmp.c (ISDIGIT): Likewise.
25484         * lib/userspec.c (ISDIGIT): Likewise.
25485
25486 2002-01-16  Jim Meyering  <meyering@lucent.com>
25487
25488         * lib/getdate.y: Add three semicolons, each just before a closing
25489         brace. Bison (as of version 1.31) no longer papers over that mistake.
25490
25491 2002-01-05  Jim Meyering  <meyering@lucent.com>
25492
25493         * lib/version-etc.c (version_etc_copyright): Update copyright year.
25494
25495 2001-12-19  Paul Eggert  <eggert@twinsun.com>
25496
25497         * lib/closeout.c (close_stdout_status): If ferror (stdout), do
25498         not silently exit merely because the output buffer happens to
25499         have nothing pending.
25500
25501 2001-12-18  Paul Eggert  <eggert@twinsun.com>
25502
25503         See the big note in ../ChangeLog.
25504         * lib/human.c (suffixes): Prefer K to k for 1024.
25505         (generate_suffix_backwards): New function.
25506         (human_readable_inexact): Use it.
25507         * lib/xstrtol.c (__xstrtol): If there is no number but there
25508         is a valid suffix, assume 1.  "MB" now means decimal, "MiB" binary.
25509         Accept 'K' as well as 'k'.
25510
25511 2001-12-15  Jim Meyering  <meyering@lucent.com>
25512
25513         * lib/regex.h (__restrict_arr): Update from libc.
25514
25515         * lib/mountlist.h (ME_REMOTE): Recognize file systems of type smbfs
25516         as `remote' if the name starts with `//'.  Suggested by Michael Stone.
25517         (STREQ): Define.
25518
25519 2001-12-14  Jim Meyering  <meyering@lucent.com>
25520
25521         * m4/jm-macros.m4 (jm_MACROS): Check for iswspace.
25522         Suggestion from Bruno Haible.
25523
25524 2001-12-10  Jim Meyering  <meyering@lucent.com>
25525
25526         * lib/linebuffer.c: Remove explicit declarations of xmalloc and
25527         xrealloc, Instead, include "xalloc.h".
25528         (initbuffer): Don't cast xmalloc return value to char*.
25529         (readline): Reword comment.
25530         Don't cast xrealloc return value to char*
25531         Return NULL, not 0.
25532
25533 2001-12-09  Jim Meyering  <meyering@lucent.com>
25534
25535         * lib/modechange.c (mode_compile): Add cast to avoid pedantic warning
25536         about `signed and unsigned type in conditional expression'.
25537         * lib/posixtm.c (posix_time_parse): Likewise.
25538
25539         * lib/xreadlink.c (xreadlink): Add cast to avoid a pedantic warning.
25540
25541         * lib/readtokens.c (readtoken): Declare an index to be of type unsigned
25542         to avoid a pedantic warning.
25543
25544         * lib/getstr.c: Don't include assert.h.
25545         (getstr): Remove warning-evoking assertions.
25546         Return -1 if offset parameter is out of bounds.
25547         Change the type of a local from int to size_t.
25548
25549         * lib/strftime.c (my_strftime_localtime_r): Include this function
25550         definition in the `#if ! HAVE_TM_GMTOFF' block.
25551
25552         * lib/xgethostname.c: Remove declarations of xmalloc and xrealloc.
25553         Include xalloc.h instead.
25554
25555 2001-12-02  Jim Meyering  <meyering@lucent.com>
25556
25557         * lib/tempname.c: Don't declare getenv, thus reverting the change of
25558         2001-11-18.  It's no longer necessary, now that stdlib.h is always
25559         included.
25560
25561         * lib/regex.c [!__BOUNDED_POINTERS__]: Define away __bounded,
25562         __unbounded, and __ptrvalue.  Reported by Uwe H. Steinfeld.
25563
25564 2001-11-30  Akim Demaille  <akim@epita.fr>
25565
25566         * lib/xstrdup.c: Include xalloc.h, so that xstrdup is declared
25567         before being defined.
25568
25569 2001-11-27  Paul Eggert  <eggert@twinsun.com>
25570
25571         * lib/quotearg.h (quotearg_n, quotearg_n_style):
25572         First arg is int, not unsigned.
25573         * lib/quotearg.c (quotearg_n, quotearg_n_style): Likewise.
25574         (SIZE_MAX, UINT_MAX): New macros.
25575         (quotearg_n_options): Abort if N is negative.
25576         Avoid overflow check on hosts where size_t is 64 bits and int
25577         is 32 bits, as overflow is impossible there.
25578         Fix off-by-one typo that caused unnecessary reallocation.
25579
25580 2001-11-27  Jim Meyering  <meyering@lucent.com>
25581
25582         * lib/tempname.c: Merge with version from libc.
25583         * lib/regex.c: Likewise.
25584
25585         * lib/tempname.c: Include stdlib.h unconditionally.  On some old
25586         systems for which STDC_HEADERS is 0, it was not included, resulting in
25587         a warning about an integer-to-pointer conversion problem with getenv.
25588         Reported by Volker Borchert.
25589
25590 2001-11-26  Jim Meyering  <meyering@lucent.com>
25591
25592         * lib/gtod.h: Remove file.
25593         * lib/Makefile.am (libfetish_a_SOURCES): Remove gtod.h.
25594         * lib/gettimeofday.c: Don't include gtod.h.
25595         (GTOD_init): Remove function.
25596         (rpl_gettimeofday): Do its job here instead, rather than aborting.
25597         Suggestion from Volker Borchert.
25598
25599 2001-11-23  Jim Meyering  <meyering@lucent.com>
25600
25601         * lib/hash.h (struct hash_table): Don't define here.  Merely declare
25602         it.
25603         * lib/hash.c (struct hash_table): Define it here instead.
25604
25605 2001-11-22  Jim Meyering  <meyering@lucent.com>
25606
25607         * lib/hash.h: Bracket contents of file with #ifndef HASH_H_ ... #endif.
25608
25609 2001-11-20  Jim Meyering  <meyering@lucent.com>
25610
25611         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Update comment to reflect that
25612         SunOS 4.1.4 and Solaris 2.5.1 lose, too.
25613
25614 2001-11-19  Jim Meyering  <meyering@lucent.com>
25615
25616         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Don't bother with a temporary
25617         directory.  Use "conftestXXXXXX" as the template.
25618         Suggestion from Paul Eggert.
25619
25620         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Close each descriptor
25621         immediately, so the test doesn't mistakenly hit the max-open-files
25622         limit.
25623
25624 2001-11-18  Paul Eggert  <eggert@twinsun.com>
25625
25626         * lib/tempname.c (TMP_MAX): Remove; no longer needed.
25627         (TEMPORARIES): New macro.
25628         (__gen_tempname): Use TEMPORARIES rather than TMP_MAX.  This
25629         removes an artificial limitation (e.g. HP-UX 10.20, where
25630         TMP_MAX is 17576).
25631
25632 2001-11-18  Jim Meyering  <meyering@lucent.com>
25633
25634         * m4/prereq.m4 (jm_PREREQ_TEMPNAME): Check for declaration of getenv.
25635
25636 2001-11-18  Jim Meyering  <meyering@lucent.com>
25637
25638         * lib/tempname.c [!HAVE_DECL_GETENV]: Declare getenv to avoid warning
25639         on SunOS 4.
25640
25641         * lib/Makefile.am (Makefile): Depend on $(BUILT_SOURCES), so those
25642         files will be created before anything else.
25643
25644 2001-11-17  Paul Eggert  <eggert@twinsun.com>
25645
25646         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): Do not define
25647         WINSIZE_IN_PTEM if <termios.h> defines struct winsize.
25648
25649 2001-11-17  Jim Meyering  <meyering@lucent.com>
25650
25651         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): New file and macro.
25652         Prompted by a report from Bob Proulx.
25653
25654         * m4/jm-macros.m4 (jm_MACROS): Don't test for mkstemp here.
25655         Instead, require UTILS_FUNC_MKSTEMP.
25656
25657 2001-11-17  Jim Meyering  <meyering@lucent.com>
25658
25659         * m4/jm-macros.m4 (jm_MACROS): Remove code to set POW_LIBM.
25660         Now, that's done as part of AC_FUNC_STRTOD.
25661
25662 2001-11-17  Jim Meyering  <meyering@lucent.com>
25663
25664         * lib/modechange.c (mode_adjust): Fix error introduced on 1999-04-26
25665         that made e.g., `chmod a=,o=w,g=o F' cause F to be group readable
25666         rather than group writable.  Patch by Juan F. Codagnone.
25667
25668         * lib/readtokens.c: Remove explicit declarations of xmalloc and
25669         xrealloc, Instead, include "xalloc.h".
25670
25671         * lib/mountlist.c: Include unlocked-io.h after all system headers.
25672         Remove explicit declarations of xmalloc, xrealloc,
25673         and xstrdup.  Instead, include "xalloc.h".
25674
25675         * lib/argmatch.c, closeout.c, error.c, exclude.c: Include
25676         unlocked-io.h.
25677         * lib/fatal.c, getdate.y, getpass.c, getstr.c, getusershell.c:
25678         Likewise.
25679         * lib/mountlist.c, posixtm.c, readtokens.c, readutmp.c: Likewise.
25680
25681         * lib/regex.c, sha.c, version-etc.c, yesno.c: Likewise.
25682         Reported by Padraig Brady.
25683
25684         * lib/mkstemp.c: #undef mkstemp.
25685         Include config.h.
25686         (rpl_mkstemp): Rename from mkstemp.
25687         Protoize.
25688
25689 2001-11-16  Jim Meyering  <meyering@lucent.com>
25690
25691         * lib/physmem.c [HAVE_SYS_PSTAT_H]: Include <sys/pstat.h>.
25692         (physmem_total) [HAVE_PSTAT_GETSTATIC]: If sysconf couldn't be used to
25693         determine the amount of total physical memory, use pstat_getstatic.
25694         HPUX-11 doesn't define _SC_PHYS_PAGES.
25695         (physmem_available) [HAVE_PSTAT_GETSTATIC && HAVE_PSTAT_GETDYNAMIC]:
25696         If sysconf couldn't be used to determine the amount of available
25697         physical memory, use both pstat_getstatic and pstat_getdynamic.
25698         Based on a patch from Bob Proulx.
25699
25700 2001-11-10  Jim Meyering  <meyering@lucent.com>
25701
25702         * m4/prereq.m4 (jm_PREREQ_PHYSMEM): New function.
25703         (jm_PREREQ): Use it.
25704
25705 2001-11-09  Jim Meyering  <meyering@lucent.com>
25706
25707         * m4/jm-macros.m4: Require autoconf-2.52f.
25708         (AC_FUNC_ERROR_AT_LINE, AC_FUNC_OBSTACK, AC_FUNC_STRTOD):
25709         Use these AC_-prefixed names, not the AM_-prefixed ones.
25710
25711         * m4/afs.m4 (jm_AFS): Quote the body.  Patch by Akim Demaille.
25712
25713 2001-11-05  Jim Meyering  <meyering@lucent.com>
25714
25715         * lib/xstat.in (slash_aware_lstat): Correct a misleading comment.
25716
25717 2001-11-04  Jim Meyering  <meyering@lucent.com>
25718
25719         * m4/fpending.m4: Remove unused cruft that saved, set, and restored
25720         $DEFS.
25721
25722 2001-11-03  Jim Meyering  <meyering@lucent.com>
25723
25724         * m4/jm-glibc-io.m4n (jm_FUNC_GLIBC_UNLOCKED_IO): Quote first arg
25725         of AC_DEFUN.
25726
25727         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Rework so dirfd.c doesn't have to
25728         know the name of the variable in the macro definition.
25729
25730 2001-11-03  Jim Meyering  <meyering@lucent.com>
25731
25732         * lib/argmatch.h (ARGMATCH_TO_ARGUMENT): Remove casts of first two args
25733         in argmatch_to_argument call.
25734
25735         * lib/dirfd.c (dirfd): Reflect the fact that DIR_TO_FD now takes an
25736         argument.
25737
25738         * lib/hash.c (hash_clear): Fix a bug that could lead to an infloop or
25739         e.g., a fault due to an attempt to free a NULL pointer.
25740
25741 2001-11-01  Jim Meyering  <meyering@lucent.com>
25742
25743         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): New macro.
25744         * m4/jm-macros.m4 (jm_MACROS): Require UTILS_FUNC_DIRFD.
25745
25746 2001-11-01  Jim Meyering  <meyering@lucent.com>
25747
25748         * lib/dirfd.c, lib/dirfd.h: New files.
25749         * lib/Makefile.am (libfetish_a_SOURCES): Add dirfd.h.
25750
25751         * lib/hash.c (hash_print) [TESTING]: Clean up.
25752
25753 2001-10-22  Paul Eggert  <eggert@twinsun.com>
25754
25755         * lib/hard-locale.c (alloca): Define to __builtin_alloca if __GNUC__,
25756         to avoid a warning if -Wall.
25757
25758 2001-10-22  Jeff Bailey  <jbailey@outpost.dnsalias.org>
25759
25760         * README: New file
25761         * doc/*: Add COPYING, COPYING.LIB, COPYING.DOC, fdl.texi
25762         (per RMS's instructions, this is now the canonical source)
25763         * lgpl/, gpl/: New directories.
25764
25765 2001-10-21  Paul Eggert  <eggert@twinsun.com>
25766
25767         * lib/regex.c (uintptr_t): Remove macro and decl; it's config.h's job.
25768
25769 2001-10-21  Jim Meyering  <meyering@lucent.com>
25770
25771         * lib/obstack.c (_): Honor the setting of ENABLE_NLS.  Otherwise,
25772         this code would end up calling gettext even in packages built
25773         with --disable-nls.
25774         * lib/getopt.c (_): Likewise.
25775         * lib/regex.c (_): Likewise.
25776
25777 2001-10-20  Paul Eggert  <eggert@twinsun.com>
25778
25779         * m4/error.m4 (jm_PREREQ_ERROR):
25780         Do not invoke AC_CHECK_FUNCS with strerror_r, as
25781         AC_FUNC_STRERROR_R does that.
25782         Check for strerror declaration.
25783
25784         * m4/strerror_r.m4: Add copyright notice, as nontrivial m4 files
25785         are supposed to have them these days.
25786         (AC_FUNC_STRERROR_R): Always do char* test, so that it gets cached.
25787         Merge changes from latest Autoconf CVS.
25788         Rename ac_cv_func_strerror_r_works to ac_cv_func_strerror_r_char_p,
25789         and rename HAVE_WORKING_STRERROR_R to STRERROR_R_CHAR_P, since
25790         POSIX decided to standardize on the int flavor of strerror_r.
25791
25792 2001-10-20  Paul Eggert  <eggert@twinsun.com>
25793
25794         * lib/error.c (strerror_r): Do not declare unless !_LIBC.
25795         Do not check for HAVE_DECL_STRERROR_R missing unless STRERROR_R_CHAR_P.
25796         Use strerror_r that is only a macro, even if it is not a function.
25797         (strerror): Check for HAVE_DECL_STRERROR before declaring.
25798         (private_strerror): Use prototypes, not old-style function definition.
25799         (print_errno_message): New function.
25800         Support the POSIX 'int'-flavored strerror_r, as well as the traditional
25801         char*-flavored one.
25802         (error_tail, error, error_at_line): Use it.
25803
25804 2001-10-11  Jim Meyering  <meyering@lucent.com>
25805
25806         * lib/argmatch.c (argmatch_invalid): Use quotearg_n_style (0, ...
25807         and quote_n (1, ... to avoid clobbering a buffer.
25808
25809 2001-10-05  Jim Meyering  <meyering@lucent.com>
25810
25811         * lib/Makefile.am: (libfetish_a_SOURCES): Add hash-pjw.c and
25812         hash-pjw.h.
25813         * lib/hash-pjw.c: New file (factored out of fileutils' remove.c).
25814         * lib/hash-pjw.h: New file.
25815
25816 2001-09-30  Jim Meyering  <meyering@lucent.com>
25817
25818         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): See if
25819         `struct fsstat' has the `f_fstypename' member.
25820         Use that to define FS_TYPE, which is now used to make
25821         the getfsstat link test tighter.
25822
25823 2001-09-30  Jim Meyering  <meyering@lucent.com>
25824
25825         * lib/mountlist.c [MOUNTED_GETFSSTAT]:
25826         Include <sys/ucred.h>, for Apple Darwin.
25827         Include sys/mount.h and sys/fs_types.h only if available.
25828         (FS_TYPE): Define.
25829         (read_filesystem_list): Use FS_TYPE.
25830
25831 2001-09-29  Paul Eggert  <eggert@twinsun.com>
25832
25833         * lib/exclude.c (excluded_filename): 0 -> false, since it's
25834         a boolean context.
25835
25836 2001-09-29  Jim Meyering  <meyering@lucent.com>
25837
25838         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
25839         [one-argument getmntent function]): Include stdio.h before mntent.h.
25840         SunOS 4.1.x needs it for the declaration of `FILE'.
25841         Patch by Volker Borchert.
25842
25843         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
25844         Check for these headers: sys/param.h sys/ucred.h sys/mount.h
25845         sys/fs_types.h, and make the link-test for getfsstat guard #include
25846         directives with appropriate #if HAVE_*_H tests so that we can
25847         detect getfsstat on Apple Darwin1.3.7 systems.
25848         Reported by Nelson Beebe.
25849         Fix harmless typo in cache variable name: s/getsstat/getfsstat/.
25850
25851 2001-09-28  Paul Eggert  <eggert@twinsun.com>
25852
25853         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
25854         #defines strtoimax.  Also treat the other strto* functions
25855         like strtoimax.
25856
25857         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
25858         Check for strtoul and strtoumax,
25859         as those declarations are made even in the signed case.
25860         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX):
25861         Likewise, for strtol and strtoimax.
25862
25863 2001-09-28  Paul Eggert  <eggert@twinsun.com>
25864
25865         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
25866         #defines strtoimax.  Also treat the other strto* functions
25867         like strtoimax.
25868
25869         * lib/xstrtol.c (strtol): Do not declare if HAVE_DECL_STRTOL.
25870         (strtoul): Do not declare if HAVE_DECL_STRTOUL.
25871         (strtoimax, strtoumax): Do not declare if already defined as a macro.
25872
25873 2001-09-26  Jim Meyering  <meyering@lucent.com>
25874
25875         Most macros in unlocked-io.h had the wrong number of arguments.
25876         * lib/gen-uio: New script.
25877         (USE_UNLOCKED_IO): Define to 1 if not already defined.
25878         * lib/unlocked-io.hin: Remove file.
25879         * lib/Makefile.am (unlocked-io.h): Rewrite to use a separate script,
25880         rather than trying to embed it here.
25881         (EXTRA_DIST): Add gen-uio.  Remove unlocked-io.hin
25882         Reported by Padraig Brady.
25883
25884 2001-09-25  Volker Borchert  <bt@teknon.de>
25885
25886         * lib/gettimeofday.c (rpl_gettimeofday): Declare local variable
25887         `result'.
25888
25889 2001-09-24  Jim Meyering  <meyering@lucent.com>
25890
25891         * m4/gettext.m4: Use the version from gettext-0.10.40, not CVS.
25892
25893 2001-09-23  Jim Meyering  <meyering@lucent.com>
25894
25895         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add a compile-test
25896         instead of the mere test for existence of mntent.h.  The latter
25897         would get a false-positive on AIX 3.4 systems.
25898         In the outer getmntent if-block, don't die if neither of the getmntent
25899         tests succeeds.  Instead, just fall through and continue with the
25900         remaining tests.
25901
25902 2001-09-23  Jim Meyering  <meyering@lucent.com>
25903
25904         * lib/mountlist.c: Remove useless parentheses in #if directives.
25905         (MOUNTED) [!defined MOUNTED]: Define to _PATH_MOUNTED, for when
25906         the deprecated MOUNTED symbol is no longer defined in mntent.h.
25907
25908 2001-09-22  Jim Meyering  <meyering@lucent.com>
25909
25910         * m4/gettext.m4: New file.  From gettext.
25911         * m4/lcmessage.m4: Sync with gettext -- this changes only comments.
25912         * m4/progtest.m4: Likewise
25913         * m4/isc-posix.m4: Decrement serial number to sync with gettext.
25914         * m4/glibc21.m4: Likewise.
25915
25916         * m4/libintl.m4: Remove.  No longer used.
25917
25918 2001-09-22  Jim Meyering  <meyering@lucent.com>
25919
25920         * lib/localcharset.c: Update from latest gettext.
25921         * lib/config.charset: Likewise.
25922
25923 2001-09-20  Jim Meyering  <meyering@lucent.com>
25924
25925         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX): Check for declaration of
25926         strtoimax.
25927         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check for declaration of
25928         strtoumax.
25929
25930 2001-09-20  Jim Meyering  <meyering@lucent.com>
25931
25932         * lib/xstrtol.c (strtoimax): Guard declaration with
25933         `#if !HAVE_DECL_STRTOIMAX', rather than just `#ifndef strtoimax'.
25934         The latter fails because some systems (at least rs6000-ibm-aix4.3.3.0)
25935         have their own, conflicting declaration of strtoimax in sys/inttypes.h.
25936         (strtoumax): Likewise, for completeness (it wasn't necessary).
25937
25938 2001-09-17  Paul Eggert  <eggert@twinsun.com>
25939
25940         * lib/strtoimax.c (HAVE_LONG_LONG):
25941         Redefine to HAVE_UNSIGNED_LONG_LONG if unsigned.
25942         (strtoimax): Use sizeof (long), not sizeof strtol (ptr, endptr, base),
25943         to work around bug in IBM C compiler.
25944
25945 2001-09-17  Jim Meyering  <meyering@lucent.com>
25946
25947         * m4/chown.m4, fstypename.m4, getgroups.m4, gettimeofday.m4,
25948         * m4/jm-mktime.m4, lstat.m4, malloc.m4, memcmp.m4, mkdir-slash.m4,
25949         * m4/nanosleep.m4, putenv.m4, readdir.m4, realloc.m4, rename.m4,
25950         * m4/st_dm_mode.m4, stat.m4, strerror_r.m4, timespec.m4, utimbuf.m4,
25951         * m4/utimes.m4: Use AC_DEFINE rather than AC_DEFINE_UNQUOTED,
25952         whenever the right hand side need not be expanded by the shell.
25953
25954 2001-09-16  Paul Eggert  <eggert@twinsun.com>
25955
25956         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): Remove test for GNU C
25957         library.  It's not correct, as some older glibcs are buggy.
25958         fnmatch wasn't fixed until glibc 2.2.
25959
25960         Use AC_DEFINE, not AC_DEFINE_UNQUOTED, as there's no
25961         special shell magic here.
25962
25963 2001-09-16  Jim Meyering  <meyering@lucent.com>
25964
25965         * m4/mkdir-slash.m4 (UTILS_FUNC_MKDIR_TRAILING_SLASH): New file/macro.
25966         * m4/jm-macros.m4: Require it.
25967
25968 2001-09-16  Jim Meyering  <meyering@lucent.com>
25969
25970         * lib/mkdir.c: New file.
25971
25972 2001-09-15  Jim Meyering  <meyering@lucent.com>
25973
25974         * m4/jm-macros.m4: Check for help2man.
25975
25976 2001-09-11  Jim Meyering  <meyering@lucent.com>
25977
25978         * m4/host-os.m4 (UTILS_HOST_OS): New file/macro.
25979         The body, by Paul Eggert, was moved here from configure.in.
25980         * m4/jm-macros.m4: Require UTILS_HOST_OS.
25981
25982 2001-09-04  Paul Eggert  <eggert@twinsun.com>
25983
25984         * m4/prereq.m4 (jm_PREREQ_XREADLINK): New macro.
25985         (jm_PREREQ): Use it.
25986
25987 2001-09-04  Paul Eggert  <eggert@twinsun.com>
25988
25989         * lib/xreadlink.c (xreadlink): Omit size_t* arg.  All uses changed.
25990         Use ssize_t, not int, to store result of readlink.
25991         Check for ssize_t overflow as well as size_t overflow,
25992         as POSIX says the result of readlink is implementation-defined
25993         when ssize_t overflows.
25994         Remove unnecessary cast to char*.
25995         Use free+malloc instead of realloc, as the storage doesn't need
25996         to be preserved and it's clearer and can be more efficient that way.
25997         (SIZE_MAX, SSIZE_MAX): New macros, if <limits.h> doesn't declare.
25998         * lib/xreadlink.h (xreadlink): Update prototype.
25999
26000 2001-09-04  Paul Eggert  <eggert@twinsun.com>
26001
26002         * lib/xgetcwd.c: Revert some of the previous change; intead,
26003         fix the HAVE_GETCWD_NULL code to behave more like the
26004         !HAVE_GETCWD_NULL code used to.
26005
26006         Include "xalloc.h".
26007         (xgetcwd): Do not return NULL when memory is exhausted; instead,
26008         invoke xalloc_die.
26009
26010 2001-09-03  Paul Eggert  <eggert@twinsun.com>
26011
26012         * m4/prereq.m4 (jm_PREREQ_XGETCWD): Check for limits.h and
26013         sys/param.h, as pathmax.h includes them.
26014
26015 2001-09-03  Paul Eggert  <eggert@twinsun.com>
26016
26017         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_XGETCWD.
26018         (jm_PREREQ_XGETCWD): New macro.
26019
26020         * m4/getcwd.m4: New file.
26021
26022 2001-09-03  Paul Eggert  <eggert@twinsun.com>
26023
26024         * lib/xgetcwd.c: Fix the !HAVE_GETCWD_NULL code to behave more
26025         like the HAVE_GETCWD_NULL code.
26026         Include pathmax.h if not HAVE_GETCWD.
26027         Do not include xalloc.h.
26028         (INITIAL_BUFFER_SIZE): New symbol.
26029         Do not use xmalloc / xrealloc, since the caller is responsible for
26030         handling errors.  Preserve errno around `free' during failure.
26031         Do not overrun buffer when using getwd.
26032
26033 2001-09-03  Paul Eggert  <eggert@twinsun.com>
26034
26035         * lib/xgetcwd.c (xgetcwd): Use HAVE_GETCWD_NULL, not (defined
26036         __GLIBC__ && __GLIBC__ >= 2), to decide whether to use
26037         getcwd (NULL, 0).
26038
26039 2001-09-03  Paul Eggert  <eggert@twinsun.com>
26040
26041         * lib/exclude.c (fnmatch_no_wildcards): Fix confusion between
26042         usage of FNM_CASEFOLD and FNM_LEADING_DIR.  The bug was
26043         spotted by Jim Meyering.
26044
26045 2001-09-03  Jim Meyering  <meyering@lucent.com>
26046
26047         * lib/xreadlink.c (xreadlink): Preserve errno around `free' during
26048         failure.
26049
26050 2001-09-02  Jim Meyering  <meyering@lucent.com>
26051
26052         * lib/error.c: Update from GNU libc.
26053
26054 2001-09-01  Jim Meyering  <meyering@lucent.com>
26055
26056         * m4/jm-macros.m4 (jm_MACROS): Check for canonicalize_file_name.
26057         Used by df.
26058
26059 2001-09-01  Jim Meyering  <meyering@lucent.com>
26060
26061         * lib/xreadlink.c: New file.
26062         * lib/xreadlink.h: New file.
26063         * lib/Makefile.am (libfetish_a_SOURCES): Add xreadlink.c and
26064         xreadlink.h.
26065
26066         * lib/regex.c (uintptr_t) [!_LIBC]: Define to private_uintptr_t, so it
26067         doesn't conflict with sparc Solaris 7's definition in
26068         /usr/include/sys/int_types.h.
26069
26070         * lib/exclude.c: Use `""', not `<>' to #include non-system header
26071         files.
26072         (fnmatch_no_wildcards): Rewrite not to use function names, strcasecmp
26073         and strncasecmp as r-values.  Unixware didn't have declarations.
26074
26075 2001-08-31  Paul Eggert  <eggert@twinsun.com>
26076
26077         * lib/xstrtol.h: Add copyright notice.
26078         (_DECLARE_XSTRTOL): Improve quality of diagnostic for
26079         LONGINT_INVALID_SUFFIX_CHAR.
26080
26081 2001-08-31  Paul Eggert  <eggert@twinsun.com>
26082
26083         * lib/xstrtol.c (strtoimax): New decl.
26084
26085 2001-08-31  Paul Eggert  <eggert@twinsun.com>
26086
26087         * lib/xgetcwd.c: Don't include pathmax.h.
26088         Include stdlib.h and unistd.h if available.
26089         Include xalloc.h.
26090         (xmalloc, xstrdup, free): Remove decls.
26091         (xgetcwd): Don't assume sizes fit in unsigned.
26092         Check for overflow when computing sizes.
26093         Simplify reallocation code.
26094
26095 2001-08-31  Paul Eggert  <eggert@twinsun.com>
26096
26097         * lib/savedir.c (savedir): Remove size parameter, as POSIX says that
26098         a directory's st_size can have an arbitrary value, so the old
26099         usage could waste an arbitrary amount of memory.  All uses
26100         changed.
26101         * lib/savedir.h: Update prototype.
26102
26103 2001-08-31  Paul Eggert  <eggert@twinsun.com>
26104
26105         * lib/Makefile.am (libfetish_a_SOURCES): Remove strtoxmax.c.
26106
26107         * lib/strtoimax.c: Renamed from strtoxmax.c, removing the
26108         old strtoimax.c.
26109
26110         Also, make the following further changes to make this file's
26111         configuration more similar to that of strtol.c:
26112         (UNSIGNED): Renamed from STRTOUXMAX_UNSIGNED.  All uses changed.
26113         (strtoumax, uintmax_t, strtoull, strtol): Remove.
26114         (intmax_t, strtoimax, strtol, strtoll): New macros, if UNSIGNED.
26115         (strtoimax): Renamed from strtoumax.  All uses of unsigned values
26116         changed to signed values.
26117
26118         And make the following changes as well:
26119         Fix copyright notice, as 1999 was missing.
26120         (verify): New macro.
26121         (strtoimax): Check sizes at compile-time, not run-time.
26122         Prefer strtol to strtoll if both work.
26123         (main): Remove; it was not that useful and was a pain to maintain.
26124
26125         * lib/strtoumax.c: Include strtoimax.c, not strtouxmax.c.
26126
26127 2001-08-31  Jim Meyering  <meyering@lucent.com>
26128
26129         * lib/xgetcwd.c (xgetcwd): Reorganize to avoid some duplication.
26130         Use an initial, malloc'd, buffer of length 128 rather than
26131         a statically allocated one of length 1024.
26132
26133 2001-08-30  Paul Eggert  <eggert@twinsun.com>
26134
26135         Simplify code, partly by assuming autoconf 2.52 semantics.
26136
26137         * m4/Makefile.am (EXTRA_DIST): Remove uintmax_t.m4.
26138
26139         * m4/inttypes.m4 (AC_PREREQ): Bump to 2.52.
26140         (jm_AC_HEADER_INTTYPES_H): Remove; now done by autoconf in 2.52.
26141         All uses removed.
26142         (jm_AC_TYPE_INTMAX_T, jm_AC_TYPE_UINTMAX_T):
26143         Move AC_REQUIRE to next-to-top level, to avoid confusion.
26144         Use 2.52's AC_CHECK_TYPE instead of merely looking for the header.
26145         * m4/prereq.m4 (jm_PREREQ_HUMAN): Don't require
26146         jm_AC_HEADER_INTTYPES_H.
26147         * m4/jm-macros.m4 (jm_MACROS): Likewise.
26148
26149         * m4/uintmax_t.m4: Remove, as it duplicates inttypes.m4.
26150
26151         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
26152         Quote first arg of AC_DEFUN.
26153         Require jm_AC_TYPE_UINTMAX_T and jm_AC_TYPE_UNSIGNED_LONG_LONG
26154         since they are needed to parse the include file even if we need
26155         only xstrtoimax.  Simplify logic behind the args to AC_REPLACE.
26156         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Likewise,
26157         but with opposite signedness.
26158
26159 2001-08-30  Paul Eggert  <eggert@twinsun.com>
26160
26161         Merge 'exclude' changes from tar 1.13.22.
26162         This fixes one or two unlikely storage allocation overflow bugs,
26163         but doesn't change user-visible behavior otherwise.
26164
26165 2001-08-30  Paul Eggert  <eggert@twinsun.com>
26166
26167         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_EXCLUDE.
26168         (jm_PREREQ_EXCLUDE): New macro.
26169
26170 2001-08-30  Paul Eggert  <eggert@twinsun.com>
26171
26172         * lib/quotearg.c: BSD/OS 4.1 wchar.h requires FILE and struct
26173         tm to be declared.
26174
26175 2001-08-30  Paul Eggert  <eggert@twinsun.com>
26176
26177         * lib/hash.c: Remove '2001' from copyright notice.
26178
26179 2001-08-30  Paul Eggert  <eggert@twinsun.com>
26180
26181         * lib/full-write.h: New file.
26182         * lib/Makefile.am (libfetish_a_SOURCES): Add full-write.h.
26183         * lib/full-write.c: Correct credits, as cccp.c no longer
26184         exists and anyway it was so heavily changed from the old cccp
26185         code as to be unrecognizable.  Include full-write.h.
26186         (full_write) Return size_t, with short writes meaning failure.
26187         All callers changed.  This fixes a bug with large buffers
26188         on 64-bit hosts.
26189         * lib/utime.c: Include full-write.h.
26190
26191 2001-08-30  Paul Eggert  <eggert@twinsun.com>
26192
26193         * lib/exclude.c (bool): Declare, perhaps by including stdbool.h.
26194         (<sys/types.h>): Include only if HAVE_SYS_TYPES_H.
26195         (<stdlib.h>, <string.h>, <strings.h>, <inttypes.h>, <stdint.h>):
26196         Include if available.
26197         (<xalloc.h>): Include
26198         (SIZE_MAX): Define if <stdint.h> or <inttypes.h> doesn't.
26199         (verify): New macro.  Use it to verify that EXCLUDE macros do not
26200         collide with FNM macros.
26201         (struct patopts): New struct.
26202         (struct exclude): Use it, as exclude patterns now come with options.
26203         (new_exclude): Support above changes.
26204         (new_exclude, add_exclude_file):
26205         Initial size must now be a power of two to simplify overflow checking.
26206         (free_exclude, fnmatch_no_wildcards): New function.
26207         (excluded_filename): No longer requires options arg, as the options
26208         are determined by add_exclude.  Now returns bool, not int.
26209         (excluded_filename, add_exclude):
26210         Add support for the fancy new exclusion options.
26211         (add_exclude, add_exclude_file): Now takes int options arg.
26212         Check for arithmetic overflow when computing sizes.
26213         (add_exclude_file): xrealloc might modify errno, so don't
26214         realloc until after errno might be used.
26215
26216         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE,EXCLUDE_WILDCARDS):
26217         New macros.
26218         (free_exclude): New decl.
26219         (add_exclude, add_exclude_file): Now takes int options arg.
26220         (excluded_filename): No longer requires options arg, as the options
26221         are determined by add_exclude.  Now returns bool, not int.
26222
26223 2001-08-30  Paul Eggert  <eggert@twinsun.com>
26224
26225         * lib/alloca.c (alloca): Arg is of type size_t, not unsigned.
26226
26227 2001-08-27  Jim Meyering  <meyering@lucent.com>
26228
26229         * lib/Makefile.am (libfetish_a_SOURCES): Add strtoxmax.c
26230
26231         * lib/version-etc.c (N_): Remove definition.
26232         Revert most of last change.
26233         Instead, simply don't mark the `Copyright...' string for translation.
26234         Based on advice from Paul Eggert.
26235
26236         * lib/strtoxmax.c: Tweak comment.
26237
26238 2001-08-26  Jim Meyering  <meyering@lucent.com>
26239
26240         * m4/jm-macros.m4: Require jm_AC_PREREQ_XSTRTOIMAX.
26241
26242         * m4/xstrtoimax.m4: New file.
26243         * m4/xstrtoumax.m4: Add comments explaining why we
26244         AC_REPLACE_FUNCS(strtol).
26245
26246 2001-08-26  Jim Meyering  <meyering@lucent.com>
26247
26248         * lib/version-etc.c (version_etc_copyright_fmt): Replace literal year
26249         of copyright with `%s' so translators don't get an untranslated
26250         message in 2002.
26251         (COPYRIGHT_YEAR): Define.
26252         (version_etc): Use fprintf rather than fputs.
26253         Suggestion from Ulrich Drepper.
26254
26255         * lib/Makefile.am (libfetish_a_SOURCES): Add xstrtoimax.c.
26256
26257         * lib/strtoll.c: New file, from GNU libc.
26258         * lib/xstrtoimax.c: New file.
26259
26260         * lib/xstrtol.h: Add xstrtoimax.
26261         * lib/strtoumax.c: New file.  Simply include "strtoumax.c".
26262         * lib/strtoimax.c: New file.  Likewise, but first define
26263         STRTOUXMAX_SIGNED.
26264
26265         * lib/strtoumax.c: Factor to work both for unsigned and signed types,
26266         ...
26267         * lib/strtoxmax.c: ... then renamed to this.
26268
26269 2001-08-18  Paul Eggert  <eggert@twinsun.com>
26270
26271         * m4/inttypes.m4: Add AC_PREREQ(2.13).
26272         (jm_AC_HEADER_INTTYPES_H): Test for intmax_t, too.
26273         (jm_AC_TYPE_INTMAX_T): New macro.
26274         (jm_AC_TYPE_UINTMAX_T): Moved here from uintmax_t.m4.
26275
26276         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): New macro.
26277
26278         * m4/longlong.m4: Renamed from ulonglong.m4.
26279         * m4/inttypes.m4: Renamed from inttypes_h.m4.
26280         * m4/uintmax_t.m4: Removed.
26281
26282 2001-08-13  Paul Eggert  <eggert@twinsun.com>
26283
26284         * lib/Makefile.am (unlocked-io.h): Do not append "_unlocked" twice.
26285         Port to Solaris 8, where 'sed' requires a space after the 'r'
26286         command, and where sh dislikes "$/".  Clean up the spacing a bit.
26287         Redirect output to $tmp just once.
26288
26289 2001-08-12  Paul Eggert  <eggert@sic.twinsun.com>
26290
26291         * lib/addext.c (<errno.h>): Include.
26292         (errno): Declare if not defined.
26293         (addext): Work correctly when pathconf returns -1 and leaves
26294         errno alone because there is no limit.  Also, work even if
26295         pathconf returns a value greater than SIZE_MAX.
26296
26297 2001-08-12  Jim Meyering  <meyering@lucent.com>
26298
26299         * m4/afs.m4, assert.m4, bison.m4, check-decl.m4, chown.m4, d-ino.m4,
26300         d-type.m4, dos.m4, error.m4, fnmatch.m4, fpending.m4, fstypename.m4,
26301         fsusage.m4, ftruncate.m4, getgroups.m4, glibc.m4, gnu-source.m4,
26302         group-member.m4, jm-glibc-io.m4, jm-macros.m4, jm-mktime.m4,
26303         jm-winsz1.m4, jm-winsz2.m4, lchown.m4, lib-check.m4, libintl.m4,
26304         link-follow.m4, ls-mntd-fs.m4, lstat.m4, malloc.m4, mbrtowc.m4,
26305         mbstate_t.m4, mbswidth.m4, memcmp.m4, nanosleep.m4, perl.m4,
26306         prereq.m4, putenv.m4, readdir.m4, realloc.m4, regex.m4, rename.m4,
26307         rmdir-errno.m4, search-libs.m4, st_dm_mode.m4, st_mtim.m4, stat.m4,
26308         strftime.m4, timespec.m4, unlink-busy.m4, uptime.m4, utimbuf.m4,
26309         utime.m4, utimes.m4, xstrtoumax.m4:
26310         Quote the first argument in each use of AC_DEFUN.
26311
26312 2001-08-12  Jim Meyering  <meyering@lucent.com>
26313
26314         * lib/xgetcwd.c (xgetcwd) [defined __GLIBC__ && __GLIBC__ >= 2]:
26315         Simply `return getcwd (NULL, 0);'.
26316         [! (defined __GLIBC__ && __GLIBC__ >= 2)]:
26317         Use 1300 as initial value for length, not PATH_MAX.
26318
26319         * lib/pathmax.h: Clean up cpp syntax.
26320
26321 2001-08-12  Jim Meyering  <meyering@lucent.com>
26322
26323         * lib/gettimeofday.c: New file.
26324         * lib/gtod.h: New file.
26325         * lib/Makefile.am (libfetish_a_SOURCES): Add gtod.h.
26326
26327 2001-08-05  Jim Meyering  <meyering@lucent.com>
26328
26329         * m4/jm-macros.m4: Require autoconf-2.52.
26330
26331 2001-08-04  Jim Meyering  <meyering@lucent.com>
26332
26333         * lib/error.h (__attribute__): Remove `|| __STRICT_ANSI__' from #if
26334         stmt, to get in sync with glibc.
26335
26336 2001-08-03  Paul Eggert  <eggert@twinsun.com>
26337
26338         The following changes are from gettext 0.10.39 as maintained by
26339         Bruno Haible.
26340
26341         * lib/mbswidth.h (MBSW_REJECT_UNPRINTABLE, MBSW_REJECT_INVALID):
26342         Renamed from MBSW_ACCEPT_UNPRINTABLE and MBSW_ACCEPT_INVALID
26343         with inverted sense.  All uses changed.
26344
26345         * lib/mbswidth.c: Don't include <limits.h>.
26346         Include <stdlib.h> and <string.h> unconditionally.
26347         (iswcntrl, mbsinit, ISCNTRL): New macros.
26348         (mbsnwidth): Use K&R style function declarations.
26349         Don't bother checking for MB_LEN_MAX == 1, since the compiler
26350         can optimize it when MB_CUR_MAX == 1.
26351         The width of control characters is zero, not 1.
26352
26353 2001-08-03  Paul Eggert  <eggert@twinsun.com>
26354
26355         The following changes are from gettext 0.10.39 as maintained by
26356         Bruno Haible, except that getline.m4 continues to use AC_LIBOBJ.
26357
26358         * m4/codeset.m4: Upgrade to serial AM1.
26359         (AM_LANGINFO_CODESET): Renamed from jm_LANGINFO_CODESET;
26360         all uses changed.  Quote first arg of AC_DEFUN.
26361         (am_cv_langinfo_codeset): Renamed from jm_cv_langinfo_codeset.
26362
26363         * m4/iconv.m4: Upgrade to serial AM2.
26364         (AM_ICONV): Renamed from jm_ICONV; all uses changed.
26365         Add --with-libconv-prefix.
26366         Quote first arg of AC_DEFUN.  Add description for ICONV_CONST.
26367         (am_cv_func_iconv): Renamed from jm_cv_func_iconv.
26368         (am_cv_lib_iconv): Renamed from jm_cv_lib_iconv.
26369         (am_cv_proto_iconv): Renamed from jm_cv_proto_iconv.
26370         * m4/jm-macros.m4 (jm_MACROS): Reflect s/jm_/AM_/ renamings.
26371
26372         * m4/c-bs-a.m4 (AC_C_BACKSLASH_A): Quote first arg of AC_DEFUN.
26373         * m4/getline.m4 (AM_FUNC_GETLINE): Likewise.
26374         * m4/glibc21.m4 (jm_GLIBC21): Likewise.
26375         * m4/inttypes_h.m4 (jm_AC_HEADER_INTTYPES_H): Likewise.
26376         * m4/isc-posix.m4 (AC_ISC_POSIX): Likewise.
26377         * m4/lcmessage.m4 (AM_LC_MESSAGES): Likewise.
26378         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): Likewise.
26379         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Likewise.
26380         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Likewise.
26381
26382         * m4/getline.m4 (AM_FUNC_GETLINE): Don't bother checking for
26383         string.h any more.
26384
26385         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): If not found, print "no",
26386         not the default value.
26387
26388         2001-06-25  Bruno Haible  <haible@clisp.cons.org>
26389         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Don't require AM_C_PROTOTYPES.
26390         Also check for mbsinit.  Needed for SCO 3.2v5.0.2.
26391         Also include <string.h>; this is where AIX 3.2.5 declares wcwidth.
26392         Also check for iswcntrl, used for wcwidth fallback.
26393         Use AC_TRY_COMPILE to emulate AC_CHECK_DECLS, for portability
26394         to Autoconf 2.13.
26395
26396 2001-08-03  Jim Meyering  <meyering@lucent.com>
26397
26398         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Use `#include', not `@%:@include',
26399         as it was in the original.  Reported by Paul Eggert.
26400
26401 2001-07-16  Jim Meyering  <meyering@lucent.com>
26402
26403         * m4/gettimeofday.m4: New file.
26404         Prompted by a report from Bernhard Baehr.
26405
26406 2001-07-15  Jim Meyering  <meyering@lucent.com>
26407
26408         * m4/Makefile.am.in (Makefile.am): Remove most of the unlocked-io.h
26409         stuff. Now it's in ../Makefile.cfg.
26410
26411 2001-07-15  Jim Meyering  <meyering@lucent.com>
26412
26413         * lib/Makefile.am (EXTRA_DIST): Add unlocked-io.hin.
26414         (BUILT_SOURCES): Add unlocked-io.h.
26415         (io_functions): Define.
26416         (unlocked-io.h): New rule.
26417         (DISTCLEANFILES): Add unlocked-io.h.
26418         (all-local): Depend on unlocked-io.h, to ensure it is created.
26419
26420         * lib/unlocked-io.hin: New file
26421
26422         * lib/regex.c: Update from glibc.
26423
26424 2001-07-05  Jim Meyering  <meyering@lucent.com>
26425
26426         * lib/Makefile.am (noinst_HEADERS): Remove definition, per new automake
26427         recommendation.
26428         (libfetish_a_SOURCES): Put all .h files here instead.
26429         Remove a thus-exposed (better checks in automake) duplicate and
26430         two unnecessary .h files.
26431
26432 2001-07-04  Jim Meyering  <meyering@lucent.com>
26433
26434         * m4/Makefile.am.in (glibc-io.struct): New target.  Rework the code
26435         that generates jm-glibc-io.m4 so that it doesn't trigger any make
26436         distcheck failure.
26437
26438 2001-07-02  Jim Meyering  <meyering@lucent.com>
26439
26440         The following changes were prompted by suggestions from Bruno Haible.
26441
26442         * m4/jm-glibc-io.m4n: New file, the template from which jm-glibc-io.m4
26443         is now generated.
26444         * m4/Makefile.am.in (Makefile.am): Include jm-glibc-io.m4n in emitted
26445         definition of EXTRA_DIST.
26446         (Makefile.am): Emit the dependency, `all-local: jm-glibc-io.m4' to
26447         ensure that the generated file is created/updated whenever the list
26448         of $(unlocked_functions) is changed.
26449         (jm-glibc-io.m4): New rule.
26450         (unlocked-io.h): New rule -- currently unused.
26451
26452 2001-06-24  Jim Meyering  <meyering@lucent.com>
26453
26454         * m4/regex.m4 (jm_INCLUDED_REGEX): Use a quadrigraph to represent an
26455         unmatched right bracket, rather than kludging it with an extra,
26456         falsely-matching quote in a comment.  Patch by Akim Demaille.
26457
26458 2001-06-11  Jim Meyering  <meyering@lucent.com>
26459
26460         * lib/regex.c: Update from GNU libc.
26461
26462 2001-05-27  Jim Meyering  <meyering@lucent.com>
26463
26464         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for ut_type in struct utmpx.
26465         Check for ut_type in struct utmp.
26466
26467 2001-05-27  Jim Meyering  <meyering@lucent.com>
26468
26469         * lib/readutmp.h (UT_TYPE): Define.
26470
26471 2001-05-24  Jim Meyering  <meyering@lucent.com>
26472
26473         * lib/argmatch.c: Include "quote.h".
26474         (argmatch_invalid): Remove explicit `' quotes.  Instead, use the
26475         quote function.  Reported by Göran Uddeborg.
26476
26477 2001-05-22  Jim Meyering  <meyering@lucent.com>
26478
26479         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't use AC_LIBOBJ(strftime),
26480         now that we use the package-supplied version unconditionally.
26481         (jm_FUNC_STRFTIME): Don't replace strftime, for the same reason.
26482
26483 2001-05-21  Jim Meyering  <meyering@lucent.com>
26484
26485         * m4/regex.m4: Change a couple backticks to single quotes to avoid
26486         shell syntax errors.
26487
26488 2001-05-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
26489
26490         * m4/dos.m4 (jm_AC_DOS): Check for _WIN32, __WIN32__, and __MSDOS__.
26491
26492 2001-05-20  Paul Eggert  <eggert@twinsun.com>
26493
26494         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME):
26495         Don't bother to check library strftime, since
26496         we'll be using our own my_strftime function anyway.
26497         Define my_strftime instead of strftime.
26498
26499 2001-05-20  Alexandre Duret-Lutz  <duret_g@epita.fr>
26500
26501         * lib/dirname.c (dir_name): Compute append_dot using path, not newpath
26502         which is not yet declared.
26503
26504 2001-05-15  Jim Meyering  <meyering@lucent.com>
26505
26506         * m4/regex.m4: Use proper quoting so brackets appear in the test
26507         program.
26508         Reported by, and with help from, Bruno Haible.
26509
26510 2001-05-13  Jim Meyering  <meyering@lucent.com>
26511
26512         * m4/jm-macros.m4 (major_t, minor_t): Define to unsigned int if
26513         undefined.
26514
26515 2001-05-11  Paul Eggert  <eggert@twinsun.com>
26516
26517         dirname code cleanup.  base_name now behaves more compatibly
26518         with POSIX basename when given file names that have trailing
26519         slashes, and similarly for dir_name.  Add new primitives
26520         base_len and dir_len.  Put the directory-name-related decls
26521         into dirname.h.
26522
26523         * lib/addext.c (ISSLASH, base_name): Remove; now in dirname.h.
26524         * lib/backupfile.c (base_name): Likewise.
26525         * lib/basename.c (FILESYSTEM_PREFIX_LEN, PARAMS, ISSLASH): Likewise.
26526         * lib/dirname.c (FILESYSTEM_PREFIX_LEN, ISSLASH): Likewise.
26527         * lib/makepath.c (strip_trailing_slashes): Likewise.
26528         * lib/path-concat.c (DIRECTORY_SEPARATOR, FILESYSTEM_PREFIX_LEN,
26529         ISSLASH): Likewise.
26530         * lib/rename.c (strip_trailing_slashes): Likewise.
26531         * lib/same.c (base_name): Likewise.
26532         * lib/stripslash.c (ISSLASH): Likewise.
26533
26534         * lib/addext.c: Include <dirname.h> after size_t is defined.
26535         * lib/backupfile.c: Likewise.
26536
26537         * lib/addext.c (addext): Use base_len to trim redundant
26538         trailing slashes instead of doing it ourselves.
26539         But do not trim the last slash if it is not redundant.
26540
26541         * lib/backupfile.c (find_backup_file_name,
26542         max_backup_version): Use base_len instead of rolling it ourselves.
26543         Handle the case of "" and (on DOS) "C:" correctly.
26544
26545         * lib/basename.c: Do not include <stdio.h>, <assert.h>; no longer
26546         needed. Include <string.h>, <dirname.h>.
26547         (base_name): Allow file names ending in slashes, other than names
26548         that are all slashes.  In this case, return the basename followed
26549         by the slashes.  This is more general, and can be used in places
26550         where the original base_name purposely had an assertion failure.
26551         (base_len): New function.
26552
26553         * lib/dirname.c: Include <string.h> instead of <stdlib.h>.
26554         Do not include <assert.h>; no longer needed.
26555         Include xalloc.h.
26556         (memrchr): Remove decl.
26557         (dir_name_r): Remove.
26558         (dir_len): Renamed from dirlen.  All callers changed.
26559         Rewrite in terms of base_name, for simplicity and consistency.
26560         (dir_name): Never return NULL.  All callers changed.
26561         Do not include <stdlib.h> in test program; no longer needed.
26562         return 0; is fine for test program.
26563
26564         * lib/dirname.h (DIRECTORY_SEPARATOR, ISSLASH, FILESYSTEM_PREFIX_LEN):
26565         New macros.
26566         (base_name, base_len, dir_len, strip_trailing_slashes): New decls.
26567
26568         * lib/path-concat.c (path_concat): Use base_len to compute
26569         base length, not strlen; this means we cannot rely on memcpy
26570         to null-terminate.
26571
26572         * lib/same.c (STREQ): Remove.
26573         (same_name): Handle the case where the basename ends in trailing '/'.
26574
26575         * lib/stripslash.c (strip_trailing_slashes): Return nonzero if
26576         a slash was stripped.  Do not strip the last slash after a
26577         file system prefix.
26578
26579 2001-05-11  Paul Eggert  <eggert@twinsun.com>
26580
26581         * lib/Makefile.am (libfetish_a_SOURCES):
26582         Add strftime.c, since we now compile it on all hosts.
26583
26584         * lib/strftime.c (my_strftime):
26585         Define to nstrftime if emacs, but only if my_strftime is not defined.
26586         (extra_args, extra_args_spec, extra_args_spec_iso): Rename from
26587         ut_argument, ut_argument_spec, ut_argument_spec_iso, respectively.
26588         Add one more extra argument: a nanoseconds value.
26589         All uses changed.
26590         (ns): New macro.
26591         (my_strftime function): Add %N format.
26592         (emacs_strftimeu): Renamed from emacs_strftime,
26593         with extra ut argument.
26594
26595 2001-05-09  Paul Eggert  <eggert@twinsun.com>
26596
26597         * m4/jm-macros.m4 (jm_MACROS): Do not check for fseeko; no longer used.
26598
26599 2001-04-21  Jim Meyering  <meyering@lucent.com>
26600
26601         * m4/rmdir-errno.m4: Write to a new file, so that a restrictive umask
26602         doesn't interfere.
26603
26604 2001-04-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
26605
26606         * m4/ftruncate.m4: Check for chsize.
26607         Link with ftruncate.o unconditionally if ftruncate is missing.
26608         This was required when cross-compiling to i586-mingw32msvc.
26609
26610 2001-04-08  Jim Meyering  <meyering@lucent.com>
26611
26612         * lib/getdate.y (get_date): Set tm_isdst to -1 to ensure that it is
26613         recomputed; that's necessary when the offset spans a DST transition.
26614         Patch by David J. MacKenzie.  Reported by Hon-Yin Kok.
26615
26616 2001-04-02  Jim Meyering  <meyering@lucent.com>
26617
26618         * lib/regex.h, regex.c: Update from GNU libc.
26619
26620 2001-03-24  Jim Meyering  <meyering@lucent.com>
26621
26622         * m4/jm-macros.m4: Require autoconf-2.49d.
26623
26624 2001-03-20  Bruno Haible  <haible@clisp.cons.org>
26625
26626         * m4/iconv.m4 (jm_ICONV): Recommend GNU libiconv.
26627
26628 2001-03-19  Paul Eggert  <eggert@twinsun.com>
26629
26630         * lib/version-etc.c (version_etc_copyright): Update to 2001.
26631
26632 2001-03-17  Jim Meyering  <meyering@lucent.com>
26633
26634         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Remove my copy of AC_FUNC_MEMCMP,
26635         now that the version in autoconf is equivalent.
26636         (jm_FUNC_MEMCMP): Adjust to use AC_FUNC_MEMCMP.
26637
26638         * m4/error.m4 (jm_PREREQ_ERROR): Invoke AC_FUNC_STRERROR_R.
26639         Suggestion from Akim Demaille.
26640
26641         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_TEMPNAME.
26642         (jm_PREREQ_TEMPNAME): New function.
26643
26644 2001-03-16  Paul Eggert  <eggert@twinsun.com>
26645
26646         * lib/tempname.c (uint64_t): Define to uintmax_t if
26647         not defined, and if UINT64_MAX is not defined.
26648         Required at least for Vax Ultrix4.3, which doesn't define uint64_t.
26649         Reported by John David Anglin.
26650
26651 2001-03-15  Bruno Haible  <haible@clisp.cons.org>
26652
26653         * lib/localcharset.c (locale_charset): Allow wildcard syntax. Also
26654         resolve alias if codeset is empty.
26655         * lib/config.charset (BeOS): Use wildcard syntax.
26656
26657 2001-03-13  Jim Meyering  <meyering@lucent.com>
26658
26659         * lib/path-concat.c (path_concat)
26660         [FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't insert a backslash when
26661         concatenating e.g., `C:' and `foo'.
26662         From Bruno Haible.
26663
26664 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
26665
26666         * lib/localcharset.c (locale_charset): Don't use
26667         setlocale(LC_CTYPE,NULL). Don't return NULL.
26668         * lib/unicodeio.c (print_unicode_char): Simplify accordingly.
26669
26670 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
26671
26672         * lib/config.charset: Update for FreeBSD 4.2 and OSF/1 5.1. Add
26673         support for DOS/DJGPP.
26674
26675 2001-03-01  Paul Eggert  <eggert@twinsun.com>
26676
26677         * m4/jm-macros.m4 (jm_MACROS): Use mkstemp replacement if the system
26678         lacks mkstemp.  Compile our own tempname.c if we compile our own
26679         mkstemp.c, as mkstemp relies on tempname.
26680
26681 2001-03-01  Jim Meyering  <meyering@lucent.com>
26682
26683         * m4/dos.m4 (jm_AC_DOS): Remove extra backslashes, now that
26684         AH_VERBATIM really does output its argument verbatim.
26685
26686 2001-02-28  Paul Eggert  <eggert@twinsun.com>
26687
26688         * lib/Makefile.am (libfetish_a_SOURCES):
26689         Add dup-safer.c, fopen-safer.c.
26690         (noinst_HEADERS): Add stdio-safer.h, unistd-safer.h.
26691
26692         * lib/dup-safer.c, lib/fopen-safer.c, lib/stdio-safer.h:
26693         * lib/unistd-safer.h: New files.
26694
26695 2001-02-25  Paul Eggert  <eggert@twinsun.com>
26696
26697         The mkstemp replacement is taken from glibc 2.2.2, with some
26698         portability fixes for use outside glibc, as follows:
26699
26700         * lib/tempname.c (struct_stat64): New macro.
26701         (direxists, __gen_tempname): Use it.
26702         This avoids a portability problem with Solaris 8.
26703
26704         * lib/tempname.c (<config.h>): Include if HAVE_CONFIG_H.
26705         (<stddef.h>, <stdint.h>, <string.h>):
26706         Include only if STDC_HEADERS || _LIBC.
26707         (<fcntl.h>): Include only if HAVE_FCNTL_H || _LIBC.
26708         (<unistd.h>): Include only if HAVE_UNISTD_H || _LIBC.
26709         (<sys/time.h>): Include only if HAVE_SYS_TIME_H || _LIBC.
26710         (__set_errno): Define this macro if <errno.h> doesn't.
26711         (P_tmpdir, TMP_MAX, __GT_FILE, __GT_BIGFILE, __GT_DIR, __GT_NOCREATE):
26712         Define these macros if <stdio.h> doesn't.
26713         (S_ISDIR, S_IRUSR, S_IWUSR, S_IXUSR):
26714         Define these macros if <sys/stat.h>
26715         doesn't.  Ignore <sys/stat.h> S_ISDIR if STAT_MACROS_BROKEN.
26716         (stat64, __getpid, __gettimeofday, __mkdir, __open, __open64, lxstat64,
26717         __xstat64): Define if not _LIBC.
26718         (__secure_getenv): Define if ! (HAVE___SECURE_GETENV || _LIBC).
26719         (__gen_tempname): Invoke gettimeofday only if
26720         HAVE_GETTIMEOFDAY || _LIBC;
26721         otherwise, fall back on plain "time".
26722         Use macros like S_IRUSR | S_IWUSR rather than octal values like 0600.
26723
26724         * lib/mkstemp.c (__GT_FILE): Define to zero if not defined.
26725
26726         * lib/mkstemp.c, lib/tempname.c: New files, taken from glibc 2.2.2.
26727
26728 2001-02-18  Paul Eggert  <eggert@twinsun.com>
26729
26730         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for sys/resource.h.
26731
26732 2001-02-17  Paul Eggert  <eggert@twinsun.com>
26733
26734         * m4/mbrtowc.m4: New file, defining jm_FUNC_MBRTOWC.
26735         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH):
26736         Use jm_FUNC_MBRTOWC, not AC_CHECK_FUNCS(mbrtowc).
26737         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
26738
26739 2001-02-17  Paul Eggert  <eggert@twinsun.com>
26740
26741         * lib/mbswidth.c, quotearg.c (mbrtowc, mbsinit):
26742         Remove workaround macros for hosts that have mbrtowc but not
26743         mbstate_t, as we now insist on proper declarations for both
26744         before using mbrtowc.
26745
26746 2001-02-17  Jim Meyering  <meyering@lucent.com>
26747
26748         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Don't check for
26749         getmntent via AC_CHECK_FUNCS, since that would get a `no' and disrupt
26750         further attempts by AC_FUNC_GETMNTENT to check with e.g., -lgen on
26751         UnixWare 7.1.1.
26752
26753         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Adapt to use AC_CACHE_CHECK etc.,
26754         rather than AC_CACHE_VAL.
26755
26756 2001-02-17  Jim Meyering  <meyering@lucent.com>
26757
26758         * lib/strtoul.c: Sync from GNU libc.  Use double quotes, not <...>
26759         around included file name.
26760
26761         * lib/strnlen.c (__strnlen): Merge in a change from GNU libc.
26762
26763         * lib/strftime.c: Update from GNU libc (the only changes were to
26764         comments).
26765
26766 2001-02-17  Jim Meyering  <meyering@lucent.com>
26767
26768         * lib/regex.c: Update from libc.
26769
26770 2001-02-17  Bruno Haible  <haible@clisp.cons.org>
26771
26772         * lib/mbswidth.h (mbswidth): Also define as macro, to avoid prototype
26773         clash.
26774
26775 2001-02-16  Paul Eggert  <eggert@twinsun.com>
26776
26777         * lib/alloca.c (malloc): Undef before defining, since stdlib.h
26778         may have defined it.  Needed for Encore Umax-3.0.9.16b systems.
26779         Reported by Mark Hounschell via Paul Eggert.
26780
26781 2001-02-07  Jim Meyering  <meyering@lucent.com>
26782
26783         * m4/regex.m4 (jm_INCLUDED_REGEX): Add a test for the latest bug.
26784
26785 2001-02-05  Jim Meyering  <meyering@lucent.com>
26786
26787         * m4/jm-macros.m4: Require autoconf-2.14d (not yet released), because
26788         it includes the patch required for `large file' support with at least
26789         HP-UX's 10.20 /bin/cc.
26790
26791 2001-02-03  Jim Meyering  <meyering@lucent.com>
26792
26793         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Restore prior use of
26794         AS_IF, now that it works once again (mysteriously).
26795         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
26796
26797 2001-01-30  Jim Meyering  <meyering@lucent.com>
26798
26799         Don't use filenames that are 8.3-equivalent to "conftest" on DOS.
26800         * m4/chown.m4: Rename conftestchown to conftest.chown.
26801         * m4/rename.m4: s/conftestdir/conftest.d1/ and
26802         s/conftestdir2/conftest.d2/.
26803         * m4/utimes.m4: s/conftestdata/conftest.data/
26804         Inspired by Pavel Roskin's change in autoconf.
26805
26806 2001-01-30  Bruno Haible  <haible@clisp.cons.org>
26807
26808         * lib/config.charset: Update for FreeBSD 4.2.
26809
26810 2001-01-27  Jim Meyering  <meyering@lucent.com>
26811
26812         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Open-code what was
26813         a use of AS_IF.
26814         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
26815
26816 2001-01-26  Jim Meyering  <meyering@lucent.com>
26817
26818         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Check for stddef.h, now that
26819         quotearg.c includes it.
26820
26821 2001-01-26  Jim Meyering  <meyering@lucent.com>
26822
26823         * lib/quotearg.c: Include stddef.h.
26824         * lib/quote.c: Include stddef.h.
26825         Reported by Axel Kittenberger.
26826
26827         * lib/xmalloc.c [HAVE_DONE_WORKING_MALLOC_CHECK]: Enclose error-evoking
26828         line in double quotes so that it evokes a better diagnostic.
26829         [HAVE_DONE_WORKING_REALLOC_CHECK]: Likewise.
26830         Reported by Axel Kittenberger.
26831
26832 2001-01-24  Stefan Monnier  <monnier@cs.yale.edu>
26833
26834         * regex.c (mutually_exclusive_p): Don't blindly handle `charset_not'
26835         as if it was a `charset'.
26836
26837 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
26838
26839         * m4/iconv.m4 (jm_ICONV): Also check whether the iconv declaration
26840         has const.
26841
26842 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
26843
26844         * lib/unicodeio.c (print_unicode_char): Cast the second iconv() arg,
26845         to avoid a warning.  Add back 'const' to inptr.
26846
26847 2001-01-20  Jim Meyering  <meyering@lucent.com>
26848
26849         Be sure that headers are checked before used in code compiled
26850         for the type checks.
26851         * m4/jm-macros.m4 (jm_MACROS): Remove all header checks.
26852         In place of that, invoke jm_CHECK_ALL_TYPES.
26853         (jm_CHECK_ALL_HEADERS): New functions with the above checks.
26854         (jm_CHECK_ALL_TYPES): Require jm_CHECK_ALL_HEADERS.
26855         Alan Iwi reported a build failure on an f300-fujitsu-uxpv4.1_ES;
26856         The check for ssize_t was mistakenly run before the test for unistd.h.
26857
26858         The configure-time check for stdbool.h was missing.
26859         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_HASH.
26860         (jm_PREREQ_HASH): New function.
26861
26862 2001-01-17  Jim Meyering  <meyering@lucent.com>
26863
26864         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use AS_IF, not AS_IFELSE,
26865         for autoconf-2.49c.
26866         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Likewise.
26867
26868 2001-01-16  Jim Meyering  <meyering@lucent.com>
26869
26870         * lib/basename.c: Include <stdio.h>, needed by assert on SunOS 4.
26871         From Bruno Haible.
26872
26873 2001-01-14  Jim Meyering  <meyering@lucent.com>
26874
26875         * m4/rename.m4: Use temporary directories named conftestdir{,2}, not
26876         foo and bar.  Create conftestdir/ in the script, not in the C code.
26877         Remove directories in the script, not in the C code.
26878         Remove conftestdir{,2} before trying to create the directory.
26879         Make the entire configure script fail if the mkdir fails.
26880
26881 2001-01-14  Jim Meyering  <meyering@lucent.com>
26882
26883         * lib/rename.c: New file.  From Volker Borchert.
26884         Include stdlib.h, string.h or strings.h, and xalloc.h.
26885         Use strip_trailing_slashes rather than open-coding it.
26886
26887 2001-01-03  Paul Eggert  <eggert@twinsun.com>
26888
26889         * lib/strftime.c: Sync with glibc time/strftime.c 1.81.
26890
26891 2001-01-03  Jim Meyering  <meyering@lucent.com>
26892
26893         * lib/unicodeio.c (print_unicode_char): Remove `const' from declaration
26894         of local `inptr' to avoid warning with some system declarations of
26895         iconv.
26896
26897 2001-01-02  Volker Borchert  <bt@teknon.de>
26898
26899         * m4/rename.m4: New file.
26900         * m4/jm-macros.m4 (jm_MACROS): Require vb_FUNC_RENAME.
26901
26902 2001-01-01  Jim Meyering  <meyering@lucent.com>
26903
26904         * m4/prereq.m4 (jm_PREREQ_READUTMP): Include utmp.h (if available),
26905         even on systems with utmpx.h.  It's necessary for the declaration of
26906         utmp's ut_user member.  Reported by Andreas Jaeger.
26907
26908         * m4/check-decl.m4 (jm_CHECK_DECLS): Include grp.h and pwd.h if
26909         available. They are required for the declarations of getgrgid and
26910         getpwuid resp.
26911         (_jm_DECL_HEADERS): Check for grp.h and pwd.h.
26912         Reported by Andreas Jaeger.
26913
26914 2001-01-01  Alexandre Duret-Lutz  <duret_g@epita.fr>
26915
26916         * m4/libintl.m4 (AM_GNU_GETTEXT): Define MKINSTALLDIRS by
26917         expanding the value of $ac_aux_dir, as in AM_MISSING_HAS_RUN,
26918         so `make install' also works in VPATH builds.
26919
26920 2000-12-31  Alexandre Duret-Lutz  <duret_g@epita.fr>
26921
26922         * m4/libintl.m4 (AM_WITH_NLS): When using AC_CONFIG_AUX_DIR,
26923         prepend $(top_srcdir) to the value of MKINSTALLDIRS so that it
26924         can be used in subdirectories.
26925
26926 2000-12-29  Paul Eggert  <eggert@twinsun.com>
26927
26928         * lib/modechange.c: Do not assume that mode_t uses the
26929         traditional octal encoding.  E.g. "chmod 1 FOO" should set
26930         the other-execute bit of FOO even if S_IXOTH != 1.
26931
26932         (SUID, SGID, SVTX, RUSR, WUSR, XUSR, RGRP, WGRP, XGRP, ROTH,
26933         WOTH, XOTH, ALLM): New macros.
26934         (S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR,
26935          S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH):
26936         Use them.
26937         (S_ISGID): Fix typo; it was defaulting to the same value as S_ISUID.
26938         (S_IRWXU, S_IRWXG, S_IRWXO): Specify defaults in terms of the above.
26939         (mode_compile):
26940         No need to use uintmax_t; unsigned long is long enough.
26941         Don't bother to get suffix since we don't use it.
26942
26943 2000-12-26  Jim Meyering  <meyering@lucent.com>
26944
26945         * m4/dos.m4 (jm_AC_DOS): Rewrite (though it's still a stub) to work
26946         better with autoheader.
26947
26948 2000-12-24  Jim Meyering  <meyering@lucent.com>
26949
26950         * lib/hash.c (is_prime): Return explicit boolean values.
26951         (hash_get_first): Return NULL to appease Irix5.6's 89.
26952         Reported by Nelson Beebe.
26953
26954 2000-12-19  Bruno Haible  <haible@clisp.cons.org>
26955
26956         * lib/localcharset.c (locale_charset): Add support for Win32.
26957
26958 2000-12-18  Paul Eggert  <eggert@twinsun.com>
26959
26960         * lib/physmem.h, lib/physmem.c: New files.
26961
26962         * lib/Makefile.am (libfetish_a_SOURCES): Add physmem.c.
26963         (noinst_HEADERS): Add physmem.h.
26964
26965         * lib/xstrtol.c (__xstrtol): Add undocumented suffixes 'g' and
26966         't' for compatibility with Solaris 8 sort.
26967
26968 2000-12-18  Bruno Haible  <haible@clisp.cons.org>
26969
26970         * lib/config.charset: Add support for BeOS.
26971
26972 2000-12-17  Jim Meyering  <meyering@lucent.com>
26973
26974         * m4/dos.m4 (jm_AC_DOS): New file and macro.
26975         * m4/jm-macros.m4 (jm_MACROS): Require jm_AC_DOS.
26976
26977 2000-12-16  Jim Meyering  <meyering@lucent.com>
26978
26979         This bug had a serious impact on chown: `chown N:M FILE' (for integer
26980         N and M) would have treated it like `chown N:N FILE'.
26981
26982         * lib/userspec.c (parse_user_spec): Fix typo: s/u/g/.
26983
26984 2000-12-16  Jim Meyering  <meyering@lucent.com>
26985
26986         * lib/getusershell.c [!SHELLS_FILE && __DJGPP__]: Define
26987         SHELLS_FILE to a file name that's useful on djgpp systems.
26988         Include stdlib.h.
26989         (ADDITIONAL_DEFAULT_SHELLS): Define.
26990         (default_shells): Prepend ADDITIONAL_DEFAULT_SHELLS.
26991         Based mostly on a patch from Prashant TR.
26992
26993 2000-12-16  Bruno Haible  <haible@clisp.cons.org>
26994
26995         * lib/config.charset: Add ISO-8859-3, BIG5HKSCS, GB18030, JOHAB,
26996         VISCII, CP874, CP949, CP950, CP1250, CP1253, CP1254, CP1255, CP1256,
26997         CP1257 to the list of canonical encodings. Rename EUC-CN to GB2312.
26998
26999 2000-12-08  Andreas Schwab  <schwab@suse.de>
27000
27001         * lib/mbswidth.c (mbsnwidth): Don't loop endlessly when called with an
27002         invalid mulitbyte sequence and with the MBSW_ACCEPT_INVALID flag set.
27003
27004 2000-12-07  Jim Meyering  <meyering@lucent.com>
27005
27006         * lib/stripslash.c (ISSLASH): Define.
27007         (strip_trailing_slashes): Use ISSLASH rather than comparing against
27008         `/'.
27009         From Prashant TR.
27010
27011         * lib/dirname.c (FILESYSTEM_PREFIX_LEN): Define.
27012         (dir_name_r): Declare this function as static.
27013         [BACKSLASH_IS_PATH_SEPARATOR]: Fix a bug that'd
27014         manifest itself on a name containing a mix of slashes and
27015         backslashes.
27016         Make this function work with names starting with a DOS-style
27017         drive letter and colon prefix.
27018         (dir_name): Append `.' if necessary.
27019         Based mostly on patches from Prashant TR and Eli Zaretskii.
27020
27021         * lib/dirname.h (dir_name_r): Remove prototype.
27022
27023 2000-12-06  Paul Eggert  <eggert@twinsun.com>
27024
27025         * m4/off_t-format.m4: Remove this file.
27026         * m4/jm-macros.m4 (jm_MACROS): Remove jm_SYS_OFF_T_PRINTF_FORMAT.
27027
27028 2000-12-06  Jim Meyering  <meyering@lucent.com>
27029
27030         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): If we need the
27031         replacement strtoull, we may well need the replacement strtoul, too.
27032         Check for declarations of strtoul and strtoull.
27033         Check for strtol.  Mainly as a cue to cause automake to include
27034         strtol.c -- that file is included by each of strtoul.c and strtoull.c.
27035         Check for limits.h -- strtol.c needs it.
27036
27037 2000-12-05  Jim Meyering  <meyering@lucent.com>
27038
27039         * lib/dirname.c (dir_name_r): Add `const' in a few local declarations.
27040
27041 2000-12-04  Jim Meyering  <meyering@lucent.com>
27042
27043         * lib/path-concat.c: [!HAVE_DECL_MALLOC]: Declare malloc.
27044         Also include memory.h, stdlib.h, unistd.h if appropriate.
27045         Reported by Andreas Jaeger (conflicting declaration of malloc).
27046
27047 2000-12-02  Jim Meyering  <meyering@lucent.com>
27048
27049         * m4/off_t-format.m4 (OFF_T_PRINTF_FORMAT_STRING): New file/macro.
27050         * m4/jm-macros.m4 (jm_MACROS): require it.
27051
27052 2000-12-02  Jim Meyering  <meyering@lucent.com>
27053
27054         * lib/closeout.h: Make idempotent, to avoid some obscure warnings.
27055
27056 2000-12-01  Paul Eggert  <eggert@twinsun.com>
27057
27058         * lib/memrchr.c: Include <config.h> before any system include file.
27059
27060 2000-11-30  Jim Meyering  <meyering@lucent.com>
27061
27062         * m4/jm-macros.m4 (jm_MACROS): Check for stdint.h.
27063
27064 2000-11-30  Jim Meyering  <meyering@lucent.com>
27065
27066         * m4/getloadavg.m4: s/ifval/m4_ifval/ to accommodate new autoconf.
27067
27068 2000-11-29  Paul Eggert  <eggert@twinsun.com>
27069
27070         * lib/dirname.c (dir_name_r): Fix typo: int -> size_t.
27071
27072 2000-11-26  Jim Meyering  <meyering@lucent.com>
27073
27074         * lib/memcoll.c: Include sys/types.h.  From Werner Almesberger.
27075
27076 2000-11-22  Paul Eggert  <eggert@twinsun.com>
27077
27078         * lib/strftime.c (my_strftime): Do not invoke mbrlen with a
27079         size of (size_t) -1; it's not portable.
27080
27081 2000-11-17  Jim Meyering  <meyering@lucent.com>
27082
27083         * lib/strstr.c: Update from GNU libc.
27084
27085 2000-11-17  Akim Demaille  <akim@epita.fr>
27086
27087         * lib/obstack.h: Formatting changes.
27088         (obstack_grow, obstack_grow0): Don't cast WHERE at all: that would
27089         prevent type checking.
27090         (obstack_ptr_grow, obstack_ptr_grow_fast): When assigning, don't
27091         cast the value to (void *): assigning a `foo *' to a `void *'
27092         variable is valid.
27093         (obstack_int_grow, obstack_int_grow_fast): Don't cast AINT to int.
27094
27095 2000-11-16  Jim Meyering  <meyering@lucent.com>
27096
27097         * lib/strverscmp.c: Incorporate weak-alias-related changes from glibc.
27098
27099 2000-11-11  Jim Meyering  <meyering@lucent.com>
27100
27101         * lib/error.c: Add a couple #includes, merging from GNU libc version.
27102
27103 2000-11-10  Jim Meyering  <meyering@lucent.com>
27104
27105         * lib/obstack.h: Update from GNU libc.
27106         * lib/obstack.c: Likewise.
27107
27108 2000-11-08  Bruno Haible  <haible@clisp.cons.org>
27109
27110         * m4/jm-macros.m4 (jm_MACROS): Add test for wcrtomb.
27111
27112 2000-11-06  Paul Eggert  <eggert@twinsun.com>
27113
27114         * lib/getusershell.c (setusershell): Use rewind rather than
27115         fseek/fseeko, to avoid configuration hassles with fseeko.
27116         Don't bother opening SHELLS_FILE if shellstream is NULL;
27117         it's not necessary.
27118
27119 2000-11-05  Jim Meyering  <meyering@lucent.com>
27120
27121         * lib/makepath.h (make_dir): Declare.
27122         * lib/makepath.c (make_dir): Remove `static' attribute.
27123         Tweak a comment.
27124
27125 2000-11-04  Jim Meyering  <meyering@lucent.com>
27126
27127         * m4/regex.m4: Use the `m4_' prefix on `syscmd' and `m4_sysval'.
27128
27129 2000-11-04  Alexandre Duret-Lutz  <duret_g@epita.fr>
27130
27131         * lib/hash.c (hash_get_next): Fix a thinko:  when ENTRY is the
27132         last one in a bucket, advance to the next bucket.
27133
27134 2000-11-02  Vesselin Atanasov  <vesselin@bgnet.bg>
27135
27136         * lib/fnmatch.c: Do not comment out all the code if we are using
27137         the GNU C library, because in some cases we are replacing buggy
27138         code in the GNU C library itself.
27139
27140 2000-10-30  Stefan Monnier  <monnier@cs.yale.edu>
27141
27142         * regex.c (re_iswctype, re_wctype_to_bit): Fix braino.
27143         (regex_compile): Catch bogus \(\1\).
27144
27145 2000-10-30  Paul Eggert  <eggert@twinsun.com>
27146
27147         * lib/fnmatch.c (FOLD): Do not assume that characters are unsigned.
27148         (fnmatch): Fix some FNM_FILE_NAME and FNM_LEADING_DIR bugs,
27149         e.g. fnmatch("d*/*1", "d/s/1", FNM_FILE_NAME) incorrectly yielded zero.
27150
27151 2000-10-30  Paul Eggert  <eggert@twinsun.com>
27152
27153         * lib/error.h, getline.h, modechange.h:
27154         Remove "2000" from Copyright line, as the file hasn't been
27155         changed this year other than in the copyright notice.
27156
27157         * lib/xalloc.h: Add "2000" to Copyright line, as this file
27158         was changed this year.
27159
27160 2000-10-29  Jim Meyering  <meyering@lucent.com>
27161
27162         * m4/fsusage.m4: s/AC_SHELL_IFELSE/AS_IFELSE/ to match autoconf
27163         renaming.
27164         * m4/ls-mntd-fs.m4: Likewise
27165
27166 2000-10-29  Jim Meyering  <meyering@lucent.com>
27167
27168         * lib/xstat.in: Fix grammar in comment.
27169
27170 2000-10-29  Greg Louis  <glouis@dynamicro.on.ca>
27171
27172         * lib/regex.h (__restrict_arr): Move definition out of #ifndef block.
27173         Required because egcs-2.91.66 (aka 1.1.2) defines __restrict, but
27174         doesn't define __restrict_arr.
27175
27176 2000-10-28  Jim Meyering  <meyering@lucent.com>
27177
27178         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_MEMCHR.
27179         (jm_PREREQ_MEMCHR): New function.
27180
27181 2000-10-28  Jim Meyering  <meyering@lucent.com>
27182
27183         * lib/memchr.c: Update from libc.
27184         Adjust for portability:
27185         [HAVE_STDLIB_H]: Include stdlib.h.
27186         [HAVE_BP_SYM_H || _LIBC]: Guard inclusion of bp-sym.h.
27187         Undef __memchr, too.
27188         [!weak_alias]: Define __memchr to memchr.
27189
27190         * lib/regex.c: Update from libc.
27191         * lib/regex.h: Likewise.
27192         * lib/getopt1.c: Likewise.
27193         * lib/memcmp.c: Likewise.
27194
27195         * lib/getusershell.c (setusershell) [HAVE_FSEEKO]: Use fseeko.
27196         Avoid using fseek, when possible -- it's broken by design.
27197         Patch by Ulrich Drepper.
27198
27199 2000-10-27  Stefan Monnier  <monnier@cs.yale.edu>
27200
27201         * regex.c (POP_FAILURE_REG_OR_COUNT, re_match_2_internal)
27202         (re_match_2_internal, re_match_2_internal, re_match_2_internal):
27203         Giving in to popular pressure to shut up the compiler with casts.
27204
27205 2000-10-26  Jim Meyering  <meyering@lucent.com>
27206
27207         * lib/strftime.c: Update from libc.
27208
27209 2000-10-25  Stefan Monnier  <monnier@cs.yale.edu>
27210
27211         * regex.c: More `unsigned char' -> `re_char' changes.
27212         Also change several `int' into `re_wchar_t'.
27213         (PATTERN_STACK_EMPTY, PUSH_PATTERN_OP, POP_PATTERN_OP): Remove.
27214         (PUSH_FAILURE_POINTER): Don't cast any more.
27215         (POP_FAILURE_REG_OR_COUNT): Remove the cast that strips `const'.
27216         We want GCC to complain, since this piece of code makes
27217         re_match non-reentrant, which *should* be fixed.
27218         (GET_BUFFER_SPACE): Use size_t rather than unsigned long.
27219         (EXTEND_BUFFER): Use RETALLOC.
27220         (SET_LIST_BIT): Don't cast.
27221         (re_wchar_t): New type.
27222         (re_iswctype, re_wctype_to_bit): Make it crystal clear to GCC
27223         that those two functions will always properly return.
27224         (IMMEDIATE_QUIT_CHECK): Cast to void.
27225         (analyse_first): Use recursion rather than an explicit stack.
27226         (re_compile_fastmap): Can't fail anymore.
27227         (re_search_2): Don't check re_compile_fastmap for failure.
27228         (PUSH_NUMBER): Renamed from PUSH_FAILURE_COUNT.
27229         Now also sets the new value (passed in a new argument).
27230         (re_match_2_internal): Use it.
27231         Also, use a new var `reg' of type size_t when looping through regs
27232         rather than reuse the inappropriate `mcnt'.
27233
27234 2000-10-25  Jim Meyering  <meyering@lucent.com>
27235
27236         * lib/obstack.c: Update from libc.
27237
27238 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
27239
27240         * regex.c (regex_compile): Change the way of handling a range from
27241         a char less than 256 to a char not less than 256.
27242
27243 2000-10-24  Andrew Innes  <andrewi@gnu.org>
27244
27245         * regex.c (IMMEDIATE_QUIT_CHECK): New macro, which does QUIT on
27246         NT-Emacs only.
27247         (re_match_2_internal): Use IMMEDIATE_QUIT_CHECK instead of QUIT,
27248         so that re_search functions only quit when callers expect them to.
27249
27250 2000-10-23  Jim Meyering  <meyering@lucent.com>
27251
27252         * lib/hard-locale.c (hard_locale): Revert last change -- it was simply
27253         wrong.  That set_locale call must not have any side effects.
27254         From Paul Eggert.
27255
27256 2000-10-22  Jim Meyering  <meyering@lucent.com>
27257
27258         * lib/md5.c (md5_process_block) [OP]: Use `rol', not CYCLIC.
27259         [CYCLIC]: Remove now-unused definition.
27260
27261         * lib/save-cwd.c (O_DIRECTORY): Define, if needed.
27262         (save_cwd) [HAVE_FCHDIR]: Use O_DIRECTORY when opening ".".
27263         Suggestion from Ulrich Drepper.
27264
27265 2000-10-21  Jim Meyering  <meyering@lucent.com>
27266
27267         * m4/check-decl.m4 (jm_CHECK_DECLS): Also check for memrchr.
27268         * m4/prereq.m4 (jm_PREREQ_DIRNAME): New macro.
27269         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memrchr.
27270
27271 2000-10-21  Jim Meyering  <meyering@lucent.com>
27272
27273         * lib/dirname.c (memrchr): Declare if necessary.
27274         (dir_name): Remove the restriction that there be no
27275         trailing slashes.  Now, this code skips past them, effectively
27276         ignoring them.
27277         [TEST_DIRNAME] (main): New unit tests.
27278
27279         * lib/memrchr.c: New file from GNU libc.
27280         Undef __memrchr, too.
27281         [!weak_alias]: Define __memrchr to memrchr.
27282         Guard weak_alias use with `#ifdef weak_alias'.
27283
27284 2000-10-21  Jim Meyering  <meyering@lucent.com>
27285
27286         * lib/dirname.c (dir_name_r): New function, factored out of dir_name.
27287         (dir_name): Use dir_name_r.
27288         * lib/dirname.h (dir_name_r): Declare it.
27289
27290 2000-10-17  Jim Meyering  <meyering@lucent.com>
27291
27292         * lib/quote.h (PARAMS): Define and use.
27293         Reported by Akim Demaille.
27294
27295         * lib/getopt.c: Update from libc.
27296
27297 2000-10-16  Jim Meyering  <meyering@lucent.com>
27298
27299         * lib/hard-locale.c (hard_locale): Use "", not 0 as 2nd arg to
27300         setlocale.
27301         From Jan Fedak.
27302
27303 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
27304
27305         * regex.c (WIDE_CHAR_SUPPORT): Define if _LIBC as well.
27306
27307 2000-09-25  Jim Meyering  <meyering@lucent.com>
27308
27309         * lib/md5.h (rol): Define (from GnuPG).
27310
27311         * lib/sha.c: Give credit (GnuPG) where due.
27312         (M): Use rol rather than open-coding it.
27313         Add a FIXME comment.
27314
27315 2000-09-21  Jim Meyering  <meyering@lucent.com>
27316
27317         * lib/userspec.c (parse_user_spec): Remove debugging printf I'd added.
27318         Reported by Michael Stone.
27319
27320 2000-09-20  Jim Meyering  <meyering@lucent.com>
27321
27322         * lib/Makefile.am (libfetish_a_SOURCES): Add sha.c.
27323         (noinst_HEADERS): Add sha.h.
27324         Based on code from Scott G. Miller and from GnuPG.
27325
27326 2000-09-18  Jim Meyering  <meyering@lucent.com>
27327
27328         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Restore the initial value of
27329         LIBS. Otherwise, everyone ends up linking with -lelf for some
27330         configurations.
27331         Reported by Mike Stone.
27332
27333 2000-09-15  Jim Meyering  <meyering@lucent.com>
27334
27335         * lib/regex.c: Update from libc.
27336
27337 2000-09-10  Jim Meyering  <meyering@lucent.com>
27338
27339         * lib/getopt.c (_getopt_internal): Update from glibc.
27340
27341 2000-09-09  Jim Meyering  <meyering@lucent.com>
27342
27343         * lib/quotearg.c: Rename ISASCII to IN_CTYPE_DOMAIN, so people don't
27344         think it should be used as a general replacement for isascii.
27345         * lib/fnmatch.c: Likewise.
27346         * lib/mbswidth.c: Likewise
27347         * lib/regex.c: Likewise.
27348
27349         Don't use atoi.
27350         * lib/userspec.c: Include sys/param.h and limits.h.
27351         Include xstrtol.h.
27352         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
27353         (UID_T_MAX, GID_T_MAX, MAXUID, MAXGID): Define.
27354         (parse_user_spec): Use xstrtoul, not atoi when converting numeric
27355         UID, GID.  Check range.
27356
27357 2000-09-06  Jim Meyering  <meyering@lucent.com>
27358
27359         * lib/getopt.c (_getopt_internal): Update from glibc.
27360
27361 2000-08-30  Jim Meyering  <meyering@lucent.com>
27362
27363         * lib/strftime.c: Merge in changes from GNU libc.
27364
27365 2000-08-26  Jim Meyering  <meyering@lucent.com>
27366
27367         * m4/jm-macros.m4: Use jm_FUNC_FPENDING.
27368         * m4/fpending.m4: New file.
27369
27370 2000-08-26  Jim Meyering  <meyering@lucent.com>
27371
27372         * lib/closeout.c: Include "__fpending.h".
27373         (close_stdout_status): Return right away if there's nothing to flush.
27374
27375         * lib/Makefile.am (noinst_HEADERS): Add __fpending.h.
27376         * lib/__fpending.c: New file.
27377         * lib/__fpending.h: New file.
27378
27379 2000-08-20  Jim Meyering  <meyering@lucent.com>
27380
27381         * m4/check-decl.m4: Include utmp.h `#if HAVE_UTMP_H', rather than
27382         `#if !HAVE_UTMPX_H'.  The latter would lose on systems with neither
27383         utmp.h nor utmpx.h.  Reported by Eli Zaretskii.
27384
27385 2000-08-11  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
27386
27387         Improve fileutils installation on systems where running
27388         programs (like install) can't be unlinked.
27389         * m4/unlink-busy.m4 (jm_FUNC_UNLINK_BUSY_TEXT): New file/macro.
27390         * m4/jm-macros.m4: Use jm_FUNC_UNLINK_BUSY_TEXT.
27391
27392 2000-08-07  Paul Eggert  <eggert@twinsun.com>
27393
27394         Standardize on "memory exhausted" instead of "Memory exhausted"
27395         or "virtual memory exhausted".
27396         * lib/obstack.c (print_and_abort): Use "memory exhausted", not
27397         "virtual memory exhausted".
27398         * lib/same.c (same_name): Invoke xalloc_die instead of printing
27399         our own message.
27400         * lib/userspec.c (parse_user_spec): Likewise.
27401         * lib/bumpalloc.h: comment fix
27402         * lib/same.c, userspec.c: Include xalloc.h.
27403
27404         * lib/xalloc.h (xalloc_msg_memory_exhausted): Now char const[],
27405         not char *const and pointing to a constant array.
27406         * lib/xmalloc.c (xalloc_msg_memory_exhausted): Likewise.
27407         (xrealloc): Comment fix.
27408
27409         * lib/userspec.c (parse_user_spec):
27410         Don't translate a message until just before returning,
27411         to avoid unnecessary translation.
27412
27413 2000-08-07  Jim Meyering  <meyering@lucent.com>
27414
27415         * lib/addext.c, argmatch.c, argmatch.h, backupfile.h, bumpalloc.h,
27416         chown.c, diacrit.h, dirname.h, dup2.c, exclude.h, fileblocks.c,
27417         fnmatch.c, fnmatch.h, fsusage.c, fsusage.h, getdate.h,
27418         getgroups.c, gethostname.c, getopt.h, group-member.c,
27419         hard-locale.c, hash.h, isdir.c, lchown.c, linebuffer.c,
27420         linebuffer.h, long-options.h, malloc.c, md5.c, md5.h, memchr.c,
27421         memcmp.c, memcoll.c, memset.c, mktime.c, modechange.h, obstack.h,
27422         pathmax.h, realloc.c, rmdir.c, safe-read.c, save-cwd.c, stime.c,
27423         stpcpy.c, strcasecmp.c, strcspn.c, strdup.c, stripslash.c,
27424         strstr.c, strtod.c, strtol.c, strtoul.c, strtoull.c, strtoumax.c,
27425         utime.c, version-etc.h, xalloc.h, xstrdup.c, xstrtoumax.c,
27426         yesno.c: Back out Copyright date changes for each file with no change
27427         this year.  This eases coordination with other programs using the same
27428         source code modules.  From Paul Eggert.
27429
27430 2000-08-06  Paul Eggert  <eggert@twinsun.com>
27431
27432         * m4/mbstate_t.m4 (AC_MBSTATE_T): Define mbstate_t to be int,
27433         not char, for compatibility with glibc 2.1.3 strftime.c.
27434
27435 2000-08-03  Greg McGary  <greg@mcgary.org>
27436
27437         * lib/regex.c (SET_HIGH_BOUND, MOVE_BUFFER_POINTER,
27438         ELSE_EXTEND_BUFFER_HIGH_BOUND): New macros.
27439         (EXTEND_BUFFER): Use them.
27440
27441 2000-08-01  Jim Meyering  <meyering@lucent.com>
27442
27443         * lib/dirname.c (ISSLASH): Define.
27444         (BACKSLASH_IS_PATH_SEPARATOR): Define.
27445         (dir_name) [BACKSLASH_IS_PATH_SEPARATOR]: Handle the case in which
27446         both `\' and `/' may be use as path separators.
27447         Based on a patch from Prashant TR.
27448
27449 2000-07-31  Paul Eggert  <eggert@twinsun.com>
27450
27451         * lib/quotearg.c (quotearg_n_options): Don't make the initial
27452         slot vector a constant, since it might get modified.
27453
27454 2000-07-31  Jim Meyering  <meyering@lucent.com>
27455
27456         * lib/xmalloc.c: Use `virtual memory exhausted', not
27457         `Memory exhausted'.
27458         * lib/obstack.c (print_and_abort): Likewise.
27459
27460 2000-07-30  Paul Eggert  <eggert@twinsun.com>
27461
27462         * lib/quotearg.c (quotearg_n_options): Preallocate a slot 0
27463         buffer, so that the caller can always quote one small
27464         component of a "memory exhausted" message in slot 0.
27465         From a suggestion by Jim Meyering.
27466
27467 2000-07-30  Jim Meyering  <meyering@lucent.com>
27468
27469         * lib/makepath.c (make_path): Quote the other instance, too.
27470
27471         * lib/quotearg.c (N_STATIC_SLOTVECS): Define.
27472         (STATIC_BUF_SIZE): Define.
27473         (quotearg_n_options): Use only statically allocated storage when
27474         N < N_STATIC_SLOTVECS and the length of the quoted result is smaller
27475         than STATIC_BUF_SIZE.
27476
27477 2000-07-29  Jim Meyering  <meyering@lucent.com>
27478
27479         * lib/diacrit.c (diacrit_diac): Use __MSDOS__ in favor of MSDOS.
27480         * lib/dirname.c (dir_name): Likewise.
27481
27482         * lib/basename.c (base_name): Use ISSLASH rather than comparing against
27483         `/'.
27484
27485         * lib/dirname.c (dir_name) [MSDOS]: Declare `lim' to be const.
27486         (dir_name): Assert that there are no trailing slashes.
27487
27488 2000-07-29  Bruno Haible  <haible@clisp.cons.org>
27489
27490         * lib/mbswidth.h (mbswidth): Add a flags argument.
27491         (mbswidth): New declaration.
27492         (MBSW_ACCEPT_INVALID, MBSW_ACCEPT_UNPRINTABLE): New macros.
27493         * lib/mbswidth.c (mbswidth): Add a flags argument.
27494         (mbsnwidth): New function.
27495
27496 2000-07-24  Jim Meyering  <meyering@lucent.com>
27497
27498         * lib/mbswidth.c: Remove useless #else.  From Bruno Haible.
27499
27500 2000-07-23  Paul Eggert  <eggert@twinsun.com>
27501
27502         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Check for wcwidth declaration.
27503
27504 2000-07-23  Paul Eggert  <eggert@twinsun.com>
27505
27506         * lib/quotearg.c: Streamline by invoking multibyte code only if needed.
27507         <wchar.h>: Include only if HAVE_MBRTOWC && 1 < MB_LEN_MAX.
27508         (MB_CUR_MAX): Redefine to 1 if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX).
27509         (quotearg_buffer_restyled): If a unibyte locale, don't bother to
27510         invoke multibyte primitives.
27511
27512 2000-07-23  Paul Eggert  <eggert@twinsun.com>
27513
27514         * lib/quotearg.c:
27515         Include <wchar.h> even if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX),
27516         so that mbstate_t is always defined.
27517
27518         Do not inspect MB_LEN_MAX, since it's incorrectly defined to
27519         be 1 in at least one GCC installation, and this configuration
27520         error is likely to be common.  Ignoring MB_LEN_MAX hurts
27521         performance on hosts that have mbrtowc but have only unibyte
27522         locales, but I assume these hosts are rare.
27523
27524 2000-07-23  Paul Eggert  <eggert@twinsun.com>
27525
27526         * lib/mbswidth.c (_XOPEN_SOURCE):
27527         Don't define; this causes problems on Solaris 7.
27528         (wcwidth) [!HAVE_DECL_WCWIDTH]: Declare.
27529
27530 2000-07-23  Jim Meyering  <meyering@lucent.com>
27531
27532         * m4/check-decl.m4 (jm_CHECK_DECLS): Check for declarations of these,
27533         too: getgrgid, getpwuid, getuid.
27534
27535 2000-07-23  Jim Meyering  <meyering@lucent.com>
27536
27537         * lib/basename.c (base_name): Add an assertion.
27538
27539 2000-07-23  Bruno Haible  <haible@clisp.cons.org>
27540
27541         * lib/quotearg.c: When the system forces us to redefine mbstate_t,
27542         shadow its mbsinit function.
27543
27544 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
27545
27546         * lib/mbswidth.h: New file.
27547         * lib/mbswidth.c: New file.
27548         * lib/Makefile.am (libfetish_a_SOURCES): Add mbswidth.c.
27549         (noinst_HEADERS): Add mbswidth.h.
27550
27551 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
27552
27553         * lib/config.charset: Add support for FreeBSD. Improve support for
27554         HP-UX and IRIX 6.
27555
27556 2000-07-16  Bruno Haible  <haible@clisp.cons.org>
27557
27558         * m4/mbswidth.m4: New file.
27559         * m4/prereq.m4 (jm_PREREQ): Call jm_PREREQ_MBSWIDTH.
27560
27561 2000-07-15  Jim Meyering  <meyering@lucent.com>
27562
27563         * lib/makepath.c: Include quote.h.
27564         (make_path): Convert "`%s'" in format strings to "%s", and wrap each
27565         corresponding argument in a `quote (...)' call.
27566         Give better diagnostics.
27567
27568         * lib/Makefile.am (libfetish_a_SOURCES): Add quote.c.
27569         (noinst_HEADERS): Add quote.h.
27570
27571         * lib/quote.c (quote, quote_n): New file.  Two functions taken verbatim
27572         from tar's src/misc.c.
27573         * lib/quote.h: New file.  Prototypes for same.
27574
27575 2000-07-14  Paul Eggert  <eggert@twinsun.com>
27576
27577         From a suggestion by Bruno Haible.
27578         * lib/quotearg.c (mbrtowc): Do not use HAVE_WCHAR_H in the definition.
27579         Use defined mbstate_t, not HAVE_MBSTATE_T_OBJECT,
27580         to decide whether to define the BeOS workaround macro;
27581         this adjusts to the change to AC_MBSTATE_T.
27582
27583 2000-07-14  Jim Meyering  <meyering@lucent.com>
27584
27585         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Require
27586         jm_AC_TYPE_UINTMAX_T.
27587
27588 2000-07-13  Paul Eggert  <eggert@twinsun.com>
27589
27590         * lib/quotearg.h (enum quoting style): New enum clocale_quoting_style.
27591
27592         * lib/quotearg.c (quoting_style_args, quoting_style_vals,
27593         quotearg_buffer_restyled): Add support for
27594         clocale_quoting_style.  Undo previous change to
27595         locale_quoting_style behavior, and undo the "{LEFT QUOTATION MARK}"
27596         and "{RIGHT QUOTATION MARK}" msgids.
27597
27598 2000-07-10  Paul Eggert  <eggert@twinsun.com>
27599
27600         From a suggestion by Bruno Haible.
27601         * m4/mbstate_t.m4 (AC_MBSTATE_T):
27602         Renamed from AC_MBSTATE_T_OBJECT.  All uses changed.
27603         Change from a two-part test, which defines both HAVE_MBSTATE_T_OBJECT
27604         and mbstate_t, to a single-part test that simply defines mbstate_t.
27605         * m4/prereq.m4 (jm_PREREQ_QUOTEARG):
27606         s/AC_MBSTATE_T_OBJECT/AC_MBSTATE_T/.
27607
27608 2000-07-10  Jim Meyering  <meyering@lucent.com>
27609
27610         * m4/strerror_r.m4: Mirror the correction made in autoconf.
27611
27612         * m4/gnu-source.m4: Output to confdefs.h directly.
27613         Suggestion from Akim Demaille.
27614
27615 2000-07-09  Paul Eggert  <eggert@twinsun.com>
27616
27617         The old behavior of quoting `like this' doesn't look good with
27618         newer, ISO-style fonts.  See:
27619         http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html
27620
27621         Instead, quote "like this" by default.  Let the translator
27622         tailor the locale-specific quoting behavior by providing
27623         translations for {LEFT QUOTATION MARK} and {RIGHT QUOTATION MARK}.
27624
27625         * lib/quotearg.c (N_): New macro.
27626         (gettext_default): New function.
27627         (quotearg_buffer_restyled): Use
27628         gettext_default ("{LEFT QUOTATION MARK}", "\"") for left quote, and
27629         gettext_default ("{RIGHT QUOTATION MARK}", "\"") for right quote.
27630
27631 2000-07-09  Jim Meyering  <meyering@lucent.com>
27632
27633         * m4/jm-macros.m4 (jm_MACROS): Add a test to see if -lm is required
27634         to link seq.  If so, set SEQ_LIBM to -lm.  From Bruno Haible.
27635
27636         * m4/gnu-source.m4 (AC__GNU_SOURCE): New file/macro.
27637         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require it.
27638
27639 2000-07-09  Jim Meyering  <meyering@lucent.com>
27640
27641         * lib/Most files: Update copyright dates to include 2000.
27642
27643 2000-07-08  Jim Meyering  <meyering@lucent.com>
27644
27645         * lib/xgethostname.c (ENAMETOOLONG): Define to an unlikely value
27646         if not defined.
27647         (xgethostname): Remove now-unnecessary #ifdef.
27648         Move declaration of `err' into loop where it's used.
27649
27650 2000-07-05  Paul Eggert  <eggert@twinsun.com>
27651         and Bruno Haible  <haible@clisp.cons.org>
27652
27653         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Test for mbstate_t
27654         only if the test for an object-type mbstate_t fails.  This
27655         prevents us from mistakenly reporting that mbstate_t is a
27656         system object type after we "#define mbstate_t int" to work
27657         around its lack.
27658
27659 2000-07-05  Paul Eggert  <eggert@twinsun.com>
27660         and Bruno Haible  <haible@clisp.cons.org>
27661
27662         * lib/quotearg.c (mbrtowc): Declare returned type, since BeOS doesn't.
27663
27664 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
27665
27666         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Pass a reasonably large buffer
27667         to strerror_r.
27668         Include <ctype.h> for use of isalpha.
27669
27670 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
27671
27672         * lib/xgethostname.c (xgethostname): Protect against the SunOS 5.5 bug
27673         by allocating a larger buffer. Test the gethostname return value for
27674         being >= 0, not == 0, for BeOS.  Don't exhaust memory if gethostname
27675         returns an error and ENAMETOOLONG isn't defined.
27676
27677 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
27678
27679         * lib/quotearg.c (struct quoting_options): Simplify quote_these_too
27680         dimension.
27681
27682 2000-07-04  Jim Meyering  <meyering@lucent.com>
27683
27684         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use plain old `echo' instead
27685         of the deprecated AC_CHECKING.
27686
27687 2000-07-04  Jim Meyering  <meyering@lucent.com>
27688
27689         * lib/strndup.c: [!HAVE_DECL_STRNLEN]: Declare strnlen.
27690         Reported by Bruno Haible.
27691
27692 2000-07-04  Jim Meyering  <meyering@lucent.com>
27693
27694         * lib/quotearg.c: Make inclusion of <wchar.h> independent of whether
27695         HAVE_MBRTOWC is set.  Required at least for irix-5.6, which
27696         lacks mbrtowc.
27697
27698 2000-07-03  Paul Eggert  <eggert@twinsun.com>
27699
27700         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Port to autoconf 2.13.
27701         Add AC_CHECK_HEADERS(stdlib.h), since we use HAVE_STDLIB_H.
27702
27703 2000-07-03  Paul Eggert  <eggert@twinsun.com>
27704         and Bruno Haible  <haible@clisp.cons.org>
27705
27706         * lib/quotearg.c (mbrtowc):
27707         Assign to *pwc, and return 1 only if result is nonzero.
27708         (iswprint): Use ISPRINT when substituting our own mbrtowc.
27709
27710 2000-07-03  Jim Meyering  <meyering@lucent.com>
27711
27712         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strnlen.
27713
27714 2000-07-03  Jim Meyering  <meyering@lucent.com>
27715
27716         * lib/readutmp.h: [HAVE_UTMPX_H]: Include <utmp.h> if HAVE_UTMP_H.
27717         This is necessary to get a definition of e.g., UTMP_FILE on
27718         HP-UX 10.20.
27719         From Bob Proulx.
27720
27721 2000-07-02  Jim Meyering  <meyering@lucent.com>
27722
27723         * m4/mbstate_t.m4: Also define mbstate_t, if necessary.
27724
27725         * m4/chown.m4: Replace each use of AC_SUBST(LIBOBJS)/LIBOBJS=... with
27726         AC_LIBOBJ(function_name).
27727         * m4/chown.m4: Likewise.
27728         * m4/fnmatch.m4: Likewise.
27729         * m4/ftruncate.m4: Likewise.
27730         * m4/getgroups.m4: Likewise.
27731         * m4/getline.m4: Likewise.
27732         * m4/group-member.m4: Likewise.
27733         * m4/jm-macros.m4: Likewise.
27734         * m4/lstat.m4: Likewise.
27735         * m4/malloc.m4: Likewise.
27736         * m4/memcmp.m4: Likewise.
27737         * m4/nanosleep.m4: Likewise.
27738         * m4/putenv.m4: Likewise.
27739         * m4/realloc.m4: Likewise.
27740         * m4/regex.m4: Likewise.
27741         * m4/stat.m4: Likewise.
27742         * m4/strftime.m4: Likewise.
27743
27744 2000-07-02  Jim Meyering  <meyering@lucent.com>
27745
27746         * lib/quotearg.c (mbstate_t): Don't define here.
27747
27748 2000-07-02  Jim Meyering  <meyering@lucent.com>
27749
27750         * lib/nanosleep.c (SIGCONT): Define if not already defined.
27751
27752 2000-07-01  Jim Meyering  <meyering@lucent.com>
27753
27754         * m4/uptime.m4: Put double quotes around use of $cross_compiling.
27755
27756 2000-07-01  Jim Meyering  <meyering@lucent.com>
27757
27758         * m4/ls-mntd-fs.m4: Remove a `FIXME' comment and fix the associated
27759         problem.
27760
27761 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
27762
27763         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Rename BeOS specific
27764         macro from MOUNTED_NEXT_DEV to MOUNTED_FS_STAT_DEV.
27765
27766 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
27767
27768         * lib/mountlist.c: Use MOUNTED_FS_STAT_DEV instead of MOUNTED_NEXT_DEV,
27769         per change in ../m4/ls-mntd-fs.m4.
27770         (read_filesystem_list): Ignore symbolic links.
27771
27772 2000-06-29  Jim Meyering  <meyering@lucent.com>
27773
27774         * lib/same.c: Include <string.h> or <strings.h>, as appropriate,
27775         for declaration of strcmp.
27776
27777         * lib/long-options.c: Include <stdlib.h>, for declaration of exit.
27778
27779         * lib/mountlist.c (fsp_to_string) [HAVE_F_FSTYPENAME_IN_STATFS]:
27780         Avoid warning by casting result to `char *' to remove `const'.
27781
27782 2000-06-28  Jim Meyering  <meyering@lucent.com>
27783
27784         * m4/mbstate_t.m4: Use stdlib.h, not stdio.h.  The latter is not
27785         included by quotearg.c, for which we perform this test.  From
27786         Bruno Haible.
27787
27788 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
27789
27790         * m4/check-decl.m4 (_jm_DECL_HEADERS): Check for utmp.h as well.
27791         * m4/prereq.m4 (jm_PREREQ_READUTMP): Likewise. If either <utmp.h> or
27792         <utmpx.h> exists, put readutmp.o into LIBOBJS.
27793
27794 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
27795
27796         * lib/Makefile.am (libfetish_a_SOURCES): Remove readutmp.c.
27797
27798 2000-06-26  Paul Eggert  <eggert@twinsun.com>
27799
27800         savedir now sets errno on failure and invokes xmalloc to get memory.
27801         Fix a couple of other minor bugs while we're at it.
27802
27803         * lib/savedir.c (<unistd.h>): Do not include; there's no need.
27804         (NAMLEN): Remove macro.
27805         (malloc, realloc): Remove decls.
27806         (stpcpy): Likewise.
27807         ("xalloc.h"): Include.
27808         (NAME_SIZE_DEFAULT): New macro.
27809         (savedir): Use xmalloc / xrealloc to allocate memory.
27810         Use NAME_SIZE_DEFAULT if name_size is negative or overflows to zero.
27811         Skip "" directory entries.
27812         Use strlen to calculate directory entry length, since the old method
27813         is rarely used these days and isn't worth supporting.
27814         Don't use a pointer after freeing it.
27815         Check for integer overflow when calculating allocation size.
27816         Use memcpy to copy entries, instead of stpcpy.
27817         Set errno properly when returning NULL.
27818         Check for readdir error.
27819
27820 2000-06-26  Jim Meyering  <meyering@lucent.com>
27821
27822         * lib/posixtm.c [HAVE_STDLIB_H]: Include stdlib.h, for decl of abort.
27823
27824 2000-06-25  Jim Meyering  <meyering@lucent.com>
27825
27826         * m4/mbstate_t.m4: Include stdio.h before wchar.h to work around
27827         Linux header bug when _XOPEN_SOURCE is defined to 500.
27828
27829 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
27830
27831         * lib/unicodeio.c (print_unicode_char): Work around ansi2knr
27832         deficiency.
27833
27834 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
27835
27836         * lib/getusershell.c (xmalloc, xrealloc): Remove functions.
27837         Include xalloc.h.
27838         Don't include <stdlib.h>.  Don't declare malloc, realloc.
27839
27840 2000-06-24  Jim Meyering  <meyering@lucent.com>
27841
27842         * m4/strerror_r.m4: Revive this file -- to try out an experimental
27843         version of AC_FUNC_STRERROR_R that may work even on BeOS, a system
27844         for which strerror does return char*, but which lacks a conveniently
27845         accessible declaration of the function.  If the compile-test says
27846         strerror_r doesn't work, then resort to a `run'-test that works on
27847         BeOS and segfaults on DEC Unix.
27848
27849 2000-06-24  Jim Meyering  <meyering@lucent.com>
27850
27851         * lib/error.c [!HAVE_DECL_STRERROR_R]: Declare strerror_r.
27852
27853 2000-06-23  Paul Eggert  <eggert@twinsun.com>
27854
27855         * m4/mbstate_t.m4: New file, defining AC_MBSTATE_T_OBJECT.
27856         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Use it.  Add check for iswprint.
27857
27858 2000-06-23  Paul Eggert  <eggert@twinsun.com>
27859
27860         * lib/quotearg.c: Include <wctype.h> after <wchar.h>, for Solaris 2.5.
27861         (mbrtowc, mbstate_t): Define substitutes if
27862         HAVE_MBRTOWC && HAVE_WCHAR_H && !HAVE_MBSTATE_T_OBJECT.
27863         (iswprint): Define to 1 if !defined iswprint && !HAVE_ISWPRINT,
27864         not if ! (HAVE_MBRTOWC && HAVE_WCHAR_H).
27865
27866 2000-06-23  Jim Meyering  <meyering@lucent.com>
27867
27868         * m4/afs.m4: Add missing AC_MSG_RESULT.
27869         Reported by Bruno Haible.
27870
27871         * m4/fsusage.m4: s/AC_MSG_CHECKING/AC_CHECKING/.
27872         Suggestion from Bruno Haible.
27873
27874 2000-06-23  Jim Meyering  <meyering@lucent.com>
27875
27876         * lib/getpass.c: New file, from Bruno Haible.  Required for BeOS.
27877
27878 2000-06-21  Jim Meyering  <meyering@lucent.com>
27879
27880         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add getpass.
27881
27882 2000-06-21  Jim Meyering  <meyering@lucent.com>
27883
27884         * lib/Makefile.am (libfetish_a_SOURCES): Add getstr.c.
27885         (noinst_HEADERS): Add getstr.h.
27886
27887         * lib/getline.c (getstr): Move into a separate file.
27888         * lib/getstr.c (getstr): New file, extracted from getline.c, with
27889         the following changes: new parameter, delim2; both delim[12]
27890         parameters have type `int', not `char'.  The latter would lose
27891         with 8-bit delimiters.
27892         * lib/getstr.h: New file.
27893
27894 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
27895
27896         * lib/xgetcwd.c (xgetcwd): If the required pathname length is smaller
27897         than 1024, return a memory chunk of least possible size, instead
27898         of size PATH_MAX + 2. In the loop, increment the size proportionally.
27899         Use free/xmalloc instead of xrealloc to avoid copying for very long
27900         paths.
27901
27902 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
27903
27904         * lib/path-concat.c (path_concat): Don't access dir[-1] if dir is
27905         the empty string.
27906
27907 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
27908
27909         * lib/canon-host.c (canon_host): Use malloc and memcpy to copy an
27910         address, not strdup.  Include <stdlib.h> and don't declare free().
27911
27912 2000-06-19  Jim Meyering  <meyering@lucent.com>
27913
27914         * lib/getloadavg.c [HAVE_NLIST_H] (NLIST_STRUCT): Define.
27915
27916 2000-06-18  Jim Meyering  <meyering@lucent.com>
27917
27918         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Remove mkdir.
27919
27920         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): Change the
27921         `checking whether...' message to be consistent with that of the
27922         lstat test.
27923
27924 2000-06-18  Jim Meyering  <meyering@lucent.com>
27925
27926         * lib/mkdir.c: Remove file, due mainly to copyright incompatibility.
27927         Besides, these days every porting target provides a mkdir function.
27928
27929         * lib/strnlen.c: Include memory.h, string.h, and/or strings.h as
27930         needed. (this snippet comes from src/system.h).
27931
27932 2000-06-16  Bruno Haible  <haible@clisp.cons.org>
27933
27934         * m4/glibc21.m4 (jm_GLIBC21): Define GLIBC21 for Makefiles, not for C.
27935
27936 2000-06-15  Paul Eggert  <eggert@twinsun.com>
27937
27938         * lib/human.c (adjust_value): New function.
27939         (human_readable_inexact): Apply rounding style even when
27940         printing approximate values.
27941
27942 2000-06-14  Paul Eggert  <eggert@twinsun.com>
27943
27944         * lib/human.c (human_readable_inexact): Allow an input block
27945         size that is not a multiple of the output block size, and vice versa.
27946         Reported by Piergiorgio Sartor.
27947
27948 2000-06-14  Paul Eggert  <eggert@twinsun.com>
27949
27950         * lib/getdate.y (get_date): Apply relative times after time
27951         zone indicator, not before.  Reported by Todd A. Jacobs.
27952
27953 2000-06-13  Jim Meyering  <meyering@lucent.com>
27954
27955         * lib/Makefile.am (all-local): Depend on lstat.c and stat.c.
27956
27957         * lib/xstat.in [!HAVE_DECL_FREE]: Declare free in lstat.c.
27958
27959 2000-06-12  Paul Eggert  <eggert@twinsun.com>
27960
27961         * lib/xstat.in: Include <stdlib.h> in lstat, to declare "free".
27962
27963 2000-06-12  Jim Meyering  <meyering@lucent.com>
27964
27965         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Replace with
27966         AC_FUNC_GETLOADAVG from autoconf, and tweak the latter to accept an
27967         optional argument.
27968         * m4/jm-macros.m4: s/AM_FUNC_GETLOADAVG/AC_FUNC_GETLOADAVG/, and supply
27969         the optional argument, `lib'.
27970
27971 2000-06-08  Jim Meyering  <meyering@lucent.com>
27972
27973         * m4/largefile.m4: Remove file (now that it's part of autoconf).
27974
27975 2000-06-04  Paul Eggert  <eggert@twinsun.com>
27976
27977         Rewrite largefile configuration so that we don't need to run
27978         getconf and don't need AC_CANONICAL_HOST.  [I'm leaving the use of
27979         AC_CANONICAL_HOST in configure.in -- jmm]
27980
27981         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS,
27982         AC_SYS_LARGEFILE_SPACE_APPEND): Remove.
27983         (AC_SYS_LARGEFILE_TEST_INCLUDES): New macro.
27984         (AC_SYS_LARGEFILE_MACRO_VALUE): Change arguments from
27985         CODE-TO-SET-DEFAULT to VALUE, INCLUDES, FUNCTION-BODY.
27986         All uses changed.
27987         Instead of inspecting the output of getconf, try to compile the
27988         test program without and with the macro definition.
27989         (AC_SYS_LARGEFILE): Do not require AC_CANONICAL_HOST or check
27990         for getconf.  Instead, check for the needed flags by compiling
27991         test programs.
27992
27993 2000-06-04  Paul Eggert  <eggert@twinsun.com>
27994
27995         * lib/strnlen.c: Include <config.h> if HAVE_CONFIG_H.
27996
27997 2000-06-04  Jim Meyering  <meyering@lucent.com>
27998
27999         * lib/getugroups.c (getugroups): Cast -1 to gid_t, for systems like
28000         SunOS 4.1.4 for which gid_t is an unsigned type.
28001
28002 2000-06-03  Jim Meyering  <meyering@lucent.com>
28003
28004         * m4/prereq.m4 (jm_PREREQ_HUMAN): Use []-quoted list in AC_CHECK_DECLS,
28005         now that autoconf requires that.
28006
28007         * m4/jm-glibc-io.m4: Add a kludge to make autoheader emit the required
28008         #undefs.  E.g., #undef HAVE_DECL_FERROR_UNLOCKED.
28009         Use []-quoted list in AC_CHECK_DECLS, now that autoconf requires that.
28010
28011 2000-06-03  Jim Meyering  <meyering@lucent.com>
28012
28013         * lib/strnlen.c [!HAVE_DECL_MEMCHR]: Declare memchr.
28014
28015 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
28016
28017         * m4/glibc21.m4: New file.
28018         * m4/jm-macros.m4 (jm_MACROS): Call jm_GLIBC21.
28019
28020 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
28021
28022         * lib/Makefile.am (install-exec-local): On systems with glibc-2.1 or
28023         newer, don't install charset.alias.
28024         * lib/config.charset: Change the Linux/glibc rules so they become empty
28025         on glibc-2.1 or newer.
28026
28027 2000-06-02  Jim Meyering  <meyering@lucent.com>
28028
28029         * lib/mountlist.c: Back out last change.  Instead, do this...
28030         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Set the
28031         me_dummy member using the same `ignore'-testing code.
28032         * lib/mountlist.h (ME_DUMMY): Add `autofs' to the list of ignored
28033         fs_type strings.
28034         From Mark D. Roth.
28035
28036 2000-05-29  Jim Meyering  <meyering@lucent.com>
28037
28038         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Ignore
28039         mounts with the `ignore' attribute.  Based on a patch from
28040         Mark D. Roth.
28041
28042 2000-05-28  Jim Meyering  <meyering@lucent.com>
28043
28044         * m4/jm-macros.m4 (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK): Rename from
28045         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
28046         * m4/stat.m4: Likewise.
28047         * m4/lstat.m4: Likewise.
28048         * m4/lstat-slash.m4: Remove file (absorbed into autoconf).
28049
28050         * m4/jm-macros.m4 (AC_FUNC_STRERROR_R): Rename from jm_FUNC_STRERROR_R.
28051         * m4/strerror_r.m4: Remove file (absorbed into autoconf).
28052
28053 2000-05-26  Jim Meyering  <meyering@lucent.com>
28054
28055         * m4/uptime.m4: Use `$cross_compiling', not `$ac_cv_prog_cc_cross'.
28056
28057 2000-05-24  Jim Meyering  <meyering@lucent.com>
28058
28059         * m4/prereq.m4: Use []-quoted list in AC_CHECK_MEMBERS, now that
28060         autoconf requires that.
28061         * m4/lib-check.m4: Likewise.
28062         * m4/jm-macros.m4: Likewise.
28063         * m4/strftime.m4: Likewise.
28064
28065         * m4/check-decl.m4 (jm_CHECK_DECLS): Use []-quoted list in
28066         AC_CHECK_DECLS, now that autoconf requires that.
28067
28068 2000-05-22  Jim Meyering  <meyering@lucent.com>
28069
28070         * m4/stat.m4: Require jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
28071         * m4/lstat.m4: Likewise.
28072
28073 2000-05-22  Jim Meyering  <meyering@lucent.com>
28074
28075         * lib/makepath.c: Remove old, now-unnecessary `#ifdef __MSDOS__' block.
28076
28077 2000-05-20  Jim Meyering  <meyering@lucent.com>
28078
28079         * m4/prereq.m4 (jm_PREREQ_HUMAN): New macro.
28080         (jm_PREREQ): Use it.
28081
28082 2000-05-18  Jim Meyering  <meyering@lucent.com>
28083
28084         * lib/hash.c (hash_rehash): Fix a nasty bug: copy the free entry list
28085         back, too, since it may have been modified by allocate_entry.
28086         (hash_delete): Rewrite to use neither the assignment operator
28087         nor the comma operator in an if-expression.
28088
28089 2000-05-15  Paul Eggert  <eggert@twinsun.com>
28090
28091         * lib/closeout.c:
28092         <sys/stat.h>, <sys/types.h>, <unistd.h>, (STDOUT_FILENO):
28093         Remove; no longer needed.
28094         "quotearg.h": Add include.
28095         (file_name): Do not bother to explicitly initialize to NULL; it's less
28096         efficient on some hosts.
28097         (close_stdout_status): Remove test as to whether stdout was already
28098         closed; it breaks for the case "echo x | sort >&-".
28099         Quote file name colons.
28100         Do not assume that _("write error") lacks format strings.
28101
28102 2000-05-15  Jim Meyering  <meyering@lucent.com>
28103
28104         * lib/version-etc.c (version_etc_copyright): Update the copyright
28105         string used in all --version output.
28106
28107 2000-05-14  Jim Meyering  <meyering@lucent.com>
28108
28109         * lib/closeout.c (close_stdout_set_file_name): New function.
28110         (close_stdout_status): Use new file-scoped global.
28111         Return right away if fstat says the stdout file descriptor is invalid.
28112         * lib/closeout.h (close_stdout_set_file_name): Declare.
28113
28114 2000-05-10  Jim Meyering  <meyering@lucent.com>
28115
28116         * lib/closeout.c [default_exit_status]: New file-scoped variable.
28117         (close_stdout_set_status): New function.
28118         * lib/closeout.h (close_stdout_set_status): Declare.
28119
28120 2000-05-09  Jim Meyering  <meyering@lucent.com>
28121
28122         * m4/gettext.m4: Rename this...
28123         * m4/libintl.m4: ...to this.
28124
28125 2000-05-08  Jim Meyering  <meyering@lucent.com>
28126
28127         * lib/long-options.c: Don't include closeout.h.
28128         (parse_long_options): Don't call close_stdout for --version.
28129
28130 2000-05-06  Paul Eggert  <eggert@twinsun.com>
28131
28132         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _XOPEN_SOURCE to
28133         be 500, instead of _GNU_SOURCE to be 1, to work around glibc
28134         2.1.3 bug.  This avoids a clash when files like regex.c define
28135         _GNU_SOURCE.
28136
28137 2000-05-06  Jim Meyering  <meyering@lucent.com>
28138
28139         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add atexit.
28140         (AC_REPLACE_FUNCS): Add strnlen.
28141
28142         * m4/rmdir-errno.m4 (fetish_FUNC_RMDIR_NOTEMPTY): New macro and file.
28143         * m4/jm-macros.m4: Require fetish_FUNC_RMDIR_NOTEMPTY.
28144
28145         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Save and restore LIBS around
28146         AC_SEARCH_LIBS call for nanosleep.
28147         (LIB_NANOSLEEP): Set and AC_SUBST.
28148
28149 2000-05-06  Jim Meyering  <meyering@lucent.com>
28150
28151         * lib/strnlen.c: Undefine __strnlen and strnlen.
28152         [!weak_alias]: Define __strnlen to strnlen.
28153
28154         * lib/atexit.c: New file, from libiberty.
28155
28156 2000-05-06  Jim Meyering  <meyering@lucent.com>
28157
28158         * lib/closeout.c (close_stdout_status): Also check for errors on the
28159         stderr stream.
28160
28161 2000-05-05  Jim Meyering  <meyering@lucent.com>
28162
28163         * m4/jm-macros.m4 (jm_MACROS): Save and restore LIBS around
28164         AC_SEARCH_LIBS call for clock_gettime.
28165         (LIB_CLOCK_GETTIME): Set and AC_SUBST.
28166
28167         * m4/search-libs.m4: Update from autoconf.
28168
28169         su doesn't work on Solaris 2.6.
28170         * m4/lib-check.m4: When checking for struct spwd.sp_pwdp, also include
28171         <shadow.h>.  Reported by Dragos Harabor.
28172
28173 2000-05-05  Bruno Haible  <haible@clisp.cons.org>
28174
28175         * lib/localcharset.c (get_charset_aliases): Use malloc, realloc and
28176         memcpy instead of xmalloc, xrealloc, path_concat.
28177         (locale_charset): Treat empty environment variables as absent.
28178         (DIRECTORY_SEPARATOR, ISSLASH): New macros.
28179
28180 2000-05-04  Jim Meyering  <meyering@lucent.com>
28181
28182         * lib/getopt.c: Update from glibc.
28183         * lib/obstack.c: Likewise.
28184         * lib/obstack.h: Likewise.
28185         * lib/regex.c: Likewise.  NB: K&R compiler support is dropped for this
28186         file
28187
28188         * lib/regex.h: Likewise.
28189         * lib/strndup.c: Likewise.
28190         * lib/strnlen.c: New file, from glibc.
28191
28192 2000-05-03  Jim Meyering  <meyering@lucent.com>
28193
28194         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strndup.
28195
28196 2000-05-02  Paul Eggert  <eggert@twinsun.com>
28197
28198         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _GNU_SOURCE if
28199         this is needed to make ftello visible (e.g. glibc 2.1.3).  Use
28200         compile-time test, rather than inspecting host and OS, to
28201         decide whether to define _LARGEFILE_SOURCE.
28202
28203 2000-05-01  Jim Meyering  <meyering@lucent.com>
28204
28205         * m4/fsusage.m4: Use AC_MSG_CHECKING instead of obsolete AC_CHECKING.
28206
28207         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add BeOS support.
28208         Based on a patch from Bruno Haible.
28209
28210 2000-05-01  Jim Meyering  <meyering@lucent.com>
28211
28212         * lib/full-write.c (full_write): Remove `FIXME' part of comment.
28213
28214 2000-04-29  Jim Meyering  <meyering@lucent.com>
28215
28216         * lib/path-concat.c: Declare strdup only if it's not defined.
28217         * lib/canon-host.c: Likewise.
28218
28219 2000-04-28  Jim Meyering  <meyering@lucent.com>
28220
28221         * lib/rpmatch.c [HAVE_LIMITS_H]: Include limits.h before regex.h to
28222         avoid redefinition warning on some systems (HPUX).  Otherwise, regex.h
28223         is included first, then limits.h is included by locale.h by libintl.h.
28224         From John David Anglin.
28225
28226 2000-04-25  Jim Meyering  <meyering@lucent.com>
28227
28228         * lib/makepath.c (S_IRWXUGO): Define.
28229         (make_path): Always perform explicit chmod if MODE specifies any
28230         of the `special' permission bits.  Prompted by a bug report against
28231         install from Mate Wierdl and Joost van Baal.
28232
28233 2000-04-18  Jim Meyering  <meyering@lucent.com>
28234
28235         * m4/prereq.m4 (jm_PREREQ_GETPAGESIZE): New macro.
28236         (jm_PREREQ): Use it.
28237
28238 2000-04-18  Jim Meyering  <meyering@lucent.com>
28239
28240         * lib/README: New file.
28241
28242         * lib/getpagesize.h [!getpagesize && HAVE_OS_H && B_PAGE_SIZE]: Define
28243         getpagesize.  For BeOS.  Based on a patch from Bruno Haible.
28244
28245 2000-04-17  Jim Meyering  <meyering@lucent.com>
28246
28247         Get it right :-)
28248         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Emit the
28249         actual #define via AH_VERBATIM.  Don't need separate AC_DEFINE.
28250         Suggestion from Akim Demaille.
28251
28252 2000-04-17  Jim Meyering  <meyering@lucent.com>
28253
28254         * lib/strftime.c (my_strftime) [strftime]: Declare strftime here, since
28255         the definition of it to rpl_strftime also defined-away the system's
28256         declaration.
28257
28258 2000-04-15  Jim Meyering  <meyering@lucent.com>
28259
28260         Use `C' to denote so-called `contiguous' files, the same way
28261         that tar does.
28262         * lib/filemode.c (S_ISCTG) [!S_ISCTG && S_IFCTG]: Define.
28263         (ftypelet): Use S_ISCTG.
28264         From Michael Deutschmann.
28265
28266 2000-04-14  Jim Meyering  <meyering@lucent.com>
28267
28268         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use the one-arg
28269         form of AC_DEFINE.  Otherwise, the #ifndef in AH_VERBATIM gets
28270         clobbered.
28271
28272 2000-04-14  Jim Meyering  <meyering@lucent.com>
28273
28274         * lib/strftime.c (my_strftime) [#ifdef strftime]: Declare strftime.
28275
28276 2000-04-13  Jim Meyering  <meyering@lucent.com>
28277
28278         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use new
28279         AH_VERBATIM to insert required #ifndef into config.h.in.
28280         Suggestion from Akim Demaille.
28281
28282 2000-04-12  Jim Meyering  <meyering@lucent.com>
28283
28284         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Use AC_CHECK_HEADERS, not
28285         `AC_CHECK_HEADER' to check for locale.h.  Thanks to a report from
28286         Christian Krackowizer.
28287
28288         More code moved from ../configure.in into (jm_CHECK_ALL_TYPES).
28289         * m4/jm-macros.m4 (_GNU_SOURCE): Define.
28290         (AC_SYS_LARGEFILE): Require.
28291         (AM_C_PROTOTYPES): Require.
28292
28293 2000-04-08  Jim Meyering  <meyering@lucent.com>
28294
28295         * lib/Makefile.am (charset.alias): Use t-$@, not $@-t so the DOS 8.3
28296         names don't conflict.  Reported by Eli Zaretskii.
28297
28298 2000-04-07  Jim Meyering  <meyering@lucent.com>
28299
28300         * lib/putenv.c: Move inclusion of errno.h so it follows that of
28301         sys/types.h, to work around system header problems on AIX 3.2.5.
28302         From Bruno Haible.
28303
28304 2000-04-07  Bruno Haible  <haible@clisp.cons.org>
28305
28306         * lib/unicodeio.c (print_unicode_char): Avoid triggering Solaris iconv
28307         bug.  Deal with the different error behavior of Irix iconv.
28308
28309 2000-04-05  Paul Eggert  <eggert@twinsun.com>
28310
28311         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Don't use -n32 on
28312         IRIX if the installer said otherwise.
28313
28314 2000-04-05  Jim Meyering  <meyering@lucent.com>
28315
28316         Portability tweaks required for ultrix4.3.
28317         * m4/check-decl.m4 [!HAVE_UTMPX_H] (headers): Include <utmp.h>.
28318         (jm_CHECK_DECLS): Add getutent to the list of functions.
28319         (_jm_DECL_HEADERS): Add utmpx.h.
28320         From John David Anglin.
28321
28322         * m4/strftime.m4: Back out the 2000-04-02 change.
28323         Instead of that change, simply undefine putenv in the test program.
28324
28325 2000-04-05  Jim Meyering  <meyering@lucent.com>
28326
28327         Portability tweaks required for ultrix4.3.
28328         * lib/readutmp.h [HAVE_UTMPX_H && !HAVE_DECL_GETUTENT]: Declare
28329         getutent.
28330         * lib/readutmp.c: Include sys/types.h before sys/stat.h.
28331         * lib/canon-host.c: Declare strdup.
28332         * lib/path-concat.c: Likewise.
28333         From John David Anglin.
28334
28335 2000-04-04  Jim Meyering  <meyering@lucent.com>
28336
28337         Be more DOS 8.3-friendly.
28338         * lib/ref-add.sin: Renamed from ref-add.sed.in.
28339         * lib/ref-del.sin: Renamed from ref-del.sed.in.
28340         * lib/Makefile.am: Reflect renaming.
28341         Reported by Eli Zaretskii.
28342
28343         Use a temporary file name that won't clash with `charset.alias'
28344         in the DOS 8.3 name space.
28345         * lib/Makefile.am (charset_tmp): Define.
28346         (install-exec-local): Use $(charset_tmp) instead of $(charset_alias)-t.
28347         (uninstall-local): Likewise.
28348         Reported by Eli Zaretskii.
28349
28350 2000-04-03  Jim Meyering  <meyering@lucent.com>
28351
28352         * m4/gettext.m4: Fix typo in comment.
28353
28354         * m4/codeset.m4 (AC_CHECK_HEADERS): Add langinfo.h (moved here from
28355         textutils/configure.in).  Suggestion from Paul Eggert.
28356         (AC_CHECK_FUNCS): Add nl_langinfo.  (also from textutils/configure.in)
28357
28358 2000-04-02  Paul Eggert  <eggert@twinsun.com>
28359
28360         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Set TZ environment
28361         variable in the shell rather than using putenv, which isn't
28362         portable.  This avoids the configure-time inter-test dependency
28363         on the potentially-renamed putenv function.
28364
28365 2000-03-30  Paul Eggert  <eggert@twinsun.com>
28366
28367         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Include <sys/stat.h>
28368         before checking struct stat.st_blksize, so that
28369         HAVE_STRUCT_STAT_ST_BLKSIZE is defined correctly.
28370
28371 2000-03-29  Paul Eggert  <eggert@twinsun.com>
28372
28373         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Check for strftime,
28374         since strftime.c uses HAVE_STRFTIME to decide whether to use
28375         the underlying strftime.
28376
28377 2000-03-29  Paul Eggert  <eggert@twinsun.com>
28378
28379         * lib/time/strftime.c (my_strftime): Make sure we call the system
28380         strftime, not ourselves, when invoking the underlying strftime.
28381
28382 2000-03-24  Jim Meyering  <meyering@lucent.com>
28383
28384         * lib/Makefile.am (EXTRA_DIST): Add ref-add.sed.in and ref-del.sed.in.
28385         (charset_alias): Define.
28386         (install-exec-local): Factor out common code.
28387         (uninstall-local): Split lines longer than 80.
28388         (ref-add.sed, ref-del.sed): Remove rules... (do the following instead)
28389         (SUFFIXES): Define.
28390         (.sed.in.sed): New rule.  Don't redirect directly to $@.
28391         (CLEANFILES): Add ref-add.sed and ref-del.sed.
28392
28393 2000-03-19  Bruno Haible  <haible@clisp.cons.org>
28394
28395         * lib/config.charset: Output a line containing "Packages using this
28396         file".
28397         * lib/ref-add.sed.in, lib/ref-del.sed.in: New files.
28398         * lib/Makefile.am (install-exec-local, uninstall-local, ref-add.sed,
28399         ref-del.sed): New rules.
28400
28401 2000-03-17  Jim Meyering  <meyering@lucent.com>
28402
28403         * lib/unicodeio.c (<string.h>): Include only #if HAVE_STRING_H.
28404         Otherwise, include <strings.h>
28405
28406 2000-03-17  Bruno Haible  <haible@clisp.cons.org>
28407
28408         * lib/unicodeio.c (utf8_wctomb): New function.
28409         (print_unicode_char): Pass the Unicode character to iconv in UTF-8
28410         format instead of in UCS-4 with platform dependent endianness.
28411
28412 2000-03-10  Jim Meyering  <meyering@lucent.com>
28413
28414         * m4/lib-check.m4: Look for getspnam in -lgen, too.
28415         From Marco Franzen.
28416
28417 2000-03-07  Paul Eggert  <eggert@twinsun.com>
28418
28419         * lib/savedir.c (savedir): Work even if directory size is
28420         negative; this can happen with some screwy NFS configurations.
28421
28422 2000-03-06  Jim Meyering  <meyering@lucent.com>
28423
28424         * lib/localcharset.c (get_charset_aliases): Don't try to free file_name
28425         if it's NULL (because we ran out of memory).  From Bruno Haible.
28426
28427 2000-03-05  Jim Meyering  <meyering@lucent.com>
28428
28429         * lib/localcharset.c ("path-concat.h"): Include.
28430         (get_charset_aliases): Use path_concat instead of ANSI string
28431         concatenation.
28432
28433         * lib/unicodeio.h (PARAMS): Define.
28434         Use it to guard prototype.
28435
28436 2000-03-04  Jim Meyering  <meyering@lucent.com>
28437
28438         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require AC_C_VOLATILE,
28439         for lib/localcharset.c.
28440
28441 2000-03-04  Jim Meyering  <meyering@lucent.com>
28442
28443         * lib/Makefile.am (install-exec-local): Create $(libdir) before
28444         installing into it.
28445         (uninstall-local): Uncomment this rule so `make distcheck' works
28446         once again.
28447
28448         * lib/unicodeio.c (<errno.h>): Include it.
28449         (errno): Declare if not defined.
28450
28451         * lib/localcharset.c: Add Bruno's comment justifying use of volatile.
28452
28453         * lib/config.charset: New version, incorporating remarks from a linux
28454         i18n mailing list.  From Bruno Haible.
28455
28456 2000-03-04  Bruno Haible  <haible@clisp.cons.org>
28457
28458         * m4/codeset.m4: New file.
28459         * m4/iconv.m4: New file.
28460         * m4/jm-macros.m4 (jm_MACROS): Call jm_LANGINFO_CODESET and jm_ICONV.
28461
28462 2000-03-03  Jim Meyering  <meyering@lucent.com>
28463
28464         * m4/regex.m4: Make sure re_compile_pattern accepts patterns like `{1'.
28465
28466 2000-03-02  Jim Meyering  <meyering@lucent.com>
28467
28468         * m4/timespec.m4: Require AC_HEADER_TIME before the cache check so
28469         the messages come out on separate lines.
28470
28471         * m4/jm-glibc-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO): Use AC_CHECK_DECLS,
28472         rather than jm_CHECK_DECLARATIONS.
28473         * m4/decl.m4: Remove now-unused file.
28474
28475         * m4/check-decl.m4 (AC_CHECK_DECLS): Add getlogin, ttyname, and
28476         geteuid.
28477
28478 2000-03-02  Jim Meyering  <meyering@lucent.com>
28479
28480         * lib/Makefile.am (EXTRA_DIST): Add config.charset.
28481
28482 2000-03-01  Jim Meyering  <meyering@lucent.com>
28483
28484         * lib/localcharset.c: Guard some #includes with `#if HAVE_...'.
28485         * lib/unicodeio.c: Likewise.
28486
28487 2000-03-01  Bruno Haible  <haible@clisp.cons.org>
28488
28489         * lib/config.charset: New file.
28490         * lib/localcharset.c: New file.
28491         * lib/unicodeio.h, lib/unicodeio.c: New files.
28492         * lib/Makefile.am (DEFS): Add -DLIBDIR=...
28493         (libfetish_a_SOURCES): Add localcharset.c and unicodeio.c.
28494         (noinst_HEADERS): Add unicodeio.h.
28495         (all-local, install-exec-local, charset.alias): New targets.
28496
28497 2000-02-28  Paul Eggert  <eggert@twinsun.com>
28498
28499         * lib/quotearg.c (ALERT_CHAR): New macro.
28500         (quotearg_buffer_restyled): Use it.
28501
28502 2000-02-27  Jim Meyering  <meyering@lucent.com>
28503
28504         * m4/check-decl.m4: Add getenv to the list.
28505
28506 2000-02-27  Jim Meyering  <meyering@lucent.com>
28507
28508         * lib/strtoumax.c: Fix typo in decl of strtoul: s/long long/long/.
28509         Guard declaration of strtoull also with `&& HAVE_UNSIGNED_LONG_LONG'.
28510
28511         * lib/backupfile.c: Guard inclusion of stdlib.h with
28512         `#if HAVE_STDLIB_H', not `#if STDC_HEADERS'.
28513         Declare malloc if needed.
28514
28515         * lib/backupfile.c: Use `#if !HAVE_DECL...' instead of
28516         `#ifndef HAVE_DECL..'
28517         now that autoconf always defines the HAVE_DECL_ symbols.
28518         * lib/human.c: Likewise.
28519         * lib/same.c: Likewise.
28520         * lib/strtoumax.c: Likewise.
28521
28522         * lib/backupfile.c: Arrange for cpp to fail if the configure-time
28523         declaration check was not run.
28524         * lib/hash.c: Likewise.
28525         * lib/human.c: Likewise.
28526         * lib/same.c: Likewise.
28527         * lib/strtoumax.c: Likewise.
28528
28529         * lib/userspec.c (parse_user_spec): If there is no `:' but there is a
28530         `.', then first look up the entire `.'-containing string as a login
28531         name.
28532
28533 2000-02-23  Jim Meyering  <meyering@lucent.com>
28534
28535         * m4/check-decl.m4: Now that we have the new AC_CHECK_DECLS, use it
28536         in place of my hack.
28537
28538 2000-02-18  Paul Eggert  <eggert@twinsun.com>
28539
28540         * lib/getdate.y: Handle two-digit years with leading zeros correctly.
28541         (textint): New typedef.
28542         (parser_control): Member year changed from int to textint.
28543         All uses changed.
28544         (YYSTYPE): Removed; replaced by %union with int and textint members.
28545         (tDAY, tDAY_UNIT, tDAYZONE, tHOUR_UNIT, tID, tLOCAL_ZONE, tMERIDIAN,
28546         tMINUTE_UNIT, tMONTH, tMONTH_UNIT tSEC_UNIT, tSNUMBER, tUNUMBER,
28547         tYEAR_UNIT, tZONE, o_merid): Now of type <intval>.
28548         (tSNUMBER, tUNUMBER): Now of type <textintval>.
28549         (date, number, to_year): Use width of number in digits, not its value,
28550         to determine whether it's a 2-digit year, or a 2-digit time.
28551         (yylex): Store number of digits of numeric tokens.
28552         Reported by John Kendall.
28553
28554         (parser_control): Changed from struct parser_control to typedef (for
28555         consistency).  All uses changed.
28556
28557         (tID): Removed; not used.
28558         (yylex): Return '?' for unknown identifiers, rather than (unused) tID.
28559
28560 2000-02-14  Paul Eggert  <eggert@twinsun.com>
28561
28562         * lib/getpagesize.h (getpagesize): Port to VMS for Alpha;
28563         adapted from changes to grep getpagesize.h by Martin P.J. Zinser.
28564
28565 2000-02-12  Jim Meyering  <meyering@lucent.com>
28566
28567         * lib/userspec.c (ISDIGIT): Define it.
28568         (isdigit): Remove definition.
28569         (is_number): Use ISDIGIT, not isdigit.
28570         <libintl.h>: Include.
28571         (_ and N_): Define.
28572         (parse_user_spec): Mark translatable strings.
28573
28574 2000-02-10  Jim Meyering  <meyering@lucent.com>
28575
28576         With these changes, nanosleep.[ch] are finally enough like the other
28577         lib/* replacement files to compile on a few more losing systems.
28578
28579         * lib/nanosleep.h: Don't include config.h.
28580         Remove prototype from declaration of nanosleep.
28581         (PARAMS): Remove now-unneeded definition.
28582         * lib/nanosleep.c: #undef nanosleep.
28583         (rpl_nanosleep): Rename from nanosleep.
28584
28585 2000-02-10  Jim Meyering  <meyering@lucent.com>
28586
28587         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Rename replacement function from
28588         gnu_nanosleep to rpl_nanosleep.
28589
28590 2000-02-09  Jim Meyering  <meyering@lucent.com>
28591
28592         * m4/lib-check.m4 (jm_LIB_CHECK): Fix typo: check for sp_pwdp in
28593         struct spwd, rather than in struct passwd.  Reported by Gaël Quéri.
28594
28595 2000-02-08  Akim Demaille  <akim@epita.fr>
28596
28597         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Quote square brackets with
28598         `[' and `]' and remove uses of `changequote'.
28599         (AC_SYS_LARGEFILE_MACRO_VALUE): Likewise.
28600         (AC_SYS_LARGEFILE): Likewise.
28601         * m4/gettext.m4 (AM_GNU_GETTEXT): Likewise.
28602         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Remove now-unnecessary use
28603         of changequote.
28604         * m4/regex.m4 (jm_INCLUDED_REGEX): Likewise.
28605         * m4/readdir.m4 (jm_FUNC_READDIR): Likewise
28606         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Likewise, and add `int' for main.
28607         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Likewise.
28608
28609 2000-02-05  Jim Meyering  <meyering@lucent.com>
28610
28611         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require most macros.
28612         Remove explicit use of AC_HEADER_TIME.  It is required by
28613         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Using AC_HEADER_TIME and
28614         `AC_REQUIRE'ing jm_CHECK_TYPE_STRUCT_TIMESPEC provoked a but
28615         in autoconf whereby the expansion of the latter ended up preceding
28616         the expansion of its prerequisite, AC_HEADER_TIME.
28617         Reported by Volker Borchert.
28618
28619 2000-02-03  Jim Meyering  <meyering@lucent.com>
28620
28621         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for utmpxname.
28622
28623 2000-02-03  Jim Meyering  <meyering@lucent.com>
28624
28625         * lib/readutmp.c (read_utmp): Guard with `#ifdef UTMP_NAME_FUNCTION',
28626         rather than with `#if HAVE_UTMPNAME'.
28627
28628 2000-02-02  Jim Meyering  <meyering@lucent.com>
28629
28630         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Fix typo that resulted in no
28631         definition of HAVE_PATHCONF: s/AC_CHECK_FUNC/AC_CHECK_FUNCS/.
28632         Reported by Eli Zaretskii.
28633
28634 2000-02-01  Jim Meyering  <meyering@lucent.com>
28635
28636         * lib/readutmp.h (UT_USER): Add parens.  From Andreas Schwab.
28637
28638 2000-01-31  Jim Meyering  <meyering@lucent.com>
28639
28640         * m4/check-decl.m4 (jm_CHECK_DECLS): Add nanosleep to the list of
28641         functions.  Add the time.h and sys/time.h headers along with the
28642         AC_REQUIRE'ment of AC_HEADER_TIME.
28643
28644 2000-01-31  Jim Meyering  <meyering@lucent.com>
28645
28646         * lib/nanosleep.h (nanosleep): Guard declaration with
28647         `#if ! HAVE_DECL_NANOSLEEP'.
28648         Without this, OFS gets a redeclaration error for rpl_nanosleep, due to
28649         the declaration in that vendor's sys/timers.h.
28650         Reported by Christian Krackowizer.
28651
28652         * lib/quotearg.c (ISASCII): Add #undef and move definition to follow
28653         inclusion of wctype.h to work around Solaris 2.6 namespace pollution.
28654         (ISPRINT): Likewise.
28655         Reported by Tom Tromey.
28656
28657 2000-01-30  Jim Meyering  <meyering@lucent.com>
28658
28659         * m4/lib-check.m4: Clean up some kludgy old shadow password tests.
28660
28661         * m4/prereq.m4 (utmp_includes): Define.
28662         Check for ut_user and ut_name members in both struct utmpx
28663         and struct utmp.
28664
28665 2000-01-30  Jim Meyering  <meyering@lucent.com>
28666
28667         * lib/readutmp.c (extract_trimmed_name): Use UT_USER instead of
28668         hard-coding uses of ->ut_name.  The latter doesn't work with new Linux
28669         header files where only utmpx.ut_user is declared.
28670
28671         * lib/readutmp.h (UT_USER): Define.
28672
28673 2000-01-29  Jim Meyering  <meyering@lucent.com>
28674
28675         * m4/lib-check.m4: New file containing library-related checks from
28676         fileutils and sh-utils (textutils had none).
28677
28678 2000-01-28  Jim Meyering  <meyering@lucent.com>
28679
28680         * m4/perl.m4: Change format of warning message to look more like that
28681         from the missing script.  Suggestion from François Pinard.
28682
28683 2000-01-25  Jim Meyering  <meyering@lucent.com>
28684
28685         * m4/timespec.m4: Require AC_HEADER_TIME, and include sys/time.h as
28686         well as time.h in the compile check.
28687         * m4/nanosleep.m4: Require AC_HEADER_TIME rather than simply using it.
28688         Fix typo in cross-compiling case: s/yes/no/.
28689
28690 2000-01-23  Jim Meyering  <meyering@lucent.com>
28691
28692         * m4/jm-macros.m4: Move df-related tests here from
28693         fileutils/configure.in
28694
28695         * m4/ls-mntd-fs.m4: s/list_mounted_fs/ac_list_mounted_fs/
28696         (jm_LIST_MOUNTED_FILESYSTEMS): Take two parameters.
28697
28698         * m4/fsusage.m4: New file.  Extracted from fileutils/configure.in.
28699         s/space/ac_fsusage_space/.
28700         (jm_FILE_SYSTEM_USAGE): Take two parameters.
28701
28702         * m4/ftruncate.m4: New file (derived from part of
28703         fileutils/configure.in).
28704         * m4/jm-macros.m4 (jm_FUNC_FTRUNCATE): AC_REQUIRE it.
28705         (jm_CHECK_ALL_TYPES): Require AC_HEADER_MAJOR and AC_HEADER_DIRENT.
28706
28707         * m4/jm-macros.m4 (OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, MAN):
28708         AC_SUBST these here, rather than just in sh-util/configure.in, so
28709         that the now-shared-by-fileutils-and-textutils lib/Makefile.am are
28710         all the same.
28711         (AM_FUNC_OBSTACK): Add (from fileutils/configure.in).
28712         (AC_CHECK_FUNCS): Merge all checks from fileutils, textutils, sh-utils.
28713         (AM_FUNC_STRTOD): Added (from textutils', sh-utils' configure.in).
28714         (AC_SUBST(POW_LIBM)): Likewise.
28715         (AC_SUBST(DF_PROG)): Moved from fileutils/configure.in.
28716
28717 2000-01-23  Jim Meyering  <meyering@lucent.com>
28718
28719         * lib/Makefile.am (libfetish_a_SOURCES): Remove explicit mention of
28720         obstack.c.
28721
28722 2000-01-22  Jim Meyering  <meyering@lucent.com>
28723
28724         * m4/jm-macros.m4: Call AC_PROG_CC_STDC just before AC_C_CONST.
28725
28726         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Add wctype.h.
28727
28728         * m4/jm-macros.m4 (AC_CHECK_HEADERS): Add checks from fileutils'
28729         configure.in
28730         (AC_CHECK_HEADERS): Likewise for sh-utils.
28731         (AC_CHECK_HEADERS): Likewise for textutils.
28732         Merge the three lists of headers.
28733
28734         * m4/prereq.m4 (jm_PREREQ_ADDEXT): New macro.  Parts moved here
28735         from fileutils' configure.in.
28736
28737         * m4/decl.m4: Remove kludgy `test -z $ac_...AC_CHECK_HEADERS(...)'
28738         code. Moved tests into their own function (_jm_DECL_HEADERS) in
28739         check-decl.m4.
28740
28741         * m4/check-decl.m4: Use #if rather than #ifdef.
28742         Add HAVE_DECL_STRTOUL and HAVE_DECL_STRTOULL.
28743         (jm_CHECK_DECLARATIONS): Add strtoul strtoull.
28744         (_jm_DECL_HEADERS): Define new function.
28745         (jm_CHECK_DECLARATIONS): Require it.
28746
28747 2000-01-22  Jim Meyering  <meyering@lucent.com>
28748
28749         * lib/strtoumax.c: [! HAVE_DECL_STRTOUL]: Declare strtoul.
28750         [! HAVE_DECL_STRTOULL]: Declare strtoull.
28751         Required for some AIX systems.  Reported by Christian Krackowizer.
28752         [TESTING] (main): New function.
28753
28754         1997-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
28755         * lib/dirname.c (dir_name): Support for DOS-style file names with drive
28756         letters.
28757
28758         * lib/quotearg.c [HAVE_WCTYPE_H]: Include <wctype.h> for decl of
28759         iswprint.
28760
28761         * lib/strverscmp.c (ISDIGIT): Define.
28762         (strverscmp): Use ISDIGIT, not isdigit.
28763
28764 2000-01-19  Jim Meyering  <meyering@lucent.com>
28765
28766         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Include <sys/time.h>, too.
28767         Use AC_HEADER_TIME.  Volker Borchert reported that OpenBSD-2.3/sparc
28768         defines `struct timespec' in <sys/time.h>
28769
28770         * m4/c-bs-a.m4: Remove uses of changequote altogether.
28771         Thanks to Akim for explaining.
28772
28773 2000-01-17  Paul Eggert  <eggert@twinsun.com>
28774
28775         * lib/nanosleep.c (nanosleep):
28776         Don't use SA_INTERRUPT to decide whether to call sigaction, as
28777         POSIX.1 doesn't require SA_INTERRUPT and some systems
28778         (e.g. Solaris 7) don't define it.  Use SA_NOCLDSTOP instead;
28779         it's been part of POSIX.1 since day 1 (in 1988).
28780
28781 2000-01-17  Jim Meyering  <meyering@lucent.com>
28782
28783         * lib/interlock: Remove unused file.  Reported by François Pinard.
28784
28785 2000-01-16  Paul Eggert  <eggert@twinsun.com>
28786
28787         * lib/quotearg.c (quotearg_buffer_restyled): Do not quote
28788         alert, backslash, formfeed, and vertical tab unnecessarily in
28789         shell quoting style.
28790
28791 2000-01-16  Jim Meyering  <meyering@lucent.com>
28792
28793         * m4/jm-macros.m4: Require jm_FUNC_GROUP_MEMBER, jm_FUNC_PUTENV,
28794         AM_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, jm_FUNC_MKTIME,
28795         jm_FUNC_GETGROUPS AC_FUNC_VPRINTF, AC_FUNC_ALLOCA,
28796         AM_FUNC_GETLOADAVG, and jm_SYS_PROC_UPTIME.
28797
28798 2000-01-16  Jim Meyering  <meyering@lucent.com>
28799
28800         * m4/c-bs-a.m4: Use `changequote(<<,>>)', rather than `changequote(, )'
28801         because the latter didn't work.
28802
28803 2000-01-15  Jim Meyering  <meyering@lucent.com>
28804
28805         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add gethostname and getusershell.
28806         (AC_REPLACE_FUNCS): Add memcpy and memset.
28807         Add these, too: stime strcspn stpcpy strstr strtol strtoul.
28808         Add strpbrk.
28809         Add these: euidaccess memcmp mkdir rmdir rpmatch strndup strverscmp.
28810
28811 2000-01-12  Jim Meyering  <meyering@lucent.com>
28812
28813         * m4/prereq.m4 (jm_PREREQ_CANON_HOST): New macro.
28814         (jm_PREREQ): Use it.
28815         (jm_PREREQ_READUTMP): New macro.
28816         (jm_PREREQ): Use it.
28817
28818 2000-01-11  Paul Eggert  <eggert@twinsun.com>
28819
28820         Quote multibyte characters correctly.
28821         * m4/c-bs-a.m4: New file.
28822         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): New macro.
28823         (jm_PREREQ): Use it.
28824
28825 2000-01-11  Paul Eggert  <eggert@twinsun.com>
28826
28827         * m4/uintmax_t.m4: Port to autoconf 2.13.
28828
28829 2000-01-08  Jim Meyering  <meyering@ascend.com>
28830
28831         * m4/strerror_r.m4 (jm_FUNC_STRERROR_R): New file/macro.
28832         * m4/jm-macros.m4 (jm_FUNC_STRERROR_R): Require it.
28833
28834 2000-01-04  Jim Meyering  <meyering@ascend.com>
28835
28836         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename from
28837         jm_STRUCT_DIRENT_D_TYPE.
28838         * m4/d-ino.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_INO): Rename from
28839         jm_STRUCT_DIRENT_D_INO.
28840         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Rename from
28841         jm_STRUCT_UTIMBUF.
28842         * m4/jm-macros.m4: Reflect s/jm_STRUCT_/jm_CHECK_TYPE_STRUCT_/
28843         renamings.
28844         * m4/utime.m4: Likewise.
28845
28846         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): New file, macro.
28847         * m4/jm-macros.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): Require it.
28848
28849 2000-01-03  Paul Eggert  <eggert@twinsun.com>
28850
28851         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Search for nanosleep in -lrt
28852         (for Solaris 7) and in -lposix4 (for Solaris 2.5.1).
28853
28854 2000-01-02  Jim Meyering  <meyering@ascend.com>
28855
28856         * m4/search-libs.m4: Escape `$' in $3 of dnl comment.  I no longer
28857         remember if this is necessary.
28858
28859 1999-12-26  Jim Meyering  <meyering@ascend.com>
28860
28861         * m4/jm-macros.m4: Use it here.
28862         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): New file/macro.
28863
28864 1999-12-23  Jim Meyering  <meyering@ascend.com>
28865
28866         * m4/jm-macros.m4: Check for clock_gettime (moved from
28867         fileutils/configure.in)
28868         Check for gettimeofday.
28869
28870 1999-12-20  Jim Meyering  <meyering@ascend.com>
28871
28872         * m4/strftime.m4: Remove kludge, now that I'm using the fixed
28873         autoconf-2.14a-1999-12-20.
28874
28875 1999-12-19  Jim Meyering  <meyering@ascend.com>
28876
28877         * m4/lstat-slash.m4: New file.
28878         * m4/jm-macros.m4: Use the new macro:
28879         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
28880
28881 1999-12-07  Jim Meyering  <meyering@ascend.com>
28882
28883         * m4/perl.m4: Require that File::Compare be available, too.
28884         Too many systems seem to lack it.
28885
28886         * m4/strftime.m4: Add checks for most of the cpp macros tested in
28887         GNU's strftime.c.  Prompted by a patch from Paul Eggert.
28888
28889 1999-11-18  Paul Eggert  <eggert@twinsun.com>
28890
28891         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around a
28892         problem with the QNX 4.25 shell, which doesn't propagate exit
28893         status of failed commands inside shell assignments.
28894
28895 1999-11-17  Jim Meyering  <meyering@ascend.com>
28896
28897         * m4/gettext.m4: Use new AC_CONFIG_LINKS in place of AC_LINK_FILES.
28898
28899 1999-11-07  Jim Meyering  <meyering@ascend.com>
28900
28901         * m4/getloadavg.m4: Add `, 1, [FIXME]' to each use of AC_DEFINE.
28902
28903 1999-11-06  Jim Meyering  <meyering@ascend.com>
28904
28905         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): New file/macro.
28906         * m4/jm-macros.m4 (jm_MACROS): Use it here.
28907
28908 1999-11-05  Jim Meyering  <meyering@ascend.com>
28909
28910         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Move some tests from
28911         configure.in of textutils, fileutils, and sh-utils into this one
28912         (shared between those packages) file.
28913         Use `AC_CHECK_MEMBERS((struct stat.st_blksize))' instead of deprecated
28914         AC_STRUCT_ST_BLKSIZE.
28915
28916 1999-11-03  Jim Meyering  <meyering@ascend.com>
28917
28918         * m4/ssize_t.m4: Remove file.  No longer needed since the new version
28919         of AC_CHECK_TYPE checks includes unistd.h.
28920         * m4/jm-macros.m4: Use straight `AC_CHECK_TYPE(ssize_t, int)'.
28921         Suggestion from Akim Demaille.
28922
28923 1999-10-30  Jim Meyering  <meyering@ascend.com>
28924
28925         * m4/uintmax_t.m4: Require 2.14a.  Remove backslash before backtick in
28926         m4-quoted string.
28927         * m4/ls-mntd-fs.m4: Likewise.
28928         * m4/jm-macros.m4: Likewise.  Also, use AC_TYPE_SSIZE_T instead
28929         * m4/jm-winsz1.m4: Likewise.
28930
28931         * m4/const.m4: Remove file, since the fix made it into the experimental
28932         version of autoconf.
28933         * m4/mktime.m4: Likewise.
28934
28935         * m4/check-type.m4: Remove file, now that the latest version of
28936         AC_CHECK_TYPE takes a third arg to specify additional #includes.
28937
28938         * m4/ssize_t.m4: New file, requires experimental version of autoconf.
28939         * m4/jm-macros.m4: Use new AC_TYPE_SSIZE_T instead of my hacked
28940         AC_CHECK_TYPE.
28941
28942 1999-10-04  Jim Meyering  <meyering@ascend.com>
28943
28944         * m4/jm-macros.m4: Don't require autoconf-2.14.1.
28945
28946 1999-09-22  Paul Eggert  <eggert@twinsun.com>
28947
28948         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around GCC
28949         2.95.1 bug with HP-UX 10.20.
28950
28951 1999-09-17  Jim Meyering  <meyering@ascend.com>
28952
28953         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add strdup.
28954         Paul Nevai reported a link failure on a NeXT CUBE with NeXTSTEP 3.3
28955         due to missing strdup (against sh-utils-2.0).
28956
28957 1999-08-29  Jim Meyering  <meyering@ascend.com>
28958
28959         * m4/jm-macros.m4: Require jm_BISON.
28960         * m4/bison.m4: New file.
28961
28962 1999-08-17  Paul Eggert  <eggert@twinsun.com>
28963
28964         * m4/largefile.m4 (AC_SYS_LARGEFILE): Fix typo: missing comma
28965         in value for _FILE_OFFSET_BITS, which broke ports to HP-UX 10.20.
28966
28967 1999-08-05  Jim Meyering  <meyering@ascend.com>
28968
28969         * m4/getline.m4: Rename test file from conftestdata to conftest.data
28970         to avoid conflicts with `conftest' on 8+3 filesystems.
28971         Suggestion from Eli Zaretskii.
28972
28973 1999-08-04  Jim Meyering  <meyering@ascend.com>
28974
28975         * m4/jm-macros.m4: Move a 4-line block of code from the configure.in of
28976         fileutils and sh-utils (textutils's getline test was inadequate).
28977         (AM_FUNC_GETLINE): Run this test.
28978         (AC_CHECK_FUNCS): Check for getdelim.
28979         Reported by Bob Proulx.
28980
28981 1999-08-02  Jim Meyering  <meyering@ascend.com>
28982
28983         * m4/jm-macros.m4: Add a comment.
28984
28985 1999-08-01  Paul Eggert  <eggert@twinsun.com>
28986
28987         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check whether
28988         <inttypes.h> defines strtoumax as a macro (and not as a
28989         function).
28990
28991 1999-08-01  Paul Eggert  <eggert@twinsun.com>
28992
28993         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Make sure
28994         that we can shift, multiply and divide unsigned long long
28995         values; Ultrix cc can't do it.
28996
28997 1999-08-01  Paul Eggert  <eggert@twinsun.com>
28998
28999         * m4/mktime.m4: New file, which is a preview of what should appear
29000         in the next public autoconf release.
29001
29002 1999-08-01  Paul Eggert  <eggert@twinsun.com>
29003
29004         * m4/lfs.m4: Remove this file.
29005         * m4/largefile.m4: New file.  It contains the old contents of
29006         lfs.m4, except that all names with prefix AC_LFS have been
29007         changed to use the prefix AC_SYS_LARGEFILE instead, to be
29008         compatible with future autoconf versions.  Also, some minor m4
29009         quoting problems have been fixed.
29010
29011 1999-08-01  Paul Eggert  <eggert@twinsun.com>
29012
29013         * m4/gettext.m4 (AM_WITH_NLS): Remove unnecessary lines.
29014         Fix typo: $nls_cv_header_intl was misspelled as $nsl_cv_header_intl.
29015         (AM_GNU_GETTEXT): Fix problem with brackets and m4 quoting,
29016         and simplify the shell code.
29017
29018 1999-08-01  Jim Meyering  <meyering@ascend.com>
29019
29020         * m4/mktime.m4 (AC_FUNC_MKTIME): Undefine to avoid syntax errors from
29021         m4.
29022
29023 1999-07-20  Jim Meyering  <meyering@ascend.com>
29024
29025         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memmove.
29026
29027 1999-07-15  Jim Meyering  <meyering@ascend.com>
29028
29029         * m4/jm-macros.m4 (AC_CHECK_FUNCS): Check for getpagesize.
29030
29031 1999-05-22  Jim Meyering  <meyering@ascend.com>
29032
29033         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memchr.
29034
29035 1999-05-20  Jim Meyering  <meyering@ascend.com>
29036
29037         * m4/search-libs.m4 [AC_SEARCH_LIBS]: Quote name in undefine.
29038         Add a colon after each `then' in case $4 is empty.
29039
29040 1999-05-16  Jim Meyering  <meyering@ascend.com>
29041
29042         * m4/search-libs.m4: New file to override autoconf's AC_SEARCH_LIBS.
29043
29044 1999-05-10  Jim Meyering  <meyering@ascend.com>
29045
29046         * m4/jm-mktime.m4: Reflect renaming: AM_FUNC_MKTIME -> AC_FUNC_MKTIME.
29047
29048         * m4/jm-macros.m4: Require 2.14.1, since we use newly-renamed
29049         AC_FUNC_MKTIME.
29050
29051 1999-05-10  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
29052
29053         * m4/jm-mktime.m4, putenv.m4: Fix typos in config.h comments.
29054
29055 1999-05-04  Paul Eggert  <eggert@twinsun.com>
29056
29057         * m4/lfs.m4 (AC_LFS): -n32, -o32, and -n64 should be in CFLAGS,
29058         not CPPFLAGS, so that linking works correctly in IRIX.
29059
29060 1999-04-30  Paul Eggert  <eggert@twinsun.com>
29061
29062         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add dup2.
29063
29064 1999-04-20  Paul Eggert  <eggert@twinsun.com>
29065
29066         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Move unsigned long
29067         long check into new jm_AC_TYPE_UNSIGNED_LONG_LONG macro.
29068         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require
29069         jm_AC_TYPE_UNSIGNED_LONG_LONG.
29070         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): New file/macro.
29071
29072         * m4/lfs.m4: Port to AIX and HP-UX.  Support cross-compilation.
29073
29074 1999-04-20  Jim Meyering  <meyering@ascend.com>
29075
29076         * m4/xstrtoumax.m4: Require jm_AC_TYPE_UNSIGNED_LONG_LONG.
29077         AC_REPLACE xstroull if necessary.  From Paul Eggert.
29078         (AC_CHECK_FUNCS): Remove strtoull, strtoumax, strtouq.
29079
29080 1999-04-18  Jim Meyering  <meyering@ascend.com>
29081
29082         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): New file/macro.
29083         * m4/jm-macros.m4: Use it.
29084
29085 1999-04-06  Jim Meyering  <meyering@ascend.com>
29086
29087         * m4/strftime.m4: Remove test for %f.
29088
29089 1999-03-29  Jim Meyering  <meyering@ascend.com>
29090
29091         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): New macro, contains the
29092         superset of the AC_TYPE_* checks in the textutils, fileutils,
29093         and sh-utils, plus AC_TYPE_PID_T.  Paul Eggert suggested adding
29094         AC_TYPE_PID_T.
29095
29096 1999-03-28  Jim Meyering  <meyering@ascend.com>
29097
29098         * m4/jm-macros.m4: Define GNU_PACKAGE here.
29099         Be sure to AC_SUBST it, once again, so that @GNU_PACKAGE@ is
29100         replaced e.g., in the *.sh files of the sh-utils.
29101
29102 1999-03-20  Jim Meyering  <meyering@ascend.com>
29103
29104         * m4/jm-macros.m4: s/jm_WITH_REGEX/jm_INCLUDED_REGEX/.
29105         * m4/regex.m4 (jm_INCLUDED_REGEX): Rename from jm_WITH_REGEX.
29106         Don't depend on AM_GLIBC.  Suggestions from Alain Magloire.
29107
29108 1999-03-19  Jim Meyering  <meyering@ascend.com>
29109
29110         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): New macro.
29111
29112 1999-03-12  Jim Meyering  <meyering@ascend.com>
29113
29114         * m4/jm-macros.m4: Use AC_FUNC_SETVBUF_REVERSED.
29115
29116 1999-03-07  Jim Meyering  <meyering@ascend.com>
29117
29118         * m4/jm-glibc-io.m4: Use only those *_unlocked macros that are
29119         declared.
29120
29121 1999-02-17  Jim Meyering  <meyering@ascend.com>
29122
29123         * m4/gettext.m4 (AM_GNU_GETTEXT): Do `changequote' around use of
29124         brackets in macro definition.  From Eli Zaretskii and Alain Magloire.
29125
29126 1999-02-07  Jim Meyering  <meyering@ascend.com>
29127
29128         * m4/group-member.m4: New file -- extracted from sh-utils'
29129         configure.in.
29130
29131         1999-02-05  Eli Zaretskii  <eliz@is.elta.co.il>
29132         * m4/gettext.m4: Support DOS-style d:/foo/bar absolute file names.
29133
29134 1999-02-06  Jim Meyering  <meyering@ascend.com>
29135
29136         * m4/chown.m4: Use `AC_SUBST(LIBOBJS)' since we set LIBOBJS.
29137         * m4/fnmatch.m4: Likewise.
29138         * m4/getgroups.m4: Likewise.
29139         * m4/lstat.m4: Likewise.
29140         * m4/malloc.m4: Likewise.
29141         * m4/putenv.m4: Likewise.
29142         * m4/realloc.m4: Likewise.
29143         * m4/regex.m4: Likewise.
29144         * m4/stat.m4: Likewise.
29145         * m4/strftime.m4: Likewise.
29146         Suggestion from Alain Magloire.
29147
29148         * m4/chown.m4: Use `.$ac_objext', not `.o'.
29149         * m4/fnmatch.m4: Likewise.
29150         * m4/getgroups.m4: Likewise.
29151         * m4/getline.m4: Likewise.
29152         * m4/lstat.m4: Likewise.
29153         * m4/malloc.m4: Likewise.
29154         * m4/memcmp.m4: Likewise.
29155         * m4/putenv.m4: Likewise.
29156         * m4/realloc.m4: Likewise.
29157         * m4/regex.m4: Likewise.
29158         * m4/stat.m4: Likewise.
29159         * m4/strftime.m4: Likewise.
29160         Suggestion from Alain Magloire.
29161
29162         * m4/jm-macros.m4: Actually invoke jm_WITH_REGEX now that it requires
29163         an argument.
29164
29165         * m4/regex.m4: Add a run-time Test for proper operation of
29166         re_compile_pattern.
29167
29168 1999-01-31  Jim Meyering  <meyering@ascend.com>
29169
29170         * m4/getloadavg.m4: Check for locale.h and the function, setlocale.
29171
29172 1999-01-30  Jim Meyering  <meyering@ascend.com>
29173
29174         * m4/check-type.m4: Use 3-arg form of AC_DEFINE.
29175
29176         * m4/jm-mktime.m4: Make this a wrapper around the official
29177         AM_FUNC_MKTIME rather than my private copy, now that the official one
29178         is up to date.
29179         * m4/mktime.m4: Remove file.
29180
29181         * m4/getloadavg.m4: Use 3-arg form of AC_DEFINE.
29182         * m4/uptime.m4: Likewise.
29183         * m4/uintmax_t.m4: Likewise.
29184
29185 1999-01-28  Jim Meyering  <meyering@ascend.com>
29186
29187         * m4/jm-macros.m4: Use jm_AFS.
29188         * m4/afs.m4: New file (from fileutils' configure.in).
29189
29190         * m4/assert.m4: Use the 3-argument forms of AC_DEFINE* macros.
29191         * m4/chown.m4: Likewise.
29192         * m4/d-ino.m4: Likewise.
29193         * m4/d-type.m4: Likewise.
29194         * m4/fnmatch.m4: Likewise.
29195         * m4/getgroups.m4: Likewise.
29196         * m4/gettext.m4: Likewise.
29197         * m4/jm-mktime.m4: Likewise.
29198         * m4/jm-winsz2.m4: Likewise.
29199         * m4/lcmessage.m4: Likewise.
29200         * m4/ls-mntd-fs.m4: Likewise.
29201         * m4/malloc.m4: Likewise.
29202         * m4/memcmp.m4: Likewise.
29203         * m4/putenv.m4: Likewise.
29204         * m4/realloc.m4: Likewise.
29205         * m4/st_mtim.m4: Likewise.
29206         * m4/strftime.m4: Likewise.
29207
29208 1999-01-16  Jim Meyering  <meyering@ascend.com>
29209
29210         * m4/jm-macros.m4 (ARGMATCH_DIE): Define.
29211         (ARGMATCH_DIE_DECL): Define.
29212
29213 1999-01-12  Jim Meyering  <meyering@ascend.com>
29214
29215         * m4/Makefile.am.in: Rewrite to avoid using fmt.
29216         Reported by Lars Hecking.
29217
29218 1999-01-10  Jim Meyering  <meyering@ascend.com>
29219
29220         * m4/fstypename.m4: Use the new 3-arg form of AC_DEFINE instead of my
29221         gross kludge.
29222         * m4/inttypes_h.m4: Likewise.
29223         * m4/lstat.m4: Likewise.
29224         * m4/malloc.m4: Likewise.
29225         * m4/readdir.m4: Likewise.
29226         * m4/realloc.m4: Likewise.
29227         * m4/st_dm_mode.m4: Likewise.
29228         * m4/stat.m4: Likewise.
29229         * m4/utimbuf.m4: Likewise.
29230         * m4/utimes.m4: Likewise.
29231
29232         * m4/check-decl.m4: Use the new 3-arg form of AC_DEFINE instead of the
29233         AC_CHECK_FUNCS hack.  Now, it's still a hack, but at least the
29234         comments in config.h.in are meaningful.
29235
29236         * m4/jm-macros.m4: Require autoconf-2.13 here.
29237
29238         * m4/regex.m4: By default, don't use the included regex.c on systems
29239         with glibc 2.  Suggestion from Uli Drepper.
29240
29241 1999-01-02  Jim Meyering  <meyering@ascend.com>
29242
29243         * m4/jm-macros.m4: Replace strcasecmp and strncasecmp.
29244
29245 1998-12-18  Jim Meyering  <meyering@ascend.com>
29246
29247         * m4/Makefile.am.in (Makefile.am): Simplify rule.
29248         Based on a suggestion from Lars Hecking.
29249
29250 1998-11-16  Paul Eggert  <eggert@twinsun.com>
29251
29252         * m4/lfs.m4 (AC_LFS): Add support for HP-UX 10.20 and HP-UX 11.
29253
29254 1998-11-16  Jim Meyering  <meyering@ascend.com>
29255
29256         * m4/lfs.m4: Double-quote the `uname...` expression.
29257
29258 1998-11-14  Jim Meyering  <meyering@ascend.com>
29259
29260         * m4/lstat.m4: Correct comment.  POSIX does not permit it to succeed.
29261         * m4/stat.m4: Likewise.
29262
29263 1998-11-03  Jim Meyering  <meyering@ascend.com>
29264
29265         * m4/stat.m4: Rewrite to set HAVE_STAT_EMPTY_STRING_BUG.
29266         * m4/lstat.m4: Rewrite to set HAVE_LSTAT_EMPTY_STRING_BUG.
29267
29268 1998-10-18  Jim Meyering  <meyering@ascend.com>
29269
29270         * m4/check-decl.m4 (jm_CHECK_DECL_LOCALTIME_R): Remove macro.
29271
29272 1998-10-17  Jim Meyering  <meyering@ascend.com>
29273
29274         * m4/decl.m4 (jm_CHECK_DECLARATION): Don't hard-code which headers to
29275         include, though we still hard-code the `require'-like AC_CHECK_HEADERS
29276         calls for those previously hard-coded headers.  Instead, take a new
29277         parameter.
29278         (jm_CHECK_DECLARATIONS): Reflect interface change.
29279         * m4/check-decl.m4 (jm_CHECK_DECLS): Likewise.
29280         (jm_CHECK_DECL_LOCALTIME_R): New macro.
29281
29282         * m4/mktime.m4: Test for spring-forward gap before long-running test.
29283
29284 1998-10-14  Jim Meyering  <meyering@ascend.com>
29285
29286         * m4/mktime.m4: Use the more portable "TZ=PST8PDT,M4.1.0,M10.5.0"
29287         instead of "TZ=America/Vancouver".  From Paul Eggert.
29288
29289 1998-10-11  Jim Meyering  <meyering@ascend.com>
29290
29291         * m4/mktime.m4 (jm_AM_FUNC_MKTIME): New file and macro.
29292         This adds a test for a recently added compatibility fix for mktime.c.
29293         * m4/jm-mktime.m4: Require jm_AM_FUNC_MKTIME, not AM_FUNC_MKTIME.
29294
29295 1998-09-27  Jim Meyering  <meyering@ascend.com>
29296
29297         * m4/jm-macros.m4 (jm_MACROS): Require jm_FUNC_FNMATCH.
29298
29299         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): New file/macro.  Extracted from
29300         ../configure.in, including a change from Gordon Matzigkeit to allow
29301         cross-compiling for the Hurd.
29302
29303         * m4/glibc.m4: New file/macro to test for the GNU C Library
29304         versions 1 and 2.  From Gordon Matzigkeit.
29305         Indent.
29306
29307 1998-09-21  Jim Meyering  <meyering@ascend.com>
29308
29309         * m4/chown.m4: Declare locals: before, after.  From Andries Brouwer.
29310
29311 1998-08-18  Paul Eggert  <eggert@twinsun.com>
29312
29313         Port nanosecond-resolution times to UnixWare 2.1.2 and
29314         pedantic Solaris 2.6.
29315
29316         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC): Renamed from
29317         AC_STRUCT_ST_MTIM.
29318         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC):
29319         Generate name of ns member, instead of just 1 or undef.
29320         Allow for UnixWare 2.1.2 and Solaris 2.6 if in pedantic mode.
29321
29322 1998-08-15  Jim Meyering  <meyering@ascend.com>
29323
29324         * m4/ssize_t.m4 (jm_TYPE_SSIZE_T): Remove file.
29325         * m4/check-type.m4: New file.  Replacement for AC_CHECK_TYPE.
29326         * m4/jm-macros.m4: Use the new AC_CHECK_TYPE(ssize_t, int)
29327         instead of jm_TYPE_SSIZE_T.
29328
29329 1998-08-12  Jim Meyering  <meyering@ascend.com>
29330
29331         * m4/st_dm_mode.m4: New file.  From Johan Danielsson.
29332
29333 1998-08-02  Jim Meyering  <meyering@ascend.com>
29334
29335         * m4/st_mtim.m4: Use hack to avoid having to put #undef HAVE_ST_MTIM
29336         in acconfig.h manually.
29337
29338 1998-07-31  Paul Eggert  <eggert@twinsun.com>
29339
29340         * m4/st_mtim.m4: New file.
29341
29342 1998-07-28  Jim Meyering  <meyering@ascend.com>
29343
29344         * m4/utimes.m4: Undef stat.
29345
29346 1998-07-25  Jim Meyering  <meyering@ascend.com>
29347
29348         * m4/utime.m4 (jm_FUNC_UTIME): New file and macro.
29349         * m4/utimes.m4 (jm_FUNC_UTIMES_NULL): New file and macro.
29350
29351 1998-07-09  Manfred Hollstein  <manfred@s-direktnet.de>
29352
29353         * m4/chown.m4 (jm_FUNC_CHOWN): Add a check to verify that the
29354         uid and gid actually remain unchanged.
29355
29356 1998-07-07  Jim Meyering  <meyering@ascend.com>
29357
29358         * m4/jm-glibc-io.m4: Remove fclose_unlocked.
29359
29360 1998-07-04  Jim Meyering  <meyering@ascend.com>
29361
29362         * m4/regex.m4: Use syscmd, ifelse, and sysval.  Mainly as an exercise
29363         to prove that this macro can be used in packages without regex.c.
29364
29365 1998-07-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
29366
29367         * m4/gettext.m4 (AM_WITH_NLS): Remove intl/libintl.h if <libintl.h>
29368         is to be used.
29369
29370 1998-07-03  Jim Meyering  <meyering@ascend.com>
29371
29372         * m4/gettext.m4: Add -lintl if it's found to be necessary.
29373
29374         * m4/gettext.m4: New file -- from gettext-0.10.35.
29375         * m4/lcmessage.m4: Likewise.
29376         * m4/progtest.m4: Likewise.
29377
29378         * m4/regex.m4 (jm_WITH_REGEX): New file and macro.
29379         * m4/jm-macros.m4: Require the new macro.
29380
29381 1998-06-29  Jim Meyering  <meyering@ascend.com>
29382
29383         * m4/fstypename.m4: Include sys/param.h.  NetBSD 1.3.1 requires this
29384         for the definition of NGROUPS (used in a system header included
29385         by sys/mount.h).
29386
29387 1998-06-28  Jim Meyering  <meyering@ascend.com>
29388
29389         * m4/ls-mntd-fs.m4: New file.
29390         * m4/fstypename.m4: New file.
29391
29392         * m4/jm-macros.m4: Require the new macro.
29393         * m4/jm-glibc-io.m4: New file.
29394
29395 1998-05-19  Jim Meyering  <meyering@ascend.com>
29396
29397         * m4/jm-macros.m4: Add jm_FUNC_LCHOWN.
29398         * m4/lchown.m4: New file.
29399
29400         * m4/Makefile.am.in: New file.
29401         * m4/Makefile.am (Makefile.am): Depend on Makefile.am.in.
29402
29403 1998-05-14  Jim Meyering  <meyering@ascend.com>
29404
29405         * m4/Makefile.am (EXTRA_DIST): Add them.
29406         * m4/jm-macros.m4: New file.
29407         * m4/utimbuf.m4: New file.
29408
29409 1998-05-12  Jim Meyering  <meyering@ascend.com>
29410
29411         * m4/Makefile.am (EXTRA_DIST): Add isc-posix.m4.
29412
29413 1998-05-11  Jim Meyering  <meyering@ascend.com>
29414
29415         * m4/isc-posix.m4: New file.
29416
29417 1998-05-10  Jim Meyering  <meyering@ascend.com>
29418
29419         * m4/jm-mktime.m4: Use AM_FUNC_MKTIME, now that it's up to date.
29420
29421 1998-05-09  Jim Meyering  <meyering@ascend.com>
29422
29423         * m4/Makefile.am (EXTRA_DIST): Add ssize_t.m4.
29424         (EXTRA_DIST): Remove mktime.m4, now that the new version is included
29425         with automake.
29426
29427         * m4/ssize_t.m4: New file.
29428         * m4/mktime.m4: Remove file -- the new automake has this now.
29429
29430 1998-04-26  Jim Meyering  <meyering@ascend.com>
29431
29432         * m4/assert.m4: New file.
29433         * m4/Makefile.am (EXTRA_DIST): Add assert.m4.
29434
29435 1998-04-05  Jim Meyering  <meyering@ascend.com>
29436
29437         * m4/prereq.m4 (jm_PREREQ_REGEX): New macro.
29438         (jm_PREREQ): Use it here.
29439
29440 1998-03-23  Jim Meyering  <meyering@eng.ascend.com>
29441
29442         * m4/inttypes_h.m4: Kludges so I don't have to add HAVE_INTTYPES_H
29443         in acconfig.h.
29444
29445 1998-03-15  Jim Meyering  <meyering@eng.ascend.com>
29446
29447         * m4/prereq.m4: New file.
29448         * m4/error.m4: New file.
29449         * m4/Makefile.am (EXTRA_DIST): Add error.m4 and prereq.m4.
29450
29451 1998-02-07  Jim Meyering  <meyering@eng.ascend.com>
29452
29453         * m4/getline.m4: Don't set am_cv_func_working_getline before the
29454         cache-check for the same variable -- that defeated the purpose of
29455         the test; the test program was never run.  This was a problem only
29456         on systems with losing getline functions -- HP-UX 10.20 is one.
29457         Reported by Bjorn Helgaas.
29458
29459 1998-02-06  Jim Meyering  <meyering@eng.ascend.com>
29460
29461         * m4/Makefile.am (EXTRA_DIST): Add perl.m4.
29462
29463 1998-01-10  Jim Meyering  <meyering@na-net.ornl.gov>
29464
29465         * m4/Makefile.am (EXTRA_DIST): Add const.m4.
29466
29467         * m4/const.m4: New file.  Use an initializer in this declaration
29468         typedef int charset[2]; const charset x;
29469         Reported by Bob Glickstein.
29470
29471 1997-12-21  Jim Meyering  <meyering@na-net.ornl.gov>
29472
29473         * m4/chown.m4: Fix reversed types on -1 args to chown.
29474         From Kaveh Ghazi.
29475
29476 1997-12-14  Jim Meyering  <meyering@na-net.ornl.gov>
29477
29478         * m4/check-decl.m4: s/DECLARATION_/DECL_/g.
29479         Add lseek and memchr.
29480
29481         * m4/decl.m4: s/HAVE_DECLARATION_/HAVE_DECL_/g.
29482         T.E.Dickey <dickey@clark.net> said that some older preprocessors
29483         have a 20-character limit on names.
29484
29485 1997-11-30  Jim Meyering  <meyering@na-net.ornl.gov>
29486
29487         * m4/inttypes_h.m4: New file.
29488         * m4/uintmax_t.m4: New file.
29489         * m4/Makefile.am (EXTRA_DIST): Add inttypes_h.m4 and uintmax_t.m4.
29490
29491 Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007
29492   Free Software Foundation, Inc.
29493 Copying and distribution of this file, with or without modification,
29494 are permitted provided the copyright notice and this notice are preserved.